* build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
[gnulib.git] / ChangeLog
1 2008-03-12  Jim Meyering  <meyering@redhat.com>
2
3         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
4
5 2008-03-11  Bruno Haible  <bruno@clisp.org>
6
7         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
8         by a single package.
9         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
10         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
11         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
12         Reported by Sam Steingold <sds@gnu.org>.
13
14 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
15
16         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
17         repositories.
18
19 2008-03-11  Bruno Haible  <bruno@clisp.org>
20
21         Avoid conflicts between local macro definitions.
22         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
23         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
24
25 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
26             Bruno Haible  <bruno@clisp.org>
27
28         Make va_copy work with some version of xlc on AIX 5.1.
29         * lib/stdarg.in.h: New file.
30         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
31         On AIX, use a <stdarg.h> file substitute.
32         * modules/stdarg (Files): Add lib/stdarg.in.h.
33         (Depends-on): Add include_next.
34         (Makefile.am): Build a stdarg.h substitute if requested.
35         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
36
37 2008-03-10  Bruno Haible  <bruno@clisp.org>
38
39         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
40         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
41         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
42
43 2008-03-10  Bruno Haible  <bruno@clisp.org>
44
45         * modules/stdlib (Depends-on): Add include_next, remove
46         absolute-header.
47
48 2008-03-09  Bruno Haible  <bruno@clisp.org>
49
50         * lib/freadahead.h (freadahead): Document more precisely.
51         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
52         the sum of both buffer sizes.
53         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
54         * NEWS: Document the change.
55
56 2008-03-09  Bruno Haible  <bruno@clisp.org>
57
58         Extend freadptr to return also the buffer size.
59         * lib/freadptr.h (freadptr): Add sizep argument.
60         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
61         (freadptr): Add sizep argument. Determine buffer size like freadahead
62         does.
63         * tests/test-freadptr.c: Don't include freadahead.h.
64         (main): Adapt for new calling convention of freadptr.
65         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
66         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
67         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
68         tests/test-freadptr2.sh.
69         (Depends): Remove freadahead.
70         (TESTS): Add test-freadptr2.sh.
71         (check_PROGRAMS): Add test-freadptr2.
72
73 2008-03-09  Bruno Haible  <bruno@clisp.org>
74
75         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
76         Report and solution by Simon Josefsson.
77
78 2008-03-06  Bruno Haible  <bruno@clisp.org>
79
80         Make fflush after ungetc work on BSD platforms.
81         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
82         * tests/test-fflush2.c: New file.
83         * tests/test-fflush2.sh: New file.
84         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
85         tests/test-fflush2.c.
86         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
87         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
88
89 2008-03-06  Eric Blake  <ebb9@byu.net>
90
91         Likewise for ftello.
92         * modules/ftello (Dependencies): Add extensions.
93         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
94
95 2008-03-06  Bruno Haible  <bruno@clisp.org>
96
97         * modules/fseeko (Dependencies): Add extensions.
98         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
99         Needed on glibc systems.
100
101 2008-03-06  Bruno Haible  <bruno@clisp.org>
102
103         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
104         email address.
105         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
106
107 2008-03-06  Bruno Haible  <bruno@clisp.org>
108
109         * users.txt: Add libgnupdf.
110
111 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
112
113         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
114         (Header File Substitutes, Function Substitutes,
115         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
116         (Build robot for gnulib): Fix typo.
117
118 2008-03-06  Bruno Haible  <bruno@clisp.org>
119
120         * doc/gnulib-tool.texi (VCS Issues): Small updates.
121         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
122
123 2008-03-06  Bruno Haible  <bruno@clisp.org>
124
125         * doc/func.texi: New file, extracted from doc/gnulib.texi.
126         * doc/gnulib.texi: Include it.
127
128 2008-03-06  Simon Josefsson  <simon@josefsson.org>
129
130         * modules/func (License): Change license to unlimited; there was
131         no LGPL parts in the module anyway.
132
133 2008-03-06  Simon Josefsson  <simon@josefsson.org>
134
135         * modules/__func__: Renamed to modules/func.
136         * modules/__func__-tests: Renamed to modules/func-tests.
137         * tests/test-__func__.c: Renamed to tests/test-func.c.
138         * m4/__func__.m4: Renamed to m4/func.m4.
139         * doc/gnulib.texi (__func__): Section renamed to func.
140         Suggested by Eric Blake <ebb9@byu.net>.
141
142 2008-03-06  Simon Josefsson  <simon@josefsson.org>
143
144         * doc/gnulib.texi (__func__): Use C99 terminology when talking
145         about __func__.  Make example self-contained.  Suggested by Eric
146         Blake <ebb9@byu.net>.
147
148         * tests/test-__func__.c (main): Avoid extraneous () around __func.
149         Suggested by Eric Blake <ebb9@byu.net>.
150
151 2008-03-06  Simon Josefsson  <simon@josefsson.org>
152
153         * modules/__func__: New file.
154         * modules/__func__-tests: New file.
155         * tests/test-__func__.c: New file.
156         * m4/__func__.m4: New file.
157         * doc/gnulib.texi (__func__): Document __func__ module.
158
159 2008-03-05  Simon Josefsson  <simon@josefsson.org>
160
161         * modules/byteswap (License): Re-license as LGPLv2+.
162
163 2008-03-05  Simon Josefsson  <simon@josefsson.org>
164
165         * doc/Makefile: Add pdf target.
166
167 2008-03-05  Simon Josefsson  <simon@josefsson.org>
168
169         * modules/inline (License): Use 'unlimited', since there are only
170         *.m4 files in this module.
171
172 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
173             Bruno Haible  <bruno@clisp.org>
174
175         Add support for HP C 7.1 on OpenVMS 8.3.
176         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
177
178 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
179
180         Update VMS specifics.
181         * lib/getopt.c [VMS]: Remove include of unixlib.h.
182
183 2008-03-02  Jim Meyering  <meyering@redhat.com>
184
185         Remove the last dependency on the "free" module.
186         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
187         Reported by Bob Proulx.
188
189         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
190
191         Remove useless "if" tests before free.  Deprecate "free" module.
192         * doc/posix-functions/free.texi: Mention that this
193         module is no longer useful.
194         * modules/free (Notice): Say this module is obsolete.
195         * modules/readutmp (Depends-on): Remove free.
196         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
197         * lib/putenv.c (putenv): Likewise.
198         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
199         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
200         * tests/test-c-strcasestr.c (main): Likewise.
201         * tests/test-c-strstr.c (main): Likewise.
202         * tests/test-mbscasestr1.c (main): Likewise.
203         * tests/test-mbscasestr2.c (main): Likewise.
204         * tests/test-mbsstr1.c (main): Likewise.
205         * tests/test-mbsstr2.c (main): Likewise.
206         * tests/test-memmem.c (main): Likewise.
207         * tests/test-strcasestr.c (main): Likewise.
208         * tests/test-striconv.c (main): Likewise.
209         * tests/test-striconveh.c (main): Likewise.
210         * tests/test-striconveha.c (main): Likewise.
211         * tests/test-strstr.c (main): Likewise.
212
213         * build-aux/git-version-gen: Adjust a comment and the Usage string.
214
215         bootstrap: sync from coreutils again
216         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
217
218 2008-03-01  Jim Meyering  <meyering@redhat.com>
219
220         bootstrap: sync from coreutils
221         * build-aux/bootstrap (update_po_files): Copy a .po file into place
222         also when the target doesn't exist.
223
224 2008-03-01  Eric Blake  <ebb9@byu.net>
225
226         Fix bugs in last patch.
227         * lib/memchr2.c (memchr2): Fix typo.
228         * tests/test-memchr2.c: Test previous bug, and don't use GNU
229         extension.
230         Reported by Bruce Korb.
231
232         New module 'memchr2'.
233         * modules/memchr2: New file.
234         * modules/memchr2-tests: Likewise.
235         * lib/memchr2.h: Likewise.
236         * lib/memchr2.c: Likewise, based on memchr.c.
237         * tests/test-memchr2.c: New test.
238         * MODULES.html.sh (String handling): Add memchr2.
239
240 2008-02-29  Bruno Haible  <bruno@clisp.org>
241
242         * modules/freadseek-tests: New file.
243         * tests/test-freadseek.sh: New file.
244         * tests/test-freadseek.c: New file.
245
246         New module 'freadseek'.
247         * modules/freadseek: New file.
248         * lib/freadseek.h: New file.
249         * lib/freadseek.c: New file.
250         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
251
252 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
253
254         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
255         wydawca.
256
257         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
258         program_invocation_name and program_invocation_short_name are
259         present.
260
261 2008-02-28  Bruno Haible  <bruno@clisp.org>
262
263         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
264         * tests/test-freadptr.sh: Also test non-seekable stdin.
265
266 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
267
268         * build-aux/bootstrap (source_base, m4_base)
269         (doc_base, tests_base): New variables.
270         (gnulib_tool_options): Do not hardcode base directories, use
271         the above variables instead.
272
273 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
274
275         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
276
277 2008-02-28  Bruno Haible  <bruno@clisp.org>
278
279         * modules/freadptr-tests: New file.
280         * tests/test-freadptr.sh: New file.
281         * tests/test-freadptr.c: New file.
282
283         New module 'freadptr'.
284         * modules/freadptr: New file.
285         * lib/freadptr.h: New file.
286         * lib/freadptr.c: New file.
287         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
288
289 2008-02-26  Karl Berry  <karl@freefriends.org>
290
291         Sync from Libtool:
292         * libltdl/argz.c (argz_add, argz_count): New functions.
293         * libltdl/argz.in.h: Declare them.
294         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
295
296 2008-02-22  Bruno Haible  <bruno@clisp.org>
297
298         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
299         is a pointer type.  Needed for HP-UX 10.
300         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
301         * doc/posix-functions/gmtime_r.texi: Likewise.
302         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
303
304 2008-02-24  Bruno Haible  <bruno@clisp.org>
305
306         * modules/environ-tests: New file.
307         * tests/test-environ.c: New file.
308
309         New module 'environ'.
310         * modules/environ: New file.
311         * lib/unistd.in.h (environ): New declaration.
312         * m4/environ.m4: New file.
313         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
314         after use.
315         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
316         HAVE_DECL_ENVIRON.
317         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
318         HAVE_DECL_ENVIRON.
319         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
320         wrong claim that 'environ' is missing on some systems.
321         * modules/execute (Depends-on): Add environ.
322         * lib/execute.c (environ): Remove fallback declaration.
323         * modules/pipe (Depends-on): Add environ.
324         * lib/pipe.c (environ): Remove fallback declaration.
325         * modules/setenv (Depends-on): Add environ.
326         * lib/setenv.c (environ): Remove fallback declaration.
327         * modules/unsetenv (Depends-on): Add environ.
328         * lib/unsetenv.c (environ): Remove fallback declaration.
329         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
330         m4/environ.m4.
331         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
332         (gl_PREREQ_UNSETENV): Likewise.
333
334 2008-02-24  Bruno Haible  <bruno@clisp.org>
335
336         * doc/posix-functions/environ.texi: Document the MacOS X problem.
337
338 2008-02-20  Bob Proulx  <bob@proulx.com>
339
340         Enable use of older two part flavor 'git describe'.
341         * build-aux/git-version-gen: If using the older two part flavor of
342         git version then recreate the third part now present in the
343         newer three part flavor of git describe.
344
345 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
346
347         * lib/fts.c (fts_build): Typo correction to comment.
348
349 2008-02-17  Bruno Haible  <bruno@clisp.org>
350
351         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
352         generating no-op conflicts.
353
354 2008-02-17  Bruno Haible  <bruno@clisp.org>
355
356         Speed up by 10%.
357         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
358         result_entries, rather than an index-based loop.
359
360 2008-02-17  Bruno Haible  <bruno@clisp.org>
361
362         Speed up by 25%.
363         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
364         'hashcode_cached'.
365         (entry_create): New function.
366         (entry_hashcode): Use the cached hashcode if possible.
367         (read_changelog_file, try_split_merged_entry): Use entry_create.
368
369 2008-02-17  Bruno Haible  <bruno@clisp.org>
370
371         Speed up from O(n^2) to O(n) for long ChangeLog files.
372         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
373         (read_changelog_file): Change implementation of entries_reversed list
374         to rbtreehash.
375         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
376
377 2008-02-17  Bruno Haible  <bruno@clisp.org>
378
379         New option --split-merged-entry.
380         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
381         (find_paragraph_end, try_split_merged_entry): New functions.
382         (long_options): Add option --split-merged-entry.
383         (usage): Document option --split-merged-entry.
384         (main): Implement option --split-merged-entry.
385         Reported by Eric Blake.
386
387 2008-02-17  Bruno Haible  <bruno@clisp.org>
388
389         * lib/git-merge-changelog.c: Include c-strstr.h.
390         (main): Support the "git pull --rebase" situation.
391         * modules/git-merge-changelog (Depends-on): Add c-strstr.
392         Reported by Eric Blake.
393
394 2008-02-16  Eric Blake  <ebb9@byu.net>
395
396         Avoid doubling \ in common case of "c-maybe" quoting style.
397         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
398         eliding outer quotes.
399         * lib/quotearg.h: Document this.
400         * tests/test-quotearg.c (result_strings, inputs, results_g)
401         (flag_results, locale_results): Test it by adding a new string to
402         each test group.
403         (compare_strings): Test new string.
404
405 2008-02-13  Eric Blake  <ebb9@byu.net>
406
407         Avoid trigraph quoting in default output.
408         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
409         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
410         unless explicitly requested.
411         * tests/test-quotearg.c (flag_results, main): Add additional tests.
412
413 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
414
415         Don't rely on signed integer overflowing to negative value.
416         * lib/getugroups.c (getugroups): Include <limits.h>.
417         Instead, compare against INT_MAX, and increment only if the test passes.
418
419 2008-02-13  Jim Meyering  <meyering@redhat.com>
420         and Eric Blake  <ebb9@byu.net>
421
422         Avoid shadowing warning and compile errors on Linux.
423         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
424         forwarding macros on Linux.
425         (dcgettext): Define a stub, for Linux.
426         (results_g, main): Avoid warnings.
427
428 2008-02-12  Eric Blake  <ebb9@byu.net>
429
430         Silence warning in last patch.
431         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
432
433         Quotearg part 4: add tests, fix c-maybe colon quoting.
434         * lib/quotearg.h: Improve documentation.
435         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
436         escapes when adding outer quotes.  When quoting trigraphs, use
437         valid C notation.  When quoting NUL, omit extra characters if next
438         character is not digit.  Alter prototype.
439         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
440         callers.
441         * modules/quotearg-tests: New module.
442         * tests/test-quotearg.c: New test.
443
444 2008-02-07  Eric Blake  <ebb9@byu.net>
445
446         Quotearg part 3: add flag to control outer quote elision.
447         * lib/quotearg.h (c_maybe_quoting_style): New style.
448         (enum quoting_flags): Better documentation of flags.
449         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
450         c-maybe style.
451         (quotearg_buffer_restyled): Handle new flag to elide outer
452         quotes.
453
454         Quotearg part 2: add flag that can control NUL elision.
455         * lib/quotearg.h (set_quoting_flags): New prototype.
456         * lib/quotearg.c (struct quoting_options): Add flag field.
457         (set_quoting_flags): New function.
458         (quotearg_buffer_restyled): Add flags parameter.
459         (quotearg_alloc_mem): Set the flag if length cannot be returned.
460         (quotearg_n_options): Set the flag, since length cannot be
461         returned.
462         (quoting_options_from_style): Default flags correctly.
463
464         Quotearg part 1: more wrappers, restore quotearg_char state.
465         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
466         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
467         (quotearg_colon_mem): New wrappers.
468         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
469         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
470         functions.
471         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
472         (quotearg_colon_mem): New functions.
473
474 2008-02-11  Bruno Haible  <bruno@clisp.org>
475
476         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
477         library in the current directory: it does not work with parallel make.
478         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
479
480 2008-02-11  Bruno Haible  <bruno@clisp.org>
481
482         * .gitattributes: New file.
483
484 2008-02-11  Jim Meyering  <meyering@redhat.com>
485
486         useless-if-before-free: Fix reversed exit values.
487         * build-aux/useless-if-before-free: Use correct values
488         for EXIT_MATCH and EXIT_NO_MATCH.
489
490         * build-aux/useless-if-before-free: Close stdout carefully.
491
492 2008-02-10  Bruno Haible  <bruno@clisp.org>
493
494         New module 'git-merge-changelog'.
495         * modules/git-merge-changelog: New file.
496         * lib/git-merge-changelog.c: New file.
497
498 2008-02-10  Jim Meyering  <meyering@redhat.com>
499
500         useless-if-before-free: New option: --list (-l).
501
502         useless-if-before-free: Don't exit immediately upon open failure.
503         * build-aux/useless-if-before-free: Exit 2 for errors.
504         Upon failure to open a file, don't exit immediately.
505         Rather, just warn and continue with any remaining files.
506
507 2008-02-10  Bruno Haible  <bruno@clisp.org>
508
509         New abstract list operation 'node_set_value'.
510         * lib/gl_list.h (gl_list_node_set_value): New function.
511         (struct gl_list_implementation): New field node_set_value.
512         * lib/gl_list.c (gl_list_node_set_value): New function.
513         * lib/gl_array_list.c (gl_array_node_set_value): New function.
514         (gl_array_list_implementation): Update.
515         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
516         (gl_carray_list_implementation): Update.
517         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
518         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
519         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
520         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
521         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
522         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
523         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
524         Update.
525         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
526         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
527         (gl_sublist_list_implementation): Update.
528
529 2008-02-10  Bruno Haible  <bruno@clisp.org>
530
531         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
532         Needed when ELEMENT is #defined to 'some_type *'.
533
534 2008-02-10  Jim Meyering  <meyering@redhat.com>
535
536         New script and module: useless-if-before-free
537         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
538         * build-aux/useless-if-before-free: New file.
539         * modules/useless-if-before-free: New file.
540
541         * build-aux/gitlog-to-changelog: Use committer date, not author date.
542
543         xstrtol_error: Fix typo.
544         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
545         s/exit_failure/exit_status/.
546
547 2008-02-09  Jim Meyering  <meyering@redhat.com>
548
549         New script and module: gitlog-to-changelog
550         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
551         * modules/gitlog-to-changelog: New file.
552         * build-aux/gitlog-to-changelog: New file.
553
554 2008-02-08  Jim Meyering  <meyering@redhat.com>
555
556         Avoid two "parameter unused" warnings.
557         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
558         Mark "st" as used.
559
560         Use "git COMMAND", not "git-COMMAND".
561         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
562         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
563         * build-aux/git-version-gen: Use "git status", not "git-status".
564
565 2008-02-07  Bruno Haible  <bruno@clisp.org>
566
567         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
568         Avoids a crash on Windows Vista.
569         Reported by Adam Strzelecki <ono@java.pl> via
570         Simon Josefsson <simon@josefsson.org>.
571
572 2008-02-06  Bruno Haible  <bruno@clisp.org>
573
574         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
575         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
576         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
577         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
578         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
579         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
580         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
581         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
582         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
583         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
584         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
585         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
586         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
587         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
588         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
589         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
590         left-adjust flag.
591         * tests/test-snprintf-posix.h (test_function): Likewise.
592         * tests/test-sprintf-posix.h (test_function): Likewise.
593         * tests/test-vasprintf-posix.c (test_function): Likewise.
594         * doc/posix-functions/fprintf.texi: Update.
595         * doc/posix-functions/printf.texi: Update.
596         * doc/posix-functions/snprintf.texi: Update.
597         * doc/posix-functions/sprintf.texi: Update.
598         * doc/posix-functions/vfprintf.texi: Update.
599         * doc/posix-functions/vprintf.texi: Update.
600         * doc/posix-functions/vsnprintf.texi: Update.
601         * doc/posix-functions/vsprintf.texi: Update.
602         Reported by Peter Fales <psfales@alcatel-lucent.com>.
603
604 2008-02-06  Bruno Haible  <bruno@clisp.org>
605
606         Fix bug introduced on 2008-01-26.
607         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
608
609 2008-02-06  Bruno Haible  <bruno@clisp.org>
610
611         Fix bug introduced on 2007-06-10.
612         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
613         !NEED_PRINTF_FLAG_ZERO.
614
615 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
616
617         getloadavg: use libperfstat on AIX5
618         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
619
620 2008-02-03  Bruno Haible  <bruno@clisp.org>
621
622         * lib/diffseq.h: Add comments about required #includes.
623         Reported by Michael Biggs <gnulib@doubleplum.net>.
624
625 2008-02-01  Bruno Haible  <bruno@clisp.org>
626
627         * users.txt: Add gnuit.
628
629 2008-01-31  Bruno Haible  <bruno@clisp.org>
630
631         * lib/md4.c (set_uint32): Mark as inline.
632         * lib/md5.c (set_uint32): Likewise.
633         * lib/sha1.c (set_uint32): Likewise.
634         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
635         * m4/md5.m4 (gl_MD5): Likewise.
636         * m4/sha1.m4 (gl_SHA1): Likewise.
637
638 2008-01-31  Jim Meyering  <meyering@redhat.com>
639
640         Use "sizeof VAR", rather than a literal "4".
641         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
642         * lib/md4.c (md4_read_ctx): Likewise.
643         * lib/sha1.c (sha1_read_ctx): Likewise.
644
645 2008-01-31  Simon Josefsson  <simon@josefsson.org>
646
647         * tests/test-sha1.c: New file, based on test-md5.c.
648
649         * modules/crypto/sha1-tests: New file.
650
651 2008-01-31  Simon Josefsson  <simon@josefsson.org>
652
653         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
654
655 2008-01-31  Jim Meyering  <meyering@redhat.com>
656
657         Prefer "sizeof v" over the equivalent "4".
658         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
659         * lib/md5.c (set_uint32): Likewise.
660         * lib/sha1.c (set_uint32): Likewise.
661
662 2008-01-31  Simon Josefsson  <simon@josefsson.org>
663
664         * lib/sha1.c (set_uint32): Mark function as static.
665
666 2008-01-31  Simon Josefsson  <simon@josefsson.org>
667
668         md2: clarify comments to say that alignment is not required.
669         * lib/md2.h: Remove warning about alignment in comment.
670         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
671         never been required.
672
673 2008-01-31  Simon Josefsson  <simon@josefsson.org>
674
675         md4: adapt alignment constraint fix from sha1.
676         * lib/md4.c (set_uint32): New function, from sha1.c
677         (md4_read_ctx): Use it.
678         (md4_finish_ctx): Doc fix.
679         * lib/md4.h: Doc fix.
680
681 2008-01-31  Simon Josefsson  <simon@josefsson.org>
682
683         md5: adapt alignment constraint fix from sha1.
684         * lib/md5.c (set_uint32): New function, from sha1.c
685         (md5_read_ctx): Use it.
686         (md5_finish_ctx): Doc fix.
687         * lib/md5.h: Doc fix.
688
689 2008-01-30  Peter Palfrader  <weasel@debian.org>
690
691         sha1: remove the result buffer alignment constraint
692         * lib/sha1.c (set_uint32): New function.
693         (sha1_read_ctx): Rewrite to remove the result buffer alignment
694         constraint.
695         (sha1_finish_ctx): Remove comment warning about alignment constraint.
696         * lib/sha1.h: Likewise.
697
698 2008-01-30  Andreas Schwab  <schwab@suse.de>
699             Bruno Haible  <bruno@clisp.org>
700
701         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
702         correct definition of LDBL_MIN_EXP.
703
704 2008-01-30  Karl Berry  <karl@gnu.org>
705
706         * config/srclist-update: try to preserve x bit on updates.
707         * config/srclistvars.sh: update for karl.
708
709 2008-01-29  Jim Meyering  <meyering@redhat.com>
710
711         vasnprintf.c: Avoid warning about unused label
712         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
713         "overflow" label definition and associated code with the
714         same cpp condition that guards the sole use of that label.
715
716 2008-01-26  Bruno Haible  <bruno@clisp.org>
717
718         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
719         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
720         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
721         * lib/isnanl-nolibm.h (isnanl): Likewise.
722         Reported by Paul Eggert <eggert@cs.ucla.edu>.
723
724 2008-01-26  Bruno Haible  <bruno@clisp.org>
725
726         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
727         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
728
729 2008-01-26  Bruno Haible  <bruno@clisp.org>
730
731         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
732         GCC >= 4.0 built-in.
733         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
734
735 2008-01-26  Bruno Haible  <bruno@clisp.org>
736
737         Rename isnan, applicable to 'double' only, to isnand.
738         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
739         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
740         (configure.ac): Update.
741         (Include): Replace "isnan.h" with "isnand.h".
742         * m4/isnand.m4: Renamed from m4/isnan.m4.
743         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
744         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
745         instead of isnan.c.
746         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
747         instead of HAVE_ISNAN_IN_LIBC.
748         (isnand): Renamed from isnan.
749         * lib/isnand.c: New file.
750         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
751         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
752         (Makefile.am): Update.
753         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
754         Include isnand.h instead of isnan.h.
755         (main): Test isnand instead of isnan.
756         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
757         isnan-nolibm.
758         * modules/frexp (Depends-on): Likewise.
759         * modules/frexp-tests (Depends-on): Likewise.
760         * modules/frexp-nolibm (Depends-on): Likewise.
761         * modules/frexp-nolibm-tests (Depends-on): Likewise.
762         * modules/isfinite (Depends-on): Likewise.
763         * modules/round-tests (Depends-on): Likewise.
764         * modules/signbit (Depends-on): Likewise.
765         * modules/signbit-tests (Depends-on): Likewise.
766         * modules/snprintf-posix (Depends-on): Likewise.
767         * modules/sprintf-posix (Depends-on): Likewise.
768         * modules/trunc-tests (Depends-on): Likewise.
769         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
770         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
771         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
772         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
773         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
774         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
775         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
776         * modules/vasnprintf-posix (Depends-on): Likewise.
777         * modules/vasprintf-posix (Depends-on): Likewise.
778         * modules/vfprintf-posix (Depends-on): Likewise.
779         * modules/vsnprintf-posix (Depends-on): Likewise.
780         * modules/vsprintf-posix (Depends-on): Likewise.
781         * lib/frexp.c: Include isnand.h instead of isnan.h.
782         (ISNAN): Set to isnand instead of isnan.
783         * lib/isfinite.c: Include isnand.h instead of isnan.h.
784         (gl_isfinited): Use isnand instead of isnan.
785         * lib/signbitd.c: Include isnand.h instead of isnan.h.
786         (gl_signbitd): Use isnand instead of isnan.
787         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
788         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
789         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
790         (main): Use isnand instead of isnan.
791         * tests/test-round1.c: Include isnand.h.
792         (main): Use isnand instead of isnan.
793         * tests/test-round2.c: Include isnand.h instead of isnan.h.
794         (ISNAN): Set to isnand instead of isnan.
795         * tests/test-trunc1.c: Include isnand.h.
796         (main): Use isnand instead of isnan.
797         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
798         (equal): Use isnand instead of isnan.
799         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
800         isnand-nolibm.
801         * NEWS: Mention the change.
802
803 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
804             Bruno Haible  <bruno@clisp.org>
805
806         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
807         the GCC builtins for signbits are present and set
808         REPLACE_SIGNBIT_USING_GCC if so.
809         * lib/math.in.h (signbit): Define using GCC builtins if
810         REPLACE_SIGNBIT_USING_GCC is set.
811         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
812         REPLACE_SIGNBIT_USING_GCC.
813         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
814
815 2008-01-25  Jim Meyering  <meyering@redhat.com>
816
817         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
818         * lib/poll.c: Include <config.h>, not "config.h".
819         * tests/test-getaddrinfo.c: Likewise.
820
821 2008-01-25  Simon Josefsson  <simon@josefsson.org>
822
823         * modules/sockets-tests: New file.
824
825 2008-01-24  Simon Josefsson  <simon@josefsson.org>
826
827         * modules/sockets: New module, can be used to call WSA_Startup and
828         WSA_Cleanup when needed.
829
830         * lib/sockets.h, lib/sockets.c: New files.
831
832         * m4/sockets.m4: New file.
833
834         * tests/test-sockets.c: New file.
835
836 2008-01-19  Bruno Haible  <bruno@clisp.org>
837
838         * doc/posix-headers: Renamed from doc/headers.
839         * doc/posix-functions: Renamed from doc/functions.
840         * doc/gnulib.texi: Update.
841
842 2008-01-19  Bruno Haible  <bruno@clisp.org>
843
844         * doc/glibc-functions/strcasestr.texi: Include contents of
845         doc/functions/strcasestr.texi, fixing the list of platforms.
846         * doc/functions/strcasestr.texi: Remove file.
847
848 2008-01-19  Bruno Haible  <bruno@clisp.org>
849
850         * doc/glibc-functions/memmem.texi: Include contents of
851         doc/functions/memmem.texi.
852         * doc/functions/memmem.texi: Remove file.
853
854 2008-01-18  Bruno Haible  <bruno@clisp.org>
855
856         * doc/glibc-functions/*.texi: New files.
857         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
858         to use the new files.
859
860 2008-01-17  Bruno Haible  <bruno@clisp.org>
861
862         * tests/test-gethostname.c (main): Fix printf statement.
863
864 2008-01-17  Simon Josefsson  <simon@josefsson.org>
865
866         * modules/gethostname-tests: New file.
867
868         * tests/test-gethostname.c: New file.
869
870 2008-01-17  Simon Josefsson  <simon@josefsson.org>
871
872         * lib/gethostname.c: Include string.h unconditionally, strncpy is
873         used by the UNAME case.  Reported by Bruno Haible
874         <bruno@clisp.org>.
875
876 2008-01-17  Eric Blake  <ebb9@byu.net>
877
878         Convert c-strcasestr to be more efficient.
879         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
880         (Depends-on): Add c-strcase, remove malloca, strnlen.
881         * tests/test-c-strcasestr.c (main): Enhance test.
882         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
883
884 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
885
886         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
887         Use it in creating po/Makevars.
888
889 2008-01-15  Simon Josefsson  <simon@josefsson.org>
890
891         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
892         Applications that requires it should initialize libgcrypt
893         manually.
894
895 2008-01-16  Simon Josefsson  <simon@josefsson.org>
896
897         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
898
899 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
900
901         Fix problem with getdate on mingw32 reported by Simon Josefsson
902         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
903         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
904         tzname", when deciding whether to declare tzname.
905         * lib/strftime.c (tzname): Likewise.
906
907 2008-01-15  Bruno Haible  <bruno@clisp.org>
908
909         Work around a MacOS X 10.5 bug in frexpl().
910         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
911         * doc/functions/frexpl.texi: Document the bug.
912         Reported by Elias Pipping <pipping@gentoo.org>.
913
914 2008-01-14  Eric Blake  <ebb9@byu.net>
915
916         Touch up previous patch.
917         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
918         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
919
920         Convert strcasestr module to use Two-Way algorithm.
921         * modules/strcasestr-simple: New module, based on the old
922         strcasestr, but with Two-Way rather than KMP.
923         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
924         * lib/string.in.h (rpl_strcasestr): Declare.
925         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
926         performance.
927         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
928         * modules/string (Makefile.am): Support strcasestr.
929         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
930         * modules/strcasestr-tests (Depends-on): Check for alarm.
931         * tests/test-strcasestr.c: Augment test.
932         * lib/str-two-way.h: Clean up stray macro.
933         * NEWS: Document new module.
934         * MODULES.html.sh (string handling): Likewise.
935         * doc/functions/strcasestr.texi: New file.
936         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
937         here, since it is not a POSIX function.
938
939 2008-01-14  Colin Watson  <cjwatson@debian.org>
940             Bruno Haible  <bruno@clisp.org>
941
942         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
943         works fine; if not, set REPLACE_STRSIGNAL.
944         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
945         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
946         REPLACE_STRSIGNAL.
947         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
948         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
949         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
950
951 2008-01-14  Bruno Haible  <bruno@clisp.org>
952
953         * modules/strsignal (Include): Change to <string.h>.
954
955 2008-01-14  Colin Watson  <cjwatson@debian.org>
956
957         * modules/argp (Notice): Add a notice recommending to change
958         XGETTEXT_OPTIONS.
959         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
960
961 2008-01-13  Colin Watson  <cjwatson@debian.org>
962
963         * modules/strsignal-tests: New file.
964         * tests/test-strsignal.c: New file.
965
966         * lib/strsignal.c: New file, from glibc with modifications.
967         * lib/siglist.h: New file, from glibc with modifications.
968         * lib/string.in.h (strsignal): New declaration.
969         * m4/strsignal.m4: New file.
970         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
971         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
972         * modules/strsignal: New file.
973         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
974         HAVE_DECL_STRSIGNAL.
975
976 2008-01-13  Bruno Haible  <bruno@clisp.org>
977
978         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
979         locale encoding is not ASCII. Needed for OpenBSD 4.0.
980         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
981         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
982
983 2008-01-13  Bruno Haible  <bruno@clisp.org>
984
985         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
986         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
987         * lib/argp.h (__attribute__): Likewise.
988         * lib/c-stack.c (__attribute__): Likewise.
989         * lib/error.h (__attribute__): Likewise.
990         * lib/fts.c (__attribute__): Likewise.
991         * lib/openat.h (__attribute__): Likewise.
992         * lib/stdio.in.h (__attribute__): Likewise.
993         * lib/string.in.h (__attribute__): Likewise.
994         * lib/utimens.c (__attribute__): Likewise.
995         * lib/vasnprintf.h (__attribute__): Likewise.
996         * lib/xalloc.h (__attribute__): Likewise.
997         * lib/xprintf.h (__attribute__): Likewise.
998         * lib/xstrtol.h (__attribute__): Likewise.
999         * lib/xvasprintf.h (__attribute__): Likewise.
1000
1001 2008-01-12  Bruno Haible  <bruno@clisp.org>
1002
1003         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
1004         * doc/glibc-headers/a.out.texi: New file.
1005         * doc/glibc-headers/aliases.texi: New file.
1006         * doc/glibc-headers/alloca.texi: New file.
1007         * doc/glibc-headers/ar.texi: New file.
1008         * doc/glibc-headers/argp.texi: New file.
1009         * doc/glibc-headers/argz.texi: New file.
1010         * doc/glibc-headers/byteswap.texi: New file.
1011         * doc/glibc-headers/crypt.texi: New file.
1012         * doc/glibc-headers/endian.texi: New file.
1013         * doc/glibc-headers/envz.texi: New file.
1014         * doc/glibc-headers/err.texi: New file.
1015         * doc/glibc-headers/error.texi: New file.
1016         * doc/glibc-headers/execinfo.texi: New file.
1017         * doc/glibc-headers/fpu_control.texi: New file.
1018         * doc/glibc-headers/fstab.texi: New file.
1019         * doc/glibc-headers/fts.texi: New file.
1020         * doc/glibc-headers/getopt.texi: New file.
1021         * doc/glibc-headers/ieee754.texi: New file.
1022         * doc/glibc-headers/ifaddrs.texi: New file.
1023         * doc/glibc-headers/libintl.texi: New file.
1024         * doc/glibc-headers/mcheck.texi: New file.
1025         * doc/glibc-headers/mntent.texi: New file.
1026         * doc/glibc-headers/obstack.texi: New file.
1027         * doc/glibc-headers/paths.texi: New file.
1028         * doc/glibc-headers/printf.texi: New file.
1029         * doc/glibc-headers/pty.texi: New file.
1030         * doc/glibc-headers/resolv.texi: New file.
1031         * doc/glibc-headers/shadow.texi: New file.
1032         * doc/glibc-headers/sysexits.texi: New file.
1033         * doc/glibc-headers/ttyent.texi: New file.
1034
1035 2008-01-12  Jim Meyering  <meyering@redhat.com>
1036
1037         announce-gen: emit Gnulib's git-based version string.
1038         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
1039         New option --gnulib-version=V, where V is expected to be
1040         the output of running git describe in the gnulib directory.
1041         (get_tool_versions): Request feedback on xdelta.  I suspect it's
1042         not useful, and plan to stop publishing an xdelta file with each
1043         coreutils release.
1044
1045         * build-aux/announce-gen: Also check for lzma-compressed files.
1046
1047 2008-01-11  Bruno Haible  <bruno@clisp.org>
1048
1049         * tests/test-memmem.c (main): Increase maximum allowed time.
1050         * tests/test-strstr.c (main): Likewise.
1051
1052 2008-01-11  Bruno Haible  <bruno@clisp.org>
1053
1054         * doc/functions/memmem.texi: Add more precisions about platforms.
1055         * doc/functions/strstr.texi: Likewise.
1056
1057 2008-01-10  Eric Blake  <ebb9@byu.net>
1058
1059         * m4/strstr.m4: Delete cruft from copy-n-paste.
1060         Reported by Bruno Haible.
1061
1062 2008-01-10  Bruno Haible  <bruno@clisp.org>
1063
1064         Make c-strstr rely on strstr.
1065         * lib/c-strstr.c: Don't include str-kmp.h.
1066         (c_strstr): Define in terms of strstr.
1067         * modules/c-strstr (Files): Remove lib/str-kmp.h.
1068         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
1069
1070 2008-01-10  Bruno Haible  <bruno@clisp.org>
1071
1072         * doc/gnulib.texi (String Functions in C Locale): New section.
1073         * doc/c-ctype.texi: New file.
1074         * doc/c-strcase.texi: New file.
1075         * doc/c-strcaseeq.texi: New file.
1076         * doc/c-strcasestr.texi: New file.
1077         * doc/c-strstr.texi: New file.
1078         * doc/c-strtod.texi: New file.
1079         * doc/c-strtold.texi: New file.
1080
1081 2008-01-10  Eric Blake  <ebb9@byu.net>
1082
1083         * lib/relocatable.h: Fix a comment.
1084
1085 2008-01-10  Eric Blake  <ebb9@byu.net>
1086
1087         Share two-way algorithm.
1088         * lib/str-two-way.h: New file, merged from...
1089         * lib/memmem.c: ...here...
1090         * lib/strstr.c: ...and here.
1091         * modules/memmem (Files): Use it.
1092         * modules/strstr (Files): Likewise.
1093
1094         Avoid quadratic strstr implementations.
1095         * lib/strstr.c: New file.
1096         * m4/strstr.m4: Likewise.
1097         * modules/strstr: Likewise.
1098         * modules/strstr-tests: Likewise.
1099         * tests/test-strstr.c: Likewise.
1100         * lib/string.in.h (rpl_strstr): Declare.
1101         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
1102         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
1103         * modules/string (Makefile.am): Likewise.
1104         * MODULES.html.sh (string handling): Mention new module.
1105         * doc/functions/strstr.texi (strstr): Document the bug.
1106
1107 2008-01-10  Bruno Haible  <bruno@clisp.org>
1108
1109         * lib/relocatable.h (relocate): State whether result is freshly
1110         allocated or not.
1111         * lib/relocatable.c (relocate): Return a freshly allocated string
1112         instead of a pointer to a privately held string.
1113         Reported by Sylvain Beucler <beuc@gnu.org>.
1114
1115 2008-01-10  Colin Watson  <cjwatson@debian.org>
1116
1117         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
1118         s/S_ISNLK/S_ISLNK/.
1119
1120 2008-01-09  Bruno Haible  <bruno@clisp.org>
1121
1122         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
1123         and other files.
1124         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
1125         if it's only a guess.
1126         * modules/memmem: Simplify by depending on memmem-simple.
1127
1128 2008-01-09  Bruno Haible  <bruno@clisp.org>
1129
1130         Work around OpenBSD 4.0 tdelete() bug.
1131         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
1132         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
1133         macros and don't redefine the enum values.
1134         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
1135         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
1136         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
1137
1138 2008-01-09  Bruno Haible  <bruno@clisp.org>
1139
1140         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
1141         (main): Don't perform the tests if setlocale did not install a UTF-8
1142         locale. Needed on OpenBSD 4.0.
1143         * modules/wcwidth-tests (Depends-on): Add localcharset.
1144
1145 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
1146
1147         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
1148         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
1149         * NEWS: announce this.
1150         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
1151
1152 2008-01-09  Simon Josefsson  <simon@josefsson.org>
1153         and Eric Blake  <ebb9@byu.net>
1154
1155         Add memmem-simple module.
1156         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
1157         (gl_FUNC_MEMMEM): Separate performance from presence checks.
1158         * modules/memmem-simple: New file.
1159         * modules/memmem (Description): Tweak.
1160         * MODULES.html.sh (string handling): Mention new module.
1161         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
1162         addressed by memmem-simple.
1163         * NEWS: Document the difference.
1164
1165 2008-01-09  Eric Blake  <ebb9@byu.net>
1166
1167         Give gcc some memmem optimization hints.
1168         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
1169         (strcasestr): Declare as pure.
1170         * modules/memmem (Maintainer): Claim my implementation.
1171
1172 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1173
1174         Support AIX 6.1 and higher.
1175         * build-aux/config.libpath: Likewise.
1176         * build-aux/config.rpath: Likewise.
1177
1178 2008-01-08  Jim Meyering  <meyering@redhat.com>
1179             Bruno Haible  <bruno@clisp.org>
1180
1181         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
1182         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
1183         Reported by Peter Fales in
1184         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
1185
1186 2008-01-08  Bruno Haible  <bruno@clisp.org>
1187
1188         * modules/unictype/category-of (Depends-on): Add
1189         unictype/category-none.
1190         * modules/unictype/category-and-tests (Depends-on): Add
1191         unictype/category-{L,N,Lu,Nd}.
1192         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
1193         * modules/unictype/category-or-tests (Depends-on): Add
1194         unictype/category-{L,N}.
1195         * modules/unictype/category-name-tests (Depends-on): Add
1196         unictype/category-{Z,Nl}.
1197         Reported by Simon Josefsson.
1198
1199 2008-01-08  Bruno Haible  <bruno@clisp.org>
1200
1201         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
1202         convention better.
1203         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
1204         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
1205         Reported by Peter Miller <millerp@canb.auug.org.au>.
1206
1207 2008-01-08  Eric Blake  <ebb9@byu.net>
1208
1209         Rewrite memmem to guarantee linear complexity without malloc.
1210         * lib/memmem.c (memmem): Use Two-Way rather than
1211         Knuth-Morris-Pratt, to allow O(1) space usage.
1212         (critical_factorization, two_way_short_needle)
1213         (two_way_long_needle): New functions.
1214         (knuth_morris_pratt): Delete.
1215         * modules/memmem (Depends-on): No longer need malloca or stdbool.
1216         Add stdint.
1217         * tests/test-memmem.c (main): Add tests for periodic needle and
1218         sublinear performance.
1219         * doc/functions/memmem.texi (memmem): Document other deficiencies
1220         in cygwin and older glibc.
1221
1222 2008-01-08  Bruno Haible  <bruno@clisp.org>
1223
1224         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
1225         augmentation.
1226
1227 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
1228
1229         Add a configure time option: --disable-acl.
1230         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
1231         AC_ARG_ENABLE(acl).
1232
1233 2008-01-06  Simon Josefsson  <simon@josefsson.org>
1234
1235         * tests/test-localename.c: Don't include obsolete "setenv.h".
1236
1237         * modules/localename-tests (Depends-on): Need unsetenv.
1238
1239 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1240
1241         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
1242
1243 2008-01-06  Colin Watson  <cjwatson@debian.org>
1244
1245         * users.txt: Add man-db.
1246
1247 2008-01-07  Bruno Haible  <bruno@clisp.org>
1248
1249         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
1250         previous section name.
1251
1252 2008-01-07  Bruno Haible  <bruno@clisp.org>
1253
1254         * lib/progname.c (set_program_name): Don't strip off a leading
1255         "lt-" prefix outside a .libs directory.
1256         Suggested by Paul Eggert.
1257
1258 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
1259             Bruno Haible  <bruno@clisp.org>
1260
1261         Improve memory cleanup in 'relocatable' module.
1262         * lib/relocatable.h (compute_curr_prefix): Change return type to
1263         'char *'.
1264         * lib/relocatable.c (compute_curr_prefix): Change return type to
1265         'char *'. Free curr_installdir after use.
1266         (relocate): Free curr_prefix_better after use.
1267         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
1268
1269 2008-01-01  Bruno Haible  <bruno@clisp.org>
1270
1271         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
1272         failure on older glibc systems.
1273         Reported by Peter Fales <psfales@alcatel-lucent.com>.
1274
1275 2008-01-05  Eric Blake  <ebb9@byu.net>
1276
1277         Avoid quadratic system memmem.
1278         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
1279         Reported by Ralf Wildenhues.
1280
1281         Fix memmem test for mingw.
1282         * modules/memmem-tests (configure.ac): Check for alarm.
1283         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
1284         it.
1285         * doc/functions/memmem.texi: New file.
1286         * doc/gnulib.texi (Function Substitutes): Add memmem.
1287         Reported by Bruno Haible.
1288
1289 2008-01-04  Bruno Haible  <bruno@clisp.org>
1290
1291         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
1292         Require gl_HEADER_STRINGS_H_DEFAULTS, not
1293         gl_HEADER_STRING_H_DEFAULTS.
1294
1295 2008-01-04  Eric Blake  <ebb9@byu.net>
1296
1297         Shorten duration of memmem test.
1298         * tests/test-memmem.c (main): Use alarm to declare failure if test
1299         is taking too long.
1300         Reported by Ralf Wildenhues.
1301
1302 2007-12-21  Simon Josefsson  <simon@josefsson.org>
1303
1304         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
1305         string, needed by strerror.
1306
1307 2008-01-03  Colin Watson  <cjwatson@debian.org>
1308             Bruno Haible  <bruno@clisp.org>
1309
1310         * doc/gnulib-tool.texi (Localization): New section.
1311
1312 2008-01-02  Bruno Haible  <bruno@clisp.org>
1313
1314         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
1315         variables to 'unsigned char *' type.
1316         Reported by Paul Eggert.
1317
1318 2008-01-02  Jim Meyering  <jim@meyering.net>
1319
1320         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
1321
1322 2007-12-31  Jim Meyering  <jim@meyering.net>
1323
1324         Avoid use of private FTS type name.
1325         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
1326
1327 2007-12-30  Karl Berry  <karl@gnu.org>
1328
1329         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
1330         work around defect in Texinfo and/or the standalone Info browser.
1331
1332 2007-12-30  Bruno Haible  <bruno@clisp.org>
1333
1334         Unify 5 copies of the KMP code.
1335         * lib/str-kmp.h: New file.
1336         * lib/c-strcasestr.c: Include str-kmp.h.
1337         (knuth_morris_pratt): Remove function.
1338         (c_strcasestr): Update.
1339         * lib/c-strstr.c: Include str-kmp.h.
1340         (knuth_morris_pratt): Remove function.
1341         (c_strcasestr): Update.
1342         * lib/mbscasestr.c: Include str-kmp.h.
1343         (knuth_morris_pratt_unibyte): Remove function.
1344         * lib/mbsstr.c: Include str-kmp.h.
1345         (knuth_morris_pratt_unibyte): Remove function.
1346         * lib/strcasestr.c: Include str-kmp.h.
1347         (knuth_morris_pratt): Remove function.
1348         (strcasestr): Update.
1349         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
1350         * modules/c-strstr (Files): Likewise.
1351         * modules/mbscasestr (Files): Likewise.
1352         * modules/mbsstr (Files): Likewise.
1353         * modules/strcasestr (Files): Likewise.
1354         Suggested by Paul Eggert.
1355
1356 2007-12-30  Bruno Haible  <bruno@clisp.org>
1357
1358         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
1359         defined.
1360
1361 2007-12-30  Bruno Haible  <bruno@clisp.org>
1362
1363         * lib/xmalloca.h: Include xalloc.h.
1364         (xnmalloca): New macro.
1365
1366 2007-12-30  Bruno Haible  <bruno@clisp.org>
1367
1368         * lib/malloca.h (nmalloca): New macro.
1369         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
1370         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
1371         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
1372         knuth_morris_pratt_multibyte): Likewise.
1373         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
1374         knuth_morris_pratt_multibyte): Likewise.
1375         * lib/memmem.c (knuth_morris_pratt): Likewise.
1376         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
1377
1378 2007-12-25  Bruno Haible  <bruno@clisp.org>
1379
1380         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
1381         * lib/glob.c: Don't include openat.h.
1382         (link_exists2_p): Add back the code that deals with the
1383         !GLOB_ALTDIRFUNC case.
1384         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
1385         let it do the filename concatenation.
1386         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
1387         * modules/glob (Depends-on): Remove openat.
1388
1389 2007-12-31  Bruno Haible  <bruno@clisp.org>
1390
1391         * modules/dirfd (License): Change to LGPLv2+.
1392         Approved by Jim Meyering.
1393
1394 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1395
1396         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
1397         when multiplying M by sizeof (size_t).
1398
1399 2007-12-10  Martin Lambers  <marlam@marlam.de>
1400
1401         Override getpagesize on mingw.
1402         * lib/getpagesize.c: New file.
1403         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
1404         * modules/getpagesize (Files): Add lib/getpagesize.c.
1405         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
1406         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1407         REPLACE_GETPAGESIZE.
1408         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
1409
1410 2007-12-25  Bruno Haible  <bruno@clisp.org>
1411
1412         * modules/localcharset (Notice): New field.
1413         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
1414         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
1415
1416 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
1417             Bruno Haible  <bruno@clisp.org>
1418
1419         Avoid using the syntax symbol() in formatted documentation.
1420         * MODULES.html.sh (func_module): When replacing symbol() with a
1421         hyperlink, remove the parentheses. Show an error if some remain.
1422         Recognize and render the '...' syntax.
1423         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
1424         Rework. Add paragraph about GCC's inlining.
1425         * doc/alloca.texi: Likewise.
1426         * doc/error.texi: Remove parentheses from symbol reference.
1427         * doc/gnulib-intro.texi: Likewise.
1428         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
1429         * modules/fnmatch (Description): Reword to say "the ... function".
1430         * modules/full-read (Description): Likewise.
1431         * modules/full-write (Description): Likewise.
1432         * modules/safe-read (Description): Likewise.
1433         * modules/safe-write (Description): Likewise.
1434         * modules/strchrnul (Description): Likewise.
1435         * modules/trim (Description): Likewise.
1436         * modules/error (Description): Remove parentheses from symbol
1437         references.
1438         * modules/verror (Description): Likewise.
1439         Reported by Karl Berry.
1440
1441 2007-12-25  Bruno Haible  <bruno@clisp.org>
1442
1443         Fixup after 2007-10-16 commit.
1444         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
1445
1446 2007-12-24  Bruno Haible  <bruno@clisp.org>
1447
1448         Make --enable-relocatable work with DESTDIR.
1449         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
1450         to compute installdir from destprog.
1451         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
1452         also set the RELOC_DESTDIR variable.
1453         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
1454
1455 2007-12-24  Bruno Haible  <bruno@clisp.org>
1456
1457         Fix link error due to xalloc_die().
1458         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
1459         of xreadlink.
1460         * lib/relocwrapper.c: Update comments.
1461         * build-aux/install-reloc: Remove xreadlink.c from file list.
1462         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
1463         xreadlink.c.
1464         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
1465
1466 2007-12-24  Bruno Haible  <bruno@clisp.org>
1467
1468         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
1469         * lib/setenv.h: Remove file.
1470         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
1471         lib/setenv.h.
1472         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
1473         (Depends-on): Add stdlib.
1474         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
1475         gl_FUNC_UNSETENV.
1476         (Include): Replace setenv.h with <stdlib.h>.
1477         * modules/unsetenv: New file.
1478         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
1479         * lib/unsetenv.c: Include <stdlib.h> first.
1480         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
1481         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
1482         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
1483         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
1484         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
1485         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
1486         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
1487         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
1488         * doc/functions/unsetenv.texi: Update.
1489         * modules/xsetenv (Depends-on): Add unsetenv.
1490         * modules/getdate (Depends-on): Likewise.
1491         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
1492         * lib/xsetenv.c: Don't include setenv.h.
1493         * lib/getdate.y: Likewise.
1494         * lib/relocwrapper.c: Likewise.
1495         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
1496         (Depends-on): Add stdlib.
1497         * NEWS: Mention the changes.
1498         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
1499
1500 2007-12-23  Bruno Haible  <bruno@clisp.org>
1501
1502         * lib/memmem.c (memmem): Use lowercase variable names. Tab
1503         indentation.
1504
1505 2007-12-23  Bruno Haible  <bruno@clisp.org>
1506
1507         * lib/c-strcasestr.c: Add more comments.
1508         * lib/c-strstr.c: Likewise.
1509         * lib/mbscasestr.c: Likewise.
1510         * lib/mbsstr.c: Likewise.
1511         * lib/strcasestr.c: Likewise.
1512         * lib/memmem.c: Likewise.
1513
1514 2007-12-23  Bruno Haible  <bruno@clisp.org>
1515
1516         * tests/test-memmem.c: Include <string.h> first.
1517
1518 2007-12-22  Bruno Haible  <bruno@clisp.org>
1519
1520         * gnulib-tool (func_create_testdir): Change $auxdir while generating
1521         the contents of $testsbase.
1522         Reported by Ralf Wildenhues.
1523
1524 2007-12-22  Bruno Haible  <bruno@clisp.org>
1525
1526         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
1527         two variables local_ldadd_before, local_ldadd_last.
1528
1529 2007-12-20  Eric Blake  <ebb9@byu.net>
1530
1531         Work around circular library issue when cross-compiling.
1532         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
1533         that progname.o does not need to pull in rpl_memcmp.
1534
1535 2007-12-19  Eric Blake  <ebb9@byu.net>
1536
1537         Fix memmem to avoid O(n^2) worst-case complexity.
1538         * lib/memmem.c (knuth_morris_pratt): New function.
1539         (memmem): Use it if first few naive iterations fail.
1540         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
1541         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
1542         * modules/memchr (License): Likewise.
1543         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
1544         malloca.
1545         * tests/test-memmem.c: Rewrite, borrowing ideas from
1546         test-mbsstr1.c; the old version wouldn't even compile!
1547         * modules/memmem-tests: New file.
1548         * lib/string.in.h (rpl_memmem): Add declaration.
1549         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
1550         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
1551         REPLACE_MEMMEM.
1552
1553 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1554
1555         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
1556         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
1557         before any system include files, and undef after them all.  This
1558         should fix a problem on VMS reported by John E. Malmberg in
1559         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
1560
1561 2007-12-17  Eric Blake  <ebb9@byu.net>
1562
1563         Revert addition of verify, for BSD/OS.
1564         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
1565         can't handle large files, for the sake of obsolete platforms.
1566         * modules/fseeko (Depends-on): Remove verify.
1567         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
1568         * doc/functions/ftello.texi (ftello): Likewise.
1569         * doc/functions/fgetpos.texi (fgetpos): Likewise.
1570         Reported by Larry Jones.
1571
1572 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
1573
1574         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
1575         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
1576
1577 2007-12-17  Jim Meyering  <meyering@redhat.com>
1578
1579         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
1580         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
1581         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
1582         * modules/getcwd (Depends-on): Add openat.
1583         Reported by Petr Salinger.
1584
1585 2007-12-17  Bruno Haible  <bruno@clisp.org>
1586
1587         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
1588         avoid a segmentation fault of the configure test on x86_64 systems.
1589
1590 2007-12-15  Jim Meyering  <meyering@redhat.com>
1591
1592         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
1593
1594 2007-12-13  Eric Blake  <ebb9@byu.net>
1595
1596         Another fseek test.
1597         * tests/test-fseek.c (main): Also test ungetc handling.
1598         * tests/test-fseeko.c (main): Likewise.
1599         * modules/fseeko (Depends-on): Add verify.
1600         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
1601         large.
1602         Reported by Larry Jones.
1603
1604         Fix fseeko on mingw.
1605         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
1606         seek.
1607
1608         Beef up fseek tests.
1609         * tests/test-fseek.c (main): Also test eof handling.
1610         * tests/test-fseeko.c (main): Likewise.
1611         Reported by Larry Jones.
1612
1613 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
1614
1615         Fix fseeko on BSD-based platforms.
1616         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
1617         successful seek.
1618
1619 2007-12-12  Eric Blake  <ebb9@byu.net>
1620
1621         Allow circular dependency of separate libtests.a
1622         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
1623         when use_libtests.
1624
1625 2007-12-11  Eric Blake  <ebb9@byu.net>
1626
1627         Fix bug with -0.0L in previous patch.
1628         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
1629         * tests/test-isnan.c (main): Also test on zeroes.
1630         * tests/test-isnanf.c (main): Likewise.
1631         * tests/test-isnanl.h (main): Likewise.
1632
1633         Detect pseudo-denormals on x86 even when cross-compiling.
1634         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
1635         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
1636         invalid bit patterns that happen to satisfy ==.
1637
1638         Avoid link failures with separate libtests.a.
1639         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
1640         last, to satisfy circular dependencies.
1641
1642 2007-12-11  Eric Blake  <ebb9@byu.net>
1643         and Bruno Haible  <bruno@clisp.org>
1644
1645         Fix OpenBSD 4.0 <float.h> handling of long double.
1646         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
1647         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
1648         * doc/headers/float.texi (float.h): Document OpenBSD bug.
1649
1650 2007-12-11  Jim Meyering  <meyering@redhat.com>
1651
1652         * users.txt: Add libvirt.
1653
1654         Support versions of autoconf prior to 2.59c.
1655         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
1656         if it is not already defined.
1657
1658 2007-12-09  Bruno Haible  <bruno@clisp.org>
1659
1660         Let 'gnulib-tool --import' collect sources needed for the tests in
1661         tests/ rather than in lib/.
1662         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
1663         argument. If true, add rules to generate libtests.a, and put libtests.a
1664         into $(LDADD). Consider source files in subdirectories and set
1665         uses_subdirs.
1666         (func_emit_initmacro_start, func_emit_initmacro_end,
1667         func_emit_initmacro_done): Pass all arguments explicitly.
1668         (func_import): Determine two module lists main_modules,
1669         testsrelated_modules. Determine use_libtests. Determine two variables
1670         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
1671         instead of just sed_transform_lib_file. Determine two variables
1672         main_files and testsrelated_files. Compute 'files' as the union of
1673         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
1674         func_add_or_update. In the generated gnulib-comp.m4, collect the
1675         object files for tests/ in different variables than those for lib/.
1676         Substitute LIBTESTS_LIBDEPS.
1677         (func_create_testdir): Combine the uses_subdirs results from
1678         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
1679
1680 2007-12-09  Bruno Haible  <bruno@clisp.org>
1681
1682         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
1683         the build-aux directory.
1684
1685 2007-12-09  Bruno Haible  <bruno@clisp.org>
1686
1687         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
1688         introduced on 2006-09-09.
1689
1690 2007-12-07  Jim Meyering  <meyering@redhat.com>
1691
1692         Let these macros work also with autoconf-2.59.
1693         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
1694         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
1695         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
1696
1697 2007-12-06  Jim Meyering  <meyering@redhat.com>
1698
1699         Avoid a configure-time syntax error in gl_FUNC_ACL.
1700         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
1701         function in each branch, before testing the cache variable.
1702
1703 2007-12-04  Eric Blake  <ebb9@byu.net>
1704
1705         Make scripts executable.
1706         * build-aux/config.guess: Add execute permissions.
1707         * build-aux/config.sub: Likewise.
1708         * build-aux/gendocs.sh: Likewise.
1709
1710         Fix frexp on mingw.
1711         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
1712         cross-compiling.
1713         * doc/functions/frexp.texi (frexp): Document the bug.
1714
1715         Make cygwin fseeko check more reliable.
1716         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
1717         version numbers, rather than unrelated feature check.
1718         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
1719         * doc/functions/ftello.texi (ftello): Likewise.
1720         Reported by Bruno Haible.
1721
1722         * m4/strerror.m4: Bump version number.
1723
1724 2007-12-03  Bruno Haible  <bruno@clisp.org>
1725
1726         * doc/functions/mprotect.texi: Mention the mingw problem.
1727
1728 2007-12-03  Eric Blake  <ebb9@byu.net>
1729
1730         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
1731         REPLACE_STRERROR is initialized before this macro.
1732
1733 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
1734
1735         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
1736         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
1737         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
1738         put -lsec in even for programs other than 'ls'.  This fixes a problem
1739         for gettext reported by Bruno Haible in
1740         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
1741         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
1742         Add support for Solaris 10.  This isn't efficient, but should get the
1743         job done for now.
1744
1745 2007-12-03  James Youngman  <jay@gnu.org>
1746
1747         * doc/regexprops-generic.texi: change "an close-group" to "a
1748         close-group" and "illegal" to "not allowed".
1749
1750 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1751
1752         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
1753         pr_byname.h. Needed for the rare case when the maintainer has done
1754         "make maintainer-clean" in the source directory and then attempts a
1755         build outside the source directory.
1756         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
1757         scripts_byname.h.
1758
1759 2007-12-02  Martin Lambers <marlam@marlam.de>
1760             Bruno Haible  <bruno@clisp.org>
1761
1762         * lib/getpagesize.h: Remove file.
1763         * lib/unistd.in.h: Include declaration of getpagesize here.
1764         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
1765         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
1766         HAVE_SYS_PARAM_H.
1767         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
1768         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
1769         * modules/getpagesize (Files): Remove lib/getpagesize.h.
1770         (Depends-on): Add unistd.
1771         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
1772         (Include): Use <unistd.h> instead of getpagesize.h.
1773         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
1774         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
1775         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
1776         gl_GETPAGESIZE invocation, already handled by module dependency.
1777         * lib/pagealign_alloc.c: Don't include getpagesize.h.
1778
1779 2007-12-02  Bruno Haible  <bruno@clisp.org>
1780
1781         * modules/strings-tests: New file.
1782         * tests/test-strings.c: New file.
1783
1784         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
1785         * lib/strings.in.h: New file.
1786         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
1787         * m4/strings_h.m4: New file.
1788         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
1789         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
1790         * modules/strings: New file.
1791         * modules/string (Makefile.am): Update.
1792         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
1793         Reported by Karl Berry.
1794
1795 2007-12-01  Eric Blake  <ebb9@byu.net>
1796
1797         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
1798         accomodate fix in cygwin 1.5.25.
1799
1800 2007-12-01  Jim Meyering  <meyering@redhat.com>
1801
1802         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
1803         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
1804         that would inhibit utf8-optimization of a regexp containing line-
1805         or buffer-anchors, e.g., `^', `$'.
1806
1807 2007-11-30  Bruno Haible  <bruno@clisp.org>
1808
1809         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
1810         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
1811         glthread_recursive_lock_init.
1812         * lib/lock.c (glthread_recursive_lock_init)
1813         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
1814         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
1815
1816 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
1817
1818         New function qset_acl, like set_acl but with syscall semantics.
1819         * lib/acl.h (qset_acl): New decl.
1820         * lib/acl.c (qset_acl): New function.
1821         (set_acl): Use new function.  Use more-consistent diagnostics.
1822
1823 2007-11-28  Jim Meyering  <meyering@redhat.com>
1824
1825         * modules/physmem (License): Change from GPL to LGPLv2+.
1826
1827 2007-11-26  Bruno Haible  <bruno@clisp.org>
1828
1829         * lib/vasnprintf.c (decode_long_double): Don't abort if the
1830         'long double' type has excess precision.
1831         Reported by Jim Meyering in
1832         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
1833
1834 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1835
1836         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
1837         Sync from <http://gnu.org/licenses>.
1838         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
1839         with license text from same location.
1840         * doc/maintain.texi, doc/standards.texi:  Sync from
1841         <http://savannah.gnu.org/projects/gnustandards>.
1842
1843 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
1844         and Jim Meyering  <meyering@redhat.com>
1845
1846         Adjust getdate' grammar to accept a slightly more regular language.
1847         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
1848         Before, the former was rejected.
1849         * lib/getdate.y (digits_to_date_time): New function, factored
1850         out of ...
1851         (number): ...here.  Just call digits_to_date_time.
1852         (hybrid): New non-terminal to handle an <unsigned number,
1853         signed relative offset> sequence consistently.
1854
1855 2007-11-18  Jim Meyering  <meyering@redhat.com>
1856
1857         Pull my changes from coreutils:
1858         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
1859         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
1860         use of $gnulib_tool_option_extras, so that it's separated from the
1861         preceding argument.
1862
1863         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
1864         * build-aux/bootstrap (cp_mark_as_generated): Create any required
1865         parent destination directories before copying a file into place.
1866
1867 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
1868
1869         bootstrap: work also with 4-argument variant of AC_INIT
1870         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
1871
1872 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
1873
1874         Port test-getaddrinfo to Solaris.
1875         Problem reported by Bruno Haible in
1876         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
1877         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
1878         explanation of setting 'hints'.
1879         Don't reject an implementation merely because it returns EAI_SERVICE.
1880         (EAI_SERVICE): Define to 0 if not defined.
1881
1882 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
1883
1884         The license of gnu-make and posix-shell is now "GPLed build tool".
1885         * modules/gnu-make (License): Likewise.
1886         * modules/posix-shell (License): Likewise.
1887
1888         New module posix-shell, for determining a POSIX shell
1889         or perhaps something that is close enough to a POSIX shell.
1890         * m4/posix-shell.m4: New file.
1891         * modules/posix-shell: New file.
1892
1893         * MODULES.html.sh: Mention new module.
1894
1895         New module gnu-make, for determining whether we're using GNU Make.
1896         * m4/gnu-make.m4: New file.
1897         * modules/gnu-make: New file.
1898         * MODULES.html.sh: Mention new module.
1899
1900 2007-11-14  Jim Meyering  <meyering@redhat.com>
1901
1902         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
1903         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
1904         use this macro to create a function _definition_.
1905         Remove useless "#undef ARGMATCH_DIE".
1906
1907 2007-11-14  Bruno Haible  <bruno@clisp.org>
1908
1909         * lib/config.charset: Update for OpenBSD 4.1.
1910         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
1911
1912 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
1913
1914         Document 64-bit #if problems in stdint.texi.
1915         * doc/headers/stdint.texi (stdint.h): Mention problems with
1916         64-bit-#if, and how to work around them.
1917
1918         Don't insist on 'long long int' support in the preprocessor.  It
1919         breaks too many things.  For example, PRIdMAX still uses a 'long
1920         long int' format with the latest Sun compiler, even though
1921         HAVE_LONG_LONG_INT isn't defined due to that compiler's
1922         preprocessor problem.  This causes the latest coreutils to dump
1923         core on Solaris 10 sparc with the Sun C compiler.
1924         Instead, fix the 2007-10-16 problem in a different way, by evaluating
1925         the troublesome expressions at configure-time, not at #if-time.
1926         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
1927         preprocessor.
1928         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
1929         compile-time C checks, done at 'configure'-time.
1930         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
1931         * modules/inttypes (Makefile): Substitute the new symbols that
1932         gl_INTTYPES_H now generates.
1933         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
1934
1935 2007-11-12  Bruno Haible  <bruno@clisp.org>
1936
1937         Tests for Unicode character classification functions.
1938
1939         * modules/unictype/bidicategory-byname-tests: New file.
1940         * modules/unictype/bidicategory-name-tests: New file.
1941         * modules/unictype/bidicategory-of-tests: New file.
1942         * modules/unictype/bidicategory-test-tests: New file.
1943         * modules/unictype/block-list-tests: New file.
1944         * modules/unictype/block-of-tests: New file.
1945         * modules/unictype/block-test-tests: New file.
1946         * modules/unictype/category-C-tests: New file.
1947         * modules/unictype/category-Cc-tests: New file.
1948         * modules/unictype/category-Cf-tests: New file.
1949         * modules/unictype/category-Cn-tests: New file.
1950         * modules/unictype/category-Co-tests: New file.
1951         * modules/unictype/category-Cs-tests: New file.
1952         * modules/unictype/category-L-tests: New file.
1953         * modules/unictype/category-Ll-tests: New file.
1954         * modules/unictype/category-Lm-tests: New file.
1955         * modules/unictype/category-Lo-tests: New file.
1956         * modules/unictype/category-Lt-tests: New file.
1957         * modules/unictype/category-Lu-tests: New file.
1958         * modules/unictype/category-M-tests: New file.
1959         * modules/unictype/category-Mc-tests: New file.
1960         * modules/unictype/category-Me-tests: New file.
1961         * modules/unictype/category-Mn-tests: New file.
1962         * modules/unictype/category-N-tests: New file.
1963         * modules/unictype/category-Nd-tests: New file.
1964         * modules/unictype/category-Nl-tests: New file.
1965         * modules/unictype/category-No-tests: New file.
1966         * modules/unictype/category-P-tests: New file.
1967         * modules/unictype/category-Pc-tests: New file.
1968         * modules/unictype/category-Pd-tests: New file.
1969         * modules/unictype/category-Pe-tests: New file.
1970         * modules/unictype/category-Pf-tests: New file.
1971         * modules/unictype/category-Pi-tests: New file.
1972         * modules/unictype/category-Po-tests: New file.
1973         * modules/unictype/category-Ps-tests: New file.
1974         * modules/unictype/category-S-tests: New file.
1975         * modules/unictype/category-Sc-tests: New file.
1976         * modules/unictype/category-Sk-tests: New file.
1977         * modules/unictype/category-Sm-tests: New file.
1978         * modules/unictype/category-So-tests: New file.
1979         * modules/unictype/category-Z-tests: New file.
1980         * modules/unictype/category-Zl-tests: New file.
1981         * modules/unictype/category-Zp-tests: New file.
1982         * modules/unictype/category-Zs-tests: New file.
1983         * modules/unictype/category-and-not-tests: New file.
1984         * modules/unictype/category-and-tests: New file.
1985         * modules/unictype/category-byname-tests: New file.
1986         * modules/unictype/category-name-tests: New file.
1987         * modules/unictype/category-none-tests: New file.
1988         * modules/unictype/category-of-tests: New file.
1989         * modules/unictype/category-or-tests: New file.
1990         * modules/unictype/category-test-withtable-tests: New file.
1991         * modules/unictype/combining-class-tests: New file.
1992         * modules/unictype/ctype-alnum-tests: New file.
1993         * modules/unictype/ctype-alpha-tests: New file.
1994         * modules/unictype/ctype-blank-tests: New file.
1995         * modules/unictype/ctype-cntrl-tests: New file.
1996         * modules/unictype/ctype-digit-tests: New file.
1997         * modules/unictype/ctype-graph-tests: New file.
1998         * modules/unictype/ctype-lower-tests: New file.
1999         * modules/unictype/ctype-print-tests: New file.
2000         * modules/unictype/ctype-punct-tests: New file.
2001         * modules/unictype/ctype-space-tests: New file.
2002         * modules/unictype/ctype-upper-tests: New file.
2003         * modules/unictype/ctype-xdigit-tests: New file.
2004         * modules/unictype/decimal-digit-tests: New file.
2005         * modules/unictype/digit-tests: New file.
2006         * modules/unictype/mirror-tests: New file.
2007         * modules/unictype/numeric-tests: New file.
2008         * modules/unictype/property-alphabetic-tests: New file.
2009         * modules/unictype/property-ascii-hex-digit-tests: New file.
2010         * modules/unictype/property-bidi-arabic-digit-tests: New file.
2011         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
2012         * modules/unictype/property-bidi-block-separator-tests: New file.
2013         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
2014         * modules/unictype/property-bidi-common-separator-tests: New file.
2015         * modules/unictype/property-bidi-control-tests: New file.
2016         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
2017         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
2018         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
2019         * modules/unictype/property-bidi-european-digit-tests: New file.
2020         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
2021         * modules/unictype/property-bidi-left-to-right-tests: New file.
2022         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
2023         * modules/unictype/property-bidi-other-neutral-tests: New file.
2024         * modules/unictype/property-bidi-pdf-tests: New file.
2025         * modules/unictype/property-bidi-segment-separator-tests: New file.
2026         * modules/unictype/property-bidi-whitespace-tests: New file.
2027         * modules/unictype/property-byname-tests: New file.
2028         * modules/unictype/property-combining-tests: New file.
2029         * modules/unictype/property-composite-tests: New file.
2030         * modules/unictype/property-currency-symbol-tests: New file.
2031         * modules/unictype/property-dash-tests: New file.
2032         * modules/unictype/property-decimal-digit-tests: New file.
2033         * modules/unictype/property-default-ignorable-code-point-tests: New file.
2034         * modules/unictype/property-deprecated-tests: New file.
2035         * modules/unictype/property-diacritic-tests: New file.
2036         * modules/unictype/property-extender-tests: New file.
2037         * modules/unictype/property-format-control-tests: New file.
2038         * modules/unictype/property-grapheme-base-tests: New file.
2039         * modules/unictype/property-grapheme-extend-tests: New file.
2040         * modules/unictype/property-grapheme-link-tests: New file.
2041         * modules/unictype/property-hex-digit-tests: New file.
2042         * modules/unictype/property-hyphen-tests: New file.
2043         * modules/unictype/property-id-continue-tests: New file.
2044         * modules/unictype/property-id-start-tests: New file.
2045         * modules/unictype/property-ideographic-tests: New file.
2046         * modules/unictype/property-ids-binary-operator-tests: New file.
2047         * modules/unictype/property-ids-trinary-operator-tests: New file.
2048         * modules/unictype/property-ignorable-control-tests: New file.
2049         * modules/unictype/property-iso-control-tests: New file.
2050         * modules/unictype/property-join-control-tests: New file.
2051         * modules/unictype/property-left-of-pair-tests: New file.
2052         * modules/unictype/property-line-separator-tests: New file.
2053         * modules/unictype/property-logical-order-exception-tests: New file.
2054         * modules/unictype/property-lowercase-tests: New file.
2055         * modules/unictype/property-math-tests: New file.
2056         * modules/unictype/property-non-break-tests: New file.
2057         * modules/unictype/property-not-a-character-tests: New file.
2058         * modules/unictype/property-numeric-tests: New file.
2059         * modules/unictype/property-other-alphabetic-tests: New file.
2060         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
2061         * modules/unictype/property-other-grapheme-extend-tests: New file.
2062         * modules/unictype/property-other-id-continue-tests: New file.
2063         * modules/unictype/property-other-id-start-tests: New file.
2064         * modules/unictype/property-other-lowercase-tests: New file.
2065         * modules/unictype/property-other-math-tests: New file.
2066         * modules/unictype/property-other-uppercase-tests: New file.
2067         * modules/unictype/property-paired-punctuation-tests: New file.
2068         * modules/unictype/property-paragraph-separator-tests: New file.
2069         * modules/unictype/property-pattern-syntax-tests: New file.
2070         * modules/unictype/property-pattern-white-space-tests: New file.
2071         * modules/unictype/property-private-use-tests: New file.
2072         * modules/unictype/property-punctuation-tests: New file.
2073         * modules/unictype/property-quotation-mark-tests: New file.
2074         * modules/unictype/property-radical-tests: New file.
2075         * modules/unictype/property-sentence-terminal-tests: New file.
2076         * modules/unictype/property-soft-dotted-tests: New file.
2077         * modules/unictype/property-space-tests: New file.
2078         * modules/unictype/property-terminal-punctuation-tests: New file.
2079         * modules/unictype/property-test-tests: New file.
2080         * modules/unictype/property-titlecase-tests: New file.
2081         * modules/unictype/property-unassigned-code-value-tests: New file.
2082         * modules/unictype/property-unified-ideograph-tests: New file.
2083         * modules/unictype/property-uppercase-tests: New file.
2084         * modules/unictype/property-variation-selector-tests: New file.
2085         * modules/unictype/property-white-space-tests: New file.
2086         * modules/unictype/property-xid-continue-tests: New file.
2087         * modules/unictype/property-xid-start-tests: New file.
2088         * modules/unictype/property-zero-width-tests: New file.
2089         * modules/unictype/scripts-tests: New file.
2090         * modules/unictype/syntax-c-ident-tests: New file.
2091         * modules/unictype/syntax-c-whitespace-tests: New file.
2092         * modules/unictype/syntax-java-ident-tests: New file.
2093         * modules/unictype/syntax-java-whitespace-tests: New file.
2094         * tests/unictype/test-bidi_byname.c: New file.
2095         * tests/unictype/test-bidi_name.c: New file.
2096         * tests/unictype/test-bidi_of.c: New file.
2097         * tests/unictype/test-bidi_test.c: New file.
2098         * tests/unictype/test-block_list.c: New file.
2099         * tests/unictype/test-block_of.c: New file.
2100         * tests/unictype/test-block_test.c: New file.
2101         * tests/unictype/test-categ_and.c: New file.
2102         * tests/unictype/test-categ_and_not.c: New file.
2103         * tests/unictype/test-categ_byname.c: New file.
2104         * tests/unictype/test-categ_name.c: New file.
2105         * tests/unictype/test-categ_none.c: New file.
2106         * tests/unictype/test-categ_of.c: New file.
2107         * tests/unictype/test-categ_or.c: New file.
2108         * tests/unictype/test-categ_test_withtable.c: New file.
2109         * tests/unictype/test-combining.c: New file.
2110         * tests/unictype/test-decdigit.c: New file.
2111         * tests/unictype/test-digit.c: New file.
2112         * tests/unictype/test-mirror.c: New file.
2113         * tests/unictype/test-numeric.c: New file.
2114         * tests/unictype/test-pr_byname.c: New file.
2115         * tests/unictype/test-pr_test.c: New file.
2116         * tests/unictype/test-predicate-part1.h: New file.
2117         * tests/unictype/test-predicate-part2.h: New file.
2118         * tests/unictype/test-scripts.c: New file.
2119         * tests/unictype/test-sy_c_ident.c: New file.
2120         * tests/unictype/test-sy_java_ident.c: New file.
2121
2122         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
2123         for Unicode 5.0.0.
2124         * tests/unictype/test-categ_Cc.c: Likewise.
2125         * tests/unictype/test-categ_Cf.c: Likewise.
2126         * tests/unictype/test-categ_Cn.c: Likewise.
2127         * tests/unictype/test-categ_Co.c: Likewise.
2128         * tests/unictype/test-categ_Cs.c: Likewise.
2129         * tests/unictype/test-categ_L.c: Likewise.
2130         * tests/unictype/test-categ_Ll.c: Likewise.
2131         * tests/unictype/test-categ_Lm.c: Likewise.
2132         * tests/unictype/test-categ_Lo.c: Likewise.
2133         * tests/unictype/test-categ_Lt.c: Likewise.
2134         * tests/unictype/test-categ_Lu.c: Likewise.
2135         * tests/unictype/test-categ_M.c: Likewise.
2136         * tests/unictype/test-categ_Mc.c: Likewise.
2137         * tests/unictype/test-categ_Me.c: Likewise.
2138         * tests/unictype/test-categ_Mn.c: Likewise.
2139         * tests/unictype/test-categ_N.c: Likewise.
2140         * tests/unictype/test-categ_Nd.c: Likewise.
2141         * tests/unictype/test-categ_Nl.c: Likewise.
2142         * tests/unictype/test-categ_No.c: Likewise.
2143         * tests/unictype/test-categ_P.c: Likewise.
2144         * tests/unictype/test-categ_Pc.c: Likewise.
2145         * tests/unictype/test-categ_Pd.c: Likewise.
2146         * tests/unictype/test-categ_Pe.c: Likewise.
2147         * tests/unictype/test-categ_Pf.c: Likewise.
2148         * tests/unictype/test-categ_Pi.c: Likewise.
2149         * tests/unictype/test-categ_Po.c: Likewise.
2150         * tests/unictype/test-categ_Ps.c: Likewise.
2151         * tests/unictype/test-categ_S.c: Likewise.
2152         * tests/unictype/test-categ_Sc.c: Likewise.
2153         * tests/unictype/test-categ_Sk.c: Likewise.
2154         * tests/unictype/test-categ_Sm.c: Likewise.
2155         * tests/unictype/test-categ_So.c: Likewise.
2156         * tests/unictype/test-categ_Z.c: Likewise.
2157         * tests/unictype/test-categ_Zl.c: Likewise.
2158         * tests/unictype/test-categ_Zp.c: Likewise.
2159         * tests/unictype/test-categ_Zs.c: Likewise.
2160         * tests/unictype/test-ctype_alnum.c: Likewise.
2161         * tests/unictype/test-ctype_alpha.c: Likewise.
2162         * tests/unictype/test-ctype_blank.c: Likewise.
2163         * tests/unictype/test-ctype_cntrl.c: Likewise.
2164         * tests/unictype/test-ctype_digit.c: Likewise.
2165         * tests/unictype/test-ctype_graph.c: Likewise.
2166         * tests/unictype/test-ctype_lower.c: Likewise.
2167         * tests/unictype/test-ctype_print.c: Likewise.
2168         * tests/unictype/test-ctype_punct.c: Likewise.
2169         * tests/unictype/test-ctype_space.c: Likewise.
2170         * tests/unictype/test-ctype_upper.c: Likewise.
2171         * tests/unictype/test-ctype_xdigit.c: Likewise.
2172         * tests/unictype/test-decdigit.h: Likewise.
2173         * tests/unictype/test-digit.h: Likewise.
2174         * tests/unictype/test-numeric.h: Likewise.
2175         * tests/unictype/test-pr_alphabetic.c: Likewise.
2176         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
2177         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
2178         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
2179         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
2180         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
2181         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
2182         * tests/unictype/test-pr_bidi_control.c: Likewise.
2183         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
2184         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
2185         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
2186         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
2187         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
2188         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
2189         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
2190         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
2191         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
2192         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
2193         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
2194         * tests/unictype/test-pr_combining.c: Likewise.
2195         * tests/unictype/test-pr_composite.c: Likewise.
2196         * tests/unictype/test-pr_currency_symbol.c: Likewise.
2197         * tests/unictype/test-pr_dash.c: Likewise.
2198         * tests/unictype/test-pr_decimal_digit.c: Likewise.
2199         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
2200         * tests/unictype/test-pr_deprecated.c: Likewise.
2201         * tests/unictype/test-pr_diacritic.c: Likewise.
2202         * tests/unictype/test-pr_extender.c: Likewise.
2203         * tests/unictype/test-pr_format_control.c: Likewise.
2204         * tests/unictype/test-pr_grapheme_base.c: Likewise.
2205         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
2206         * tests/unictype/test-pr_grapheme_link.c: Likewise.
2207         * tests/unictype/test-pr_hex_digit.c: Likewise.
2208         * tests/unictype/test-pr_hyphen.c: Likewise.
2209         * tests/unictype/test-pr_id_continue.c: Likewise.
2210         * tests/unictype/test-pr_id_start.c: Likewise.
2211         * tests/unictype/test-pr_ideographic.c: Likewise.
2212         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
2213         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
2214         * tests/unictype/test-pr_ignorable_control.c: Likewise.
2215         * tests/unictype/test-pr_iso_control.c: Likewise.
2216         * tests/unictype/test-pr_join_control.c: Likewise.
2217         * tests/unictype/test-pr_left_of_pair.c: Likewise.
2218         * tests/unictype/test-pr_line_separator.c: Likewise.
2219         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
2220         * tests/unictype/test-pr_lowercase.c: Likewise.
2221         * tests/unictype/test-pr_math.c: Likewise.
2222         * tests/unictype/test-pr_non_break.c: Likewise.
2223         * tests/unictype/test-pr_not_a_character.c: Likewise.
2224         * tests/unictype/test-pr_numeric.c: Likewise.
2225         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
2226         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
2227         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
2228         * tests/unictype/test-pr_other_id_continue.c: Likewise.
2229         * tests/unictype/test-pr_other_id_start.c: Likewise.
2230         * tests/unictype/test-pr_other_lowercase.c: Likewise.
2231         * tests/unictype/test-pr_other_math.c: Likewise.
2232         * tests/unictype/test-pr_other_uppercase.c: Likewise.
2233         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
2234         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
2235         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
2236         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
2237         * tests/unictype/test-pr_private_use.c: Likewise.
2238         * tests/unictype/test-pr_punctuation.c: Likewise.
2239         * tests/unictype/test-pr_quotation_mark.c: Likewise.
2240         * tests/unictype/test-pr_radical.c: Likewise.
2241         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
2242         * tests/unictype/test-pr_soft_dotted.c: Likewise.
2243         * tests/unictype/test-pr_space.c: Likewise.
2244         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
2245         * tests/unictype/test-pr_titlecase.c: Likewise.
2246         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
2247         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
2248         * tests/unictype/test-pr_uppercase.c: Likewise.
2249         * tests/unictype/test-pr_variation_selector.c: Likewise.
2250         * tests/unictype/test-pr_white_space.c: Likewise.
2251         * tests/unictype/test-pr_xid_continue.c: Likewise.
2252         * tests/unictype/test-pr_xid_start.c: Likewise.
2253         * tests/unictype/test-pr_zero_width.c: Likewise.
2254         * tests/unictype/test-sy_c_whitespace.c: Likewise.
2255         * tests/unictype/test-sy_java_whitespace.c: Likewise.
2256
2257 2007-11-12  Bruno Haible  <bruno@clisp.org>
2258
2259         Unicode character classification functions.
2260         * lib/unictype.h: New file.
2261         * modules/unictype/base: New file.
2262         * modules/unictype/category-L: New file.
2263         * modules/unictype/category-Lu: New file.
2264         * modules/unictype/category-Ll: New file.
2265         * modules/unictype/category-Lt: New file.
2266         * modules/unictype/category-Lm: New file.
2267         * modules/unictype/category-Lo: New file.
2268         * modules/unictype/category-M: New file.
2269         * modules/unictype/category-Mn: New file.
2270         * modules/unictype/category-Mc: New file.
2271         * modules/unictype/category-Me: New file.
2272         * modules/unictype/category-N: New file.
2273         * modules/unictype/category-Nd: New file.
2274         * modules/unictype/category-Nl: New file.
2275         * modules/unictype/category-No: New file.
2276         * modules/unictype/category-P: New file.
2277         * modules/unictype/category-Pc: New file.
2278         * modules/unictype/category-Pd: New file.
2279         * modules/unictype/category-Ps: New file.
2280         * modules/unictype/category-Pe: New file.
2281         * modules/unictype/category-Pi: New file.
2282         * modules/unictype/category-Pf: New file.
2283         * modules/unictype/category-Po: New file.
2284         * modules/unictype/category-S: New file.
2285         * modules/unictype/category-Sm: New file.
2286         * modules/unictype/category-Sc: New file.
2287         * modules/unictype/category-Sk: New file.
2288         * modules/unictype/category-So: New file.
2289         * modules/unictype/category-Z: New file.
2290         * modules/unictype/category-Zs: New file.
2291         * modules/unictype/category-Zl: New file.
2292         * modules/unictype/category-Zp: New file.
2293         * modules/unictype/category-C: New file.
2294         * modules/unictype/category-Cc: New file.
2295         * modules/unictype/category-Cf: New file.
2296         * modules/unictype/category-Cs: New file.
2297         * modules/unictype/category-Co: New file.
2298         * modules/unictype/category-Cn: New file.
2299         * modules/unictype/category-or: New file.
2300         * modules/unictype/category-of: New file.
2301         * modules/unictype/category-test: New file.
2302         * modules/unictype/category-test-withtable: New file.
2303         * modules/unictype/category-byname: New file.
2304         * modules/unictype/category-none: New file.
2305         * modules/unictype/category-and: New file.
2306         * modules/unictype/category-and-not: New file.
2307         * modules/unictype/category-name: New file.
2308         * modules/unictype/combining-class: New file.
2309         * modules/unictype/category-all: New file.
2310         * modules/unictype/bidicategory-all: New file.
2311         * modules/unictype/bidicategory-byname: New file.
2312         * modules/unictype/bidicategory-name: New file.
2313         * modules/unictype/bidicategory-of: New file.
2314         * modules/unictype/bidicategory-test: New file.
2315         * modules/unictype/decimal-digit: New file.
2316         * modules/unictype/digit: New file.
2317         * modules/unictype/numeric: New file.
2318         * modules/unictype/mirror: New file.
2319         * modules/unictype/property-white-space: New file.
2320         * modules/unictype/property-alphabetic: New file.
2321         * modules/unictype/property-other-alphabetic: New file.
2322         * modules/unictype/property-not-a-character: New file.
2323         * modules/unictype/property-default-ignorable-code-point: New file.
2324         * modules/unictype/property-other-default-ignorable-code-point: New
2325         file.
2326         * modules/unictype/property-deprecated: New file.
2327         * modules/unictype/property-logical-order-exception: New file.
2328         * modules/unictype/property-variation-selector: New file.
2329         * modules/unictype/property-private-use: New file.
2330         * modules/unictype/property-unassigned-code-value: New file.
2331         * modules/unictype/property-uppercase: New file.
2332         * modules/unictype/property-other-uppercase: New file.
2333         * modules/unictype/property-lowercase: New file.
2334         * modules/unictype/property-other-lowercase: New file.
2335         * modules/unictype/property-titlecase: New file.
2336         * modules/unictype/property-soft-dotted: New file.
2337         * modules/unictype/property-id-start: New file.
2338         * modules/unictype/property-other-id-start: New file.
2339         * modules/unictype/property-id-continue: New file.
2340         * modules/unictype/property-other-id-continue: New file.
2341         * modules/unictype/property-xid-start: New file.
2342         * modules/unictype/property-xid-continue: New file.
2343         * modules/unictype/property-pattern-white-space: New file.
2344         * modules/unictype/property-pattern-syntax: New file.
2345         * modules/unictype/property-join-control: New file.
2346         * modules/unictype/property-grapheme-base: New file.
2347         * modules/unictype/property-grapheme-extend: New file.
2348         * modules/unictype/property-other-grapheme-extend: New file.
2349         * modules/unictype/property-grapheme-link: New file.
2350         * modules/unictype/property-bidi-control: New file.
2351         * modules/unictype/property-bidi-left-to-right: New file.
2352         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
2353         * modules/unictype/property-bidi-arabic-right-to-left: New file.
2354         * modules/unictype/property-bidi-european-digit: New file.
2355         * modules/unictype/property-bidi-eur-num-separator: New file.
2356         * modules/unictype/property-bidi-eur-num-terminator: New file.
2357         * modules/unictype/property-bidi-arabic-digit: New file.
2358         * modules/unictype/property-bidi-common-separator: New file.
2359         * modules/unictype/property-bidi-block-separator: New file.
2360         * modules/unictype/property-bidi-segment-separator: New file.
2361         * modules/unictype/property-bidi-whitespace: New file.
2362         * modules/unictype/property-bidi-non-spacing-mark: New file.
2363         * modules/unictype/property-bidi-boundary-neutral: New file.
2364         * modules/unictype/property-bidi-pdf: New file.
2365         * modules/unictype/property-bidi-embedding-or-override: New file.
2366         * modules/unictype/property-bidi-other-neutral: New file.
2367         * modules/unictype/property-hex-digit: New file.
2368         * modules/unictype/property-ascii-hex-digit: New file.
2369         * modules/unictype/property-ideographic: New file.
2370         * modules/unictype/property-unified-ideograph: New file.
2371         * modules/unictype/property-radical: New file.
2372         * modules/unictype/property-ids-binary-operator: New file.
2373         * modules/unictype/property-ids-trinary-operator: New file.
2374         * modules/unictype/property-zero-width: New file.
2375         * modules/unictype/property-space: New file.
2376         * modules/unictype/property-non-break: New file.
2377         * modules/unictype/property-iso-control: New file.
2378         * modules/unictype/property-format-control: New file.
2379         * modules/unictype/property-dash: New file.
2380         * modules/unictype/property-hyphen: New file.
2381         * modules/unictype/property-punctuation: New file.
2382         * modules/unictype/property-line-separator: New file.
2383         * modules/unictype/property-paragraph-separator: New file.
2384         * modules/unictype/property-quotation-mark: New file.
2385         * modules/unictype/property-sentence-terminal: New file.
2386         * modules/unictype/property-terminal-punctuation: New file.
2387         * modules/unictype/property-currency-symbol: New file.
2388         * modules/unictype/property-math: New file.
2389         * modules/unictype/property-other-math: New file.
2390         * modules/unictype/property-paired-punctuation: New file.
2391         * modules/unictype/property-left-of-pair: New file.
2392         * modules/unictype/property-combining: New file.
2393         * modules/unictype/property-composite: New file.
2394         * modules/unictype/property-decimal-digit: New file.
2395         * modules/unictype/property-numeric: New file.
2396         * modules/unictype/property-diacritic: New file.
2397         * modules/unictype/property-extender: New file.
2398         * modules/unictype/property-ignorable-control: New file.
2399         * modules/unictype/property-test: New file.
2400         * modules/unictype/property-byname: New file.
2401         * modules/unictype/property-all: New file.
2402         * modules/unictype/scripts: New file.
2403         * modules/unictype/scripts-all: New file.
2404         * modules/unictype/block-of: New file.
2405         * modules/unictype/block-test: New file.
2406         * modules/unictype/block-list: New file.
2407         * modules/unictype/block-all: New file.
2408         * modules/unictype/syntax-c-whitespace: New file.
2409         * modules/unictype/syntax-java-whitespace: New file.
2410         * modules/unictype/syntax-c-ident: New file.
2411         * modules/unictype/syntax-java-ident: New file.
2412         * modules/unictype/ctype-alnum: New file.
2413         * modules/unictype/ctype-alpha: New file.
2414         * modules/unictype/ctype-cntrl: New file.
2415         * modules/unictype/ctype-digit: New file.
2416         * modules/unictype/ctype-graph: New file.
2417         * modules/unictype/ctype-lower: New file.
2418         * modules/unictype/ctype-print: New file.
2419         * modules/unictype/ctype-punct: New file.
2420         * modules/unictype/ctype-space: New file.
2421         * modules/unictype/ctype-upper: New file.
2422         * modules/unictype/ctype-xdigit: New file.
2423         * modules/unictype/ctype-blank: New file.
2424         * lib/unictype/bidi_byname.c: New file.
2425         * lib/unictype/bidi_name.c: New file.
2426         * lib/unictype/bidi_of.c: New file.
2427         * lib/unictype/bidi_test.c: New file.
2428         * lib/unictype/bitmap.h: New file.
2429         * lib/unictype/block_test.c: New file.
2430         * lib/unictype/blocks.c: New file.
2431         * lib/unictype/categ_C.c: New file.
2432         * lib/unictype/categ_Cc.c: New file.
2433         * lib/unictype/categ_Cf.c: New file.
2434         * lib/unictype/categ_Cn.c: New file.
2435         * lib/unictype/categ_Co.c: New file.
2436         * lib/unictype/categ_Cs.c: New file.
2437         * lib/unictype/categ_L.c: New file.
2438         * lib/unictype/categ_Ll.c: New file.
2439         * lib/unictype/categ_Lm.c: New file.
2440         * lib/unictype/categ_Lo.c: New file.
2441         * lib/unictype/categ_Lt.c: New file.
2442         * lib/unictype/categ_Lu.c: New file.
2443         * lib/unictype/categ_M.c: New file.
2444         * lib/unictype/categ_Mc.c: New file.
2445         * lib/unictype/categ_Me.c: New file.
2446         * lib/unictype/categ_Mn.c: New file.
2447         * lib/unictype/categ_N.c: New file.
2448         * lib/unictype/categ_Nd.c: New file.
2449         * lib/unictype/categ_Nl.c: New file.
2450         * lib/unictype/categ_No.c: New file.
2451         * lib/unictype/categ_P.c: New file.
2452         * lib/unictype/categ_Pc.c: New file.
2453         * lib/unictype/categ_Pd.c: New file.
2454         * lib/unictype/categ_Pe.c: New file.
2455         * lib/unictype/categ_Pf.c: New file.
2456         * lib/unictype/categ_Pi.c: New file.
2457         * lib/unictype/categ_Po.c: New file.
2458         * lib/unictype/categ_Ps.c: New file.
2459         * lib/unictype/categ_S.c: New file.
2460         * lib/unictype/categ_Sc.c: New file.
2461         * lib/unictype/categ_Sk.c: New file.
2462         * lib/unictype/categ_Sm.c: New file.
2463         * lib/unictype/categ_So.c: New file.
2464         * lib/unictype/categ_Z.c: New file.
2465         * lib/unictype/categ_Zl.c: New file.
2466         * lib/unictype/categ_Zp.c: New file.
2467         * lib/unictype/categ_Zs.c: New file.
2468         * lib/unictype/categ_and.c: New file.
2469         * lib/unictype/categ_and_not.c: New file.
2470         * lib/unictype/categ_byname.c: New file.
2471         * lib/unictype/categ_name.c: New file.
2472         * lib/unictype/categ_none.c: New file.
2473         * lib/unictype/categ_of.c: New file.
2474         * lib/unictype/categ_or.c: New file.
2475         * lib/unictype/categ_test.c: New file.
2476         * lib/unictype/combining.c: New file.
2477         * lib/unictype/ctype_alnum.c: New file.
2478         * lib/unictype/ctype_alpha.c: New file.
2479         * lib/unictype/ctype_blank.c: New file.
2480         * lib/unictype/ctype_cntrl.c: New file.
2481         * lib/unictype/ctype_digit.c: New file.
2482         * lib/unictype/ctype_graph.c: New file.
2483         * lib/unictype/ctype_lower.c: New file.
2484         * lib/unictype/ctype_print.c: New file.
2485         * lib/unictype/ctype_punct.c: New file.
2486         * lib/unictype/ctype_space.c: New file.
2487         * lib/unictype/ctype_upper.c: New file.
2488         * lib/unictype/ctype_xdigit.c: New file.
2489         * lib/unictype/decdigit.c: New file.
2490         * lib/unictype/digit.c: New file.
2491         * lib/unictype/identsyntaxmap.h: New file.
2492         * lib/unictype/mirror.c: New file.
2493         * lib/unictype/numeric.c: New file.
2494         * lib/unictype/pr_alphabetic.c: New file.
2495         * lib/unictype/pr_ascii_hex_digit.c: New file.
2496         * lib/unictype/pr_bidi_arabic_digit.c: New file.
2497         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
2498         * lib/unictype/pr_bidi_block_separator.c: New file.
2499         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
2500         * lib/unictype/pr_bidi_common_separator.c: New file.
2501         * lib/unictype/pr_bidi_control.c: New file.
2502         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
2503         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
2504         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
2505         * lib/unictype/pr_bidi_european_digit.c: New file.
2506         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
2507         * lib/unictype/pr_bidi_left_to_right.c: New file.
2508         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
2509         * lib/unictype/pr_bidi_other_neutral.c: New file.
2510         * lib/unictype/pr_bidi_pdf.c: New file.
2511         * lib/unictype/pr_bidi_segment_separator.c: New file.
2512         * lib/unictype/pr_bidi_whitespace.c: New file.
2513         * lib/unictype/pr_byname.c: New file.
2514         * lib/unictype/pr_byname.gperf: New file.
2515         * lib/unictype/pr_combining.c: New file.
2516         * lib/unictype/pr_composite.c: New file.
2517         * lib/unictype/pr_currency_symbol.c: New file.
2518         * lib/unictype/pr_dash.c: New file.
2519         * lib/unictype/pr_decimal_digit.c: New file.
2520         * lib/unictype/pr_default_ignorable_code_point.c: New file.
2521         * lib/unictype/pr_deprecated.c: New file.
2522         * lib/unictype/pr_diacritic.c: New file.
2523         * lib/unictype/pr_extender.c: New file.
2524         * lib/unictype/pr_format_control.c: New file.
2525         * lib/unictype/pr_grapheme_base.c: New file.
2526         * lib/unictype/pr_grapheme_extend.c: New file.
2527         * lib/unictype/pr_grapheme_link.c: New file.
2528         * lib/unictype/pr_hex_digit.c: New file.
2529         * lib/unictype/pr_hyphen.c: New file.
2530         * lib/unictype/pr_id_continue.c: New file.
2531         * lib/unictype/pr_id_start.c: New file.
2532         * lib/unictype/pr_ideographic.c: New file.
2533         * lib/unictype/pr_ids_binary_operator.c: New file.
2534         * lib/unictype/pr_ids_trinary_operator.c: New file.
2535         * lib/unictype/pr_ignorable_control.c: New file.
2536         * lib/unictype/pr_iso_control.c: New file.
2537         * lib/unictype/pr_join_control.c: New file.
2538         * lib/unictype/pr_left_of_pair.c: New file.
2539         * lib/unictype/pr_line_separator.c: New file.
2540         * lib/unictype/pr_logical_order_exception.c: New file.
2541         * lib/unictype/pr_lowercase.c: New file.
2542         * lib/unictype/pr_math.c: New file.
2543         * lib/unictype/pr_non_break.c: New file.
2544         * lib/unictype/pr_not_a_character.c: New file.
2545         * lib/unictype/pr_numeric.c: New file.
2546         * lib/unictype/pr_other_alphabetic.c: New file.
2547         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
2548         * lib/unictype/pr_other_grapheme_extend.c: New file.
2549         * lib/unictype/pr_other_id_continue.c: New file.
2550         * lib/unictype/pr_other_id_start.c: New file.
2551         * lib/unictype/pr_other_lowercase.c: New file.
2552         * lib/unictype/pr_other_math.c: New file.
2553         * lib/unictype/pr_other_uppercase.c: New file.
2554         * lib/unictype/pr_paired_punctuation.c: New file.
2555         * lib/unictype/pr_paragraph_separator.c: New file.
2556         * lib/unictype/pr_pattern_syntax.c: New file.
2557         * lib/unictype/pr_pattern_white_space.c: New file.
2558         * lib/unictype/pr_private_use.c: New file.
2559         * lib/unictype/pr_punctuation.c: New file.
2560         * lib/unictype/pr_quotation_mark.c: New file.
2561         * lib/unictype/pr_radical.c: New file.
2562         * lib/unictype/pr_sentence_terminal.c: New file.
2563         * lib/unictype/pr_soft_dotted.c: New file.
2564         * lib/unictype/pr_space.c: New file.
2565         * lib/unictype/pr_terminal_punctuation.c: New file.
2566         * lib/unictype/pr_test.c: New file.
2567         * lib/unictype/pr_titlecase.c: New file.
2568         * lib/unictype/pr_unassigned_code_value.c: New file.
2569         * lib/unictype/pr_unified_ideograph.c: New file.
2570         * lib/unictype/pr_uppercase.c: New file.
2571         * lib/unictype/pr_variation_selector.c: New file.
2572         * lib/unictype/pr_white_space.c: New file.
2573         * lib/unictype/pr_xid_continue.c: New file.
2574         * lib/unictype/pr_xid_start.c: New file.
2575         * lib/unictype/pr_zero_width.c: New file.
2576         * lib/unictype/scripts.c: New file.
2577         * lib/unictype/sy_c_ident.c: New file.
2578         * lib/unictype/sy_c_whitespace.c: New file.
2579         * lib/unictype/sy_java_ident.c: New file.
2580         * lib/unictype/sy_java_whitespace.c: New file.
2581
2582         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
2583         Unicode 5.0.0.
2584         * lib/unictype/blocks.h: Likewise.
2585         * lib/unictype/categ_C.h: Likewise.
2586         * lib/unictype/categ_Cc.h: Likewise.
2587         * lib/unictype/categ_Cf.h: Likewise.
2588         * lib/unictype/categ_Cn.h: Likewise.
2589         * lib/unictype/categ_Co.h: Likewise.
2590         * lib/unictype/categ_Cs.h: Likewise.
2591         * lib/unictype/categ_L.h: Likewise.
2592         * lib/unictype/categ_Ll.h: Likewise.
2593         * lib/unictype/categ_Lm.h: Likewise.
2594         * lib/unictype/categ_Lo.h: Likewise.
2595         * lib/unictype/categ_Lt.h: Likewise.
2596         * lib/unictype/categ_Lu.h: Likewise.
2597         * lib/unictype/categ_M.h: Likewise.
2598         * lib/unictype/categ_Mc.h: Likewise.
2599         * lib/unictype/categ_Me.h: Likewise.
2600         * lib/unictype/categ_Mn.h: Likewise.
2601         * lib/unictype/categ_N.h: Likewise.
2602         * lib/unictype/categ_Nd.h: Likewise.
2603         * lib/unictype/categ_Nl.h: Likewise.
2604         * lib/unictype/categ_No.h: Likewise.
2605         * lib/unictype/categ_P.h: Likewise.
2606         * lib/unictype/categ_Pc.h: Likewise.
2607         * lib/unictype/categ_Pd.h: Likewise.
2608         * lib/unictype/categ_Pe.h: Likewise.
2609         * lib/unictype/categ_Pf.h: Likewise.
2610         * lib/unictype/categ_Pi.h: Likewise.
2611         * lib/unictype/categ_Po.h: Likewise.
2612         * lib/unictype/categ_Ps.h: Likewise.
2613         * lib/unictype/categ_S.h: Likewise.
2614         * lib/unictype/categ_Sc.h: Likewise.
2615         * lib/unictype/categ_Sk.h: Likewise.
2616         * lib/unictype/categ_Sm.h: Likewise.
2617         * lib/unictype/categ_So.h: Likewise.
2618         * lib/unictype/categ_Z.h: Likewise.
2619         * lib/unictype/categ_Zl.h: Likewise.
2620         * lib/unictype/categ_Zp.h: Likewise.
2621         * lib/unictype/categ_Zs.h: Likewise.
2622         * lib/unictype/categ_of.h: Likewise.
2623         * lib/unictype/combining.h: Likewise.
2624         * lib/unictype/ctype_alnum.h: Likewise.
2625         * lib/unictype/ctype_alpha.h: Likewise.
2626         * lib/unictype/ctype_blank.h: Likewise.
2627         * lib/unictype/ctype_cntrl.h: Likewise.
2628         * lib/unictype/ctype_digit.h: Likewise.
2629         * lib/unictype/ctype_graph.h: Likewise.
2630         * lib/unictype/ctype_lower.h: Likewise.
2631         * lib/unictype/ctype_print.h: Likewise.
2632         * lib/unictype/ctype_punct.h: Likewise.
2633         * lib/unictype/ctype_space.h: Likewise.
2634         * lib/unictype/ctype_upper.h: Likewise.
2635         * lib/unictype/ctype_xdigit.h: Likewise.
2636         * lib/unictype/decdigit.h: Likewise.
2637         * lib/unictype/digit.h: Likewise.
2638         * lib/unictype/mirror.h: Likewise.
2639         * lib/unictype/numeric.h: Likewise.
2640         * lib/unictype/pr_alphabetic.h: Likewise.
2641         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
2642         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
2643         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
2644         * lib/unictype/pr_bidi_block_separator.h: Likewise.
2645         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
2646         * lib/unictype/pr_bidi_common_separator.h: Likewise.
2647         * lib/unictype/pr_bidi_control.h: Likewise.
2648         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
2649         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
2650         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
2651         * lib/unictype/pr_bidi_european_digit.h: Likewise.
2652         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
2653         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
2654         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
2655         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
2656         * lib/unictype/pr_bidi_pdf.h: Likewise.
2657         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
2658         * lib/unictype/pr_bidi_whitespace.h: Likewise.
2659         * lib/unictype/pr_combining.h: Likewise.
2660         * lib/unictype/pr_composite.h: Likewise.
2661         * lib/unictype/pr_currency_symbol.h: Likewise.
2662         * lib/unictype/pr_dash.h: Likewise.
2663         * lib/unictype/pr_decimal_digit.h: Likewise.
2664         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
2665         * lib/unictype/pr_deprecated.h: Likewise.
2666         * lib/unictype/pr_diacritic.h: Likewise.
2667         * lib/unictype/pr_extender.h: Likewise.
2668         * lib/unictype/pr_format_control.h: Likewise.
2669         * lib/unictype/pr_grapheme_base.h: Likewise.
2670         * lib/unictype/pr_grapheme_extend.h: Likewise.
2671         * lib/unictype/pr_grapheme_link.h: Likewise.
2672         * lib/unictype/pr_hex_digit.h: Likewise.
2673         * lib/unictype/pr_hyphen.h: Likewise.
2674         * lib/unictype/pr_id_continue.h: Likewise.
2675         * lib/unictype/pr_id_start.h: Likewise.
2676         * lib/unictype/pr_ideographic.h: Likewise.
2677         * lib/unictype/pr_ids_binary_operator.h: Likewise.
2678         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
2679         * lib/unictype/pr_ignorable_control.h: Likewise.
2680         * lib/unictype/pr_iso_control.h: Likewise.
2681         * lib/unictype/pr_join_control.h: Likewise.
2682         * lib/unictype/pr_left_of_pair.h: Likewise.
2683         * lib/unictype/pr_line_separator.h: Likewise.
2684         * lib/unictype/pr_logical_order_exception.h: Likewise.
2685         * lib/unictype/pr_lowercase.h: Likewise.
2686         * lib/unictype/pr_math.h: Likewise.
2687         * lib/unictype/pr_non_break.h: Likewise.
2688         * lib/unictype/pr_not_a_character.h: Likewise.
2689         * lib/unictype/pr_numeric.h: Likewise.
2690         * lib/unictype/pr_other_alphabetic.h: Likewise.
2691         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
2692         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
2693         * lib/unictype/pr_other_id_continue.h: Likewise.
2694         * lib/unictype/pr_other_id_start.h: Likewise.
2695         * lib/unictype/pr_other_lowercase.h: Likewise.
2696         * lib/unictype/pr_other_math.h: Likewise.
2697         * lib/unictype/pr_other_uppercase.h: Likewise.
2698         * lib/unictype/pr_paired_punctuation.h: Likewise.
2699         * lib/unictype/pr_paragraph_separator.h: Likewise.
2700         * lib/unictype/pr_pattern_syntax.h: Likewise.
2701         * lib/unictype/pr_pattern_white_space.h: Likewise.
2702         * lib/unictype/pr_private_use.h: Likewise.
2703         * lib/unictype/pr_punctuation.h: Likewise.
2704         * lib/unictype/pr_quotation_mark.h: Likewise.
2705         * lib/unictype/pr_radical.h: Likewise.
2706         * lib/unictype/pr_sentence_terminal.h: Likewise.
2707         * lib/unictype/pr_soft_dotted.h: Likewise.
2708         * lib/unictype/pr_space.h: Likewise.
2709         * lib/unictype/pr_terminal_punctuation.h: Likewise.
2710         * lib/unictype/pr_titlecase.h: Likewise.
2711         * lib/unictype/pr_unassigned_code_value.h: Likewise.
2712         * lib/unictype/pr_unified_ideograph.h: Likewise.
2713         * lib/unictype/pr_uppercase.h: Likewise.
2714         * lib/unictype/pr_variation_selector.h: Likewise.
2715         * lib/unictype/pr_white_space.h: Likewise.
2716         * lib/unictype/pr_xid_continue.h: Likewise.
2717         * lib/unictype/pr_xid_start.h: Likewise.
2718         * lib/unictype/pr_zero_width.h: Likewise.
2719         * lib/unictype/scripts.h: Likewise.
2720         * lib/unictype/scripts_byname.gperf: Likewise.
2721         * lib/unictype/sy_c_ident.h: Likewise.
2722         * lib/unictype/sy_c_whitespace.h: Likewise.
2723         * lib/unictype/sy_java_ident.h: Likewise.
2724         * lib/unictype/sy_java_whitespace.h: Likewise.
2725
2726         * lib/unictype/Makefile: New file.
2727         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
2728         glibc.
2729         * lib/unictype/3level.h: New file, copied from glibc.
2730         * lib/unictype/3levelbit.h: New file.
2731
2732 2007-11-11  Bruno Haible  <bruno@clisp.org>
2733
2734         * modules/gperf: New file.
2735         * modules/iconv_open (Depends-on): Add it.
2736         (Makefile.am): Remove the GPERF definition.
2737
2738 2007-11-11  Bruno Haible  <bruno@clisp.org>
2739
2740         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
2741         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
2742
2743 2007-11-11  Bruno Haible  <bruno@clisp.org>
2744
2745         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
2746         (usage): Remove function.
2747
2748 2007-11-11  Bruno Haible  <bruno@clisp.org>
2749
2750         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
2751         gl_FUNC_CEILF_LIBS.
2752         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
2753         gl_FUNC_CEIL_LIBS.
2754         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
2755         gl_FUNC_CEILL_LIBS.
2756         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
2757         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
2758         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
2759
2760 2007-11-11  Bruno Haible  <bruno@clisp.org>
2761
2762         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
2763         roundf were declared but do not exist on functions.
2764         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
2765         roundl were declared but do not exist on functions.
2766         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
2767         HAVE_FLOORL_AND_CEILL, respectively.
2768         Needed for Sun C on Solaris 10.
2769
2770 2007-11-11  Bruno Haible  <bruno@clisp.org>
2771
2772         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
2773         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
2774         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
2775         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
2776         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
2777         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
2778         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
2779         HAVE_DECL_ROUNDF.
2780         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
2781         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
2782         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
2783         of HAVE_DECL_ROUND*.
2784         * modules/math (Makefile.am): Update.
2785
2786 2007-11-10  Bruno Haible  <bruno@clisp.org>
2787
2788         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
2789         ptrdiff_t as m4/intl.m4.
2790
2791 2007-11-10  Jim Meyering  <meyering@redhat.com>
2792
2793         Avoid link failure for the argmatch test.
2794         * tests/test-argmatch.c (usage): Define function to avoid a link
2795         failure: argmatch_die requires a usage function.
2796
2797 2007-11-09  Bruno Haible  <bruno@clisp.org>
2798
2799         * doc/functions/snprintf.texi: Mention BeOS deficiency.
2800         * doc/functions/vsnprintf.texi: Likewise.
2801         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
2802         with a size argument < 2.
2803
2804 2007-11-09  Bruno Haible  <bruno@clisp.org>
2805
2806         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
2807         buffer. Fixes an inefficiency introduced on 2007-11-03.
2808
2809 2007-11-09  Bruno Haible  <bruno@clisp.org>
2810
2811         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
2812         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
2813
2814 2007-11-08  Jim Meyering  <meyering@redhat.com>
2815
2816         Change cache variable name prefix "jm_" to "gl_" everywhere.
2817         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
2818         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
2819         * m4/uptime.m4: s/gl_/jm_/
2820
2821 2007-11-07  Bruno Haible  <bruno@clisp.org>
2822
2823         Update to GNU gettext 0.17.
2824         * m4/intl.m4: Update to GNU gettext 0.17.
2825         * m4/po.m4: Likewise.
2826         * modules/gettext (Files): Remove m4/ulonglong.m4.
2827         (configure.ac): Require gettext infrastructure from version 0.17.
2828
2829 2007-11-06  Bruno Haible  <bruno@clisp.org>
2830
2831         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
2832         symbolic values are not defined in a public header.
2833         * lib/freadable.c (freadable) [QNX]: Likewise.
2834         * lib/freadahead.c (freadahead) [QNX]: Likewise.
2835         * lib/freading.c (freading) [QNX]: Likewise.
2836         * lib/fseterr.c (fseterr) [QNX]: Likewise.
2837         * lib/fwritable.c (fwritable) [QNX]: Likewise.
2838         * lib/fwriting.c (fwriting) [QNX]: Likewise.
2839         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
2840         Reported by Alain Magloire.
2841
2842         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
2843
2844 2007-11-05  Bruno Haible  <bruno@clisp.org>
2845
2846         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
2847         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
2848         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
2849         Reported by Eric Blake.
2850
2851 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2852             Bruno Haible  <bruno@clisp.org>
2853
2854         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
2855         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
2856         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
2857         (malloc): Undefine also before including <stdlib.h>.
2858         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
2859         Needed on OSF/1 4.0.
2860
2861 2007-11-05  Jim Meyering  <meyering@redhat.com>
2862
2863         git-version-gen: sync from coreutils.
2864         * build-aux/git-version-gen: Add comments.
2865         Change the first '-' to '.' in the snapshot version string,
2866         e.g., 6.9-377-08144 -> 6.9.377-08144
2867         Remove first parameter.
2868         Don't declare a version "-dirty" merely because a time
2869         stamp has changed.
2870
2871 2007-11-04  Bruno Haible  <bruno@clisp.org>
2872
2873         * lib/lock.h: Protect all macro definitions containing an 'if'
2874         statement through a "do { ... } while (0)".
2875         * lib/tls.h: Likewise.
2876
2877 2007-11-04  Bruno Haible  <bruno@clisp.org>
2878
2879         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
2880
2881 2007-11-04  Bruno Haible  <bruno@clisp.org>
2882
2883         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
2884         * modules/fprintf-posix (Depends-on): Add nocrash.
2885         * modules/snprintf-posix (Depends-on): Likewise.
2886         * modules/sprintf-posix (Depends-on): Likewise.
2887         * modules/vasnprintf-posix (Depends-on): Likewise.
2888         * modules/vasprintf-posix (Depends-on): Likewise.
2889         * modules/vfprintf-posix (Depends-on): Likewise.
2890         * modules/vsnprintf-posix (Depends-on): Likewise.
2891         * modules/vsprintf-posix (Depends-on): Likewise.
2892         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
2893         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
2894         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
2895         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
2896         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
2897         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
2898         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
2899
2900 2007-11-04  Bruno Haible  <bruno@clisp.org>
2901
2902         * modules/nocrash: New file.
2903         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
2904         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
2905
2906 2007-11-04  Bruno Haible  <bruno@clisp.org>
2907
2908         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
2909         precision handling.
2910         * tests/test-vasprintf-posix.c (test_function): Likewise.
2911         * tests/test-snprintf-posix.h (test_function): Likewise.
2912         * tests/test-sprintf-posix.h (test_function): Likewise.
2913
2914         Fix *printf behaviour for large precisions on mingw and BeOS.
2915         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
2916         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
2917         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
2918         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
2919         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2920         gl_PRINTF_PRECISION and test its result. Invoke
2921         gl_PREREQ_VASNPRINTF_PRECISION.
2922         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2923         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2924         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2925         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2926         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2927         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2928         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2929         * doc/functions/fprintf.texi: Update.
2930         * doc/functions/printf.texi: Update.
2931         * doc/functions/snprintf.texi: Update.
2932         * doc/functions/sprintf.texi: Update.
2933         * doc/functions/vfprintf.texi: Update.
2934         * doc/functions/vprintf.texi: Update.
2935         * doc/functions/vsnprintf.texi: Update.
2936         * doc/functions/vsprintf.texi: Update.
2937
2938 2007-11-04  Bruno Haible  <bruno@clisp.org>
2939
2940         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
2941
2942 2007-11-04  Bruno Haible  <bruno@clisp.org>
2943
2944         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
2945         Reported by Sylvain Beucler <beuc@gnu.org>.
2946
2947 2007-11-03  Bruno Haible  <bruno@clisp.org>
2948
2949         * tests/test-fprintf-posix2.sh: New file.
2950         * tests/test-fprintf-posix2.c: New file.
2951         * modules/fprintf-posix-tests (Files): Add them.
2952         (TESTS): Add test-fprintf-posix2.sh.
2953         (configure.ac): Check for getrlimit and setrlimit.
2954         (check_PROGRAMS): Add test-fprintf-posix2.
2955
2956         * tests/test-printf-posix2.sh: New file.
2957         * tests/test-printf-posix2.c: New file.
2958         * modules/printf-posix-tests (Files): Add them.
2959         (TESTS): Add test-printf-posix2.sh.
2960         (configure.ac): Check for getrlimit and setrlimit.
2961         (check_PROGRAMS): Add test-printf-posix2.
2962
2963         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
2964         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
2965         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
2966         (decode_double): New function, copied from decode_long_double.
2967         (scale10_round_decimal_decoded): New function, extracted from
2968         scale10_round_decimal_long_double.
2969         (scale10_round_decimal_long_double): Use it.
2970         (scale10_round_decimal_double): New function.
2971         (floorlog10): New function.
2972         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
2973         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
2974         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
2975         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2976         gl_PRINTF_ENOMEM and test its result. Invoke
2977         gl_PREREQ_VASNPRINTF_ENOMEM.
2978         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2979         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2980         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2981         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2982         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2983         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2984         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2985         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
2986         * modules/snprintf-posix (Depends-on): Likewise.
2987         * modules/sprintf-posix (Depends-on): Likewise.
2988         * modules/vasnprintf-posix (Depends-on): Likewise.
2989         * modules/vasprintf-posix (Depends-on): Likewise.
2990         * modules/vfprintf-posix (Depends-on): Likewise.
2991         * modules/vsnprintf-posix (Depends-on): Likewise.
2992         * modules/vsprintf-posix (Depends-on): Likewise.
2993         * doc/functions/fprintf.texi: Update.
2994         * doc/functions/printf.texi: Update.
2995         * doc/functions/snprintf.texi: Update.
2996         * doc/functions/sprintf.texi: Update.
2997         * doc/functions/vfprintf.texi: Update.
2998         * doc/functions/vprintf.texi: Update.
2999         * doc/functions/vsnprintf.texi: Update.
3000         * doc/functions/vsprintf.texi: Update.
3001
3002 2007-11-03  Bruno Haible  <bruno@clisp.org>
3003
3004         * modules/frexp-nolibm-tests: New file.
3005
3006         * modules/frexp-nolibm: New file.
3007         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
3008
3009 2007-11-03  Bruno Haible  <bruno@clisp.org>
3010
3011         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
3012         value is C99 compliant.
3013         Needed for OSF/1 5.1.
3014
3015 2007-11-03  Bruno Haible  <bruno@clisp.org>
3016
3017         Fix out-of-memory handling of vasnprintf.
3018         * lib/printf-parse.c: Include <errno.h>.
3019         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
3020         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
3021         is already set.
3022
3023 2007-11-02  Eric Blake  <ebb9@byu.net>
3024
3025         Fix tests on cygwin.
3026         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
3027
3028 2007-11-01  Bruno Haible  <bruno@clisp.org>
3029
3030         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
3031         warning.
3032         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
3033         needed for POSIX compatibility.
3034
3035 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
3036
3037         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
3038         for compatibility with GNU.
3039
3040 2007-11-01  Bruno Haible  <bruno@clisp.org>
3041
3042         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
3043         (putenv): Renamed from rpl_putenv. Change argument type from
3044         'const char *' to 'char *'.
3045         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
3046         of defining putenv in config.h, just set REPLACE_PUTENV.
3047         * modules/putenv (Depends-on): Add stdlib.
3048         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
3049         (Include): Use <stdlib.h>.
3050         * lib/stdlib.in.h (putenv): New declaration.
3051         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
3052         REPLACE_PUTENV.
3053         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
3054         REPLACE_PUTENV.
3055         Needed for MacOS X 10.5.0.
3056         Reported by Peter O'Gorman <peter@pogma.com>.
3057
3058 2007-11-01  Jim Meyering  <meyering@redhat.com>
3059
3060         Treat an empty date string exactly like "0".
3061         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
3062         if the remaining date string (to be parsed) is empty, use "0".
3063         Reported by Mischa Molhoek and discussed in this thread:
3064         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
3065
3066 2007-10-31  Bruno Haible  <bruno@clisp.org>
3067
3068         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
3069         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
3070         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
3071         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
3072         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
3073         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
3074
3075 2007-10-31  Bruno Haible  <bruno@clisp.org>
3076
3077         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
3078         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
3079         (AC_TYPE_LONG_LONG_INT): Use it.
3080         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
3081         it as well.
3082         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
3083         to m4/longlong.m4.
3084         * modules/stdint (Files): Remove m4/ulonglong.m4.
3085         * modules/strtoull (Files): Use m4/longlong.m4 instead of
3086         m4/ulonglong.m4.
3087         * modules/strtoumax (Files): Likewise.
3088
3089 2007-10-30  Bruno Haible  <bruno@clisp.org>
3090
3091         * modules/xvasprintf-posix: New file.
3092         Suggested by Eric Blake.
3093
3094 2007-10-30  Bruno Haible  <bruno@clisp.org>
3095
3096         * modules/xprintf-posix-tests: New file.
3097         * tests/test-xprintf-posix.sh: New file.
3098         * tests/test-xprintf-posix.c: New file.
3099         * tests/test-xfprintf-posix.c: New file.
3100
3101         * modules/xprintf-posix: New file.
3102
3103 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3104
3105         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
3106         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
3107         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
3108
3109 2007-10-29  Bruno Haible  <bruno@clisp.org>
3110
3111         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
3112         contain the special marker '_cv_'.
3113         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
3114         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
3115         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
3116         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
3117         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
3118         Reported by Ralf Wildenhues.
3119
3120 2007-10-29  Bruno Haible  <bruno@clisp.org>
3121
3122         * gnulib-tool (func_import): When --lgpl is not specified, set
3123         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
3124         GPLv3.
3125         Reported by Simon Josefsson.
3126
3127 2007-10-28  Bruno Haible  <bruno@clisp.org>
3128
3129         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
3130         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
3131         HAVE_DECL_ISFINITE.
3132         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
3133         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
3134         HAVE_DECL_ISFINITE.
3135
3136 2007-10-28  Bruno Haible  <bruno@clisp.org>
3137
3138         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
3139         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
3140
3141 2007-10-28  Bruno Haible  <bruno@clisp.org>
3142
3143         Fix link errors with Sun C 5.0 on Solaris 10.
3144         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
3145         function is declared but not present in the compiler's libm.
3146         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
3147         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
3148         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
3149         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
3150         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
3151         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
3152         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
3153         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
3154         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
3155         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
3156         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
3157         HAVE_DECL_FLOORL.
3158
3159 2007-10-28  Bruno Haible  <bruno@clisp.org>
3160
3161         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
3162         gl_FUNC_FLOORL. Cache the result.
3163         (gl_FUNC_FLOORL): Use it.
3164         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
3165         gl_FUNC_CEILL. Cache the result.
3166         (gl_FUNC_CEILL): Use it.
3167
3168         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
3169         gl_FUNC_FLOOR. Cache the result.
3170         (gl_FUNC_FLOOR): Use it.
3171         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
3172         gl_FUNC_CEIL. Cache the result.
3173         (gl_FUNC_CEIL): Use it.
3174
3175         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
3176         gl_FUNC_FLOORF. Cache the result.
3177         (gl_FUNC_FLOORF): Use it.
3178         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
3179         gl_FUNC_CEILF. Cache the result.
3180         (gl_FUNC_CEILF): Use it.
3181
3182 2007-10-28  Bruno Haible  <bruno@clisp.org>
3183
3184         * gnulib-tool: Allow specifying the LGPL version number through
3185         --lgpl=2 or --lgpl=3.
3186         (func_usage): Document --lgpl with argument.
3187         Handle --lgpl=... arguments.
3188         (func_import): Recognize also gl_LGPL calls with an argument. When
3189         --lgpl=2 is used and the module's license is just LGPL, report an
3190         error. Set sed_transform_lib_file according to the lgpl variable. In
3191         the generated files, use --lgpl or gl_LGPL invocations with argument,
3192         if necessary.
3193         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
3194         an LGPv2+ license.
3195         * doc/gnulib-tool.texi (Modified imports): Update explanation of
3196         gl_LGPL macro.
3197
3198 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3199             Bruno Haible  <bruno@clisp.org>
3200
3201         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
3202         (u16_uctomb_aux): Likewise.
3203         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
3204         !HAVE_INLINE.
3205         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
3206
3207 2007-10-28  Bruno Haible  <bruno@clisp.org>
3208
3209         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
3210         Invoke AM_GETTEXT_OPTION if it exists.
3211         * modules/vasprintf: Likewise.
3212         * modules/verror: Likewise.
3213         * modules/xprintf: Likewise.
3214         * modules/xvasprintf: Likewise.
3215
3216 2007-10-27  Ben Pfaff  <blp@gnu.org>
3217
3218         * lib/math.in.h: Define isfinite macro and prototypes for
3219         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
3220         implementations.
3221         * m4/math_h.m4: New substitutions for isfinite module.
3222         * lib/isfinite.c: New file.
3223         * m4/isfinite.m4: New file.
3224         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
3225         * modules/isfinite: New file.
3226         * modules/isfinite-tests: New file.
3227         * tests/tests-isfinite.c: New file.
3228         * doc/functions/isfinite.texi: Mention isfinite module.
3229         * MODULES.html.sh: Mention new module.
3230
3231 2007-10-27  Ben Pfaff  <blp@gnu.org>
3232
3233         Ralf Wildenhues reported that Tru64 4.0D declares the round
3234         functions but does not have definitions.
3235         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
3236         cannot be found in any library, set the output variable to
3237         "missing" instead of "".
3238         * m4/round.m4: Also use our substitute if we cannot find round in
3239         any library, even if it is declared.
3240         * m4/roundf.m4: Likewise for roundf.
3241         * m4/roundl.m4: Likewise for roundl.
3242         * lib/math.in.h: Undefine roundf, round, roundl before defining
3243         their replacements, to allow for hypothetical systems where these
3244         may be defined as macros but not available in libraries.
3245
3246 2007-10-27  Bruno Haible  <bruno@clisp.org>
3247
3248         * doc/gnulib.texi: Invoke @firstparagraphindent.
3249         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
3250         changes in gnulib.
3251         (Source changes): New section.
3252
3253 2007-10-26  Bruno Haible  <bruno@clisp.org>
3254
3255         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
3256         borrowed from autoconf.
3257
3258 2007-10-26  Bruno Haible  <bruno@clisp.org>
3259
3260         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
3261         strerror returned the empty string. Needed on HP-UX 11.00.
3262
3263 2007-10-24  Micah Cowan  <micah@cowan.name>
3264
3265         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
3266         * build-aux/bootstrap: Remove support for now-unnecessary option,
3267         --cvs-user, and envvars CVS_USER, CVS_RSH.
3268
3269 2007-10-24  Jim Meyering  <meyering@redhat.com>
3270
3271         Avoid diagnostics from sha1sum when there is no cached checksum.
3272         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
3273         if the po.s1 file hasn't been created yet.
3274
3275         * build-aux/bootstrap: Sync from coreutils:
3276         2007-10-24  Jim Meyering  <meyering@redhat.com>
3277         Get gnulib from the git repository, not from an obsolete cvs one.
3278         * build-aux/bootstrap: Suggestion from Micah Cowan.
3279         2007-10-04  Jim Meyering  <jim@meyering.net>
3280         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
3281         (update_po_files): Work also when there are no .po files in po/.
3282
3283 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3284
3285         * README: Append ".git" to git and cg examples.
3286         Problem reported by Benoit Sigoure.
3287
3288 2007-10-23  Micah Cowan  <micah@cowan.name>
3289
3290         * users.txt: Add wget.
3291
3292 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3293
3294         Fix linking of some unistdio tests on FreeBSD.
3295         * modules/unistdio/u16-vsnprintf-tests
3296         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
3297         * modules/unistdio/u16-vsprintf-tests
3298         (test_u16_vsnprintf1_LDADD): Likewise.
3299         * modules/unistdio/u32-vsnprintf-tests
3300         (test_u32_vsnprintf1_LDADD): Likewise.
3301         * modules/unistdio/u32-vsprintf-tests
3302         (test_u32_vsprintf1_LDADD): Likewise.
3303         * modules/unistdio/u8-vsnprintf-tests
3304         (test_u8_vsnprintf1_LDADD): Likewise.
3305         * modules/unistdio/u8-vsprintf-tests
3306         (test_u8_vsprintf1_LDADD): Likewise.
3307         * modules/unistdio/ulc-vsnprintf-tests
3308         (test_ulc_vsnprintf1_LDADD): Likewise.
3309         * modules/unistdio/ulc-vsprintf-tests
3310         (test_ulc_vsprintf1_LDADD): Likewise.
3311
3312         Fix linking of some uniconv tests on FreeBSD.
3313         * modules/uniconv/u16-conv-from-enc-tests
3314         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
3315         * modules/uniconv/u16-conv-to-enc-tests
3316         (test_u16_conv_to_enc_LDADD): Likewise.
3317         * modules/uniconv/u16-strconv-from-enc-tests
3318         (test_u16_strconv_from_enc_LDADD): Likewise.
3319         * modules/uniconv/u16-strconv-to-enc-tests
3320         (test_u16_strconv_to_enc_LDADD): Likewise.
3321         * modules/uniconv/u32-conv-from-enc-tests
3322         (test_u32_conv_from_enc_LDADD): Likewise.
3323         * modules/uniconv/u32-conv-to-enc-tests
3324         (test_u32_conv_to_enc_LDADD): Likewise.
3325         * modules/uniconv/u32-strconv-from-enc-tests
3326         (test_u32_strconv_from_enc_LDADD): Likewise.
3327         * modules/uniconv/u32-strconv-to-enc-tests
3328         (test_u32_strconv_to_enc_LDADD): Likewise.
3329         * modules/uniconv/u8-conv-from-enc-tests
3330         (test_u8_conv_from_enc_LDADD): Likewise.
3331         * modules/uniconv/u8-conv-to-enc-tests
3332         (test_u8_conv_to_enc_LDADD): Likewise.
3333         * modules/uniconv/u8-strconv-from-enc-tests
3334         (test_u8_strconv_from_enc_LDADD): Likewise.
3335         * modules/uniconv/u8-strconv-to-enc-tests
3336         (test_u8_strconv_to_enc_LDADD): Likewise.
3337
3338 2007-10-22  Bruno Haible  <bruno@clisp.org>
3339
3340         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
3341         size.
3342
3343 2007-10-22  Eric Blake  <ebb9@byu.net>
3344
3345         Tweak x*printf documentation.
3346         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
3347         variable name and comments.
3348         Suggested by Bruno Haible.
3349
3350 2007-10-22  Bruno Haible  <bruno@clisp.org>
3351
3352         * lib/acl.c (copy_acl): Fix file name in comment.
3353
3354 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
3355
3356         Fix Tru64 problem with stdbool.h.
3357         * lib/stdbool.in.h (false, true):
3358         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
3359         Don't declare as an enum in this situation; it runs afoul of Tru64.
3360         Problem reported by Steven M. Schweda in
3361         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
3362
3363 2007-10-22  Eric Blake  <ebb9@byu.net>
3364
3365         Also wrap vf?printf.
3366         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
3367         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
3368         (xvprintf, xvfprintf): New functions.
3369
3370 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3371
3372         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
3373         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
3374
3375         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
3376         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
3377
3378 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
3379
3380         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
3381         by Bruno Haible.
3382
3383 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3384
3385         * lib/getloadavg.c
3386         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
3387         Undef `sys' after including sys/table.h, for Tru64 4.0D.
3388
3389         * tests/test-i-ring.c: Work for C89.
3390
3391 2007-10-22  Bruno Haible  <bruno@clisp.org>
3392
3393         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
3394         -1u, in preprocessor expression, so that we don't test for the bug
3395         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
3396         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
3397
3398 2007-10-22  Eric Blake  <ebb9@byu.net>
3399
3400         * tests/test-yesno.sh: Silence stderr during test.
3401
3402 2007-10-22  Simon Josefsson  <simon@josefsson.org>
3403
3404         * modules/crypto/gc-camellia: New file.
3405
3406         * m4/gc-camellia.m4: New file.
3407
3408         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
3409
3410         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
3411
3412 2007-10-22  Simon Josefsson  <simon@josefsson.org>
3413
3414         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
3415         --help to stdout.  Reported by sms@antinode.org (Steven
3416         M. Schweda).
3417
3418 2007-10-22  Simon Josefsson  <simon@josefsson.org>
3419
3420         * users.txt: Fix link to libksba.
3421
3422 2007-10-21  Ben Pfaff  <blp@gnu.org>
3423
3424         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
3425         round.c roundf implementation that depends on floorf and ceilf to
3426         be tested unconditionally.
3427
3428 2007-10-21  Ben Pfaff  <blp@gnu.org>
3429
3430         * m4/check-libm-func.m4: Removed.
3431         * m4/check-math-lib.m4: New file.
3432         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
3433         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
3434         definition and lack of AC_LIBOBJ([roundf]).
3435         * m4/roundl.m4: Ditto, and similarly for roundl.
3436         * modules/round: Reference new m4 file.
3437         * modules/roundf: Ditto.
3438         * modules/roundl: Ditto.
3439         * tests/test-round2.c (main): Use ROUND instead of round.
3440         Bug report from Bruno Haible.
3441
3442 2007-10-21  Bruno Haible  <bruno@clisp.org>
3443
3444         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
3445         context.
3446
3447 2007-10-21  Bruno Haible  <bruno@clisp.org>
3448
3449         * tests/test-wcwidth.c (main): Allow negative result for some control
3450         characters.
3451
3452         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
3453         Needed on OSF/1 5.1.
3454
3455 2007-10-21  Bruno Haible  <bruno@clisp.org>
3456
3457         * tests/test-floorf1.c: Include isnanf.h.
3458         (main): Use isnanf() instead of isnan().
3459         * tests/test-ceilf1.c: Include isnanf.h.
3460         (main): Use isnanf() instead of isnan().
3461         * tests/test-truncf1.c: Include isnanf.h.
3462         (main): Use isnanf() instead of isnan().
3463         * tests/test-roundf1.c: Include isnanf.h.
3464         (main): Use isnanf() instead of isnan().
3465
3466 2007-10-21  Eric Blake  <ebb9@byu.net>
3467
3468         * users.txt: Update URL for m4.
3469
3470 2007-10-21  Bruno Haible  <bruno@clisp.org>
3471
3472         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
3473
3474 2007-10-21  Bruno Haible  <bruno@clisp.org>
3475
3476         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
3477         Git's management files if the CVS files are not present.
3478
3479 2007-10-20  Bruno Haible  <bruno@clisp.org>
3480
3481         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
3482         gcc-3.4.x.
3483
3484 2007-10-20  Ben Pfaff  <blp@gnu.org>
3485
3486         * lib/math.in.h: Declare round, roundf, roundl if we are providing
3487         implementations.
3488         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
3489         * lib/round.c: New file.
3490         * lib/roundf.c: New file.
3491         * lib/roundl.c: New file.
3492         * m4/round.m4: New file.
3493         * m4/roundf.m4: New file.
3494         * m4/roundl.m4: New file.
3495         * m4/check-libm-func-m4: New file.
3496         * modules/math: Replace round, roundf, roundl related @VARS@ in
3497         math.in.h.
3498         * modules/round: New file.
3499         * modules/round-tests: New file.
3500         * modules/roundf: New file.
3501         * modules/roundf-tests: New file.
3502         * modules/roundl: New file.
3503         * modules/roundl-tests: New file.
3504         * tests/test-round1.c: New file.
3505         * tests/test-round2.c: New file.
3506         * tests/test-roundf1.c: New file.
3507         * tests/test-roundf2.c: New file.
3508         * tests/test-roundl.c: New file.
3509         * doc/functions/round.texi: Mention round module.
3510         * doc/functions/roundf.texi: Mention roundf module.
3511         * doc/functions/roundl.texi: Mention roundl module.
3512         * MODULES.html.sh: Mention new modules.
3513         Thanks to Bruno Haible for suggestions.
3514
3515 2007-10-20  Jim Meyering  <meyering@redhat.com>
3516
3517         * lib/xprintf.c: Include <config.h> unconditionally.
3518
3519         Change xprintf's license to GPL.
3520         * modules/xprintf (License): s/LGPL/GPL/, since this module
3521         depends on modules (exit and exitfail) which are GPL.
3522         Suggestion from Bruno Haible.
3523
3524         xprintf fixes.
3525         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
3526         Use a clearer diagnostic.
3527         Patch from Bruno Haible.
3528
3529 2007-10-20  Bruno Haible  <bruno@clisp.org>
3530
3531         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
3532         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
3533         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3534
3535 2007-10-20  Bruno Haible  <bruno@clisp.org>
3536
3537         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
3538         precision in the comparison result > x - 1 or similar.
3539         * tests/test-ceilf2.c (correct_result_p): Likewise.
3540         * tests/test-truncf2.c (correct_result_p): Likewise.
3541         * tests/test-trunc2.c (correct_result_p): Likewise.
3542         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3543
3544 2007-10-20  Bruno Haible  <bruno@clisp.org>
3545
3546         * modules/ceil: New file.
3547         * m4/ceil.m4: New file.
3548         * doc/functions/ceil.texi: Mention the 'ceil' module.
3549
3550 2007-10-20  Bruno Haible  <bruno@clisp.org>
3551
3552         * modules/floor: New file.
3553         * m4/floor.m4: New file.
3554         * doc/functions/floor.texi: Mention the 'floor' module.
3555
3556 2007-10-20  Bruno Haible  <bruno@clisp.org>
3557
3558         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
3559         of %a.
3560         * modules/floorf-tests (Depends-on): Likewise.
3561         * modules/truncf-tests (Depends-on): Likewise.
3562         * modules/trunc-tests (Depends-on): Likewise.
3563         Reported by Ben Pfaff.
3564
3565 2007-10-19  Jim Meyering  <meyering@redhat.com>
3566
3567         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
3568         Don't bother testing specific errno values.  Just test ferror.
3569
3570         New module: xprintf
3571         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
3572
3573 2007-10-19  Bruno Haible  <bruno@clisp.org>
3574
3575         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
3576         syntax.
3577         * modules/javaexec (Makefile.am): Likewise.
3578         * modules/relocatable-prog (Makefile.am): Likewise.
3579         Suggested by Jim Meyering.
3580
3581 2007-10-18  Bruno Haible  <bruno@clisp.org>
3582
3583         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
3584         Reported by Jim Meyering.
3585
3586 2007-10-18  Eric Blake  <ebb9@byu.net>
3587
3588         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
3589
3590 2007-10-18  Bruno Haible  <bruno@clisp.org>
3591
3592         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
3593         the format string into writable memory. Needed in Fortify conditions.
3594
3595 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
3596             Bruno Haible  <bruno@clisp.org>
3597
3598         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
3599         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
3600         * modules/trim (Depends-on): Add mbchar.
3601         (configure.ac): Add gl_FUNC_MBRTOWC.
3602         (Makefile.am): Augment lib_SOURCES.
3603
3604 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
3605
3606         Modify glob.c to use fstatat and dirfd, to simplify it.
3607         Suggested by Eric Blake.
3608         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
3609         Don't include <stdbool.h>; not used.
3610         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
3611         (link_exists_p): Simplify implementation, since we can now assume
3612         dirfd and fstatat.
3613         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
3614
3615 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3616
3617         * gnulib-tool (func_get_dependencies): Fix sed script to
3618         match only tests.
3619
3620 2007-10-17  Bruno Haible  <bruno@clisp.org>
3621
3622         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
3623         allow locale names without encoding suffix.
3624         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
3625         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
3626
3627 2007-10-16  Bruno Haible  <bruno@clisp.org>
3628
3629         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
3630         * lib/getgroups.c (getgroups): Likewise.
3631         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
3632
3633 2007-10-16  Bruno Haible  <bruno@clisp.org>
3634
3635         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
3636         * modules/malloc-posix (License): Likewise.
3637         * modules/realloc-posix (License): Likewise.
3638         * modules/calloc-posix (License): Likewise.
3639         * modules/intprops (License): Change from GPL to LGPL, with
3640         Paul Eggert's approval.
3641
3642 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
3643
3644         Merge glibc changes into lib/glob.c.
3645
3646         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
3647         2007-10-15 04:59:03 UTC.  Here are the changes:
3648
3649         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
3650
3651         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
3652
3653         * lib/glob.c: Add some branch prediction throughout.
3654
3655         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
3656
3657         [BZ #5103]
3658         * lib/glob.c (glob): Recognize patterns starting \/.
3659
3660         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
3661
3662         [BZ #3996]
3663         * lib/glob.c (attribute_hidden): Define if not defined.
3664         (glob): Unescape dirname, filename or username when needed and not
3665         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
3666         is NULL.  Handle unescaped [ in pattern without closing ].
3667         Don't pass GLOB_CHECK down to recursive glob for directories.
3668         (__glob_pattern_type): New function.
3669         (__glob_pattern_p): Implement using __glob_pattern_type.
3670         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
3671         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
3672         Remove unreachable code.
3673
3674         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
3675
3676         * lib/glob.c (glob_in_dir): Add some comments and asserts to
3677         explain why there are no leaks.
3678
3679         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
3680
3681         [BZ #3253]
3682         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
3683         time, rather allocate increasingly bigger arrays of pointers, if
3684         possible with alloca, if too large with malloc.
3685
3686 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
3687
3688         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
3689         Problem reported by H.Merijn Brand in
3690         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
3691         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
3692         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
3693
3694 2007-10-15  Bruno Haible  <bruno@clisp.org>
3695
3696         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
3697         with explicit rpl_ prefix.
3698         * lib/fopen.c (fopen): Likewise.
3699         * lib/freopen.c (freopen): Likewise.
3700         * lib/iconv.c (iconv): Likewise.
3701         * lib/iconv_close.c (iconv_close): Likewise.
3702
3703 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3704
3705         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
3706
3707 2007-10-15  Bruno Haible  <bruno@clisp.org>
3708
3709         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
3710         <stddef.h> instead of <stdlib.h> since we only need NULL.
3711         Reported by Ben Pfaff <blp@cs.stanford.edu>.
3712
3713 2007-10-15  Bruno Haible  <bruno@clisp.org>
3714
3715         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
3716         Replace paragraph talking about LIBOBJS.
3717         Reported by Colin Watson <cjwatson@debian.org>.
3718
3719 2007-10-15  Bruno Haible  <bruno@clisp.org>
3720
3721         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
3722         <stdlib.h> before using NULL.
3723
3724 2007-10-15  Simon Josefsson  <simon@josefsson.org>
3725
3726         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
3727         Reported by Albert Chin <china@thewrittenword.com>.
3728
3729 2007-10-14  Bruno Haible  <bruno@clisp.org>
3730
3731         * modules/iconv_open-utf-tests: New file.
3732         * tests/test-iconv-utf.c: New file.
3733
3734         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
3735         * modules/iconv_open-utf: New file.
3736         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
3737         (iconv, iconv_close): New declarations.
3738         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
3739         be defined.
3740         (iconv_open): Add special handling of conversion between UTF-8 and
3741         UTF-{16,32}{BE,LE}.
3742         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
3743         * lib/iconv_close.c: New file.
3744         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
3745         gl_FUNC_ICONV_OPEN.
3746         (gl_FUNC_ICONV_OPEN): Use it.
3747         (gl_FUNC_ICONV_OPEN_UTF): New macro.
3748         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
3749         and REPLACE_ICONV_UTF.
3750         * modules/iconv_open (Depends-on): Add c-strcase.
3751         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
3752         ICONV_CONST.
3753         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
3754
3755 2007-10-13  Albert Chin  <china@thewrittenword.com>
3756             Bruno Haible  <bruno@clisp.org>
3757
3758         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
3759         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
3760
3761 2007-10-13  Bruno Haible  <bruno@clisp.org>
3762
3763         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
3764         defined, use the ISO C99 inline semantics.
3765         * lib/argp.h (ARGP_EI): Likewise.
3766
3767 2007-10-13  Bruno Haible  <bruno@clisp.org>
3768
3769         Handle 'inline' change in gcc 4.3.0.
3770         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
3771         argp_fmtstream_write, argp_fmtstream_set_lmargin,
3772         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
3773         argp_fmtstream_point): Disable 'extern' declaration if the function
3774         definition is going to be provided inline.
3775         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
3776         semantics, not the ISO C99 inline semantics.
3777         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
3778         'extern' declaration if the function definition is going to be provided
3779         inline.
3780         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
3781         the GNU C inline semantics, not the ISO C99 inline semantics. With
3782         GCC 4.2, avoid a warning.
3783
3784 2007-10-13  Bruno Haible  <bruno@clisp.org>
3785
3786         * lib/freading.h (freading): Enable the use of __freading for
3787         glibc >= 2.7.
3788         * lib/freading.c (freading): Likewise.
3789
3790 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3791
3792         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
3793         "warning: C99 inline functions are not supported; using GNU89".
3794
3795 2007-10-12  Bruno Haible  <bruno@clisp.org>
3796
3797         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
3798         of 2.
3799         * tests/test-ceilf2.c: New file.
3800         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
3801
3802         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
3803         * modules/ceilf-tests: Update.
3804
3805 2007-10-12  Bruno Haible  <bruno@clisp.org>
3806
3807         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
3808         of 2.
3809         * tests/test-floorf2.c: New file.
3810         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
3811
3812         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
3813         * modules/floorf-tests: Update.
3814
3815 2007-10-12  Bruno Haible  <bruno@clisp.org>
3816
3817         * tests/test-trunc2.c: New file.
3818         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
3819
3820         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
3821         * modules/trunc-tests: Update.
3822
3823 2007-10-12  Bruno Haible  <bruno@clisp.org>
3824
3825         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
3826         of 2.
3827         * tests/test-truncf2.c: New file.
3828         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
3829
3830         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
3831         * modules/truncf-tests: Update.
3832
3833 2007-10-11  Eric Blake  <ebb9@byu.net>
3834
3835         Don't claim strerror is broken on Interix.
3836         * doc/functions/strerror.texi (strerror): Known broken systems are
3837         now Solaris 8, and not Interix.
3838         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
3839         Interix on cross-compile.
3840         Reported by Martin Koeppe in
3841         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
3842
3843 2007-10-11  Bruno Haible  <bruno@clisp.org>
3844
3845         * modules/i-ring-tests: New file.
3846         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
3847         instead of assert.
3848
3849 2007-10-11  Bruno Haible  <bruno@clisp.org>
3850
3851         * modules/filenamecat-tests: New file.
3852         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
3853         * lib/filenamecat.c: Remove test code.
3854
3855 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3856
3857         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
3858
3859         * lib/strerror.c: Include <string.h> always, to test interface,
3860         and to remove the need for the dummy.
3861         Include intprops.h to compute width instead of doing it ourselves
3862         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
3863         (strerror): Define it to return NULL if there's no system strerror.
3864         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
3865         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
3866         ancient pre-strerror Unix systems well any more.  Saying "unknown
3867         system error" is enough.
3868         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
3869         simpler strerror.c implementation.
3870         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
3871         Simplify the tests to reflect the simpler strerror implementation.
3872         * modules/strerror (Depends-on): Add intprops.
3873
3874 2007-10-09  Eric Blake  <ebb9@byu.net>
3875
3876         Silence test-fpending.
3877         * modules/fpending-tests (Files): Add wrapper script.
3878         * tests/test-fpending.sh: New file.
3879
3880 2007-10-09  Bruno Haible  <bruno@clisp.org>
3881
3882         * MODULES.html.sh (func_module): Don't create a hyperlink for
3883         function names like 'printf_frexp'.
3884         (Misc): Add crc, memxor.
3885         (Characteristics of floating types): New section.
3886         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
3887         isnanf-nolibm, signbit, trunc, truncf, truncl.
3888         (Enhancements for ISO C 99 functions): New subsection Input/output.
3889         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
3890         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
3891         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
3892         (Compatibility checks for POSIX:2001 functions): Add clock-time.
3893         (Enhancements for POSIX:2001 functions): Add chdir-long.
3894         (File system functions): Add areadlink, chdir-safer, read-file.
3895         Remove cycle-check.
3896         (File system as inode set): New section.
3897         (Date and time): Add gethrxtime.
3898         (Multithreading): Add openmp.
3899         (Internationalization functions): Add localename.
3900         (Unicode string functions): Add unistr/u*-mbsnlen.
3901         (Support for maintaining and releasing projects): Add git-version-gen.
3902         (Lone files): Remove directories.
3903
3904 2007-10-08  Ben Pfaff  <blp@gnu.org>
3905
3906         * lib/xmalloca.h: Fix typo in comment.
3907
3908 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3909
3910         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
3911         when avoiding problems with integer overflow.  Use a portable test
3912         instead.
3913
3914 2007-10-08  Simon Josefsson  <simon@josefsson.org>
3915
3916         * modules/dummy (License): Change to LGPLv2+.
3917         * modules/float (License): Likewise
3918         * modules/realloc (License): Likewise
3919         * modules/stdlib (License): Likewise
3920
3921 2007-10-07  Bruno Haible  <bruno@clisp.org>
3922
3923         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
3924         * floor.c (TWO_MANT_DIG): Likewise.
3925         * ceil.c (TWO_MANT_DIG): Likewise.
3926         Reported by Ben Pfaff.
3927
3928 2007-10-07  Bruno Haible  <bruno@clisp.org>
3929
3930         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
3931         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
3932         * lib/frexp.c (FUNC): Likewise.
3933         * lib/printf-frexp.h (printf_frexp): Likewise.
3934         * lib/printf-frexpl.h (printf_frexpl): Likewise.
3935         * lib/printf-frexp.c (FUNC): Likewise.
3936         Suggested by Jim Meyering.
3937
3938 2007-10-07  Jim Meyering  <meyering@redhat.com>
3939
3940         Make xnanosleep's integer overflow test more robust.
3941         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
3942         so that gcc-4.3.0 doesn't optimize away this test for overflow.
3943
3944 2007-10-07  Bruno Haible  <bruno@clisp.org>
3945
3946         * NEWS: Mention the license change.
3947
3948         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
3949         abbreviations in the modules files.
3950
3951         Change copyright notice from GPLv2+ to GPLv3+.
3952         * README: Change copyright notice.
3953         * MODULES.html.sh: Likewise.
3954         * build-aux/bootstrap.conf: Likewise.
3955         * build-aux/config.libpath: Likewise.
3956         * build-aux/csharpcomp.sh.in: Likewise.
3957         * build-aux/csharpexec.sh.in: Likewise.
3958         * build-aux/install-reloc: Likewise.
3959         * build-aux/javacomp.sh.in: Likewise.
3960         * build-aux/javaexec.sh.in: Likewise.
3961         * build-aux/ldd.sh.in: Likewise.
3962         * build-aux/reloc-ldflags: Likewise.
3963         * build-aux/relocatable.sh.in: Likewise.
3964         * build-aux/x-to-1.in: Likewise.
3965         * check-module: Likewise.
3966         * config/srclistvars.sh: Likewise.
3967         * gnulib-tool: Likewise.
3968         * lib/acl-internal.h: Likewise.
3969         * lib/acl.c: Likewise.
3970         * lib/acl.h: Likewise.
3971         * lib/acl_entries.c: Likewise.
3972         * lib/areadlink-with-size.c: Likewise.
3973         * lib/areadlink.c: Likewise.
3974         * lib/areadlink.h: Likewise.
3975         * lib/argmatch.c: Likewise.
3976         * lib/argmatch.h: Likewise.
3977         * lib/argp-ba.c: Likewise.
3978         * lib/argp-eexst.c: Likewise.
3979         * lib/argp-fmtstream.c: Likewise.
3980         * lib/argp-fmtstream.h: Likewise.
3981         * lib/argp-fs-xinl.c: Likewise.
3982         * lib/argp-help.c: Likewise.
3983         * lib/argp-namefrob.h: Likewise.
3984         * lib/argp-parse.c: Likewise.
3985         * lib/argp-pin.c: Likewise.
3986         * lib/argp-pv.c: Likewise.
3987         * lib/argp-pvh.c: Likewise.
3988         * lib/argp-xinl.c: Likewise.
3989         * lib/argp.h: Likewise.
3990         * lib/at-func.c: Likewise.
3991         * lib/atanl.c: Likewise.
3992         * lib/backupfile.c: Likewise.
3993         * lib/backupfile.h: Likewise.
3994         * lib/basename.c: Likewise.
3995         * lib/binary-io.h: Likewise.
3996         * lib/byteswap.in.h: Likewise.
3997         * lib/c-stack.c: Likewise.
3998         * lib/c-stack.h: Likewise.
3999         * lib/c-strcasestr.c: Likewise.
4000         * lib/c-strcasestr.h: Likewise.
4001         * lib/c-strstr.c: Likewise.
4002         * lib/c-strstr.h: Likewise.
4003         * lib/c-strtod.c: Likewise.
4004         * lib/calloc.c: Likewise.
4005         * lib/canon-host.c: Likewise.
4006         * lib/canon-host.h: Likewise.
4007         * lib/canonicalize-lgpl.c: Likewise.
4008         * lib/canonicalize.c: Likewise.
4009         * lib/canonicalize.h: Likewise.
4010         * lib/ceil.c: Likewise.
4011         * lib/ceilf.c: Likewise.
4012         * lib/ceill.c: Likewise.
4013         * lib/chdir-long.c: Likewise.
4014         * lib/chdir-long.h: Likewise.
4015         * lib/chdir-safer.c: Likewise.
4016         * lib/chdir-safer.h: Likewise.
4017         * lib/chown.c: Likewise.
4018         * lib/classpath.c: Likewise.
4019         * lib/classpath.h: Likewise.
4020         * lib/clean-temp.c: Likewise.
4021         * lib/clean-temp.h: Likewise.
4022         * lib/cloexec.c: Likewise.
4023         * lib/close-stream.c: Likewise.
4024         * lib/closein.c: Likewise.
4025         * lib/closein.h: Likewise.
4026         * lib/closeout.c: Likewise.
4027         * lib/closeout.h: Likewise.
4028         * lib/concat-filename.c: Likewise.
4029         * lib/copy-file.c: Likewise.
4030         * lib/copy-file.h: Likewise.
4031         * lib/count-one-bits.h: Likewise.
4032         * lib/crc.c: Likewise.
4033         * lib/crc.h: Likewise.
4034         * lib/creat-safer.c: Likewise.
4035         * lib/csharpcomp.c: Likewise.
4036         * lib/csharpcomp.h: Likewise.
4037         * lib/csharpexec.c: Likewise.
4038         * lib/csharpexec.h: Likewise.
4039         * lib/cycle-check.c: Likewise.
4040         * lib/cycle-check.h: Likewise.
4041         * lib/diacrit.c: Likewise.
4042         * lib/diacrit.h: Likewise.
4043         * lib/diffseq.h: Likewise.
4044         * lib/dirchownmod.c: Likewise.
4045         * lib/dirent.in.h: Likewise.
4046         * lib/dirfd.c: Likewise.
4047         * lib/dirfd.h: Likewise.
4048         * lib/dirname.c: Likewise.
4049         * lib/dirname.h: Likewise.
4050         * lib/dummy.c: Likewise.
4051         * lib/dup-safer.c: Likewise.
4052         * lib/dup2.c: Likewise.
4053         * lib/eealloc.h: Likewise.
4054         * lib/error.c: Likewise.
4055         * lib/error.h: Likewise.
4056         * lib/euidaccess.c: Likewise.
4057         * lib/exclude.c: Likewise.
4058         * lib/exclude.h: Likewise.
4059         * lib/execute.c: Likewise.
4060         * lib/execute.h: Likewise.
4061         * lib/exitfail.c: Likewise.
4062         * lib/exitfail.h: Likewise.
4063         * lib/expl.c: Likewise.
4064         * lib/fatal-signal.c: Likewise.
4065         * lib/fatal-signal.h: Likewise.
4066         * lib/fbufmode.c: Likewise.
4067         * lib/fbufmode.h: Likewise.
4068         * lib/fchdir.c: Likewise.
4069         * lib/fchmodat.c: Likewise.
4070         * lib/fchownat.c: Likewise.
4071         * lib/fcntl--.h: Likewise.
4072         * lib/fcntl-safer.h: Likewise.
4073         * lib/fcntl.in.h: Likewise.
4074         * lib/fd-safer.c: Likewise.
4075         * lib/fflush.c: Likewise.
4076         * lib/file-has-acl.c: Likewise.
4077         * lib/file-set.c: Likewise.
4078         * lib/file-type.c: Likewise.
4079         * lib/file-type.h: Likewise.
4080         * lib/fileblocks.c: Likewise.
4081         * lib/filemode.c: Likewise.
4082         * lib/filemode.h: Likewise.
4083         * lib/filename.h: Likewise.
4084         * lib/filenamecat.c: Likewise.
4085         * lib/filenamecat.h: Likewise.
4086         * lib/findprog.c: Likewise.
4087         * lib/findprog.h: Likewise.
4088         * lib/float.in.h: Likewise.
4089         * lib/floor.c: Likewise.
4090         * lib/floorf.c: Likewise.
4091         * lib/floorl.c: Likewise.
4092         * lib/fopen-safer.c: Likewise.
4093         * lib/fopen.c: Likewise.
4094         * lib/fpending.c: Likewise.
4095         * lib/fpending.h: Likewise.
4096         * lib/fprintf.c: Likewise.
4097         * lib/fprintftime.h: Likewise.
4098         * lib/fpucw.h: Likewise.
4099         * lib/fpurge.c: Likewise.
4100         * lib/fpurge.h: Likewise.
4101         * lib/freadable.c: Likewise.
4102         * lib/freadable.h: Likewise.
4103         * lib/freadahead.c: Likewise.
4104         * lib/freadahead.h: Likewise.
4105         * lib/freading.c: Likewise.
4106         * lib/freading.h: Likewise.
4107         * lib/free.c: Likewise.
4108         * lib/freopen.c: Likewise.
4109         * lib/frexp.c: Likewise.
4110         * lib/frexpl.c: Likewise.
4111         * lib/fseek.c: Likewise.
4112         * lib/fseterr.c: Likewise.
4113         * lib/fseterr.h: Likewise.
4114         * lib/fstatat.c: Likewise.
4115         * lib/fstrcmp.c: Likewise.
4116         * lib/fstrcmp.h: Likewise.
4117         * lib/fsusage.c: Likewise.
4118         * lib/fsusage.h: Likewise.
4119         * lib/ftell.c: Likewise.
4120         * lib/ftello.c: Likewise.
4121         * lib/fts-cycle.c: Likewise.
4122         * lib/fts.c: Likewise.
4123         * lib/fts_.h: Likewise.
4124         * lib/full-read.c: Likewise.
4125         * lib/full-read.h: Likewise.
4126         * lib/full-write.c: Likewise.
4127         * lib/full-write.h: Likewise.
4128         * lib/fwritable.c: Likewise.
4129         * lib/fwritable.h: Likewise.
4130         * lib/fwriteerror.c: Likewise.
4131         * lib/fwriteerror.h: Likewise.
4132         * lib/fwriting.c: Likewise.
4133         * lib/fwriting.h: Likewise.
4134         * lib/gcd.c: Likewise.
4135         * lib/gcd.h: Likewise.
4136         * lib/getcwd.c: Likewise.
4137         * lib/getdate.h: Likewise.
4138         * lib/getdate.y: Likewise.
4139         * lib/getdomainname.c: Likewise.
4140         * lib/getdomainname.h: Likewise.
4141         * lib/getgroups.c: Likewise.
4142         * lib/gethostname.c: Likewise.
4143         * lib/gethrxtime.c: Likewise.
4144         * lib/gethrxtime.h: Likewise.
4145         * lib/getloadavg.c: Likewise.
4146         * lib/getndelim2.c: Likewise.
4147         * lib/getndelim2.h: Likewise.
4148         * lib/getnline.c: Likewise.
4149         * lib/getnline.h: Likewise.
4150         * lib/getopt.c: Likewise.
4151         * lib/getopt.in.h: Likewise.
4152         * lib/getopt1.c: Likewise.
4153         * lib/getopt_int.h: Likewise.
4154         * lib/getpagesize.h: Likewise.
4155         * lib/getsubopt.c: Likewise.
4156         * lib/gettime.c: Likewise.
4157         * lib/getugroups.c: Likewise.
4158         * lib/getugroups.h: Likewise.
4159         * lib/getusershell.c: Likewise.
4160         * lib/gl_anyavltree_list1.h: Likewise.
4161         * lib/gl_anyavltree_list2.h: Likewise.
4162         * lib/gl_anyhash_list1.h: Likewise.
4163         * lib/gl_anyhash_list2.h: Likewise.
4164         * lib/gl_anylinked_list1.h: Likewise.
4165         * lib/gl_anylinked_list2.h: Likewise.
4166         * lib/gl_anyrbtree_list1.h: Likewise.
4167         * lib/gl_anyrbtree_list2.h: Likewise.
4168         * lib/gl_anytree_list1.h: Likewise.
4169         * lib/gl_anytree_list2.h: Likewise.
4170         * lib/gl_anytree_oset.h: Likewise.
4171         * lib/gl_anytreehash_list1.h: Likewise.
4172         * lib/gl_anytreehash_list2.h: Likewise.
4173         * lib/gl_array_list.c: Likewise.
4174         * lib/gl_array_list.h: Likewise.
4175         * lib/gl_array_oset.c: Likewise.
4176         * lib/gl_array_oset.h: Likewise.
4177         * lib/gl_avltree_list.c: Likewise.
4178         * lib/gl_avltree_list.h: Likewise.
4179         * lib/gl_avltree_oset.c: Likewise.
4180         * lib/gl_avltree_oset.h: Likewise.
4181         * lib/gl_avltreehash_list.c: Likewise.
4182         * lib/gl_avltreehash_list.h: Likewise.
4183         * lib/gl_carray_list.c: Likewise.
4184         * lib/gl_carray_list.h: Likewise.
4185         * lib/gl_linked_list.c: Likewise.
4186         * lib/gl_linked_list.h: Likewise.
4187         * lib/gl_linkedhash_list.c: Likewise.
4188         * lib/gl_linkedhash_list.h: Likewise.
4189         * lib/gl_list.c: Likewise.
4190         * lib/gl_list.h: Likewise.
4191         * lib/gl_oset.c: Likewise.
4192         * lib/gl_oset.h: Likewise.
4193         * lib/gl_rbtree_list.c: Likewise.
4194         * lib/gl_rbtree_list.h: Likewise.
4195         * lib/gl_rbtree_oset.c: Likewise.
4196         * lib/gl_rbtree_oset.h: Likewise.
4197         * lib/gl_rbtreehash_list.c: Likewise.
4198         * lib/gl_rbtreehash_list.h: Likewise.
4199         * lib/gl_sublist.c: Likewise.
4200         * lib/gl_sublist.h: Likewise.
4201         * lib/group-member.c: Likewise.
4202         * lib/group-member.h: Likewise.
4203         * lib/hard-locale.c: Likewise.
4204         * lib/hard-locale.h: Likewise.
4205         * lib/hash-pjw.c: Likewise.
4206         * lib/hash-pjw.h: Likewise.
4207         * lib/hash-triple.c: Likewise.
4208         * lib/hash.c: Likewise.
4209         * lib/hash.h: Likewise.
4210         * lib/human.c: Likewise.
4211         * lib/human.h: Likewise.
4212         * lib/i-ring.c: Likewise.
4213         * lib/i-ring.h: Likewise.
4214         * lib/idcache.c: Likewise.
4215         * lib/imaxabs.c: Likewise.
4216         * lib/imaxdiv.c: Likewise.
4217         * lib/inet_pton.c: Likewise.
4218         * lib/inet_pton.h: Likewise.
4219         * lib/intprops.h: Likewise.
4220         * lib/inttostr.c: Likewise.
4221         * lib/inttostr.h: Likewise.
4222         * lib/inttypes.in.h: Likewise.
4223         * lib/isapipe.c: Likewise.
4224         * lib/isdir.c: Likewise.
4225         * lib/isnan.c: Likewise.
4226         * lib/isnan.h: Likewise.
4227         * lib/isnanf.c: Likewise.
4228         * lib/isnanf.h: Likewise.
4229         * lib/isnanl-nolibm.h: Likewise.
4230         * lib/isnanl.c: Likewise.
4231         * lib/isnanl.h: Likewise.
4232         * lib/javacomp.c: Likewise.
4233         * lib/javacomp.h: Likewise.
4234         * lib/javaexec.c: Likewise.
4235         * lib/javaexec.h: Likewise.
4236         * lib/javaversion.c: Likewise.
4237         * lib/javaversion.h: Likewise.
4238         * lib/javaversion.java: Likewise.
4239         * lib/lbrkprop.h: Likewise.
4240         * lib/lchmod.h: Likewise.
4241         * lib/lchown.c: Likewise.
4242         * lib/ldexpl.c: Likewise.
4243         * lib/linebreak.c: Likewise.
4244         * lib/linebreak.h: Likewise.
4245         * lib/linebuffer.c: Likewise.
4246         * lib/linebuffer.h: Likewise.
4247         * lib/locale.in.h: Likewise.
4248         * lib/logl.c: Likewise.
4249         * lib/long-options.c: Likewise.
4250         * lib/long-options.h: Likewise.
4251         * lib/lstat.c: Likewise.
4252         * lib/lstat.h: Likewise.
4253         * lib/math.in.h: Likewise.
4254         * lib/mbchar.c: Likewise.
4255         * lib/mbchar.h: Likewise.
4256         * lib/mbfile.h: Likewise.
4257         * lib/mbiter.h: Likewise.
4258         * lib/mbscasecmp.c: Likewise.
4259         * lib/mbscasestr.c: Likewise.
4260         * lib/mbschr.c: Likewise.
4261         * lib/mbscspn.c: Likewise.
4262         * lib/mbslen.c: Likewise.
4263         * lib/mbsncasecmp.c: Likewise.
4264         * lib/mbsnlen.c: Likewise.
4265         * lib/mbspbrk.c: Likewise.
4266         * lib/mbspcasecmp.c: Likewise.
4267         * lib/mbsrchr.c: Likewise.
4268         * lib/mbssep.c: Likewise.
4269         * lib/mbsspn.c: Likewise.
4270         * lib/mbsstr.c: Likewise.
4271         * lib/mbstok_r.c: Likewise.
4272         * lib/mbswidth.c: Likewise.
4273         * lib/mbswidth.h: Likewise.
4274         * lib/mbuiter.h: Likewise.
4275         * lib/memcasecmp.c: Likewise.
4276         * lib/memcasecmp.h: Likewise.
4277         * lib/memchr.c: Likewise.
4278         * lib/memcmp.c: Likewise.
4279         * lib/memcoll.c: Likewise.
4280         * lib/memcoll.h: Likewise.
4281         * lib/memcpy.c: Likewise.
4282         * lib/memrchr.c: Likewise.
4283         * lib/mkancesdirs.c: Likewise.
4284         * lib/mkdir-p.c: Likewise.
4285         * lib/mkdir-p.h: Likewise.
4286         * lib/mkdir.c: Likewise.
4287         * lib/mkdirat.c: Likewise.
4288         * lib/mkdtemp.c: Likewise.
4289         * lib/mkstemp-safer.c: Likewise.
4290         * lib/mkstemp.c: Likewise.
4291         * lib/modechange.c: Likewise.
4292         * lib/modechange.h: Likewise.
4293         * lib/mountlist.c: Likewise.
4294         * lib/mountlist.h: Likewise.
4295         * lib/mpsort.c: Likewise.
4296         * lib/nanosleep.c: Likewise.
4297         * lib/obstack.c: Likewise.
4298         * lib/obstack.h: Likewise.
4299         * lib/open-safer.c: Likewise.
4300         * lib/open.c: Likewise.
4301         * lib/openat-die.c: Likewise.
4302         * lib/openat-priv.h: Likewise.
4303         * lib/openat-proc.c: Likewise.
4304         * lib/openat.c: Likewise.
4305         * lib/openat.h: Likewise.
4306         * lib/pagealign_alloc.c: Likewise.
4307         * lib/pagealign_alloc.h: Likewise.
4308         * lib/physmem.c: Likewise.
4309         * lib/physmem.h: Likewise.
4310         * lib/pipe-safer.c: Likewise.
4311         * lib/pipe.c: Likewise.
4312         * lib/pipe.h: Likewise.
4313         * lib/posixtm.c: Likewise.
4314         * lib/posixtm.h: Likewise.
4315         * lib/posixver.c: Likewise.
4316         * lib/printf-frexp.c: Likewise.
4317         * lib/printf-frexp.h: Likewise.
4318         * lib/printf-frexpl.c: Likewise.
4319         * lib/printf-frexpl.h: Likewise.
4320         * lib/printf.c: Likewise.
4321         * lib/progname.c: Likewise.
4322         * lib/progname.h: Likewise.
4323         * lib/progreloc.c: Likewise.
4324         * lib/putenv.c: Likewise.
4325         * lib/quote.c: Likewise.
4326         * lib/quote.h: Likewise.
4327         * lib/quotearg.c: Likewise.
4328         * lib/quotearg.h: Likewise.
4329         * lib/raise.c: Likewise.
4330         * lib/readline.c: Likewise.
4331         * lib/readline.h: Likewise.
4332         * lib/readlink.c: Likewise.
4333         * lib/readtokens.c: Likewise.
4334         * lib/readtokens.h: Likewise.
4335         * lib/readtokens0.c: Likewise.
4336         * lib/readtokens0.h: Likewise.
4337         * lib/readutmp.c: Likewise.
4338         * lib/readutmp.h: Likewise.
4339         * lib/realloc.c: Likewise.
4340         * lib/relocwrapper.c: Likewise.
4341         * lib/rename-dest-slash.c: Likewise.
4342         * lib/rename.c: Likewise.
4343         * lib/rmdir.c: Likewise.
4344         * lib/rpmatch.c: Likewise.
4345         * lib/safe-read.c: Likewise.
4346         * lib/safe-read.h: Likewise.
4347         * lib/safe-write.c: Likewise.
4348         * lib/safe-write.h: Likewise.
4349         * lib/same-inode.h: Likewise.
4350         * lib/same.c: Likewise.
4351         * lib/same.h: Likewise.
4352         * lib/save-cwd.c: Likewise.
4353         * lib/save-cwd.h: Likewise.
4354         * lib/savedir.c: Likewise.
4355         * lib/savedir.h: Likewise.
4356         * lib/savewd.c: Likewise.
4357         * lib/savewd.h: Likewise.
4358         * lib/search.in.h: Likewise.
4359         * lib/setenv.c: Likewise.
4360         * lib/setenv.h: Likewise.
4361         * lib/settime.c: Likewise.
4362         * lib/sh-quote.c: Likewise.
4363         * lib/sh-quote.h: Likewise.
4364         * lib/sig2str.c: Likewise.
4365         * lib/sig2str.h: Likewise.
4366         * lib/signal.in.h: Likewise.
4367         * lib/signbitd.c: Likewise.
4368         * lib/signbitf.c: Likewise.
4369         * lib/signbitl.c: Likewise.
4370         * lib/sigprocmask.c: Likewise.
4371         * lib/sincosl.c: Likewise.
4372         * lib/sleep.c: Likewise.
4373         * lib/sprintf.c: Likewise.
4374         * lib/sqrtl.c: Likewise.
4375         * lib/stat-time.h: Likewise.
4376         * lib/stdio--.h: Likewise.
4377         * lib/stdio-safer.h: Likewise.
4378         * lib/stdlib--.h: Likewise.
4379         * lib/stdlib-safer.h: Likewise.
4380         * lib/stdlib.in.h: Likewise.
4381         * lib/stpcpy.c: Likewise.
4382         * lib/stpncpy.c: Likewise.
4383         * lib/strchrnul.c: Likewise.
4384         * lib/strcspn.c: Likewise.
4385         * lib/strerror.c: Likewise.
4386         * lib/strftime.c: Likewise.
4387         * lib/strftime.h: Likewise.
4388         * lib/striconveh.c: Likewise.
4389         * lib/striconveh.h: Likewise.
4390         * lib/striconveha.c: Likewise.
4391         * lib/striconveha.h: Likewise.
4392         * lib/stripslash.c: Likewise.
4393         * lib/strnlen1.c: Likewise.
4394         * lib/strnlen1.h: Likewise.
4395         * lib/strtod.c: Likewise.
4396         * lib/strtoimax.c: Likewise.
4397         * lib/strtok_r.c: Likewise.
4398         * lib/strtol.c: Likewise.
4399         * lib/strtoll.c: Likewise.
4400         * lib/strtoul.c: Likewise.
4401         * lib/strtoull.c: Likewise.
4402         * lib/sysexits.in.h: Likewise.
4403         * lib/tempname.c: Likewise.
4404         * lib/tempname.h: Likewise.
4405         * lib/timespec.h: Likewise.
4406         * lib/tls.c: Likewise.
4407         * lib/tls.h: Likewise.
4408         * lib/tmpdir.c: Likewise.
4409         * lib/tmpdir.h: Likewise.
4410         * lib/tmpfile-safer.c: Likewise.
4411         * lib/tmpfile.c: Likewise.
4412         * lib/trigl.c: Likewise.
4413         * lib/trigl.h: Likewise.
4414         * lib/trim.c: Likewise.
4415         * lib/trim.h: Likewise.
4416         * lib/trunc.c: Likewise.
4417         * lib/truncf.c: Likewise.
4418         * lib/truncl.c: Likewise.
4419         * lib/tsearch.c: Likewise.
4420         * lib/unicodeio.c: Likewise.
4421         * lib/unicodeio.h: Likewise.
4422         * lib/unistd--.h: Likewise.
4423         * lib/unistd-safer.h: Likewise.
4424         * lib/unistdio/ulc-fprintf.c: Likewise.
4425         * lib/unistdio/ulc-vfprintf.c: Likewise.
4426         * lib/unlinkdir.c: Likewise.
4427         * lib/unlinkdir.h: Likewise.
4428         * lib/unlocked-io.h: Likewise.
4429         * lib/unsetenv.c: Likewise.
4430         * lib/userspec.c: Likewise.
4431         * lib/utime.c: Likewise.
4432         * lib/utimecmp.c: Likewise.
4433         * lib/utimecmp.h: Likewise.
4434         * lib/utimens.c: Likewise.
4435         * lib/verify.h: Likewise.
4436         * lib/verror.c: Likewise.
4437         * lib/verror.h: Likewise.
4438         * lib/version-etc-fsf.c: Likewise.
4439         * lib/version-etc.c: Likewise.
4440         * lib/version-etc.h: Likewise.
4441         * lib/vfprintf.c: Likewise.
4442         * lib/vprintf.c: Likewise.
4443         * lib/vsprintf.c: Likewise.
4444         * lib/w32spawn.h: Likewise.
4445         * lib/wait-process.c: Likewise.
4446         * lib/wait-process.h: Likewise.
4447         * lib/wcwidth.c: Likewise.
4448         * lib/write-any-file.c: Likewise.
4449         * lib/xalloc-die.c: Likewise.
4450         * lib/xalloc.h: Likewise.
4451         * lib/xasprintf.c: Likewise.
4452         * lib/xgetcwd.c: Likewise.
4453         * lib/xgetcwd.h: Likewise.
4454         * lib/xgetdomainname.c: Likewise.
4455         * lib/xgetdomainname.h: Likewise.
4456         * lib/xgethostname.c: Likewise.
4457         * lib/xmalloc.c: Likewise.
4458         * lib/xmalloca.c: Likewise.
4459         * lib/xmalloca.h: Likewise.
4460         * lib/xmemcoll.c: Likewise.
4461         * lib/xnanosleep.c: Likewise.
4462         * lib/xreadlink.c: Likewise.
4463         * lib/xreadlink.h: Likewise.
4464         * lib/xsetenv.c: Likewise.
4465         * lib/xsetenv.h: Likewise.
4466         * lib/xstriconv.c: Likewise.
4467         * lib/xstriconv.h: Likewise.
4468         * lib/xstrndup.c: Likewise.
4469         * lib/xstrndup.h: Likewise.
4470         * lib/xstrtod.c: Likewise.
4471         * lib/xstrtod.h: Likewise.
4472         * lib/xstrtol-error.c: Likewise.
4473         * lib/xstrtol.c: Likewise.
4474         * lib/xstrtol.h: Likewise.
4475         * lib/xtime.h: Likewise.
4476         * lib/xvasprintf.c: Likewise.
4477         * lib/xvasprintf.h: Likewise.
4478         * lib/yesno.c: Likewise.
4479         * lib/yesno.h: Likewise.
4480         * posix-modules: Likewise.
4481         * tests/test-alloca-opt.c: Likewise.
4482         * tests/test-arcfour.c: Likewise.
4483         * tests/test-arctwo.c: Likewise.
4484         * tests/test-argmatch.c: Likewise.
4485         * tests/test-argp-2.sh: Likewise.
4486         * tests/test-argp.c: Likewise.
4487         * tests/test-arpa_inet.c: Likewise.
4488         * tests/test-array_list.c: Likewise.
4489         * tests/test-array_oset.c: Likewise.
4490         * tests/test-atexit.c: Likewise.
4491         * tests/test-avltree_list.c: Likewise.
4492         * tests/test-avltree_oset.c: Likewise.
4493         * tests/test-avltreehash_list.c: Likewise.
4494         * tests/test-base64.c: Likewise.
4495         * tests/test-binary-io.c: Likewise.
4496         * tests/test-byteswap.c: Likewise.
4497         * tests/test-c-ctype.c: Likewise.
4498         * tests/test-c-strcasecmp.c: Likewise.
4499         * tests/test-c-strcasestr.c: Likewise.
4500         * tests/test-c-strncasecmp.c: Likewise.
4501         * tests/test-c-strstr.c: Likewise.
4502         * tests/test-canonicalize-lgpl.c: Likewise.
4503         * tests/test-canonicalize.c: Likewise.
4504         * tests/test-carray_list.c: Likewise.
4505         * tests/test-ceilf.c: Likewise.
4506         * tests/test-ceill.c: Likewise.
4507         * tests/test-count-one-bits.c: Likewise.
4508         * tests/test-crc.c: Likewise.
4509         * tests/test-dirname.c: Likewise.
4510         * tests/test-fbufmode.c: Likewise.
4511         * tests/test-fcntl.c: Likewise.
4512         * tests/test-fflush.c: Likewise.
4513         * tests/test-floorf.c: Likewise.
4514         * tests/test-floorl.c: Likewise.
4515         * tests/test-fopen.c: Likewise.
4516         * tests/test-fprintf-posix.c: Likewise.
4517         * tests/test-fprintf-posix.h: Likewise.
4518         * tests/test-fpurge.c: Likewise.
4519         * tests/test-freadable.c: Likewise.
4520         * tests/test-freadahead.c: Likewise.
4521         * tests/test-freading.c: Likewise.
4522         * tests/test-freopen.c: Likewise.
4523         * tests/test-frexp.c: Likewise.
4524         * tests/test-frexpl.c: Likewise.
4525         * tests/test-fseek.c: Likewise.
4526         * tests/test-fseeko.c: Likewise.
4527         * tests/test-fseterr.c: Likewise.
4528         * tests/test-fstrcmp.c: Likewise.
4529         * tests/test-ftell.c: Likewise.
4530         * tests/test-ftello.c: Likewise.
4531         * tests/test-fwritable.c: Likewise.
4532         * tests/test-fwriting.c: Likewise.
4533         * tests/test-getaddrinfo.c: Likewise.
4534         * tests/test-getpass.c: Likewise.
4535         * tests/test-gettimeofday.c: Likewise.
4536         * tests/test-hmac-md5.c: Likewise.
4537         * tests/test-hmac-sha1.c: Likewise.
4538         * tests/test-iconv.c: Likewise.
4539         * tests/test-iconvme.c: Likewise.
4540         * tests/test-inttypes.c: Likewise.
4541         * tests/test-isnan.c: Likewise.
4542         * tests/test-isnanf.c: Likewise.
4543         * tests/test-isnanl-nolibm.c: Likewise.
4544         * tests/test-isnanl.c: Likewise.
4545         * tests/test-isnanl.h: Likewise.
4546         * tests/test-ldexpl.c: Likewise.
4547         * tests/test-linked_list.c: Likewise.
4548         * tests/test-linkedhash_list.c: Likewise.
4549         * tests/test-locale.c: Likewise.
4550         * tests/test-localename.c: Likewise.
4551         * tests/test-lock.c: Likewise.
4552         * tests/test-lseek.c: Likewise.
4553         * tests/test-malloca.c: Likewise.
4554         * tests/test-math.c: Likewise.
4555         * tests/test-mbscasecmp.c: Likewise.
4556         * tests/test-mbscasestr1.c: Likewise.
4557         * tests/test-mbscasestr2.c: Likewise.
4558         * tests/test-mbscasestr3.c: Likewise.
4559         * tests/test-mbscasestr4.c: Likewise.
4560         * tests/test-mbschr.c: Likewise.
4561         * tests/test-mbscspn.c: Likewise.
4562         * tests/test-mbsncasecmp.c: Likewise.
4563         * tests/test-mbspbrk.c: Likewise.
4564         * tests/test-mbspcasecmp.c: Likewise.
4565         * tests/test-mbsrchr.c: Likewise.
4566         * tests/test-mbsspn.c: Likewise.
4567         * tests/test-mbsstr1.c: Likewise.
4568         * tests/test-mbsstr2.c: Likewise.
4569         * tests/test-mbsstr3.c: Likewise.
4570         * tests/test-md5.c: Likewise.
4571         * tests/test-memmem.c: Likewise.
4572         * tests/test-netinet_in.c: Likewise.
4573         * tests/test-open.c: Likewise.
4574         * tests/test-printf-frexp.c: Likewise.
4575         * tests/test-printf-frexpl.c: Likewise.
4576         * tests/test-printf-posix.c: Likewise.
4577         * tests/test-printf-posix.h: Likewise.
4578         * tests/test-rbtree_list.c: Likewise.
4579         * tests/test-rbtree_oset.c: Likewise.
4580         * tests/test-rbtreehash_list.c: Likewise.
4581         * tests/test-read-file.c: Likewise.
4582         * tests/test-rijndael.c: Likewise.
4583         * tests/test-search.c: Likewise.
4584         * tests/test-signbit.c: Likewise.
4585         * tests/test-sleep.c: Likewise.
4586         * tests/test-snprintf-posix.c: Likewise.
4587         * tests/test-snprintf-posix.h: Likewise.
4588         * tests/test-snprintf.c: Likewise.
4589         * tests/test-sprintf-posix.c: Likewise.
4590         * tests/test-sprintf-posix.h: Likewise.
4591         * tests/test-stat-time.c: Likewise.
4592         * tests/test-stdbool.c: Likewise.
4593         * tests/test-stdint.c: Likewise.
4594         * tests/test-stdio.c: Likewise.
4595         * tests/test-stdlib.c: Likewise.
4596         * tests/test-stpncpy.c: Likewise.
4597         * tests/test-strcasestr.c: Likewise.
4598         * tests/test-striconv.c: Likewise.
4599         * tests/test-striconveh.c: Likewise.
4600         * tests/test-striconveha.c: Likewise.
4601         * tests/test-string.c: Likewise.
4602         * tests/test-sys_select.c: Likewise.
4603         * tests/test-sys_socket.c: Likewise.
4604         * tests/test-sys_stat.c: Likewise.
4605         * tests/test-sys_time.c: Likewise.
4606         * tests/test-sysexits.c: Likewise.
4607         * tests/test-time.c: Likewise.
4608         * tests/test-tls.c: Likewise.
4609         * tests/test-trunc.c: Likewise.
4610         * tests/test-truncf.c: Likewise.
4611         * tests/test-truncl.c: Likewise.
4612         * tests/test-unistd.c: Likewise.
4613         * tests/test-vasnprintf-posix.c: Likewise.
4614         * tests/test-vasnprintf-posix2.c: Likewise.
4615         * tests/test-vasnprintf.c: Likewise.
4616         * tests/test-vasprintf-posix.c: Likewise.
4617         * tests/test-vasprintf.c: Likewise.
4618         * tests/test-verify.c: Likewise.
4619         * tests/test-vfprintf-posix.c: Likewise.
4620         * tests/test-vprintf-posix.c: Likewise.
4621         * tests/test-vsnprintf-posix.c: Likewise.
4622         * tests/test-vsnprintf.c: Likewise.
4623         * tests/test-vsprintf-posix.c: Likewise.
4624         * tests/test-wchar.c: Likewise.
4625         * tests/test-wctype.c: Likewise.
4626         * tests/test-wcwidth.c: Likewise.
4627         * tests/test-xstrtol.c: Likewise.
4628         * tests/test-xvasprintf.c: Likewise.
4629         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
4630         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
4631         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
4632         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
4633         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
4634         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
4635         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
4636         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
4637         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
4638         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
4639         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
4640         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
4641         * tests/uniname/test-uninames.c: Likewise.
4642         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
4643         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
4644         * tests/unistdio/test-u16-printf1.h: Likewise.
4645         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
4646         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
4647         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
4648         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
4649         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
4650         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
4651         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
4652         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
4653         * tests/unistdio/test-u32-printf1.h: Likewise.
4654         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
4655         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
4656         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
4657         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
4658         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
4659         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
4660         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
4661         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
4662         * tests/unistdio/test-u8-printf1.h: Likewise.
4663         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
4664         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
4665         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
4666         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
4667         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
4668         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
4669         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
4670         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
4671         * tests/unistdio/test-ulc-printf1.h: Likewise.
4672         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
4673         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
4674         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
4675         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
4676         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
4677         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
4678         * tests/uniwidth/test-u16-strwidth.c: Likewise.
4679         * tests/uniwidth/test-u16-width.c: Likewise.
4680         * tests/uniwidth/test-u32-strwidth.c: Likewise.
4681         * tests/uniwidth/test-u32-width.c: Likewise.
4682         * tests/uniwidth/test-u8-strwidth.c: Likewise.
4683         * tests/uniwidth/test-u8-width.c: Likewise.
4684         * tests/uniwidth/test-uc_width.c: Likewise.
4685         * config/srclist-update: Likewise.
4686         (fixlicense): Update to GPLv3+.
4687
4688         Change copyright notice from LGPLv2.1+ to LGPLv3+.
4689         * tests/test-tsearch.c: Change copyright notice.
4690
4691         Change copyright notice from LGPLv2.0+ to LGPLv3+.
4692         * lib/c-strcaseeq.h: Change copyright notice.
4693         * lib/streq.h: Likewise.
4694         * lib/uniconv.h: Likewise.
4695         * lib/uniconv/u-conv-from-enc.h: Likewise.
4696         * lib/uniconv/u-conv-to-enc.h: Likewise.
4697         * lib/uniconv/u-strconv-from-enc.h: Likewise.
4698         * lib/uniconv/u-strconv-to-enc.h: Likewise.
4699         * lib/uniconv/u16-conv-from-enc.c: Likewise.
4700         * lib/uniconv/u16-conv-to-enc.c: Likewise.
4701         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
4702         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
4703         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
4704         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
4705         * lib/uniconv/u32-conv-from-enc.c: Likewise.
4706         * lib/uniconv/u32-conv-to-enc.c: Likewise.
4707         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
4708         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
4709         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
4710         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
4711         * lib/uniconv/u8-conv-from-enc.c: Likewise.
4712         * lib/uniconv/u8-conv-to-enc.c: Likewise.
4713         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
4714         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
4715         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
4716         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
4717         * lib/uniname.h: Likewise.
4718         * lib/uniname/uniname.c: Likewise.
4719         * lib/unistdio.h: Likewise.
4720         * lib/unistdio/u-asnprintf.h: Likewise.
4721         * lib/unistdio/u-asprintf.h: Likewise.
4722         * lib/unistdio/u-printf-args.c: Likewise.
4723         * lib/unistdio/u-printf-args.h: Likewise.
4724         * lib/unistdio/u-printf-parse.h: Likewise.
4725         * lib/unistdio/u-snprintf.h: Likewise.
4726         * lib/unistdio/u-sprintf.h: Likewise.
4727         * lib/unistdio/u-vasprintf.h: Likewise.
4728         * lib/unistdio/u-vsnprintf.h: Likewise.
4729         * lib/unistdio/u-vsprintf.h: Likewise.
4730         * lib/unistdio/u16-asnprintf.c: Likewise.
4731         * lib/unistdio/u16-asprintf.c: Likewise.
4732         * lib/unistdio/u16-printf-parse.c: Likewise.
4733         * lib/unistdio/u16-snprintf.c: Likewise.
4734         * lib/unistdio/u16-sprintf.c: Likewise.
4735         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
4736         * lib/unistdio/u16-u16-asprintf.c: Likewise.
4737         * lib/unistdio/u16-u16-snprintf.c: Likewise.
4738         * lib/unistdio/u16-u16-sprintf.c: Likewise.
4739         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
4740         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
4741         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
4742         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
4743         * lib/unistdio/u16-vasnprintf.c: Likewise.
4744         * lib/unistdio/u16-vasprintf.c: Likewise.
4745         * lib/unistdio/u16-vsnprintf.c: Likewise.
4746         * lib/unistdio/u16-vsprintf.c: Likewise.
4747         * lib/unistdio/u32-asnprintf.c: Likewise.
4748         * lib/unistdio/u32-asprintf.c: Likewise.
4749         * lib/unistdio/u32-printf-parse.c: Likewise.
4750         * lib/unistdio/u32-snprintf.c: Likewise.
4751         * lib/unistdio/u32-sprintf.c: Likewise.
4752         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
4753         * lib/unistdio/u32-u32-asprintf.c: Likewise.
4754         * lib/unistdio/u32-u32-snprintf.c: Likewise.
4755         * lib/unistdio/u32-u32-sprintf.c: Likewise.
4756         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
4757         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
4758         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
4759         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
4760         * lib/unistdio/u32-vasnprintf.c: Likewise.
4761         * lib/unistdio/u32-vasprintf.c: Likewise.
4762         * lib/unistdio/u32-vsnprintf.c: Likewise.
4763         * lib/unistdio/u32-vsprintf.c: Likewise.
4764         * lib/unistdio/u8-asnprintf.c: Likewise.
4765         * lib/unistdio/u8-asprintf.c: Likewise.
4766         * lib/unistdio/u8-printf-parse.c: Likewise.
4767         * lib/unistdio/u8-snprintf.c: Likewise.
4768         * lib/unistdio/u8-sprintf.c: Likewise.
4769         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
4770         * lib/unistdio/u8-u8-asprintf.c: Likewise.
4771         * lib/unistdio/u8-u8-snprintf.c: Likewise.
4772         * lib/unistdio/u8-u8-sprintf.c: Likewise.
4773         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
4774         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
4775         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
4776         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
4777         * lib/unistdio/u8-vasnprintf.c: Likewise.
4778         * lib/unistdio/u8-vasprintf.c: Likewise.
4779         * lib/unistdio/u8-vsnprintf.c: Likewise.
4780         * lib/unistdio/u8-vsprintf.c: Likewise.
4781         * lib/unistdio/ulc-asnprintf.c: Likewise.
4782         * lib/unistdio/ulc-asprintf.c: Likewise.
4783         * lib/unistdio/ulc-printf-parse.c: Likewise.
4784         * lib/unistdio/ulc-snprintf.c: Likewise.
4785         * lib/unistdio/ulc-sprintf.c: Likewise.
4786         * lib/unistdio/ulc-vasnprintf.c: Likewise.
4787         * lib/unistdio/ulc-vasprintf.c: Likewise.
4788         * lib/unistdio/ulc-vsnprintf.c: Likewise.
4789         * lib/unistdio/ulc-vsprintf.c: Likewise.
4790         * lib/unistr.h: Likewise.
4791         * lib/unistr/u-cpy-alloc.h: Likewise.
4792         * lib/unistr/u-cpy.h: Likewise.
4793         * lib/unistr/u-endswith.h: Likewise.
4794         * lib/unistr/u-move.h: Likewise.
4795         * lib/unistr/u-set.h: Likewise.
4796         * lib/unistr/u-startswith.h: Likewise.
4797         * lib/unistr/u-stpcpy.h: Likewise.
4798         * lib/unistr/u-stpncpy.h: Likewise.
4799         * lib/unistr/u-strcat.h: Likewise.
4800         * lib/unistr/u-strcpy.h: Likewise.
4801         * lib/unistr/u-strcspn.h: Likewise.
4802         * lib/unistr/u-strdup.h: Likewise.
4803         * lib/unistr/u-strlen.h: Likewise.
4804         * lib/unistr/u-strncat.h: Likewise.
4805         * lib/unistr/u-strncpy.h: Likewise.
4806         * lib/unistr/u-strnlen.h: Likewise.
4807         * lib/unistr/u-strpbrk.h: Likewise.
4808         * lib/unistr/u-strspn.h: Likewise.
4809         * lib/unistr/u-strstr.h: Likewise.
4810         * lib/unistr/u-strtok.h: Likewise.
4811         * lib/unistr/u16-check.c: Likewise.
4812         * lib/unistr/u16-chr.c: Likewise.
4813         * lib/unistr/u16-cmp.c: Likewise.
4814         * lib/unistr/u16-cpy-alloc.c: Likewise.
4815         * lib/unistr/u16-cpy.c: Likewise.
4816         * lib/unistr/u16-endswith.c: Likewise.
4817         * lib/unistr/u16-mblen.c: Likewise.
4818         * lib/unistr/u16-mbsnlen.c: Likewise.
4819         * lib/unistr/u16-mbtouc-aux.c: Likewise.
4820         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
4821         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
4822         * lib/unistr/u16-mbtouc.c: Likewise.
4823         * lib/unistr/u16-mbtoucr.c: Likewise.
4824         * lib/unistr/u16-move.c: Likewise.
4825         * lib/unistr/u16-next.c: Likewise.
4826         * lib/unistr/u16-prev.c: Likewise.
4827         * lib/unistr/u16-set.c: Likewise.
4828         * lib/unistr/u16-startswith.c: Likewise.
4829         * lib/unistr/u16-stpcpy.c: Likewise.
4830         * lib/unistr/u16-stpncpy.c: Likewise.
4831         * lib/unistr/u16-strcat.c: Likewise.
4832         * lib/unistr/u16-strchr.c: Likewise.
4833         * lib/unistr/u16-strcmp.c: Likewise.
4834         * lib/unistr/u16-strcpy.c: Likewise.
4835         * lib/unistr/u16-strcspn.c: Likewise.
4836         * lib/unistr/u16-strdup.c: Likewise.
4837         * lib/unistr/u16-strlen.c: Likewise.
4838         * lib/unistr/u16-strmblen.c: Likewise.
4839         * lib/unistr/u16-strmbtouc.c: Likewise.
4840         * lib/unistr/u16-strncat.c: Likewise.
4841         * lib/unistr/u16-strncmp.c: Likewise.
4842         * lib/unistr/u16-strncpy.c: Likewise.
4843         * lib/unistr/u16-strnlen.c: Likewise.
4844         * lib/unistr/u16-strpbrk.c: Likewise.
4845         * lib/unistr/u16-strrchr.c: Likewise.
4846         * lib/unistr/u16-strspn.c: Likewise.
4847         * lib/unistr/u16-strstr.c: Likewise.
4848         * lib/unistr/u16-strtok.c: Likewise.
4849         * lib/unistr/u16-to-u32.c: Likewise.
4850         * lib/unistr/u16-to-u8.c: Likewise.
4851         * lib/unistr/u16-uctomb-aux.c: Likewise.
4852         * lib/unistr/u16-uctomb.c: Likewise.
4853         * lib/unistr/u32-check.c: Likewise.
4854         * lib/unistr/u32-chr.c: Likewise.
4855         * lib/unistr/u32-cmp.c: Likewise.
4856         * lib/unistr/u32-cpy-alloc.c: Likewise.
4857         * lib/unistr/u32-cpy.c: Likewise.
4858         * lib/unistr/u32-endswith.c: Likewise.
4859         * lib/unistr/u32-mblen.c: Likewise.
4860         * lib/unistr/u32-mbsnlen.c: Likewise.
4861         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
4862         * lib/unistr/u32-mbtouc.c: Likewise.
4863         * lib/unistr/u32-mbtoucr.c: Likewise.
4864         * lib/unistr/u32-move.c: Likewise.
4865         * lib/unistr/u32-next.c: Likewise.
4866         * lib/unistr/u32-prev.c: Likewise.
4867         * lib/unistr/u32-set.c: Likewise.
4868         * lib/unistr/u32-startswith.c: Likewise.
4869         * lib/unistr/u32-stpcpy.c: Likewise.
4870         * lib/unistr/u32-stpncpy.c: Likewise.
4871         * lib/unistr/u32-strcat.c: Likewise.
4872         * lib/unistr/u32-strchr.c: Likewise.
4873         * lib/unistr/u32-strcmp.c: Likewise.
4874         * lib/unistr/u32-strcpy.c: Likewise.
4875         * lib/unistr/u32-strcspn.c: Likewise.
4876         * lib/unistr/u32-strdup.c: Likewise.
4877         * lib/unistr/u32-strlen.c: Likewise.
4878         * lib/unistr/u32-strmblen.c: Likewise.
4879         * lib/unistr/u32-strmbtouc.c: Likewise.
4880         * lib/unistr/u32-strncat.c: Likewise.
4881         * lib/unistr/u32-strncmp.c: Likewise.
4882         * lib/unistr/u32-strncpy.c: Likewise.
4883         * lib/unistr/u32-strnlen.c: Likewise.
4884         * lib/unistr/u32-strpbrk.c: Likewise.
4885         * lib/unistr/u32-strrchr.c: Likewise.
4886         * lib/unistr/u32-strspn.c: Likewise.
4887         * lib/unistr/u32-strstr.c: Likewise.
4888         * lib/unistr/u32-strtok.c: Likewise.
4889         * lib/unistr/u32-to-u16.c: Likewise.
4890         * lib/unistr/u32-to-u8.c: Likewise.
4891         * lib/unistr/u32-uctomb.c: Likewise.
4892         * lib/unistr/u8-check.c: Likewise.
4893         * lib/unistr/u8-chr.c: Likewise.
4894         * lib/unistr/u8-cmp.c: Likewise.
4895         * lib/unistr/u8-cpy-alloc.c: Likewise.
4896         * lib/unistr/u8-cpy.c: Likewise.
4897         * lib/unistr/u8-endswith.c: Likewise.
4898         * lib/unistr/u8-mblen.c: Likewise.
4899         * lib/unistr/u8-mbsnlen.c: Likewise.
4900         * lib/unistr/u8-mbtouc-aux.c: Likewise.
4901         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
4902         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
4903         * lib/unistr/u8-mbtouc.c: Likewise.
4904         * lib/unistr/u8-mbtoucr.c: Likewise.
4905         * lib/unistr/u8-move.c: Likewise.
4906         * lib/unistr/u8-next.c: Likewise.
4907         * lib/unistr/u8-prev.c: Likewise.
4908         * lib/unistr/u8-set.c: Likewise.
4909         * lib/unistr/u8-startswith.c: Likewise.
4910         * lib/unistr/u8-stpcpy.c: Likewise.
4911         * lib/unistr/u8-stpncpy.c: Likewise.
4912         * lib/unistr/u8-strcat.c: Likewise.
4913         * lib/unistr/u8-strchr.c: Likewise.
4914         * lib/unistr/u8-strcmp.c: Likewise.
4915         * lib/unistr/u8-strcpy.c: Likewise.
4916         * lib/unistr/u8-strcspn.c: Likewise.
4917         * lib/unistr/u8-strdup.c: Likewise.
4918         * lib/unistr/u8-strlen.c: Likewise.
4919         * lib/unistr/u8-strmblen.c: Likewise.
4920         * lib/unistr/u8-strmbtouc.c: Likewise.
4921         * lib/unistr/u8-strncat.c: Likewise.
4922         * lib/unistr/u8-strncmp.c: Likewise.
4923         * lib/unistr/u8-strncpy.c: Likewise.
4924         * lib/unistr/u8-strnlen.c: Likewise.
4925         * lib/unistr/u8-strpbrk.c: Likewise.
4926         * lib/unistr/u8-strrchr.c: Likewise.
4927         * lib/unistr/u8-strspn.c: Likewise.
4928         * lib/unistr/u8-strstr.c: Likewise.
4929         * lib/unistr/u8-strtok.c: Likewise.
4930         * lib/unistr/u8-to-u16.c: Likewise.
4931         * lib/unistr/u8-to-u32.c: Likewise.
4932         * lib/unistr/u8-uctomb-aux.c: Likewise.
4933         * lib/unistr/u8-uctomb.c: Likewise.
4934         * lib/unitypes.h: Likewise.
4935         * lib/uniwidth.h: Likewise.
4936         * lib/uniwidth/cjk.h: Likewise.
4937         * lib/uniwidth/u16-strwidth.c: Likewise.
4938         * lib/uniwidth/u16-width.c: Likewise.
4939         * lib/uniwidth/u32-strwidth.c: Likewise.
4940         * lib/uniwidth/u32-width.c: Likewise.
4941         * lib/uniwidth/u8-strwidth.c: Likewise.
4942         * lib/uniwidth/u8-width.c: Likewise.
4943         * lib/uniwidth/width.c: Likewise.
4944
4945 2007-10-07  Bruno Haible  <bruno@clisp.org>
4946
4947         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
4948         The file is still under LGPL (see modules/inttypes).
4949
4950 2007-10-06  Bruno Haible  <bruno@clisp.org>
4951
4952         * modules/trunc (Dependencies): Add 'extensions'.
4953         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
4954         Reported by Ben Pfaff <blp@gnu.org>.
4955
4956 2007-10-06  Bruno Haible  <bruno@clisp.org>
4957
4958         * modules/freopen-tests: New file.
4959         * tests/test-freopen.c: New file.
4960
4961         * modules/fopen-tests: New file.
4962         * tests/test-fopen.c: New file.
4963
4964         * modules/fopen: New file.
4965         * lib/fopen.c: New file.
4966         * m4/fopen.m4: New file.
4967         * modules/freopen: New file.
4968         * lib/freopen.c: New file.
4969         * m4/freopen.m4: New file.
4970         * lib/stdio.in.h (fopen, freopen): New declarations.
4971         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
4972         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
4973         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
4974         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
4975         * doc/functions/fopen.texi: Mention the 'fopen' module.
4976         * doc/functions/freopen.texi: Mention the 'freopen' module.
4977
4978 2007-10-06  Bruno Haible  <bruno@clisp.org>
4979
4980         * modules/open-tests: New file.
4981         * tests/test-open.c: New file.
4982
4983         * modules/open: New file.
4984         * lib/open.c: New file.
4985         * m4/open.m4: New file.
4986         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
4987         lib/open.c does.
4988         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
4989         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
4990         macros.
4991         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
4992         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
4993         REPLACE_OPEN.
4994         * doc/functions/open.texi: Mention the 'open' module.
4995
4996 2007-10-04  Bruno Haible  <bruno@clisp.org>
4997
4998         * modules/ceill-tests: New file.
4999         * tests/test-ceill.c: New file.
5000
5001         * modules/ceill: New file.
5002         * lib/ceill.c: Replace entire file.
5003         * m4/ceill.m4: New file.
5004         * lib/math.in.h (ceill): Replace declaration.
5005         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
5006         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
5007         * doc/functions/ceill.texi: Mention the 'ceill' module.
5008         * modules/mathl (Files): Remove lib/ceill.c.
5009         (Depends-on): Add ceill.
5010
5011 2007-10-04  Bruno Haible  <bruno@clisp.org>
5012
5013         * modules/ceilf-tests: New file.
5014         * tests/test-ceilf.c: New file.
5015
5016         * modules/ceilf: New file.
5017         * lib/ceil.c: New file.
5018         * lib/ceilf.c: New file.
5019         * m4/ceilf.m4: New file.
5020         * lib/math.in.h (ceilf): New declaration.
5021         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
5022         HAVE_DECL_CEILF.
5023         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
5024         HAVE_DECL_CEILF.
5025         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
5026
5027 2007-10-04  Bruno Haible  <bruno@clisp.org>
5028
5029         * modules/floorl-tests: New file.
5030         * tests/test-floorl.c: New file.
5031
5032         * modules/floorl: New file.
5033         * lib/floorl.c: Replace entire file.
5034         * m4/floorl.m4: New file.
5035         * lib/math.in.h (floorl): Replace declaration.
5036         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
5037         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
5038         * doc/functions/floorl.texi: Mention the 'floorl' module.
5039         * modules/mathl (Files): Remove lib/floorl.c.
5040         (Depends-on): Add floorl.
5041
5042 2007-10-04  Bruno Haible  <bruno@clisp.org>
5043
5044         * modules/floorf-tests: New file.
5045         * tests/test-floorf.c: New file.
5046
5047         * modules/floorf: New file.
5048         * lib/floor.c: New file.
5049         * lib/floorf.c: New file.
5050         * m4/floorf.m4: New file.
5051         * lib/math.in.h (floorf): New declaration.
5052         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
5053         HAVE_DECL_FLOORF.
5054         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
5055         HAVE_DECL_FLOORF.
5056         * doc/functions/floorf.texi: Mention the 'floorf' module.
5057
5058 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
5059             Bruno Haible  <bruno@clisp.org>
5060
5061         Advertise for the Git server instead of the CVS server.
5062         * doc/gnulib-intro.texi (Steady Development): Mention the Git
5063         repository instead of the CVS one.
5064         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
5065         about all VCS systems generically.
5066         * doc/gnulib.texi (Introduction): Capitalize `Git'.
5067
5068 2007-10-04  Bruno Haible  <bruno@clisp.org>
5069
5070         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
5071         means.
5072         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
5073
5074 2007-10-04  Bruno Haible  <bruno@clisp.org>
5075
5076         * modules/truncl-tests: New file.
5077         * tests/test-truncl.c: New file.
5078
5079         * modules/truncl: New file.
5080         * lib/truncl.c: New file.
5081         * m4/truncl.m4: New file.
5082         * lib/math.in.h (truncl): New declaration.
5083         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
5084         HAVE_DECL_TRUNCL.
5085         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
5086         HAVE_DECL_TRUNCL.
5087         * doc/functions/truncl.texi: Mention the 'truncl' module.
5088
5089 2007-10-04  Bruno Haible  <bruno@clisp.org>
5090
5091         * modules/truncf-tests: New file.
5092         * tests/test-truncf.c: New file.
5093
5094         * modules/truncf: New file.
5095         * lib/trunc.c: Make paramerizable through USE_* macros.
5096         * lib/truncf.c: New file.
5097         * m4/truncf.m4: New file.
5098         * lib/math.in.h (truncf): New declaration.
5099         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
5100         HAVE_DECL_TRUNCF.
5101         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
5102         HAVE_DECL_TRUNCF.
5103         * doc/functions/truncf.texi: Mention the 'truncf' module.
5104
5105 2007-10-03  Bruno Haible  <bruno@clisp.org>
5106
5107         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
5108         augmentation also for tests modules.
5109         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
5110         * modules/atexit-tests (Makefile.am): Likewise.
5111         * modules/binary-io-tests (Makefile.am): Likewise.
5112         * modules/c-strcase-tests (Makefile.am): Likewise.
5113         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
5114         * modules/canonicalize-tests (Makefile.am): Likewise.
5115         * modules/closein-tests (Makefile.am): Likewise.
5116         * modules/fprintf-posix-tests (Makefile.am): Likewise.
5117         * modules/freadahead-tests (Makefile.am): Likewise.
5118         * modules/fseek-tests (Makefile.am): Likewise.
5119         * modules/fseeko-tests (Makefile.am): Likewise.
5120         * modules/ftell-tests (Makefile.am): Likewise.
5121         * modules/ftello-tests (Makefile.am): Likewise.
5122         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
5123         * modules/isnanl-tests (Makefile.am): Likewise.
5124         * modules/lseek-tests (Makefile.am): Likewise.
5125         * modules/mbscasecmp-tests (Makefile.am): Likewise.
5126         * modules/mbscasestr-tests (Makefile.am): Likewise.
5127         * modules/mbschr-tests (Makefile.am): Likewise.
5128         * modules/mbscspn-tests (Makefile.am): Likewise.
5129         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
5130         * modules/mbspbrk-tests (Makefile.am): Likewise.
5131         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
5132         * modules/mbsrchr-tests (Makefile.am): Likewise.
5133         * modules/mbsspn-tests (Makefile.am): Likewise.
5134         * modules/mbsstr-tests (Makefile.am): Likewise.
5135         * modules/printf-posix-tests (Makefile.am): Likewise.
5136         * modules/snprintf-posix-tests (Makefile.am): Likewise.
5137         * modules/sprintf-posix-tests (Makefile.am): Likewise.
5138         * modules/tsearch-tests (Makefile.am): Likewise.
5139         * modules/uniname/uniname-tests (Makefile.am): Likewise.
5140         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
5141         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
5142         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
5143         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
5144         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
5145         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
5146         * modules/vprintf-posix-tests (Makefile.am): Likewise.
5147         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
5148         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
5149         * modules/xstrtoimax-tests (Makefile.am): Likewise.
5150         * modules/xstrtol-tests (Makefile.am): Likewise.
5151         * modules/xstrtoumax-tests (Makefile.am): Likewise.
5152         * modules/yesno-tests (Makefile.am): Likewise.
5153
5154 2007-10-03  Bruno Haible  <bruno@clisp.org>
5155
5156         * modules/trunc-tests: New file.
5157         * tests/test-trunc.c: New file.
5158
5159         * modules/trunc: New file.
5160         * lib/trunc.c: New file.
5161         * m4/trunc.m4: New file.
5162         * lib/math.in.h (trunc): New declaration.
5163         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
5164         HAVE_DECL_TRUNC.
5165         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
5166         HAVE_DECL_TRUNC.
5167         * doc/functions/trunc.texi: Mention the 'trunc' module.
5168
5169 2007-10-03  Bruno Haible  <bruno@clisp.org>
5170
5171         * tests/test-fpending.c: New file, mostly copied
5172         from coreutils/lib/t-fpending.c.
5173         * modules/fpending-tests: New file.
5174
5175 2007-10-03  Bruno Haible  <bruno@clisp.org>
5176
5177         Port the stdio extensions to QNX (untested).
5178         * lib/fseterr.c (fseterr): Add support for QNX.
5179         * lib/fbufmode.c (fbufmode): Likewise.
5180         * lib/freadable.c (freadable): Likewise.
5181         * lib/fwritable.c (fwritable): Likewise.
5182         * lib/freading.c (freading): Likewise.
5183         * lib/fwriting.c (fwriting): Likewise.
5184         * lib/freadahead.c (freadahed): Likewise.
5185         * lib/fpurge.c (fpurge): Likewise.
5186         * lib/fseeko.c (rpl_fseeko): Likewise.
5187
5188 2007-10-03  Bruno Haible  <bruno@clisp.org>
5189             Jim Meyering  <jim@meyering.net>
5190             Eric Blake  <ebb9@byu.net>
5191
5192         * doc/relocatable.texi: Use @command instead of @program.
5193
5194 2007-10-02  Jim Meyering  <jim@meyering.net>
5195
5196         Perform one more "_.h" -> ".in.h" substitution.
5197         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
5198         instead of unistd_.h here, too.
5199
5200 2007-10-01  Bruno Haible  <bruno@clisp.org>
5201
5202         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
5203         Needed for the alloca-opt module.
5204
5205 2007-09-30  Bruno Haible  <bruno@clisp.org>
5206
5207         * lib/alloca.in.h: Renamed from lib/alloca_.h.
5208         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
5209         alloca_.h.
5210         * lib/argz.in.h: Renamed from lib/argz_.h.
5211         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
5212         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
5213         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
5214         byteswap_.h.
5215         * lib/dirent.in.h: Renamed from lib/dirent_.h.
5216         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
5217         dirent_.h.
5218         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
5219         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
5220         fcntl_.h.
5221         * lib/float.in.h: Renamed from lib/float_.h.
5222         * modules/float (Files, Makefile.am): Use float.in.h instead of
5223         float_.h.
5224         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
5225         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
5226         fnmatch_.h.
5227         * lib/getopt.in.h: Renamed from lib/getopt_.h.
5228         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
5229         getopt_.h.
5230         * lib/glob.in.h: Renamed from lib/glob_.h.
5231         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
5232         * lib/iconv.in.h: Renamed from lib/iconv_.h.
5233         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
5234         iconv_.h.
5235         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
5236         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
5237         inttypes_.h.
5238         * lib/locale.in.h: Renamed from lib/locale_.h.
5239         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
5240         locale_.h.
5241         * lib/math.in.h: Renamed from lib/math_.h.
5242         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
5243         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
5244         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
5245         of netinet_in_.h. Add dependency.
5246         * lib/poll.in.h: Renamed from lib/poll_.h.
5247         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
5248         * lib/search.in.h: Renamed from lib/search_.h.
5249         * modules/search (Files, Makefile.am): Use search.in.h instead of
5250         search_.h.
5251         * lib/signal.in.h: Renamed from lib/signal_.h.
5252         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
5253         _signal.h.
5254         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
5255         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
5256         stdbool_.h.
5257         * lib/stdint.in.h: Renamed from lib/stdint_.h.
5258         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
5259         stdint_.h.
5260         * lib/stdio.in.h: Renamed from lib/stdio_.h.
5261         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
5262         stdio_.h.
5263         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
5264         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
5265         stdlib_.h.
5266         * lib/string.in.h: Renamed from lib/string_.h.
5267         * modules/string (Files, Makefile.am): Use string.in.h instead of
5268         string_.h.
5269         * doc/gnulib-tool.texi (Initial import): Update.
5270         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
5271         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
5272         of sys_select_.h. Add dependency.
5273         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
5274         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
5275         of sys_socket_.h.
5276         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
5277         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
5278         sys_stat_.h.
5279         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
5280         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
5281         sys_time_.h.
5282         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
5283         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
5284         sysexits_.h.
5285         * lib/time.in.h: Renamed from lib/time_.h.
5286         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
5287         * lib/unistd.in.h: Renamed from lib/unistd_.h.
5288         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
5289         unistd_.h.
5290         * lib/wchar.in.h: Renamed from lib/wchar_.h.
5291         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
5292         wchar_.h.
5293         * lib/wctype.in.h: Renamed from lib/wctype_.h.
5294         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
5295         wctype_.h.
5296         * build-aux/bootstrap (slurp): Update.
5297         * lib/.cppi-disable: Update.
5298
5299 2007-09-30  Bruno Haible  <bruno@clisp.org>
5300
5301         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
5302         Needed on BeOS.
5303
5304 2007-09-30  Bruno Haible  <bruno@clisp.org>
5305
5306         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
5307
5308 2007-09-29  Bruno Haible  <bruno@clisp.org>
5309
5310         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
5311
5312 2007-09-29  Bruno Haible  <bruno@clisp.org>
5313
5314         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
5315         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
5316         * build-aux/install-reloc: Compile also areadlink.c.
5317         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
5318
5319 2007-09-29  Bruno Haible  <bruno@clisp.org>
5320
5321         * gnulib-tool (func_emit_initmacro_done): Indentation.
5322
5323 2007-09-29  Bruno Haible  <bruno@clisp.org>
5324
5325         * README: Add CVS checkout update instructions.
5326         Info from Bob Proulx <bob@proulx.com>.
5327
5328 2007-09-28  Eric Blake  <ebb9@byu.net>
5329
5330         Provide move-if-change.
5331         * build-aux/move-if-change: New file, based on best practice
5332         rather than any canonical upstream location.
5333
5334 2007-09-28  Jim Meyering  <jim@meyering.net>
5335
5336         Fix canonicalize loop-detection corner case.
5337         Do not attempt to stat the symlink values stored via seen_triple.
5338         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
5339         on linux-2.6.18, (but not 2.6.22).
5340         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
5341         triple_compare.  The former compares dev,ino,filename, while the latter
5342         would actually stat dirname(filename) when dev and ino were equal.
5343         * lib/hash-triple.c: Install <string.h>.
5344         (STREQ): Define.
5345         (triple_compare_ino_str): New function.
5346         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
5347
5348 2007-09-28  Eric Blake  <ebb9@byu.net>
5349
5350         Enforce that AC_REPLACE_FUNCS files exist.
5351         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
5352         override check for typos.
5353
5354         Fix test-closein on Solaris 10.
5355         * tests/test-closein.c (main): Don't assume stdin can be inherited
5356         closed on all systems.
5357         * tests/test-closein.sh: Likewise.
5358         Reported by Piotr Tarnowski.
5359
5360 2007-09-28  Jim Meyering  <jim@meyering.net>
5361
5362         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
5363
5364 2007-09-27  Jim Meyering  <jim@meyering.net>
5365
5366         canonicalize: Avoid a false-positive cycle failure.
5367         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
5368         Sort.  Remove cycle-check.
5369         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
5370         not cycle-check.h.
5371         (seen_triple): New function.
5372         (canonicalize_filename_mode): Use it instead of cycle-check.
5373         * tests/test-canonicalize.c: Add a test for this bug.
5374         * tests/test-canonicalize.sh: Set up and run the test.
5375
5376         New module, file-set, from coreutils.
5377         * modules/file-set: Define it.
5378         * lib/file-set.c, lib/file-set.h: Implement.
5379
5380         New module, hash-triple, from coreutils.
5381         * modules/hash-triple: Define it.
5382         * lib/hash-triple.c, lib/hash-triple.h: Implement.
5383
5384 2007-09-25  Eric Blake  <ebb9@byu.net>
5385
5386         Fix strerror on Interix.
5387         * lib/string_.h (strerror): Declare replacement.
5388         * doc/functions/strerror.texi (strerror): Document the Interix
5389         shortcoming.
5390         * modules/string (Makefile.am): Support new hooks.
5391         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
5392         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
5393         gl_FUNC_STRERROR_SEPARATE.
5394         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
5395         * lib/strerror.c (rpl_strerror): Provide replacement.
5396         * modules/strerror (Depends-on): Add string.
5397         (configure.ac): Detect use of module.
5398         * tests/test-strerror.c: New file.
5399         * modules/strerror-tests: New test module.
5400         * modules/argp (Depends-on): Add strerror.
5401         * modules/error (Depends-on): Likewise.
5402         Reported by Martin Koeppe.
5403
5404 2007-09-24  Bruno Haible  <bruno@clisp.org>
5405
5406         * README: Update git instructions.
5407
5408 2007-09-24  Eric Blake  <ebb9@byu.net>
5409
5410         Revert fpending breakage from 2007-09-08.
5411         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
5412         __fpending.c.
5413
5414 2007-09-24  Jim Meyering  <jim@meyering.net>
5415
5416         filenamecat.c: Add a test.
5417         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
5418         showing how the function works when DIR is the empty string.
5419
5420 2007-09-21  Simon Josefsson  <simon@josefsson.org>
5421
5422         * tests/test-canonicalize.sh: Turn on executable bit.
5423
5424 2007-09-19  Eric Blake  <ebb9@byu.net>
5425
5426         * README: Update CVS instructions.
5427
5428 2007-09-18  Bruno Haible  <bruno@clisp.org>
5429
5430         * modules/areadlink: New file.
5431         * lib/areadlink.h (areadlink): New declaration.
5432         * lib/areadlink.c: New file, based on lib/xreadlink.c.
5433
5434 2007-09-17  Jim Meyering  <jim@meyering.net>
5435
5436         * lib/savewd.c (ESTALE) [!defined]: Define.
5437         Reported to be required on Interix by Martin Koeppe.
5438
5439 2007-09-17  Bruno Haible  <bruno@clisp.org>
5440
5441         * gnulib-tool (func_version): Use $version.
5442
5443 2007-09-16  Bruno Haible  <bruno@clisp.org>
5444
5445         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
5446         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
5447         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
5448         Reported by Greg Schafer <gschafer@zip.com.au>.
5449
5450 2007-09-15  Bruno Haible  <bruno@clisp.org>
5451
5452         * gnulib-tool (sed): Try a little harder to make bash understand the
5453         alias.
5454         Reported by Bruce Korb <bruce.korb@gmail.com>.
5455
5456 2007-09-13  Eric Blake  <ebb9@byu.net>
5457
5458         * ChangeLog: Remove conflict markers.
5459
5460 2007-09-13  Simon Josefsson  <simon@josefsson.org>
5461
5462         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
5463         Reported by Bruno Haible <bruno@clisp.org>.
5464
5465 2007-09-12  Bruno Haible  <bruno@clisp.org>
5466
5467         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
5468         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
5469         is not defined.
5470
5471 2007-09-12  Eric Blake  <ebb9@byu.net>
5472
5473         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
5474         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
5475         Autoconf definition.
5476         * modules/euidaccess (Depends-on): Add extensions, for
5477         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
5478         * modules/fnmatch (Depends-on): Likewise.
5479         * modules/getaddrinfo (Depends-on): Likewise.
5480         * modules/getdelim (Depends-on): Likewise.
5481         * modules/getline (Depends-on): Likewise.
5482         * modules/getsubopt (Depends-on): Likewise.
5483         * modules/gettext (Depends-on): Likewise.
5484         * modules/group-member (Depends-on): Likewise.
5485         * modules/mbchar (Depends-on): Likewise.
5486         * modules/memmem (Depends-on): Likewise.
5487         * modules/mempcpy (Depends-on): Likewise.
5488         * modules/memrchr (Depends-on): Likewise.
5489         * modules/pagealign_alloc (Depends-on): Likewise.
5490         * modules/readutmp (Depends-on): Likewise.
5491         * modules/stpcpy (Depends-on): Likewise.
5492         * modules/stpncpy (Depends-on): Likewise.
5493         * modules/strchrnul (Depends-on): Likewise.
5494         * modules/strndup (Depends-on): Likewise.
5495         * modules/strsep (Depends-on): Likewise.
5496         * modules/strverscmp (Depends-on): Likewise.
5497         * modules/vasprintf (Depends-on): Likewise.
5498         * modules/wcwidth (Depends-on): Likewise.
5499         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
5500         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
5501         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
5502         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
5503         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
5504         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
5505         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
5506         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
5507         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
5508         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
5509         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
5510         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
5511         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
5512         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
5513         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
5514         * m4/readutmp.m4 (gl_READUTMP): Likewise.
5515         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5516         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
5517         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
5518         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
5519         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
5520         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
5521         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
5522         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
5523         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
5524         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
5525         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
5526         so that lock.m4 can be used in gettext without extensions module.
5527
5528 2007-09-11  Bruno Haible  <bruno@clisp.org>
5529
5530         * m4/isc-posix.m4: Remove file.
5531         Suggested by Eric Blake.
5532
5533 2007-09-11  Eric Blake  <ebb9@byu.net>
5534
5535         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
5536
5537 2007-09-10  Bruno Haible  <bruno@clisp.org>
5538
5539         * posix-modules: Fix typo in error message.
5540         Reported by Matt <mkraai@beckman.com>.
5541
5542 2007-09-09  Bruno Haible  <bruno@clisp.org>
5543
5544         * doc/functions/getdelim.texi: Update list of platforms lacking the
5545         function.
5546         * doc/functions/getline.texi: Likewise.
5547
5548 2007-09-09  Jim Meyering  <jim@meyering.net>
5549
5550         * lib/hash.c (hash_initialize): Detect calloc failure.
5551         Reported by Bruno Haible.
5552
5553 2007-09-09  Bruno Haible  <bruno@clisp.org>
5554
5555         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
5556         malloc or realloc fails.
5557
5558 2007-09-09  Bruno Haible  <bruno@clisp.org>
5559
5560         * modules/getcwd (Depends-on): Add malloc-posix.
5561         * modules/glob (Depends-on): Likewise.
5562         * modules/putenv (Depends-on): Likewise.
5563         * modules/strdup (Depends-on): Likewise.
5564         * modules/getdelim (Depends-on): Add realloc-posix.
5565         * modules/read-file (Depends-on): Likewise.
5566
5567 2007-09-09  Bruno Haible  <bruno@clisp.org>
5568
5569         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
5570         (gl_FUNC_MALLOC_POSIX): Require it.
5571         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
5572         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
5573         * modules/realloc (Files): Add m4/malloc.m4.
5574         * modules/calloc (Files): Likewise.
5575
5576 2007-09-09  Bruno Haible  <bruno@clisp.org>
5577
5578         * modules/malloc-posix: New file.
5579         * modules/malloc (Depends-on): Add malloc-posix.
5580         * lib/malloc.c: Include errno.h.
5581         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
5582         and a POSIX-compatible malloc into a single function. Set ENOMEM
5583         when returning NULL.
5584         * m4/malloc.m4: New file.
5585         * doc/functions/malloc.texi: Mention the malloc-posix module.
5586         * lib/stdlib_.h (malloc): New declaration.
5587         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
5588         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
5589         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
5590         and HAVE_MALLOC_POSIX.
5591
5592 2007-09-09  Bruno Haible  <bruno@clisp.org>
5593
5594         * modules/realloc-posix: New file.
5595         * modules/realloc (Depends-on): Add realloc-posix.
5596         * lib/realloc.c: Include errno.h.
5597         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
5598         and a POSIX-compatible realloc into a single function. Set ENOMEM
5599         when returning NULL.
5600         * m4/realloc.m4: New file.
5601         * doc/functions/realloc.texi: Mention the realloc-posix module.
5602         * lib/stdlib_.h (realloc): New declaration.
5603         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
5604         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
5605         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
5606         and HAVE_REALLOC_POSIX.
5607
5608 2007-09-09  Bruno Haible  <bruno@clisp.org>
5609
5610         * modules/calloc-posix: New file.
5611         * modules/calloc (Depends-on): Add calloc-posix.
5612         * lib/calloc.c: Include errno.h.
5613         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
5614         and a POSIX-compatible calloc into a single function. Set ENOMEM
5615         when returning NULL.
5616         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
5617         * doc/functions/calloc.texi: Mention the calloc-posix module.
5618         * lib/stdlib_.h (calloc): New declaration.
5619         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
5620         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
5621         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
5622         and HAVE_CALLOC_POSIX.
5623
5624 2007-09-09  Bruno Haible  <bruno@clisp.org>
5625
5626         Allow for modules to show an arbitrary notice.
5627         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
5628         * gnulib-tool: New option --extract-notice.
5629         (func_usage): Document it.
5630         (sed_extract_prog): Update.
5631         (func_get_notice): New function.
5632         (func_modules_notice): New function.
5633         (func_import, func_create_testdir): Invoke it.
5634         Suggested by Jim Meyering.
5635
5636 2007-09-09  Bruno Haible  <bruno@clisp.org>
5637
5638         * gnulib-tool: New options --verbose, --quiet.
5639         (func_usage): Document them.
5640         (verbose): New variable.
5641         (func_execute_command): New function.
5642         (func_import): Don't show the module list and the file list if
5643         $verbose < 0.
5644         (func_create_testdir): Likewise. Use func_execute_command.
5645         (func_create_megatestdir): Use func_execute_command.
5646
5647 2007-09-08  Bruno Haible  <bruno@clisp.org>
5648
5649         * gnulib-tool (func_import): Prefer rsync over wget when available,
5650         for fetching the PO files.
5651
5652 2007-09-08  Bruno Haible  <bruno@clisp.org>
5653
5654         * posix-modules: New file. Portions copied from gnulib-tool.
5655         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
5656
5657 2007-09-08  Jim Meyering  <jim@meyering.net>
5658
5659         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
5660         * lib/fpending.h: Rename from __fpending.h.
5661         * lib/fpending.c: Rename from __fpending.c.
5662         Include "fpending.h", not "__fpending.h".
5663         * lib/__fpending.h, lib/__fpending.c: Remove files.
5664         * modules/fpending (Files): Reflect new file names.
5665         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
5666
5667 2007-09-08  Bruno Haible  <bruno@clisp.org>
5668
5669         * m4/inttypes-h.m4: Remove stub file.
5670
5671 2007-09-07  Simon Josefsson  <simon@josefsson.org>
5672
5673         * doc/headers/stdint.texi: Discuss #include_next issue.
5674
5675 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
5676
5677         * build-aux/bootstrap: Remove obsolete comment about wget --help.
5678
5679 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5680
5681         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
5682         in variable name.
5683
5684 2007-09-03  Jim Meyering  <jim@meyering.net>
5685
5686         New module: git-version-gen.
5687         * modules/git-version-gen: New file.
5688
5689         Import changes from coreutils for bootstrap script.
5690
5691         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
5692
5693         bootstrap: uses rsync to download the .po files
5694         * build-aux/bootstrap (po_download_command_format): New global.
5695         (download_po_files): Use rsync.
5696         (update_po_files): Don't remove .po files after download,
5697         so future rsync runs can take advantage of the copies.
5698
5699         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
5700
5701         Solve the unnecessary-.po-file-regeneration problem once and for all.
5702         * build-aux/bootstrap (download_po_files): New function, renamed from
5703         get_translations.  Now, downloads, but doesn't update LINGUAS.
5704         (update_po_files): New function.
5705
5706         bootstrap: Ignore more.
5707         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
5708         uniwidth to e.g., lib/.gitignore.
5709         (slurp): Handle the sys_stat_.h -> sys mapping, too.
5710
5711         * build-aux/bootstrap: New setting: vc_ignore.
5712         (insert_sorted_if_absent): Create $file if absent.
5713         Adapt to new, possibly empty, list: $vc_ignore.
5714
5715         bootstrap: generate more ignorable names
5716         * build-aux/bootstrap (slurp): When generating ignorable names,
5717         also map .sin to .sed, .gperf to .c, and .y to .c.
5718
5719 2007-09-03  Jim Meyering  <jim@meyering.net>
5720
5721         * build-aux/git-version-gen: New file, from coreutils.  For details, see
5722         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
5723
5724 2007-09-02  Bruno Haible  <bruno@clisp.org>
5725
5726         Fix mis-recognition of 'mcs' on QNX 6.
5727         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
5728         output contains the string "Mono".
5729         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
5730         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
5731
5732 2007-09-01  Bruno Haible  <bruno@clisp.org>
5733
5734         Fix collision between uniwidth/* and linebreak modules.
5735         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
5736         u32_width): Remove declarations.
5737         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
5738         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
5739         streq3, streq2, streq1, streq0): Remove functions.
5740         (STREQ): Remove macro.
5741         (is_cjk_encoding): Remove function.
5742         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
5743         (uc_width, u8_width, u16_width, u32_width): Remove functions.
5744         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
5745         * NEWS: Document the change.
5746
5747 2007-09-01  Bruno Haible  <bruno@clisp.org>
5748
5749         * lib/streq.h: Add double-inclusion guard.
5750
5751 2007-09-01  Karl Berry  <karl@gnu.org>
5752
5753         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
5754
5755 2007-08-28  Jim Meyering  <jim@meyering.net>
5756
5757         Rename mreadlink_with_size to areadlink_with_size.
5758         * NEWS: Document the change.
5759         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
5760         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
5761         * lib/mreadlink.h: Rename this to...
5762         * lib/areadlink.h: ...this.
5763         * modules/mreadlink-with-size: Rename this to...
5764         * modules/areadlink-with-size: ...this.
5765         * lib/canonicalize.c: Reflect the renaming.
5766         * modules/canonicalize: Likewise.
5767
5768 2007-08-26  Bruno Haible  <bruno@clisp.org>
5769
5770         * gnulib-tool (func_import): When deciding which files to remove,
5771         consider also dangling symbolic links.
5772         Reported by Eric Blake.
5773
5774 2007-08-26  Bruno Haible  <bruno@clisp.org>
5775
5776         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
5777
5778 2007-08-23  Simon Josefsson  <simon@josefsson.org>
5779
5780         * lib/readline.c: Don't include getline.h, the prototype is now
5781         found in stdio.h.
5782
5783 2007-08-23  Jim Meyering  <jim@meyering.net>
5784
5785         Getdelim touchup.
5786         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
5787         around the funlockfile call, since funlockfile never sets errno.
5788         Don't set errno upon failed realloc.
5789
5790 2007-08-22  Eric Blake  <ebb9@byu.net>
5791
5792         Getline touchups.
5793         * lib/getdelim.c (getdelim): Revert regression that required *n to
5794         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
5795         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
5796         getdelim, rather than whether implementation is missing.
5797         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
5798         * lib/stdio_.h (getline): Also declare if replacement is
5799         required.
5800         * doc/functions/getdelim.texi: New file.
5801         * doc/functions/getline.texi: Likewise.
5802         * doc/gnulib.texi (Function Substitutes): Add new files.
5803         Reported by Bruno Haible.
5804
5805 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
5806
5807         * users.txt: Add Guile.
5808
5809 2007-08-22  Eric Blake  <ebb9@byu.net>
5810
5811         * tests/test-getdelim.c (main): Use remove, not unlink.
5812         * tests/test-getline.c (main): Likewise.
5813
5814         Move getline and getdelim into stdio.h, per POSIX 200x.
5815         * modules/getline (Files): Remove getline.h.
5816         (Depends-on): Add stdio.
5817         (configure.ac): Add module indicator.
5818         * modules/getdelim (Files): Remove getdelim.h.
5819         (Depends-on): Add stdio.
5820         (configure.ac): Add module indicator.
5821         * modules/stdio (Makefile.am): Work with new indicators.
5822         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
5823         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
5824         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
5825         * lib/getdelim.h: Delete.
5826         * lib/getline.h: Delete.
5827         * lib/stdio_.h (getdelim, getline): Declare.
5828         * modules/getdelim-tests: New module.
5829         * modules/getline-tests: Likewise.
5830         * tests/test-getdelim.c: New file.
5831         * tests/test-getline.c: Likewise.
5832         * NEWS: Document the change.
5833         * lib/getline.c: Update choice of header.
5834         * lib/csharpcomp.c: Likewise.
5835         * lib/getpass.c: Likewise.
5836         * lib/javacomp.c: Likewise.
5837         * lib/javaversion.c: Likewise.
5838         * lib/yesno.c: Likewise.
5839         * lib/getdelim.c: Likewise.
5840         (getdelim): Set errno on failure, and avoid memory leak.
5841
5842 2007-08-19  Bruno Haible  <bruno@clisp.org>
5843
5844         * modules/closein (Depends-on): Add freadahead.
5845         * lib/closein.c: Include freadahead.h.
5846         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
5847         is zero.
5848
5849 2007-08-19  Bruno Haible  <bruno@clisp.org>
5850
5851         * modules/freadahead-tests: New file.
5852         * tests/test-freadahead.sh: New file.
5853         * tests/test-freadahead.c: New file.
5854
5855         * modules/freadahead: New file.
5856         * lib/freadahead.h: New file.
5857         * lib/freadahead.c: New file.
5858         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
5859         fbufmode, fpurge, freadable, fwritable.
5860
5861 2007-08-19  Eric Blake  <ebb9@byu.net>
5862
5863         Test yesno in combination with closein.
5864         * lib/yesno.c (yesno): Document use of stdin.
5865         * modules/yesno-tests (Files): New module.
5866         * tests/test-yesno.c (main): New file.
5867         * tests/test-yesno.sh: Likewise.
5868
5869 2007-08-19  Bruno Haible  <bruno@clisp.org>
5870
5871         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
5872         * lib/fseeko.c (rpl_fseeko): Likewise.
5873         * lib/fseterr.c (fseterr): Likewise.
5874
5875 2007-08-19  Bruno Haible  <bruno@clisp.org>
5876
5877         * tests/test-lseek.c (main): Disable a test for BeOS.
5878         * doc/functions/lseek.texi: Document the BeOS bug.
5879
5880 2007-08-19  Bruno Haible  <bruno@clisp.org>
5881             Eric Blake  <ebb9@byu.net>
5882
5883         * lib/lseek.c: Include <sys/stat.h>.
5884         (rpl_lseek): Add workaround code also for Unix platforms.
5885         Needed for BeOS.
5886         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
5887         * doc/functions/lseek.texi: Document BeOS definiency.
5888
5889 2007-08-18  Bruno Haible  <bruno@clisp.org>
5890
5891         * modules/fstrcmp-tests: New file.
5892         * tests/test-fstrcmp.c: New file.
5893
5894 2007-08-18  Bruno Haible  <bruno@clisp.org>
5895
5896         * modules/fstrcmp: New file, from GNU gettext with modifications.
5897         * lib/fstrcmp.h: New file, from GNU gettext.
5898         * lib/fstrcmp.c: New file, from GNU gettext.
5899         * MODULES.html.sh (String handling): Add fstrcmp.
5900
5901 2007-08-18  Bruno Haible  <bruno@clisp.org>
5902
5903         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
5904         'bool'.
5905         (diag, compareseq): Remove const from the ctxt argument.
5906         (USE_HEURISTIC): Undefine at the end.
5907
5908 2007-08-18  Jim Meyering  <jim@meyering.net>
5909
5910         New file: lib/idcache.h
5911         * NEWS: Mention the addition.
5912         * modules/idcache (Files): Add lib/idcache.h
5913         * lib/idcache.c: Include "idcache.h".
5914         Don't include <sys/types.h>.
5915         Add a FIXME comment.
5916         Move file-scoped "static" declarations to the top.
5917         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
5918
5919 2007-08-17  Bruno Haible  <bruno@clisp.org>
5920         and Paul Eggert  <eggert@cs.ucla.edu>
5921
5922         * MODULES.html.sh: Add diffseq.
5923         * modules/diffseq: New file.
5924         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
5925         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
5926
5927 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5928
5929         Import changes from coreutils for bootstrap script.
5930
5931         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
5932
5933         * build-aux/bootstrap (slurp): Work even in environments where
5934         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
5935         current code does not slurp files whose names start with ".", and
5936         this looks like it might be a troublesome area.
5937
5938         2007-07-11  Jim Meyering  <jim@meyering.net>
5939
5940         If there's a GPL vN copyright comment, require that N == 3.
5941
5942         2007-07-08  Jim Meyering  <jim@meyering.net>
5943
5944         Run the coreutils-specific code only if tests/Makefile.am.in exists.
5945         * build-aux/bootstrap (mam_template): Move definition out of loop.
5946
5947         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
5948
5949         * build-aux/bootstrap (symlink_to_dir): Rename function from
5950         symlink_to_gnulib.  Add a directory parameter.  Update all
5951         callers.
5952         (cp_mark_as_generated): Also check for -- and link to -- files in
5953         gl/.
5954
5955         2007-07-08  Jim Meyering  <jim@meyering.net>
5956
5957         Adapt to deeper hierarchy in gnulib.
5958         * build-aux/bootstrap (symlink_to_dir): If the destination
5959         directory doesn't exist, create it. This is required at least for
5960         "lib/uniwidth/cjk.h".
5961
5962         2007-05-15  Jim Meyering  <jim@meyering.net>
5963
5964         * build-aux/bootstrap: Now that generated Makefile.am files
5965         are no longer under version control, they must be created at
5966         bootstrap time.
5967
5968 2007-08-14  Ben Pfaff  <blp@gnu.org>
5969
5970         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
5971
5972 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5973
5974         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
5975         given the changes below.
5976         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
5977         even on hosts that have padding bits beyond the supported 64.
5978
5979 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
5980
5981         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
5982         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
5983         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
5984         depends on it.
5985         (xstrtol_error): Remove.
5986         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
5987         but with a different signature.
5988         (ATTRIBUTE_NORETURN, __attribute__): New macros.
5989         * lib/xstrtol-error.c: Include exitfail.h.
5990         (xstrtol_fatal): New function, with a different signature from the
5991         old xstrtol_error, so that the caller need not worry about passing
5992         in an exit status, or about storage management of the option argument.
5993         (xstrtol_error): Now a static function.  Redo signature to
5994         implement xstrtol_fatal.  Output the correct number of hyphens in
5995         front of the option so that the caller need not worry about
5996         storage management.
5997         (N_): New macro.
5998         (_): Remove; not used now.
5999         * modules/xstrtol: Depend on getopt.
6000         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
6001         of old STRTOL_FATAL_ERROR macro.
6002         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
6003         of test program.
6004         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
6005         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
6006
6007 2007-08-08  Eric Blake  <ebb9@byu.net>
6008
6009         * lib/xstrtol-error.c: Add missing include.
6010
6011         Move xstrtol messages into gnulib domain, when --pobase is used.
6012         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
6013         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
6014         * modules/xstrtol (Files): Distribute new file.
6015         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
6016         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
6017         * tests/test-xstrtol.c: ...into new file.
6018         * tests/test-xstrtoul.c: Also test xstrtoul.
6019         * tests/test-xstrtoimax.c: Also test xstrtoimax.
6020         * tests/test-xstrtoumax.c: Also test xstrtoumax.
6021         * tests/test-xstrtol.sh: Drive the tests.
6022         * tests/test-xstrtoimax.sh: Likewise.
6023         * tests/test-xstrtoumax.sh: Likewise.
6024         * modules/xstrtol-tests: New module.
6025         * modules/xstrtoimax-tests: Likewise.
6026         * modules/xstrtoumax-tests: Likewise.
6027
6028 2007-08-08  Jim Meyering  <jim@meyering.net>
6029
6030         New function: mfile_name_concat.
6031         * lib/filenamecat.c (mfile_name_concat): New function, just like
6032         file_name_concat, but return NULL upon failure rather than exiting
6033         with a diagnostic.
6034         * lib/filenamecat.h: Declare it.
6035
6036 2007-08-07  Bruno Haible  <bruno@clisp.org>
6037
6038         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
6039         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
6040         warning from gcc.
6041         Reported by Eric Blake.
6042
6043 2007-08-07  Simon Josefsson  <simon@josefsson.org>
6044
6045         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
6046         * modules/crypto/arcfour (License): Likewise.
6047         * modules/crypto/des-tests (License): Likewise.
6048         * modules/crypto/gc-arctwo-tests (License): Likewise.
6049         * modules/crypto/gc-des-tests (License): Likewise.
6050         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
6051         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
6052         * modules/crypto/gc-md2-tests (License): Likewise.
6053         * modules/crypto/gc-md4-tests (License): Likewise.
6054         * modules/crypto/gc-md5-tests (License): Likewise.
6055         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
6056         * modules/crypto/gc-rijndael-tests (License): Likewise.
6057         * modules/crypto/gc-sha1-tests (License): Likewise.
6058         * modules/crypto/gc-tests (License): Likewise.
6059         * modules/crypto/hmac-md5 (License): Likewise.
6060         * modules/crypto/hmac-sha1 (License): Likewise.
6061         * modules/crypto/md2-tests (License): Likewise.
6062         * modules/crypto/md4-tests (License): Likewise.
6063         * modules/crypto/md5 (License): Likewise.
6064         * modules/crypto/rijndael (License): Likewise.
6065         * modules/crypto/sha1 (License): Likewise.
6066         * modules/memxor (License): Likewise.
6067
6068 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
6069         and Bruno Haible  <bruno@clisp.org>
6070
6071         * NEWS: Describe interface changes to human, xstrtol.
6072         * lib/human.h: Include <xstrtol.h>.
6073         (human_options): Return enum strtol_error, not int.  Remove
6074         bool arg; take int * instead.
6075         * lib/human.c: Don't include "gettext.h".
6076         (_): Remove; no longer used.
6077         Don't include <xstrtol.h>, since human.h does it.
6078         (human_options): Adjust to abovementioned interface changes.
6079         Do not report error to stderr; that's now the caller's
6080         responsibility.
6081         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
6082         interface change.
6083         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
6084         Str, Argument_type_string.  All uses changed.  Put " argument"
6085         in diagnostics to make them clearer.  Change wording of suffix
6086         message for clarity.
6087         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
6088         Argument_type_string.
6089         (STRTOL_FATAL_WARN): Remove; no longer used.
6090         * modules/human (Depends-on): Remove gettext-h.
6091
6092 2007-08-06  Simon Josefsson  <simon@josefsson.org>
6093
6094         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
6095
6096 2007-07-31  Bruno Haible  <bruno@clisp.org>
6097
6098         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
6099         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
6100         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
6101
6102 2007-07-31  Bruno Haible  <bruno@clisp.org>
6103
6104         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
6105         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
6106
6107 2007-07-30  Bruno Haible  <bruno@clisp.org>
6108
6109         * modules/base64 (License): Use the synonymous term "LGPLv2+".
6110         * modules/c-ctype (License): Likewise.
6111         * modules/c-strcase (License): Likewise.
6112         * modules/check-version (License): Likewise.
6113         * modules/iconv (License): Likewise.
6114         * modules/iconv_open (License): Likewise.
6115         * modules/read-file (License): Likewise.
6116         * modules/striconv (License): Likewise.
6117         * modules/strverscmp (License): Likewise.
6118         * modules/vasprintf (License): Likewise.
6119         * modules/crypto/des (License): Likewise.
6120         * modules/crypto/gc (License): Likewise.
6121         * modules/crypto/gc-arcfour (License): Likewise.
6122         * modules/crypto/gc-arctwo (License): Likewise.
6123         * modules/crypto/gc-des (License): Likewise.
6124         * modules/crypto/gc-hmac-md5 (License): Likewise.
6125         * modules/crypto/gc-hmac-sha1 (License): Likewise.
6126         * modules/crypto/gc-md2 (License): Likewise.
6127         * modules/crypto/gc-md4 (License): Likewise.
6128         * modules/crypto/gc-md5 (License): Likewise.
6129         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
6130         * modules/crypto/gc-random (License): Likewise.
6131         * modules/crypto/gc-rijndael (License): Likewise.
6132         * modules/crypto/gc-sha1 (License): Likewise.
6133         * modules/crypto/md2 (License): Likewise.
6134         * modules/crypto/md4 (License): Likewise.
6135
6136 2007-07-30  Jim Meyering  <jim@meyering.net>
6137
6138         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
6139         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
6140         it has valid stat data.  This bug would cause du not to count the
6141         sizes of inaccessible directories.
6142         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
6143         in <http://bugzilla.redhat.com/250077>.
6144
6145 2007-07-25  Peter O'Gorman  <peter@pogma.com>
6146             Bruno Haible  <bruno@clisp.org>
6147
6148         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
6149         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
6150         #include_next, gives a diagnostic about it, but reports no error in
6151         the exit code.
6152         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
6153
6154 2007-07-24  Ben Pfaff  <blp@gnu.org>
6155
6156         Improve name: "count-one-bits" is better than "popcount".
6157         * MODULES.html.sh: Update name.
6158         * lib/popcount.h: Renamed lib/count-one-bits.h.
6159         (popcount): Renamed count_one_bits.
6160         (popcountl): Renamed count_one_bits_l.
6161         (popcountll): Renamed count_one_bits_ll.
6162         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
6163         * modules/popcount: Renamed module/count-one-bits.
6164         * modules/popcount-tests: Renamed module/count-one-bits-tests.
6165         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
6166
6167 2007-07-23  Ben Pfaff  <blp@gnu.org>
6168
6169         * lib/popcount.h (popcount32): Reduce size of constants, to allow
6170         better code generation, and add U to large constants to avoid
6171         warnings, in non-GCC case.
6172         Suggested by Bruno Haible.
6173
6174 2007-07-23  Ben Pfaff  <blp@gnu.org>
6175
6176         * lib/popcount.h: Use verify_true instead of if...abort.
6177         * modules/popcount: Depend on verify module.
6178         Suggested by Jim Meyering.
6179
6180 2007-07-23  Bruno Haible  <bruno@clisp.org>
6181
6182         * gnulib-tool (func_import): Create a .cvsignore file also when the
6183         directory is not yet in CVS but the toplevel directory is. When
6184         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
6185         Reported by Karl Berry.
6186
6187 2007-07-22  Ben Pfaff  <blp@gnu.org>
6188
6189         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
6190         case.
6191         Suggested by Eric Blake.
6192
6193 2007-07-22  Ben Pfaff  <blp@gnu.org>
6194
6195         New module: popcount.
6196         * MODULES.html.sh: Add popcount.
6197         * modules/popcount: New file.
6198         * modules/popcount-tests: New file.
6199         * tests/test-popcount.c: New file.
6200         * lib/popcount.h: New file.
6201         * m4/popcount.m4: New file.
6202
6203 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6204
6205         * build-aux/announce-gen: Update to GPLv3.
6206
6207         * build-aux/config.guess: Update from config.
6208
6209 2007-07-21  Bruno Haible  <bruno@clisp.org>
6210
6211         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
6212         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
6213
6214 2007-07-20  Jim Meyering  <jim@meyering.net>
6215
6216         * check-module: Diagnose a self-dependency.
6217
6218 2007-07-19  Bruno Haible  <bruno@clisp.org>
6219
6220         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
6221         empty.
6222         Reported by Eric Blake.
6223
6224 2007-07-18  Bruno Haible  <bruno@clisp.org>
6225
6226         * gnulib-tool: New options --po-base, --po-domain.
6227         (func_usage): Document them.
6228         (pobase, po_domain): New variables.
6229         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
6230         DEFAULT_TEXT_DOMAIN.
6231         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
6232         (func_import): Consider pobase and po_domain. Create a po/ directory.
6233         (func_create_testdir): Set pobase and po_domain to empty.
6234         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
6235         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
6236
6237 2007-07-18  Bruno Haible  <bruno@clisp.org>
6238
6239         * gnulib-tool (func_get_automake_snippet): Synthesize also an
6240         EXTRA_DIST augmentation for files in build-aux/.
6241
6242 2007-07-16  Bruno Haible  <bruno@clisp.org>
6243
6244         * modules/lseek (License): Use the synonymous term "LGPLv2+".
6245         * modules/getdelim (License): Likewise.
6246
6247 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6248
6249         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
6250         * modules/d-type (License): Likewise.
6251         * modules/extensions (License): Likewise.
6252         * modules/fnmatch (License): Likewise.
6253         * modules/fseeko (License): Likewise.
6254         * modules/getaddrinfo (License): Likewise.
6255         * modules/getline (License): Likewise.
6256         * modules/getlogin_r (License): Likewise.
6257         * modules/getpass (License): Likewise.
6258         * modules/gettimeofday (License): Likewise.
6259         * modules/glob (License): Likewise.
6260         * modules/inet_ntop (License): Likewise.
6261         * modules/malloc (License): Likewise.
6262         * modules/malloca (License): Likewise.
6263         * modules/memmem (License): Likewise.
6264         * modules/mempcpy (License): Likewise.
6265         * modules/memset (License): Likewise.
6266         * modules/minmax (License): Likewise.
6267         * modules/mktime (License): Likewise.
6268         * modules/netinet_in (License): Likewise.
6269         * modules/pathmax (License): Likewise.
6270         * modules/poll (License): Likewise.
6271         * modules/regex (License): Likewise.
6272         * modules/snprintf (License): Likewise.
6273         * modules/stdbool (License): Likewise.
6274         * modules/stdint (License): Likewise.
6275         * modules/stdio (License): Likewise.
6276         * modules/strcase (License): Likewise.
6277         * modules/strcasestr (License): Likewise.
6278         * modules/strdup (License): Likewise.
6279         * modules/string (License): Likewise.
6280         * modules/strndup (License): Likewise.
6281         * modules/strnlen (License): Likewise.
6282         * modules/strpbrk (License): Likewise.
6283         * modules/strptime (License): Likewise.
6284         * modules/strsep (License): Likewise.
6285         * modules/sys_select (License): Likewise.
6286         * modules/sys_socket (License): Likewise.
6287         * modules/sys_stat (License): Likewise.
6288         * modules/sys_time (License): Likewise.
6289         * modules/time (License): Likewise.
6290         * modules/time_r (License): Likewise.
6291         * modules/timegm (License): Likewise.
6292         * modules/unistd (License): Likewise.
6293         * modules/vsnprintf (License): Likewise.
6294         * modules/wctype (License): Likewise.
6295
6296 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6297
6298         * modules/argz (License): LGPLv2+.
6299
6300 2007-07-15  Karl Berry  <karl@gnu.org>
6301
6302         * doc/gnulib.texi: revise node structure per new fdl.texi.
6303
6304 2007-07-14  Bruno Haible  <bruno@clisp.org>
6305
6306         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
6307         the output file.
6308         * lib/uniname/uninames.h: Regenerated.
6309
6310 2007-07-14  Karl Berry  <karl@gnu.org>
6311
6312         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
6313         omitting sectioning and index commands.
6314
6315 2007-07-13  Bruno Haible  <bruno@clisp.org>
6316
6317         New gnulib-tool option --more-symlinks.
6318         * gnulib-tool (func_usage): Document --more-symlinks.
6319         (do_copyrights): New variable.
6320         Recognize option --more-symlinks.
6321         (func_import): Don't add a copyright notice transform to
6322         sed_transform_lib_file if do_copyrights is empty.
6323
6324 2007-07-13  Bruno Haible  <bruno@clisp.org>
6325
6326         * lib/vasnprintf.c (decimal_point_char): Define also if
6327         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
6328         && !NEED_PRINTF_DIRECTIVE_A.
6329         Reported by Clemens Koller <clemens.koller@anagramm.de> via
6330         Gary V. Vaughan <gary@gnu.org>.
6331
6332 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
6333
6334         * lib/inttypes_.h: Undo previous change, since it was fixed
6335         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
6336
6337 2007-07-13  Bruno Haible  <bruno@clisp.org>
6338
6339         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
6340         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
6341
6342 2007-07-13  Jim Meyering  <jim@meyering.net>
6343
6344         df: Don't fail for Tru64's "file-on-file mount".
6345         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
6346         so we fall through and use statfs instead.  Details here:
6347         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
6348         Reported by Albert Chin.
6349
6350 2007-07-13  Bruno Haible  <bruno@clisp.org>
6351
6352         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
6353         * modules/configmake (License): Likewise.
6354         * modules/gettext (License): Likewise.
6355         * modules/gettext-h (License): Likewise.
6356         * modules/include_next (License): Likewise.
6357         * modules/link-warning (License): Likewise.
6358         * modules/localcharset (License): Likewise.
6359         * modules/localename (License): Likewise.
6360         * modules/lock (License): Likewise.
6361         * modules/relocatable-lib-lgpl (License): Likewise.
6362         * modules/size_max (License): Likewise.
6363         * modules/vasnprintf (License): Likewise.
6364         * modules/wchar (License): Likewise.
6365         * modules/xsize (License): Likewise.
6366
6367 2007-07-13  Bruno Haible  <bruno@clisp.org>
6368
6369         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
6370         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
6371
6372 2007-07-12  Bruno Haible  <bruno@clisp.org>
6373
6374         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
6375         in the modules files.
6376
6377 2007-07-11  Karl Berry  <karl@gnu.org>
6378
6379         * MODULES.html.sh (func_module): use
6380          sed -e '\|^'"${includefile}"'$|d'
6381          instead of /.../d, to avoid errors on $includefile's containing /.
6382
6383 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
6384
6385         * gnulib-tool (func_import): Avoid duplication of --avoid
6386         statements
6387         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
6388         names to `_' in variable names.
6389
6390 2007-07-10  Eric Blake  <ebb9@byu.net>
6391
6392         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
6393         * NEWS: Document this change.
6394
6395 2007-07-08  Bruno Haible  <bruno@clisp.org>
6396
6397         Update to Unicode 5.0.
6398         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
6399         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
6400         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
6401         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
6402         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
6403         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
6404         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
6405         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
6406         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
6407         U+10A3F, U+1D242..U+1D244.
6408         (nonspacing_table_ind): Update.
6409         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
6410         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
6411
6412 2007-07-08  Bruno Haible  <bruno@clisp.org>
6413
6414         Update to Unicode 5.0.
6415         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
6416         code transform. Extend the name index field of unicode_name_to_code and
6417         unicode_code_to_name from 16 to 24 bits.
6418         * lib/uniname/uniname.c (unicode_character_name,
6419         unicode_name_character): Add the range 0x12xxx to the code transform.
6420         * lib/uniname/uninames.h: Regenerated.
6421         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
6422
6423 2007-07-07  Bruno Haible  <bruno@clisp.org>
6424
6425         * modules/wcwidth-tests: New file.
6426         * tests/test-wcwidth.c: New file.
6427
6428         Work around MacOS X wcwidth() bug.
6429         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
6430         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
6431         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
6432         original wcwidth in non-UTF-8 locales.
6433         * modules/wcwidth (Depends-on): Add localcharset, streq,
6434         uniwidth/width.
6435         * doc/functions/wcwidth.texi: Update.
6436
6437 2007-07-07  Bruno Haible  <bruno@clisp.org>
6438
6439         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
6440         (wcwidth): New declaration.
6441         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
6442         macros.
6443         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
6444         here. Prepare for creating <wchar.h> unconditionally.
6445         * modules/wchar (Depends-on): Add link-warning.
6446         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
6447         REPLACE_WCWIDTH, and GL_LINK_WARNING.
6448         * lib/wcwidth.h: Remove file.
6449         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
6450         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
6451         * modules/wcwidth (Files): Remove lib/wcwidth.h.
6452         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
6453         (Include): Replace wcwidth.h with <wchar.h>.
6454         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
6455         * lib/mbchar.h: Don't include wcwidth.h.
6456         * lib/mbswidth.c: Likewise.
6457         * NEWS: Mention the change.
6458
6459 2007-07-07  Bruno Haible  <bruno@clisp.org>
6460
6461         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
6462         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
6463         definition with an external declaration.
6464         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
6465         defined as a function. Remove AC_C_INLINE requirement.
6466         * modules/wcwidth (Files): Add lib/wcwidth.c.
6467         (Makefile.am): Remove redundant statement.
6468
6469 2007-07-07  Bruno Haible  <bruno@clisp.org>
6470
6471         * MODULES.html.sh (Unicode string functions): Add the new modules.
6472
6473         * tests/uniwidth/test-u32-strwidth.c: New file.
6474         * modules/uniwidth/u32-strwidth-tests: New file.
6475
6476         * lib/uniwidth/u32-strwidth.c: New file.
6477         * modules/uniwidth/u32-strwidth: New file.
6478
6479         * tests/uniwidth/test-u16-strwidth.c: New file.
6480         * modules/uniwidth/u16-strwidth-tests: New file.
6481
6482         * lib/uniwidth/u16-strwidth.c: New file.
6483         * modules/uniwidth/u16-strwidth: New file.
6484
6485         * tests/uniwidth/test-u8-strwidth.c: New file.
6486         * modules/uniwidth/u8-strwidth-tests: New file.
6487
6488         * lib/uniwidth/u8-strwidth.c: New file.
6489         * modules/uniwidth/u8-strwidth: New file.
6490
6491         * tests/uniwidth/test-u32-width.c: New file.
6492         * modules/uniwidth/u32-width-tests: New file.
6493
6494         * lib/uniwidth/u32-width.c: New file.
6495         * modules/uniwidth/u32-width: New file.
6496
6497         * tests/uniwidth/test-u16-width.c: New file.
6498         * modules/uniwidth/u16-width-tests: New file.
6499
6500         * lib/uniwidth/u16-width.c: New file.
6501         * modules/uniwidth/u16-width: New file.
6502
6503         * tests/uniwidth/test-u8-width.c: New file.
6504         * modules/uniwidth/u8-width-tests: New file.
6505
6506         * lib/uniwidth/u8-width.c: New file.
6507         * modules/uniwidth/u8-width: New file.
6508
6509         * tests/uniwidth/test-uc_width.c: New file.
6510         * modules/uniwidth/width-tests: New file.
6511
6512         * lib/uniwidth/width.c: New file, from GNU libiconv.
6513         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
6514         * modules/uniwidth/width: New file.
6515
6516         * lib/uniwidth.h: New file, from GNU libiconv.
6517         * modules/uniwidth/base: New file.
6518
6519 2007-07-07  Bruno Haible  <bruno@clisp.org>
6520
6521         * lib/uniname.h: New file, from GNU gettext.
6522         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
6523         * lib/uniname/uninames.h: New file, from GNU gettext.
6524         * lib/uniname/uniname.c: New file, from GNU gettext.
6525         * tests/uniname/test-uninames.sh: New file.
6526         * tests/uniname/test-uninames.c: New file, from GNU gettext.
6527         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
6528         * modules/uniname/base: New file.
6529         * modules/uniname/uniname: New file.
6530         * modules/uniname/uniname-tests: New file.
6531         * MODULES.html.sh (Unicode string functions): Add the new modules.
6532
6533 2007-07-06  Bruno Haible  <bruno@clisp.org>
6534
6535         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
6536
6537 2007-07-06  Bruno Haible  <bruno@clisp.org>
6538
6539         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
6540         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
6541         includes <cygwin/sys_time.h> which includes <sys/select.h> which
6542         include <sys/time.h>.
6543         Reported by Eric Blake.
6544
6545 2007-07-06  Eric Blake  <ebb9@byu.net>
6546
6547         Fix testing canonicalize on cygwin.
6548         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
6549         Revert patch from 2007-06-19.
6550         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
6551         canonicalize module is also in use.
6552         * tests/test-canonicalize.c: New file.
6553         * tests/test-canonicalize.sh: Likewise.
6554         * modules/canonicalize-tests: Likewise.
6555
6556 2007-07-06  Jim Meyering  <jim@meyering.net>
6557
6558         * lib/getugroups.c (getugroups): Detect getgrent failure.
6559         Adjust comment to reflect reality: this function may return -1.
6560
6561 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
6562
6563         * build-aux/bootstrap (TP_URL,get_translations): Update to use
6564         the new TP address.
6565         (usage): Fix typo
6566         (gnulib_mk): New variable.
6567
6568 2007-07-05  Jim Meyering  <jim@meyering.net>
6569
6570         Don't let endgrent clobber errno, no matter how improbable.
6571         * lib/getugroups.c (getugroups): Save and restore errno around
6572         endgrent call.
6573
6574         Close the group DB even when failing with 2^31 or more members.
6575         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
6576
6577 2007-07-04  Jim Meyering  <jim@meyering.net>
6578
6579         * lib/getugroups.h: New file.
6580         * lib/getugroups.c: Include "getugroups.h".
6581         Remove uses of "register" keyword.
6582         Move local variable, "cp", down into scope where used.
6583         Give "username" parameter the "const" attribute.
6584         * modules/getugroups (Files): Add lib/getugroups.h
6585
6586 2007-07-04  Karl Berry  <karl@gnu.org>
6587
6588         * MODULES.html.sh (func_all_modules): Complete rename of
6589         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
6590
6591 2007-07-02  Bruno Haible  <bruno@clisp.org>
6592
6593         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
6594         mode, when inttypes.h comes from gnulib.
6595         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
6596
6597 2007-07-02  Simon Josefsson  <simon@josefsson.org>
6598
6599         * NEWS: Mention lgpl module name change.
6600
6601         * modules/lgpl-2.1: Renamed from lgpl.
6602
6603         * NEWS: Mention gpl module name change.
6604
6605         * modules/gpl-3.0: New file, based on gpl-2.0.
6606
6607         * modules/gpl-2.0: Renamed from gpl.
6608
6609         * modules/gpl: Fix filename, doc/gpl.texi is now found at
6610         doc/gpl-2.0.texi.
6611
6612 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
6613
6614         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
6615         #define __STDC_LIMIT_MACROS temporarily while including
6616         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
6617         Problem reported by Joel E. Denny in
6618         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
6619
6620 2007-07-01  Bruno Haible  <bruno@clisp.org>
6621
6622         * lib/unistdio.h: New file.
6623         * lib/unistdio/u-asnprintf.h: New file.
6624         * lib/unistdio/u-asprintf.h: New file.
6625         * lib/unistdio/u-printf-args.c: New file.
6626         * lib/unistdio/u-printf-args.h: New file.
6627         * lib/unistdio/u-printf-parse.h: New file.
6628         * lib/unistdio/u-snprintf.h: New file.
6629         * lib/unistdio/u-sprintf.h: New file.
6630         * lib/unistdio/u-vasprintf.h: New file.
6631         * lib/unistdio/u-vsnprintf.h: New file.
6632         * lib/unistdio/u-vsprintf.h: New file.
6633         * lib/unistdio/ulc-asnprintf.c: New file.
6634         * lib/unistdio/ulc-asprintf.c: New file.
6635         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
6636         * lib/unistdio/ulc-printf-parse.c: New file.
6637         * lib/unistdio/ulc-snprintf.c: New file.
6638         * lib/unistdio/ulc-sprintf.c: New file.
6639         * lib/unistdio/ulc-vasnprintf.c: New file.
6640         * lib/unistdio/ulc-vasprintf.c: New file.
6641         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
6642         * lib/unistdio/ulc-vsnprintf.c: New file.
6643         * lib/unistdio/ulc-vsprintf.c: New file.
6644         * lib/unistdio/u8-asnprintf.c: New file.
6645         * lib/unistdio/u8-asprintf.c: New file.
6646         * lib/unistdio/u8-printf-parse.c: New file.
6647         * lib/unistdio/u8-snprintf.c: New file.
6648         * lib/unistdio/u8-sprintf.c: New file.
6649         * lib/unistdio/u8-vasnprintf.c: New file.
6650         * lib/unistdio/u8-vasprintf.c: New file.
6651         * lib/unistdio/u8-vsnprintf.c: New file.
6652         * lib/unistdio/u8-vsprintf.c: New file.
6653         * lib/unistdio/u8-u8-asnprintf.c: New file.
6654         * lib/unistdio/u8-u8-asprintf.c: New file.
6655         * lib/unistdio/u8-u8-snprintf.c: New file.
6656         * lib/unistdio/u8-u8-sprintf.c: New file.
6657         * lib/unistdio/u8-u8-vasnprintf.c: New file.
6658         * lib/unistdio/u8-u8-vasprintf.c: New file.
6659         * lib/unistdio/u8-u8-vsnprintf.c: New file.
6660         * lib/unistdio/u8-u8-vsprintf.c: New file.
6661         * lib/unistdio/u16-asnprintf.c: New file.
6662         * lib/unistdio/u16-asprintf.c: New file.
6663         * lib/unistdio/u16-printf-parse.c: New file.
6664         * lib/unistdio/u16-snprintf.c: New file.
6665         * lib/unistdio/u16-sprintf.c: New file.
6666         * lib/unistdio/u16-vasnprintf.c: New file.
6667         * lib/unistdio/u16-vasprintf.c: New file.
6668         * lib/unistdio/u16-vsnprintf.c: New file.
6669         * lib/unistdio/u16-vsprintf.c: New file.
6670         * lib/unistdio/u16-u16-asnprintf.c: New file.
6671         * lib/unistdio/u16-u16-asprintf.c: New file.
6672         * lib/unistdio/u16-u16-snprintf.c: New file.
6673         * lib/unistdio/u16-u16-sprintf.c: New file.
6674         * lib/unistdio/u16-u16-vasnprintf.c: New file.
6675         * lib/unistdio/u16-u16-vasprintf.c: New file.
6676         * lib/unistdio/u16-u16-vsnprintf.c: New file.
6677         * lib/unistdio/u16-u16-vsprintf.c: New file.
6678         * lib/unistdio/u32-asnprintf.c: New file.
6679         * lib/unistdio/u32-asprintf.c: New file.
6680         * lib/unistdio/u32-printf-parse.c: New file.
6681         * lib/unistdio/u32-snprintf.c: New file.
6682         * lib/unistdio/u32-sprintf.c: New file.
6683         * lib/unistdio/u32-vasnprintf.c: New file.
6684         * lib/unistdio/u32-vasprintf.c: New file.
6685         * lib/unistdio/u32-vsnprintf.c: New file.
6686         * lib/unistdio/u32-vsprintf.c: New file.
6687         * lib/unistdio/u32-u32-asnprintf.c: New file.
6688         * lib/unistdio/u32-u32-asprintf.c: New file.
6689         * lib/unistdio/u32-u32-snprintf.c: New file.
6690         * lib/unistdio/u32-u32-sprintf.c: New file.
6691         * lib/unistdio/u32-u32-vasnprintf.c: New file.
6692         * lib/unistdio/u32-u32-vasprintf.c: New file.
6693         * lib/unistdio/u32-u32-vsnprintf.c: New file.
6694         * lib/unistdio/u32-u32-vsprintf.c: New file.
6695         * tests/unistdio/test-ulc-asnprintf1.c: New file.
6696         * tests/unistdio/test-ulc-asnprintf1.h: New file.
6697         * tests/unistdio/test-ulc-printf1.h: New file.
6698         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
6699         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
6700         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
6701         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
6702         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
6703         * tests/unistdio/test-ulc-vasprintf1.c: New file.
6704         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
6705         * tests/unistdio/test-ulc-vsprintf1.c: New file.
6706         * tests/unistdio/test-u8-asnprintf1.c: New file.
6707         * tests/unistdio/test-u8-asnprintf1.h: New file.
6708         * tests/unistdio/test-u8-printf1.h: New file.
6709         * tests/unistdio/test-u8-vasnprintf1.c: New file.
6710         * tests/unistdio/test-u8-vasnprintf2.c: New file.
6711         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
6712         * tests/unistdio/test-u8-vasnprintf3.c: New file.
6713         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
6714         * tests/unistdio/test-u8-vasprintf1.c: New file.
6715         * tests/unistdio/test-u8-vsnprintf1.c: New file.
6716         * tests/unistdio/test-u8-vsprintf1.c: New file.
6717         * tests/unistdio/test-u16-asnprintf1.c: New file.
6718         * tests/unistdio/test-u16-asnprintf1.h: New file.
6719         * tests/unistdio/test-u16-printf1.h: New file.
6720         * tests/unistdio/test-u16-vasnprintf1.c: New file.
6721         * tests/unistdio/test-u16-vasnprintf2.c: New file.
6722         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
6723         * tests/unistdio/test-u16-vasnprintf3.c: New file.
6724         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
6725         * tests/unistdio/test-u16-vasprintf1.c: New file.
6726         * tests/unistdio/test-u16-vsnprintf1.c: New file.
6727         * tests/unistdio/test-u16-vsprintf1.c: New file.
6728         * tests/unistdio/test-u32-asnprintf1.c: New file.
6729         * tests/unistdio/test-u32-asnprintf1.h: New file.
6730         * tests/unistdio/test-u32-printf1.h: New file.
6731         * tests/unistdio/test-u32-vasnprintf1.c: New file.
6732         * tests/unistdio/test-u32-vasnprintf2.c: New file.
6733         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
6734         * tests/unistdio/test-u32-vasnprintf3.c: New file.
6735         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
6736         * tests/unistdio/test-u32-vasprintf1.c: New file.
6737         * tests/unistdio/test-u32-vsnprintf1.c: New file.
6738         * tests/unistdio/test-u32-vsprintf1.c: New file.
6739         * modules/unistdio/base: New file.
6740         * modules/unistdio/u-printf-args: New file.
6741         * modules/unistdio/ulc-asnprintf: New file.
6742         * modules/unistdio/ulc-asprintf: New file.
6743         * modules/unistdio/ulc-fprintf: New file.
6744         * modules/unistdio/ulc-printf-parse: New file.
6745         * modules/unistdio/ulc-snprintf: New file.
6746         * modules/unistdio/ulc-sprintf: New file.
6747         * modules/unistdio/ulc-vasnprintf: New file.
6748         * modules/unistdio/ulc-vasprintf: New file.
6749         * modules/unistdio/ulc-vfprintf: New file.
6750         * modules/unistdio/ulc-vsnprintf: New file.
6751         * modules/unistdio/ulc-vsprintf: New file.
6752         * modules/unistdio/u8-asnprintf: New file.
6753         * modules/unistdio/u8-asprintf: New file.
6754         * modules/unistdio/u8-printf-parse: New file.
6755         * modules/unistdio/u8-snprintf: New file.
6756         * modules/unistdio/u8-sprintf: New file.
6757         * modules/unistdio/u8-vasnprintf: New file.
6758         * modules/unistdio/u8-vasprintf: New file.
6759         * modules/unistdio/u8-vsnprintf: New file.
6760         * modules/unistdio/u8-vsprintf: New file.
6761         * modules/unistdio/u8-u8-asnprintf: New file.
6762         * modules/unistdio/u8-u8-asprintf: New file.
6763         * modules/unistdio/u8-u8-snprintf: New file.
6764         * modules/unistdio/u8-u8-sprintf: New file.
6765         * modules/unistdio/u8-u8-vasnprintf: New file.
6766         * modules/unistdio/u8-u8-vasprintf: New file.
6767         * modules/unistdio/u8-u8-vsnprintf: New file.
6768         * modules/unistdio/u8-u8-vsprintf: New file.
6769         * modules/unistdio/u16-asnprintf: New file.
6770         * modules/unistdio/u16-asprintf: New file.
6771         * modules/unistdio/u16-printf-parse: New file.
6772         * modules/unistdio/u16-snprintf: New file.
6773         * modules/unistdio/u16-sprintf: New file.
6774         * modules/unistdio/u16-vasnprintf: New file.
6775         * modules/unistdio/u16-vasprintf: New file.
6776         * modules/unistdio/u16-vsnprintf: New file.
6777         * modules/unistdio/u16-vsprintf: New file.
6778         * modules/unistdio/u16-u16-asnprintf: New file.
6779         * modules/unistdio/u16-u16-asprintf: New file.
6780         * modules/unistdio/u16-u16-snprintf: New file.
6781         * modules/unistdio/u16-u16-sprintf: New file.
6782         * modules/unistdio/u16-u16-vasnprintf: New file.
6783         * modules/unistdio/u16-u16-vasprintf: New file.
6784         * modules/unistdio/u16-u16-vsnprintf: New file.
6785         * modules/unistdio/u16-u16-vsprintf: New file.
6786         * modules/unistdio/u32-asnprintf: New file.
6787         * modules/unistdio/u32-asprintf: New file.
6788         * modules/unistdio/u32-printf-parse: New file.
6789         * modules/unistdio/u32-snprintf: New file.
6790         * modules/unistdio/u32-sprintf: New file.
6791         * modules/unistdio/u32-vasnprintf: New file.
6792         * modules/unistdio/u32-vasprintf: New file.
6793         * modules/unistdio/u32-vsnprintf: New file.
6794         * modules/unistdio/u32-vsprintf: New file.
6795         * modules/unistdio/u32-u32-asnprintf: New file.
6796         * modules/unistdio/u32-u32-asprintf: New file.
6797         * modules/unistdio/u32-u32-snprintf: New file.
6798         * modules/unistdio/u32-u32-sprintf: New file.
6799         * modules/unistdio/u32-u32-vasnprintf: New file.
6800         * modules/unistdio/u32-u32-vasprintf: New file.
6801         * modules/unistdio/u32-u32-vsnprintf: New file.
6802         * modules/unistdio/u32-u32-vsprintf: New file.
6803         * modules/unistdio/ulc-asnprintf-tests: New file.
6804         * modules/unistdio/ulc-vasnprintf-tests: New file.
6805         * modules/unistdio/ulc-vasprintf-tests: New file.
6806         * modules/unistdio/ulc-vsnprintf-tests: New file.
6807         * modules/unistdio/ulc-vsprintf-tests: New file.
6808         * modules/unistdio/u8-asnprintf-tests: New file.
6809         * modules/unistdio/u8-vasnprintf-tests: New file.
6810         * modules/unistdio/u8-vasprintf-tests: New file.
6811         * modules/unistdio/u8-vsnprintf-tests: New file.
6812         * modules/unistdio/u8-vsprintf-tests: New file.
6813         * modules/unistdio/u16-asnprintf-tests: New file.
6814         * modules/unistdio/u16-vasnprintf-tests: New file.
6815         * modules/unistdio/u16-vasprintf-tests: New file.
6816         * modules/unistdio/u16-vsnprintf-tests: New file.
6817         * modules/unistdio/u16-vsprintf-tests: New file.
6818         * modules/unistdio/u32-asnprintf-tests: New file.
6819         * modules/unistdio/u32-vasnprintf-tests: New file.
6820         * modules/unistdio/u32-vasprintf-tests: New file.
6821         * modules/unistdio/u32-vsnprintf-tests: New file.
6822         * modules/unistdio/u32-vsprintf-tests: New file.
6823         * MODULES.html.sh (Unicode string functions): Add the new modules.
6824
6825 2007-07-01  Bruno Haible  <bruno@clisp.org>
6826
6827         * lib/sprintf.c (sprintf): Limit the available length estimation,
6828         to avoid address wraparound.
6829         * lib/vsprintf.c (vsprintf): Likewise.
6830         * modules/sprintf-posix (Dependencies): Add stdint.
6831         * modules/vsprintf-posix (Dependencies): Likewise.
6832
6833 2007-07-01  Bruno Haible  <bruno@clisp.org>
6834
6835         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
6836         Windows PATH as well. Conservative double-quoting. Comments.
6837
6838 2007-07-01  Bruno Haible  <bruno@clisp.org>
6839             Eric Blake  <ebb9@byu.net>
6840             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6841
6842         * gnulib-tool (self_abspathname): Fix algorithm to cope with
6843         empty components in $PATH, denoting '.'.
6844
6845 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6846
6847         * gnulib-tool: Fix indentation.
6848         (func_create_megatestdir): Likewise.
6849         Report by Bruno Haible.
6850
6851 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6852
6853         Sync from Automake.
6854         * build-aux/gnupload: Fix shell portability issues with for loops.
6855         Report by Karl Berry.
6856
6857 2007-06-29  Simon Josefsson  <simon@josefsson.org>
6858
6859         * build-aux/maint.mk (POURL): Use translationproject.org.
6860
6861 2007-06-27  Simon Josefsson  <simon@josefsson.org>
6862             Bruno Haible  <bruno@clisp.org>
6863
6864         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
6865         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
6866         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
6867         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
6868         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
6869
6870 2007-06-27  Bruno Haible  <bruno@clisp.org>
6871
6872         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
6873         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
6874
6875 2007-06-26  Karl Berry  <karl@gnu.org>
6876
6877         * MODULES.html.sh: remove xreadlink-with-size.
6878
6879 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
6880
6881         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
6882         method that I hope also handles the double-include problem noted
6883         by Bruno Haible in
6884         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
6885
6886 2007-06-23  Bruno Haible  <bruno@clisp.org>
6887
6888         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6889         Don't let the 'mostlyclean' target fail if the last subdirectory could
6890         not be removed.
6891         Reported by Karl Berry.
6892
6893 2007-06-23  Bruno Haible  <bruno@clisp.org>
6894
6895         * gnulib-tool (echo): Add a speedier workaround for ksh.
6896         * tests/test-echo.sh: Likewise.
6897
6898 2007-06-23  Bruno Haible  <bruno@clisp.org>
6899
6900         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
6901         * tests/test-echo.sh: Likewise.
6902
6903 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6904
6905         * gnulib-tool (IFS): Initialize early, so we don't set it to
6906         empty later.
6907         (self_abspathname): Rewrite algorithm to set it, reindent.
6908         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
6909         (func_create_megatestdir): Merge some sed scripts.
6910
6911 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
6912
6913         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
6914         exposed by Sun Studio 11 cc on Solaris 8.
6915
6916 2007-06-22  Bruno Haible  <bruno@clisp.org>
6917
6918         * gnulib-tool (echo): Ensure the echo primitive does not interpret
6919         backslashes.
6920         * tests/test-echo.sh: New file.
6921
6922 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6923
6924         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
6925         simplify `sed_replace_build_aux' scripts, they are portable but
6926         echoing them with `echo' is not.
6927         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
6928
6929 2007-06-21  Karl Berry  <karl@gnu.org>
6930
6931         * config/srclist.txt: guess we can't handle the licenses via
6932         srclist at the moment.
6933
6934 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
6935
6936         * MODULES.html.sh: Add include_next.
6937         * modules/include_next: New file.
6938
6939 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
6940
6941         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
6942         INCLUDE_NEXT.
6943         (gl_CHECK_NEXT_HEADERS): New macro.
6944         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
6945         the obsolescent gl_ABSOLUTE_HEADER.
6946         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
6947         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
6948         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
6949         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
6950         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
6951         * m4/math_h.m4 (gl_MATH_H): Likewise.
6952         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
6953         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
6954         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
6955         * m4/stdint.m4 (gl_STDINT_H): Likewise.
6956         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
6957         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
6958         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
6959         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
6960         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
6961         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
6962         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
6963         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
6964         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
6965         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
6966         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
6967         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
6968         * m4/inttypes.m4 (gl_INTTYPES_H): Define
6969         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
6970         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
6971         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
6972         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
6973         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
6974         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
6975         * lib/float_.h: Likewise.
6976         * lib/inttypes_.h: Likewise.
6977         * lib/math_.h: Likewise.
6978         * lib/search_.h: Likewise.
6979         * lib/signal_.h: Likewise.
6980         * lib/stdint_.h: Likewise.
6981         * lib/stdio_.h: Likewise.
6982         * lib/stdlib_.h: Likewise.
6983         * lib/string_.h: Likewise.
6984         * lib/sys_stat_.h: Likewise.
6985         * lib/sys_time_.h: Likewise.
6986         * lib/time_.h: Likewise.
6987         * lib/unistd_.h: Likewise.
6988         * lib/wchar_.h: Likewise.
6989         * lib/wctype_.h: Likewise.
6990         * lib/dirent_.h: Likewise.
6991         * lib/iconv_.h: Likewise.
6992         * lib/locale_.h: Likewise.
6993         * lib/netinet_in_.h: Likewise.
6994         * lib/sys_select_.h: Likewise.
6995         * lib/sys_socket_.h: Likewise.
6996         * lib/sysexits_.h: Likewise.
6997         * modules/fcntl (Depends-on): Depend on include_next, not
6998         absolute_header.
6999         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
7000         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
7001         * modules/fchdir: Likewise.
7002         * modules/float: Likewise.
7003         * modules/iconv_open: Likewise.
7004         * modules/inttypes: Likewise.
7005         * modules/locale: Likewise.
7006         * modules/math: Likewise.
7007         * modules/netinet_in: Likewise.
7008         * modules/search: Likewise.
7009         * modules/signal: Likewise.
7010         * modules/stdint: Likewise.
7011         * modules/stdio: Likewise.
7012         * modules/stdlib: Likewise.
7013         * modules/string: Likewise.
7014         * modules/sys_select: Likewise.
7015         * modules/sys_socket: Likewise.
7016         * modules/sys_stat: Likewise.
7017         * modules/sys_time: Likewise.
7018         * modules/sysexits: Likewise.
7019         * modules/time: Likewise.
7020         * modules/unistd: Likewise.
7021         * modules/wchar: Likewise.
7022         * modules/wctype: Likewise.
7023         * modules/sys_stat: Change maintainer to "all".
7024         * modules/unistd: Likewise.
7025
7026 2007-06-20  Karl Berry  <karl@gnu.org>
7027
7028         * config/srclist.txt: track www changes in license files.
7029
7030 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
7031
7032         * build-aux/bootstrap: Remove stray dot.
7033         Make sure build_aux settings are honored when linking
7034         gnulib_extra_files.
7035
7036 2007-06-19  Eric Blake  <ebb9@byu.net>
7037
7038         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
7039         Allow compilation on cygwin.
7040
7041 2007-06-19  Jim Meyering  <jim@meyering.net>
7042
7043         xreadlink-with-size: Remove module.  No longer used.
7044         Ex-callers now use xreadlink or mreadlink-with-size.
7045         * modules/xreadlink-with-size: Remove module.
7046         * lib/xreadlink-with-size.c: Remove file.
7047         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
7048         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
7049         just before the function definition *is* accurate.
7050
7051         Eliminate one way canonicalize_filename_mode could exit.
7052         * lib/canonicalize.c (canonicalize_filename_mode):
7053         Use mreadlink_with_size, not xreadlink_with_size.
7054
7055 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
7056
7057         Detect porting problems to FreeBSD/arm, which has time_t wider than
7058         long int.  Original problem reported for GNU diff by Xin Li in
7059         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
7060         * modules/getdate (Depends-on): Add intprops, verify.
7061         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
7062         is an integer type no wider than long int.
7063
7064 2007-06-18  Jim Meyering  <jim@meyering.net>
7065
7066         New module: mreadlink-with-size.
7067         * MODULES.html.sh: Add mreadlink-with-size.
7068         * modules/mreadlink-with-size: New module
7069         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
7070         not xreadlink-with-size.
7071         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
7072
7073 2007-06-16  Bruno Haible  <bruno@clisp.org>
7074
7075         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
7076         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
7077         Reported by Gary V. Vaughan <gary@gnu.org>.
7078
7079 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
7080
7081         Revamp lchown so that it lives in unistd.h where it belongs.
7082         * lib/lchown.h: Remove.
7083         * lib/dirchownmod.c: Don't include lib/lchown.h.
7084         * lib/fchownat.c: Likewise.
7085         * lib/openat.c: Likewise.
7086         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
7087         does not follow symlinks.
7088         (EOPNOTSUPP): Define if not defined.
7089         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
7090         is defined to 0.
7091         (lchown): New decl.
7092         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
7093         Do not check for lchown decl.
7094         Set REPLACE_LCHOWN.
7095         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
7096         REPLACE_LCHOWN.
7097         * modules/chown: Make it clear it follows symlinks.
7098         * modules/lchown: Make it clear it doesn't follow symlinks.
7099         (Files): Remove lib/lchown.h
7100         (Depends-on): Add unistd.
7101         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
7102         (Include): Include <unistd.h>, not "lchown.h".
7103         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
7104         REPLACE_LCHOWN.
7105
7106 2007-06-15  Jim Meyering  <jim@meyering.net>
7107
7108         Change license (GPL to LGPL) of fsusage and dependents.
7109         * modules/fsusage (License): Change to LGPL.
7110         * modules/full-read (License): Likewise.
7111         * modules/full-write (License): Likewise.
7112         * modules/safe-read (License): Likewise.
7113         * modules/safe-write (License): Likewise.
7114
7115 2007-06-14  Ben Pfaff  <blp@gnu.org>
7116
7117         Missing part of allocsa -> malloca transition.
7118         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
7119         gl_MALLOCA.
7120
7121 2007-06-12  Bruno Haible  <bruno@clisp.org>
7122
7123         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
7124         to ia64, x86_64, i386.
7125         Reported by Eric Blake.
7126
7127 2007-06-12  Bruno Haible  <bruno@clisp.org>
7128
7129         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
7130         cross-compiling to x86_64.
7131
7132 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
7133
7134         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
7135         glitch reported by Ralf Wildenhues in
7136         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
7137
7138         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
7139         Vin Shelton.
7140
7141 2007-06-11  Bruno Haible  <bruno@clisp.org>
7142
7143         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
7144         replacement string.
7145         Reported by Eric Blake.
7146
7147 2007-06-10  Bruno Haible  <bruno@clisp.org>
7148
7149         Prepare vasnprintf code for use with Unicode strings.
7150         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
7151         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
7152         TYPE_U32_STRING.
7153         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
7154         a_u32_string variants.
7155         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
7156         * lib/printf-args.c: Don't include config.h and the specification
7157         header if PRINTF_FETCHARGS is already defined.
7158         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
7159         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
7160         TYPE_U16_STRING, TYPE_U32_STRING.
7161         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
7162         u16_directive, u16_directives, u32_directive, u32_directives): New
7163         types.
7164         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
7165         New declarations.
7166         * lib/printf-parse.c: Don't include config.h and the specification
7167         header if PRINTF_PARSE is already defined. Eliminate the set of
7168         parameters for WIDE_CHAR_VERSION; the user of this file must provide
7169         them now. Include c-ctype.h.
7170         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
7171         directive and CHAR_T_ONLY_ASCII.
7172         * lib/vasnprintf.c: Don't include config.h and the specification header
7173         if VASNPRINTF is already defined.
7174         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
7175         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
7176         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
7177         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
7178         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
7179         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
7180         code accordingly.
7181         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
7182         pad_ourselves also in this case, with the 'c' and 's' directives, and
7183         with a different notion of "width".
7184         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
7185
7186 2007-06-10  Bruno Haible  <bruno@clisp.org>
7187
7188         * modules/unistr/u32-mbsnlen: New file.
7189         * lib/unistr/u32-mbsnlen.c: New file.
7190
7191         * modules/unistr/u16-mbsnlen: New file.
7192         * lib/unistr/u16-mbsnlen.c: New file.
7193
7194         * modules/unistr/u8-mbsnlen: New file.
7195         * lib/unistr/u8-mbsnlen.c: New file.
7196
7197         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
7198         declarations.
7199
7200 2007-06-10  Bruno Haible  <bruno@clisp.org>
7201
7202         * lib/string_.h (mbsnlen): New declaration.
7203         * lib/mbsnlen.c: New file.
7204         * m4/mbsnlen.m4: New file.
7205         * modules/mbsnlen: New file.
7206         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
7207         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
7208         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
7209
7210 2007-06-10  Bruno Haible  <bruno@clisp.org>
7211
7212         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
7213
7214 2007-06-10  Bruno Haible  <bruno@clisp.org>
7215
7216         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
7217         * lib/mbuiter.h: Likewise.
7218
7219 2007-06-10  Bruno Haible  <bruno@clisp.org>
7220
7221         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
7222         declaration.
7223
7224 2007-06-10  Karl Berry  <karl@gnu.org>
7225
7226         * config/srclist.txt: remove gettext entries, Bruno prefers
7227         to update individually.
7228
7229 2007-06-10  Bruno Haible  <bruno@clisp.org>
7230
7231         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
7232         'maxlen'. Ensure only length + width bytes are allocated, not
7233         length + 1 + width.
7234
7235 2007-06-09  Bruno Haible  <bruno@clisp.org>
7236
7237         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
7238         (CHAR_T): Remove macro.
7239         (VASNPRINTF): Update.
7240
7241 2007-06-09  Bruno Haible  <bruno@clisp.org>
7242
7243         * MODULES.html.sh (Unicode string functions): Add the new modules.
7244
7245         * modules/uniconv/u32-conv-to-enc: New file.
7246         * lib/uniconv/u32-conv-to-enc.c: New file.
7247         * modules/uniconv/u32-conv-to-enc-tests: New file.
7248         * tests/uniconv/test-u32-conv-to-enc.c: New file.
7249
7250         * modules/uniconv/u16-conv-to-enc: New file.
7251         * lib/uniconv/u16-conv-to-enc.c: New file.
7252         * lib/uniconv/u-conv-to-enc.h: New file.
7253         * modules/uniconv/u16-conv-to-enc-tests: New file.
7254         * tests/uniconv/test-u16-conv-to-enc.c: New file.
7255
7256         * modules/uniconv/u8-conv-to-enc: New file.
7257         * lib/uniconv/u8-conv-to-enc.c: New file.
7258         * modules/uniconv/u8-conv-to-enc-tests: New file.
7259         * tests/uniconv/test-u8-conv-to-enc.c: New file.
7260
7261         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
7262         u32_conv_to_encoding): New declarations.
7263
7264 2007-06-09  Bruno Haible  <bruno@clisp.org>
7265
7266         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
7267
7268 2007-06-09  Bruno Haible  <bruno@clisp.org>
7269
7270         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
7271         * modules/malloca: Renamed from modules/allocsa, updated.
7272         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
7273         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
7274         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
7275         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
7276         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
7277         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
7278         * modules/xmalloca: Renamed from modules/xallocsa, updated.
7279         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
7280         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
7281         * modules/c-strcasestr (Depends-on): Update.
7282         * lib/c-strcasestr.c: Update.
7283         * modules/c-strstr (Depends-on): Update.
7284         * lib/c-strstr.c: Update.
7285         * modules/canonicalize-lgpl (Depends-on): Update.
7286         * lib/canonicalize-lgpl.c: Update.
7287         * modules/clean-temp (Depends-on): Update.
7288         * lib/clean-temp.c: Update.
7289         * modules/csharpcomp (Depends-on): Update.
7290         * lib/csharpcomp.c: Update.
7291         * modules/csharpexec (Depends-on): Update.
7292         * lib/csharpexec.c: Update.
7293         * modules/javacomp (Depends-on): Update.
7294         * lib/javacomp.c: Update.
7295         * modules/javaexec (Depends-on): Update.
7296         * lib/javaexec.c: Update.
7297         * modules/mbscasestr (Depends-on): Update.
7298         * lib/mbscasestr.c: Update.
7299         * modules/mbsstr (Depends-on): Update.
7300         * lib/mbsstr.c: Update.
7301         * modules/setenv (Depends-on): Update.
7302         * lib/setenv.c: Update.
7303         * modules/strcasestr (Depends-on): Update.
7304         * lib/strcasestr.c: Update.
7305         * modules/striconveha (Depends-on): Update.
7306         * lib/striconveha.c: Update.
7307         * modules/relocatable-prog-wrapper (Files): Update.
7308         * lib/relocwrapper.c: Update.
7309         * build-aux/install-reloc: Update.
7310         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
7311
7312 2007-06-08  Bruno Haible  <bruno@clisp.org>
7313
7314         Port to uClibc.
7315         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
7316         * lib/fpurge.c (fpurge): Likewise.
7317         * lib/freading.c (freading): Likewise.
7318         * lib/fseeko.c (rpl_fseeko): Likewise.
7319         * lib/fseterr.c (fseterr): Likewise.
7320         * lib/fwriting.c (fwriting): Likewise.
7321         * tests/test-fflush.c (main): Avoid a failure on uClibc.
7322
7323 2007-06-08  Bruno Haible  <bruno@clisp.org>
7324
7325         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
7326         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
7327         * modules/gettext (Files): Add m4/intlmacosx.m4.
7328
7329 2007-06-07  Bruno Haible  <bruno@clisp.org>
7330
7331         * modules/localename-tests: New file.
7332         * tests/test-localename.c: New file.
7333
7334         New module 'localename'.
7335         * lib/localename.h: New file.
7336         * lib/localename.c: New file, from GNU gettext.
7337         * m4/localename.m4: New file.
7338         * modules/localename: New file.
7339
7340 2007-06-07  Bruno Haible  <bruno@clisp.org>
7341
7342         Work around the lack of <wchar.h> on some builds of uClibc.
7343         * doc/headers/wchar.texi: Update.
7344         * lib/wchar_.h: Include <wchar.h> only if it exists.
7345         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
7346         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
7347         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
7348         doesn't exist.
7349         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
7350         * modules/mbfile (Depends-on): Add wchar.
7351         * modules/mbiter (Depends-on): Likewise.
7352         * modules/mbuiter (Depends-on): Likewise.
7353         Reported by Simon Josefsson.
7354
7355 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
7356
7357         Work around problem reported by Steven M. Schweda in
7358         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
7359         Tru64 5.1B with the Compaq compiler environment installed declares
7360         an 'isblank' function but does not define it in the C library.
7361         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
7362         * lib/regex_internal.h (isblank): Likewise.
7363         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
7364         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
7365
7366 2007-06-05  Bruno Haible  <bruno@clisp.org>
7367
7368         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
7369         ia64.
7370         * modules/printf-safe: New file.
7371         * modules/fprintf-posix (Depends-on): Add printf-safe.
7372         * modules/printf-posix (Depends-on): Likewise.
7373         * modules/snprintf-posix (Depends-on): Likewise.
7374         * modules/sprintf-posix (Depends-on): Likewise.
7375         * modules/vasnprintf-posix (Depends-on): Likewise.
7376         * modules/vasprintf-posix (Depends-on): Likewise.
7377         * modules/vfprintf-posix (Depends-on): Likewise.
7378         * modules/vprintf-posix (Depends-on): Likewise.
7379         * modules/vsnprintf-posix (Depends-on): Likewise.
7380         * modules/vsprintf-posix (Depends-on): Likewise.
7381         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
7382         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
7383         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
7384         "no" on i386, x86_64, ia64.
7385         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
7386         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
7387         on i386, x86_64, ia64.
7388         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
7389         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
7390         on i386, x86_64, ia64.
7391         * tests/test-vasnprintf-posix.c: Include float.h.
7392         (LDBL80_WORDS): New macro.
7393         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
7394         on i386, x86_64, ia64.
7395         * tests/test-vasprintf-posix.c: Include float.h.
7396         (LDBL80_WORDS): New macro.
7397         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
7398         on i386, x86_64, ia64.
7399         * tests/test-snprintf-posix.c: Include float.h.
7400         * tests/test-sprintf-posix.c: Likewise.
7401         * tests/test-vsnprintf-posix.c: Likewise.
7402         * tests/test-vsprintf-posix.c: Likewise.
7403
7404 2007-06-05  Bruno Haible  <bruno@clisp.org>
7405
7406         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
7407         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
7408         non-IEEE numbers on i386, x86_64, ia64.
7409         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
7410         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
7411         * tests/test-isnanl.h: Include float.h.
7412         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
7413
7414 2007-06-05  Bruno Haible  <bruno@clisp.org>
7415
7416         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
7417         also the %a / %A. Handle the %a / %A code before this extra handling.
7418
7419 2007-06-05  Bruno Haible  <bruno@clisp.org>
7420
7421         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
7422         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
7423
7424 2007-06-05  Bruno Haible  <bruno@clisp.org>
7425
7426         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
7427         typo in variable name.
7428
7429 2007-06-05  Eric Blake  <ebb9@byu.net>
7430
7431         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
7432         Reported by Simon Josefsson.
7433
7434 2007-06-04  Bruno Haible  <bruno@clisp.org>
7435
7436         Avoid test failures on some PowerPC platforms.
7437         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
7438         Define differently for PowerPC.
7439         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
7440         Reported by Gary V. Vaughan <gary@gnu.org>.
7441
7442 2007-06-02  Bruno Haible  <bruno@clisp.org>
7443
7444         Fix test-stdint failure on FreeBSD/ia64.
7445         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
7446         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
7447         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
7448         * doc/headers/stdint.texi: Update.
7449
7450 2007-06-01  Bruno Haible  <bruno@clisp.org>
7451
7452         * tests/test-binary-io.c (main): Pass a third argument to open().
7453         Reported by Gary V. Vaughan <gary@gnu.org>.
7454
7455 2007-06-01  Bruno Haible  <bruno@clisp.org>
7456
7457         * doc/functions/frexpl.texi: Update for mingw.
7458
7459 2007-06-01  Bruno Haible  <bruno@clisp.org>
7460
7461         * tests/test-lseek.c (main): Disable test of errno for invalid third
7462         argument.
7463         * doc/functions/lseek.texi: Update.
7464         Reported by Gary V. Vaughan <gary@gnu.org>.
7465
7466 2007-05-28  Bruno Haible  <bruno@clisp.org>
7467
7468         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
7469
7470 2007-05-31  Eric Blake  <ebb9@byu.net>
7471
7472         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
7473         cross compiling.
7474
7475 2007-05-30  Eric Blake  <ebb9@byu.net>
7476         and Bruno Haible  <bruno@clisp.org>
7477
7478         Work around mingw test failures exposed by m4-1.4.9b.
7479         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
7480         * tests/test-unistd.c: Disable uid_t and git_t tests for the
7481         moment.
7482
7483 2007-05-30  Bruno Haible  <bruno@clisp.org>
7484
7485         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
7486         assuming that they are closed. Needed on HP-UX 11.
7487
7488 2007-05-29  Bruno Haible  <bruno@clisp.org>
7489
7490         Fix a problem with #include_next.
7491         * lib/dirent_.h: Split the double-inclusion guard.
7492         * lib/fcntl_.h: Likewise.
7493         * lib/float_.h: Likewise.
7494         * lib/iconv_.h: Likewise.
7495         * lib/inttypes_.h: Likewise.
7496         * lib/locale_.h: Likewise.
7497         * lib/math_.h: Likewise.
7498         * lib/netinet_in_.h: Likewise.
7499         * lib/search_.h: Likewise.
7500         * lib/signal_.h: Likewise.
7501         * lib/stdint_.h: Likewise.
7502         * lib/stdio_.h: Likewise.
7503         * lib/stdlib_.h: Likewise.
7504         * lib/string_.h: Likewise.
7505         * lib/sys_select_.h: Likewise.
7506         * lib/sys_socket_.h: Likewise.
7507         * lib/sys_stat_.h: Likewise.
7508         * lib/sys_time_.h: Likewise.
7509         * lib/sysexits_.h: Likewise.
7510         * lib/time_.h: Likewise.
7511         * lib/unistd_.h: Likewise.
7512         * lib/wchar_.h: Likewise.
7513         * lib/wctype_.h: Likewise.
7514
7515 2007-05-29  Bruno Haible  <bruno@clisp.org>
7516
7517         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
7518         for the moment.
7519
7520 2007-05-29  Bruno Haible  <bruno@clisp.org>
7521
7522         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
7523         invocation.
7524         Reported by Eric Blake.
7525
7526 2007-05-29  Bruno Haible  <bruno@clisp.org>
7527
7528         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
7529         compiling case.
7530
7531 2007-05-29  Eric Blake  <ebb9@byu.net>
7532             Bruno Haible  <bruno@clisp.org>
7533
7534         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
7535         cross compiles.
7536
7537 2007-05-28  Eric Blake  <ebb9@byu.net>
7538
7539         * modules/closein-tests (test_closein_LDADD): Support test on
7540         cygwin with libtool.
7541
7542 2007-05-28  Bruno Haible  <bruno@clisp.org>
7543
7544         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
7545         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
7546         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
7547         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
7548         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
7549         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
7550         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
7551         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
7552         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
7553
7554 2007-05-28  Eric Blake  <ebb9@byu.net>
7555
7556         Unconditionally include <config.h> in unit tests.
7557         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
7558         * tests/test-allocsa.c, tests/test-arcfour.c,
7559         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
7560         tests/test-array_list.c, tests/test-array_oset.c,
7561         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
7562         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
7563         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
7564         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
7565         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
7566         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
7567         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
7568         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
7569         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
7570         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
7571         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
7572         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
7573         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
7574         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
7575         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
7576         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
7577         test-md5.c, test-memmem.c, test-printf-posix.c,
7578         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
7579         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
7580         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
7581         test-strcasestr.c, test-striconv.c, test-striconveh.c,
7582         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
7583         test-vasnprintf-posix2.c, test-vasnprintf.c,
7584         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
7585         test-vfprintf-posix.c, test-vprintf-posix.c,
7586         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
7587         test-xvasprintf.c: Likewise.
7588
7589 2007-05-28  Bruno Haible  <bruno@clisp.org>
7590
7591         * gnulib-tool (func_import): Remember the --with-tests command-line
7592         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
7593         Reported by Eric Blake.
7594
7595 2007-05-28  Bruno Haible  <bruno@clisp.org>
7596
7597         * modules/ftell-tests: New file.
7598         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
7599         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
7600
7601         * lib/ftell.c: New file.
7602         * modules/ftell: New file.
7603         * m4/ftell.m4: New file.
7604         * doc/functions/ftell.texi: Update.
7605         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
7606         REPLACE_FTELL.
7607         * lib/stdio_.h (rpl_ftell): New declaration.
7608         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
7609         REPLACE_FTELL.
7610
7611 2007-05-28  Eric Blake  <ebb9@byu.net>
7612
7613         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
7614
7615 2007-05-28  Bruno Haible  <bruno@clisp.org>
7616
7617         * modules/fseek-tests: New file.
7618         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
7619         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
7620
7621         * lib/fseek.c: New file.
7622         * modules/fseek: New file.
7623         * m4/fseek.m4: New file.
7624         * doc/functions/fseek.texi: Update.
7625         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
7626         REPLACE_FSEEK.
7627         * lib/stdio_.h (rpl_fseek): New declaration.
7628         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
7629         REPLACE_FSEEK.
7630
7631 2007-05-28  Bruno Haible  <bruno@clisp.org>
7632
7633         * lib/stdio_.h (fflush): More comments.
7634
7635 2007-05-28  Bruno Haible  <bruno@clisp.org>
7636
7637         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
7638         runtime test.
7639
7640 2007-05-28  Eric Blake  <ebb9@byu.net>
7641
7642         Improve lseek module.
7643         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
7644         * lib/unistd_.h (lseek): Scale back link warning message.
7645         * tests/test-lseek.c: Beef up test.
7646         * tests/test-lseek.sh: Exercise more facets of lseek.
7647         Reported by Bruno Haible.
7648
7649 2007-05-28  Bruno Haible  <bruno@clisp.org>
7650
7651         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
7652         to define.
7653
7654 2007-05-27  Bruno Haible  <bruno@clisp.org>
7655
7656         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
7657
7658 2007-05-27  Bruno Haible  <bruno@clisp.org>
7659
7660         * modules/openmp: New file.
7661         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
7662         Noah Misch.
7663
7664 2007-05-26  Bruno Haible  <bruno@clisp.org>
7665
7666         * modules/chdir-long (Depends-on): Add fchdir.
7667         * modules/chdir-safer (Depends-on): Likewise.
7668         * modules/fts (Depends-on): Likewise.
7669         * modules/fts-lgpl (Depends-on): Likewise.
7670         * modules/openat (Depends-on): Likewise.
7671         * modules/savewd (Depends-on): Likewise.
7672
7673 2007-05-24  Eric Blake  <ebb9@byu.net>
7674
7675         Fix lseek on mingw.
7676         * modules/lseek: New module.
7677         * m4/lseek.m4: New file.
7678         * lib/lseek.c: New file.
7679         * modules/lseek-tests: New file.
7680         * tests/test-lseek.c: New file.
7681         * tests/test-lseek.sh: New file.
7682         * MODULES.html.sh: Document lseek module.
7683         * modules/fflush (Depends-on): Add lseek, fseeko.
7684         * modules/fseeko (Depends-on): Likewise.
7685         * modules/ftello (Depends-on): Likewise.
7686         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
7687         broken.
7688         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
7689         broken.
7690         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
7691         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
7692         * lib/ftello.c (rpl_ftello): Likewise.
7693         * tests/test-fseeko.c (main): Test this.
7694         * tests/test-fseeko.sh: Likewise.
7695         * tests/test-ftello.c (main): Likewise.
7696         * tests/test-ftello.sh: Likewise.
7697         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
7698         implies replacing fseek.
7699         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
7700         HAVE_FTELLO.
7701         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
7702         * modules/unistd (Makefile.am): Likewise.
7703         * lib/unistd_.h (lseek): Declare a replacement.
7704         * doc/functions/lseek.texi (lseek): Document this fix.
7705         * doc/functions/fseek.texi (fseek): Likewise.
7706         * doc/functions/ftell.texi (ftell): Likewise.
7707
7708 2007-05-24  Bruno Haible  <bruno@clisp.org>
7709
7710         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
7711         in the printed representation of a NaN.
7712         * tests/test-vasprintf-posix.c (test_function): Likewise.
7713         * tests/test-snprintf-posix.h (test_function): Likewise.
7714         * tests/test-sprintf-posix.h (test_function): Likewise.
7715         Reported by Eric Blake.
7716
7717 2007-05-23  Eric Blake  <ebb9@byu.net>
7718
7719         Fix fseeko/ftello on cygwin 1.5.24.
7720         * doc/functions/fseeko.texi (fseeko): Document the fix.
7721         * doc/functions/ftello.texi (ftello): Document the fix.
7722         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
7723         * doc/functions/stdout.text (stdout): New file.
7724         * doc/functions/stderr.text (stderr): New file.
7725         * doc/gnulib.texi (Function Substitutes): Use new files.
7726         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
7727         prior to 1.7.0.
7728         * tests/test-ftello.c (main): Likewise for ftello.
7729         * tests/test-fseeko.sh: New file.
7730         * tests/test-ftello.sh: New file.
7731         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
7732         with seekable stdin.
7733         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
7734         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
7735         (gl_REPLACE_FSEEKO): New macro.
7736         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
7737         * modules/fseeko (Files): Distribute fseeko.c.
7738         * modules/ftello (Files): Distribute ftello.c.
7739         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
7740         mode.
7741         * lib/ftello.c (rpl_ftello): New file.
7742         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
7743         fseeko, ftello.
7744         (gl_STDIN_LARGE_OFFSET): New macro.
7745         * modules/stdio (Makefile.am): Perform the replacement.
7746         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
7747
7748 2007-05-23  Bruno Haible  <bruno@clisp.org>
7749
7750         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
7751         GNULIB_POSIXCHECK is defined.
7752
7753 2007-05-21  Bruno Haible  <bruno@clisp.org>
7754
7755         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
7756         Check also the output for NaN arguments. When cross-compiling, guess
7757         no on IRIX.
7758         * lib/vasnprintf.c: Update comments.
7759         * tests/test-vasnprintf-posix.c (strisnan): New function.
7760         (test_function): Use it.
7761         * tests/test-vasprintf-posix.c (strisnan): New function.
7762         (test_function): Use it.
7763         * tests/test-snprintf-posix.h (strisnan): New function.
7764         (test_function): Use it.
7765         * tests/test-sprintf-posix.h (strisnan): New function.
7766         (test_function): Use it.
7767         Reported by Eric Blake.
7768
7769 2007-05-20  Bruno Haible  <bruno@clisp.org>
7770
7771         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
7772         numbers that fails on BeOS.
7773         * doc/functions/frexpl.texi: Update.
7774
7775 2007-05-20  Jim Meyering  <jim@meyering.net>
7776
7777         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
7778         forced upon us by glibc-2.6.
7779
7780 2007-05-20  Bruno Haible  <bruno@clisp.org>
7781
7782         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
7783         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
7784         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
7785         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
7786         NEED_PRINTF_INFINITE.
7787         (is_infinitel): New function.
7788         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
7789         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
7790         gl_PREREQ_VASNPRINTF_INFINITE.
7791         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
7792         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
7793         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
7794         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
7795         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
7796         gl_PREREQ_VASNPRINTF_INFINITE.
7797         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
7798         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7799         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7800         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7801         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
7802         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7803         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7804         * doc/functions/fprintf.texi: Update.
7805         * doc/functions/printf.texi: Update.
7806         * doc/functions/snprintf.texi: Update.
7807         * doc/functions/sprintf.texi: Update.
7808         * doc/functions/vfprintf.texi: Update.
7809         * doc/functions/vprintf.texi: Update.
7810         * doc/functions/vsnprintf.texi: Update.
7811         * doc/functions/vsprintf.texi: Update.
7812
7813 2007-05-20  Bruno Haible  <bruno@clisp.org>
7814
7815         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
7816         was not found in libc.
7817         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
7818
7819 2007-05-20  Bruno Haible  <bruno@clisp.org>
7820
7821         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
7822         printed as "-nan" instead of "nan".
7823         * tests/test-vasprintf-posix.c (test_function): Likewise.
7824         * tests/test-snprintf-posix.h (test_function): Likewise.
7825         * tests/test-sprintf-posix.h (test_function): Likewise.
7826         Needed for HP-UX 11.
7827
7828 2007-05-20  Jim Meyering  <jim@meyering.net>
7829
7830         Fix buggy test for the fchownat-deref bug.
7831         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
7832         symlink required for the run-test.  Without it, this test would
7833         always declare that fchownat doesn't work, and client code would
7834         unnecessarily use the replacement function with fixed libc.
7835         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
7836         Reported by Greg Schafer.
7837
7838 2007-05-19  Bruno Haible  <bruno@clisp.org>
7839
7840         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
7841         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
7842         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
7843         Needed for IRIX 6.5 and Solaris 2.5.1.
7844
7845 2007-05-19  Bruno Haible  <bruno@clisp.org>
7846
7847         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
7848         (test_function): Skip tests involving -0.0 on platforms where
7849         -0.0 = 0.0.
7850         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
7851         (test_function): Skip tests involving -0.0 on platforms where
7852         -0.0 = 0.0.
7853         * tests/test-snprintf-posix.h (have_minus_zero): New function.
7854         (test_function): Skip tests involving -0.0 on platforms where
7855         -0.0 = 0.0.
7856         * tests/test-sprintf-posix.h (have_minus_zero): New function.
7857         (test_function): Skip tests involving -0.0 on platforms where
7858         -0.0 = 0.0.
7859         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
7860         tests.
7861         * tests/test-printf-posix.h (test_function): Likewise.
7862         * tests/test-printf-posix.output: Remove all -0.0 related results.
7863         Needed for IRIX 6.5.
7864
7865 2007-05-19  Bruno Haible  <bruno@clisp.org>
7866
7867         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
7868         printed as "nan0x7fffffff" instead of "nan".
7869         * tests/test-vasprintf-posix.c (test_function): Likewise.
7870         * tests/test-snprintf-posix.h (test_function): Likewise.
7871         * tests/test-sprintf-posix.h (test_function): Likewise.
7872         * tests/test-fprintf-posix.h (NaN): Remove macro.
7873         (test_function): Remove all NaN related tests.
7874         * tests/test-printf-posix.h (NaN): Remove macro.
7875         (test_function): Remove all NaN related tests.
7876         * tests/test-printf-posix.output: Remove all NaN related results.
7877         Needed for IRIX 6.5.
7878
7879 2007-05-19  Bruno Haible  <bruno@clisp.org>
7880
7881         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
7882         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
7883
7884 2007-05-19  Bruno Haible  <bruno@clisp.org>
7885
7886         * lib/float_.h: New file.
7887         * m4/float_h.m4: New file.
7888         * modules/float: New file.
7889         * modules/isnanl (Dependencies): Add float.
7890         * modules/isnanl-nolibm (Dependencies): Likewise.
7891         * modules/mathl (Dependencies): Likewise.
7892         * modules/printf-frexpl (Dependencies): Likewise.
7893         * modules/signbit (Dependencies): Likewise.
7894         * modules/vasnprintf (Dependencies): Likewise.
7895         * doc/headers/float.texi: Update.
7896
7897 2007-05-19  Jim Meyering  <jim@meyering.net>
7898
7899         * lib/utimens.c (gl_futimens): Rename from futimens,
7900         now that glibc-2.6 declares futimens.
7901         * lib/utimens.h: Likewise.
7902
7903 2007-05-19  Bruno Haible  <bruno@clisp.org>
7904
7905         Avoid test failures on mingw.
7906         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
7907         * tests/test-printf-posix.sh: Likewise.
7908         * tests/test-vfprintf-posix.sh: Likewise.
7909         * tests/test-vprintf-posix.sh: Likewise.
7910
7911 2007-05-19  Bruno Haible  <bruno@clisp.org>
7912
7913         Fix *printf result for NaN, Inf, -0.0 on mingw.
7914         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
7915         * lib/vasnprintf.c: Include math.h and isnan.h.
7916         (is_infinite_or_zero): New function.
7917         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
7918         values in the %f, %F, %e, %E, %g, %G directives.
7919         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
7920         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
7921         gl_PRINTF_INFINITE and test its result. Invoke
7922         gl_PREREQ_VASNPRINTF_INFINITE.
7923         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
7924         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7925         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7926         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7927         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
7928         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
7929         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
7930         * doc/functions/fprintf.texi: Update.
7931         * doc/functions/printf.texi: Update.
7932         * doc/functions/snprintf.texi: Update.
7933         * doc/functions/sprintf.texi: Update.
7934         * doc/functions/vfprintf.texi: Update.
7935         * doc/functions/vprintf.texi: Update.
7936         * doc/functions/vsnprintf.texi: Update.
7937         * doc/functions/vsprintf.texi: Update.
7938
7939 2007-05-19  Bruno Haible  <bruno@clisp.org>
7940
7941         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
7942         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
7943         Instead of multiplying with 10^k, set extra_zeroes to k.
7944         (scale10_round_long_double): Remove function.
7945
7946 2007-05-18  Bruno Haible  <bruno@clisp.org>
7947
7948         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
7949         introduced on 2007-05-06.
7950
7951 2007-05-18  Bruno Haible  <bruno@clisp.org>
7952
7953         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
7954         %g directives.
7955         * tests/test-vasprintf-posix.c (test_function): Likewise.
7956         * tests/test-snprintf-posix.h (test_function): Likewise.
7957         * tests/test-sprintf-posix.h (test_function): Likewise.
7958
7959 2007-05-18  Bruno Haible  <bruno@clisp.org>
7960
7961         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
7962         (strmatch): New function.
7963         (test_function): Test the %f directive on numbers of various exponents.
7964         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
7965         (strmatch): New function.
7966         (test_function): Test the %f directive on numbers of various exponents.
7967         * tests/test-snprintf-posix.h (strmatch): New function.
7968         (test_function): Test the %f directive on numbers of various exponents.
7969         * tests/test-sprintf-posix.h (strmatch): New function.
7970         (test_function): Test the %f directive on numbers of various exponents.
7971         * tests/test-snprintf-posix.c (SIZEOF): New macro.
7972         * tests/test-sprintf-posix.c (SIZEOF): New macro.
7973         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
7974         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
7975
7976 2007-05-18  Bruno Haible  <bruno@clisp.org>
7977
7978         Add support for 'long double' number output.
7979         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
7980         * lib/vasnprintf.c: Include math.h and float+.h.
7981         (mp_limb_t): New type.
7982         (GMP_LIMB_BITS): New macro.
7983         (mp_twolimb_t): New type.
7984         (GMP_TWOLIMB_BITS): New macro.
7985         (mpn_t): New type.
7986         (multiply, divide, convert_to_decimal, decode_long_double,
7987         scale10_round_long_double, scale10_round_decimal_long_double,
7988         floorlog10l): New functions.
7989         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
7990         for the %f, %F, %e, %E, %g, %G directives.
7991         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
7992         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
7993         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
7994         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
7995         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
7996         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
7997         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
7998         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
7999         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8000         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8001         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8002         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
8003         * modules/snprintf-posix (Depends-on): Likewise.
8004         * modules/sprintf-posix (Depends-on): Likewise.
8005         * modules/vasnprintf-posix (Depends-on): Likewise.
8006         * modules/vasprintf-posix (Depends-on): Likewise.
8007         * modules/vfprintf-posix (Depends-on): Likewise.
8008         * modules/vsnprintf-posix (Depends-on): Likewise.
8009         * modules/vsprintf-posix (Depends-on): Likewise.
8010         * modules/vasnprintf (Files): Add lib/float+.h.
8011         * doc/functions/fprintf.texi: Update.
8012         * doc/functions/printf.texi: Update.
8013         * doc/functions/snprintf.texi: Update.
8014         * doc/functions/sprintf.texi: Update.
8015         * doc/functions/vfprintf.texi: Update.
8016         * doc/functions/vprintf.texi: Update.
8017         * doc/functions/vsnprintf.texi: Update.
8018         * doc/functions/vsprintf.texi: Update.
8019
8020 2007-05-18  Bruno Haible  <bruno@clisp.org>
8021
8022         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
8023
8024 2007-05-18  Bruno Haible  <bruno@clisp.org>
8025
8026         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
8027         for printing 64-bit integers. Needed for mingw.
8028
8029 2007-05-18  Bruno Haible  <bruno@clisp.org>
8030
8031         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
8032         gl_FUNC_FREXPL_WORKS.
8033         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
8034
8035 2007-05-18  Bruno Haible  <bruno@clisp.org>
8036
8037         * modules/frexpl-nolibm-tests: New file.
8038
8039         * modules/frexpl-nolibm: New file.
8040         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
8041
8042 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
8043
8044         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
8045         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
8046         GCC 4.2, which otherwise issues a lot of warnings.
8047         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
8048         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
8049         Likewise.
8050         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
8051         * modules/iconv_open (iconv.h): Likewise.
8052         * modules/locale (locale.h): Likewise.
8053         * modules/netinet_in (netinet/in.h): Likewise.
8054         * modules/sys_select (sys_select.h): Likewise.
8055         * modules/sys_socket (sys/socket.h): Likewise.
8056         * modules/sys_stat (sys/stat.h): Likewise.
8057         * modules/sysexits (sysexits.h): Likewise.
8058         * modules/unistd (unistd.h): Likewise.
8059
8060 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8061
8062         * modules/closein-tests (Makefile.am): Distribute
8063         `test-closein.sh'.
8064
8065 2007-05-17  Bruno Haible  <bruno@clisp.org>
8066
8067         * tests/test-printf-posix.output: Renamed from
8068         tests/test-fprintf-posix.out.
8069         * modules/fprintf-posix-tests: Update.
8070         * modules/printf-posix-tests: Update.
8071         * modules/vfprintf-posix-tests: Update.
8072         * modules/vprintf-posix-tests: Update.
8073         * tests/test-fprintf-posix.sh: Update.
8074         * tests/test-printf-posix.sh: Update.
8075         * tests/test-vfprintf-posix.sh: Update.
8076         * tests/test-vprintf-posix.sh: Update.
8077         Reported by Ralf Wildenhues.
8078
8079 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
8080
8081         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
8082         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
8083         GCC 4.2, which otherwise issues a lot of warnings.
8084         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
8085         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
8086         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
8087         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
8088         it should no longer be needed.
8089         * lib/string_.h: Likewise.
8090         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
8091         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
8092         * modules/inttypes (inttypes.h): Likewise.
8093         * modules/math (math.h): Likewise.
8094         * modules/search (search.h): Likewise.
8095         * modules/signal (signal.h): Likewise.
8096         * modules/stdint (stdint.h): Likewise.
8097         * modules/stdio (stdio.h): Likewise.
8098         * modules/stdlib (stdlib.h): Likewise.
8099         * modules/string (string.h): Likewise.
8100         * modules/sys_time (sys/time.h): Likewise.
8101         * modules/time (time.h): Likewise.
8102         * modules/wchar (wchar.h): Likewise.
8103         * modules/wctype (wtype.h): Likewise.
8104
8105 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
8106
8107         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
8108
8109 2007-05-13  Bruno Haible  <bruno@clisp.org>
8110
8111         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
8112         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
8113         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
8114         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
8115         (gl_PREREQ_STRTOK_R): Don't require it here.
8116
8117 2007-05-13  Bruno Haible  <bruno@clisp.org>
8118
8119         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
8120         when used in C++ mode.
8121
8122 2007-05-12  Bruno Haible  <bruno@clisp.org>
8123
8124         * lib/linebuffer.h: Tweak doc.
8125         * lib/linebuffer.c: Likewise.
8126
8127 2007-05-12  James Youngman  <jay@gnu.org>
8128
8129         * lib/linebuffer.c (readlinebuffer_delim): New function,
8130         like readlinebuffer, but use a caller-specified delimiter.
8131         (readlinebuffer): Just call readlinebuffer_delim with '\n'
8132         as the delimiter.
8133         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
8134
8135 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8136
8137         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
8138         * modules/openat (Files): Remove openat-die.c.
8139         (Depends-on): Add openat-die.
8140         * modules/openat-die: New module.
8141
8142 2007-05-06  Bruno Haible  <bruno@clisp.org>
8143
8144         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
8145         Update with info about Cygwin.
8146         * doc/functions/fprintf.texi: Update.
8147         * doc/functions/printf.texi: Update.
8148         * doc/functions/snprintf.texi: Update.
8149         * doc/functions/sprintf.texi: Update.
8150         * doc/functions/vfprintf.texi: Update.
8151         * doc/functions/vprintf.texi: Update.
8152         * doc/functions/vsnprintf.texi: Update.
8153         * doc/functions/vsprintf.texi: Update.
8154         Reported by Eric Blake.
8155
8156 2007-05-06  Bruno Haible  <bruno@clisp.org>
8157
8158         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
8159         padding ourselves for the floating-point directives.
8160         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
8161         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
8162         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
8163         gl_PRINTF_FLAG_ZERO and test its result. Invoke
8164         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
8165         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8166         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
8167         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8168         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8169         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8170         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8171         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8172         * tests/test-snprintf-posix.h (test_function): Also check the width
8173         and some flags in the %f directive.
8174         * tests/test-sprintf-posix.h (test_function): Likewise.
8175         * tests/test-vasnprintf-posix.c (test_function): Likewise.
8176         * tests/test-vasprintf-posix.c (test_function): Likewise.
8177         * doc/functions/fprintf.texi: Update.
8178         * doc/functions/printf.texi: Update.
8179         * doc/functions/snprintf.texi: Update.
8180         * doc/functions/sprintf.texi: Update.
8181         * doc/functions/vfprintf.texi: Update.
8182         * doc/functions/vprintf.texi: Update.
8183         * doc/functions/vsnprintf.texi: Update.
8184         * doc/functions/vsprintf.texi: Update.
8185
8186 2007-05-06  Bruno Haible  <bruno@clisp.org>
8187
8188         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
8189         pass the ' flag character to sprintf or snprintf.
8190         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
8191         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
8192         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
8193         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
8194         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
8195         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8196         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
8197         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8198         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8199         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8200         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8201         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8202         * tests/test-snprintf-posix.h (test_function): Also check the grouping
8203         flag.
8204         * tests/test-sprintf-posix.h (test_function): Likewise.
8205         * tests/test-vasnprintf-posix.c (test_function): Likewise.
8206         * tests/test-vasprintf-posix.c (test_function): Likewise.
8207         * doc/functions/fprintf.texi: Update.
8208         * doc/functions/printf.texi: Update.
8209         * doc/functions/snprintf.texi: Update.
8210         * doc/functions/sprintf.texi: Update.
8211         * doc/functions/vfprintf.texi: Update.
8212         * doc/functions/vprintf.texi: Update.
8213         * doc/functions/vsnprintf.texi: Update.
8214         * doc/functions/vsprintf.texi: Update.
8215
8216 2007-05-01  Bruno Haible  <bruno@clisp.org>
8217
8218         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
8219
8220 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
8221
8222         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
8223         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
8224
8225 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8226
8227         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
8228         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
8229         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
8230
8231 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
8232
8233         * lib/argp-help.c (struct hol_entry): New member `ord'.
8234         (HOL_ENTRY_PTRCMP): Use ord for comparison
8235         (hol_sort): Initialize ord.
8236
8237 2007-05-01  Bruno Haible  <bruno@clisp.org>
8238
8239         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
8240         Reported by Eric Blake.
8241         * doc/gnulib.texi (Function Substitutes): Update.
8242
8243 2007-05-01  Bruno Haible  <bruno@clisp.org>
8244
8245         * doc/functions.texi: Remove file, now redundant through
8246         doc/functions/*.texi.
8247
8248 2007-05-01  Bruno Haible  <bruno@clisp.org>
8249
8250         * modules/argp (Depends-on): Add sleep.
8251
8252 2007-05-01  Bruno Haible  <bruno@clisp.org>
8253
8254         * modules/sleep-tests: New file.
8255         * tests/test-sleep.c: New file.
8256
8257         * modules/sleep: New file.
8258         * lib/sleep.c: New file.
8259         * m4/sleep.m4: New file.
8260         * lib/unistd_.h (sleep): New declaration.
8261         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
8262         HAVE_SLEEP.
8263         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
8264         * doc/functions/sleep.texi: Document the sleep module.
8265
8266 2007-05-01  Bruno Haible  <bruno@clisp.org>
8267
8268         * lib/sigprocmask.h: Remove file.
8269         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
8270         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
8271         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
8272         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
8273         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
8274         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
8275         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
8276         HAVE_SIGSET_T as a shell variable.
8277         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
8278         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
8279         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
8280         (Depends-on): Add signal. Remove verify.
8281         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
8282         (Include): Mention <signal.h> instead of sigprocmask.h.
8283         * NEWS: Mention the change.
8284         * lib/fatal-signal.c: Don't include sigprocmask.h.
8285
8286 2007-05-01  Bruno Haible  <bruno@clisp.org>
8287
8288         * modules/signal: New file.
8289         * lib/signal_.h: New file.
8290         * m4/signal_h.m4: New file.
8291
8292 2007-05-01  Bruno Haible  <bruno@clisp.org>
8293
8294         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
8295         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
8296         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
8297         HAVE_WCTYPE_CTMP_BUG into wctype.h.
8298
8299 2007-05-01  Bruno Haible  <bruno@clisp.org>
8300
8301         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
8302         configure time.
8303         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
8304         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
8305         * modules/sys_stat (Makefile.am): Substitute their values into
8306         sys/stat.h.
8307
8308 2007-05-01  Bruno Haible  <bruno@clisp.org>
8309
8310         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
8311         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
8312         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
8313
8314 2007-05-01  Bruno Haible  <bruno@clisp.org>
8315
8316         * doc/header/assert.texi: Undo last change: don't mention the gnulib
8317         'assert' module here.
8318
8319 2007-05-01  Bruno Haible  <bruno@clisp.org>
8320
8321         * doc/functions/*.texi: New files.
8322         * doc/functions/google-ranking.txt: New file.
8323         * doc/gnulib.texi (Function Substitutes): New chapter.
8324         (ctime, inet_ntoa): Remove sections.
8325         * doc/ctime.texi: Remove file.
8326         * doc/inet_ntoa.texi: Remove file.
8327         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
8328         dependencies.
8329         (%.info): New rule, specifying a --reference-limit.
8330
8331 2007-05-01  Bruno Haible  <bruno@clisp.org>
8332
8333         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
8334
8335 2007-05-01  Bruno Haible  <bruno@clisp.org>
8336
8337         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
8338         the portability of 'mkdir' to mingw systems.
8339
8340 2007-05-01  Bruno Haible  <bruno@clisp.org>
8341
8342         * doc/headers/google-ranking.txt: New file.
8343
8344 2007-04-30  Eric Blake  <ebb9@byu.net>
8345
8346         Prefer fseeko to fseek.
8347         * modules/getpass (Depends-on): Add fseeko.
8348         * lib/getpass.c (getpass): Use fseeko, not fseek.
8349
8350 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
8351
8352         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
8353         assumes the sorting is stable, while most qsort implementations
8354         are not.  Use argument addresses to ensure they never compare as
8355         equal.
8356
8357         * tests/test-argp-2.sh (usage-indent test): Fix output
8358         (func_compare): Restore diff options
8359         * tests/test-argp.c: Restore #include "progname.h"
8360
8361 2007-04-29  Bruno Haible  <bruno@clisp.org>
8362
8363         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
8364         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
8365         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
8366         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
8367         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
8368         (configure.ac): Define CHECK_SNPRINTF_POSIX.
8369         (TESTS, check_PROGRAMS): Add test-snprintf.
8370         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
8371         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
8372         (TESTS, check_PROGRAMS): Add test-vsnprintf.
8373         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
8374         assertions that fail on HP-UX, OSF/1, or IRIX.
8375         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
8376
8377 2007-04-29  Bruno Haible  <bruno@clisp.org>
8378
8379         * MODULES.html.sh (posix_functions): Remove 'contents'.
8380
8381 2007-04-29  Karl Berry  <karl@gnu.org>
8382
8383         * config/srclist.txt (gendocs_template_min): new entry.
8384
8385 2007-04-29  Bruno Haible  <bruno@clisp.org>
8386
8387         Work around fpurge bug on BSD systems.
8388         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
8389         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
8390         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
8391         fpurge to rpl_fpurge if the system already has this function.
8392         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
8393         the case where the system already has this function. Correct invariants
8394         on BSD systems.
8395         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
8396         BSD systems.
8397
8398 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
8399
8400         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
8401         proposed by Sven Verdoolaege.
8402
8403         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
8404         options.
8405         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
8406         (usage and help tests): Update
8407
8408 2007-04-29  Bruno Haible  <bruno@clisp.org>
8409
8410         * tests/test-fflush.c (main): Use a file of size 17, not 10.
8411         Print more information in case of failure. Disable a test on BeOS.
8412
8413 2007-04-29  Bruno Haible  <bruno@clisp.org>
8414
8415         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
8416         This helps debugging on systems on which no gdb is available.
8417
8418 2007-04-29  Bruno Haible  <bruno@clisp.org>
8419
8420         * lib/freading.h: Improve comments.
8421         * lib/fwriting.h: Likewise.
8422         * tests/test-freading.c (main): Don't check freading immediately after
8423         repositioning. Needed for glibc.
8424
8425 2007-04-29  Bruno Haible  <bruno@clisp.org>
8426
8427         * lib/freading.c (freading): Trivial simplification.
8428
8429 2007-04-28  Bruno Haible  <bruno@clisp.org>
8430
8431         * tests/test-fwriting.c (main): Also test the interaction between
8432         fflush and fwriting.
8433         * modules/fwriting-tests (Depends-on): Add fflush.
8434
8435         * tests/test-freading.c (main): Also test the interaction between
8436         fflush and freading.
8437         * modules/freading-tests (Depends-on): Add fflush.
8438
8439 2007-04-28  Bruno Haible  <bruno@clisp.org>
8440
8441         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
8442         fseeko and ftello.
8443         Suggested by Eric Blake.
8444
8445 2007-04-28  Jim Meyering  <jim@meyering.net>
8446
8447         Avoid false-negative in gl_STDINT_H's C99 conformance test.
8448         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
8449         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
8450
8451 2007-04-27  Eric Blake  <ebb9@byu.net>
8452
8453         * doc/headers/assert.texi (assert.h): Document assert module use.
8454
8455 2007-04-27  Bruno Haible  <bruno@clisp.org>
8456
8457         * doc/headers/*.texi: New files.
8458         * doc/gnulib.texi (Header File Substitutes): New chapter.
8459         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
8460         dependencies.
8461         (standards.info ,standards.html, standards.dvi): Update dependencies.
8462         (mostlyclean, clean): New targets.
8463
8464 2007-04-27  Bruno Haible  <bruno@clisp.org>
8465
8466         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
8467         * modules/sysexits (Files, Makefile.am): Update.
8468
8469         * lib/sys_socket_.h: Renamed from lib/socket_.h.
8470         * modules/sys_socket (Files, Makefile.am): Update.
8471
8472         * lib/sys_stat_.h: Renamed from lib/stat_.h.
8473         * modules/sys_stat (Files, Makefile.am): Update.
8474
8475 2007-04-27  Eric Blake  <ebb9@byu.net>
8476
8477         * lib/freading.h: Improve comments.
8478         * lib/fwriting.h: Likewise.
8479         * lib/fflush.c: Likewise.
8480
8481         Fix closein for mingw.
8482         * modules/closein-tests: Add tests for closein.
8483         * tests/test-closein.c: New file.
8484         * tests/test-closein.sh: Likewise.
8485         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
8486         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
8487
8488 2007-04-27  Bruno Haible  <bruno@clisp.org>
8489
8490         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
8491         version is < 6.
8492         * lib/math_.h [__DECC]: Likewise.
8493         * lib/stdio_.h [__DECC]: Likewise.
8494         * lib/stdlib_.h [__DECC]: Likewise.
8495         * lib/string_.h [__DECC]: Likewise.
8496         * lib/time_.h [__DECC]: Likewise.
8497         * lib/wchar_.h [__DECC]: Likewise.
8498         * lib/wctype_.h [__DECC]: Likewise.
8499
8500 2007-04-27  Bruno Haible  <bruno@clisp.org>
8501
8502         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
8503
8504 2007-04-27  Bruno Haible  <bruno@clisp.org>
8505
8506         * lib/fflush.c: Add comments.
8507         * modules/fpurge-tests (Depends-on): Add fflush.
8508         * modules/freadable-tests (Depends-on): Likewise.
8509         * modules/fwritable-tests (Depends-on): Likewise.
8510
8511 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
8512
8513         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
8514         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
8515         Report by Bruno Haible <bruno@clisp.org>.
8516
8517 2007-04-26  Eric Blake  <ebb9@byu.net>
8518
8519         Fix fflush on mingw.
8520         * modules/fflush (Depends-on): Add freading.
8521         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
8522         but unread data.
8523
8524 2007-04-26  Eric Blake  <ebb9@byu.net>
8525         and Bruno Haible  <bruno@clisp.org>
8526
8527         Implement freading and fwriting.
8528         * lib/freading.c: New file.
8529         * lib/freading.h: Likewise.
8530         * m4/freading.m4: Likewise.
8531         * modules/freading: Likewise.
8532         * modules/freading-tests: Likewise.
8533         * tests/test-freading.c: Likewise.
8534         * lib/fwriting.c: New file.
8535         * lib/fwriting.h: Likewise.
8536         * m4/fwriting.m4: Likewise.
8537         * modules/fwriting: Likewise.
8538         * modules/fwriting-tests: Likewise.
8539         * tests/test-fwriting.c: Likewise.
8540         * MODULES.html.sh (File stream based Input/Output): Mention them.
8541
8542 2007-04-26  Bruno Haible  <bruno@clisp.org>
8543
8544         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
8545         'long' when we assume it.
8546         Suggested by Eric Blake.
8547
8548 2007-04-26  Bruno Haible  <bruno@clisp.org>
8549
8550         Ensure fseeko, ftello are declared on glibc systems.
8551         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
8552         * modules/fseeko (configure.ac-early): Likewise.
8553         * modules/ftello (configure.ac-early): Likewise.
8554         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
8555         AC_FUNC_FSEEKO for this.
8556         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
8557         (gl_CHECK_FSEEKO): Remove macro.
8558
8559 2007-04-26  Bruno Haible  <bruno@clisp.org>
8560
8561         * tests/test-fflush.c (main): Also check the ftell result after
8562         fflush and fseek/fseeko.
8563         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
8564         file descriptor position cache in the stream.
8565         * lib/fseeko.c (rpl_fseeko): Likewise.
8566
8567 2007-04-26  Bruno Haible  <bruno@clisp.org>
8568
8569         * modules/fflush-tests (Depends-on): Add fseeko.
8570
8571 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
8572             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8573
8574         * lib/argz_.h: ensure error_t definition is obtained in same
8575         mechanism system argz.h would have.
8576         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
8577         argz facilities are known bad.  Err on the side of caution if
8578         cross-compiling.
8579
8580 2007-04-25  Eric Blake  <ebb9@byu.net>
8581
8582         * lib/fpurge.c (includes): Use stdlib.h for free.
8583         * tests/test-fflush.c (main): Also test fflush-fseeko.
8584
8585 2007-04-25  Bruno Haible  <bruno@clisp.org>
8586
8587         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
8588         * lib/fseeko.c: New file.
8589         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
8590         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
8591         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
8592         gl_FUNC_FSEEKO.
8593         (gl_FUNC_FSEEKO): Invoke it.
8594         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
8595         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
8596         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
8597
8598 2007-04-25  Bruno Haible  <bruno@clisp.org>
8599
8600         * modules/fflush (Depends-on): Add ftello.
8601
8602 2007-04-25  Bruno Haible  <bruno@clisp.org>
8603
8604         * modules/ftello-tests: New file.
8605         * tests/test-ftello.c: New file.
8606
8607         * modules/ftello: New file.
8608         * m4/ftello.m4: New file.
8609         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
8610         HAVE_FTELLO.
8611         * lib/stdio_.h (ftello): New declaration.
8612         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
8613         HAVE_FTELLO.
8614
8615 2007-04-25  Bruno Haible  <bruno@clisp.org>
8616
8617         * modules/fseeko-tests: New file.
8618         * tests/test-fseeko.c: New file.
8619
8620         * modules/fseeko: New file.
8621         * m4/fseeko.m4: New file.
8622         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
8623         HAVE_FSEEKO.
8624         * lib/stdio_.h (fseeko): New declaration.
8625         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
8626         HAVE_FSEEKO.
8627
8628 2007-04-25  Bruno Haible  <bruno@clisp.org>
8629
8630         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
8631
8632 2007-04-25  Bruno Haible  <bruno@clisp.org>
8633
8634         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
8635         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
8636         * tests/test-unistd.c: Likewise.
8637         * tests/test-fcntl.c: Likewise.
8638
8639 2007-04-23  Eric Blake  <ebb9@byu.net>
8640
8641         * lib/fflush.c: Fix missing include.
8642         Reported by Bruno Haible.
8643
8644 2007-04-23  Bruno Haible  <bruno@clisp.org>
8645
8646         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
8647         Reported by Eric Blake.
8648
8649 2007-04-23  Bruno Haible  <bruno@clisp.org>
8650
8651         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
8652
8653 2007-04-23  Bruno Haible  <bruno@clisp.org>
8654
8655         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
8656
8657 2007-04-23  Bruno Haible  <bruno@clisp.org>
8658
8659         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
8660         Needed on HP-UX 11.
8661
8662 2007-04-16  Eric Blake  <ebb9@byu.net>
8663
8664         Make fflush rely on fpurge.
8665         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
8666         open coding all variants.
8667         * modules/fflush (Depends-on): Add fpurge and unistd.
8668         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
8669         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
8670
8671         Fix --with-tests compilation on cygwin.
8672         * modules/argmatch-tests (Makefile.am): List gnulib library first
8673         in LDADD.
8674         * modules/argp-tests (Makefile.am): Likewise.
8675         * modules/array-list-tests (Makefile.am): Likewise.
8676         * modules/array-oset-tests (Makefile.am): Likewise.
8677         * modules/avltree-list-tests (Makefile.am): Likewise.
8678         * modules/avltree-oset-tests (Makefile.am): Likewise.
8679         * modules/avltreehash-list-tests (Makefile.am): Likewise.
8680         * modules/carray-list-tests (Makefile.am): Likewise.
8681         * modules/dirname-tests (Makefile.am): Likewise.
8682         * modules/frexp-tests (Makefile.am): Likewise.
8683         * modules/isnanl-tests (Makefile.am): Likewise.
8684         * modules/linked-list-tests (Makefile.am): Likewise.
8685         * modules/linkedhash-list-tests (Makefile.am): Likewise.
8686         * modules/lock-tests (Makefile.am): Likewise.
8687         * modules/rbtree-list-tests (Makefile.am): Likewise.
8688         * modules/rbtree-oset-tests (Makefile.am): Likewise.
8689         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
8690         * modules/tls-tests (Makefile.am): Likewise.
8691         * modules/tsearch-tests (Makefile.am): Likewise.
8692         * modules/xvasprintf-tests (Makefile.am): Likewise.
8693
8694         Fix fpurge for cygwin.
8695         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
8696         value.
8697         * modules/fpurge-tests (Depends-on): Clean up trash.
8698
8699 2007-04-16  Simon Josefsson  <simon@josefsson.org>
8700
8701         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
8702
8703         * m4/autobuild.m4: Re-indent.
8704
8705 2007-04-13  Bruno Haible  <bruno@clisp.org>
8706
8707         * modules/fpurge-tests: New file.
8708         * tests/test-fpurge.c: New file.
8709
8710         * modules/fpurge: New file.
8711         * lib/fpurge.h: New file.
8712         * lib/fpurge.c: New file.
8713         * m4/fpurge.m4: New file.
8714
8715 2007-04-13  Bruno Haible  <bruno@clisp.org>
8716
8717         * modules/fbufmode-tests: New file.
8718         * tests/test-fbufmode.c: New file.
8719
8720         * modules/fbufmode: New file.
8721         * lib/fbufmode.h: New file.
8722         * lib/fbufmode.c: New file.
8723         * m4/fbufmode.m4: New file.
8724
8725 2007-04-13  Bruno Haible  <bruno@clisp.org>
8726
8727         * modules/fwritable-tests: New file.
8728         * tests/test-fwritable.c: New file.
8729
8730         * modules/fwritable: New file.
8731         * lib/fwritable.h: New file.
8732         * lib/fwritable.c: New file.
8733         * m4/fwritable.m4: New file.
8734
8735 2007-04-13  Bruno Haible  <bruno@clisp.org>
8736
8737         * modules/freadable-tests: New file.
8738         * tests/test-freadable.c: New file.
8739
8740         * modules/freadable: New file.
8741         * lib/freadable.h: New file.
8742         * lib/freadable.c: New file.
8743         * m4/freadable.m4: New file.
8744
8745 2007-04-13  Bruno Haible  <bruno@clisp.org>
8746
8747         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
8748         MOSTLYCLEANFILES.
8749
8750 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
8751
8752         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
8753         gzip bootstrap.conf to avoid dragging in i18n machinery.
8754         (gnulib_tool_option): Use it.
8755
8756 2007-04-13  Bruno Haible  <bruno@clisp.org>
8757
8758         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
8759         %F directives.
8760         * tests/test-vasprintf-posix.c (test_function): Likewise.
8761         * tests/test-snprintf-posix.h (test_function): Likewise.
8762         * tests/test-sprintf-posix.h (test_function): Likewise.
8763         * tests/test-fprintf-posix.h (test_function): Likewise.
8764         * tests/test-printf-posix.h (test_function): Likewise.
8765         * tests/test-fprintf-posix.out: Likewise.
8766
8767 2007-04-13  Bruno Haible  <bruno@clisp.org>
8768
8769         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
8770         * modules/tls-tests (configure.ac): Likewise.
8771         Reported by Arto C. Nirkko <anirkko@insel.ch>.
8772
8773 2007-04-13  Bruno Haible  <bruno@clisp.org>
8774
8775         * lib/tls.c (glthread_tls_get): Fix return type.
8776         Patch by Arto C. Nirkko <anirkko@insel.ch>.
8777
8778 2007-04-12  Eric Blake  <ebb9@byu.net>
8779
8780         * modules/gettime (Depends-on): Remove gettime.
8781         Reported by Dmitry V. Levin.
8782
8783 2007-04-12  Bruno Haible  <bruno@clisp.org>
8784
8785         * modules/fflush (Include): Mention <stdio.h>.
8786         * modules/strtoimax (Include): Mention <inttypes.h>.
8787         * modules/strtoumax (Include): Likewise.
8788
8789 2007-04-12  Eric Blake  <ebb9@byu.net>
8790
8791         * .cvsignore: New file.
8792         * .gitignore: Likewise.
8793
8794 2007-04-12  Bruno Haible  <bruno@clisp.org>
8795
8796         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
8797         not before, since $(LDADD) often contains libgnu.a.
8798         * modules/striconv-tests (test_striconv_LDADD): Likewise.
8799         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
8800         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
8801         Needed on Cygwin.
8802
8803 2007-04-12  Eric Blake  <ebb9@byu.net>
8804
8805         Work around glibc's failure to flush stdin on fclose.
8806         * lib/closein.c (close_stdin): Flush stdin before closing.
8807
8808         Work around glibc's failure to reset seekable stdin on exit.
8809         * modules/closein: New module.
8810         * lib/closein.c: New file.
8811         * lib/closein.h: Likewise.
8812         * m4/closein.m4: Likewise.
8813         * MODULES.html.sh (File stream based Input/Output): Document it.
8814
8815 2007-04-12  Simon Josefsson  <simon@josefsson.org>
8816
8817         * gnulib-tool: Rename generated 'autobuild' script to
8818         'do-autobuild' in --create-megatestdir output.
8819
8820         * doc/gnulib.texi (Build robot for gnulib): Fix.
8821
8822 2007-04-12  Simon Josefsson  <simon@josefsson.org>
8823
8824         * modules/sysexits (Depends-on): Add absolute-header.
8825
8826 2007-04-12  Eric Blake  <ebb9@byu.net>
8827
8828         No need to preserve errno on success.
8829         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
8830         Reported by Bruno Haible.
8831
8832 2007-04-12  Simon Josefsson  <simon@josefsson.org>
8833
8834         * MODULES.html.sh (Support for maintaining and releasing
8835         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
8836
8837 2007-04-12  Simon Josefsson  <simon@josefsson.org>
8838
8839         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
8840
8841 2007-04-12  Simon Josefsson  <simon@josefsson.org>
8842
8843         * modules/autobuild: New module.
8844
8845         * m4/autobuild.m4: New file.
8846
8847 2007-04-11  Bruno Haible  <bruno@clisp.org>
8848
8849         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
8850         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
8851         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
8852         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
8853         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
8854         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
8855         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
8856         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
8857         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
8858         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
8859         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
8860         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
8861         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
8862         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
8863         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
8864         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
8865         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
8866         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
8867         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
8868         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
8869         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
8870         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
8871         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
8872         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
8873         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
8874         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
8875         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
8876         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
8877         Reported by Eric Blake.
8878
8879 2007-04-11  Bruno Haible  <bruno@clisp.org>
8880
8881         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
8882
8883 2007-04-10  Bruno Haible  <bruno@clisp.org>
8884
8885         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
8886         for NaN and Infinity. Needed on FreeBSD 6.1.
8887         * tests/test-vasnprintf-posix.c (test_function): Undo last change
8888         regarding results for "%010a" of Infinity and NaN.
8889         * tests/test-vasprintf-posix.c (test_function): Likewise.
8890         * tests/test-snprintf-posix.h (test_function): Likewise.
8891         * tests/test-sprintf-posix.h (test_function): Likewise.
8892         * tests/test-fprintf-posix.h (test_function): Likewise.
8893         * tests/test-printf-posix.h (test_function): Likewise.
8894         * tests/test-fprintf-posix.out: Likewise.
8895
8896 2007-04-10  Bruno Haible  <bruno@clisp.org>
8897
8898         * modules/locale-tests: New file.
8899         * tests/test-locale.c: New file.
8900
8901         * modules/locale: New file.
8902         * lib/locale_.h: New file.
8903         * m4/locale_h.m4: New file.
8904
8905 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
8906             Bruno Haible  <bruno@clisp.org>
8907
8908         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
8909         be determined, test for availability of the copysignf, copysign,
8910         copysignl functions.
8911         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
8912         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
8913         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
8914
8915 2007-04-09  Eric Blake  <ebb9@byu.net>
8916
8917         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
8918         * modules/stdio (Makefile.am): Support fflush.
8919         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
8920         * modules/fflush: New file.
8921         * lib/fflush.c: Likewise.
8922         * m4/fflush.m4: Likewise.
8923         * modules/fflush-tests: New test.
8924         * tests/test-fflush.c: Likewise.
8925         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
8926
8927 2007-04-06  Bruno Haible  <bruno@clisp.org>
8928
8929         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
8930         (VASNPRINTF): Use signbit for faster determination whether to print a
8931         minus sign.
8932         * modules/vasnprintf (Files): Remove lib/float+.h.
8933         * modules/fprintf-posix (Depends-on): Add signbit.
8934         * modules/snprintf-posix (Depends-on): Likewise.
8935         * modules/sprintf-posix (Depends-on): Likewise.
8936         * modules/vasnprintf-posix (Depends-on): Likewise.
8937         * modules/vasprintf-posix (Depends-on): Likewise.
8938         * modules/vfprintf-posix (Depends-on): Likewise.
8939         * modules/vsnprintf-posix (Depends-on): Likewise.
8940         * modules/vsprintf-posix (Depends-on): Likewise.
8941
8942 2007-04-06  Bruno Haible  <bruno@clisp.org>
8943
8944         * tests/test-frexp.c (main): Test also the sign bit of zero results.
8945         * tests/test-frexpl.c (main): Likewise.
8946         * tests/test-ldexpl.c (main): Likewise.
8947         * modules/frexp-tests (Depends-on): Add signbit.
8948         * modules/frexpl-tests (Depdends-on): Likewise.
8949         * modules/ldexpl-tests (Depdends-on): Likewise.
8950
8951 2007-04-06  Bruno Haible  <bruno@clisp.org>
8952
8953         * modules/signbit-tests: New file.
8954         * tests/test-signbit.c: New file.
8955
8956         * modules/signbit: New file.
8957         * lib/signbitf.c: New file.
8958         * lib/signbitd.c: New file.
8959         * lib/signbitl.c: New file.
8960         * m4/signbit.m4: New file.
8961         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
8962         (signbit): New macro.
8963         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
8964         REPLACE_SIGNBIT.
8965         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
8966         REPLACE_FREXPL into math.h.
8967
8968 2007-04-06  Bruno Haible  <bruno@clisp.org>
8969
8970         * modules/isnanf-nolibm-tests: New file.
8971         * tests/test-isnanf.c: New file.
8972
8973         * modules/isnanf-nolibm: New file.
8974         * lib/isnanf.h: New file.
8975         * lib/isnanf.c: New file.
8976         * lib/isnan.c: Consider the USE_FLOAT macro.
8977         * m4/isnanf.m4: New file.
8978
8979 2007-04-06  Bruno Haible  <bruno@clisp.org>
8980
8981         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
8982         (Link): New section.
8983
8984         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
8985
8986 2007-04-06  Bruno Haible  <bruno@clisp.org>
8987
8988         Assume the 'long double' type.
8989         * m4/longdouble.m4: Remove file.
8990         * config/srclist.txt: Don't mention longdouble.m4.
8991         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
8992         * lib/float+.h: Likewise.
8993         * lib/frexp.c: Likewise.
8994         * lib/printf-args.h: Likewise.
8995         * lib/printf-args.c: Likewise.
8996         * lib/printf-frexp.c: Likewise.
8997         * lib/printf-parse.c: Likewise.
8998         * lib/vasnprintf.c: Likewise.
8999         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
9000         * m4/intl.m4: Likewise.
9001         * m4/isnanl.m4: Likewise.
9002         * m4/printf.m4: Likewise.
9003         * m4/printf-frexpl.m4: Likewise.
9004         * m4/vasnprintf.m4: Likewise.
9005         * modules/allocsa (Files): Remove m4/longdouble.m4.
9006         * modules/gettext (Files): Likewise.
9007         * modules/relocatable-prog-wrapper (Files): Likewise.
9008         * modules/vasnprintf (Files): Likewise.
9009         * modules/isnanl (Files): Likewise.
9010         (Include): Simplify.
9011         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
9012         (Include): Simplify.
9013         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
9014         (Include): Simplify.
9015         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
9016         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
9017         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
9018         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
9019         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
9020         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
9021         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
9022         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
9023         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
9024         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
9025         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
9026         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
9027         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
9028         * tests/test-isnanl.c: Likewise.
9029         * tests/test-snprintf-posix.h: Likewise.
9030         * tests/test-sprintf-posix.h: Likewise.
9031         * tests/test-vasnprintf-posix.c: Likewise.
9032         * tests/test-vasnprintf-posix2.c: Likewise.
9033         * tests/test-vasprintf-posix.c: Likewise.
9034
9035 2007-04-06  Bruno Haible  <bruno@clisp.org>
9036
9037         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
9038         * lib/math_.h [__DECC]: Include the overridden include file through
9039         #include_next, outside the double-inclusion guard.
9040         * lib/stdio_.h [__DECC]: Likewise.
9041         * lib/stdlib_.h [__DECC]: Likewise.
9042         * lib/string_.h [__DECC]: Likewise.
9043         * lib/time_.h [__DECC]: Likewise.
9044         * lib/wchar_.h [__DECC]: Likewise.
9045         * lib/wctype_.h [__DECC]: Likewise.
9046         * lib/inttypes_.h [__DECC]: Likewise.
9047         Reported by Albert Chin <china@thewrittenword.com> in
9048         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
9049
9050 2007-04-04  Eric Blake  <ebb9@byu.net>
9051
9052         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
9053         1.5.x.
9054
9055 2007-04-04  Bruno Haible  <bruno@clisp.org>
9056
9057         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
9058         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
9059
9060 2007-04-04  Bruno Haible  <bruno@clisp.org>
9061
9062         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
9063         results for "%010a" of Infinity and NaN.
9064         * tests/test-vasprintf-posix.c (test_function): Likewise.
9065         * tests/test-snprintf-posix.h (test_function): Likewise.
9066         * tests/test-sprintf-posix.h (test_function): Likewise.
9067         * tests/test-fprintf-posix.h (test_function): Remove these tests.
9068         * tests/test-printf-posix.h (test_function): Likewise.
9069         * tests/test-fprintf-posix.out: Update.
9070         Needed for FreeBSD 6.1.
9071
9072 2007-04-04  Bruno Haible  <bruno@clisp.org>
9073
9074         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
9075         directly used by the gnulib modules nor by gnulib-tool.
9076
9077 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
9078
9079         * DEPENDENCIES: Give overall description of version dependency
9080         desirability.  Use more-typical names for apps.
9081         Add shell, coreutils, diffutils, grep, tar, gzip.
9082
9083 2007-04-04  Simon Josefsson  <simon@josefsson.org>
9084
9085         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
9086
9087 2007-04-04  Karl Berry  <karl@gnu.org>
9088
9089         * MODULES.html.sh (func_module): missing '.
9090
9091 2007-04-03  Bruno Haible  <bruno@clisp.org>
9092
9093         * modules/argmatch-tests (Makefile.am): New variable
9094         test_argmatch_LDADD.
9095         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
9096         * modules/array-list-tests (Makefile.am): New variable
9097         test_array_list_LDADD.
9098         * modules/array-oset-tests (Makefile.am): New variable
9099         test_array_oset_LDADD.
9100         * modules/avltree-list-tests (Makefile.am): New variable
9101         test_avltree_list_LDADD.
9102         * modules/avltree-oset-tests (Makefile.am): New variable
9103         test_avltree_oset_LDADD.
9104         * modules/avltreehash-list-tests (Makefile.am): New variable
9105         test_avltreehash_list_LDADD.
9106         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
9107         test_canonicalize_lgpl_LDADD.
9108         * modules/carray-list-tests (Makefile.am): New variable
9109         test_carray_list_LDADD.
9110         * modules/dirname-tests (Makefile.am): New variable
9111         test_dirname_LDADD.
9112         * modules/linked-list-tests (Makefile.am): New variable
9113         test_linked_list_LDADD.
9114         * modules/linkedhash-list-tests (Makefile.am): New variable
9115         test_linkedhash_list_LDADD.
9116         * modules/rbtree-list-tests (Makefile.am): New variable
9117         test_rbtree_list_LDADD.
9118         * modules/rbtree-oset-tests (Makefile.am): New variable
9119         test_rbtree_oset_LDADD.
9120         * modules/rbtreehash-list-tests (Makefile.am): New variable
9121         test_rbtreehash_list_LDADD.
9122         * modules/xvasprintf-tests (Makefile.am): New variable
9123         test_xvasprintf_LDADD.
9124         Reported by Eric Blake.
9125
9126 2007-04-03  Eric Blake  <ebb9@byu.net>
9127
9128         * DEPENDENCIES: Weaken m4 requirements.
9129
9130 2007-04-03  Bruno Haible  <bruno@clisp.org>
9131
9132         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
9133         * modules/isnanl-tests (configure.ac): Likewise.
9134
9135 2007-04-03  Ben Pfaff  <blp@gnu.org>
9136
9137         * modules/iconv_open: Add $(srcdir)/ to source directory
9138         references in Makefile fragments that call gperf, to fix VPATH
9139         builds.
9140
9141 2007-04-03  Bruno Haible  <bruno@clisp.org>
9142
9143         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
9144         * lib/ldexpl.c: Undo last change.
9145
9146 2007-04-03  Bruno Haible  <bruno@clisp.org>
9147
9148         * modules/printf-frexpl (Depends-on): Undo last change.
9149         (Files): Add m4/ldexpl.m4.
9150
9151 2007-04-03  Bruno Haible  <bruno@clisp.org>
9152
9153         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
9154         * modules/isnanl (Link): New section.
9155
9156         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
9157         * modules/frexp (Link): New section.
9158
9159         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
9160         * modules/frexpl (Link): New section.
9161
9162         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
9163         * modules/ldexpl (Link): New section.
9164
9165 2007-04-03  Bruno Haible  <bruno@clisp.org>
9166
9167         * modules/TEMPLATE-EXTENDED: New file.
9168         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
9169
9170 2007-04-03  Bruno Haible  <bruno@clisp.org>
9171
9172         * DEPENDENCIES: New file.
9173         Suggested by Simon Josefsson.
9174
9175 2007-04-03  Bruno Haible  <bruno@clisp.org>
9176
9177         * doc/gnulib.texi: Escape @.
9178
9179 2007-04-03  James Youngman  <jay@gnu.org>
9180         and Paul Eggert  <eggert@cs.ucla.edu>
9181
9182         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
9183         birthtime on all systems that have birthtime, not just those which
9184         use st_birthtimensec rather than st_birthtim.  Putting zero in
9185         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
9186         that the birth time is not available for files on an NFS mount.
9187
9188 2007-04-03  Simon Josefsson  <simon@josefsson.org>
9189
9190         * modules/memxor: Move back from crypto/, suggested by Bruno.
9191         * modules/crypto/hmac-sha1: Fix memxor dependency.
9192
9193         * modules/crypto/gc: Moved from ../.
9194
9195 2007-04-02  Eric Blake  <ebb9@byu.net>
9196
9197         * lib/ldexpl.c (includes): Avoid libm.
9198
9199         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
9200
9201 2007-04-02  Bruno Haible  <bruno@clisp.org>
9202
9203         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
9204         on IRIX.
9205
9206 2007-04-02  Bruno Haible  <bruno@clisp.org>
9207
9208         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
9209         x86 or x86_64 platforms running MacOS X.
9210         Reported by Ryan Schmidt <@ryandesign.com>.
9211
9212 2007-04-02  Bruno Haible  <bruno@clisp.org>
9213
9214         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
9215         i386.
9216
9217 2007-04-01  Simon Josefsson  <simon@josefsson.org>
9218
9219         * modules/crypto/arcfour: Moved from ../.
9220         * modules/crypto/arcfour-tests: Moved from ../.
9221         * modules/crypto/arctwo: Moved from ../.
9222         * modules/crypto/arctwo-tests: Moved from ../.
9223         * modules/crypto/des: Moved from ../.
9224         * modules/crypto/des-tests: Moved from ../.
9225         * modules/crypto/gc-arcfour: Moved from ../.
9226         * modules/crypto/gc-arcfour-tests: Moved from ../.
9227         * modules/crypto/gc-arctwo: Moved from ../.
9228         * modules/crypto/gc-arctwo-tests: Moved from ../.
9229         * modules/crypto/gc-des: Moved from ../.
9230         * modules/crypto/gc-des-tests: Moved from ../.
9231         * modules/crypto/gc-hmac-md5: Moved from ../.
9232         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
9233         * modules/crypto/gc-hmac-sha1: Moved from ../.
9234         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
9235         * modules/crypto/gc-md2: Moved from ../.
9236         * modules/crypto/gc-md2-tests: Moved from ../.
9237         * modules/crypto/gc-md4: Moved from ../.
9238         * modules/crypto/gc-md4-tests: Moved from ../.
9239         * modules/crypto/gc-md5: Moved from ../.
9240         * modules/crypto/gc-md5-tests: Moved from ../.
9241         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
9242         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
9243         * modules/crypto/gc-random: Moved from ../.
9244         * modules/crypto/gc-rijndael: Moved from ../.
9245         * modules/crypto/gc-rijndael-tests: Moved from ../.
9246         * modules/crypto/gc-sha1: Moved from ../.
9247         * modules/crypto/gc-sha1-tests: Moved from ../.
9248         * modules/crypto/gc-tests: Moved from ../.
9249         * modules/crypto/hmac-md5: Moved from ../.
9250         * modules/crypto/hmac-md5-tests: Moved from ../.
9251         * modules/crypto/hmac-sha1: Moved from ../.
9252         * modules/crypto/hmac-sha1-tests: Moved from ../.
9253         * modules/crypto/md2: Moved from ../.
9254         * modules/crypto/md2-tests: Moved from ../.
9255         * modules/crypto/md4: Moved from ../.
9256         * modules/crypto/md4-tests: Moved from ../.
9257         * modules/crypto/md5: Moved from ../.
9258         * modules/crypto/md5-tests: Moved from ../.
9259         * modules/crypto/memxor: Moved from ../.
9260         * modules/crypto/rijndael: Moved from ../.
9261         * modules/crypto/rijndael-tests: Moved from ../.
9262         * modules/crypto/sha1: Moved from ../.
9263
9264 2007-03-30  James Youngman  <jay@gnu.org>
9265
9266         * tests/test-stat-time.c (prepare_test): use chmod() rather than
9267         rename() to change the ctime of a file (because ctime is unaffected
9268         by rename on jfs2 on AIX 5.1).
9269         (main): Start by doing cleanup, in case a previous run failed leaving
9270         test files behind.
9271
9272 2007-03-31  Bruno Haible  <bruno@clisp.org>
9273
9274         Support old proprietary implementations of iconv.
9275         * modules/iconv_open: New file.
9276         * lib/iconv_.h: New file.
9277         * m4/iconv_h.m4: New file.
9278         * lib/iconv_open.c: New file.
9279         * lib/iconv_open-aix.gperf: New file.
9280         * lib/iconv_open-hpux.gperf: New file.
9281         * lib/iconv_open-irix.gperf: New file.
9282         * lib/iconv_open-osf.gperf: New file.
9283         * m4/iconv_open.m4: New file.
9284         * modules/linebreak (Depends-on): Add iconv_open.
9285         * modules/striconv (Depends-on): Likewise.
9286         * modules/striconveh (Depends-on): Likewise.
9287         * modules/unicodeio (Depends-on): Likewise.
9288         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
9289         (iconv_t)(-1).
9290         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
9291         conversion if cd is (iconv_t)(-1).
9292         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
9293         is not possible.
9294
9295 2007-03-31  Bruno Haible  <bruno@clisp.org>
9296
9297         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
9298         work on Solaris either. Protect also second use of "autodetect_jp".
9299
9300 2007-03-31  Bruno Haible  <bruno@clisp.org>
9301
9302         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
9303         the function is not present.
9304
9305 2007-03-31  Bruno Haible  <bruno@clisp.org>
9306
9307         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
9308         the function is not present.
9309
9310 2007-03-31  Bruno Haible  <bruno@clisp.org>
9311
9312         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
9313         a bug in HP-UX iconv_open().
9314
9315 2007-03-31  Bruno Haible  <bruno@clisp.org>
9316
9317         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
9318         (Mathematics <math.h>): New section, add fpieee.
9319         (Input/output <stdio.h>): Add fseterr.
9320         (Mathematics <math.h>): New section, add printf-frexp.
9321         (Container data structures): Add sublist.
9322         (Core language properties): Add fpucw, inline.
9323         (Functions for greatest-width integer types <inttypes.h>): Add
9324         imaxabs, imaxdiv, inttypes.
9325         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
9326         isnanl-nolibm, ldexp.
9327         (Mathematics <math.h>): New section, add printf-frexpl.
9328         (Support for systems lacking POSIX:2001): Add fprintf-posix,
9329         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
9330         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
9331         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
9332         (Unicode string functions): Add unistr/u*-mbtoucr.
9333         (Java): Add javacomp-script, javaexec-script.
9334         (C#): Add csharpcomp-script, csharpexec-script.
9335         (Support for building libraries and executables): Add havelib,
9336         relocatable-*.
9337         (Support for maintaining and releasing projects): Renamed from
9338         'Support for maintaining and release projects'. Add announce-gen.
9339
9340 2007-03-31  Bruno Haible  <bruno@clisp.org>
9341
9342         * README: Talk primarily about git.
9343         (git and CVS): Renamed from CVS.
9344         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
9345         gnulib is available through git.
9346         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
9347
9348 2007-03-30  Bruno Haible  <bruno@clisp.org>
9349
9350         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
9351         * lib/poll_.h: Likewise.
9352         * lib/stat_.h: Likewise.
9353         * lib/sys_time_.h: Likewise.
9354         * lib/sysexit_.h: Likewise.
9355         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
9356         * lib/stdbool_.h: Likewise.
9357         * lib/byteswap_.h: Add double-inclusion guard.
9358
9359 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
9360
9361         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
9362
9363 2007-03-30  Karl Berry  <karl@gnu.org>
9364
9365         * config/srclist-update: double space after USA in the license
9366         substitution, since that's how it's usually (?) written.
9367
9368 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
9369
9370         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
9371         reported by Bruno Haible.
9372
9373 2007-03-29  Bruno Haible  <bruno@clisp.org>
9374
9375         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
9376         a bug in AIX iconv().
9377
9378 2007-03-29  Bruno Haible  <bruno@clisp.org>
9379
9380         * modules/ldexpl-tests: New file.
9381         * tests/test-ldexpl.c: New file.
9382
9383 2007-03-29  Bruno Haible  <bruno@clisp.org>
9384
9385         * lib/ldexpl.c: Include fpucw.h.
9386         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
9387         multiplication.
9388         * modules/ldexpl (Depends-on): Add fpucw.
9389
9390 2007-03-29  Bruno Haible  <bruno@clisp.org>
9391
9392         * modules/ldexpl: New file.
9393         * m4/ldexpl.m4: New file.
9394         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
9395         set.
9396         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
9397         REPLACE_LDEXPL.
9398         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
9399         REPLACE_LDEXPL.
9400         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
9401         gl_FUNC_LDEXPL_WORKS.
9402         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
9403         * modules/mathl (Files): Remove lib/ldexpl.c.
9404         (Depends-on): Add ldexpl.
9405
9406 2007-03-29  Bruno Haible  <bruno@clisp.org>
9407
9408         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
9409
9410 2007-03-29  Bruno Haible  <bruno@clisp.org>
9411
9412         * tests/test-striconveh.c (main): Don't assume that a direct conversion
9413         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
9414         and possibly also HP-UX.
9415         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
9416         work on AIX, IRIX, HP-UX, OSF/1.
9417         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
9418         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
9419         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
9420         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
9421         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
9422         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
9423
9424 2007-03-29  Bruno Haible  <bruno@clisp.org>
9425
9426         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
9427
9428 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
9429
9430         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
9431         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
9432
9433 2007-03-29  Eric Blake  <ebb9@byu.net>
9434
9435         * lib/acl-internal.h: Remove redundant include.
9436         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
9437         Cygwin when a file is locked.
9438
9439 2007-03-29  Bruno Haible  <bruno@clisp.org>
9440
9441         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
9442         file.
9443         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
9444
9445 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
9446
9447         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
9448         try to remove a parent directory if the child couldn't be removed
9449         (except for the first rmdir, which could fail because the child
9450         doesn't exist).  Problem reported by Jeff Blaine in
9451         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
9452
9453 2007-03-28  Bruno Haible  <bruno@clisp.org>
9454
9455         * lib/striconveh.c (utf8conv_carefully): New function.
9456         (mem_cd_iconveh_internal): Invoke it.
9457
9458 2007-03-28  Bruno Haible  <bruno@clisp.org>
9459
9460         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
9461         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
9462         input.
9463         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
9464         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
9465         unistr/u8-uctomb.
9466
9467 2007-03-28  Bruno Haible  <bruno@clisp.org>
9468
9469         * modules/unistr/u8-mbtoucr: New file.
9470         * lib/unistr/u8-mbtoucr.c: New file.
9471         * modules/unistr/u16-mbtoucr: New file.
9472         * lib/unistr/u16-mbtoucr.c: New file.
9473         * modules/unistr/u16-mbtoucr: New file.
9474         * lib/unistr/u16-mbtoucr.c: New file.
9475         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
9476
9477 2007-03-27  Simon Josefsson  <simon@josefsson.org>
9478             Bruno Haible  <bruno@clisp.org>
9479
9480         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
9481         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
9482         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
9483
9484         * m4/stdio_h.m4: Add stubs for vasprintf too.
9485
9486         * modules/stdio: Support vasprintf in sed command.
9487
9488         * modules/vasprintf: Depend on stdio for prototypes.  Remove
9489         vasprintf.h.  Add stdio module indicator.
9490
9491         * lib/stdio_.h: Declare asprintf and vasprintf, based on
9492         vasprintf.h.
9493
9494         * lib/vasprintf.h: File removed.
9495
9496         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
9497         * lib/vasprintf.c: Ditto.
9498         * lib/xvasprintf.c: Ditto.
9499         * tests/test-vasprintf-posix.c: Ditto.
9500         * tests/test-vasprintf.c: Ditto.
9501
9502 2007-03-27  Bruno Haible  <bruno@clisp.org>
9503
9504         Make vasnprintf multithread-safe.
9505         * lib/vasnprintf.c (decimal_point_char): New function.
9506         (VASNPRINTF): Use it.
9507         Suggested by Simon Josefsson.
9508
9509 2007-03-27  Eric Blake  <ebb9@byu.net>
9510
9511         Support sub-second birthtime on cygwin.
9512         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
9513         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
9514         (get_stat_birthtime): Also work with st_birthtim.
9515
9516 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
9517
9518         * lib/stat-time.h (USE_BIRTHTIME): Remove.
9519         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
9520         (get_stat_birthtime_ns): Do not try to use "spare" fields.
9521         (get_stat_birthtime_ns): Simplify compile-time tests.
9522         (get_stat_birthtime): Change the API to look like
9523         get_stat_mtime etc., except return a negative tv_nsec on error.
9524         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
9525         Don't check for "spare" fields.
9526         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
9527         or for struct stat.st_birthtime, as these tests aren't used.
9528         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
9529
9530 2007-03-27  Bruno Haible  <bruno@clisp.org>
9531
9532         * lib/stat-time.h: Include <sys/stat.h>.
9533
9534 2007-03-27  James Youngman  <jay@gnu.org>
9535
9536         * lib/stat-time.h (get_stat_birthtime): New function for
9537           retrieving st_birthtime as provided by UFS2 (hence *BSD).
9538         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
9539           and its variants.
9540         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
9541         * modules/stat-time-test: New file.
9542         * tests/test-stat-time.c: New test, devised by Bruno Haible.
9543
9544 2007-03-26  Bruno Haible  <bruno@clisp.org>
9545
9546         Better support of signalling NaNs.
9547         * lib/atanl.c: Include isnanl.h.
9548         (atanl): Perform test for NaN at the beginning of the function and
9549         through a call to isnanl.
9550         * lib/cosl.c: Include isnanl.h.
9551         (cosl): Perform test for NaN at the beginning of the function and
9552         through a call to isnanl.
9553         * lib/ldexpl.c: Include isnanl.h.
9554         (ldexpl): Perform test for NaN through a call to isnanl.
9555         * lib/logl.c: Include isnanl.h.
9556         (logl): Perform test for NaN at the beginning of the function and
9557         through a call to isnanl.
9558         * lib/sinl.c: Include isnanl.h.
9559         (sinl): Perform test for NaN at the beginning of the function and
9560         through a call to isnanl.
9561         * lib/sqrtl.c: Include isnanl.h.
9562         (sqrtl): Perform test for NaN at the beginning of the function and
9563         through a call to isnanl.
9564         * lib/tanl.c: Include isnanl.h.
9565         (tanl): Perform test for NaN at the beginning of the function and
9566         through a call to isnanl.
9567         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
9568         * modules/mathl (Depends-on): Add isnanl.
9569
9570 2007-03-26  Eric Blake  <ebb9@byu.net>
9571
9572         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
9573         regression in logic sense of previous patch.
9574
9575 2007-03-26  Bruno Haible  <bruno@clisp.org>
9576
9577         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
9578         unportable shell command "if ! ...".
9579         Reported by Ralf Wildenhues.
9580
9581 2007-03-25  Bruno Haible  <bruno@clisp.org>
9582
9583         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
9584         <sysexits.h> file, and only add EX_CONFIG.
9585         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
9586         absolute file name and whether it is sufficient. Substitute also
9587         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
9588         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
9589         ABSOLUTE_SYSEXITS_H into sysexits.h.
9590
9591 2007-03-25  Bruno Haible  <bruno@clisp.org>
9592
9593         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
9594         hints is NULL.
9595
9596 2007-03-25  Bruno Haible  <bruno@clisp.org>
9597
9598         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
9599         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
9600
9601 2007-03-25  Bruno Haible  <bruno@clisp.org>
9602
9603         * lib/vasnprintf.c: Include langinfo.h.
9604         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
9605         multithread-safe.
9606         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
9607         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
9608         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
9609         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9610         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9611         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9612         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
9613         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
9614         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9615         Reported by Simon Josefsson.
9616
9617 2007-03-25  Bruno Haible  <bruno@clisp.org>
9618
9619         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
9620         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
9621         * modules/vasnprintf (Depends-on): Add stdint.
9622
9623 2007-03-25  Bruno Haible  <bruno@clisp.org>
9624
9625         * modules/fpieee: New file.
9626         * m4/fpieee.m4: New file.
9627         * modules/isnan-nolibm (Depends-on): Add fpieee.
9628         * modules/isnanl-nolibm (Depends-on): Add fpieee.
9629         * modules/isnanl (Depends-on): Add fpieee.
9630
9631 2007-03-25  Bruno Haible  <bruno@clisp.org>
9632
9633         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
9634
9635 2007-03-25  Bruno Haible  <bruno@clisp.org>
9636
9637         Avoid test failures on IRIX 6.5.
9638         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
9639         (main): Use it.
9640         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
9641         macros.
9642         (main): Use them.
9643
9644 2007-03-25  Bruno Haible  <bruno@clisp.org>
9645
9646         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
9647         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
9648         exists but doesn't work.
9649         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
9650         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
9651         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
9652         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
9653
9654 2007-03-25  Bruno Haible  <bruno@clisp.org>
9655
9656         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
9657         returns inf. Needed on IRIX 6.5.
9658
9659 2007-03-25  Bruno Haible  <bruno@clisp.org>
9660
9661         * tests/test-frexpl.c: Include isnanl-nolibm.h.
9662         (main): Use isnanl instead of x != x idiom.
9663         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
9664
9665         * tests/test-frexp.c: Include isnan.h.
9666         (main): Use isnan instead of x != x idiom.
9667         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
9668
9669 2007-03-25  Bruno Haible  <bruno@clisp.org>
9670
9671         * tests/test-frexp.c (NaN): New function/macro.
9672         (main): Use it instead of 0.0 / 0.0.
9673         * tests/test-isnan.c (NaN): New function/macro.
9674         (main): Use it instead of 0.0 / 0.0.
9675         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
9676         (test_function): Use it instead of 0.0 / 0.0.
9677         * tests/test-vasprintf-posix.c (NaN): New function/macro.
9678         (test_function): Use it instead of 0.0 / 0.0.
9679         * tests/test-snprintf-posix.h (NaN): New function/macro.
9680         (test_function): Use it instead of 0.0 / 0.0.
9681         * tests/test-sprintf-posix.h (NaN): New function/macro.
9682         (test_function): Use it instead of 0.0 / 0.0.
9683         * tests/test-fprintf-posix.h (NaN): New function/macro.
9684         (test_function): Use it instead of 0.0 / 0.0.
9685         * tests/test-printf-posix.h (NaN): New function/macro.
9686         (test_function): Use it instead of 0.0 / 0.0.
9687
9688         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
9689
9690 2007-03-25  Bruno Haible  <bruno@clisp.org>
9691
9692         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
9693
9694 2007-03-25  Bruno Haible  <bruno@clisp.org>
9695
9696         * lib/regexec.c (merge_state_with_log): Make static.
9697
9698 2007-03-25  Bruno Haible  <bruno@clisp.org>
9699
9700         * lib/trigl.c (kernel_rem_pio2): Make static.
9701
9702 2007-03-25  Bruno Haible  <bruno@clisp.org>
9703
9704         * lib/sincosl.c (sincosl_table): Make static.
9705
9706 2007-03-25  Bruno Haible  <bruno@clisp.org>
9707
9708         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
9709         if the compiler does not support C99.
9710
9711 2007-03-25  Bruno Haible  <bruno@clisp.org>
9712
9713         * modules/time (Makefile.am): Ensure all rule action lines start with a
9714         tab.
9715
9716 2007-03-24  Bruno Haible  <bruno@clisp.org>
9717
9718         * modules/tsearch-tests: New file.
9719         * tests/test-tsearch.sh: New file.
9720         * tests/test-tsearch.c: New file, mostly copied from glibc.
9721
9722         * modules/search-tests: New file.
9723         * tests/test-search.c: New file.
9724
9725         * modules/search: New file.
9726         * lib/search_.h: New file, incorporating lib/tsearch.h.
9727         * m4/search_h.m4: New file.
9728         * lib/tsearch.h: Remove file.
9729         * lib/tsearch.c: Include search.h instead of tsearch.h.
9730         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
9731         HAVE_TSEARCH.
9732         * modules/tsearch (Files): Remove lib/tsearch.h.
9733         (Depends-on): Add search.
9734         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
9735         (Include): Change tsearch.h into search.h.
9736
9737 2007-03-24  Bruno Haible  <bruno@clisp.org>
9738
9739         * modules/fpucw: New file.
9740         * lib/fpucw.h: New file.
9741         * lib/frexp.c: Include fpucw.h.
9742         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
9743         (FUNC): Use them.
9744         * lib/printf-frexp.c: Include fpucw.h.
9745         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
9746         (FUNC): Use them.
9747         * lib/vasnprintf.c: Include fpucw.h.
9748         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
9749         'long double' calculations.
9750         * tests/test-frexpl.c: Include fpucw.h.
9751         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
9752         * tests/test-printf-frexpl.c: Include fpucw.h.
9753         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
9754         * modules/frexpl (Depends-on): Add fpucw.
9755         * modules/printf-frexpl (Depends-on): Likewise.
9756         * modules/fprintf-posix (Depends-on): Likewise.
9757         * modules/snprintf-posix (Depends-on): Likewise.
9758         * modules/sprintf-posix (Depends-on): Likewise.
9759         * modules/vasnprintf-posix (Depends-on): Likewise.
9760         * modules/vasprintf-posix (Depends-on): Likewise.
9761         * modules/vfprintf-posix (Depends-on): Likewise.
9762         * modules/vsnprintf-posix (Depends-on): Likewise.
9763         * modules/vsprintf-posix (Depends-on): Likewise.
9764         * modules/frexpl-tests (Depends-on): Likewise.
9765         * modules/printf-frexpl-tests (Depends-on): Likewise.
9766
9767 2007-03-24  Bruno Haible  <bruno@clisp.org>
9768
9769         * lib/float+.h: New file.
9770         * lib/isnan.c: Include float+.h.
9771         (SIZE): New macro.
9772         (FUNC): Compare only SIZE bytes of the value.
9773         * lib/vasnprintf.c: Include float+.h.
9774         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
9775         SIZEOF_LDBL or SIZEOF_DBL bytes.
9776         * modules/isnan-nolibm (Files): Add lib/float+.h.
9777         * modules/isnanl-nolibm (Files): Add lib/float+.h.
9778         * modules/isnanl (Files): Add lib/float+.h.
9779         * modules/vasnprintf (Files): Add lib/float+.h.
9780
9781 2007-03-24  Bruno Haible  <bruno@clisp.org>
9782
9783         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
9784         include isnanl-nolibm.h.
9785
9786 2007-03-24  Bruno Haible  <bruno@clisp.org>
9787
9788         * tests/test-read-file.c (main): Don't produce spurious output for
9789         expected situations. Make the test fail if it encountered unexpected
9790         results.
9791
9792 2007-03-24  Bruno Haible  <bruno@clisp.org>
9793
9794         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
9795         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
9796
9797 2007-03-24  Bruno Haible  <bruno@clisp.org>
9798
9799         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
9800
9801 2007-03-24  Bruno Haible  <bruno@clisp.org>
9802
9803         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
9804         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
9805
9806         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
9807         * modules/utf8-ucs4: Turn into a symbolic link to module
9808         unistr/u8-mbtouc.
9809
9810         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
9811         utf8-ucs4-unsafe.
9812         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
9813         unistr/u8-mbtouc-unsafe.
9814
9815         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
9816         * modules/utf16-ucs4: Turn into a symbolic link to module
9817         unistr/u16-mbtouc.
9818
9819         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
9820         utf16-ucs4-unsafe.
9821         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
9822         unistr/u16-mbtouc-unsafe.
9823
9824         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
9825         * modules/ucs4-utf8: Turn into a symbolic link to module
9826         unistr/u8-ubtomb.
9827
9828         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
9829         * modules/ucs4-utf16: Turn into a symbolic link to module
9830         unistr/u16-ubtomb.
9831
9832 2007-03-24  Bruno Haible  <bruno@clisp.org>
9833
9834         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
9835         Enable the function only if HAVE_INLINE.
9836         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
9837         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
9838         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
9839         Enable the function only if HAVE_INLINE.
9840         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
9841         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
9842         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
9843         Enable the function only if HAVE_INLINE.
9844         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
9845         Enable the function only if HAVE_INLINE.
9846         * modules/utf8-ucs4: Update.
9847         * modules/utf8-ucs4-unsafe: Update.
9848         * modules/utf16-ucs4: Update.
9849         * modules/utf16-ucs4-unsafe: Update.
9850         * modules/ucs4-utf8: Update.
9851         * modules/ucs4-utf16: Update.
9852
9853 2007-03-24  Bruno Haible  <bruno@clisp.org>
9854
9855         * lib/utf8-ucs4.h: Remove file.
9856         * lib/utf8-ucs4-unsafe.h: Remove file.
9857         * lib/utf16-ucs4.h: Remove file.
9858         * lib/utf16-ucs4-unsafe.h: Remove file.
9859         * lib/ucs4-utf8.h: Remove file.
9860         * lib/ucs4-utf16.h: Remove file.
9861         * lib/unistr.h: Include their previous contents.
9862         * m4/utf-ucs4.m4: Remove file.
9863         * m4/ucs4-utf.m4: Remove file.
9864         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
9865         (Depends-on): Add unistr/base.
9866         (configure.ac): Remove gl_UTF_UCS4.
9867         (Makefile.am): Update.
9868         (Include): Change to unistr.h.
9869         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
9870         (Depends-on): Add unistr/base.
9871         (configure.ac): Remove gl_UTF_UCS4.
9872         (Makefile.am): Update.
9873         (Include): Change to unistr.h.
9874         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
9875         (Depends-on): Add unistr/base.
9876         (configure.ac): Remove gl_UTF_UCS4.
9877         (Makefile.am): Update.
9878         (Include): Change to unistr.h.
9879         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
9880         (Depends-on): Add unistr/base.
9881         (configure.ac): Remove gl_UTF_UCS4.
9882         (Makefile.am): Update.
9883         (Include): Change to unistr.h.
9884         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
9885         (Depends-on): Add unistr/base.
9886         (configure.ac): Remove gl_UCS4_UTF.
9887         (Makefile.am): Update.
9888         (Include): Change to unistr.h.
9889         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
9890         (Depends-on): Add unistr/base.
9891         (configure.ac): Remove gl_UCS4_UTF.
9892         (Makefile.am): Update.
9893         (Include): Change to unistr.h.
9894         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
9895         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
9896         utf8-ucs4-unsafe.h.
9897         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
9898         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
9899         utf16-ucs4-unsafe.h.
9900         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
9901         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
9902         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
9903         * lib/unistr/u8-strchr.c: Likewise.
9904         * lib/unistr/u8-strrchr.c: Likewise.
9905         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
9906         * lib/unistr/u16-strchr.c: Likewise.
9907         * lib/unistr/u16-strrchr.c: Likewise.
9908         * lib/striconveh.c: Update.
9909         * lib/linebreak.c: Update.
9910
9911 2007-03-24  Bruno Haible  <bruno@clisp.org>
9912
9913         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
9914         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
9915
9916 2007-03-22  Bruno Haible  <bruno@clisp.org>
9917
9918         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
9919
9920 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
9921
9922         * MODULES.html.sh (File system functions): New module write-any-file.
9923         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
9924         * m4/write-any-file.m4: New files.
9925
9926 2007-03-23  Eric Blake  <ebb9@byu.net>
9927
9928         * gnulib-tool: Rearrange space-tab sequences, since some editors
9929         like to eat them.
9930
9931 2007-03-23  Eric Blake  <ebb9@byu.net>
9932
9933         * lib/version-etc.c (version_etc_va): Update license wording to
9934         be more concise.  Recommended by Richard Stallman.
9935
9936 2007-03-22  Bruno Haible  <bruno@clisp.org>
9937
9938         * lib/poll.c (MSG_PEEK): New fallback definition.
9939
9940 2007-03-22  Bruno Haible  <bruno@clisp.org>
9941
9942         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
9943         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
9944         (main): Update.
9945         Fixes a compilation error on BeOS.
9946
9947 2007-03-22  Bruno Haible  <bruno@clisp.org>
9948
9949         * modules/frexpl-tests: New file.
9950         * tests/test-frexpl.c: New file.
9951
9952         * modules/frexpl: New file.
9953         * m4/frexpl.m4: New file.
9954         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
9955         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
9956         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
9957         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
9958         (Depends-on): Add frexpl. Remove isnanl-nolibm.
9959         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
9960
9961 2007-03-22  Bruno Haible  <bruno@clisp.org>
9962
9963         * lib/frexpl.c: Share code with lib/frexp.c.
9964         * modules/mathl (Files): Add lib/frexp.c.
9965         (Depends-on): Add isnanl-nolibm.
9966
9967 2007-03-22  Bruno Haible  <bruno@clisp.org>
9968
9969         * modules/printf-frexp (Files): Add m4/frexp.m4.
9970         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
9971         only if the found frexp function actually works.
9972
9973 2007-03-22  Bruno Haible  <bruno@clisp.org>
9974
9975         * lib/frexp.c: Remove older implementation that uses divisions.
9976
9977 2007-03-21  Bruno Haible  <bruno@clisp.org>
9978
9979         * modules/frexp-tests: New file.
9980         * tests/test-frexp.c: New file.
9981
9982         * modules/frexp: New file.
9983         * lib/frexp.c: New file.
9984         * m4/frexp.m4: New file.
9985         * lib/math_.h (frexp): New declaration.
9986         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
9987         REPLACE_FREXP.
9988         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
9989
9990 2007-03-21  Bruno Haible  <bruno@clisp.org>
9991
9992         * modules/isnanl-tests: New file.
9993         * tests/test-isnanl.c: New file.
9994
9995         * modules/isnanl: New file.
9996         * lib/isnanl.h: New file.
9997         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
9998         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
9999         gl_FUNC_ISNANL_WORKS.
10000         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
10001         New macros.
10002
10003 2007-03-21  Bruno Haible  <bruno@clisp.org>
10004
10005         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
10006         lib/isnanl.h.
10007         (Include): Update.
10008         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
10009         * lib/vasnprintf.c: Update.
10010         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
10011         tests/test-isnanl.h, remove tests/test-isnanl.c.
10012         (Makefile.am): Update.
10013         * tests/test-isnanl-nolibm.c: New file.
10014         * tests/test-isnanl.h: New file.
10015         * tests/test-isnanl.c: Remove file.
10016
10017 2007-03-21  Jim Meyering  <jim@meyering.net>
10018
10019         When trying to open ".", treat ESTALE like EACCES.
10020         * lib/savewd.c (savewd_save): Resort to forking not just upon
10021         failure with EACCES, but also when errno is ESTALE.
10022
10023 2007-03-20  Bruno Haible  <bruno@clisp.org>
10024
10025         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
10026         Needed on AIX 5.1. Reported by Matthew Woehlke.
10027
10028 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
10029
10030         Suggestions by Bruno Haible:
10031         * lib/acl-internal.h: Include "gettext.h" rather than rolling
10032         our own.
10033         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
10034         * modules/acl (Depends-on): Add gettext.
10035
10036 2007-03-19  Bruno Haible  <bruno@clisp.org>
10037
10038         * modules/iconvme: Remove file.
10039         * lib/iconvme.h: Remove file.
10040         * lib/iconvme.c: Remove file.
10041         * m4/iconvme.m4: Remove file.
10042
10043 2007-03-19  Bruno Haible  <bruno@clisp.org>
10044
10045         * doc/relocatable-maint.texi: Break long shell script line.
10046         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
10047
10048 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
10049
10050         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
10051         handle file_has_acl.
10052         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
10053         * lib/acl.c: Move header inclusions and related macro defns into
10054         lib/acl-internal.h.
10055         (S_ISLNK): Remove defn, since that's now done for us.
10056         (file_has_acl): Move to lib/file-has-acl.c.
10057         Call acl_trivial if available.  This is the crucial part of the fix.
10058         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
10059         shared within the library.  Rewrite a bit, partly to make it compatible
10060         with the GNU coding style.
10061         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
10062         Remove unnecessary double-quotes.
10063         Don't test for acl_to_text; the build will catch that.
10064         Replace acl_entries if it doesn't exist and it is needed.
10065         Check for -lsec and acl_trivial (as used on Solaris 10).
10066         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
10067         lib/file-has-acl.c.
10068         (Depends-on): Add sys_stat, for S_ISLNK.
10069
10070 2007-03-19  Ben Pfaff  <blp@gnu.org>
10071
10072         * doc/gnulib.texi: Fix typos.
10073         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
10074
10075 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
10076
10077         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
10078         If size is zero here, buf must be zero.
10079
10080 2007-03-19  Simon Josefsson  <simon@josefsson.org>
10081
10082         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
10083         <bruno@clisp.org>.
10084
10085 2007-03-18  Bruno Haible  <bruno@clisp.org>
10086
10087         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
10088         Suggested by Eric Blake.
10089
10090 2007-03-18  Ben Pfaff  <blp@gnu.org>
10091
10092         * doc/relocatable.texi: Recommend using as prefix a directory
10093         that does not exist and will never be created.  Based on
10094         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
10095         and others.
10096
10097 2007-03-17  Bruno Haible  <bruno@clisp.org>
10098
10099         * lib/fchownat.c: Include lchown.h.
10100
10101 2007-03-17  Bruno Haible  <bruno@clisp.org>
10102
10103         Fix endless loop when the given allocated size was > INT_MAX.
10104         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
10105         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
10106         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
10107         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
10108         * lib/sprintf.c (sprintf): Likewise.
10109
10110 2007-03-17  Bruno Haible  <bruno@clisp.org>
10111
10112         * tests/test-argp-2.sh (func_compare): Output a context diff.
10113
10114 2007-03-17  Bruno Haible  <bruno@clisp.org>
10115
10116         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
10117         locale's decimal-point character.
10118
10119 2007-03-17  Bruno Haible  <bruno@clisp.org>
10120
10121         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
10122         before comparing it. Needed because on some platforms (e.g. x86) a
10123         'long double' occupies less bytes than sizeof (long double).
10124
10125 2007-03-17  Bruno Haible  <bruno@clisp.org>
10126
10127         * tests/test-crc.c (main): Make printf statements 64-bit clean.
10128         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
10129         * tests/test-getaddrinfo.c (simple): Likewise.
10130         * tests/test-read-file.c (main): Likewise.
10131
10132 2007-03-17  Bruno Haible  <bruno@clisp.org>
10133
10134         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
10135
10136 2007-03-17  Bruno Haible  <bruno@clisp.org>
10137
10138         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
10139         unused variable.
10140
10141 2007-03-17  Bruno Haible  <bruno@clisp.org>
10142
10143         * tests/test-c-strcasecmp.c: Include c-strcase.h.
10144         * tests/test-c-strncasecmp.c: Likewise.
10145
10146 2007-03-17  Bruno Haible  <bruno@clisp.org>
10147
10148         * modules/stdlib (Depends-on): Add unistd.
10149         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
10150         Needed for MacOS X 10.3.
10151
10152 2007-03-17  Bruno Haible  <bruno@clisp.org>
10153
10154         * lib/unistr/u-strdup.h: Include <stdlib.h>.
10155
10156 2007-03-17  Bruno Haible  <bruno@clisp.org>
10157
10158         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
10159
10160 2007-03-17  Bruno Haible  <bruno@clisp.org>
10161
10162         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
10163         to reflect files copied from gnulib (with or without modifications).
10164         Suggested by Jim Meyering.
10165
10166 2007-03-17  Eric Blake  <ebb9@byu.net>
10167
10168         * NEWS: Document stdlib change from 2007-02-18.
10169
10170 2007-03-17  Jim Meyering  <jim@meyering.net>
10171
10172         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
10173         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
10174         someone uses a name containing shell meta-characters.
10175         Reported by Alfred M. Szmidt.
10176
10177         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
10178
10179 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
10180
10181         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
10182         and copy gettext configuration files only if configure.ac contains
10183         a use of AM_GNU_GETTEXT_VERSION.
10184
10185 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
10186
10187         * build-aux/bootstrap (gnulib_name): New variable.
10188         (gnulib_tool_options): Use it.
10189
10190 2007-03-13  Simon Josefsson  <simon@josefsson.org>
10191
10192         * tests/test-des.c: Use new namespace.
10193
10194 2007-03-15  Bruno Haible  <bruno@clisp.org>
10195
10196         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
10197         Reported by James Youngman <jay@gnu.org>.
10198
10199 2007-03-15  Bruno Haible  <bruno@clisp.org>
10200
10201         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
10202         declared prototype. Needed with cc on OSF/1 5.1.
10203
10204 2007-03-15  Bruno Haible  <bruno@clisp.org>
10205
10206         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
10207         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
10208         (struct gl_list_implementation): Add dispose_fn argument to the
10209         'create_empty', 'create' methods.
10210         (struct gl_list_impl_base): Add field 'dispose_fn'.
10211         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
10212         argument.
10213         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
10214         dispose_fn argument.
10215         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
10216         dispose_fn on the dropped values.
10217         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
10218         dispose_fn argument.
10219         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
10220         dropped values.
10221         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
10222         (gl_tree_remove_node): Call dispose_fn on the dropped value.
10223         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
10224         (gl_tree_remove_node): Call dispose_fn on the dropped value.
10225         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
10226         argument.
10227         (gl_tree_list_free): Call dispose_fn on the dropped values.
10228         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
10229         the dropped values.
10230         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
10231         Add dispose_fn argument.
10232         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
10233         Call dispose_fn on the dropped values.
10234         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
10235         Add dispose_fn argument.
10236         (gl_sublist_create): Initialize the 'dispose_fn' field.
10237         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
10238         * tests/test-array_list.c (main): Update.
10239         * tests/test-carray_list.c (main): Update.
10240         * tests/test-avltree_list.c (main): Update.
10241         * tests/test-rbtree_list.c (main): Update.
10242         * tests/test-avltreehash_list.c (main): Update.
10243         * tests/test-rbtreehash_list.c (main): Update.
10244         * tests/test-linked_list.c (main): Update.
10245         * tests/test-linkedhash_list.c (main): Update.
10246         * tests/test-array_oset.c (main): Update.
10247
10248 2007-03-15  Bruno Haible  <bruno@clisp.org>
10249
10250         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
10251         (gl_oset_create_empty): Add dispose_fn argument.
10252         (struct gl_oset_implementation): Add dispose_fn argument to
10253         'create_empty' method.
10254         (struct gl_oset_impl_base): Add dispose_fn field.
10255         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
10256         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
10257         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
10258         values.
10259         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
10260         (gl_tree_oset_free): Call dispose_fn on the dropped values.
10261         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
10262         dropped value.
10263         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
10264         dropped value.
10265         * tests/test-array_oset.c (main): Update.
10266         * tests/test-avltree_oset.c (main): Update.
10267         * tests/test-rbtree_oset.c (main): Update.
10268         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
10269
10270 2007-03-13  Bruno Haible  <bruno@clisp.org>
10271
10272         * tests/test-stdbool.c (i): Update after last patch.
10273
10274 2007-03-12  Bruno Haible  <bruno@clisp.org>
10275
10276         * lib/quotearg.c: Include <wctype.h> early, before the definition of
10277         the iswprint macro. Needed on Solaris 2.5.1.
10278
10279 2007-03-12  Bruno Haible  <bruno@clisp.org>
10280
10281         * tests/test-printf-frexp.c (main): Declare x as volatile.
10282
10283 2007-03-12  Simon Josefsson  <simon@josefsson.org>
10284
10285         * doc/gnulib.texi (Build robot for gnulib): New section.
10286
10287 2007-03-12  Jim Meyering  <jim@meyering.net>
10288
10289         * build-aux/bootstrap: New file.
10290         * build-aux/bootstrap.conf: New file, from coreutils.
10291
10292 2007-03-11  Bruno Haible  <bruno@clisp.org>
10293
10294         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
10295
10296 2007-03-12  Simon Josefsson  <simon@josefsson.org>
10297
10298         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
10299         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
10300         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
10301
10302 2007-03-11  Bruno Haible  <bruno@clisp.org>
10303
10304         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
10305         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
10306
10307 2007-03-11  Bruno Haible  <bruno@clisp.org>
10308
10309         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
10310         formula. Needed for SunPRO C 5.0.
10311
10312 2007-03-11  Bruno Haible  <bruno@clisp.org>
10313
10314         * modules/long-options (Depends-on): Add getopt.
10315
10316 2007-03-11  Bruno Haible  <bruno@clisp.org>
10317
10318         * modules/modechange (Depends-on): Add stdbool.
10319
10320 2007-03-11  Bruno Haible  <bruno@clisp.org>
10321
10322         * modules/i-ring (Depends-on): Add stdbool.
10323
10324 2007-03-11  Bruno Haible  <bruno@clisp.org>
10325
10326         * modules/gc-des (Depends-on): Add stdbool.
10327
10328 2007-03-11  Bruno Haible  <bruno@clisp.org>
10329
10330         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
10331
10332 2007-03-11  Bruno Haible  <bruno@clisp.org>
10333
10334         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
10335
10336 2007-03-11  Bruno Haible  <bruno@clisp.org>
10337
10338         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
10339
10340 2007-03-11  Bruno Haible  <bruno@clisp.org>
10341
10342         * lib/vasnprintf.c (sprintf): Undefine.
10343
10344 2007-03-11  Bruno Haible  <bruno@clisp.org>
10345
10346         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
10347         initializers in SunPRO C and Compaq C compilers.
10348
10349 2007-03-11  Bruno Haible  <bruno@clisp.org>
10350
10351         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
10352         decrementing code ANSI C compliant.
10353
10354 2007-03-11  Bruno Haible  <bruno@clisp.org>
10355
10356         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
10357         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
10358
10359 2007-03-11  Bruno Haible  <bruno@clisp.org>
10360
10361         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
10362         <stdbool.h> substitute doesn't pass.
10363
10364 2007-03-11  Bruno Haible  <bruno@clisp.org>
10365
10366         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
10367
10368 2007-03-11  Bruno Haible  <bruno@clisp.org>
10369
10370         * gnulib-tool (func_create_megatestdir): Create also an autobuild
10371         script, for submission to autobuild.josefsson.org.
10372
10373 2007-03-10  Bruno Haible  <bruno@clisp.org>
10374
10375         * modules/canonicalize-lgpl-tests: New file.
10376         * tests/test-canonicalize-lgpl.sh: New file.
10377         * tests/test-canonicalize-lgpl.c: New file.
10378
10379         * modules/c-strcase-tests: New file.
10380         * tests/test-c-strcase.sh: New file.
10381         * tests/test-c-strcasecmp.c: New file.
10382         * tests/test-c-strncasecmp.c: New file.
10383
10384         * modules/atexit-tests: New file.
10385         * tests/test-atexit.sh: New file.
10386         * tests/test-atexit.c: New file.
10387
10388 2007-03-10  Bruno Haible  <bruno@clisp.org>
10389
10390         * tests/test-binary-io.sh: Use temporary filenames that are not so
10391         likely to clash with those of other tests (in a parallel make).
10392         * tests/test-binary-io.c: Likewise.
10393
10394 2007-03-10  Bruno Haible  <bruno@clisp.org>
10395
10396         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
10397         fallback; use #error instead.
10398         Suggested by Simon Josefsson.
10399
10400 2007-03-10  Bruno Haible  <bruno@clisp.org>
10401
10402         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
10403         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
10404         first and the last.
10405
10406 2007-03-10  Bruno Haible  <bruno@clisp.org>
10407
10408         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
10409
10410 2007-03-10  Bruno Haible  <bruno@clisp.org>
10411
10412         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
10413         "make distcheck".
10414         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
10415         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
10416         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
10417
10418 2007-03-10  Bruno Haible  <bruno@clisp.org>
10419
10420         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
10421         variable.
10422         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
10423         variable.
10424
10425 2007-03-09  Eric Blake  <ebb9@byu.net>
10426         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
10427
10428         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
10429         types are not being provided by gnulib.
10430         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
10431         types are supported.
10432
10433 2007-03-10  Bruno Haible  <bruno@clisp.org>
10434
10435         * lib/stdio_.h (__attribute__): New macro.
10436         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
10437         vsprintf): Specify __attribute__ __format__ for GCC.
10438         Suggested by Eric Blake.
10439
10440 2007-03-09  Bruno Haible  <bruno@clisp.org>
10441
10442         * modules/printf-posix-tests: New file.
10443         * tests/test-printf-posix.sh: New file.
10444         * tests/test-printf-posix.c: New file.
10445
10446         * modules/printf-posix: New file.
10447         * lib/printf.c: New file.
10448         * m4/printf-posix-rpl.m4: New file.
10449         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
10450         REPLACE_PRINTF.
10451         * lib/stdio_.h (printf): New declaration.
10452         (format, __format__, ____printf____, ____scanf____, ____strftime____,
10453         ____strfmon____): New macros.
10454         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
10455         REPLACE_PRINTF.
10456
10457 2007-03-09  Bruno Haible  <bruno@clisp.org>
10458
10459         * tests/test-vasnprintf-posix2.sh: New file.
10460         * tests/test-vasnprintf-posix2.c: New file.
10461         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
10462         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
10463         (Makefile.am): Activate test-vasnprintf-posix2.sh.
10464
10465         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
10466         a locale dependent decimal point, rather than always '.'.
10467
10468 2007-03-09  Eric Blake  <ebb9@byu.net>
10469
10470         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
10471         spite of platforms like Tandem/NSK that define it to -1.
10472
10473 2007-03-08  Bruno Haible  <bruno@clisp.org>
10474
10475         * modules/vprintf-posix-tests: New file.
10476         * tests/test-vprintf-posix.sh: New file.
10477         * tests/test-vprintf-posix.c: New file.
10478         * tests/test-printf-posix.h: New file.
10479
10480         * modules/vprintf-posix: New file.
10481         * lib/vprintf.c: New file.
10482         * m4/vprintf-posix.m4: New file.
10483         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
10484         REPLACE_VPRINTF.
10485         * lib/stdio_.h (vprintf): New declaration.
10486         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
10487         REPLACE_VPRINTF.
10488
10489 2007-03-08  Bruno Haible  <bruno@clisp.org>
10490
10491         * modules/fprintf-posix-tests: New file.
10492         * tests/test-fprintf-posix.sh: New file.
10493         * tests/test-fprintf-posix.c: New file.
10494
10495         * modules/fprintf-posix: New file.
10496         * lib/fprintf.c: New file.
10497         * m4/fprintf-posix.m4: New file.
10498         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
10499         REPLACE_FPRINTF.
10500         * lib/stdio_.h (fprintf): New declaration.
10501         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
10502         REPLACE_FPRINTF.
10503
10504 2007-03-08  Bruno Haible  <bruno@clisp.org>
10505
10506         * modules/vfprintf-posix-tests: New file.
10507         * tests/test-vfprintf-posix.sh: New file.
10508         * tests/test-vfprintf-posix.c: New file.
10509         * tests/test-fprintf-posix.h: New file.
10510         * tests/test-fprintf-posix.out: New file.
10511
10512         * modules/vfprintf-posix: New file.
10513         * lib/vfprintf.c: New file.
10514         * m4/vfprintf-posix.m4: New file.
10515         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
10516         REPLACE_VFPRINTF.
10517         * lib/stdio_.h (vfprintf): New declaration.
10518         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
10519         REPLACE_VFPRINTF.
10520
10521 2007-03-08  Bruno Haible  <bruno@clisp.org>
10522
10523         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
10524
10525 2007-03-08  Bruno Haible  <bruno@clisp.org>
10526
10527         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
10528         instead of 'expr' invocations.
10529         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
10530         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
10531         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
10532         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10533         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
10534         Suggested by Paul Eggert.
10535
10536 2007-03-08  Bruno Haible  <bruno@clisp.org>
10537
10538         * modules/fseterr-tests: New file.
10539         * tests/test-fseterr.c: New file.
10540
10541         * modules/fseterr: New file.
10542         * lib/fseterr.h: New file.
10543         * lib/fseterr.c: New file.
10544
10545 2007-03-08  Bruno Haible  <bruno@clisp.org>
10546
10547         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
10548         * lib/getopt_.h: Likewise.
10549         * lib/mbswidth.h: Likewise.
10550         * lib/setenv.h: Likewise.
10551         * lib/vasnprintf.h: Likewise.
10552         * lib/vasprintf.h: Likewise.
10553         * lib/verror.h: Likewise.
10554         * lib/xsetenv.h: Likewise.
10555         * lib/xvasprintf.h: Likewise.
10556
10557 2007-03-08  Jim Meyering  <jim@meyering.net>
10558
10559         * users.txt: Add parted.
10560
10561         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
10562
10563 2007-03-07  Bruno Haible  <bruno@clisp.org>
10564
10565         * m4/printf.m4: Make the shell script snippets copy&pastable.
10566
10567 2007-03-02  Bruno Haible  <bruno@clisp.org>
10568
10569         * lib/netinet_in_.h: New file.
10570         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
10571         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
10572         * modules/netinet_in (Files): Add lib/netinet_in_.h.
10573         (Depends-on): Add absolute-header.
10574         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
10575         into netinet/in.h.
10576
10577 2007-03-03  Bruno Haible  <bruno@clisp.org>
10578
10579         * lib/sys_select_.h: New file.
10580         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
10581         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
10582         * modules/sys_select (Files): Add lib/sys_select_.h.
10583         (Depends-on): Add absolute-header.
10584         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
10585         into sys/select.h.
10586
10587 2007-03-02  Bruno Haible  <bruno@clisp.org>
10588
10589         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
10590         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
10591         values.
10592         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
10593         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
10594         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
10595         * modules/sys_socket (Depends-on): Add absolute-header.
10596         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
10597         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
10598         (Include): Remove requirement of inclusion of <sys/types.h>.
10599
10600 2007-03-02  Bruno Haible  <bruno@clisp.org>
10601
10602         * lib/byteswap_.h (bswap_32): Fix formula.
10603
10604 2007-03-06  Bruno Haible  <bruno@clisp.org>
10605
10606         * modules/sprintf-posix-tests: New file.
10607         * tests/test-sprintf-posix.c: New file.
10608
10609         * modules/sprintf-posix: New file.
10610         * lib/sprintf.c: New file.
10611         * m4/sprintf-posix.m4: New file.
10612         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
10613         REPLACE_SPRINTF.
10614         * lib/stdio_.h (sprintf): New declaration.
10615         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
10616         REPLACE_SPRINTF.
10617
10618 2007-03-06  Bruno Haible  <bruno@clisp.org>
10619
10620         * modules/vsprintf-posix-tests: New file.
10621         * tests/test-vsprintf-posix.c: New file.
10622         * tests/test-sprintf-posix.h: New file.
10623
10624         * modules/vsprintf-posix: New file.
10625         * lib/vsprintf.c: New file.
10626         * m4/vsprintf-posix.m4: New file.
10627         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
10628         REPLACE_VSPRINTF.
10629         * lib/stdio_.h (vsprintf): New declaration.
10630         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
10631         REPLACE_VSPRINTF.
10632
10633 2007-03-06  Bruno Haible  <bruno@clisp.org>
10634
10635         * modules/vsnprintf (Depend-on): Remove minmax.
10636
10637 2007-03-06  Bruno Haible  <bruno@clisp.org>
10638
10639         * modules/snprintf-posix-tests: New file.
10640         * tests/test-snprintf-posix.c: New file.
10641
10642         * modules/snprintf-posix: New file.
10643         * m4/snprintf-posix.m4: New file.
10644         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
10645         gl_FUNC_SNPRINTF.
10646         (gl_FUNC_SNPRINTF): Invoke it.
10647         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
10648         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
10649         is set.
10650         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
10651
10652 2007-03-06  Bruno Haible  <bruno@clisp.org>
10653
10654         * modules/vsnprintf-posix-tests: New file.
10655         * tests/test-vsnprintf-posix.c: New file.
10656         * tests/test-snprintf-posix.h: New file.
10657
10658         * modules/vsnprintf-posix: New file.
10659         * m4/vsnprintf-posix.m4: New file.
10660         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
10661         gl_FUNC_VSNPRINTF.
10662         (gl_FUNC_VSNPRINTF): Invoke it.
10663         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
10664         * lib/stdio_.h (vsnprintf): Define as a replacement if
10665         REPLACE_VSNPRINTF is set.
10666         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
10667
10668 2007-03-06  Bruno Haible  <bruno@clisp.org>
10669
10670         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
10671         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
10672
10673 2007-03-06  Bruno Haible  <bruno@clisp.org>
10674
10675         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
10676         (asinl): Declare also if HAVE_DECL_ASINL is set.
10677         (atanl): Declare also if HAVE_DECL_ATANL is set.
10678         (ceill): Declare also if HAVE_DECL_CEILL is set.
10679         (cosl): Declare also if HAVE_DECL_COSL is set.
10680         (expl): Declare also if HAVE_DECL_EXPL is set.
10681         (floorl): Declare also if HAVE_DECL_FLOORL is set.
10682         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
10683         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
10684         (logl): Declare also if HAVE_DECL_LOGL is set.
10685         (sinl): Declare also if HAVE_DECL_SINL is set.
10686         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
10687         (tanl): Declare also if HAVE_DECL_TANL is set.
10688         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
10689         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
10690         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
10691         declaration of frexpl, ldexpl.
10692         * modules/printf-frexpl (Depends-on): Add math.
10693         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
10694
10695 2007-03-05  Bruno Haible  <bruno@clisp.org>
10696
10697         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
10698         frexpl and ldexpl are declared.
10699         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
10700
10701 2007-03-05  Bruno Haible  <bruno@clisp.org>
10702
10703         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
10704         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
10705
10706 2007-03-05  Bruno Haible  <bruno@clisp.org>
10707
10708         * lib/stdio_.h: Include <stddef.h>.
10709
10710 2007-03-05  Bruno Haible  <bruno@clisp.org>
10711
10712         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
10713
10714 2007-03-05  Bruno Haible  <bruno@clisp.org>
10715
10716         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
10717         NetBSD 4, from Ralf Wildenhues.
10718
10719 2007-03-04  Bruno Haible  <bruno@clisp.org>
10720
10721         * lib/vasprintf.h: Update #if logic for the case when the functions
10722         exist but are overridden.
10723
10724 2007-03-04  Bruno Haible  <bruno@clisp.org>
10725
10726         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
10727         implementations: glibc-2.4 and MacOS X 10.3.
10728         * tests/test-vasnprintf-posix.c (test_function): Test also the case
10729         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
10730         * tests/test-vasprintf-posix.c (test_function): Likewise.
10731
10732 2007-03-04  Bruno Haible  <bruno@clisp.org>
10733
10734         * modules/vasprintf-posix-tests: New file.
10735         * tests/test-vasprintf-posix.c: New file.
10736
10737         * modules/vasprintf-posix: New file.
10738         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
10739         defined.
10740         * m4/vasprintf-posix.m4: New file.
10741         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
10742         gl_FUNC_VASPRINTF.
10743         (gl_FUNC_VASPRINTF): Invoke it.
10744         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
10745         here.
10746         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
10747
10748 2007-03-04  Bruno Haible  <bruno@clisp.org>
10749
10750         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
10751         REPLACE_GETTIMEOFDAY.
10752         * modules/sys_time (Makefile.am): Likewise.
10753         * m4/sys_time_h.m4: Likewise.
10754         * m4/gettimeofday.m4: Likewise.
10755
10756 2007-03-04  Bruno Haible  <bruno@clisp.org>
10757
10758         * modules/vasnprintf-posix-tests: New file.
10759         * tests/test-vasnprintf-posix.c: New file.
10760
10761         * modules/vasnprintf-posix: New file.
10762         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
10763         printf-frexpl.h.
10764         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
10765         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
10766         REPLACE_VASNPRINTF is defined.
10767         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
10768         gl_FUNC_VASNPRINTF.
10769         (gl_FUNC_VASNPRINTF): Invoke it.
10770         * m4/vasnprintf-posix.m4: New file.
10771         * m4/printf.m4: New file.
10772
10773 2007-03-04  Bruno Haible  <bruno@clisp.org>
10774
10775         Compile progreloc.c only if --enable-relocatable is specified.
10776         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
10777         if --enable-relocatable was specified.
10778         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
10779         lib_SOURCES.
10780
10781 2007-03-04  Jim Meyering  <jim@meyering.net>
10782
10783         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
10784         Use it consistently, rather than enumerating errno constants.
10785
10786 2007-03-04  Bruno Haible  <bruno@clisp.org>
10787
10788         * modules/xvasprintf-tests: New file.
10789         * tests/test-xvasprintf.c: New file.
10790
10791         * modules/vasprintf-tests: New file.
10792         * tests/test-vasprintf.c: New file.
10793
10794         * modules/vasnprintf-tests: New file.
10795         * tests/test-vasnprintf.c: New file.
10796
10797         * modules/vsnprintf-tests: New file.
10798         * tests/test-vsnprintf.c: New file.
10799
10800         * modules/snprintf-tests: New file.
10801         * tests/test-snprintf.c: New file.
10802
10803 2007-03-04  Bruno Haible  <bruno@clisp.org>
10804
10805         Compile relocatable.c only if --enable-relocatable is specified.
10806         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
10807         gl_RELOCATABLE_LIBRARY.
10808         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
10809         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
10810         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
10811         gl_RELOCATABLE_LIBRARY.
10812         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
10813         (Makefile.am): Remove lib_SOURCES.
10814         * modules/relocatable-lib-lgpl (configure.ac): Invoke
10815         gl_RELOCATABLE_LIBRARY.
10816         (Makefile.am): Remove lib_SOURCES.
10817         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
10818         always.
10819         * modules/relocatable-prog-wrapper (configure.ac): Invoke
10820         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
10821
10822 2007-03-04  Bruno Haible  <bruno@clisp.org>
10823
10824         * modules/argmatch-tests: New file.
10825         * tests/test-argmatch.c: New file.
10826
10827         * tests/test-allocsa.c (main): Halve the number of loop runs.
10828
10829         * modules/alloca-opt-tests: New file.
10830         * tests/test-alloca-opt.c: New file.
10831
10832 2007-03-04  Jim Meyering  <jim@meyering.net>
10833
10834         Work around difference between Linux ACLs and Solaris 10 ZFS.
10835         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
10836         for EINVAL.
10837
10838 2007-03-03  Bruno Haible  <bruno@clisp.org>
10839
10840         * modules/relocatable-prog (Depends-on): Add back progreloc's
10841         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
10842
10843 2007-03-03  Bruno Haible  <bruno@clisp.org>
10844
10845         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
10846         * modules/relocatable-lib: New file.
10847
10848 2007-03-03  Bruno Haible  <bruno@clisp.org>
10849
10850         * modules/relocatable-prog: Renamed from modules/relocatable.
10851         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
10852
10853 2007-03-03  Bruno Haible  <bruno@clisp.org>
10854
10855         * modules/relocatable-script (Files): Add doc/relocatable.texi,
10856         m4/relocatable-lib.m4.
10857         (Depends-on): Remove 'relocatable'.
10858         (configure.ac): Add gl_RELOCATABLE_NOP.
10859
10860 2007-03-03  Bruno Haible  <bruno@clisp.org>
10861
10862         * modules/relocatable-prog-wrapper: New file.
10863         * modules/relocatable (Depends-on): Add it. Remove all other
10864         dependencies except progname.
10865         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
10866
10867         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
10868         (gl_FUNC_STRERROR): Nop.
10869         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
10870
10871         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
10872         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
10873
10874         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
10875         (gl_FUNC_READLINK): Update.
10876
10877         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
10878
10879 2007-03-03  Bruno Haible  <bruno@clisp.org>
10880
10881         * lib/xreadlink.c: Include <unistd.h> unconditionally.
10882         * modules/xreadlink (Depends-on): Add unistd.
10883         * modules/xreadlink-with-size (Depends-on): Likewise.
10884
10885 2007-03-03  Bruno Haible  <bruno@clisp.org>
10886
10887         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
10888         extracted from gt_FUNC_SETENV.
10889         (gt_FUNC_SETENV): Remove macro.
10890         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
10891         remove gt_FUNC_SETENV.
10892
10893 2007-03-03  Bruno Haible  <bruno@clisp.org>
10894
10895         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
10896         ENABLE_RELOCATABLE here.
10897         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
10898
10899 2007-03-03  Bruno Haible  <bruno@clisp.org>
10900
10901         * modules/rbtreehash-list-tests (Depends-on): Add progname.
10902         * tests/test-rbtreehash_list.c: Include progname.h.
10903         (main): Call set_program_name.
10904
10905         * modules/rbtree-oset-tests (Depends-on): Add progname.
10906         * tests/test-rbtree_oset.c: Include progname.h.
10907         (main): Call set_program_name.
10908
10909         * modules/rbtree-list-tests (Depends-on): Add progname.
10910         * tests/test-rbtree_list.c: Include progname.h.
10911         (main): Call set_program_name.
10912
10913         * modules/linked-list-tests (Depends-on): Add progname.
10914         * tests/test-linked_list.c: Include progname.h.
10915         (main): Call set_program_name.
10916
10917 2007-03-03  Bruno Haible  <bruno@clisp.org>
10918
10919         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
10920         All uses of __restrict changed to _Restrict_.
10921         * lib/glob_.h (__restrict): Remove macro.
10922
10923 2007-03-02  Bruno Haible  <bruno@clisp.org>
10924
10925         * modules/gettext (configure.ac): Require gettext infrastructure
10926         from version 0.16.1.
10927
10928 2007-03-02  Bruno Haible  <bruno@clisp.org>
10929
10930         * modules/linkedhash-list-tests (Depends-on): Add progname.
10931         * tests/test-linkedhash_list.c: Include progname.h.
10932         (main): Call set_program_name.
10933
10934         * modules/carray-list-tests (Depends-on): Add progname.
10935         * tests/test-carray_list.c: Include progname.h.
10936         (main): Call set_program_name.
10937
10938         * modules/avltreehash-list-tests (Depends-on): Add progname.
10939         * tests/test-avltreehash_list.c: Include progname.h.
10940         (main): Call set_program_name.
10941
10942         * modules/avltree-oset-tests (Depends-on): Add progname.
10943         * tests/test-avltree_oset.c: Include progname.h.
10944         (main): Call set_program_name.
10945
10946         * modules/avltree-list-tests (Depends-on): Add progname.
10947         * tests/test-avltree_list.c: Include progname.h.
10948         (main): Call set_program_name.
10949
10950         * modules/array-oset-tests (Depends-on): Add progname.
10951         * tests/test-array_oset.c: Include progname.h.
10952         (main): Call set_program_name.
10953
10954         * modules/array-list-tests (Depends-on): Add progname.
10955         * tests/test-array_list.c: Include progname.h.
10956         (main): Call set_program_name.
10957
10958         * modules/argp-tests (Depends-on): Add progname.
10959         * tests/test-argp.c: Include argp.h first. Include progname.h.
10960         (main): Call set_program_name.
10961
10962 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
10963
10964         * doc/gnulib-tool.texi (Initial import): Reword description of
10965         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
10966         limited effect even if defined after the first system include.
10967
10968 2007-03-01  Bruno Haible  <bruno@clisp.org>
10969
10970         * build-aux/config.libpath: Update to libtool-1.5.22.
10971         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
10972
10973 2007-03-01  Bruno Haible  <bruno@clisp.org>
10974
10975         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
10976         foo_CFLAGS.
10977         Reported by Ralf Wildenhues.
10978
10979 2007-03-01  Bruno Haible  <bruno@clisp.org>
10980
10981         * build-aux/install-reloc: Remove object files left over by some
10982         compilers.
10983         Reported by Ralf Wildenhues.
10984
10985 2007-03-01  Bruno Haible  <bruno@clisp.org>
10986
10987         * build-aux/install-reloc: Break long lines.
10988
10989 2007-03-01  Bruno Haible  <bruno@clisp.org>
10990
10991         * doc/relocatable.texi: Document that it may not work on OpenBSD.
10992         Reported by Ralf Wildenhues.
10993
10994 2007-03-01  Bruno Haible  <bruno@clisp.org>
10995
10996         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
10997         include ordering constraints.
10998
10999 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11000
11001         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
11002         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
11003         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
11004         as another example.
11005         * lib/time_.h: Fix misspelling.
11006         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
11007         Require gl_HEADER_TIME_H_DEFAULTS.
11008         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
11009         * m4/time_r.m4 (gl_TIME_R): Likewise.
11010         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
11011
11012 2007-03-01  Bruno Haible  <bruno@clisp.org>
11013
11014         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
11015         * m4/utimens.m4 (gl_UTIMENS): Likewise.
11016
11017 2007-03-01  Jim Meyering  <jim@meyering.net>
11018
11019         * modules/xreadlink (Maintainer): Add my name.
11020         * modules/xreadlink-with-size (Depends-on): Alphabetize.
11021
11022 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
11023             Bruno Haible  <bruno@clisp.org>
11024
11025         * build-aux/install-reloc: Compile also c-ctype.c.
11026         * build-aux/relocatable.sh.in: New file.
11027         * doc/relocatable.texi: New file.
11028         * doc/relocatable-maint.texi: New file.
11029         * doc/gnulib.texi: Include relocatable-maint.texi.
11030         * lib/progreloc.c: Include unistd.h unconditionally.
11031         * lib/relocwrapper.c: Include unistd.h unconditionally.
11032         Include c-ctype.h.
11033         (add_dotbin): Use c_tolower.
11034         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
11035         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
11036         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
11037         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
11038         to m4/relocatable-lib.m4.
11039         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
11040         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
11041         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
11042         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
11043         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
11044         * modules/relocatable: New file.
11045         * modules/relocatable-lib: New file.
11046         * modules/relocatable-script: New file.
11047
11048 2007-02-28  Bruno Haible  <bruno@clisp.org>
11049
11050         Import --enable-relocatable infrastructure.
11051         * build-aux/config.libpath: New file, from GNU gettext.
11052         * build-aux/install-reloc: New file, from GNU gettext.
11053         * build-aux/reloc-ldflags: New file, from GNU gettext.
11054         * lib/relocatable.h: New file, from GNU gettext.
11055         * lib/relocatable.c: New file, from GNU gettext.
11056         * lib/relocwrapper.c: New file, from GNU gettext.
11057         * m4/relocatable.m4: New file, from GNU gettext.
11058
11059 2007-02-28  Bruno Haible  <bruno@clisp.org>
11060
11061         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
11062
11063         * modules/xreadlink: New file, from GNU gettext with modifications.
11064         * lib/xreadlink.c: New file, from GNU gettext.
11065         * lib/xreadlink.h: Add comments.
11066         (xreadlink): New declaration.
11067
11068         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
11069         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
11070         lib/xreadlink-with-size.c.
11071         (configure.ac): Remove gl_XREADLINK invocation.
11072         (Makefile.am): Augment lib_SOURCES.
11073         * m4/xreadlink.m4: Remove file.
11074         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
11075         (xreadlink_with_size): Renamed from xreadink.
11076         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
11077         * modules/canonicalize (Depends-on): Replace xreadlink with
11078         xreadlink-with-size.
11079         * lib/canonicalize.c (canonicalize_filename_mode): Update.
11080
11081 2007-02-25  Jim Meyering  <jim@meyering.net>
11082
11083         * build-aux/announce-gen: When complaining about excess arguments,
11084         list them.
11085
11086 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
11087
11088         * README: Document signed integer overflow situation more
11089         accurately.
11090
11091 2007-02-25  Bruno Haible  <bruno@clisp.org>
11092
11093         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
11094         'a' or 'A' conversion.
11095
11096 2007-02-25  Bruno Haible  <bruno@clisp.org>
11097
11098         * modules/filename: Renamed from modules/pathname.
11099         (Files): Replace lib/pathname.h with lib/filename.h. Replace
11100         lib/concatpath.c with lib/concat-filename.c.
11101         (Makefile.am): Update.
11102         (Include): Replace pathname.h with filename.h.
11103         * lib/filename.h: Renamed from lib/pathname.h.
11104         (concatenated_filename): Renamed from concatenated_pathname.
11105         * lib/concat-filename.c: Renamed from lib/concatpath.c.
11106         (concatenated_filename): Renamed from concatenated_pathname.
11107         * lib/findprog.c: Include filename.h instead of pathname.h.
11108         (find_in_path): Update.
11109         * lib/javacomp.c: Include filename.h instead of pathname.h.
11110         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
11111         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
11112         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
11113         is_oldgcj_14_13_usable, is_javac_usable): Update.
11114         * lib/javaexec.c: Include filename.h instead of pathname.h.
11115         (execute_java_class): Update.
11116         * modules/findprog: Update.
11117         * modules/javacomp: Update.
11118         * modules/javaexec: Update.
11119         * MODULES.html.sh (File system functions): Add 'filename', remove
11120         'pathname'.
11121
11122 2007-02-25  Bruno Haible  <bruno@clisp.org>
11123
11124         * modules/printf-frexpl-tests: New file.
11125         * tests/test-printf-frexpl.c: New file.
11126
11127         * modules/printf-frexpl: New file.
11128         * lib/printf-frexpl.h: New file.
11129         * lib/printf-frexpl.c: New file.
11130         * m4/printf-frexpl.m4: New file.
11131
11132 2007-02-25  Bruno Haible  <bruno@clisp.org>
11133
11134         * modules/printf-frexp-tests: New file.
11135         * tests/test-printf-frexp.c: New file.
11136
11137         * modules/printf-frexp: New file.
11138         * lib/printf-frexp.h: New file.
11139         * lib/printf-frexp.c: New file.
11140         * m4/printf-frexp.m4: New file.
11141
11142 2007-02-25  Bruno Haible  <bruno@clisp.org>
11143
11144         Assume automake >= 1.10 for the tests.
11145         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
11146         * modules/arctwo-tests: Likewise.
11147         * modules/argp-tests: Likewise.
11148         * modules/avltree-list-tests: Likewise.
11149         * modules/avltree-oset-tests: Likewise.
11150         * modules/avltreehash-list-tests: Likewise.
11151         * modules/carray-list-tests: Likewise.
11152         * modules/crc-tests: Likewise.
11153         * modules/des-tests: Likewise.
11154         * modules/gc-arcfour-tests: Likewise.
11155         * modules/gc-arctwo-tests: Likewise.
11156         * modules/gc-des-tests: Likewise.
11157         * modules/gc-hmac-md5-tests: Likewise.
11158         * modules/gc-hmac-sha1-tests: Likewise.
11159         * modules/gc-md2-tests: Likewise.
11160         * modules/gc-md4-tests: Likewise.
11161         * modules/gc-md5-tests: Likewise.
11162         * modules/gc-pbkdf2-sha1-tests: Likewise.
11163         * modules/gc-rijndael-tests: Likewise.
11164         * modules/gc-sha1-tests: Likewise.
11165         * modules/gc-tests: Likewise.
11166         * modules/getaddrinfo-tests: Likewise.
11167         * modules/hmac-md5-tests: Likewise.
11168         * modules/hmac-sha1-tests: Likewise.
11169         * modules/linked-list-tests: Likewise.
11170         * modules/linkedhash-list-tests: Likewise.
11171         * modules/lock-tests: Likewise.
11172         * modules/md2-tests: Likewise.
11173         * modules/md4-tests: Likewise.
11174         * modules/md5-tests: Likewise.
11175         * modules/rbtree-list-tests: Likewise.
11176         * modules/rbtree-oset-tests: Likewise.
11177         * modules/rbtreehash-list-tests: Likewise.
11178         * modules/read-file-tests: Likewise.
11179         * modules/rijndael-tests: Likewise.
11180         * modules/stdint-tests: Likewise.
11181         * modules/tls-tests: Likewise.
11182
11183 2007-02-24  Bruno Haible  <bruno@clisp.org>
11184
11185         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
11186         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
11187         function; instead check whether isnan with a double argument links.
11188         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
11189         function; instead check whether isnan with a 'long double' argument
11190         links.
11191         Reported by Eric Blake <ebb9@byu.net>.
11192
11193 2007-02-24  Bruno Haible  <bruno@clisp.org>
11194
11195         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
11196         defined.
11197         * lib/isnanl.c: Remove all code. Just include isnan.c.
11198         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
11199
11200 2007-02-25  Jim Meyering  <jim@meyering.net>
11201
11202         Avoid conflicting types for 'unsetenv' on FreeBSD.
11203         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
11204         conflicting with FreeBSD's (5.0 and 6.1) function declaration
11205         in stdlib.h.
11206
11207 2007-02-24  Bruno Haible  <bruno@clisp.org>
11208
11209         * modules/isnanl-nolibm-tests: New file.
11210         * tests/test-isnanl.c: New file.
11211
11212         * modules/isnanl-nolibm: New file.
11213         * lib/isnanl.h: New file.
11214         * lib/isnanl.c: New file.
11215         * m4/isnanl.m4: New file.
11216
11217 2007-02-24  Bruno Haible  <bruno@clisp.org>
11218
11219         * modules/isnan-nolibm-tests: New file.
11220         * tests/test-isnan.c: New file.
11221
11222         * modules/isnan-nolibm: New file.
11223         * lib/isnan.h: New file.
11224         * lib/isnan.c: New file.
11225         * m4/isnan.m4: New file.
11226
11227 2007-02-24  Bruno Haible  <bruno@clisp.org>
11228
11229         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
11230         assume that an exponent fits in 20 bits.
11231
11232 2007-02-24  Jim Meyering  <jim@meyering.net>
11233
11234         * m4/regex.m4: Update the description of the configure-time option,
11235         --without-included-regex, to state accurately what the defaults are,
11236         and perhaps to give people an idea why using this option is risky.
11237
11238 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
11239
11240         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
11241         loops on small arguments.  This attempts to avoid the problem
11242         Bruno Haible reported for AIX 4.3.2 in
11243         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
11244
11245 2007-02-23  Bruno Haible  <bruno@clisp.org>
11246
11247         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
11248         Needed for help2man.
11249
11250 2007-02-23  Karl Berry  <karl@gnu.org>
11251
11252         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
11253         exists, foo.h should be cvs-ignored, not committed.
11254
11255 2007-02-23  Eric Blake  <ebb9@byu.net>
11256
11257         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
11258         * lib/stat-time.h (includes): Likewise.
11259         * lib/utimecmp.c (includes): Likewise.
11260         * lib/utimens.h (includes): Likewise.
11261         * lib/getdate.y (includes): Also include "timespec.h" for use
11262         internal to the module.
11263         * modules/utimens (Depends-on): Revert yesterday's patch.
11264         * modules/nanosleep (Depends-on): Add missing dependency.
11265
11266 2007-02-22  Bruno Haible  <bruno@clisp.org>
11267
11268         * lib/glob.c: Don't include getlogin_r.h.
11269
11270 2007-02-22  Jim Meyering  <jim@meyering.net>
11271
11272         * modules/utimens (Depends-on): Add timespec, required for
11273         utimens.h's inclusion of timespec.h.
11274
11275 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
11276
11277         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
11278         long unreadable paths in GNU/Linux.  Problem reported by Andreas
11279         Schwab in
11280         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
11281         I'll try to think of a better way to fix the Solaris problem.
11282
11283         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
11284         like glibc; on Solaris 10, it fails with errno == EINVAL.
11285         POSIX says the behavior is unspecified if the first argument is NULL,
11286         so play it safe and never pass NULL to the system getcwd.
11287
11288 2007-02-21  Jim Meyering  <jim@meyering.net>
11289
11290         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
11291         of gettimeofday.  It would conflict with the one now always
11292         provided via sys_time_.h.  Reported by Matthew Woehlke, as
11293         an IRIX 6.5 build failure.
11294
11295 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
11296
11297         Minor fixups to port to Solaris 10 with Sun C 5.8.
11298         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
11299         * modules/getcwd (Depends-on): Add dirfd.
11300         * lib/putenv.c (putenv): #undef it.
11301         (rpl_putenv): New decl.
11302         (malloc, free): Include <stdlib.h> rather than prototyping separately.
11303
11304 2007-02-20  Bruno Haible  <bruno@clisp.org>
11305
11306         * modules/stdio-tests: New file.
11307         * tests/test-stdio.c: New file.
11308
11309         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
11310         (Depends-on): Add stdio.
11311         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
11312         (Include): Use <stdio.h> instead of vsnprintf.h.
11313         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
11314         HAVE_DECL_VSNPRINTF.
11315         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
11316
11317         * modules/snprintf (Files): Remove lib/snprintf.h.
11318         (Depends-on): Add stdio.
11319         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
11320         (Include): Use <stdio.h> instead of snprintf.h.
11321         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
11322         HAVE_DECL_SNPRINTF.
11323         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
11324         * lib/getaddrinfo.c: Likewise.
11325
11326         * modules/stdio: New file.
11327         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
11328         * lib/snprintf.h: Remove file.
11329         * lib/vsnprintf.h: Remove file.
11330         * lib/.cppi-disable: Remove snprintf.h.
11331         * m4/stdio_h.m4: New file.
11332         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
11333
11334 2007-02-20  Jim Meyering  <jim@meyering.net>
11335
11336         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
11337         used by e.g., mingw.  From Bruno Haible.
11338
11339 2007-02-19  Bruno Haible  <bruno@clisp.org>
11340
11341         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
11342         warnings.
11343         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11344
11345 2007-02-19  Bruno Haible  <bruno@clisp.org>
11346
11347         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
11348         from mingw users.
11349
11350 2007-02-19  Bruno Haible  <bruno@clisp.org>
11351
11352         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
11353         warnings.
11354         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
11355
11356 2007-02-19  Jim Meyering  <jim@meyering.net>
11357
11358         Don't use FD after a successful "fdopendir (fd)".
11359         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
11360         Reset it by calling dirfd on the just-obtained DIR*.
11361
11362         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
11363         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
11364
11365 2007-02-18  Bruno Haible  <bruno@clisp.org>
11366
11367         * lib/readlink.c: Include <unistd.h>.
11368         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
11369         HAVE_READLINK.
11370         * modules/readlink (Depends-on): Add unistd.
11371         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11372         (Include): Add <unistd.h>.
11373
11374         * lib/getlogin_r.h: Remove file.
11375         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
11376         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
11377         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
11378         HAVE_DECL_GETLOGIN_R.
11379         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
11380         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11381         (Include): Use <unistd.h> instead of getlogin_r.h.
11382
11383         * lib/getcwd.h: Remove file.
11384         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
11385         * lib/xgetcwd.c: Likewise.
11386         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
11387         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
11388         * modules/getcwd (Files): Remove lib/getcwd.h.
11389         (Depends-on): Add unistd.
11390         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11391         (Include): Use <unistd.h> instad of getcwd.h.
11392
11393         * lib/ftruncate.c: Include <unistd.h> first.
11394         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
11395         Set HAVE_FTRUNCATE.
11396         * modules/ftruncate (Depends-on): Add unistd.
11397         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11398
11399         * lib/fchdir.c: Include <unistd.h> first.
11400         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
11401         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
11402         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
11403         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11404         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
11405
11406         * lib/dup2.c: Include <unistd.h> first.
11407         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
11408         HAVE_DUP2.
11409         * modules/dup2 (Depends-on): Add unistd.
11410         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11411
11412         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
11413         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
11414         REPLACE_CHOWN. Don't define chown as a macro here.
11415         * modules/chown (Depends-on): Add unistd.
11416         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
11417
11418         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
11419         Add definition for GL_LINK_WARNING.
11420         (chown, dup2): New declarations.
11421         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
11422         link warning.
11423         (ftruncate): New declaration.
11424         (getcwd): New declaration, taken from old getcwd.h.
11425         (getlogin_r): New declaration, taken from old getlogin_r.h.
11426         (readlink): New declaration.
11427         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
11428         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
11429         (gl_PREREQ_UNISTD): Remove macro.
11430         (gl_UNISTD_MODULE_INDICATOR): New macro.
11431         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
11432         many new variables. Don't set UNISTD_H.
11433         * modules/unistd (Description): Change.
11434         (Depends-on): Add link-warning.
11435         (configure.ac): Update.
11436         (Makefile.am): Create unistd.h always. Substitute many new variables
11437         into it.
11438
11439 2007-02-18  Bruno Haible  <bruno@clisp.org>
11440
11441         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
11442         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
11443         HAVE_GETSUBOPT.
11444         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
11445         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
11446         * lib/getsubopt.h: Remove file.
11447         * modules/getsubopt (Files): Remove lib/getsubopt.h.
11448         (Depends-on): Add stdlib.
11449         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
11450         (Includes): Use <stdlib.h> instead of getsubopt.h.
11451         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
11452         Set HAVE_GETSUBOPT.
11453         * lib/getsubopt.c: Don't include getsubopt.h.
11454
11455 2007-02-18  Bruno Haible  <bruno@clisp.org>
11456
11457         * modules/fchdir (Depends-on): Add dup2.
11458
11459 2007-02-18  Bruno Haible  <bruno@clisp.org>
11460
11461         * lib/stdlib_.h: Handle glibc's special invocation convention
11462         specially.
11463
11464 2007-02-18  Bruno Haible  <bruno@clisp.org>
11465
11466         * modules/stdlib-tests: New file.
11467         * tests/test-stdlib.c: New file.
11468
11469         * modules/mkstemp (Files): Remove lib/mkstemp.h.
11470         (Depends-on): Add stdlib.
11471         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
11472         (Includes): Use <stdlib.h> instead of mkstemp.h.
11473         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
11474         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
11475         * lib/mkstemp.c: Don't include mkstemp.h.
11476         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
11477         * lib/stdlib--.h: Don't include mkstemp.h.
11478
11479         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
11480         (Depends-on): Add stdlib.
11481         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
11482         (Includes): Use <stdlib.h> instead of mkdtemp.h.
11483         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
11484         HAVE_MKDTEMP.
11485         * lib/mkdtemp.c: Don't include mkdtemp.h.
11486         * lib/clean-temp.c: Don't include mkdtemp.h.
11487
11488         * modules/exit (Files): Remove lib/exit.h.
11489         (Depends-on): Add stdlib.
11490         (Makefile.am): Remove lib_SOURCES.
11491         (Include): Use <stdlib.h> instead of exit.h.
11492         * lib/argmatch.c: Don't include exit.h.
11493         * lib/execute.c: Likewise.
11494         * lib/pagealign_alloc.c: Likewise.
11495         * lib/pipe.c: Likewise.
11496         * lib/wait-process.c: Likewise.
11497         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
11498         * lib/exitfail.c: Likewise.
11499         * lib/savewd.c: Likewise.
11500         * lib/xsetenv.c: Likewise.
11501
11502         * modules/stdlib: New file.
11503         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
11504         and extra comments about mkstemp().
11505         * lib/exit.h: Remove file.
11506         * lib/mkdtemp.h: Remove file.
11507         * lib/mkstemp.h: Remove file.
11508         * m4/stdlib_h.m4: New file.
11509         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
11510
11511 2007-02-18  Bruno Haible  <bruno@clisp.org>
11512
11513         * modules/math-tests: New file.
11514         * tests/test-math.c: New file.
11515
11516         * modules/math: New file.
11517         * modules/mathl (Files): Remove lib/mathl.h.
11518         (Depends-on): Add math.
11519         (Makefile.am): Don't mention mathl.h.
11520         (Include): Use <math.h> instead of mathl.h.
11521         * lib/math_.h: New file.
11522         * lib/mathl.h: Remove file.
11523         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
11524         mathl.h.
11525         * lib/asinl.c: Likewise.
11526         * lib/atanl.c: Likewise.
11527         * lib/ceill.c: Likewise.
11528         * lib/cosl.c: Likewise.
11529         * lib/expl.c: Likewise.
11530         * lib/floorl.c: Likewise.
11531         * lib/frexpl.c: Likewise.
11532         * lib/ldexpl.c: Likewise.
11533         * lib/logl.c: Likewise.
11534         * lib/sincosl.c: Likewise.
11535         * lib/sinl.c: Likewise.
11536         * lib/sqrtl.c: Likewise.
11537         * lib/tanl.c: Likewise.
11538         * lib/trigl.c: Likewise.
11539         * m4/math_h.m4: New file.
11540         * MODULES.html.sh (Mathematics): Add math.
11541
11542 2007-02-17  Bruno Haible  <bruno@clisp.org>
11543
11544         * modules/wctype-tests: New file.
11545         * tests/test-wctype.c: New file.
11546
11547         * modules/wchar-tests: New file.
11548         * tests/test-wchar.c: New file.
11549
11550         * modules/unistd-tests: New file.
11551         * tests/test-unistd.c: New file.
11552
11553         * modules/time-tests: New file.
11554         * tests/test-time.c: New file.
11555
11556         * modules/sysexits-tests: New file.
11557         * tests/test-sysexits.c: New file.
11558
11559         * modules/sys_time-tests: New file.
11560         * tests/test-sys_time.c: New file.
11561
11562         * modules/sys_stat-tests: New file.
11563         * tests/test-sys_stat.c: New file.
11564
11565         * modules/sys_socket-tests: New file.
11566         * tests/test-sys_socket.c: New file.
11567
11568         * modules/sys_select-tests: New file.
11569         * tests/test-sys_select.c: New file.
11570
11571         * modules/string-tests: New file.
11572         * tests/test-string.c: New file.
11573
11574         * modules/stdbool-tests: New file.
11575         * tests/test-stdbool.c: New file.
11576
11577         * modules/netinet_in-tests: New file.
11578         * tests/test-netinet_in.c: New file.
11579
11580         * modules/inttypes-tests: New file.
11581         * tests/test-inttypes.c: New file.
11582
11583         * modules/fcntl-tests: New file.
11584         * tests/test-fcntl.c: New file.
11585
11586         * modules/byteswap-tests: New file.
11587         * tests/test-byteswap.c: New file.
11588
11589         * modules/arpa_inet-tests: New file.
11590         * tests/test-arpa_inet.c: New file.
11591
11592 2007-02-17  Bruno Haible  <bruno@clisp.org>
11593
11594         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
11595         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
11596         if the corresponding module is not enabled. Emit link warnings if
11597         the function is used nevertheless.
11598         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
11599         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
11600         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
11601         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
11602         * modules/inttypes (Depends-on): Add link-warning.
11603         (Makefile.am): Copy the contents of build-aux/link-warning.h into
11604         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
11605         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
11606         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
11607         * modules/imaxdiv (configure.ac): Likewise.
11608         * modules/strtoimax (configure.ac): Likewise.
11609         * modules/strtoumax (configure.ac): Likewise.
11610
11611 2007-02-17  Bruno Haible  <bruno@clisp.org>
11612
11613         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
11614         gl_STRING_MODULE_INDICATOR_DEFAULTS.
11615         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
11616         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
11617
11618 2007-02-17  Bruno Haible  <bruno@clisp.org>
11619
11620         * modules/link-warning: New file.
11621         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
11622         * lib/string_.h (GL_LINK_WARNING): Remove definition.
11623         * modules/string (Depends-on): Add link-warning.
11624         (Makefile.am): Copy the contents of build-aux/link-warning.h into
11625         string.h.
11626         * MODULES.html.sh (Support for building libraries and executables): Add
11627         link-warning.
11628
11629 2007-02-17  Bruno Haible  <bruno@clisp.org>
11630
11631         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
11632         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
11633         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
11634         long lines.
11635
11636 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
11637             Bruno Haible  <bruno@clisp.org>
11638
11639         * modules/tmpfile: New file.
11640         * lib/tmpfile.c: New file.
11641         * m4/tmpfile.m4: New file.
11642         * MODULES.html.sh (func_all_modules): New section "Input/output".
11643
11644 2007-02-15  Bruno Haible  <bruno@clisp.org>
11645
11646         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
11647         (supports_delete_on_close): New function.
11648         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
11649
11650 2007-02-14  Bruno Haible  <bruno@clisp.org>
11651
11652         * modules/mbspcasecmp-tests: New file.
11653         * tests/test-mbspcasecmp.sh: New file.
11654         * tests/test-mbspcasecmp.c: New file.
11655
11656         New module mbspcasecmp.
11657         * modules/mbspcasecmp: New file.
11658         * lib/mbspcasecmp.c: New file.
11659         * lib/string_.h (strncasecmp): Change warning message.
11660         (mbspcasecmp): New declaration.
11661         * m4/mbspcasecmp.m4: New file.
11662         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
11663         GNULIB_MBSPCASECMP.
11664         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
11665         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
11666
11667 2007-02-14  Bruno Haible  <bruno@clisp.org>
11668
11669         * modules/mbsncasecmp-tests: New file.
11670         * tests/test-mbsncasecmp.sh: New file.
11671         * tests/test-mbsncasecmp.c: New file.
11672
11673         New module mbsncasecmp.
11674         * modules/mbsncasecmp: New file.
11675         * lib/mbsncasecmp.c: New file.
11676         * lib/string_.h (mbsncasecmp): New declaration.
11677         * m4/mbsncasecmp.m4: New file.
11678         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
11679         GNULIB_MBSNCASECMP.
11680         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
11681         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
11682
11683 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
11684
11685         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
11686         Verify that it doesn't overlap with our flags.
11687         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
11688         do not have the desired effect in multibyte locales; instead, use
11689         mbscasecmp.
11690         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
11691         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
11692         we don't require GNU fnmatch ourselves (if our users require it, they
11693         should do so explicitly).
11694
11695         Fix regex code so it doesn't rely on strcasecmp.
11696         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
11697         Otherwise, include gnulib's langinfo.h.
11698         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
11699         undesirable behavior in non-C locales.  Instead, rely on localecharset.
11700         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
11701         * modules/regex (FILES): Remove m4/codeset.m4.
11702         (Depends-on): Add localcharset.  Remove strcase.
11703
11704 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11705
11706         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
11707         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
11708
11709 2007-02-13  Bruno Haible  <bruno@clisp.org>
11710
11711         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
11712         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11713
11714 2007-02-12  Bruno Haible  <bruno@clisp.org>
11715
11716         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
11717         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
11718         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
11719         time warning rather than a link error.
11720
11721 2007-02-12  Bruno Haible  <bruno@clisp.org>
11722
11723         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
11724         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
11725         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11726
11727 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
11728
11729         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
11730         args, not 2.
11731
11732 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
11733
11734         New module 'time', so that apps can include <time.h> as per
11735         POSIX and GNU instead of separate include files like time_r.h
11736         and timegm.h.  This implementation tries out a simpler approach
11737         for replacing decls in standard include files (as compared to
11738         the string module), somewhat as an experiment.
11739
11740         * config/srclist.txt: Comment out mktime.c for now.
11741         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
11742         since it doesn't apply any more.  Use generic wording instead.
11743         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
11744         'time'.
11745         * lib/time_.h, m4/time_h.m4, modules/time: New files.
11746         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
11747         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
11748         Don't include <sys/types.h>; no longer needed since we assume C89.
11749         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
11750         * lib/strftime.c: Likewise.
11751         * lib/time_r.c: Likewise.
11752         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
11753         * lib/nanosleep.c: Include <time.h> first, to check interface.
11754         * lib/strptime.c: Likewise.
11755         * lib/time_r.c: Likewise.
11756         * lib/timegm.c: Likewise.
11757         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
11758         needed.
11759         * lib/timegm.c: Don't include timegm.h; no longer needed.
11760         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
11761         time.h now handles any problems in that area.
11762         (struct timespec, nanosleep): Remove; time.h now arranges for these.
11763         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
11764         that time.h defines struct timespec.
11765         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
11766         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
11767         handles that.
11768         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
11769         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
11770         needed.  Set REPLACE_LOCALTIME.
11771         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
11772         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
11773         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
11774         nanosleep; time_h.m4 now does that.  Don't require
11775         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
11776         module handles this now.
11777         * modules/getdate (Depends-on): Remove timespec.  Add time.
11778         * modules/nanosleep (Depends-on): Likewise.
11779         * modules/stat-time (Depends-on): Likewise.
11780         * modules/nanosleep (Include): Include time.h, not timespec.h.
11781         * modules/strptime (Files): Remove lib/strptime.h.
11782         (Depends-on): Add extensions, time.
11783         (Include): Include time.h, not strptime.h.
11784         * modules/time_r (Files): Remove lib/time_r.h.
11785         (Depends-on): Add time.
11786         (Include): Include time.h, not time_r.h.
11787         * modules/timegm: Likewise.
11788         * modules/timespec (Description): Now does timespec-related decls
11789         of our own, instead of struct timespec itself.
11790         (Depends-on): Add time; remove extensions.
11791         (Maintainer): Add self.
11792         * modules/utimecmp (Depends-on): Add time; remove timespec.
11793         * modules/utimens (Depends-on): Likewise.
11794         * modules/xnanosleep (Depends-on): Likewise.
11795
11796 2007-02-11  Bruno Haible  <bruno@clisp.org>
11797
11798         * lib/c-strstr.c: Include allocsa.h.
11799         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
11800         * lib/c-strcasestr.c: Include allocsa.h.
11801         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
11802         * lib/strcasestr.c: Include allocsa.h.
11803         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
11804         * lib/mbsstr.c: Include allocsa.h.
11805         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
11806         allocsa/freesa instead of malloc/free.
11807         * lib/mbscasestr.c: Include allocsa.h.
11808         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
11809         allocsa/freesa instead of malloc/free.
11810         * modules/c-strstr (Depends-on): Add allocsa.
11811         * modules/c-strcasestr (Depends-on): Likewise.
11812         * modules/strcasestr (Depends-on): Likewise.
11813         * modules/mbsstr (Depends-on): Likewise.
11814         * modules/mbscasestr (Depends-on): Likewise.
11815
11816 2007-02-11  Bruno Haible  <bruno@clisp.org>
11817
11818         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
11819
11820         * modules/mbsspn-tests: New file.
11821         * tests/test-mbsspn.sh: New file.
11822         * tests/test-mbsspn.c: New file.
11823
11824 2007-02-11  Bruno Haible  <bruno@clisp.org>
11825
11826         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
11827
11828         * modules/mbspbrk-tests: New file.
11829         * tests/test-mbspbrk.sh: New file.
11830         * tests/test-mbspbrk.c: New file.
11831
11832 2007-02-11  Bruno Haible  <bruno@clisp.org>
11833
11834         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
11835         unneeded cast.
11836
11837         * modules/mbscspn-tests: New file.
11838         * tests/test-mbscspn.sh: New file.
11839         * tests/test-mbscspn.c: New file.
11840
11841 2007-02-11  Bruno Haible  <bruno@clisp.org>
11842
11843         * modules/mbscasecmp-tests: New file.
11844         * tests/test-mbscasecmp.sh: New file.
11845         * tests/test-mbscasecmp.c: New file.
11846
11847 2007-02-11  Bruno Haible  <bruno@clisp.org>
11848
11849         Ensure O(n) worst-case complexity of mbscasestr.
11850         * lib/mbscasestr.c: Include stdbool.h.
11851         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
11852         functions.
11853         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
11854         the bookkeeping indicates that it's worth it.
11855         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
11856
11857         * modules/mbscasestr-tests: New file.
11858         * tests/test-mbscasestr1.c: New file.
11859         * tests/test-mbscasestr2.sh: New file.
11860         * tests/test-mbscasestr2.c: New file.
11861         * tests/test-mbscasestr3.sh: New file.
11862         * tests/test-mbscasestr3.c: New file.
11863         * tests/test-mbscasestr4.sh: New file.
11864         * tests/test-mbscasestr4.c: New file.
11865         * m4/locale-tr.m4: New file.
11866
11867 2007-02-11  Bruno Haible  <bruno@clisp.org>
11868
11869         Ensure O(n) worst-case complexity of mbsstr.
11870         * lib/mbsstr.c: Include stdbool.h.
11871         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
11872         functions.
11873         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
11874         bookkeeping indicates that it's worth it.
11875         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
11876
11877         * modules/mbsstr-tests: New file.
11878         * tests/test-mbsstr1.c: New file.
11879         * tests/test-mbsstr2.sh: New file.
11880         * tests/test-mbsstr2.c: New file.
11881         * tests/test-mbsstr3.sh: New file.
11882         * tests/test-mbsstr3.c: New file.
11883         * m4/locale-fr.m4: New file.
11884
11885 2007-02-11  Bruno Haible  <bruno@clisp.org>
11886
11887         * lib/mbsrchr.c (mbsrchr): Fix bug.
11888
11889         * modules/mbsrchr-tests: New file.
11890         * tests/test-mbsrchr.sh: New file.
11891         * tests/test-mbsrchr.c: New file.
11892
11893 2007-02-11  Bruno Haible  <bruno@clisp.org>
11894
11895         * lib/mbschr.c (mbschr): Fix bug.
11896
11897         * modules/mbschr-tests: New file.
11898         * tests/test-mbschr.sh: New file.
11899         * tests/test-mbschr.c: New file.
11900         * m4/locale-zh.m4: New file.
11901
11902 2007-02-11  Bruno Haible  <bruno@clisp.org>
11903
11904         Support for copying multibyte string iterators.
11905         * lib/mbiter.h: Include <string.h>.
11906         (mbiter_multi_copy): New function.
11907         (mbi_copy): New macro.
11908         * lib/mbuiter.h: Include <string.h>.
11909         (mbuiter_multi_copy): New function.
11910         (mbui_copy): New macro.
11911
11912 2007-02-11  Bruno Haible  <bruno@clisp.org>
11913
11914         New module mbslen.
11915         * modules/mbslen: New file.
11916         * lib/mbslen.c: New file.
11917         * lib/string_.h (mbslen): New declaration.
11918         * m4/mbslen.m4: New file.
11919         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
11920         GNULIB_MBSLEN.
11921         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
11922         * MODULES.html.sh (Internationalization functions): Add mbslen.
11923
11924 2007-02-11  Bruno Haible  <bruno@clisp.org>
11925
11926         Ensure O(n) worst-case complexity of strcasestr substitute.
11927         * lib/strcasestr.c: Include stdbool.h.
11928         (knuth_morris_pratt): New function.
11929         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
11930         bookkeeping indicates that it's worth it.
11931         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
11932
11933         * modules/strcasestr-tests: New file.
11934         * tests/test-strcasestr.c: New file.
11935
11936 2007-02-11  Bruno Haible  <bruno@clisp.org>
11937
11938         Ensure O(n) worst-case complexity of c_strcasestr.
11939         * lib/c-strcasestr.c: Include stdbool.h, string.h.
11940         (knuth_morris_pratt): New function.
11941         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
11942         the bookkeeping indicates that it's worth it.
11943         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
11944
11945         * modules/c-strcasestr-tests: New file.
11946         * tests/test-c-strcasestr.c: New file.
11947
11948 2007-02-11  Bruno Haible  <bruno@clisp.org>
11949
11950         Ensure O(n) worst-case complexity of c_strstr.
11951         * lib/c-strstr.c: Include stdbool.h, string.h.
11952         (knuth_morris_pratt): New function.
11953         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
11954         bookkeeping indicates that it's worth it.
11955         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
11956
11957         * lib/c-strstr.c: Complete rewrite for maintainability.
11958
11959         * modules/c-strstr-tests: New file.
11960         * tests/test-c-strstr.c: New file.
11961
11962 2007-02-11  Bruno Haible  <bruno@clisp.org>
11963
11964         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
11965         5.2.1 and earlier, whereby \055 was treated just like the range
11966         delimiter '-'.
11967         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
11968
11969 2007-02-08  Bruno Haible  <bruno@clisp.org>
11970
11971         * modules/regex (Depends-on): Add stdbool.
11972         Reported by Dalibor Topic <robilad@kaffe.org>.
11973
11974 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
11975
11976         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
11977         Prefer returning from main to exiting from it.
11978         Remove unnecessary parens after sizeof.
11979
11980 2007-02-05  Bruno Haible  <bruno@clisp.org>
11981
11982         New module mbssep.
11983         * modules/mbssep: New file.
11984         * lib/mbssep.c: New file.
11985         * lib/string_.h (strsep): Add a conditional link warning.
11986         (mbssep): New declaration.
11987         * m4/mbssep.m4: New file.
11988         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
11989         GNULIB_MBSSEP.
11990         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
11991         * MODULES.html.sh (Internationalization functions): Add mbssep.
11992
11993 2007-02-05  Bruno Haible  <bruno@clisp.org>
11994
11995         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
11996         Optimize search in case of 1 delimiter.
11997
11998 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
11999
12000         * lib/acl.h: Include sys/types.h before sys/acl.h.
12001
12002 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
12003
12004         Merge upstream fix for glibc bugzilla #3957:
12005
12006         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
12007
12008         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
12009         bit for RE_HAT_LISTS_NOT_NEWLINE.
12010         (build_charclass_op): Remove bogus comment.
12011
12012 2007-02-05  Simon Josefsson  <simon@josefsson.org>
12013
12014         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
12015
12016 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
12017
12018         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
12019         * lib/memmem.c [!defined _LIBC]: Include config.h.
12020
12021 2007-02-04  Bruno Haible  <bruno@clisp.org>
12022
12023         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
12024         warning message.
12025
12026 2007-02-04  Bruno Haible  <bruno@clisp.org>
12027
12028         New module mbstok_r.
12029         * modules/mbstok_r: New file.
12030         * lib/mbstok_r.c: New file.
12031         * lib/string_.h (strtok_r): Change argument names to match the
12032         comments. Add a conditional link warning.
12033         (mbstok_r): New declaration.
12034         * m4/mbstok_r.m4: New file.
12035         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12036         GNULIB_MBSTOK_R.
12037         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
12038         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
12039
12040 2007-02-04  Bruno Haible  <bruno@clisp.org>
12041
12042         New module mbsspn.
12043         * modules/mbsspn: New file.
12044         * lib/mbsspn.c: New file.
12045         * lib/string_.h (strspn): Add a conditional link warning.
12046         (mbsspn): New declaration.
12047         * m4/mbsspn.m4: New file.
12048         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12049         GNULIB_MBSSPN.
12050         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
12051         * MODULES.html.sh (Internationalization functions): Add mbsspn.
12052
12053 2007-02-04  Bruno Haible  <bruno@clisp.org>
12054
12055         New module mbspbrk.
12056         * modules/mbspbrk: New file.
12057         * lib/mbspbrk.c: New file.
12058         * lib/string_.h (strpbrk): Add a conditional link warning.
12059         (mbspbrk): New declaration.
12060         * m4/mbspbrk.m4: New file.
12061         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12062         GNULIB_MBSPBRK.
12063         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
12064         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
12065
12066 2007-02-04  Bruno Haible  <bruno@clisp.org>
12067
12068         New module mbscspn.
12069         * modules/mbscspn: New file.
12070         * lib/mbscspn.c: New file.
12071         * lib/string_.h (strcspn): Add a conditional link warning.
12072         (mbscspn): New declaration.
12073         * m4/mbscspn.m4: New file.
12074         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12075         GNULIB_MBSCSPN.
12076         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
12077         * MODULES.html.sh (Internationalization functions): Add mbscspn.
12078
12079 2007-02-04  Bruno Haible  <bruno@clisp.org>
12080
12081         New module mbscasestr, reduced goal of strcasestr.
12082         * modules/mbscasestr: New file.
12083         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
12084         (mbscasestr): Renamed from strcasestr.
12085         * lib/strcasestr.c: Don't include mbuiter.h.
12086         (strcasestr): Remove support for multibyte locales.
12087         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
12088         Change the conditional link warning.
12089         (mbscasestr): New declaration.
12090         * m4/mbscasestr.m4: New file.
12091         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
12092         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
12093         REPLACE_STRCASESTR.
12094         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
12095         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
12096         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
12097         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
12098         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
12099         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
12100         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
12101         (Depends-on): Remove mbuiter.
12102         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
12103
12104 2007-02-04  Bruno Haible  <bruno@clisp.org>
12105
12106         Simplify handling of strncasecmp.
12107         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
12108         the conditional link warning.
12109         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
12110         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
12111         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
12112         * modules/strcase (configure.ac): Don't invoke
12113         gl_STRING_MODULE_INDICATOR.
12114         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
12115
12116 2007-02-04  Bruno Haible  <bruno@clisp.org>
12117
12118         New module mbscasecmp, reduced goal of strcasecmp.
12119         * modules/mbscasecmp: New file.
12120         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
12121         (mbscasecmp): Renamed from strcasecmp.
12122         * lib/strcasecmp.c: Don't include mbuiter.h.
12123         (strcasecmp): Remove support for multibyte locales.
12124         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
12125         Change the conditional link warning.
12126         (mbscasecmp): New declaration.
12127         * m4/mbscasecmp.m4: New file.
12128         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
12129         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
12130         REPLACE_STRCASECMP.
12131         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
12132         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12133         GNULIB_MBSCASECMP.
12134         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
12135         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
12136         * modules/strcase (Files): Remove m4/mbrtowc.m4.
12137         (Depends-on): Remove mbuiter.
12138         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
12139
12140 2007-02-04  Bruno Haible  <bruno@clisp.org>
12141
12142         New module mbsstr. Remove module strstr.
12143         * modules/mbsstr: New file.
12144         * modules/strstr: Remove file.
12145         * lib/mbsstr.c: Renamed from lib/strstr.c.
12146         (mbsstr): Renamed from strstr.
12147         * lib/string_.h (strstr): Remove declaration. Change the conditional
12148         link warning.
12149         (mbsstr): New declaration.
12150         * m4/mbsstr.m4: New file.
12151         * m4/strstr.m4: Remove file.
12152         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
12153         REPLACE_STRSTR.
12154         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
12155         Don't initialize GNULIB_STRSTR.
12156         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
12157         substitute GNULIB_STRSTR and REPLACE_STRSTR.
12158         * MODULES.html.sh (Internationalization functions): Add mbsstr.
12159         (Support for systems lacking ANSI C 89): Remove strstr.
12160
12161 2007-02-04  Bruno Haible  <bruno@clisp.org>
12162
12163         New module mbsrchr.
12164         * modules/mbsrchr: New file.
12165         * lib/mbsrchr.c: New file.
12166         * lib/string_.h (strrchr): Add a conditional link warning.
12167         (mbsrchr): New declaration.
12168         * m4/mbsrchr.m4: New file.
12169         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12170         GNULIB_MBSRCHR.
12171         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
12172         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
12173
12174 2007-02-04  Bruno Haible  <bruno@clisp.org>
12175
12176         New module mbschr.
12177         * modules/mbschr: New file.
12178         * lib/mbschr.c: New file.
12179         * lib/string_.h (strchr): Add a conditional link warning.
12180         (mbschr): New declaration.
12181         * m4/mbschr.m4: New file.
12182         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
12183         GNULIB_MBSCHR.
12184         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
12185         * MODULES.html.sh (Internationalization functions): Add mbschr.
12186
12187 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
12188
12189         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
12190
12191         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
12192
12193 2007-02-04  Bruno Haible  <bruno@clisp.org>
12194
12195         New module description section 'configure.ac-early'.
12196         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
12197         (func_get_autoconf_early_snippet): New function.
12198         (func_import, func_create_testdir): Use it. Remove special cases for
12199         modules 'extensions' and 'lock'.
12200         * modules/extensions (configure.ac-early): Require
12201         gl_USE_SYSTEM_EXTENSIONS.
12202         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
12203
12204 2007-02-04  Bruno Haible  <bruno@clisp.org>
12205
12206         Make use of gcj-4.3's -fsource and -ftarget option.
12207         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
12208         and if so try the options -fsource and -ftarget.
12209         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
12210         source_version, ftarget_option, target_version arguments.
12211         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
12212         (is_envjavac_oldgcj_14_14_usable): Renamed from
12213         is_envjavac_gcj_14_14_usable.
12214         (is_envjavac_oldgcj_14_13_usable): Renamed from
12215         is_envjavac_gcj_14_13_usable.
12216         (is_gcj_present): Update.
12217         (is_gcj_43, is_gcj43_usable): New functions.
12218         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
12219         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
12220         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
12221         try the options -fsource and -ftarget.
12222
12223 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
12224
12225         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
12226         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
12227         larger value.
12228
12229 2007-02-03  Jim Meyering  <jim@meyering.net>
12230
12231         Give tools a better chance to allocate space for very large buffers.
12232         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
12233
12234         Make pwd and readlink work also when run with an unreadable parent dir
12235         on systems with openat support.
12236         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
12237         provided getcwd function, even when we have openat support.
12238         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
12239
12240 2007-02-02  Bruno Haible  <bruno@clisp.org>
12241
12242         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
12243         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
12244         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
12245         portability problems if one of these functions is only used on specific
12246         platforms.
12247         Reported by Paul Eggert.
12248
12249 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
12250
12251         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
12252         is causing more trouble than it's curing.
12253         * lib/regex_internal.h (__mempcpy): Remove.
12254         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
12255         (and make the code a tad smaller to boot).
12256         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
12257
12258 2007-02-02  Jim Meyering  <jim@meyering.net>
12259
12260         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
12261         section, not in the Makefile.am: one.
12262
12263 2007-02-02  Eric Blake  <ebb9@byu.net>
12264
12265         * lib/strchrnul.c: Always include config.h first.
12266
12267         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
12268         gnulib strstr is not necessary here.
12269
12270 2007-02-02  Simon Josefsson  <simon@josefsson.org>
12271
12272         * m4/socklen.m4: Fix typo.
12273
12274 2007-02-02  Eric Blake  <ebb9@byu.net>
12275
12276         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
12277         * modules/netinet_in (Makefile.am): Likewise.
12278
12279 2007-02-01  Bruno Haible  <bruno@clisp.org>
12280
12281         * lib/string_.h (GL_LINK_WARNING): New macro.
12282         (strcasecmp, strstr, strcasestr): If provided by the system,
12283         conditionally define as a macro that leads to a warning instead of to
12284         an error.
12285         (strncasecmp): Conditionally define as a macro that leads to a warning.
12286
12287 2007-02-01  Karl Berry  <karl@gnu.org>
12288
12289         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
12290
12291 2007-02-01  Bruno Haible  <bruno@clisp.org>
12292
12293         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
12294         renamings.
12295
12296 2007-02-01  Eric Blake  <ebb9@byu.net>
12297
12298         * modules/regex (Depends-on): Revert dependence on mempcpy.
12299         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
12300         module's definition of mempcpy.
12301         Reported by Paul Eggert.
12302
12303 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
12304
12305         * lib/string_.h: If the gnulib module XYZ is not present, undefine
12306         the symbol XYZ before redefining it.  This fixes a problem with
12307         programs that don't use XYZ, when compiled on systems that define
12308         XYZ to something else.
12309
12310 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
12311
12312         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
12313         occurs when "mkdir -m foo" creates a setgid directory that is (1)
12314         writeable to group or other and (2) is intended to have a special
12315         mode bit that is set or cleared.  In such a case, the directory
12316         should be neither group- nor other-writeable until the special
12317         mode bits are right.
12318
12319 2007-01-31  Eric Blake  <ebb9@byu.net>
12320
12321         * modules/mountlist (Depends-on): Add strstr.
12322
12323         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
12324         bug.
12325         * modules/string (Makefile.am): Remove redundant replacement.
12326         * modules/regex (Depends-on): Add mempcpy.
12327
12328 2007-01-31  Bruno Haible  <bruno@clisp.org>
12329
12330         New module description field 'Link'.
12331         * gnulib-tool (func_usage): Document --extract-link-directive.
12332         (sed_extract_prog): Recognize 'Link' directive.
12333         (func_get_link_directive): New function.
12334         (func_import): Show summary of link directives.
12335         Handle --extract-link-directive option.
12336         * modules/acl (Link): New section.
12337         * modules/clock-time (Link): New section.
12338         * modules/euidaccess (Link): New section.
12339         * modules/gettext (Link): New section.
12340         * modules/iconv (Link): New section.
12341         * modules/lock (Link): New section.
12342         * modules/nanosleep (Link): New section.
12343         * modules/readline (Link): New section.
12344
12345 2007-01-27  Bruno Haible  <bruno@clisp.org>
12346
12347         Enforce the use of gnulib modules for unportable <string.h> functions.
12348         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
12349         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
12350         (gl_HEADER_STRING_H_BODY): Require it.
12351         * lib/string_.h: If the gnulib module XYZ is not present, redefine
12352         the symbol XYZ to one that gives a link error.
12353         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
12354         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
12355         * modules/mempcpy (configure.ac): Likewise.
12356         * modules/memrchr (configure.ac): Likewise.
12357         * modules/stpcpy (configure.ac): Likewise.
12358         * modules/stpncpy (configure.ac): Likewise.
12359         * modules/strcase (configure.ac): Likewise.
12360         * modules/strcasestr (configure.ac): Likewise.
12361         * modules/strchrnul (configure.ac): Likewise.
12362         * modules/strdup (configure.ac): Likewise.
12363         * modules/strndup (configure.ac): Likewise.
12364         * modules/strnlen (configure.ac): Likewise.
12365         * modules/strpbrk (configure.ac): Likewise.
12366         * modules/strsep (configure.ac): Likewise.
12367         * modules/strstr (configure.ac): Likewise.
12368         * modules/strtok_r (configure.ac): Likewise.
12369
12370 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
12371
12372         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
12373
12374 2007-01-30  Jim Meyering  <jim@meyering.net>
12375
12376         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
12377
12378 2007-01-29  Bruno Haible  <bruno@clisp.org>
12379
12380         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
12381         * lib/execute.c: Likewise.
12382         * lib/pipe.c: Likewise.
12383         * lib/printf-args.h: Likewise.
12384         * lib/printf-args.c: Likewise.
12385         * lib/printf-parse.c: Likewise.
12386         * lib/vasnprintf.c: Likewise.
12387
12388 2007-01-29  Eric Blake  <ebb9@byu.net>
12389
12390         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
12391         declaration.
12392
12393 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
12394
12395         * lib/strptime.h (strptime): Use 'restrict' for args where
12396         POSIX requires this.
12397         * lib/strptime.c (strptime): Likewise.
12398         Change license notice from LGPL to GPL, since gnulib-tool will
12399         change this as needed.
12400         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
12401         defined.
12402         Include "strptime.h" first, to check interface.
12403         Do not #undef _LIBC and _NL_CURRENT.
12404         Do not include <stdlib.h>; no longer needed.
12405         Include "time_r.h" and declare ptime_locale_status
12406         only if _LIBC is not defined.
12407         (__P): Remove unused macro.
12408         (match_string): Bring back glibc version, but use it only if _LIBC
12409         is defined.
12410         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
12411         Remove unnecessary assertion and abort() call.
12412         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
12413         * m4/strptime.m4: Fix serial number comment.
12414         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
12415         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
12416         (Depends-on): Add time_r.
12417
12418 2007-01-29  Bruno Haible  <bruno@clisp.org>
12419
12420         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12421         strptime.
12422         * modules/strptime (Depends-on): Add stdbool.
12423         * lib/strptime.h: Include <time.h> always. Add comments.
12424
12425 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
12426
12427         * modules/strptime: New file.
12428         * lib/strptime.h: New file.
12429         * lib/strptime.c: New file.
12430         * m4/strptime.m4: New file.
12431
12432 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
12433
12434         * MODULES.html.sh: New module mpsort.
12435         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
12436
12437         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
12438         a circularity problem with HP-UX ia64 reported by Bob Proulx in
12439         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
12440         All uses changed.
12441         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
12442         All uses changed.
12443         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
12444         to _Restrict_.
12445         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
12446         the parameter matches the prototype.
12447
12448 2007-01-28  Jim Meyering  <jim@meyering.net>
12449
12450         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
12451         sys/time.h here, reverting that part of the previous patch:
12452         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
12453
12454 2007-01-28  Bruno Haible  <bruno@clisp.org>
12455
12456         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
12457         value of $(SYS_TIME_H).
12458         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
12459         remove it conditionally, too. [added by Jim Meyering]
12460         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
12461         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
12462         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
12463         GETTIMEOFDAY_REPLACEMENT to 1.
12464
12465 2007-01-28  Bruno Haible  <bruno@clisp.org>
12466
12467         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
12468         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
12469         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
12470         Set UNISTD_H instead of UNISTD_H2.
12471         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
12472
12473 2007-01-28  Bruno Haible  <bruno@clisp.org>
12474
12475         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
12476         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
12477
12478 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12479
12480         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
12481         (func_create_testdir): Ensure C locale for `grep' and `tr'
12482         character ranges.
12483         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
12484         ACLOCAL_AMFLAGS parsing state machine.
12485
12486 2007-01-27  Bruno Haible  <bruno@clisp.org>
12487
12488         * modules/unistr/base: Update.
12489
12490 2007-01-27  Bruno Haible  <bruno@clisp.org>
12491
12492         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
12493         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
12494         * modules/unistr/u32-mbtouc-unsafe: Renamed from
12495         modules/unistr/u32-mbtouc.
12496         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
12497         * lib/unistr.h: Update.
12498         * lib/linebreak.c: Update.
12499         * modules/unistr/u32-mbtouc: Renamed from
12500         modules/unistr/u32-mbtouc-safe.
12501         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
12502         * lib/unistr.h: Update.
12503         * lib/unistr/u32-to-u8.c: Update.
12504         * lib/unistr/u32-to-u16.c: Update.
12505
12506 2007-01-27  Bruno Haible  <bruno@clisp.org>
12507
12508         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
12509         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
12510         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
12511         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
12512         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
12513         * modules/unistr/u16-mbtouc-unsafe: Renamed from
12514         modules/unistr/u16-mbtouc.
12515         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
12516         * lib/unistr.h: Update.
12517         * lib/linebreak.c: Update.
12518         * modules/linebreak: Update.
12519         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
12520         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
12521         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
12522         * modules/unistr/u16-mbtouc: Renamed from
12523         modules/unistr/u16-mbtouc-safe.
12524         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
12525         * lib/unistr.h: Update.
12526         * lib/unistr/u16-to-u8.c: Update.
12527         * modules/unistr/u16-to-u8: Update.
12528         * lib/unistr/u16-to-u32.c: Update.
12529         * modules/unistr/u16-to-u32: Update.
12530
12531 2007-01-27  Bruno Haible  <bruno@clisp.org>
12532
12533         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
12534         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
12535         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
12536         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
12537         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
12538         * modules/unistr/u8-mbtouc-unsafe: Renamed from
12539         modules/unistr/u8-mbtouc.
12540         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
12541         * lib/unistr.h: Update.
12542         * lib/striconveh.c: Update.
12543         * modules/striconveh: Update.
12544         * lib/linebreak.c: Update.
12545         * modules/linebreak: Update.
12546         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
12547         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
12548         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
12549         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
12550         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
12551         * lib/unistr.h: Update.
12552         * lib/striconveh.c: Update.
12553         * modules/striconveh: Update.
12554         * lib/unistr/u8-to-u16.c: Update.
12555         * modules/unistr/u8-to-u16: Update.
12556         * lib/unistr/u8-to-u32.c: Update.
12557         * modules/unistr/u8-to-u32: Update.
12558
12559 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12560
12561         Sync from Libtool.
12562         * lib/argz.c: Do not include strings.h nor memory.h, include
12563         string.h unconditionally.  Patch by Simon Josefsson.
12564
12565 2007-01-27  Bruno Haible  <bruno@clisp.org>
12566
12567         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
12568         from gl_HEADER_STRING_H_BODY.
12569         (gl_HEADER_STRING_H_BODY): Require it.
12570         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
12571         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
12572         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
12573         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
12574         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
12575         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
12576         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
12577         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
12578         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
12579         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
12580         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
12581         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
12582         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
12583         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
12584         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
12585
12586 2007-01-27  Bruno Haible  <bruno@clisp.org>
12587
12588         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
12589         check_PROGRAMS into noinst_PROGRAMS.
12590         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
12591         check_PROGRAMS in this case.
12592         (func_import): Set for_test to false.
12593         (func_create_testdir): Set for_test to true.
12594
12595 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
12596             Bruno Haible  <bruno@clisp.org>
12597
12598         * modules/strcasestr (Files): Remove lib/strcasestr.h.
12599         (Depends-on): Add string.
12600         (Includes): Use <string.h> instead of strcasestr.h.
12601         * modules/string (Makefile.am): Also substitute the value of
12602         REPLACE_STRCASESTR.
12603         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
12604         assume strcasestr is declared in <string.h> not <strings.h>. Also
12605         set REPLACE_STRCASESTR.
12606         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
12607         REPLACE_STRCASESTR.
12608         * lib/strcasestr.h: Remove file.
12609         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
12610         * lib/string_.h (strcasestr): New declaration.
12611
12612 2007-01-27  Bruno Haible  <bruno@clisp.org>
12613
12614         * lib/string_.h: Use 'extern'.
12615
12616 2007-01-27  Jim Meyering  <jim@meyering.net>
12617
12618         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
12619         of set-but-not-used local, "q".
12620
12621         * lib/mempcpy.c: Include <config.h> before <string.h>.
12622         This fixes a compilation error on HP-UX, due to the system's
12623         "restrict"-using mempcpy prototype.
12624
12625 2007-01-26  Bruno Haible  <bruno@clisp.org>
12626
12627         Small optimization.
12628         * lib/javacomp.c: Include c-strstr.h.
12629          (is_envjavac_gcj): Use c_strstr instead of strstr.
12630         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
12631
12632 2007-01-26  Bruno Haible  <bruno@clisp.org>
12633
12634         * MODULES.html.sh (Unicode string functions): Add the new modules.
12635
12636         * modules/uniconv/u32-strconv-to-locale: New file.
12637         * lib/uniconv/u32-strconv-to-locale.c: New file.
12638
12639         * modules/uniconv/u16-strconv-to-locale: New file.
12640         * lib/uniconv/u16-strconv-to-locale.c: New file.
12641
12642         * modules/uniconv/u8-strconv-to-locale: New file.
12643         * lib/uniconv/u8-strconv-to-locale.c: New file.
12644
12645         * modules/uniconv/u32-strconv-from-locale: New file.
12646         * lib/uniconv/u32-strconv-from-locale.c: New file.
12647
12648         * modules/uniconv/u16-strconv-from-locale: New file.
12649         * lib/uniconv/u16-strconv-from-locale.c: New file.
12650
12651         * modules/uniconv/u8-strconv-from-locale: New file.
12652         * lib/uniconv/u8-strconv-from-locale.c: New file.
12653
12654         * modules/uniconv/u32-strconv-to-enc: New file.
12655         * lib/uniconv/u32-strconv-to-enc.c: New file.
12656         * modules/uniconv/u32-strconv-to-enc-tests: New file.
12657         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
12658
12659         * modules/uniconv/u16-strconv-to-enc: New file.
12660         * lib/uniconv/u16-strconv-to-enc.c: New file.
12661         * lib/uniconv/u-strconv-to-enc.h: New file.
12662         * modules/uniconv/u16-strconv-to-enc-tests: New file.
12663         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
12664
12665         * modules/uniconv/u8-strconv-to-enc: New file.
12666         * lib/uniconv/u8-strconv-to-enc.c: New file.
12667         * modules/uniconv/u8-strconv-to-enc-tests: New file.
12668         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
12669
12670         * modules/uniconv/u32-strconv-from-enc: New file.
12671         * lib/uniconv/u32-strconv-from-enc.c: New file.
12672         * modules/uniconv/u32-strconv-from-enc-tests: New file.
12673         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
12674
12675         * modules/uniconv/u16-strconv-from-enc: New file.
12676         * lib/uniconv/u16-strconv-from-enc.c: New file.
12677         * modules/uniconv/u16-strconv-from-enc-tests: New file.
12678         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
12679
12680         * modules/uniconv/u8-strconv-from-enc: New file.
12681         * lib/uniconv/u8-strconv-from-enc.c: New file.
12682         * lib/uniconv/u-strconv-from-enc.h: New file.
12683         * modules/uniconv/u8-strconv-from-enc-tests: New file.
12684         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
12685
12686         * modules/uniconv/u32-conv-from-enc: New file.
12687         * lib/uniconv/u32-conv-from-enc.c: New file.
12688         * modules/uniconv/u32-conv-from-enc-tests: New file.
12689         * tests/uniconv/test-u32-conv-from-enc.c: New file.
12690
12691         * modules/uniconv/u16-conv-from-enc: New file.
12692         * lib/uniconv/u16-conv-from-enc.c: New file.
12693         * lib/uniconv/u-conv-from-enc.h: New file.
12694         * modules/uniconv/u16-conv-from-enc-tests: New file.
12695         * tests/uniconv/test-u16-conv-from-enc.c: New file.
12696
12697         * modules/uniconv/u8-conv-from-enc: New file.
12698         * lib/uniconv/u8-conv-from-enc.c: New file.
12699         * modules/uniconv/u8-conv-from-enc-tests: New file.
12700         * tests/uniconv/test-u8-conv-from-enc.c: New file.
12701
12702         * modules/uniconv/base: New file.
12703         * lib/uniconv.h: New file.
12704
12705 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
12706
12707         * doc/gnulib-tool.texi (Initial import): Update to match current
12708         behavior with strdup module.
12709         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
12710         * lib/memmem.h: Remove; all uses removed.  This is now done
12711         by <string.h>.
12712         * lib/mempcpy.h: Likewise.
12713         * lib/memrchr.h: Likewise.
12714         * lib/stpcpy.h: Likewise.
12715         * lib/stpncpy.h: Likewise.
12716         * lib/strcase.h: Likewise.
12717         * lib/strchrnul.h: Likewise.
12718         * lib/strdup.h: Likewise.
12719         * lib/strndup.h: Likewise.
12720         * lib/strnlen.h: Likewise.
12721         * lib/strpbrk.h: Likewise.
12722         * lib/strsep.h: Likewise.
12723         * lib/strstr.h: Likewise.
12724         * lib/strtok_r.h: Likewise.
12725         * lib/string_.h: New file.
12726         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
12727         Rely on <string.h> instead.
12728         * lib/canon-host.c: Likewise.
12729         * lib/chdir-long.c: Likewise.
12730         * lib/concatpath.c: Likewise.
12731         * lib/exclude.c: Likewise.
12732         * lib/fchdir.c: Likewise.
12733         * lib/getaddrinfo.c: Likewise.
12734         * lib/getcwd.c: Likewise.
12735         * lib/getsubopt.c: Likewise.
12736         * lib/glob.c: Likewise.
12737         * lib/hard-locale.c: Likewise.
12738         * lib/iconvme.c: Likewise.
12739         * lib/javacomp.c: Likewise.
12740         * lib/mempcpy.c: Likewise.
12741         * lib/memrchr.c: Likewise.
12742         * lib/regex_internal.h: Likewise.
12743         * lib/stpncpy.c: Likewise.
12744         * lib/strcasecmp.c: Likewise.
12745         * lib/strchrnul.c: Likewise.
12746         * lib/strdup.c: Likewise.
12747         * lib/striconv.c: Likewise.
12748         * lib/striconveh.c: Likewise.
12749         * lib/striconveha.c: Likewise.
12750         * lib/strncasecmp.c: Likewise.
12751         * lib/strndup.c: Likewise.
12752         * lib/strnlen.c: Likewise.
12753         * lib/strsep.c: Likewise.
12754         * lib/strstr.c: Likewise.
12755         * lib/strtok_r.c: Likewise.
12756         * lib/userspec.c: Likewise.
12757         * lib/w32spawn.h: Likewise.
12758         * lib/xstrndup.c: Likewise.
12759         * lib/mountlist.c (strstr): Remove decl.
12760         * m4/string_h.m4: New file.
12761         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
12762         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
12763         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
12764         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
12765         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
12766         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
12767         Set REPLACE_STRCASECMP if necessary.
12768         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
12769         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
12770         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
12771         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
12772         HAVE_DECL_STRDUP if necessary.
12773         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
12774         since gl_FUNC_STRNDUP does that now.
12775         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
12776         Check for decl here...
12777         (gl_PREREQ_STRNLEN): ... not here.
12778         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
12779         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
12780         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
12781         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
12782         necessary.
12783         * modules/string: New file.
12784         * modules/memmem (Files): Remove special-purpose include file.
12785         (Depends-on): Add string.
12786         (Include): Include <string.h>, not the removed file.
12787         * modules/mempcpy: Likewise.
12788         * modules/memrchr: Likewise.
12789         * modules/stpcpy: Likewise.
12790         * modules/stpncpy: Likewise.
12791         * modules/strcase: Likewise.
12792         * modules/strchrnul: Likewise.
12793         * modules/strdup: Likewise.
12794         * modules/strndup: Likewise.
12795         * modules/strnlen: Likewise.
12796         * modules/strpbrk: Likewise.
12797         * modules/strsep: Likewise.
12798         * modules/strstr: Likewise.
12799         * modules/strtok_r: Likewise.
12800         * tests/test-dirname.c: Don't include "strdup.h", since
12801         <string.h> now suffices.
12802         * tests/test-memmem.c: Don't include "memmem.h", since
12803         <string.h> now suffices.
12804
12805 2007-01-25  Bruno Haible  <bruno@clisp.org>
12806
12807         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
12808         *resultp is 0.
12809
12810         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
12811         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
12812         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
12813         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
12814
12815         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
12816         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
12817         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
12818         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
12819         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
12820         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
12821
12822 2007-01-24  Bruno Haible  <bruno@clisp.org>
12823
12824         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
12825         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
12826         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
12827         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
12828         gl_FUNC_FTS_CORE.
12829         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
12830         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
12831         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
12832         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
12833         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
12834         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
12835         gl_FUNC_FCHOWNAT.
12836         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
12837         gl_FUNC_STRFTIME.
12838         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
12839         Reported by Ralf Wildenhues.
12840
12841 2007-01-24  Bruno Haible  <bruno@clisp.org>
12842
12843         Drop AC_REQUIRE calls that are redundant with the module dependencies.
12844         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
12845         gl_GETADDRINFO.
12846         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
12847         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
12848         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
12849
12850 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
12851
12852         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
12853         Don't use 'exit'; just return from 'main'.
12854         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
12855
12856         * lib/fnmatch_.h: Readjust white space and comments to match
12857         glibc, to avoid spurious diffs.
12858
12859 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12860
12861         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
12862         2004-12-01 change by Jakub Jelinek, since this code won't compile
12863         if !LIBC.  Problem reported by Bob Proulx.
12864
12865 2007-01-23  Bruno Haible  <bruno@clisp.org>
12866
12867         * lib/striconveh.c: Include c-strcaseeq.h.
12868         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
12869         * modules/striconveh (Depends-on): Add c-strcaseeq.
12870
12871 2007-01-23  Bruno Haible  <bruno@clisp.org>
12872
12873         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
12874
12875         * modules/c-strcaseeq: New file.
12876         * lib/c-strcaseeq.h: New file.
12877
12878         * modules/streq: New file.
12879         * lib/streq.h: New file.
12880
12881 2007-01-23  Bruno Haible  <bruno@clisp.org>
12882
12883         * modules/striconveha-tests: New file.
12884         * tests/test-striconveha.c: New file.
12885
12886         * lib/striconveha.h: Include <stdbool.h>.
12887         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
12888         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
12889         (mem_iconveha_notranslit): Renamed from mem_iconveha.
12890         (mem_iconveha): New function.
12891         (str_iconveha_notranslit): Renamed from str_iconveha.
12892         (str_iconveha): New function.
12893         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
12894         c-strcase.
12895
12896 2007-01-23  Bruno Haible  <bruno@clisp.org>
12897
12898         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
12899         encodings without forgiving before trying any encoding with handler.
12900         (str_iconveha): Try all encodings without forgiving before trying any
12901         encoding with handler.
12902
12903 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12904
12905         Import the following changes from libc.
12906
12907         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
12908
12909         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
12910
12911         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
12912
12913         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
12914         normal_bracket label.
12915
12916         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
12917
12918         [BZ #361]
12919         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
12920         to normal_bracket after fetching the next character.
12921
12922 2007-01-22  Bruno Haible  <bruno@clisp.org>
12923
12924         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
12925         argument.
12926         * lib/striconveh.c (iconv_carefully_1): New function.
12927         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
12928         argument.
12929         (str_cd_iconveh): Update.
12930         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
12931         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
12932         * tests/test-striconveh.c (MAGIC): New macro.
12933         (new_offsets): New function.
12934         (main): Test call with and without offsets.
12935
12936 2007-01-22  Bruno Haible  <bruno@clisp.org>
12937
12938         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
12939         * modules/sys_select (Makefile.am): Likewise.
12940         * modules/sys_socket (Makefile.am): Likewise.
12941         * modules/sys_time (Makefile.am): Likewise.
12942
12943 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
12944
12945         * modules/gettimeofday (License): Change from GPL to LGPL, since
12946         gettimeofday is a library function.
12947
12948 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12949
12950         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
12951
12952 2007-01-21  Bruno Haible  <bruno@clisp.org>
12953
12954         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
12955
12956 2007-01-21  Bruno Haible  <bruno@clisp.org>
12957
12958         * modules/striconveha: New file.
12959         * lib/striconveha.h: New file.
12960         * lib/striconveha.c: New file.
12961         * MODULES.html.sh (Internationalization functions): Add striconveha.
12962         * lib/striconv.c (str_iconv): Optimize the case of an empty input
12963         string.
12964         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
12965
12966 2007-01-21  Bruno Haible  <bruno@clisp.org>
12967
12968         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
12969         * lib/striconveh.c (str_iconveh): Likewise.
12970
12971 2007-01-21  Bruno Haible  <bruno@clisp.org>
12972
12973         * lib/striconveh.h (mem_iconveh): New declaration.
12974         * lib/striconveh.c (mem_iconveh): New function.
12975         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
12976
12977 2007-01-21  Bruno Haible  <bruno@clisp.org>
12978
12979         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
12980
12981         * lib/striconveh.h (mem_cd_iconveh): Change specification.
12982         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
12983         original result buffer.
12984         (str_cd_iconveh): Update.
12985         * tests/test-striconveh.c (main): Update.
12986
12987         * lib/striconv.h (mem_cd_iconv): Change specification.
12988         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
12989         result buffer.
12990         (str_cd_iconv): Update.
12991         * tests/test-striconv.c (main): Update.
12992
12993 2007-01-21  Bruno Haible  <bruno@clisp.org>
12994
12995         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
12996
12997 2007-01-20  Jim Meyering  <jim@meyering.net>
12998
12999         * lib/userspec.c (parse_with_separator): If a user or group string
13000         starts with "+", skip the corresponding name-to-ID look-up, since
13001         such a look-up must fail: user and group names may not include "+".
13002
13003 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
13004
13005         * lib/poll.c: Include sys/time.h and time.h unconditionally,
13006         since we now assume the sys_time module.
13007         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
13008         check for sys/time.h; no longer needed.
13009         * modules/poll (Depends-on): Depend on sys_time.
13010
13011 2007-01-18  Bruno Haible  <bruno@clisp.org>
13012
13013         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
13014         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
13015
13016         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
13017         gettimeofday.
13018
13019         * tests/test-gettimeofday.c: Include <time.h>.
13020         (dummy): Remove variable.
13021
13022         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
13023         gl_HEADER_SYS_TIME_H.
13024         (gl_HEADER_SYS_TIME_H): New macro.
13025
13026         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
13027         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
13028         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
13029         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
13030         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
13031         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
13032         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
13033         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
13034         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
13035         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
13036         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
13037
13038         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
13039         last change; it caused a compilation error when cross-compiling to
13040         Cygwin.
13041
13042 2007-01-18  Jim Meyering  <jim@meyering.net>
13043
13044         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
13045         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
13046         than the race-prone "test -d sys || mkdir sys".
13047         (configure.ac): Use AC_PROG_MKDIR_P.
13048         * modules/sys_select: Likewise.
13049         * modules/sys_socket: Likewise.
13050         * modules/sys_time: Likewise.
13051
13052 2007-01-18  Eric Blake  <ebb9@byu.net>
13053
13054         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
13055         replace gettimeofday.
13056         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
13057         name, to avoid infinite recursion.
13058
13059 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
13060
13061         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
13062         module sys_time.
13063         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
13064         assume timespec.h defines struct timeval.
13065         * lib/settime.c: Likewise.
13066         * lib/utimens.c: Likewise.
13067         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
13068         since we now assume the gettimeofday module.
13069         * lib/tempname.c (__gen_tempname): Likewise.
13070         * lib/gettimeofday.h: Remove.
13071         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
13072         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
13073         Include <time.h>, for 'time()'.
13074         (localtime_buffer_addr): Also use this workaround if
13075         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
13076         to simplify the uses.  All uses changed.
13077         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
13078         that #undef is inside {}, and 'const' follows type name consistently.
13079         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
13080         (gettimeofday): Do not use the maximum possible value for
13081         tv->tv_usec, since that might break usages other than ls.c.
13082         Instead, we'll leave ls.c alone.  This undoes today's patch
13083         by Bruno.  Add a compile-time warning for 1s-clock resolution;
13084         we've never observed the problem but might as well keep the
13085         canary.
13086         * lib/nanosleep.c: Include timespec.h first, for interface check.
13087         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
13088         now assume the sys_time module.
13089         * lib/tempname.c: Likewise.
13090         * lib/timespec.h: Likewise.
13091         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
13092         needed.
13093         * lib/strftime.c: Likewise.
13094         * lib/timespec.h: Likewise.
13095         * lib/posixtm.c: Include posixtm.h first, for interface check.
13096         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
13097         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
13098         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
13099         * lib/sys_time_.h: New file.
13100         * lib/timespec.h (struct timespec): Use long int, not long.
13101         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
13102         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
13103         Remove obsolescent call to AC_HEADER_TIME.
13104         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
13105         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
13106         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
13107         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
13108         Likewise.
13109         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
13110         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
13111         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
13112         into the sys_time module.  Check for gettimeofday just once.
13113         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
13114         for gettimeofday signature to just check the signature.  Merely
13115         compile it, since linking doesn't test signature.  Improve test for
13116         whether gettimeofday.o is actually needed.
13117         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
13118         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
13119         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
13120         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
13121         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
13122         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
13123         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
13124         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
13125         than worrying about sys/time.h.
13126         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
13127         Don't bother worrying about TIME_WITH_SYS_TIME.
13128         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
13129         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
13130         * m4/sys_time_h.m4: New file.
13131         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
13132         Don't include sys/time.h.  Return from main rather than exiting.
13133         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
13134         all uses changed.
13135         * modules/gethrxtime (Depends-on): Add sys_time.
13136         * modules/gettime (Depends-on): Likewise.
13137         * modules/gettimeofday (Depends-on): Likewise.
13138         * modules/nanosleep (Depends-on): Likewise.
13139         * modules/settime (Depends-on): Likewise.
13140         * modules/tempname (Depends-on): Likewise.
13141         * modules/utimens (Depends-on): Likewise.
13142         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
13143         (Include:) Change back to <sys/time.h>.
13144         (Maintainer:) Add self.
13145         * modules/sys_time: New file.
13146         * modules/tempname (Depends-on): Add gettimeofday.
13147         * tests/test-gettimeofday.c: Include <sys/time.h>
13148         rather than gettimeofday.h.
13149
13150 2007-01-17  Bruno Haible  <bruno@clisp.org>
13151
13152         * gnulib-tool (func_get_license): Revert last patch. Instead, let
13153         the license default to GPL.
13154         (func_create_testdir): Don't complain if a module is LGPL and its
13155         tests module depends on GPLed modules.
13156
13157 2007-01-17  Bruno Haible  <bruno@clisp.org>
13158
13159         * lib/gettimeofday.c (gettimeofday): Add code for the case
13160         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
13161         maximum possible value for tv->tv_usec, rather than the minimum one.
13162
13163 2005-10-08  Martin Lambers  <marlam@marlam.de>
13164 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
13165 2007-01-16  Bruno Haible  <bruno@clisp.org>
13166
13167         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
13168         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
13169         gl_FUNC_GETTIMEOFDAY.
13170         (Include): Add gettimeofday.h.
13171         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
13172         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
13173         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
13174         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
13175         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
13176         * lib/gettimeofday.h: New file.
13177         * lib/gettimeofday.c: Include <sys/timeb.h>.
13178         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
13179         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
13180         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
13181         fall back on time().
13182
13183         * tests/test-gettimeofday.c: New file.
13184         * modules/gettimeofday-tests: New file.
13185
13186 2007-01-16  Eric Blake  <ebb9@byu.net>
13187
13188         * modules/fnmatch (Depends-on): Depend on wchar.
13189         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
13190         * m4/fnmatch.m4: Likewise.
13191         * modules/mbchar (Makefile.am): Assume <wchar.h>.
13192         * m4/mbchar.m4: Likewise.
13193         * modules/mbswidth (Depends-on): Depend on wchar.
13194         * lib/mbswidth.c: Assume <wchar.h>.
13195         * m4/mbswidth.m4: Likewise.
13196         * modules/quotearg (Depends-on): Depend on wchar.
13197         * lib/quotearg.c: Assume <wchar.h>.
13198         * m4/quotearg.m4: Likewise.
13199         * modules/regex (Depends-on): Depend on wchar.
13200         * lib/regex_internal.h: Assume <wchar.h>.
13201         * m4/regex.m4: Likewise.
13202         * modules/stdint (Depends-on): Depend on wchar.
13203         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
13204         * m4/stdint.m4: Likewise.
13205         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
13206         * modules/strftime (Depends-on): Depend on wchar.
13207         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
13208         * modules/strtol (Depends-on): Depend on wchar.
13209         * lib/strtol.c: Assume <wchar.h>.
13210         * modules/wcwidth (Depends-on): Depend on wchar.
13211         * lib/wcwidth.h: Assume <wchar.h>.
13212         * m4/wcwidth.m4: Likewise.
13213
13214 2007-01-16  Bruno Haible  <bruno@clisp.org>
13215
13216         * modules/csharpexec-script: New, created from...
13217         * modules/csharpexec: ... this.
13218
13219 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
13220
13221         * modules/javaexec-script: New, created from...
13222         * modules/javaexec: ... this.
13223
13224 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13225
13226         * modules/poll (Dependencies): Add sys_select.
13227
13228 2007-01-15  Jim Meyering  <jim@meyering.net>
13229
13230         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
13231         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
13232         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
13233         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
13234
13235 2007-01-15  Bruno Haible  <bruno@clisp.org>
13236
13237         * modules/striconveh: New file.
13238         * lib/striconveh.h: New file.
13239         * lib/striconveh.c: New file.
13240         * MODULES.html.sh (Internationalization functions): Add striconveh.
13241
13242         * modules/striconveh-tests: New file.
13243         * tests/test-striconveh.c: New file.
13244
13245 2007-01-15  Bruno Haible  <bruno@clisp.org>
13246
13247         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
13248         not from GNU libiconv or GNU libc.
13249
13250 2007-01-15  Bruno Haible  <bruno@clisp.org>
13251
13252         * doc/gnulib-intro.texi (Copyright): Explain the different license
13253         terms for module descriptions, autoconf macros, tests, documentation.
13254
13255 2007-01-14  Bruno Haible  <bruno@clisp.org>
13256
13257         * modules/striconv-tests: New file.
13258         * tests/test-striconv.c: New file.
13259
13260 2007-01-14  Bruno Haible  <bruno@clisp.org>
13261
13262         * modules/iconv-tests: New file.
13263         * tests/test-iconv.c: New file.
13264
13265 2007-01-14  Bruno Haible  <bruno@clisp.org>
13266
13267         * gnulib-tool (func_get_license): For test modules, use the license of
13268         the main module.
13269
13270 2007-01-14  Bruno Haible  <bruno@clisp.org>
13271
13272         * modules/iconv (Include): Clarify that <iconv.h> can only be included
13273         if iconv is found to exist.
13274
13275 2007-01-14  Bruno Haible  <bruno@clisp.org>
13276
13277         * modules/c-ctype-tests: New file.
13278         * tests/test-c-ctype.c: New file.
13279
13280 2007-01-14  Bruno Haible  <bruno@clisp.org>
13281
13282         * modules/binary-io-tests: New file.
13283         * tests/test-binary-io.sh: New file.
13284         * tests/test-binary-io.c: New file.
13285
13286 2007-01-14  Bruno Haible  <bruno@clisp.org>
13287
13288         * modules/array-oset-tests: New file.
13289         * tests/test-array_oset.c: New file.
13290
13291 2007-01-14  Bruno Haible  <bruno@clisp.org>
13292
13293         * modules/array-list-tests: New file.
13294         * tests/test-array_list.c: New file.
13295
13296 2007-01-14  Bruno Haible  <bruno@clisp.org>
13297
13298         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
13299         and make.
13300         Reported by Simon Josefsson in
13301         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
13302
13303 2007-01-14  Bruno Haible  <bruno@clisp.org>
13304
13305         * modules/allocsa-tests: New file.
13306         * tests/test-allocsa.c: New file.
13307
13308 2007-01-14  Bruno Haible  <bruno@clisp.org>
13309
13310         * modules/fchdir (Depends-on): Add absolute-header.
13311         * modules/unistd (Depends-on): Likewise.
13312
13313 2006-12-30  Bruno Haible  <bruno@clisp.org>
13314
13315         * modules/fchdir: New file.
13316         * modules/unistd (Files): Add lib/unistd_.h.
13317         (Makefile.am): Generate unistd.h from unistd_.h.
13318         * lib/fchdir.c: New file.
13319         * lib/dirent_.h: New file.
13320         * lib/unistd_.h: New file.
13321         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
13322         * m4/fchdir.m4: New file.
13323         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
13324         (gl_HEADER_UNISTD): Invoke it.
13325         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
13326         function.
13327         * lib/backupfile.c (opendir, closedir): Undefine.
13328         * lib/chown.c (open, close): Undefine.
13329         * lib/clean-temp.c (open, close): Undefine.
13330         * lib/copy-file.c (open, close): Undefine.
13331         * lib/execute.c (open, close): Undefine.
13332         * lib/fsusage.c (open, close): Undefine.
13333         * lib/gc-gnulib.c (open, close): Undefine.
13334         * lib/getcwd.c (opendir, closedir): Undefine.
13335         * lib/glob.c (opendir, closedir): Undefine.
13336         * lib/javacomp.c (open, close): Undefine.
13337         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
13338         * lib/openat-proc.c (open, close): Undefine.
13339         * lib/pagealign_alloc.c (open, close): Undefine.
13340         * lib/pipe.c (open, close): Undefine.
13341         * lib/progreloc.c (open, close): Undefine.
13342         * lib/savedir.c (opendir, closedir): Undefine.
13343         * lib/utime.c (open, close): Undefine.
13344         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
13345
13346 2007-01-10  Bruno Haible  <bruno@clisp.org>
13347
13348         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
13349
13350 2007-01-12  Eric Blake  <ebb9@byu.net>
13351
13352         Provide a robust <wchar.h>.  Further simplifications are now
13353         possible in other modules, but not included here.
13354         * modules/wchar: New module.
13355         * m4/wchar.m4: New file.
13356         * lib/wchar_.h: Likewise.
13357         * modules/mbchar (Depends-on): Depend on wchar, as the first use
13358         of the new module.
13359         * MODULES.html.sh (Extended multibyte and wide character utilities):
13360         New section.
13361
13362 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
13363
13364         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
13365         to a reasonable default for memory allocation.
13366         (xreadlink): Don't allocate a huge buffer, to work around a buggy
13367         file system that reports garbage st_size values for symlinks.
13368         Problem reported by Liyang Hu.
13369
13370 2007-01-11  Simon Josefsson  <simon@josefsson.org>
13371
13372         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
13373         Emacs .#* auto-save files).
13374
13375 2007-01-11  Bruno Haible  <bruno@clisp.org>
13376
13377         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
13378         directory.
13379
13380 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
13381
13382         Use @...@ consistently in lib/wctype_.h.
13383         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
13384         on it being set to 1 or 0.
13385         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
13386         go back to AC_SUBSTing it.
13387         * modules/wctype (Makefile.am): Undo previous change.
13388
13389 2007-01-10  Eric Blake  <ebb9@byu.net>
13390
13391         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
13392         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
13393         * modules/wctype (Makefile.am): Likewise.
13394         Reported by Chris McGuire.
13395
13396 2007-01-10  Jim Meyering  <jim@meyering.net>
13397
13398         fts.c: a small readability/maintainability improvement
13399         * lib/fts.c (fts_read): Make this code slightly more readable and
13400         maintainable by hoisting the "sp->fts_cur = p" assignments to
13401         immediately follow the statements that set P.  Derived from
13402         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
13403
13404 2007-01-10  Eric Blake  <ebb9@byu.net>
13405
13406         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
13407         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
13408         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
13409         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
13410         Reported by Chris McGuire.
13411
13412 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13413
13414         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
13415         in sed script.
13416
13417 2007-01-09  Bruno Haible  <bruno@clisp.org>
13418
13419         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
13420         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
13421         variables.
13422         (func_module): Use them.
13423
13424 2007-01-09  Bruno Haible  <bruno@clisp.org>
13425
13426         * modules/unistr/base: New file.
13427         * lib/unistr.h: New file.
13428
13429         * modules/unistr/u8-to-u16: New file.
13430         * lib/unistr/u8-to-u16.c: New file.
13431
13432         * modules/unistr/u8-to-u32: New file.
13433         * lib/unistr/u8-to-u32.c: New file.
13434
13435         * modules/unistr/u16-to-u8: New file.
13436         * lib/unistr/u16-to-u8.c: New file.
13437
13438         * modules/unistr/u16-to-u32: New file.
13439         * lib/unistr/u16-to-u32.c: New file.
13440
13441         * modules/unistr/u32-to-u8: New file.
13442         * lib/unistr/u32-to-u8.c: New file.
13443
13444         * modules/unistr/u32-to-u16: New file.
13445         * lib/unistr/u32-to-u16.c: New file.
13446
13447         * modules/unistr/u8-check: New file.
13448         * modules/unistr/u16-check: New file.
13449         * modules/unistr/u32-check: New file.
13450         * lib/unistr/u8-check.c: New file.
13451         * lib/unistr/u16-check.c: New file.
13452         * lib/unistr/u32-check.c: New file.
13453
13454         * modules/unistr/u8-chr: New file.
13455         * modules/unistr/u16-chr: New file.
13456         * modules/unistr/u32-chr: New file.
13457         * lib/unistr/u8-chr.c: New file.
13458         * lib/unistr/u16-chr.c: New file.
13459         * lib/unistr/u32-chr.c: New file.
13460
13461         * modules/unistr/u8-cmp: New file.
13462         * modules/unistr/u16-cmp: New file.
13463         * modules/unistr/u32-cmp: New file.
13464         * lib/unistr/u8-cmp.c: New file.
13465         * lib/unistr/u16-cmp.c: New file.
13466         * lib/unistr/u32-cmp.c: New file.
13467
13468         * modules/unistr/u8-cpy: New file.
13469         * modules/unistr/u16-cpy: New file.
13470         * modules/unistr/u32-cpy: New file.
13471         * lib/unistr/u8-cpy.c: New file.
13472         * lib/unistr/u16-cpy.c: New file.
13473         * lib/unistr/u32-cpy.c: New file.
13474         * lib/unistr/u-cpy.h: New file.
13475
13476         * modules/unistr/u8-cpy-alloc: New file.
13477         * modules/unistr/u16-cpy-alloc: New file.
13478         * modules/unistr/u32-cpy-alloc: New file.
13479         * lib/unistr/u8-cpy-alloc.c: New file.
13480         * lib/unistr/u16-cpy-alloc.c: New file.
13481         * lib/unistr/u32-cpy-alloc.c: New file.
13482         * lib/unistr/u-cpy-alloc.h: New file.
13483
13484         * modules/unistr/u8-endswith: New file.
13485         * modules/unistr/u16-endswith: New file.
13486         * modules/unistr/u32-endswith: New file.
13487         * lib/unistr/u8-endswith.c: New file.
13488         * lib/unistr/u16-endswith.c: New file.
13489         * lib/unistr/u32-endswith.c: New file.
13490         * lib/unistr/u-endswith.h: New file.
13491
13492         * modules/unistr/u8-mblen: New file.
13493         * modules/unistr/u16-mblen: New file.
13494         * modules/unistr/u32-mblen: New file.
13495         * lib/unistr/u8-mblen.c: New file.
13496         * lib/unistr/u16-mblen.c: New file.
13497         * lib/unistr/u32-mblen.c: New file.
13498
13499         * modules/unistr/u8-mbtouc: New file.
13500         * modules/unistr/u16-mbtouc: New file.
13501         * modules/unistr/u32-mbtouc: New file.
13502         * lib/unistr/u8-mbtouc.c: New file.
13503         * lib/unistr/u16-mbtouc.c: New file.
13504         * lib/unistr/u32-mbtouc.c: New file.
13505
13506         * modules/unistr/u8-mbtouc-safe: New file.
13507         * modules/unistr/u16-mbtouc-safe: New file.
13508         * modules/unistr/u32-mbtouc-safe: New file.
13509         * lib/unistr/u8-mbtouc-safe.c: New file.
13510         * lib/unistr/u16-mbtouc-safe.c: New file.
13511         * lib/unistr/u32-mbtouc-safe.c: New file.
13512
13513         * modules/unistr/u8-move: New file.
13514         * modules/unistr/u16-move: New file.
13515         * modules/unistr/u32-move: New file.
13516         * lib/unistr/u8-move.c: New file.
13517         * lib/unistr/u16-move.c: New file.
13518         * lib/unistr/u32-move.c: New file.
13519         * lib/unistr/u-move.h: New file.
13520
13521         * modules/unistr/u8-next: New file.
13522         * modules/unistr/u16-next: New file.
13523         * modules/unistr/u32-next: New file.
13524         * lib/unistr/u8-next.c: New file.
13525         * lib/unistr/u16-next.c: New file.
13526         * lib/unistr/u32-next.c: New file.
13527
13528         * modules/unistr/u8-prev: New file.
13529         * modules/unistr/u16-prev: New file.
13530         * modules/unistr/u32-prev: New file.
13531         * lib/unistr/u8-prev.c: New file.
13532         * lib/unistr/u16-prev.c: New file.
13533         * lib/unistr/u32-prev.c: New file.
13534
13535         * modules/unistr/u8-set: New file.
13536         * modules/unistr/u16-set: New file.
13537         * modules/unistr/u32-set: New file.
13538         * lib/unistr/u8-set.c: New file.
13539         * lib/unistr/u16-set.c: New file.
13540         * lib/unistr/u32-set.c: New file.
13541         * lib/unistr/u-set.h: New file.
13542
13543         * modules/unistr/u8-startswith: New file.
13544         * modules/unistr/u16-startswith: New file.
13545         * modules/unistr/u32-startswith: New file.
13546         * lib/unistr/u8-startswith.c: New file.
13547         * lib/unistr/u16-startswith.c: New file.
13548         * lib/unistr/u32-startswith.c: New file.
13549         * lib/unistr/u-startswith.h: New file.
13550
13551         * modules/unistr/u8-stpcpy: New file.
13552         * modules/unistr/u16-stpcpy: New file.
13553         * modules/unistr/u32-stpcpy: New file.
13554         * lib/unistr/u8-stpcpy.c: New file.
13555         * lib/unistr/u16-stpcpy.c: New file.
13556         * lib/unistr/u32-stpcpy.c: New file.
13557         * lib/unistr/u-stpcpy.h: New file.
13558
13559         * modules/unistr/u8-stpncpy: New file.
13560         * modules/unistr/u16-stpncpy: New file.
13561         * modules/unistr/u32-stpncpy: New file.
13562         * lib/unistr/u8-stpncpy.c: New file.
13563         * lib/unistr/u16-stpncpy.c: New file.
13564         * lib/unistr/u32-stpncpy.c: New file.
13565         * lib/unistr/u-stpncpy.h: New file.
13566
13567         * modules/unistr/u8-strcat: New file.
13568         * modules/unistr/u16-strcat: New file.
13569         * modules/unistr/u32-strcat: New file.
13570         * lib/unistr/u8-strcat.c: New file.
13571         * lib/unistr/u16-strcat.c: New file.
13572         * lib/unistr/u32-strcat.c: New file.
13573         * lib/unistr/u-strcat.h: New file.
13574
13575         * modules/unistr/u8-strchr: New file.
13576         * modules/unistr/u16-strchr: New file.
13577         * modules/unistr/u32-strchr: New file.
13578         * lib/unistr/u8-strchr.c: New file.
13579         * lib/unistr/u16-strchr.c: New file.
13580         * lib/unistr/u32-strchr.c: New file.
13581
13582         * modules/unistr/u8-strcmp: New file.
13583         * modules/unistr/u16-strcmp: New file.
13584         * modules/unistr/u32-strcmp: New file.
13585         * lib/unistr/u8-strcmp.c: New file.
13586         * lib/unistr/u16-strcmp.c: New file.
13587         * lib/unistr/u32-strcmp.c: New file.
13588
13589         * modules/unistr/u8-strcpy: New file.
13590         * modules/unistr/u16-strcpy: New file.
13591         * modules/unistr/u32-strcpy: New file.
13592         * lib/unistr/u8-strcpy.c: New file.
13593         * lib/unistr/u16-strcpy.c: New file.
13594         * lib/unistr/u32-strcpy.c: New file.
13595         * lib/unistr/u-strcpy.h: New file.
13596
13597         * modules/unistr/u8-strcspn: New file.
13598         * modules/unistr/u16-strcspn: New file.
13599         * modules/unistr/u32-strcspn: New file.
13600         * lib/unistr/u8-strcspn.c: New file.
13601         * lib/unistr/u16-strcspn.c: New file.
13602         * lib/unistr/u32-strcspn.c: New file.
13603         * lib/unistr/u-strcspn.h: New file.
13604
13605         * modules/unistr/u8-strdup: New file.
13606         * modules/unistr/u16-strdup: New file.
13607         * modules/unistr/u32-strdup: New file.
13608         * lib/unistr/u8-strdup.c: New file.
13609         * lib/unistr/u16-strdup.c: New file.
13610         * lib/unistr/u32-strdup.c: New file.
13611         * lib/unistr/u-strdup.h: New file.
13612
13613         * modules/unistr/u8-strlen: New file.
13614         * modules/unistr/u16-strlen: New file.
13615         * modules/unistr/u32-strlen: New file.
13616         * lib/unistr/u8-strlen.c: New file.
13617         * lib/unistr/u16-strlen.c: New file.
13618         * lib/unistr/u32-strlen.c: New file.
13619         * lib/unistr/u-strlen.h: New file.
13620
13621         * modules/unistr/u8-strmblen: New file.
13622         * modules/unistr/u16-strmblen: New file.
13623         * modules/unistr/u32-strmblen: New file.
13624         * lib/unistr/u8-strmblen.c: New file.
13625         * lib/unistr/u16-strmblen.c: New file.
13626         * lib/unistr/u32-strmblen.c: New file.
13627
13628         * modules/unistr/u8-strmbtouc: New file.
13629         * modules/unistr/u16-strmbtouc: New file.
13630         * modules/unistr/u32-strmbtouc: New file.
13631         * lib/unistr/u8-strmbtouc.c: New file.
13632         * lib/unistr/u16-strmbtouc.c: New file.
13633         * lib/unistr/u32-strmbtouc.c: New file.
13634
13635         * modules/unistr/u8-strncat: New file.
13636         * modules/unistr/u16-strncat: New file.
13637         * modules/unistr/u32-strncat: New file.
13638         * lib/unistr/u8-strncat.c: New file.
13639         * lib/unistr/u16-strncat.c: New file.
13640         * lib/unistr/u32-strncat.c: New file.
13641         * lib/unistr/u-strncat.h: New file.
13642
13643         * modules/unistr/u8-strncmp: New file.
13644         * modules/unistr/u16-strncmp: New file.
13645         * modules/unistr/u32-strncmp: New file.
13646         * lib/unistr/u8-strncmp.c: New file.
13647         * lib/unistr/u16-strncmp.c: New file.
13648         * lib/unistr/u32-strncmp.c: New file.
13649
13650         * modules/unistr/u8-strncpy: New file.
13651         * modules/unistr/u16-strncpy: New file.
13652         * modules/unistr/u32-strncpy: New file.
13653         * lib/unistr/u8-strncpy.c: New file.
13654         * lib/unistr/u16-strncpy.c: New file.
13655         * lib/unistr/u32-strncpy.c: New file.
13656         * lib/unistr/u-strncpy.h: New file.
13657
13658         * modules/unistr/u8-strnlen: New file.
13659         * modules/unistr/u16-strnlen: New file.
13660         * modules/unistr/u32-strnlen: New file.
13661         * lib/unistr/u8-strnlen.c: New file.
13662         * lib/unistr/u16-strnlen.c: New file.
13663         * lib/unistr/u32-strnlen.c: New file.
13664         * lib/unistr/u-strnlen.h: New file.
13665
13666         * modules/unistr/u8-strpbrk: New file.
13667         * modules/unistr/u16-strpbrk: New file.
13668         * modules/unistr/u32-strpbrk: New file.
13669         * lib/unistr/u8-strpbrk.c: New file.
13670         * lib/unistr/u16-strpbrk.c: New file.
13671         * lib/unistr/u32-strpbrk.c: New file.
13672         * lib/unistr/u-strpbrk.h: New file.
13673
13674         * modules/unistr/u8-strrchr: New file.
13675         * modules/unistr/u16-strrchr: New file.
13676         * modules/unistr/u32-strrchr: New file.
13677         * lib/unistr/u8-strrchr.c: New file.
13678         * lib/unistr/u16-strrchr.c: New file.
13679         * lib/unistr/u32-strrchr.c: New file.
13680
13681         * modules/unistr/u8-strspn: New file.
13682         * modules/unistr/u16-strspn: New file.
13683         * modules/unistr/u32-strspn: New file.
13684         * lib/unistr/u8-strspn.c: New file.
13685         * lib/unistr/u16-strspn.c: New file.
13686         * lib/unistr/u32-strspn.c: New file.
13687         * lib/unistr/u-strspn.h: New file.
13688
13689         * modules/unistr/u8-strstr: New file.
13690         * modules/unistr/u16-strstr: New file.
13691         * modules/unistr/u32-strstr: New file.
13692         * lib/unistr/u8-strstr.c: New file.
13693         * lib/unistr/u16-strstr.c: New file.
13694         * lib/unistr/u32-strstr.c: New file.
13695         * lib/unistr/u-strstr.h: New file.
13696
13697         * modules/unistr/u8-strtok: New file.
13698         * modules/unistr/u16-strtok: New file.
13699         * modules/unistr/u32-strtok: New file.
13700         * lib/unistr/u8-strtok.c: New file.
13701         * lib/unistr/u16-strtok.c: New file.
13702         * lib/unistr/u32-strtok.c: New file.
13703         * lib/unistr/u-strtok.h: New file.
13704
13705         * modules/unistr/u8-uctomb: New file.
13706         * modules/unistr/u16-uctomb: New file.
13707         * modules/unistr/u32-uctomb: New file.
13708         * lib/unistr/u8-uctomb.c: New file.
13709         * lib/unistr/u16-uctomb.c: New file.
13710         * lib/unistr/u32-uctomb.c: New file.
13711
13712         * MODULES.html.sh (Unicode string functions): Add the new modules.
13713
13714 2007-01-08  Bruno Haible  <bruno@clisp.org>
13715
13716         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
13717         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
13718         subdirectories.
13719
13720 2007-01-08  Karl Berry  <karl@gnu.org>
13721
13722         * doc/error.texi: mention that main() fns must set program_name
13723         when progname is used.
13724
13725 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
13726
13727         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
13728         WCTYPE_H is empty, for the benefit of builds from non-distclean
13729         directories.  Problem reported by Eric Blake in
13730         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
13731
13732 2007-01-08  Bruno Haible  <bruno@clisp.org>
13733
13734         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
13735         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
13736         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
13737         PROVIDE_CANONICALIZE_FILENAME_MODE.
13738         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
13739
13740 2007-01-08  Bruno Haible  <bruno@clisp.org>
13741
13742         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
13743         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
13744         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
13745         * lib/fts.c: Likewise.
13746         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
13747
13748 2006-12-25  Bruno Haible  <bruno@clisp.org>
13749
13750         * modules/utf8-ucs4-safe: New file.
13751         * lib/utf8-ucs4-safe.h: New file.
13752         * lib/unistr/utf8-ucs4-safe.c: New file.
13753
13754         * modules/utf16-ucs4-safe: New file.
13755         * lib/utf16-ucs4-safe.h: New file.
13756         * lib/unistr/utf16-ucs4-safe.c: New file.
13757
13758         * MODULES.html.sh (Unicode string functions): Add the new modules.
13759
13760 2007-01-08  Bruno Haible  <bruno@clisp.org>
13761
13762         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
13763         (Depends-on): Add unitypes.
13764         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
13765         (u8_mbtouc_aux): Move out to separate file.
13766         (u8_mbtouc): Use ucs4_t, uint8_t types.
13767         * lib/unistr/utf8-ucs4.c: New file.
13768
13769         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
13770         (Depends-on): Add unitypes.
13771         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
13772         (u16_mbtouc_aux): Move out to separate file.
13773         (u16_mbtouc): Use ucs4_t, uint16_t types.
13774         * lib/unistr/utf16-ucs4.c: New file.
13775
13776         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
13777         (Depends-on): Add unitypes.
13778         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
13779         (u8_uctomb_aux): Move out to separate file.
13780         (u8_uctomb): Use ucs4_t, uint8_t types.
13781         * lib/unistr/ucs4-utf8.c: New file.
13782
13783         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
13784         (Depends-on): Add unitypes.
13785         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
13786         (u16_uctomb_aux): Move out to separate file.
13787         (u16_uctomb): Use ucs4_t, uint16_t types.
13788         * lib/unistr/ucs4-utf16.c: New file.
13789
13790 2006-12-25  Bruno Haible  <bruno@clisp.org>
13791
13792         * modules/unitypes: New file.
13793         * lib/unitypes.h: New file.
13794         * MODULES.html.sh (func_all_modules): New section "Unicode string
13795         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
13796         this section. Add unitypes.
13797
13798 2007-01-08  Bruno Haible  <bruno@clisp.org>
13799
13800         Avoid variable names that conflict with those from libtool.
13801         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
13802         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
13803         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
13804         library_names_spec to acl_library_names_spec, hardcode_* to
13805         acl_hardcode_*.
13806         Reported by Ralf Wildenhues.
13807
13808 2007-01-08  Bruno Haible  <bruno@clisp.org>
13809
13810         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
13811         definition.
13812         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
13813         definition.
13814         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
13815         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
13816         definition.
13817         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
13818         definition.
13819         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
13820         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
13821         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
13822         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
13823         definition.
13824         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
13825         definition.
13826         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
13827         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
13828         GC_USE_<algorithm>.
13829         * lib/gc-libgcrypt.c: Likewise.
13830         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
13831         * modules/gc-arctwo (configure.ac): Likewise.
13832         * modules/gc-des (configure.ac): Likewise.
13833         * modules/gc-hmac-md5 (configure.ac): Likewise.
13834         * modules/gc-hmac-sha1 (configure.ac): Likewise.
13835         * modules/gc-md2 (configure.ac): Likewise.
13836         * modules/gc-md4 (configure.ac): Likewise.
13837         * modules/gc-md5 (configure.ac): Likewise.
13838         * modules/gc-random (configure.ac): Likewise.
13839         * modules/gc-rijndael (configure.ac): Likewise.
13840         * modules/gc-sha1 (configure.ac): Likewise.
13841
13842 2007-01-08  Bruno Haible  <bruno@clisp.org>
13843
13844         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
13845         macro definition.
13846         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
13847         definition.
13848         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
13849         definition.
13850         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
13851         * modules/fcntl-safer (configure.ac): Likewise.
13852         * modules/fopen-safer (configure.ac): Likewise.
13853         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
13854         GNULIB_FWRITEERROR macro definition.
13855
13856 2007-01-08  Bruno Haible  <bruno@clisp.org>
13857
13858         * m4/gnulib-common.m4: New file.
13859         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
13860         (func_get_filelist): Add m4/gnulib-common.m4.
13861
13862 2007-01-08  Bruno Haible  <bruno@clisp.org>
13863
13864         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
13865         command.
13866
13867 2007-01-08  Jim Meyering  <jim@meyering.net>
13868
13869         Use a more robust test for a "can't happen" condition.
13870         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
13871         narrowed the st_size value.  Presuming the "can't happen" condition
13872         is true, that narrowing could conceivably convert an invalid st_size
13873         value into a valid one.  Instead, use a change based on Matthew
13874         Woehlke's original patch.
13875
13876         Slight readability improvement: use an assert-like macro
13877         in place of literal "abort ()" uses.
13878         * lib/fts.c (fts_assert): Define.
13879         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
13880         Use this macro instead of a bare 'abort'.
13881
13882 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
13883
13884         Don't worry about using IRIX 5.3's wctype.h broken definitions;
13885         simply work around them.
13886         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
13887         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
13888         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
13889         declaring.
13890         Don't bother to define as macros, since the standard doesn't require it.
13891         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
13892         longer worry about IRIX 5.3.
13893         (HAVE_WCTYPE_CTMP_BUG): Remove.
13894
13895 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13896
13897         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
13898         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
13899         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
13900         Problems reported by Georg Schwarz for IRIX 5.3.
13901
13902         * gnulib-tool (autoconf_minversion): Take the maximum version number
13903         found, not the minimum.  Problem reported by James Youngman.
13904
13905 2007-01-03  Karl Berry  <karl@gnu.org>
13906
13907         * doc/error.texi: new file, explaining interaction with progname.
13908         * doc/gnulib.texi: include it.  Update copyright.
13909
13910 2007-01-03  Simon Josefsson  <simon@josefsson.org>
13911
13912         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
13913         AC_CANONICAL_HOST, to improve autobuild outputs.
13914
13915 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
13916             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
13917
13918         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
13919         sockets, server sockets, and other file descriptors.  Count errors
13920         to compute the return value.  Reorder the code a bit to be easier
13921         to follow.  Don't set event bits that were not requested (except
13922         POLLERR and POLLHUP).
13923
13924 2007-01-01  Bruno Haible  <bruno@clisp.org>
13925
13926         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
13927
13928 2007-01-03  Jim Meyering  <jim@meyering.net>
13929
13930         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
13931
13932 2007-01-02  Bruno Haible  <bruno@clisp.org>
13933
13934         * modules/settime (Include): Require timespec.h.
13935         * modules/nanosleep (Include): Likewise.
13936
13937 2007-01-01  Bruno Haible  <bruno@clisp.org>
13938
13939         * gnulib-tool (func_emit_copyright_notice): Bump year.
13940         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
13941
13942 2007-01-01  Bruno Haible  <bruno@clisp.org>
13943
13944         Improve support for OpenBSD.
13945         * build-aux/config.rpath (libname_spec): Export.
13946         (library_names_spec): New variable. Export.
13947         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
13948         library_names_spec from the config.rpath output. Locate shared library
13949         through the name pattern in library_names_spec.
13950
13951 2007-01-01  Eric Blake  <ebb9@byu.net>
13952
13953         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
13954
13955 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
13956
13957         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
13958         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
13959         assume the C locale, and avoid an "eval" that could cause trouble.
13960         Problem with SORT reported by Bob Proulx.
13961
13962         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
13963         Define.  Trivial patch from Henning Nielsen Lund, originally
13964         sent to bug-grep@gnu.org today.
13965
13966 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
13967
13968         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
13969         struct stat.  Problem reported by Henning Nielsen Lund.
13970         * lib/acl.c: Include acl.h first, to check interface.  Don't
13971         bother to include sys/types.h and sys/stat.h again.
13972
13973 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
13974
13975         Import the following change from libc; problem reported by
13976         Sven Verdoolaege.
13977
13978         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
13979
13980         [BZ #1373]
13981         * lib/argp.h: Remove __NTH for __argp_usage inline function.
13982
13983 2006-12-28  Jim Meyering  <jim@meyering.net>
13984
13985         * build-aux/announce-gen: Do not assume that the package
13986         builds any of tar.gz, tar.bz2, and .xdelta files.
13987         Suggestion from Simon Josefsson.
13988
13989 2006-12-28  Simon Josefsson  <simon@josefsson.org>
13990
13991         * modules/announce-gen: New file.
13992
13993 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
13994
13995         * lib/mbchar.h: Just include <wctype.h>; the wctype module
13996         handles its gotchas now.
13997         * lib/mbswidth.c: Likewise.
13998         * lib/wcwidth.h: Likewise.
13999         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
14000         and iswcntrl; the wctype module does this stuff now.
14001         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
14002         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
14003         * modules/mbchar (Depends-on): Add wctype.
14004         * modules/mbswidth (Depends-on): Likewise.
14005         * modules/wcwidth (Depends-on): Likewise.
14006
14007 2006-12-27  Eric Blake  <ebb9@byu.net>
14008
14009         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
14010         module uses more than what <wctype.h> is required to provide.
14011
14012 2006-12-26  Eric Blake  <ebb9@byu.net>
14013
14014         * gnulib-tool (sed_extract_prog): Avoid space-tab.
14015
14016 2006-12-26  Eric Blake  <ebb9@byu.net>
14017
14018         * modules/absolute-header: New module.
14019         * modules/fcntl (Depends-on): Depend on it.
14020         * modules/inttypes (Depends-on): Likewise.
14021         * modules/stdint (Depends-on): Likewise.
14022         * modules/sys_stat (Depends-on): Likewise.
14023         * modules/wctype (Depends-on): Likewise.
14024         * MODULES.html.sh (Support for building libraries and
14025         executables): Document it.
14026
14027 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
14028
14029         * gnulib-tool (SED): Remove, undoing previous change.
14030         The problem was that it broke coreutils on Solaris, because
14031         "sed --posix" leaked into a makefile.
14032         (sed): New alias, if 'alias' and GNU sed.
14033
14034 2006-12-24  Jim Meyering  <jim@meyering.net>
14035
14036         Work around an fchownat bug in glibc-2.4:
14037         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
14038         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
14039         in spite of the -P option.
14040         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
14041         New macros.
14042         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
14043         * modules/openat (Files): Add lib/fchownat.c.
14044         * lib/openat.c (fchownat): Don't define here.  Move to...
14045         * lib/fchownat.c: ...this new file.
14046
14047 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14048
14049         Fix bug reported by Bruno Haible in
14050         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
14051         where quotearg.c didn't compile on Mac OS X 10.2 because it
14052         lacks <wchar.h> and wint_t.
14053         * lib/wctype_.h (__wctype_wint_t): New type.
14054         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
14055         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
14056         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
14057         Arg is now of type __wctype_wint_t, not wint_t.
14058         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
14059         substitute HAVE_WINT_T.
14060         * modules/wctype (Files): Add m4/wint_t.m4.
14061         (wctype.h): Substitute HAVE_WINT_T.
14062
14063 2006-12-23  Bruno Haible  <bruno@clisp.org>
14064
14065         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
14066
14067 2006-12-23  Bruno Haible  <bruno@clisp.org>
14068
14069         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
14070         S_ISLNK.
14071         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
14072         mingw.
14073
14074 2006-12-22  Bruno Haible  <bruno@clisp.org>
14075
14076         * lib/copy-file.c: Include acl.h.
14077         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
14078         Close the file descriptors only after being done with copy_acl.
14079         * modules/copy-file (Depends-on): Add acl.
14080
14081 2006-12-22  Bruno Haible  <bruno@clisp.org>
14082
14083         * gnulib-tool (SED): New variable.
14084         Use $SED instead of sed everywhere.
14085
14086 2006-12-22  Bruno Haible  <bruno@clisp.org>
14087
14088         * modules/no-c++: New file.
14089         * m4/no-c++.m4: New file.
14090         * MODULES.html.sh (Support for building libraries and executables):
14091         Add no-c++.
14092
14093 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
14094
14095         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
14096         Include <limits.h>, and use its INT_MAX to rewrite the
14097         j loop so that it does not overflow 'int'.  Problem reported by
14098         Ralf Wildenhues in
14099         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
14100         Play it safe by shifting left by 1 rather than multiplying by 2,
14101         as GCC is less likely to optimize this away when the value
14102         is signed (when it assumes overflow leads to undefined behavior).
14103         Also, don't assume time_t uses two's complement.
14104
14105 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
14106
14107         * MODULES.html.sh: New module wctype.
14108         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
14109         * lib/fnmatch.c: Don't bother to include <wchar.h> before
14110         <wctype.h>, since the new wctype module should fix this.
14111         * lib/quotearg.c: Include <wctype.h> unconditionally, since
14112         the wctype module should arrange for it.
14113         * lib/regex_internal.h: Likewise.
14114         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
14115         since the wctype module should handle this now.
14116         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
14117         * modules/fnmatch (Depends-on): Add wctype.
14118         * modules/quotearg (Depends-on): Likewise.
14119         * modules/regex (Depends-on): Likewise.
14120
14121 2006-12-19  Bruno Haible  <bruno@clisp.org>
14122
14123         * lib/strdup.h [C++]: Wrap definitions in extern "C".
14124         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
14125
14126 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14127
14128         * modules/savewd (Depends-on): Fix dependency on fcntl.
14129
14130 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
14131
14132         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
14133         conforms to C99, rather than relying on the user's environment
14134         setting of STDINT_H.
14135
14136 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
14137         and Eric Blake  <ebb9@byu.net>
14138
14139         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
14140         This is more consistent with the other defines here.
14141         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
14142         Port to z/OS.  Problem reported by Paul Gilmartin.
14143         Change local vars to use gl_ prefix rather than ac_.
14144         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
14145         with other defines.
14146         * modules/double-slash-root: New module.
14147         * modules/dirname (Files): Remove m4/double-slash-root.m4.
14148         (Depends-on): Add double-slash-root.
14149         * MODULES.html.sh (File system functions): Mention new module.
14150
14151 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
14152
14153         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
14154         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
14155         This is for the benefit of gzip, which doesn't do i18n.
14156
14157 2006-12-12  Jim Meyering  <jim@meyering.net>
14158
14159         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
14160         Reported by Andreas Schwab <schwab@suse.de>.
14161
14162 2006-12-12  Bruno Haible  <bruno@clisp.org>
14163
14164         Merge these changes.
14165         2006-09-05  Bruno Haible  <bruno@clisp.org>
14166         * lib/iconvme.c (iconv_string): No need to save and restore errno when
14167         iconv_alloc succeeded.
14168         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
14169         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
14170         test for " && dest " at the end - dest is always != NULL there. Call
14171         iconv with 4xNULL arguments initially, to reset the state. Call iconv
14172         with 2xNULL arguments, also to flush the state storage. Handle the
14173         IRIX iconv behaviour. Realloc the final result, to throw away unused
14174         memory.
14175
14176 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
14177
14178         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
14179         and fchmodat unconditionally, since glibc 2.4 has them.
14180         Problem reported by Arkadiusz Miskiewicz.
14181
14182 2006-12-10  Bruno Haible  <bruno@clisp.org>
14183
14184         * gnulib-tool (func_import): Show the include files only for those
14185         modules that are copied and specified.
14186         Reported by Karl Berry.
14187
14188 2006-12-08  Jim Meyering  <jim@meyering.net>
14189
14190         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
14191         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
14192
14193         * build-aux/announce-gen: Add two new options, both optional:
14194         --bootstrap-tools=TOOL_LIST
14195               a comma-separated list of tools, e.g.,
14196               autoconf,automake,bison,gnulib
14197         --gnulib-snapshot-date=DATE
14198               if gnulib is in the bootstrap tool list,
14199               then report this as the snapshot date.
14200               If not specified, use the current date/time.
14201               If you specify a date here, be sure it's UTC.
14202
14203 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14204
14205         * tests/test-argp-2.sh: Fix test to match actual output.
14206         (func_compare): Fix sed script to be portable.
14207
14208 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
14209
14210         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
14211         workaround for this case.  It is not autoconfigured now; offhand
14212         it's hard to see how to autoconfigure it.
14213
14214 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
14215
14216         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
14217         a directory that is about to be chowned.  Such a directory's
14218         initial file permissions should permit the owner only and this
14219         should not be changed until after the chown, since the group and
14220         other bits would be incorrect if they granted permission before
14221         the chown.
14222
14223         Fix porting problem for iswctype reported by Georg Schwarz in:
14224         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
14225         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
14226         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
14227         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
14228         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
14229
14230 2006-12-03  Jim Meyering  <jim@meyering.net>
14231
14232         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
14233         p->fts_statp may not yet be defined.
14234         (fts_read): Instead, set it in the caller, once p->fts_statp is
14235         sure to be defined, and corresponds to a top-level directory.
14236         This bug made du -x fail.  Here's the coreutils test case:
14237         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
14238         Reported by Mike Frysinger.
14239
14240 2006-12-01  Jim Meyering  <jim@meyering.net>
14241
14242         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
14243         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
14244         Reported by Simon Josefsson.
14245
14246 2006-11-30  Jim Meyering  <jim@meyering.net>
14247
14248         * m4/warning.m4: Use the all-permissive copyright notice
14249         recommended by RMS (rather than LGPL).
14250         * m4/vararrays.m4: Likewise.
14251         * m4/flexmember.m4: Likewise.
14252
14253 2006-11-29  Bruno Haible  <bruno@clisp.org>
14254
14255         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
14256         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
14257         using +=.
14258         Reported by Simon Josefsson <simon@josefsson.org>.
14259
14260 2006-11-28  James Youngman <jay@gnu.org>
14261
14262         * README: Advise users that they might find the bug-gnulib@gnu.org
14263         and autotools-announce@gnu.org mailing lists useful.
14264
14265 2006-11-28  Bruno Haible  <bruno@clisp.org>
14266
14267         * m4/ptrdiff_max.m4: Remove file.
14268
14269 2006-11-21  Bruno Haible  <bruno@clisp.org>
14270
14271         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
14272         _AC_COMPUTE_INT.
14273         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
14274         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
14275         _AC_COMPUTE_INT.
14276         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
14277         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
14278         _AC_COMPUTE_INT.
14279         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
14280
14281 2006-11-28  Jim Meyering  <jim@meyering.net>
14282
14283         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
14284         warning from "gcc -Wshadow" about shadowing the builtin.
14285
14286 2006-11-27  Bruno Haible  <bruno@clisp.org>
14287
14288         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
14289         _AC_COMPUTE_INT.
14290         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
14291
14292 2006-11-27  Bruno Haible  <bruno@clisp.org>
14293             Paul Eggert  <eggert@cs.ucla.edu>
14294
14295         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
14296
14297 2006-11-26  Bruno Haible  <bruno@clisp.org>
14298
14299         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
14300         noinst_LTLIBRARIES.
14301
14302 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
14303             Bruno Haible  <bruno@clisp.org>
14304
14305         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
14306         if compiling with "gcc -ansi".
14307
14308 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
14309
14310         Fix some incompatibilities with gcc -ansi -pedantic.
14311         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
14312         if compiling pedantically with GCC, unless it's C99 or later.
14313         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
14314         it mishandles gcc -ansi -pedantic as well.
14315         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
14316         if gcc -pedantic.
14317         * lib/regexec.c (check_node_accept_bytes): Don't use auto
14318         initializers for struct if -pedantic, unless it's C99 or later.
14319
14320 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
14321
14322         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
14323         Don't close an fd more than once. Identical atimes indicate
14324         success, not failure.
14325
14326 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
14327
14328         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
14329
14330 2006-11-23  Jim Meyering  <jim@meyering.net>
14331
14332         * build-aux/announce-gen: New file.  From coreutils.
14333
14334 2006-11-22  Jim Meyering  <jim@meyering.net>
14335
14336         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
14337         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
14338         (fts_read): Use a temporary to narrow the overused st_size member
14339         before using it in a switch statement.  Reported by Matthew Woehlke.
14340
14341         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
14342         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
14343
14344 2006-11-20  Bruno Haible  <bruno@clisp.org>
14345
14346         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
14347         changequote instead of pairs of brackets.
14348         Reported by Andreas Schwab <schwab@suse.de>.
14349
14350 2006-11-21  Jim Meyering  <jim@meyering.net>
14351
14352         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
14353         so as to remain compatible with older compilers.
14354         Patch from Michael Deutschmann.
14355
14356 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
14357
14358         * MODULES.html.sh (File system functions): Add openat.
14359
14360         * lib/openat.h (rpl_fstatat): New macro, if
14361         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
14362         (fstatat): Define to rpl_fstatat under the same conditions,
14363         unless COMPILING_FSTATAT.
14364         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
14365         seems to have the bug.
14366         * lib/fstatat.c: New file.
14367         * modules/openat (Files): Add it.
14368
14369 2006-11-20  Bruno Haible  <bruno@clisp.org>
14370
14371         * Makefile: New file.
14372
14373 2006-11-20  Jim Meyering  <jim@meyering.net>
14374
14375         The beginnings of syntax-related checks for gnulib.
14376         * lib/Makefile: New file.
14377         * lib/t-idcache: New script.  Ensure that the two halves of
14378         idcache.c stay in sync.
14379
14380         * lib/idcache.c: Adjust comments in user- and group- portions to
14381         be more accurate, and to be consistent with one another.
14382
14383 2006-11-20  Jim Meyering  <jim@meyering.net>
14384
14385         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
14386         continue using the flexible array member (thus, this module performs
14387         half as many malloc calls), with the addition that...
14388         (getgroup, getuser): Consistently record a non-match via an empty
14389         "name" string, and map an empty string match to a NULL return value.
14390         * modules/idcache (Depends-on): Re-add flexmember.
14391
14392         * lib/idcache.c (getuser): Remove all uses of the register keyword.
14393         (getuidbyname, getgroup, getgidbyname): Likewise.
14394
14395         Use cleaner syntax: NULL rather than 0.
14396         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
14397
14398 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
14399
14400         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
14401         It mishandled the case where the group was missing.
14402         Problem reported by Greg Schafer.
14403         * modules/idcache: Likewise.
14404
14405 2006-11-18  Jim Meyering  <jim@meyering.net>
14406
14407         * check-module (%exempt_header): Add exception for some
14408         conditionally-included headers.
14409
14410         * modules/i-ring (Depends-on): Add verify.
14411         (License): Change to LGPL.
14412
14413 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14414
14415         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
14416         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
14417         and inttostr.h.  Use snprintf rather than uinttostr, so that
14418         LGPLed code doesn't depend on GPLed.
14419
14420 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
14421
14422         * modules/inline (License): Change from GPL to LGPL.
14423
14424 2006-11-17  Jim Meyering  <jim@meyering.net>
14425
14426         * modules/d-type (License): Switch to LGPL.
14427
14428 2006-11-15  Bruno Haible  <bruno@clisp.org>
14429
14430         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
14431
14432 2006-11-15  Eric Blake  <ebb9@byu.net>
14433
14434         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
14435         the module dependency.
14436
14437 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14438             Bruno Haible  <bruno@clisp.org>
14439
14440         * gnulib-tool (func_create_testdir): Add license consistency check.
14441
14442 2006-11-15  Eric Blake  <ebb9@byu.net>
14443
14444         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
14445         random "(cached)" in configure output.
14446
14447 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14448
14449         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
14450         test for conforming inttypes.h is both announced and cached.
14451
14452         * MODULES.html.sh (seen_modules, seen_files): New variables.
14453         (func_module): Rewrite to use a few less gnulib-tool and sed
14454         invocations.  Avoid a couple of quadratic algorithms for ...
14455         (missed_modules, missed_files): ... these, with ...
14456         (func_append, func_tmpdir): ... these new functions, from
14457         gnulib-tool.  Analogously, install traps for cleanup.
14458
14459         * tests/test-gc.c (main): Remove unused variables.
14460         * tests/test-read-file.c: Include stdlib.h, for 'free'.
14461
14462 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
14463
14464         * modules/inttostr (License): Change to LGPL.
14465
14466 2006-11-14  Eric Blake  <ebb9@byu.net>
14467
14468         * modules/tempname (License): Change to LGPL.
14469
14470 2006-11-14  Eric Blake  <ebb9@byu.net>
14471
14472         * doc/functions.texi (Function Portability): *printf functions on
14473         Cygwin now understand all POSIX size specifiers.
14474
14475 2006-11-14  Bruno Haible  <bruno@clisp.org>
14476
14477         * modules/c-ctype (License): Change to LGPL.
14478
14479 2006-11-12  Bruno Haible  <bruno@clisp.org>
14480
14481         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
14482         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
14483         for GNOME libraries, for which the include files are installed in
14484         subdirectories of $prefix/include.
14485
14486 2006-11-12  Bruno Haible  <bruno@clisp.org>
14487
14488         * m4/lib-link.m4: Require at least autoconf-2.54.
14489         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
14490         name to underscores for the --with option.
14491
14492 2006-11-13  Bruno Haible  <bruno@clisp.org>
14493
14494         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
14495         the tests directory.
14496         Reported by Ralf Wildenhues.
14497
14498 2006-11-13  Bruno Haible  <bruno@clisp.org>
14499
14500         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
14501         (func_emit_initmacro_end): Undo the override here.
14502         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
14503         Works around the famous automake error in coreutils.
14504
14505 2006-11-13  Eric Blake  <ebb9@byu.net>
14506
14507         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
14508         element, not its node.
14509
14510 2006-11-12  Bruno Haible  <bruno@clisp.org>
14511
14512         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
14513         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
14514
14515 2006-11-12  Bruno Haible  <bruno@clisp.org>
14516
14517         * gnulib-tool: New option --local-symlink.
14518         (func_usage): Document it.
14519         (lsymbolic): New variable.
14520         (func_import, func_create_testdir): If --symlink was not specified,
14521         test whether --local-symlink was specified and the file comes from
14522         the local_gnulib_dir.
14523
14524 2006-11-12  Bruno Haible  <bruno@clisp.org>
14525
14526         * gnulib-tool (func_ln): New function.
14527         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
14528
14529 2006-11-12  Bruno Haible  <bruno@clisp.org>
14530
14531         Finish support for source files in subdirectories.
14532         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
14533         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
14534         AUTOMAKE_OPTIONS.
14535         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
14536
14537 2006-11-12  Bruno Haible  <bruno@clisp.org>
14538
14539         * gnulib-tool (func_get_automake_snippet): Synthesize also an
14540         EXTRA_lib_SOURCES augmentation.
14541         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
14542
14543 2006-11-12  Jim Meyering  <jim@meyering.net>
14544
14545         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
14546         file descriptors.  This also averts a failure on systems with
14547         native openat support when a traversed directory lacks "x" access.
14548         * lib/fts_.h: Include "i-ring.h"
14549         (struct FTS) [fts_fd_ring]: New member.
14550         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
14551         (FCHDIR): Add parentheses.
14552         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
14553         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
14554         When descending, rather than simply closing the previous
14555         fts_cwd_fd value, push that file descriptor onto the ring.
14556         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
14557         (fts_open): Initialize the new fd_ring member.
14558         (fts_close): Clear the ring.
14559         (fts_safe_changedir): When possible, use our new fd_ring to skip
14560         the diropen and fstat and dev/ino comparison that would normally
14561         accompany a virtual `chdir ("..")'.
14562
14563         * modules/fts (Depends-on): Add i-ring.
14564         * modules/i-ring: New module.
14565         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
14566         * m4/i-ring.m4: New file.
14567
14568 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14569
14570         * gnulib-tool (func_create_testdir): Fix replacement of
14571         `build-aux' in configure.ac.  Run autotools in gltests
14572         subdirectory.
14573         (func_create_testdir, func_create_megatestdir, test): There is
14574         no need for '--force' in most autotool invocations in a new
14575         tree.  Actually fail the whole test if any of the tools, or the
14576         configure or make stages fail.
14577
14578         Sync from Automake.
14579         * build-aux/gnupload: Revert last change.  Add pointer to upload
14580         instructions of the GNU Maintenance Instructions.
14581         Suggestion by Karl Berry.
14582
14583 2006-11-10  Jim Meyering  <jim@meyering.net>
14584
14585         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
14586
14587 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
14588
14589         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
14590         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
14591         (bind_textdomain_codeset) [! ENABLE_NLS]:
14592         Evaluate all the arguments.  That way, callers get compatible behavior
14593         if the arguments have side effects.  Also, it avoids some GCC
14594         diagnostics in some cases; Joel E. Denny reported problems when Bison
14595         was configured with --enable-gcc-warnigs.
14596
14597 2006-11-10  Jim Meyering  <jim@meyering.net>
14598
14599         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
14600         relevant options in CFLAGS (like -O, -fno-inline) are taken into
14601         account.
14602
14603 2006-11-10  Jim Meyering  <jim@meyering.net>
14604
14605         * modules/inline: New file/module.
14606         * modules/xalloc (Files): Remove m4/inline.m4.
14607         (Depends-on): Add inline, instead.
14608         * modules/oset: Likewise.
14609         * modules/list: Likewise.
14610
14611 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
14612
14613         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
14614         Problem reported by Matthew Woehlke.
14615
14616 2006-11-09  Bruno Haible  <bruno@clisp.org>
14617
14618         * lib/tempname.c (gen_tempname): Remove variant that invokes
14619         __gen_tempname.
14620         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
14621         __gen_tempname.
14622
14623 2006-11-08  Bruno Haible  <bruno@clisp.org>
14624
14625         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
14626         to 'yes' instead of 'cross-compiling'.
14627
14628 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
14629
14630         * lib/quotearg.h (quotearg_free): New decl.
14631         * lib/quotearg.c (quotearg_free): New function.
14632         (slot0, nslots, slotvec0, slotvec):
14633         Now file-scope so that quotearg_free can get at them.
14634
14635 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14636
14637         Sync from Automake.
14638         * build-aux/gnupload: Add missing 'gnu' to example URL.
14639         Report by Karl Berry.
14640
14641 2006-11-08  Bruno Haible  <bruno@clisp.org>
14642
14643         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
14644         Suggested by Paul Eggert.
14645
14646 2006-11-08  Jim Meyering  <jim@meyering.net>
14647
14648         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
14649         It's already included if !_LIBC.
14650         (fts_safe_changedir): Add a comment.
14651
14652 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
14653
14654         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
14655         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
14656         Matthew Woehlke.
14657
14658         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
14659         definitions up, to avoid colliding with change below.
14660         (static_inline) [HAVE_INLINE]: New macro.
14661         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
14662         Provide extern decls when !HAVE_INLINE.  Do not define unless
14663         static_inline is defined, either by us or by xmalloc.c.  Use
14664         static_inline rather than static inline.
14665         (XCALLOC): Optimize sizeof(T) = 1 case.
14666         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
14667
14668 2006-11-07  Bruno Haible  <bruno@clisp.org>
14669
14670         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
14671         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
14672         AC_C_INLINE.
14673         * modules/xalloc (Files): Add m4/inline.m4.
14674
14675 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14676
14677         * README: Fix typo.
14678         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
14679         (Miscellanous Notes): ...from this.
14680
14681 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
14682
14683         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
14684         Mention that offsetof should be used instead of sizeof.
14685         From Bruno Haible.
14686
14687 2006-11-07  Bruno Haible  <bruno@clisp.org>
14688
14689         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
14690
14691 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
14692
14693         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
14694         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
14695         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
14696         (gl_tree_add_before, gl_tree_add_after):
14697         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
14698         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
14699         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
14700         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
14701         (gl_linked_add_after, gl_linked_add_at): Likewise.
14702         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
14703         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
14704         (gl_tree_add_before, gl_tree_add_after): Likewise.
14705         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
14706         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
14707         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
14708
14709 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14710
14711         * lib/gl_oset.h: Use C comment style, not C++ comment style.
14712
14713 2006-11-06  Bruno Haible  <bruno@clisp.org>
14714
14715         * m4/inline.m4: New file.
14716         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
14717         * modules/list (Files): Add m4/inline.m4.
14718         * modules/oset (Files): Likewise.
14719
14720 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
14721
14722         * lib/idcache.c: Include <stddef.h>, for offsetof.
14723         (struct userid.name): Change from char * to a flexible array member.
14724         All uses changed.
14725         * modules/idcache (Depends-on): Add flexmember.
14726
14727         * MODULES.html.sh (Core language properties): New module flexmember.
14728         * modules/flexmember, m4/flexmember.m4: New files.
14729
14730         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
14731         inline functions that are identical with the old xnmalloc_inline,
14732         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
14733         that we can avoid some unnecessary integer multiplications and
14734         divisions in the common case where the element size is known at
14735         compile time.
14736         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
14737         needed.
14738         (xnboundedmalloc): Remove.
14739         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
14740         arguments, for consistency with rest of this header.
14741         (xcharalloc): Rewrite using XNMALLOC.
14742         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
14743         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
14744         versions have been moved to lib/xalloc.h and renamed to be the
14745         non-*_inline versions.
14746         (xmalloc, xrealloc): Implement without reference to the xnmalloc
14747         and xnrealloc functions, since those functions are now inline and
14748         now call us.
14749         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
14750         renaming described above.
14751         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
14752         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
14753         captures the dependency in AC_C_INLINE.
14754
14755         New module canonicalize-lgpl, proposed by Charles Wilson in
14756         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
14757         with a few small changes afterwards.
14758         * MODULES.html.sh (File system functions): New module
14759         canonicalize-lgpl.
14760         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
14761         and canonicalize_file_name.
14762         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
14763         * modules/canonicalize-lgpl: New files.
14764
14765 2006-11-05  Bruno Haible  <bruno@clisp.org>
14766
14767         * gnulib-tool (func_import, func_create_testdir): Create directories
14768         also for files in subdirectories of lib/.
14769
14770 2006-11-05  Bruno Haible  <bruno@clisp.org>
14771
14772         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
14773         ANSI C compliant.
14774
14775 2006-11-03  Bruno Haible  <bruno@clisp.org>
14776
14777         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
14778         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
14779         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
14780         (xnboundedmalloc): New inline function.
14781         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
14782         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
14783         xmalloc.
14784         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
14785         xmalloc.
14786         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
14787         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
14788         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
14789         xmalloc.
14790         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
14791         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
14792         xmalloc.
14793         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
14794         gl_tree_add_after): Use XMALLOC instead of xmalloc.
14795         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
14796         xmalloc.
14797         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
14798         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
14799         gl_tree_add_after): Use XMALLOC instead of xmalloc.
14800         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
14801         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
14802         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
14803         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
14804
14805 2006-11-03  Bruno Haible  <bruno@clisp.org>
14806
14807         * lib/c-ctype.h [C++]: Define functions without name mangling.
14808         * lib/fwriteerror.h [C++]: Likewise.
14809         * lib/gcd.h [C++]: Likewise.
14810         * lib/linebreak.h [C++]: Likewise.
14811
14812 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
14813
14814         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
14815         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
14816         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
14817         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
14818         Check for functions and headers just once.
14819         Check for declaration of canonicalize_file_name.
14820         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
14821
14822 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
14823
14824         * gnulib-tool (func_import): Fix typo in actioncmd.
14825
14826 2006-11-02  Bruno Haible  <bruno@clisp.org>
14827
14828         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
14829         newline sequence in the Makefile.am snippet as a space, like "make"
14830         does.
14831         Reported by Roger Persson <perrog@gmail.com>.
14832
14833 2006-11-01  Bruno Haible  <bruno@clisp.org>
14834
14835         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
14836         already declared in <string.h>.
14837         * lib/strcase.h (strncasecmp): Don't declare it if yes.
14838
14839 2006-11-01  Bruno Haible  <bruno@clisp.org>
14840
14841         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
14842         * lib/strcase.h: Include <string.h>.
14843         (strcasecmp): Define to rpl_strcasecmp here.
14844
14845 2006-11-01  Bruno Haible  <bruno@clisp.org>
14846
14847         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
14848
14849 2006-11-01  Eric Blake  <ebb9@byu.net>
14850
14851         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
14852
14853         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
14854
14855 2006-10-29  Bruno Haible  <bruno@clisp.org>
14856
14857         Make it compile in C++ mode.
14858         * lib/full-write.c (full_rw): Add a cast.
14859
14860 2006-11-01  Bruno Haible  <bruno@clisp.org>
14861
14862         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
14863         be POSIX compliant.
14864         Reported by Roger Persson <perrog@gmail.com>.
14865
14866 2006-11-01  Eric Blake  <ebb9@byu.net>
14867
14868         * lib/getopt_.h: Fix comments.
14869
14870 2006-10-31  Eric Blake  <ebb9@byu.net>
14871
14872         * modules/tmpdir (Depends-on): Add sys_stat.
14873         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
14874         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
14875         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
14876         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
14877         tempname.
14878
14879 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
14880
14881         Avoid some C++ diagnostics reported by Bruno Haible.
14882         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
14883         xmalloc.
14884         (quotearg_alloc): Use xcharalloc rather than xmalloc.
14885         (struct slotvec): Move to top level.
14886         (quotearg_n_options): Rewrite to avoid xmalloc.
14887         * lib/xalloc.h (xcharalloc): New function.
14888         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
14889         [defined __cplusplus]: Add function template that provides result
14890         type propagation.  This part of the change is from Bruno Haible.
14891
14892 2006-10-29  Bruno Haible  <bruno@clisp.org>
14893
14894         Make it compile in C++ mode.
14895         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
14896         * lib/strnlen1.c (strnlen1): Cast memchr result.
14897         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
14898         * lib/clean-temp.c (string_equals, string_hash): Add casts.
14899         (create_temp_dir): Rename local variable 'template'.
14900         (compile_csharp_using_sscli): Add cast.
14901         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
14902         * lib/findprog.c (find_in_path): Likewise.
14903         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
14904         * lib/wait-process.c (register_slave_subprocess): Likewise.
14905
14906 2006-10-22  Bruno Haible  <bruno@clisp.org>
14907
14908         * modules/tsearch: New file.
14909         * lib/tsearch.h: New file.
14910         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
14911         * m4/tsearch.m4: New file.
14912         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
14913
14914 2006-10-29  Eric Blake  <ebb9@byu.net>
14915
14916         * lib/arcfour.c: Assume config.h.
14917         * lib/arctwo.c: Likewise.
14918         * lib/base64.c: Likewise.
14919         * lib/check-version.c: Likewise.
14920         * lib/crc.c: Likewise.
14921         * lib/des.c: Likewise.
14922         * lib/gc-gnulib.c: Likewise.
14923         * lib/gc-libgcrypt.c: Likewise.
14924         * lib/gc-pbkdf2-sha1.c: Likewise.
14925         * lib/getaddrinfo.c: Likewise.
14926         * lib/getdelim.c: Likewise.
14927         * lib/getline.c: Likewise.
14928         * lib/hmac-md5.c: Likewise.
14929         * lib/hmac-sha1.c: Likewise.
14930         * lib/iconvme.c: Likewise.
14931         * lib/md2.c: Likewise.
14932         * lib/md4.c: Likewise.
14933         * lib/memxor.c: Likewise.
14934         * lib/read-file.c: Likewise.
14935         * lib/readline.c: Likewise.
14936         * lib/rijndael-alg-fst.c: Likewise.
14937         * lib/rijndael-api-fst.c: Likewise.
14938         * lib/xgetdomainname.c: Likewise.
14939
14940 2006-10-28  Eric Blake  <ebb9@byu.net>
14941
14942         * lib/xstrndup.c: Assume config.h.
14943
14944 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
14945
14946         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
14947         stat-macros.h is now for our own macros, whereas stat_h is for
14948         macros in the <sys/stat.h> name space.
14949         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
14950         (STAT_MACROS_H): Remove.
14951         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
14952         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
14953         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
14954         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
14955         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
14956         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
14957         Move these macros to ...
14958         * lib/stat_.h: here.  Don't include stat-macros.h.
14959         * lib/canonicalize.c: Don't include stat-macros.h.
14960         * lib/chown.c: Likewise.
14961         * lib/euidaccess.c: Likewise.
14962         * lib/file-type.c: Likewise.
14963         * lib/filemode.c: Likewise.
14964         * lib/glob.c: Likewise.
14965         * lib/isapipe.c: Likewise.
14966         * lib/lchown.c: Likewise.
14967         * lib/lstat.c: Likewise.
14968         * lib/mkdir-p.c: Likewise.
14969         * lib/rmdir.c: Likewise.
14970         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
14971         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
14972         unless mkdir isn't declared, to speed up 'configure'.
14973         Always create sys/stat.h, since it's unlikely any real sys/stat.h
14974         would define all the S_* symbols.
14975         * modules/canonicalize (Depends-on):
14976         Depend on sys_stat, not stat-macros.
14977         * modules/chown: Likewise.
14978         * modules/euidaccess: Likewise.
14979         * modules/filemode: Likewise.
14980         * modules/file-type: Likewise.
14981         * modules/glob: Likewise.
14982         * modules/isapipe: Likewise.
14983         * modules/lchown: Likewise.
14984         * modules/lstat: Likewise.
14985         * modules/mkancesdirs: Likewise.
14986         * modules/rmdir: Likewise.
14987         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
14988         * modules/modechange: Likewise.
14989         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
14990         (configure.ac): Remove gl_STAT_MACROS.
14991         * modules/sys_stat (Depends-on): Remove stat-macros.
14992
14993 2006-10-27  Bruno Haible  <bruno@clisp.org>
14994
14995         * m4/signed.m4: Remove file.
14996         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
14997         invocation.
14998         * modules/vasnprintf (Files): Remove m4/signed.m4.
14999
15000 2006-10-27  Bruno Haible  <bruno@clisp.org>
15001
15002         Update to GNU gettext 0.16.
15003         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
15004         m4/inttypes-h.m4, m4/signed.m4.
15005         * m4/gettext.m4: Update to GNU gettext 0.16.
15006         * m4/intl.m4: New file, from GNU gettext.
15007         * m4/intldir.m4: New file, from GNU gettext.
15008         * config/srclist.txt: Update
15009
15010 2006-10-27  Eric Blake  <ebb9@byu.net>
15011
15012         * MODULES.html.sh: Document tempname.
15013         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
15014         dependencies.
15015         (Files): Move lib/tempname.c...
15016         * modules/tempname: ...to this new module.
15017         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
15018         (gl_PREREQ_TEMPNAME): Move...
15019         * m4/tempname.m4: ...to this new file.
15020         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
15021         * modules/sys_stat (Depends-on): Add stat-macros.
15022         * lib/stat_.h (includes): Pick up stat macros.
15023         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
15024         if stat macros are broken.
15025         * lib/tempname.c (includes): No need to include "stat-macros.h".
15026         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
15027         (direxists, __path_search) [!_LIBC]: Don't compile these in
15028         gnulib; the tmpdir module covers that.
15029         * lib/tempname.h: New file.
15030
15031 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
15032
15033         * COPYING: Explain how gnulib-tool converts licence headers.
15034         Almost all wording by Eric Blake.
15035
15036 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
15037
15038         * lib/mbchar.h (is_basic_table): Make read-only.
15039         * lib/mbchar.c (is_basic_table): Likewise.
15040         Reported by John Darrington.
15041
15042 2006-10-25  Bruno Haible  <bruno@clisp.org>
15043
15044         * lib/progname.h (set_program_name): Undefine before defining.
15045
15046 2006-10-25  Bruno Haible  <bruno@clisp.org>
15047
15048         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
15049         false for non-gcc C++ compilers.
15050         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
15051
15052 2006-10-24  Bruno Haible  <bruno@clisp.org>
15053
15054         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
15055         iconv implementations like Irix iconv.
15056
15057 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15058
15059         * modules/vararrays: New file.
15060         * m4/vararrays.m4: New file, taken from diffutils.
15061         * MODULES.html.sh: New module vararrays.
15062
15063 2006-10-24  Karl Berry  <karl@gnu.org>
15064
15065         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
15066         Don't call GNU Unix.
15067
15068 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15069
15070         * users.txt: Add Libtool.
15071
15072         Sync from Libtool:
15073
15074         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15075
15076         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
15077         to gnulib's policy of including config.h unconditionally.
15078
15079 2006-10-24  Bruno Haible  <bruno@clisp.org>
15080
15081         * modules/wcwidth (Files): Add m4/wint_t.m4.
15082         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
15083         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
15084
15085 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15086
15087         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
15088         to pacify GCC with some -W flags enabled.  Problem reported by
15089         Bruno Haible.
15090
15091 2006-10-24  Jim Meyering  <jim@meyering.net>
15092
15093         * MODULES.html.sh: Remove uinttostr.  It's not a module.
15094         Reported by Karl Berry.
15095
15096 2006-10-23  Bruno Haible  <bruno@clisp.org>
15097
15098         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
15099
15100 2006-10-24  Bruno Haible  <bruno@clisp.org>
15101
15102         * lib/gl_list.h: Use C comment style, not C++ comment style.
15103
15104 2006-10-23  Eric Blake  <ebb9@byu.net>
15105
15106         * lib/getaddrinfo.c (includes): Add missing include.
15107
15108 2006-10-23  Bruno Haible  <bruno@clisp.org>
15109             Paul Eggert  <eggert@cs.ucla.edu>
15110
15111         Ability to rename obstack_free.
15112         * lib/obstack.h (__obstack_free): New macro. Declare instead of
15113         obstack_free.
15114         (obstack_free): Invoke the __obstack_free macro.
15115         * lib/obstack.c (obstack_free): Use __obstack_free macro.
15116
15117 2006-10-23  Bruno Haible  <bruno@clisp.org>
15118             Paul Eggert  <eggert@cs.ucla.edu>
15119
15120         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
15121         __argc, __argv from the declaration. (They are defined as macros on
15122         mingw.)
15123
15124 2006-10-22  Bruno Haible  <bruno@clisp.org>
15125
15126         * doc/gnulib-intro.texi: New file.
15127         * doc/gnulib.texi: Include it.
15128
15129 2006-10-21  Bruno Haible  <bruno@clisp.org>
15130
15131         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
15132         "Introduction", "Miscellanous Notes", "Particular Modules".
15133
15134 2006-10-21  Bruno Haible  <bruno@clisp.org>
15135
15136         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15137         Change mostlyclean-local rule to avoid sh syntax error from bash
15138         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
15139
15140 2006-10-23  Jim Meyering  <jim@meyering.net>
15141
15142         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
15143         in place of snprintf.
15144
15145         * modules/inttostr (Files): Add lib/uinttostr.c.
15146         * lib/uinttostr.c (inttostr): New file/function.
15147         * lib/inttostr.h (uinttostr): Declare.
15148         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
15149         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
15150         Add uinttostr.
15151         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
15152
15153 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
15154
15155         * lib/canonicalize.c (ELOOP): Define if not already defined.
15156         Problem reported by Bruno Haible in
15157         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
15158
15159 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
15160
15161         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
15162         Problem reported by Perry Smith and Ville Laurikari.
15163
15164         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
15165         uses.
15166
15167 2006-10-19  Bruno Haible  <bruno@clisp.org>
15168
15169         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
15170         for mingw.
15171
15172 2006-10-19  Bruno Haible  <bruno@clisp.org>
15173
15174         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
15175         Needed for mingw.
15176
15177 2006-10-19  Bruno Haible  <bruno@clisp.org>
15178
15179         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
15180
15181 2006-10-19  Bruno Haible  <bruno@clisp.org>
15182
15183         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
15184         it.
15185
15186 2006-10-19  Bruno Haible  <bruno@clisp.org>
15187
15188         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
15189         invocation.
15190
15191 2006-10-19  Bruno Haible  <bruno@clisp.org>
15192
15193         * gnulib-tool (func_create_testdir): Don't include ftruncate and
15194         mountlist by default.
15195
15196 2006-10-16  Bruno Haible  <bruno@clisp.org>
15197
15198         * lib/c-strstr.c: Include c-strstr.h.
15199
15200 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
15201
15202         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
15203         in a slash.
15204
15205 2006-10-18  Bruno Haible  <bruno@clisp.org>
15206
15207         * lib/lock.h [C++]: Wrap definitions in extern "C".
15208
15209 2006-10-18  Bruno Haible  <bruno@clisp.org>
15210
15211         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
15212         gl_LIBOBJS list.
15213
15214 2006-10-18  Bruno Haible  <bruno@clisp.org>
15215
15216         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
15217
15218 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
15219
15220         * lib/xstrtol.h: Include gettext.h.
15221         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
15222         Problem reported by Eric Blake.
15223         * modules/xstrtol (Depends-on): Add gettext-h.
15224
15225 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
15226
15227         * lib/strftime.c (advance): New macro.
15228         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
15229         incomplete type, so you can't add 0 to it.  Problem and patch
15230         reported by Eelco Dolstra for dietlibc.
15231
15232 2006-10-18  Jim Meyering  <jim@meyering.net>
15233
15234         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
15235         type for a local, and rename it: s/up/user_proc/.
15236
15237 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
15238
15239         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
15240         READ_UTMP_USER_PROCESS.
15241         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
15242
15243 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
15244
15245         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
15246         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
15247
15248 2006-10-17  Eric Blake  <ebb9@byu.net>
15249
15250         * lib/sigprocmask.c (sigprocmask): Fix typo.
15251
15252         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
15253
15254         * modules/clean-temp (Makefile.am): Don't add to make output...
15255         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
15256         config.h.
15257
15258 2006-10-17  Bruno Haible  <bruno@clisp.org>
15259
15260         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
15261         differently if DEFAULT_TEXT_DOMAIN is set.
15262
15263 2006-10-16  Bruno Haible  <bruno@clisp.org>
15264
15265         * lib/clean-temp.c: Include fwriteerror.h.
15266
15267 2006-10-16  Bruno Haible  <bruno@clisp.org>
15268
15269         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
15270
15271 2006-10-16  Bruno Haible  <bruno@clisp.org>
15272
15273         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
15274         * lib/sigprocmask.h: Include <sys/types.h>.
15275         (sigset_t): Use the system's definition if present.
15276
15277 2006-10-17  Eric Blake  <ebb9@byu.net>
15278
15279         * lib/xvasprintf.c (includes): Assume config.h.
15280         * lib/xasprintf.c (includes): Likewise.
15281
15282 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
15283
15284         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
15285         at least as wide as intmax_t.
15286
15287 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
15288
15289         (Imported from Automake.)
15290         * build-aux/gnupload: Update to version 1.1 of directive file.
15291
15292 2006-10-16  Eric Blake  <ebb9@byu.net>
15293
15294         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
15295         match Automake 1.10a.
15296
15297 2006-10-14  Bruno Haible  <bruno@clisp.org>
15298
15299         * modules/sigprocmask: New file.
15300         * lib/sigprocmask.h: New file.
15301         * lib/sigprocmask.c: New file.
15302         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
15303         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
15304         request sigprocmask.o.
15305         (gl_PREREQ_SIGPROCMASK): New macro.
15306         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
15307         (Depends-on): Add sigprocmask.
15308         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
15309         gt_SIGNALBLOCKING. Test for 'raise' only once.
15310         * lib/fatal-signal.c: Include sigprocmask.h.
15311         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
15312         unblock_fatal_signals): Define always.
15313         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15314         sigprocmask.
15315
15316 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
15317
15318         Sync from Automake.
15319         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
15320         which incorrectly sets the mode of an existing destination
15321         directory.  In some cases the unpatched install-sh could do the
15322         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
15323         system.  We hope this is rare in practice, but it's clearly worth
15324         fixing.  Problem reported by Alex Unleashed in
15325         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
15326         Also, don't bother to check for -m bugs unless we're using -m;
15327         suggested by Stepan Kasal.
15328
15329 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15330
15331         Sync from Automake.
15332         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
15333         `-c' flag, so they appear at the same position as in %FASTDEP%
15334         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
15335         which ignores unknown options only after the first non-option.
15336         Bug report against M4 by Nelson H. F. Beebe.
15337
15338 2006-10-13  Jim Meyering  <jim@meyering.net>
15339
15340         Fix a bug in yesterday's change.
15341         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
15342         p->fts_statp->st_dev would be used uninitialized.
15343         Ensures that we always call fts_stat on the very first entry.
15344         Miklos Szeredi reported that find -xdev stopped working.
15345
15346 2006-10-12  Bruno Haible  <bruno@clisp.org>
15347
15348         * gnulib-tool (func_get_automake_snippet): Append an automatically
15349         computed EXTRA_DIST augmentation.
15350         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
15351         * modules/alloca-opt (Makefile.am): Likewise.
15352         * modules/allocsa (Makefile.am): Likewise.
15353         * modules/arcfour (Makefile.am): Likewise.
15354         * modules/arctwo (Makefile.am): Likewise.
15355         * modules/argmatch (Makefile.am): Likewise.
15356         * modules/argz (Makefile.am): Likewise.
15357         * modules/atexit (Makefile.am): Likewise.
15358         * modules/backupfile (Makefile.am): Likewise.
15359         * modules/byteswap (Makefile.am): Likewise.
15360         * modules/c-strtod (Makefile.am): Likewise.
15361         * modules/c-strtold (Makefile.am): Likewise.
15362         * modules/calloc (Makefile.am): Likewise.
15363         * modules/canon-host (Makefile.am): Likewise.
15364         * modules/canonicalize (Makefile.am): Likewise.
15365         * modules/chdir-long (Makefile.am): Likewise.
15366         * modules/chdir-safer (Makefile.am): Likewise.
15367         * modules/check-version (Makefile.am): Likewise.
15368         * modules/chown (Makefile.am): Likewise.
15369         * modules/cloexec (Makefile.am): Likewise.
15370         * modules/close-stream (Makefile.am): Likewise.
15371         * modules/closeout (Makefile.am): Likewise.
15372         * modules/crc (Makefile.am): Likewise.
15373         * modules/csharpexec (Makefile.am): Likewise.
15374         * modules/cycle-check (Makefile.am): Likewise.
15375         * modules/des (Makefile.am): Likewise.
15376         * modules/dev-ino (Makefile.am): Likewise.
15377         * modules/dirfd (Makefile.am): Likewise.
15378         * modules/dirname (Makefile.am): Likewise.
15379         * modules/dup2 (Makefile.am): Likewise.
15380         * modules/eealloc (Makefile.am): Likewise.
15381         * modules/error (Makefile.am): Likewise.
15382         * modules/euidaccess (Makefile.am): Likewise.
15383         * modules/exclude (Makefile.am): Likewise.
15384         * modules/exitfail (Makefile.am): Likewise.
15385         * modules/fcntl-safer (Makefile.am): Likewise.
15386         * modules/fcntl (Makefile.am): Likewise.
15387         * modules/file-type (Makefile.am): Likewise.
15388         * modules/fileblocks (Makefile.am): Likewise.
15389         * modules/filemode (Makefile.am): Likewise.
15390         * modules/filenamecat (Makefile.am): Likewise.
15391         * modules/fnmatch (Makefile.am): Likewise.
15392         * modules/fopen-safer (Makefile.am): Likewise.
15393         * modules/fpending (Makefile.am): Likewise.
15394         * modules/fprintftime (Makefile.am): Likewise.
15395         * modules/free (Makefile.am): Likewise.
15396         * modules/fsusage (Makefile.am): Likewise.
15397         * modules/ftruncate (Makefile.am): Likewise.
15398         * modules/fts (Makefile.am): Likewise.
15399         * modules/gc-arcfour (Makefile.am): Likewise.
15400         * modules/gc-des (Makefile.am): Likewise.
15401         * modules/gc-hmac-md5 (Makefile.am): Likewise.
15402         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
15403         * modules/gc-md4 (Makefile.am): Likewise.
15404         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
15405         * modules/gc-sha1 (Makefile.am): Likewise.
15406         * modules/gc (Makefile.am): Likewise.
15407         * modules/getaddrinfo (Makefile.am): Likewise.
15408         * modules/getcwd (Makefile.am): Likewise.
15409         * modules/getdelim (Makefile.am): Likewise.
15410         * modules/getdomainname (Makefile.am): Likewise.
15411         * modules/getgroups (Makefile.am): Likewise.
15412         * modules/gethostname (Makefile.am): Likewise.
15413         * modules/gethrxtime (Makefile.am): Likewise.
15414         * modules/getline (Makefile.am): Likewise.
15415         * modules/getloadavg (Makefile.am): Likewise.
15416         * modules/getlogin_r (Makefile.am): Likewise.
15417         * modules/getndelim2 (Makefile.am): Likewise.
15418         * modules/getopt (Makefile.am): Likewise.
15419         * modules/getpagesize (Makefile.am): Likewise.
15420         * modules/getpass-gnu (Makefile.am): Likewise.
15421         * modules/getpass (Makefile.am): Likewise.
15422         * modules/getsubopt (Makefile.am): Likewise.
15423         * modules/gettime (Makefile.am): Likewise.
15424         * modules/gettimeofday (Makefile.am): Likewise.
15425         * modules/getugroups (Makefile.am): Likewise.
15426         * modules/getusershell (Makefile.am): Likewise.
15427         * modules/glob (Makefile.am): Likewise.
15428         * modules/group-member (Makefile.am): Likewise.
15429         * modules/hard-locale (Makefile.am): Likewise.
15430         * modules/hash (Makefile.am): Likewise.
15431         * modules/hmac-md5 (Makefile.am): Likewise.
15432         * modules/hmac-sha1 (Makefile.am): Likewise.
15433         * modules/human (Makefile.am): Likewise.
15434         * modules/idcache (Makefile.am): Likewise.
15435         * modules/imaxabs (Makefile.am): Likewise.
15436         * modules/imaxdiv (Makefile.am): Likewise.
15437         * modules/inet_ntop (Makefile.am): Likewise.
15438         * modules/inet_pton (Makefile.am): Likewise.
15439         * modules/intprops (Makefile.am): Likewise.
15440         * modules/inttostr (Makefile.am): Likewise.
15441         * modules/inttypes (Makefile.am): Likewise.
15442         * modules/isapipe (Makefile.am): Likewise.
15443         * modules/javaversion (Makefile.am): Likewise.
15444         * modules/lchmod (Makefile.am): Likewise.
15445         * modules/lchown (Makefile.am): Likewise.
15446         * modules/localcharset (Makefile.am): Likewise.
15447         * modules/long-options (Makefile.am): Likewise.
15448         * modules/lstat (Makefile.am): Likewise.
15449         * modules/malloc (Makefile.am): Likewise.
15450         * modules/mathl (Makefile.am): Likewise.
15451         * modules/mbchar (Makefile.am): Likewise.
15452         * modules/md2 (Makefile.am): Likewise.
15453         * modules/md4 (Makefile.am): Likewise.
15454         * modules/md5 (Makefile.am): Likewise.
15455         * modules/memcasecmp (Makefile.am): Likewise.
15456         * modules/memchr (Makefile.am): Likewise.
15457         * modules/memcmp (Makefile.am): Likewise.
15458         * modules/memcoll (Makefile.am): Likewise.
15459         * modules/memcpy (Makefile.am): Likewise.
15460         * modules/memmem (Makefile.am): Likewise.
15461         * modules/memmove (Makefile.am): Likewise.
15462         * modules/mempcpy (Makefile.am): Likewise.
15463         * modules/memrchr (Makefile.am): Likewise.
15464         * modules/memset (Makefile.am): Likewise.
15465         * modules/memxor (Makefile.am): Likewise.
15466         * modules/mkancesdirs (Makefile.am): Likewise.
15467         * modules/mkdir-p (Makefile.am): Likewise.
15468         * modules/mkdir (Makefile.am): Likewise.
15469         * modules/mkdtemp (Makefile.am): Likewise.
15470         * modules/mkstemp (Makefile.am): Likewise.
15471         * modules/mktime (Makefile.am): Likewise.
15472         * modules/modechange (Makefile.am): Likewise.
15473         * modules/mountlist (Makefile.am): Likewise.
15474         * modules/nanosleep (Makefile.am): Likewise.
15475         * modules/obstack (Makefile.am): Likewise.
15476         * modules/openat (Makefile.am): Likewise.
15477         * modules/pagealign_alloc (Makefile.am): Likewise.
15478         * modules/pathmax (Makefile.am): Likewise.
15479         * modules/physmem (Makefile.am): Likewise.
15480         * modules/poll (Makefile.am): Likewise.
15481         * modules/posixtm (Makefile.am): Likewise.
15482         * modules/posixver (Makefile.am): Likewise.
15483         * modules/putenv (Makefile.am): Likewise.
15484         * modules/quote (Makefile.am): Likewise.
15485         * modules/quotearg (Makefile.am): Likewise.
15486         * modules/raise (Makefile.am): Likewise.
15487         * modules/read-file (Makefile.am): Likewise.
15488         * modules/readline (Makefile.am): Likewise.
15489         * modules/readlink (Makefile.am): Likewise.
15490         * modules/readtokens (Makefile.am): Likewise.
15491         * modules/readutmp (Makefile.am): Likewise.
15492         * modules/realloc (Makefile.am): Likewise.
15493         * modules/regex (Makefile.am): Likewise.
15494         * modules/rename-dest-slash (Makefile.am): Likewise.
15495         * modules/rename (Makefile.am): Likewise.
15496         * modules/rijndael (Makefile.am): Likewise.
15497         * modules/rmdir (Makefile.am): Likewise.
15498         * modules/rpmatch (Makefile.am): Likewise.
15499         * modules/safe-read (Makefile.am): Likewise.
15500         * modules/safe-write (Makefile.am): Likewise.
15501         * modules/same-inode (Makefile.am): Likewise.
15502         * modules/same (Makefile.am): Likewise.
15503         * modules/save-cwd (Makefile.am): Likewise.
15504         * modules/savedir (Makefile.am): Likewise.
15505         * modules/setenv (Makefile.am): Likewise.
15506         * modules/settime (Makefile.am): Likewise.
15507         * modules/sha1 (Makefile.am): Likewise.
15508         * modules/sig2str (Makefile.am): Likewise.
15509         * modules/snprintf (Makefile.am): Likewise.
15510         * modules/stat-macros (Makefile.am): Likewise.
15511         * modules/stat-time (Makefile.am): Likewise.
15512         * modules/stdbool (Makefile.am): Likewise.
15513         * modules/stdint (Makefile.am): Likewise.
15514         * modules/stdlib-safer (Makefile.am): Likewise.
15515         * modules/stpcpy (Makefile.am): Likewise.
15516         * modules/stpncpy (Makefile.am): Likewise.
15517         * modules/strcase (Makefile.am): Likewise.
15518         * modules/strcasestr (Makefile.am): Likewise.
15519         * modules/strchrnul (Makefile.am): Likewise.
15520         * modules/strcspn (Makefile.am): Likewise.
15521         * modules/strdup (Makefile.am): Likewise.
15522         * modules/strerror (Makefile.am): Likewise.
15523         * modules/strftime (Makefile.am): Likewise.
15524         * modules/strndup (Makefile.am): Likewise.
15525         * modules/strnlen (Makefile.am): Likewise.
15526         * modules/strpbrk (Makefile.am): Likewise.
15527         * modules/strsep (Makefile.am): Likewise.
15528         * modules/strstr (Makefile.am): Likewise.
15529         * modules/strtod (Makefile.am): Likewise.
15530         * modules/strtoimax (Makefile.am): Likewise.
15531         * modules/strtok_r (Makefile.am): Likewise.
15532         * modules/strtol (Makefile.am): Likewise.
15533         * modules/strtoll (Makefile.am): Likewise.
15534         * modules/strtoul (Makefile.am): Likewise.
15535         * modules/strtoull (Makefile.am): Likewise.
15536         * modules/strtoumax (Makefile.am): Likewise.
15537         * modules/strverscmp (Makefile.am): Likewise.
15538         * modules/sys_socket (Makefile.am): Likewise.
15539         * modules/sys_stat (Makefile.am): Likewise.
15540         * modules/sysexits (Makefile.am): Likewise.
15541         * modules/time_r (Makefile.am): Likewise.
15542         * modules/timegm (Makefile.am): Likewise.
15543         * modules/timespec (Makefile.am): Likewise.
15544         * modules/tmpfile-safer (Makefile.am): Likewise.
15545         * modules/trim (Makefile.am): Likewise.
15546         * modules/unistd-safer (Makefile.am): Likewise.
15547         * modules/unlinkdir (Makefile.am): Likewise.
15548         * modules/unlocked-io (Makefile.am): Likewise.
15549         * modules/userspec (Makefile.am): Likewise.
15550         * modules/utime (Makefile.am): Likewise.
15551         * modules/utimecmp (Makefile.am): Likewise.
15552         * modules/utimens (Makefile.am): Likewise.
15553         * modules/vasnprintf (Makefile.am): Likewise.
15554         * modules/vasprintf (Makefile.am): Likewise.
15555         * modules/vsnprintf (Makefile.am): Likewise.
15556         * modules/xalloc (Makefile.am): Likewise.
15557         * modules/xgetcwd (Makefile.am): Likewise.
15558         * modules/xnanosleep (Makefile.am): Likewise.
15559         * modules/xreadlink (Makefile.am): Likewise.
15560         * modules/xstrtod (Makefile.am): Likewise.
15561         * modules/xstrtol (Makefile.am): Likewise.
15562         * modules/xstrtold (Makefile.am): Likewise.
15563         * modules/yesno (Makefile.am): Likewise.
15564         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
15565
15566 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
15567
15568         * modules/error (Makefile.am): Distribute files through
15569         EXTRA_DIST, not lib_SOURCES.
15570
15571 2006-10-12  Eric Blake  <ebb9@byu.net>
15572
15573         * modules/error (Makefile.am): Distribute files in /lib.
15574         * modules/obstack (Makefile.am): Likewise.
15575
15576 2006-10-12  Bruno Haible  <bruno@clisp.org>
15577
15578         * modules/acl (Makefile.am): Distribute all files in lib/ through
15579         EXTRA_DIST.
15580         * modules/arcfour (Makefile.am): Likewise.
15581         * modules/arctwo (Makefile.am): Likewise.
15582         * modules/argmatch (Makefile.am): Likewise.
15583         * modules/argz (Makefile.am): Likewise.
15584         * modules/atexit (Makefile.am): Likewise.
15585         * modules/backupfile (Makefile.am): Likewise.
15586         * modules/c-strtod (Makefile.am): Likewise.
15587         * modules/c-strtold (Makefile.am): Likewise.
15588         * modules/calloc (Makefile.am): Likewise.
15589         * modules/canon-host (Makefile.am): Likewise.
15590         * modules/canonicalize (Makefile.am): Likewise.
15591         * modules/chdir-long (Makefile.am): Likewise.
15592         * modules/chdir-safer (Makefile.am): Likewise.
15593         * modules/check-version (Makefile.am): Likewise.
15594         * modules/chown (Makefile.am): Likewise.
15595         * modules/cloexec (Makefile.am): Likewise.
15596         * modules/close-stream (Makefile.am): Likewise.
15597         * modules/closeout (Makefile.am): Likewise.
15598         * modules/crc (Makefile.am): Likewise.
15599         * modules/cycle-check (Makefile.am): Likewise.
15600         * modules/des (Makefile.am): Likewise.
15601         * modules/dirfd (Makefile.am): Likewise.
15602         * modules/dirname (Makefile.am): Likewise.
15603         * modules/dup2 (Makefile.am): Likewise.
15604         * modules/euidaccess (Makefile.am): Likewise.
15605         * modules/exclude (Makefile.am): Likewise.
15606         * modules/exitfail (Makefile.am): Likewise.
15607         * modules/fcntl-safer (Makefile.am): Likewise.
15608         * modules/file-type (Makefile.am): Likewise.
15609         * modules/fileblocks (Makefile.am): Likewise.
15610         * modules/filemode (Makefile.am): Likewise.
15611         * modules/filenamecat (Makefile.am): Likewise.
15612         * modules/fnmatch (Makefile.am): Likewise.
15613         * modules/fopen-safer (Makefile.am): Likewise.
15614         * modules/fpending (Makefile.am): Likewise.
15615         * modules/fprintftime (Makefile.am): Likewise.
15616         * modules/free (Makefile.am): Likewise.
15617         * modules/fsusage (Makefile.am): Likewise.
15618         * modules/ftruncate (Makefile.am): Likewise.
15619         * modules/fts (Makefile.am): Likewise.
15620         * modules/gc (Makefile.am): Likewise.
15621         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
15622         * modules/getaddrinfo (Makefile.am): Likewise.
15623         * modules/getcwd (Makefile.am): Likewise.
15624         * modules/getdelim (Makefile.am): Likewise.
15625         * modules/getdomainname (Makefile.am): Likewise.
15626         * modules/getgroups (Makefile.am): Likewise.
15627         * modules/gethostname (Makefile.am): Likewise.
15628         * modules/gethrxtime (Makefile.am): Likewise.
15629         * modules/getline (Makefile.am): Likewise.
15630         * modules/getloadavg (Makefile.am): Likewise.
15631         * modules/getlogin_r (Makefile.am): Likewise.
15632         * modules/getopt (Makefile.am): Likewise.
15633         * modules/getpass (Makefile.am): Likewise.
15634         * modules/getpass-gnu (Makefile.am): Likewise.
15635         * modules/getsubopt (Makefile.am): Likewise.
15636         * modules/gettime (Makefile.am): Likewise.
15637         * modules/gettimeofday (Makefile.am): Likewise.
15638         * modules/getugroups (Makefile.am): Likewise.
15639         * modules/getusershell (Makefile.am): Likewise.
15640         * modules/glob (Makefile.am): Likewise.
15641         * modules/group-member (Makefile.am): Likewise.
15642         * modules/hard-locale (Makefile.am): Likewise.
15643         * modules/hash (Makefile.am): Likewise.
15644         * modules/hmac-md5 (Makefile.am): Likewise.
15645         * modules/hmac-sha1 (Makefile.am): Likewise.
15646         * modules/human (Makefile.am): Likewise.
15647         * modules/idcache (Makefile.am): Likewise.
15648         * modules/imaxabs (Makefile.am): Likewise.
15649         * modules/imaxdiv (Makefile.am): Likewise.
15650         * modules/inet_ntop (Makefile.am): Likewise.
15651         * modules/inet_pton (Makefile.am): Likewise.
15652         * modules/inttostr (Makefile.am): Likewise.
15653         * modules/isapipe (Makefile.am): Likewise.
15654         * modules/lchown (Makefile.am): Likewise.
15655         * modules/long-options (Makefile.am): Likewise.
15656         * modules/lstat (Makefile.am): Likewise.
15657         * modules/malloc (Makefile.am): Likewise.
15658         * modules/mathl (Makefile.am): Likewise.
15659         * modules/mbchar (Makefile.am): Likewise.
15660         * modules/md2 (Makefile.am): Likewise.
15661         * modules/md4 (Makefile.am): Likewise.
15662         * modules/md5 (Makefile.am): Likewise.
15663         * modules/memcasecmp (Makefile.am): Likewise.
15664         * modules/memchr (Makefile.am): Likewise.
15665         * modules/memcmp (Makefile.am): Likewise.
15666         * modules/memcoll (Makefile.am): Likewise.
15667         * modules/memcpy (Makefile.am): Likewise.
15668         * modules/memmem (Makefile.am): Likewise.
15669         * modules/memmove (Makefile.am): Likewise.
15670         * modules/mempcpy (Makefile.am): Likewise.
15671         * modules/memrchr (Makefile.am): Likewise.
15672         * modules/memset (Makefile.am): Likewise.
15673         * modules/memxor (Makefile.am): Likewise.
15674         * modules/mkancesdirs (Makefile.am): Likewise.
15675         * modules/mkdir (Makefile.am): Likewise.
15676         * modules/mkdir-p (Makefile.am): Likewise.
15677         * modules/mkdtemp (Makefile.am): Likewise.
15678         * modules/mkstemp (Makefile.am): Likewise.
15679         * modules/mktime (Makefile.am): Likewise.
15680         * modules/modechange (Makefile.am): Likewise.
15681         * modules/mountlist (Makefile.am): Likewise.
15682         * modules/nanosleep (Makefile.am): Likewise.
15683         * modules/openat (Makefile.am): Likewise.
15684         * modules/pagealign_alloc (Makefile.am): Likewise.
15685         * modules/physmem (Makefile.am): Likewise.
15686         * modules/poll (Makefile.am): Likewise.
15687         * modules/posixtm (Makefile.am): Likewise.
15688         * modules/posixver (Makefile.am): Likewise.
15689         * modules/putenv (Makefile.am): Likewise.
15690         * modules/quote (Makefile.am): Likewise.
15691         * modules/quotearg (Makefile.am): Likewise.
15692         * modules/raise (Makefile.am): Likewise.
15693         * modules/read-file (Makefile.am): Likewise.
15694         * modules/readline (Makefile.am): Likewise.
15695         * modules/readlink (Makefile.am): Likewise.
15696         * modules/readtokens (Makefile.am): Likewise.
15697         * modules/readutmp (Makefile.am): Likewise.
15698         * modules/realloc (Makefile.am): Likewise.
15699         * modules/regex (Makefile.am): Likewise.
15700         * modules/rename (Makefile.am): Likewise.
15701         * modules/rename-dest-slash (Makefile.am): Likewise.
15702         * modules/rijndael (Makefile.am): Likewise.
15703         * modules/rmdir (Makefile.am): Likewise.
15704         * modules/rpmatch (Makefile.am): Likewise.
15705         * modules/safe-read (Makefile.am): Likewise.
15706         * modules/safe-write (Makefile.am): Likewise.
15707         * modules/same (Makefile.am): Likewise.
15708         * modules/save-cwd (Makefile.am): Likewise.
15709         * modules/savedir (Makefile.am): Likewise.
15710         * modules/setenv (Makefile.am): Likewise.
15711         * modules/settime (Makefile.am): Likewise.
15712         * modules/sha1 (Makefile.am): Likewise.
15713         * modules/sig2str (Makefile.am): Likewise.
15714         * modules/snprintf (Makefile.am): Likewise.
15715         * modules/stdlib-safer (Makefile.am): Likewise.
15716         * modules/stpcpy (Makefile.am): Likewise.
15717         * modules/stpncpy (Makefile.am): Likewise.
15718         * modules/strcase (Makefile.am): Likewise.
15719         * modules/strcasestr (Makefile.am): Likewise.
15720         * modules/strchrnul (Makefile.am): Likewise.
15721         * modules/strcspn (Makefile.am): Likewise.
15722         * modules/strdup (Makefile.am): Likewise.
15723         * modules/strerror (Makefile.am): Likewise.
15724         * modules/strftime (Makefile.am): Likewise.
15725         * modules/strndup (Makefile.am): Likewise.
15726         * modules/strnlen (Makefile.am): Likewise.
15727         * modules/strpbrk (Makefile.am): Likewise.
15728         * modules/strsep (Makefile.am): Likewise.
15729         * modules/strstr (Makefile.am): Likewise.
15730         * modules/strtod (Makefile.am): Likewise.
15731         * modules/strtoimax (Makefile.am): Likewise.
15732         * modules/strtok_r (Makefile.am): Likewise.
15733         * modules/strtol (Makefile.am): Likewise.
15734         * modules/strtoll (Makefile.am): Likewise.
15735         * modules/strtoul (Makefile.am): Likewise.
15736         * modules/strtoull (Makefile.am): Likewise.
15737         * modules/strtoumax (Makefile.am): Likewise.
15738         * modules/strverscmp (Makefile.am): Likewise.
15739         * modules/time_r (Makefile.am): Likewise.
15740         * modules/timegm (Makefile.am): Likewise.
15741         * modules/tmpfile-safer (Makefile.am): Likewise.
15742         * modules/unistd-safer (Makefile.am): Likewise.
15743         * modules/unlinkdir (Makefile.am): Likewise.
15744         * modules/userspec (Makefile.am): Likewise.
15745         * modules/utime (Makefile.am): Likewise.
15746         * modules/utimecmp (Makefile.am): Likewise.
15747         * modules/utimens (Makefile.am): Likewise.
15748         * modules/vasnprintf (Makefile.am): Likewise.
15749         * modules/vasprintf (Makefile.am): Likewise.
15750         * modules/vsnprintf (Makefile.am): Likewise.
15751         * modules/xalloc (Makefile.am): Likewise.
15752         * modules/xgetcwd (Makefile.am): Likewise.
15753         * modules/xnanosleep (Makefile.am): Likewise.
15754         * modules/xreadlink (Makefile.am): Likewise.
15755         * modules/xstrtod (Makefile.am): Likewise.
15756         * modules/xstrtol (Makefile.am): Likewise.
15757         * modules/xstrtold (Makefile.am): Likewise.
15758         * modules/yesno (Makefile.am): Likewise.
15759
15760 2006-10-12  Jim Meyering  <jim@meyering.net>
15761
15762         * m4/getloadavg.m4: Revert the change below.
15763
15764         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
15765         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
15766         fail with a symlink, which is what coreutils' ./bootstrap now
15767         creates by default.
15768
15769 2006-10-12  Bruno Haible  <bruno@clisp.org>
15770
15771         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
15772         mingw.
15773         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
15774         MSVC and mingw explicitly.
15775
15776 2006-10-11  Simon Josefsson  <jas@extundo.com>
15777             Bruno Haible  <bruno@clisp.org>
15778
15779         Add support for multiple gnulib-tool invocations in the scope of a
15780         single configure.ac file.
15781         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
15782         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
15783         with the same contents as the _LIBADD variable.
15784         (func_emit_initmacro_start, func_emit_initmacro_end,
15785         func_emit_initmacro_done): New functions.
15786         (func_import, func_create_testdir): Invoke them. Allow the identifiers
15787         gl_LIBOBJS and gl_LTLIBOBJS.
15788
15789 2006-10-11  Bruno Haible  <bruno@clisp.org>
15790
15791         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
15792         (func_create_testdir): Don't create po/Makefile.am, don't invoke
15793         autoreconf. Instead, invoke autopoint explicitly but move back the
15794         *.m4 files from gnulib.
15795
15796 2006-10-11  Bruno Haible  <bruno@clisp.org>
15797
15798         * gnulib-tool (func_usage): Make module names after --create-testdir
15799         optional.
15800         (func_create_testdir): If no module was specified, use nearly all
15801         modules.
15802
15803 2006-10-12  Jim Meyering  <jim@meyering.net>
15804
15805         Big performance improvement for fts-based tools that use FTS_NOSTAT.
15806         Avoid spurious inode-mismatch problems on non-POSIX file systems.
15807         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
15808         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
15809         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
15810         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
15811         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
15812         (fts_set_stat_required): New function.
15813         (fts_open): Defer the calls to fts_stat, if possible or requested.
15814         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
15815         into fts_stat itself.
15816         (fts_read): Perform any required (deferred) fts_stat call.
15817         (fts_build): Likewise, for the directory we're about to open and read.
15818         In the readdir loop, carefully decide whether each entry will require
15819         an eventual call to fts_stat, using dirent.d_type info if available.
15820         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
15821         a command line argument into this function.  Update all callers.
15822         Map a return value of FTS_DOT to FTS_D for a command line argument.
15823         * modules/fts (Depends-on): Add d-type.  Alphabetize.
15824         Thanks to Miklos Szeredi for his tenacity and for the initial
15825         bug report about "find" failing on a FUSE-based file system.
15826
15827         * lib/fts.c (fts_open): Use consistent indentation.
15828
15829 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
15830
15831         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
15832         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
15833         reported by Jim Meyering.  All uses of cache variables renamed
15834         to match Autoconf's.
15835         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
15836         the other one.
15837
15838         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
15839         Fix misspelling in diagnostic.
15840
15841 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
15842
15843         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
15844         defined.  Problem reported by Matthew Woehlke.
15845
15846         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
15847         Add support for Tandem NonStop R series.
15848         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
15849         Use new macro.
15850
15851         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
15852         (has_trailing_slash): Omit size arg; all callers changed.
15853         Omit 'inline', since it doesn't help performance and we'd
15854         need to configure it.
15855         Don't count //, ///, etc. as having a trailing slash.
15856         As a side effect, this removes a C99ism reported by Matthew Woehlke.
15857         (rpl_rename_dest_slash): On failure, use rename's errno rather
15858         than (in some cases) an incorrect or junk errno.
15859         Simplify code by removing need to compute length; this does
15860         cause it to make two passes instead of one over the file name,
15861         but it's worth it.
15862
15863         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
15864         change, since Autoconf's version may no longer be appropriate now
15865         that we are using CVS Autoconf's version.  Add support for Tandem.
15866
15867 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
15868             Bruno Haible  <bruno@clisp.org>
15869
15870         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
15871         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
15872         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
15873         gl_AC_TYPE_LONG_LONG.
15874
15875         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
15876         instead of HAVE_LONG_LONG.
15877         * lib/printf-args.c (printf_fetchargs): Likewise.
15878         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
15879         * lib/vasnprintf.c (VASNPRINTF): Likewise.
15880         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
15881         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
15882         gl_AC_TYPE_LONG_LONG.
15883
15884 2006-10-11  Bruno Haible  <bruno@clisp.org>
15885
15886         * m4/longlong.m4: Add comments.
15887         * m4/ulonglong.m4: Likewise.
15888
15889 2006-10-10  Bruno Haible  <bruno@clisp.org>
15890
15891         Make it possible to #define stpcpy, strdup to aliases.
15892         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
15893         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
15894
15895 2006-10-10  Bruno Haible  <bruno@clisp.org>
15896
15897         Make it possible to #define gcd to an alias.
15898         * lib/gcd.c: Include config.h.
15899
15900 2006-10-10  Bruno Haible  <bruno@clisp.org>
15901
15902         Make it possible to #define c_isascii to an alias.
15903         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
15904         defined. Undefine the macros before defining them, to avoid gcc
15905         warnings.
15906         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
15907         define NO_C_CTYPE_MACROS early.
15908
15909 2006-10-10  Bruno Haible  <bruno@clisp.org>
15910
15911         Make it possible to #define set_program_name to an alias.
15912         * lib/progname.c: Don't undefine set_program_name; instead, undefine
15913         ENABLE_RELOCATABLE early.
15914
15915 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
15916
15917         Port to Tandem NSK OSS, which has 64-bit signed int but at most
15918         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
15919         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
15920         More generally, don't assume that 64-bit signed int is available
15921         if unsigned int is, and vice versa.
15922         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
15923         unsigned symbols, not on their signed counterparts.
15924         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
15925         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
15926         (UINT64_C, UINTMAX_C):
15927         Likewise.
15928         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
15929         unsigned counterparts.
15930         (Have_long_long, Unsigned): New macros.
15931         (Int): Renamed from INT.
15932         (strtoimax): Use the new macros.
15933         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
15934         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
15935         * modules/inttypes (inttypes.h): Substitute
15936         HAVE_UNSIGNED_LONG_LONG_INT.
15937         * modules/stdint (stdint.h): Likewise.
15938         (Files): Add m4/ulonglong.m4.
15939
15940 2006-10-10  Bruno Haible  <bruno@clisp.org>
15941
15942         Fix a gcc -Wshadow warning.
15943         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
15944         to 'bucket'.
15945         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
15946         gl_linked_indexof_from_to): Likewise.
15947         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
15948         Likewise.
15949         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
15950         Likewise.
15951         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
15952         Reported by Eric Blake.
15953
15954 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
15955
15956         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
15957         for NetBSD.  Problem reported by Bruno Haible.
15958
15959 2006-10-09  Jim Meyering  <jim@meyering.net>
15960
15961         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
15962         Patch from Bruno Haible.
15963
15964 2006-10-09  Jim Meyering  <jim@meyering.net>
15965
15966         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
15967         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
15968         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
15969
15970 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
15971
15972         Don't include <config.h> twice; this doesn't work in some cases,
15973         e.g., when config.h has "#define intmax_t long long int" and
15974         we include <config.h>, <inttypes.h>, <config.h> in that order.
15975         Problem reported by Matthew Woehlke in:
15976         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
15977         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
15978         * lib/fts-cycle.c: Don't include config.h.
15979         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
15980         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
15981         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
15982         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
15983         inttypes.h.
15984         * lib/xstrtoumax.c: Likewise.
15985         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
15986         __strtol and the like, so that this module is more like its siblings.
15987         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
15988         Remove; no longer needed now that we assume gnulib inttypes.h.
15989
15990 2006-10-08  Bruno Haible  <bruno@clisp.org>
15991
15992         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
15993         option.
15994
15995 2006-10-07  Jim Meyering  <jim@meyering.net>
15996
15997         * modules/inttypes (inttypes.h): Revert what seems to have been
15998         an inadvertent part of today's change: use "|", not "/" in the
15999         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
16000
16001 2006-10-07  Bruno Haible  <bruno@clisp.org>
16002
16003         * modules/sublist: New file.
16004
16005 2006-10-07  Bruno Haible  <bruno@clisp.org>
16006
16007         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
16008         * modules/argz (argz.h): Likewise.
16009         * modules/arpa_inet (arpa/inet.h): Likewise.
16010         * modules/byteswap (byteswap.h): Likewise.
16011         * modules/configmake (configmake.h): Likewise.
16012         * modules/fcntl (fcntl.h): Likewise.
16013         * modules/fnmatch (fnmatch.h): Likewise.
16014         * modules/getopt (getopt.h): Likewise.
16015         * modules/glob (glob.h): Likewise.
16016         * modules/inttypes (inttypes.h): Likewise.
16017         * modules/netinet_in (netinet/in.h): Likewise.
16018         * modules/poll (poll.h): Likewise.
16019         * modules/stdbool (stdbool.h): Likewise.
16020         * modules/stdint (stdint.h): Likewise.
16021         * modules/sys_select (sys/select.h): Likewise.
16022         * modules/sys_socket (sys/socket.h): Likewise.
16023         * modules/sys_stat (sys/stat.h): Likewise.
16024         * modules/sysexits (sysexits.h): Likewise.
16025         * modules/unistd (unistd.h): Likewise.
16026         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16027         Add a "DO NOT EDIT" comment to the generated file.
16028         (func_import): Likewise for gnulib-comp.m4.
16029
16030 2006-10-07  Bruno Haible  <bruno@clisp.org>
16031
16032         * lib/gl_sublist.h: New file.
16033         * lib/gl_sublist.c: New file.
16034
16035 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16036
16037         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
16038         name (relative to the original working directory) and the file
16039         name component (relative to the temporary working directory).  All
16040         callers changed.
16041         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
16042         * lib/mkdir-p.c (make_dir_parents): Likewise.
16043         * lib/mkdir-p.h (make_dir_parents): Likewise.
16044
16045 2006-10-06  Eric Blake  <ebb9@byu.net>
16046
16047         Define several macros for use by the clean-temp module.
16048         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
16049         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
16050         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
16051
16052         * lib/clean-temp.h (close_stream_temp): New declaration.
16053         * lib/clean-temp.c (includes): Pull in headers according to what
16054         other modules are in use.
16055         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
16056
16057 2006-10-06  Bruno Haible  <bruno@clisp.org>
16058
16059         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
16060         instead of fopen, fwriteerror.
16061
16062 2006-10-06  Bruno Haible  <bruno@clisp.org>
16063
16064         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
16065         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
16066         int.
16067         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
16068         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
16069         Return an error indicator.
16070         Suggested by Eric Blake.
16071
16072 2006-10-06  Bruno Haible  <bruno@clisp.org>
16073
16074         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
16075         Reported by Eric Blake.
16076
16077 2006-10-06  Bruno Haible  <bruno@clisp.org>
16078
16079         * modules/closeout (Description): Mention stderr too.
16080
16081 2006-10-06  Bruno Haible  <bruno@clisp.org>
16082         and Paul Eggert  <eggert@cs.ucla.edu>
16083
16084         * lib/closeout.c (close_stdout): Also close stderr.
16085         * lib/closeout.h: Update comment.
16086
16087 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
16088
16089         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
16090         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
16091         * lib/dirchownmod.c: Include lchown.h.
16092         * lib/lchown.c: Don't include files that lchown.h now includes.
16093         Don't declare chown, since lchown.h now does that.
16094         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
16095         (lchown): Define to rpl_chown if lchown is declared but
16096         does not exist.  Declare using a prototype if lchown is not
16097         declared.  Add a copyright notice.
16098         * lib/mkstemp.h: Include <unistd.h>.
16099         * lib/openat.c: Include lchown.h.
16100
16101         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
16102         we now test for that separately.
16103         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
16104         rather than O_NOFOLLOW, when testing whether it's possible to
16105         avoid a race condition reliably.
16106         * lib/savewd.c (savewd_chdir): Likewise.
16107
16108         Remove macros that are no longer needed now that stdint.h is
16109         reliable.
16110         * lib/fsusage.c (UINTMAX_MAX): Remove.
16111         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
16112         * lib/utimecmp.c (SIZE_MAX): Remove.
16113
16114         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
16115
16116         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
16117         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
16118         O_NOATIME works.
16119
16120 2006-10-05  Bruno Haible  <bruno@clisp.org>
16121
16122         * lib/gl_list.h (gl_sortedlist_search_from_to,
16123         gl_sortedlist_indexof_from_to): New declarations.
16124         (gl_list_implementation): New fields sortedlist_search_from_to,
16125         sortedlist_indexof_from_to.
16126         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
16127         inline functions.
16128         * lib/gl_list.c (gl_sortedlist_search_from_to,
16129         gl_sortedlist_indexof_from_to): New functions.
16130         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
16131         function.
16132         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
16133         (gl_array_sortedlist_search_from_to): New function.
16134         (gl_array_list_implementation): Update.
16135         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
16136         function.
16137         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
16138         (gl_carray_sortedlist_search_from_to): New function.
16139         (gl_carray_list_implementation): Update.
16140         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
16141         gl_linked_sortedlist_indexof_from_to): New functions.
16142         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
16143         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
16144         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
16145         gl_tree_sortedlist_indexof_from_to): New functions.
16146         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
16147         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
16148         Update.
16149         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
16150         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
16151         Update.
16152
16153 2006-10-05  Bruno Haible  <bruno@clisp.org>
16154
16155         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
16156         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
16157         (struct gl_list_implementation): Add fields search_from_to,
16158         indexof_from_to. Remove fields search, indexof.
16159         (gl_list_search): Use the search_from_to method.
16160         (gl_list_search_from, gl_list_search_from_to): New functions.
16161         (gl_list_indexof): Use the indexof_from_to method.
16162         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
16163         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
16164         (gl_list_search_from, gl_list_search_from_to): New functions.
16165         (gl_list_indexof): Use the indexof_from_to method.
16166         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
16167         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
16168         gl_array_indexof. Add start_index, end_index arguments.
16169         (gl_array_search_from_to): Renamed from gl_array_search. Add
16170         start_index, end_index arguments.
16171         (gl_array_remove, gl_array_list_implementation): Update.
16172         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
16173         gl_carray_indexof. Add start_index, end_index arguments.
16174         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
16175         start_index, end_index arguments.
16176         (gl_carray_remove, gl_carray_list_implementation): Update.
16177         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
16178         gl_linked_search. Add start_index, end_index arguments.
16179         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
16180         start_index, end_index arguments.
16181         (gl_linked_remove): Update.
16182         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
16183         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
16184         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
16185         field to 'size_t'.
16186         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
16187         gl_tree_search. Add start_index, end_index arguments.
16188         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
16189         start_index, end_index arguments.
16190         (gl_tree_remove): Update.
16191         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
16192         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
16193         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
16194         function.
16195         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
16196         gl_tree_search. Add start_index, end_index arguments.
16197         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
16198         start_index, end_index arguments.
16199         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
16200         Update.
16201         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
16202
16203 2006-10-05  Bruno Haible  <bruno@clisp.org>
16204
16205         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
16206
16207         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
16208         fwriteerror_temp): New declarations.
16209         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
16210         (descriptors): New variable.
16211         (cleanup): First, close the descriptors.
16212         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
16213         fclose_temp, fwriteerror_temp): New functions.
16214
16215 2006-10-04  Jim Meyering  <jim@meyering.net>
16216
16217         * lib/fts.c (fts_open): Tiny comment change.
16218
16219 2006-10-04  Bruno Haible  <bruno@clisp.org>
16220
16221         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
16222         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
16223         gl_LOCK_BODY.
16224         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
16225         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
16226         gl_LOCK_EARLY_BODY.
16227         (gl_LOCK): Require gl_LOCK_BODY.
16228
16229 2006-10-04  Bruno Haible  <bruno@clisp.org>
16230
16231         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
16232         (gl_oset_search_atleast): New declaration.
16233         (struct gl_oset_implementation): Add field 'search_atleast'.
16234         (gl_oset_search_atleast): New inline function.
16235         * lib/gl_oset.c (gl_oset_search_atleast): New function.
16236         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
16237         (gl_array_oset_implementation): Update.
16238         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
16239         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
16240         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
16241
16242 2006-10-04  Bruno Haible  <bruno@clisp.org>
16243
16244         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
16245
16246 2006-10-03  Bruno Haible  <bruno@clisp.org>
16247
16248         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
16249         from gl_avltreehash_list_implementation.
16250
16251 2006-10-03  Bruno Haible  <bruno@clisp.org>
16252
16253         * lib/gl_oset.c (gl_oset_add): Fix return type.
16254
16255 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
16256
16257         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
16258
16259 2006-10-02  Eric Blake  <ebb9@byu.net>
16260
16261         * modules/strnlen (Depends-on): Add extensions.
16262
16263 2006-10-02  Eric Blake  <ebb9@byu.net>
16264
16265         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
16266         definition in 2.60+.
16267
16268 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
16269
16270         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
16271         checks.
16272
16273 2006-10-02  Bruno Haible  <bruno@clisp.org>
16274
16275         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
16276         to the AUTOMAKE_OPTIONS.
16277         Reported by Jim Meyering.
16278
16279 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
16280
16281         Work around bug in Solaris 10 /proc file system:
16282         /proc/self/fd/NNN/.. isn't the parent directory of
16283         the directory whose file descriptor is NNN.  This needs to
16284         be worked around at run time, not compile time, since a
16285         program might be built on Solaris 8, where things work, and
16286         run on Solaris 10.
16287         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
16288         to use the following interface instead:
16289         (OPENAT_BUFFER_SIZE): New macro.
16290         (openat_proc_name): New function.
16291         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
16292         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
16293         Likewise.
16294         * lib/openat-proc.c: New file.
16295         * modules/openat (Files): Add lib/openat-proc.c.
16296         (Depends-on): Add same-inode, stdbool.
16297         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
16298
16299 2006-09-29  Bruno Haible  <bruno@clisp.org>
16300
16301         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
16302         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
16303         argument. Set stdout_closed before testing for ferror, not after.
16304         (fwriteerror, fwriteerror_no_ebadf): New functions.
16305
16306 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16307
16308         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
16309
16310 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
16311
16312         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
16313         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
16314
16315 2006-09-28  Jim Meyering  <jim@meyering.net>
16316
16317         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
16318         Include <unistd.h>.
16319
16320 2006-09-28  Bruno Haible  <bruno@clisp.org>
16321
16322         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
16323         * modules/linkedhash-list (Depends-on): Likewise.
16324         * modules/rbtreehash-list (Depends-on): Likewise.
16325
16326 2006-09-28  Bruno Haible  <bruno@clisp.org>
16327
16328         * lib/strndup.h: Simplify the redefinition of strndup.
16329         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
16330         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
16331
16332 2006-09-28  Bruno Haible  <bruno@clisp.org>
16333
16334         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
16335         * lib/gl_linkedhash_list.c: Likewise.
16336         * lib/gl_rbtreehash_list.c: Likewise.
16337
16338 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
16339
16340         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
16341         getaddrinfo.
16342
16343         * lib/__fpending.h: Don't include <stdio_ext.h> unless
16344         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
16345         it causes <stdio_ext.h> to cause a compile-time error.
16346         Problem reported by Nelson H. F. Beebe.
16347         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
16348         of HAVE_DECL___PENDING.
16349
16350         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
16351         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
16352         declaration.
16353
16354 2006-09-27  Jim Meyering  <jim@meyering.net>
16355
16356         This file could end up with a definition for a function
16357         named __strndup, rather than rpl_strndup on a system with
16358         incomplete weak_alias support.
16359         * lib/strndup.c (strndup): Rename from __strndup.
16360         Remove #defines that used to map __strndup to strndup.
16361         Don't use K&R prototypes.
16362         Remove LIBC-related code, since this file is not sync'd with glibc.
16363         * lib/strndup.h: Revamp, accordingly.
16364         * m4/strndup.m4: Modernize.
16365
16366 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
16367
16368         * modules/savewd (Depends-on): Add 'raise'.
16369         * lib/savewd.c: Include <signal.h>, for 'raise'.
16370
16371 2006-09-26  Jim Meyering  <jim@meyering.net>
16372
16373         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
16374         when we detect Darwin 8.7.0's acl_get_file bug.
16375         Rearrange to perform the new (below) run-test while $LIBS
16376         contains any acl-related library.  Set USE_ACL at the end.
16377         (gl_ACL_GET_FILE): New function.
16378
16379 2006-09-26  Eric Blake  <ebb9@byu.net>
16380
16381         * lib/verror.c: Include <config.h> unconditionally.
16382
16383 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
16384
16385         * modules/clock-time (Maintainer): Add self.
16386         * modules/getlogin_r (Depends-on): Add extensions.
16387
16388 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16389
16390         * modules/clock-time: New module.
16391         * modules/nanosleep (Depends-on): Add clock-time.
16392         * modules/gethrxtime (Depends-on): Likewise.
16393         * modules/gettime (Depends-on): Likewise.
16394         * modules/settime (Depends-on): Likewise.
16395
16396         * modules/fts-lgpl: Depend on openat.
16397         * modules/mkancesdirs: Depend on savewd.
16398         * modules/mkdir-p: Likewise.
16399
16400 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16401
16402         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
16403
16404         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
16405         `gl_have_arbitrary_file_name_length_limit' to
16406         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
16407         actually works between configure runs.
16408
16409 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16410             Bruno Haible  <bruno@clisp.org>
16411
16412         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
16413
16414 2006-09-25  Jim Meyering  <jim@meyering.net>
16415
16416         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
16417         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
16418
16419 2006-09-25  Eric Blake  <ebb9@byu.net>
16420
16421         * gnulib-tool (func_import, func_create_testdir): Fix typos in
16422         exec's in 2006-09-18 patch when shuffling fds.
16423
16424 2006-09-25  Bruno Haible  <bruno@clisp.org>
16425
16426         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
16427         Reported by Jim Meyering.
16428
16429 2006-09-24  Jim Meyering  <jim@meyering.net>
16430
16431         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
16432         compare a pointer against a literal "0".  That caused failures with
16433         at least HP-UX's hpcc.
16434
16435 2006-09-22  Simon Josefsson  <jas@extundo.com>
16436
16437         * modules/gc-sha1:
16438         * modules/gc-md4:
16439         * modules/gc-hmac-sha1:
16440         * modules/gc-hmac-md5:
16441         * modules/gc-des:
16442         * modules/gc-arcfour: Distribute more files.
16443
16444 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16445
16446         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
16447         (gl_linked_iterator_from_to): Initialize struct completely.
16448         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
16449         (gl_tree_iterator_from_to): Likewise
16450         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
16451         * lib/gl_array_list.c [lint] (gl_array_iterator)
16452         (gl_array_iterator_from_to): Likewise.
16453         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
16454         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
16455         (gl_carray_iterator_from_to): Likewise.
16456
16457         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
16458         * lib/md4.c (md4_process_block): Remove unused variable.
16459         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
16460         parentheses for clarity.
16461
16462 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16463
16464         * modules/bison-i18n (Depends-on): Add gettext.
16465
16466 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16467
16468         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
16469         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
16470         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
16471         also add missing comma that caused broken test.
16472         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
16473         stdlib.h, for `abort'.
16474         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
16475         variables.
16476         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
16477         include unistd.h if present, for `rmdir'.
16478         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
16479         variables.
16480         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
16481         in the process include standard headers for prototypes.
16482         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
16483         gets declared on GNU/Linux.
16484         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
16485         unistd.h, for `rmdir'.
16486         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
16487
16488         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
16489         always true.
16490         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
16491
16492         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
16493
16494 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16495
16496         * gnulib-tool (func_version): Create output all at once.  This
16497         may help avoid triggering unnecessary SIGPIPEs, and at any
16498         rate it doesn't hurt.
16499
16500 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16501             Bruno Haible  <bruno@clisp.org>
16502
16503         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
16504         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
16505         * m4/signed.m4 (bh_C_SIGNED): Likewise.
16506
16507         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
16508         (gl_FUNC_VASPRINTF): Invoke it.
16509
16510 2006-09-22  Bruno Haible  <bruno@clisp.org>
16511
16512         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
16513         getloadavg.c as first argument.
16514
16515 2006-09-22  Bruno Haible  <bruno@clisp.org>
16516
16517         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
16518         at the beginning of the gl_INIT macro.
16519         * modules/getloadavg (configure.ac): Pass $gl_source_base to
16520         gl_GETLOADAVG.
16521
16522 2006-09-22  Bruno Haible  <bruno@clisp.org>
16523
16524         * gnulib-tool (func_create_megatestdir): Don't include the config-h
16525         module.
16526         Suggested by Ralf Wildenhues.
16527
16528 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16529
16530         Import this patch from libc:
16531
16532         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
16533
16534         * lib/regex_internal.c (re_string_reconstruct): Handle
16535         offset < pstr->valid_raw_len && pstr->offsets_needed case.
16536         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
16537         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
16538         re_string_context_at.
16539
16540         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
16541         now requires it.
16542         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
16543         gl_REGEX now does it for us.
16544         (gl_REGEX): Add test taken from
16545         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
16546
16547         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
16548         Check that large offsets work.  Modernize Autoconf usages.
16549         Prefer "yes" to mean a good thing rather than a bad.
16550         Don't put "#define mkstemp" in config.h, as this might interfere
16551         with standard system headers that "#define mkstemp mkstemp64".
16552
16553         * modules/mkstemp (Depends-on): Add extensions, so that
16554         mkstemp is visible on some platforms.
16555         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
16556         (Include): Change to "mkstemp.h" from <stdlib.h>.
16557         (Files): Add mkstemp.h.
16558
16559         * lib/mkstemp.h: New file, since some standard headers
16560         #define mkstemp.
16561         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
16562         Include "mkstemp.h".
16563         Make the _LIBC code resemble glibc original more,
16564         e.g., use K&R style.
16565         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
16566         (mkstemp): Remove, since mkstemp.h does this for us.
16567         * lib/stdlib--.h: Include mkstemp.h.
16568
16569         Import this patch from libc:
16570
16571         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
16572
16573         * lib/tempname.c (__gen_tempname): Change attempts_min
16574         into a macro.  Use preprocessor to decide how to initialize
16575         attempts [Coverity CID 67].
16576
16577 2006-09-20  Bruno Haible  <bruno@clisp.org>
16578
16579         * lib/mkdtemp.c: Import from libc.
16580         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
16581                 * sysdeps/posix/tempname.c (__gen_tempname): Change
16582                 attempts_min into a macro.  Use preprocessor to decide how to
16583                 initialize attempts [Coverity CID 67].
16584         2001-11-27  Paul Eggert  <eggert@twinsun.com>
16585                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
16586                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
16587
16588 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16589
16590         * gnulib-tool (func_exit): New function, to allow to pass the
16591         exit status portably through the trap.  Use everywhere.
16592         (--help, --version): Signal a write error.
16593         (trap): catch SIGPIPE, for write errors.
16594         Exit at the end of the trap, with the correct exit status.
16595
16596 2006-09-19  Karl Berry  <karl@gnu.org>
16597
16598         * doc/gnulib.texi: note about the license texinfo files.
16599
16600 2006-09-19  Eric Blake  <ebb9@byu.net>
16601
16602         * gnulib-tool: Avoid space-tab.
16603
16604 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
16605
16606         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
16607         that prevented coreutils 6.1 from building.  Problem reported
16608         by Petter Reinholdtsen.
16609
16610 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
16611
16612         * gnulib-tool (avoidlist): Fix typo that broke options like
16613         --avoid=lock that are used by coreutils bootstrap.
16614
16615 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
16616
16617         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
16618         more systematically.
16619
16620 2006-09-18  Jim Meyering  <jim@meyering.net>
16621
16622         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
16623
16624 2006-09-18  Bruno Haible  <bruno@clisp.org>
16625
16626         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
16627
16628 2006-09-18  Bruno Haible  <bruno@clisp.org>
16629
16630         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
16631         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
16632         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
16633         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
16634         * m4/gettext.m4: Require autoconf >= 2.52.
16635         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
16636         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
16637         of gl_cv_header_inttypes_h.
16638
16639 2006-09-18  Bruno Haible  <bruno@clisp.org>
16640
16641         * lib/javaversion.c: Include configmake.h.
16642
16643 2006-09-18  Bruno Haible  <bruno@clisp.org>
16644
16645         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
16646         avoid that the while loops be executed in a subshell.
16647
16648 2006-09-18  Bruno Haible  <bruno@clisp.org>
16649
16650         * MODULES.html.sh (func_module): Break long lines.
16651         Suggested by Bruce Korb <bkorb@gnu.org>.
16652
16653 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16654
16655         Speed up by a factor of 1.12.
16656         * gnulib-tool (nl): New variable.
16657         (func_import): Rewrite include directive extraction to only read each
16658         directive once.
16659
16660 2006-09-17  Bruno Haible  <bruno@clisp.org>
16661
16662         * modules/javaversion (Makefile.am): Remove DEFS setting.
16663         (Depends-on): Add configmake, for PKGDATADIR definition.
16664
16665 2006-09-17  Bruno Haible  <bruno@clisp.org>
16666
16667         * gnulib-tool (func_create_testdir): Rewrite all files at once.
16668
16669 2006-09-17  Bruno Haible  <bruno@clisp.org>
16670
16671         * gnulib-tool (func_append): New function, stolen from libtool.m4.
16672         (func_modules_transitive_closure, func_modules_add_dummy,
16673         func_modules_to_filelist, func_import, func_create_testdir,
16674         func_create_megatestdir, ...): Use it wherever possible.
16675         Suggested by Ralf Wildenhues.
16676
16677 2006-09-16  Karl Berry  <karl@gnu.org>
16678
16679         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
16680         to avoid sectioning errors.
16681         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
16682         [ifinfo]: blank line after @center-ed titles.
16683         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
16684         Spell FSF address consistently with others.
16685         (These changes approved by rms.)
16686
16687 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16688
16689         Speed up by a factor of 1.61.
16690         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
16691         already checked module names again.
16692
16693 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16694
16695         Speed up by a factor of 1.13.
16696         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
16697         for new_files, and the input to func_add_or_update.
16698
16699 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16700
16701         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
16702         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
16703
16704 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
16705
16706         * modules/mkancesdirs (Depends-on): Add fcntl.
16707         * modules/savewd: New file.
16708         * MODULES.html.sh (File system functions): Add savewd.
16709
16710         * modules/configmake (Makefile.am): Add support for the
16711         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
16712
16713 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
16714
16715         * m4/savewd.m4: New file.
16716
16717 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
16718
16719         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
16720         (dirchownmod): New arg FD.  All callers changed.
16721         Use FD rather than opening the directory ourself, as opening is
16722         now the caller's responsibility.
16723         * lib/dirchownmod.h: Likewise.
16724         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
16725         hosts that require <sys/types.h> before <sys/stat.h>.  Include
16726         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
16727         (test_dir): Remove.
16728         (mkancesdirs): Return length of prefix of FILE that has already
16729         been made, or -2 if there is a child doing the work.  Redo
16730         algorithm so that it is O(N) rather than O(N**2).  Optimize away
16731         ".", and treat ".." specially since it might stray back into
16732         already-created areas.  Use a subprocess if necessary.  New arg
16733         WD; all users changed.  MAKE_DIR function should now return 1
16734         if it creates a directory that is not readable.  Return -2 if
16735         a child process is spun off.
16736         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
16737         Adjust signature to match code.
16738         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
16739         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
16740         all users changed.
16741         * lib/savewd.c, lib/savewd.h: New files.
16742
16743 2006-09-15  Jim Meyering  <jim@meyering.net>
16744
16745         * modules/rename-dest-slash: New module.
16746         * MODULES.html.sh (posix_compat): Add it here.
16747
16748         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
16749
16750 2006-09-15  Jim Meyering  <jim@meyering.net>
16751
16752         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
16753         file.
16754
16755         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
16756
16757 2006-09-15  Jim Meyering  <jim@meyering.net>
16758
16759         * lib/rename-dest-slash.c (has_trailing_slash): Use
16760         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
16761         (rpl_rename_dest_slash): Perform the cheaper trailing slash
16762         test before testing whether SRC is a directory.
16763         Suggestions from Bruno Haible.
16764
16765         Avoid a warning about an unused variable.
16766         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
16767         into the #ifdef block where it's used.
16768
16769         * lib/rename-dest-slash.c: New file.
16770
16771 2006-09-14  Bruno Haible  <bruno@clisp.org>
16772
16773         * lib/allocsa.c: Include <config.h> unconditionally.
16774         * lib/asnprintf.c: Likewise.
16775         * lib/asprintf.c: Likewise.
16776         * lib/c-strcasecmp.c: Likewise.
16777         * lib/c-strcasestr.c: Likewise.
16778         * lib/c-strncasecmp.c: Likewise.
16779         * lib/c-strstr.c: Likewise.
16780         * lib/classpath.c: Likewise.
16781         * lib/clean-temp.c: Likewise.
16782         * lib/concatpath.c: Likewise.
16783         * lib/copy-file.c: Likewise.
16784         * lib/csharpcomp.c: Likewise.
16785         * lib/csharpexec.c: Likewise.
16786         * lib/execute.c: Likewise.
16787         * lib/fatal-signal.c: Likewise.
16788         * lib/findprog.c: Likewise.
16789         * lib/fwriteerror.c: Likewise.
16790         * lib/gl_array_list.c: Likewise.
16791         * lib/gl_array_oset.c: Likewise.
16792         * lib/gl_avltree_list.c: Likewise.
16793         * lib/gl_avltree_oset.c: Likewise.
16794         * lib/gl_avltreehash_list.c: Likewise.
16795         * lib/gl_carray_list.c: Likewise.
16796         * lib/gl_linked_list.c: Likewise.
16797         * lib/gl_linkedhash_list.c: Likewise.
16798         * lib/gl_list.c: Likewise.
16799         * lib/gl_oset.c: Likewise.
16800         * lib/gl_rbtree_list.c: Likewise.
16801         * lib/gl_rbtree_oset.c: Likewise.
16802         * lib/gl_rbtreehash_list.c: Likewise.
16803         * lib/imaxabs.c: Likewise.
16804         * lib/imaxdiv.c: Likewise.
16805         * lib/javacomp.c: Likewise.
16806         * lib/javaexec.c: Likewise.
16807         * lib/javaversion.c: Likewise.
16808         * lib/linebreak.c: Likewise.
16809         * lib/localcharset.c: Likewise.
16810         * lib/lock.c: Likewise.
16811         * lib/mbchar.c: Likewise.
16812         * lib/mbswidth.c: Likewise.
16813         * lib/mkdtemp.c: Likewise.
16814         * lib/pipe.c: Likewise.
16815         * lib/printf-args.c: Likewise.
16816         * lib/printf-parse.c: Likewise.
16817         * lib/progname.c: Likewise.
16818         * lib/progreloc.c: Likewise.
16819         * lib/readlink.c: Likewise.
16820         * lib/sh-quote.c: Likewise.
16821         * lib/stpcpy.c: Likewise.
16822         * lib/stpncpy.c: Likewise.
16823         * lib/strcasecmp.c: Likewise.
16824         * lib/strcasestr.c: Likewise.
16825         * lib/strcspn.c: Likewise.
16826         * lib/striconv.c: Likewise.
16827         * lib/strncasecmp.c: Likewise.
16828         * lib/strnlen1.c: Likewise.
16829         * lib/strstr.c: Likewise.
16830         * lib/strtok_r.c: Likewise.
16831         * lib/tls.c: Likewise.
16832         * lib/tmpdir.c: Likewise.
16833         * lib/unicodeio.c: Likewise.
16834         * lib/unsetenv.c: Likewise.
16835         * lib/vasnprintf.c: Likewise.
16836         * lib/vasprintf.c: Likewise.
16837         * lib/wait-process.c: Likewise.
16838         * lib/xallocsa.c: Likewise.
16839         * lib/xsetenv.c: Likewise.
16840         * lib/xstriconv.c: Likewise.
16841
16842 2006-09-13  Simon Josefsson  <jas@extundo.com>
16843
16844         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
16845         that internally, suggested by Ralf Wildenhues
16846         <Ralf.Wildenhues@gmx.de>.
16847
16848 2006-09-13  Simon Josefsson  <jas@extundo.com>
16849
16850         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
16851         @LIBOBJS@.
16852         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16853
16854 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16855
16856         * lib/_fpending.c: Include <config.h> unconditionally, since we no
16857         longer worry about uses that don't define HAVE_CONFIG_H.
16858         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
16859         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
16860         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
16861         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
16862         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
16863         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
16864         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
16865         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
16866         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
16867         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
16868         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
16869         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
16870         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
16871         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
16872         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
16873         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
16874         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
16875         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
16876         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
16877         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
16878         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
16879         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
16880         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
16881         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
16882         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
16883         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
16884         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
16885         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
16886         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
16887         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
16888         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
16889         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
16890         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
16891         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
16892         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
16893         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
16894         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
16895         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
16896         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
16897         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
16898         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
16899         Likewise.
16900
16901 2006-09-13  Eric Blake  <ebb9@byu.net>
16902
16903         * lib/getopt.c: Fix typo in last commit.
16904
16905 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
16906
16907         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
16908         dgettext.
16909
16910 2006-09-12  Jim Meyering  <jim@meyering.net>
16911
16912         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
16913         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
16914         Reported by Nelson H. F. Beebe.
16915
16916 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16917
16918         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
16919         program_invocation_name and program_invocation_short_name are
16920         initialized.
16921         * lib/argp-namefrob.h: Move declarations of program_invocation_name
16922         and program_invocation_short_name to argp.h, so they are visible
16923         to user programs.
16924         * lib/argp.h: Likewise
16925
16926 2006-09-10  Bruno Haible  <bruno@clisp.org>
16927
16928         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
16929         m4/inttypes_h.m4, m4/uintmax_t.m4.
16930
16931 2006-09-10  Bruno Haible  <bruno@clisp.org>
16932
16933         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
16934         gl_AC_TYPE_UINTMAX_T.
16935
16936 2006-09-10  Bruno Haible  <bruno@clisp.org>
16937
16938         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
16939
16940 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16941
16942         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
16943         convention.  Text proposed by Bruno Haible.
16944         (struct argp_option): Document the use of N_() wrappers.
16945
16946         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
16947         '\v', and translate the two parts separately, instead of feeding
16948         the whole string to gettext.  This allows to exclude
16949         '\v' from the strings visible to the translator by writing doc
16950         strings as N_("..") "\v" N_("..").
16951
16952 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
16953
16954         * config/srclist.txt: Undo latest change; the bug was fixed.
16955
16956 2006-09-09  Bruno Haible  <bruno@clisp.org>
16957
16958         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
16959         assignments if building a library without libtool.
16960         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
16961         in func_emit_lib_Makefile_am.
16962         (func_import): When building a static library libfoo.a, arrange to
16963         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
16964         (func_create_testdir): Likewise.
16965         * modules/gc (configure.ac, Makefile.am): If building statically,
16966         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
16967         * modules/iconvme (configure.ac, Makefile.am): Likewise.
16968         * modules/striconv (configure.ac, Makefile.am): Likewise.
16969         Based on a suggestion by Ralf Wildenhues.
16970
16971 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
16972
16973         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
16974         Check for unistd.h too, since Autoconf doesn't assume POSIX.
16975         Also:
16976
16977         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
16978         Add year_2050_test to catch glibc bug 2821
16979         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
16980
16981         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
16982         Prefer #ifdef to #if.
16983
16984         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
16985         Return from 'main' instead of calling 'exit'.
16986
16987 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
16988
16989         * lib/mktime.c (guess_time_tm): Fix bug where mktime
16990         returned the maximum time_t value rather than (time_t) -1.
16991         Problem originally reported by William Bardwell
16992         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
16993
16994         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
16995         Moved to here ...
16996         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
16997         ... from here.
16998
16999 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17000
17001         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
17002         2821 is fixed.
17003
17004 2006-09-08  Jim Meyering  <jim@meyering.net>
17005
17006         Don't make generated files read-only.  That would bother too many
17007         people.  However, do retain the ability to work when targets are
17008         read-only: remove the destination and temporary files before writing
17009         them (when generated via sed or echo), or by using the -f option for
17010         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
17011         * modules/alloca-opt, modules/argz, modules/arpa_inet:
17012         * modules/byteswap, modules/configmake, modules/fcntl:
17013         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
17014         * modules/localcharset, modules/netinet_in, modules/poll:
17015         * modules/stdbool, modules/stdint, modules/sys_select:
17016         * modules/sys_socket, modules/sys_stat, modules/sysexits:
17017
17018 2006-09-08  Jim Meyering  <jim@meyering.net>
17019
17020         Avoid new build failure on FreeBSD 6.0.
17021         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
17022         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
17023         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
17024
17025 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17026
17027         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
17028
17029 2006-09-07  Jim Meyering  <jim@meyering.net>
17030
17031         Fix global typo in last change: use chmod u-w, not chmod u-x.
17032         Spotted by Paul Eggert and Bruce Korb.
17033         * modules/alloca-opt, modules/argz, modules/arpa_inet:
17034         * modules/byteswap, modules/configmake, modules/fcntl:
17035         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
17036         * modules/localcharset, modules/netinet_in, modules/poll:
17037         * modules/stdbool, modules/stdint, modules/sys_select:
17038         * modules/sys_socket, modules/sys_stat, modules/sysexits:
17039
17040 2006-09-06  Jim Meyering  <jim@meyering.net>
17041
17042         Make generated files be read-only.
17043         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
17044         Ensure that each generated file is now read-only.
17045         * modules/argz: Likewise.
17046         * modules/arpa_inet: Likewise.
17047         * modules/byteswap: Likewise.
17048         * modules/configmake: Likewise.
17049         * modules/fcntl: Likewise.
17050         * modules/fnmatch: Likewise.
17051         * modules/getopt: Likewise.
17052         * modules/glob: Likewise.
17053         * modules/inttypes: Likewise.
17054         * modules/netinet_in: Likewise.
17055         * modules/poll: Likewise.
17056         * modules/stdbool: Likewise.
17057         * modules/stdint: Likewise.
17058         * modules/sys_select: Likewise.
17059         * modules/sys_socket: Likewise.
17060         * modules/sys_stat: Likewise.
17061         * modules/sysexits: Likewise.
17062         * modules/localcharset: Same as above, but continue using temporary
17063         file named "t-$@" (why different?) rather than the "$@-t" used
17064         everywhere else.
17065
17066         * modules/sysexits (Makefile.am): Replace literal occurrences
17067         of "sysexit.h" more readable, and more consistent, "$@".
17068
17069 2006-09-06  Bruno Haible  <bruno@clisp.org>
17070
17071         * modules/striconv: New file.
17072         * modules/xstriconv: New file.
17073         * MODULES.html.sh (Internationalization functions): Add striconv,
17074         xstriconv.
17075
17076 2006-09-06  Bruno Haible  <bruno@clisp.org>
17077
17078         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
17079         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
17080         not using libtool correctly.
17081
17082 2006-09-06  Bruno Haible  <bruno@clisp.org>
17083
17084         * lib/striconv.h: New file.
17085         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
17086         iconvstring.c.
17087         * lib/xstriconv.h: New file.
17088         * lib/xstriconv.c: New file.
17089
17090 2006-09-06  Bruno Haible  <bruno@clisp.org>
17091
17092         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
17093         lib_..._LDFLAGS.
17094
17095 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17096
17097         * lib/argz_.h: Sync from Libtool.
17098
17099         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
17100                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
17101
17102         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
17103
17104 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
17105
17106         * modules/trim: New file.
17107
17108 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
17109
17110         * lib/trim.h: New file.
17111         * lib/trim.c: New file.
17112
17113 2006-09-05  Bruno Haible  <bruno@clisp.org>
17114
17115         * MODULES.html.sh (String handling): Add trim.
17116
17117 2006-09-04  Karl Berry  <karl@gnu.org>
17118
17119         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
17120         until next release.
17121
17122 2006-09-03  Bruno Haible  <bruno@clisp.org>
17123
17124         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
17125         correctly.
17126
17127 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17128
17129         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
17130         not gl_GETLOADAVG.  Omit unneeded semicolons.
17131         Problems reported by Ralf Wildenhues in
17132         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
17133         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
17134         at the end, which is the usual gnulib style.
17135
17136         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
17137         of doing all the work ourselves.
17138         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
17139         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
17140
17141 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17142
17143         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
17144         Problem reported by Ralf Wildenhues in
17145         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
17146
17147         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
17148         HAVE_STRUCT_STATFS_F_FSTYPENAME.
17149
17150 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17151
17152         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
17153         yesterday's patch by changing test -n to test -z.
17154
17155 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17156
17157         * modules/getloadavg (Files): Add m4/getloadavg.m4.
17158         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
17159         the former is now obsolescent.
17160
17161         * modules/chdir-long (Depends-on): Add fcntl.
17162
17163 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17164
17165         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
17166         obsolescent, and programs should use gnulib instead.
17167         * m4/getloadavg.m4: New file, with contents taken from Autoconf
17168         but with prefixes changed.
17169
17170 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17171
17172         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
17173         or stdbool.h, because they might not exist while configuring.
17174
17175         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
17176         Don't include unistd.h or limits.h; not needed, since chdir-long.h
17177         does that for us.
17178         (O_DIRECTORY): Remove.
17179
17180 2006-08-31  Eric Blake  <ebb9@byu.net>
17181
17182         * gnulib-tool: Don't let emacs change spaces to TAB.
17183
17184 2006-08-31  Bruno Haible  <bruno@clisp.org>
17185
17186         * gnulib-tool: When calling func_import more than once, do it in a
17187         subshell.
17188         Reported by Eric Blake <ebb9@byu.net>.
17189
17190 2006-08-31  Bruno Haible  <bruno@clisp.org>
17191
17192         * gnulib-tool (nl): Remove variable.
17193         (sed_transform_lib_file): Use more robust test for config-h module.
17194         (func_import): Fix typo in 2006-08-25 patch.
17195
17196 2006-08-31  Bruno Haible  <bruno@clisp.org>
17197
17198         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
17199         specified, augment Makefile.am variables instead of assigning them.
17200
17201 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
17202
17203         Work around a bug in both the Linux and SunOS 64-bit kernels:
17204         nanosleep mishandles sleeps for longer than 2**31 seconds.
17205         Problem reported by Frank v Waveren in
17206         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
17207         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
17208         Check for nanosleep bug.
17209         (LIB_NANOSLEEP): Append clock_gettime library if needed.
17210
17211 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
17212
17213         Work around a bug in both the Linux and SunOS 64-bit kernels:
17214         nanosleep mishandles sleeps for longer than 2**31 seconds.
17215         Problem reported by Frank v Waveren in
17216         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
17217         * lib/nanosleep.c (BILLION): New constant.
17218         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
17219         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
17220         implementation.
17221
17222 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
17223
17224         * modules/nanosleep (Depends-on): Add gettime.
17225
17226 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
17227         and Simon Josefsson  <jas@extundo.com>
17228         and Oskar Liljeblad  <oskar@osk.mine.nu>
17229
17230         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
17231         * gnulib-tool (func_import): New license type 'unmodifiable license
17232         text'.
17233         * modules/fdl: Use it.  Longer description.
17234         * module/gpl, module/lgpl: New files.
17235
17236 2006-08-30  Jim Meyering  <jim@meyering.net>
17237
17238         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
17239         shadowing the parameter.
17240
17241 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17242
17243         Sync from Libtool:
17244
17245         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17246
17247         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
17248         sharing with gnulib.  Report by Eric Blake.
17249
17250 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
17251
17252         * modules/isapipe: New file.
17253         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
17254
17255 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
17256
17257         * modules/configmake (Makefile.am): Add a comment, and omit
17258         the CONFIGMAKE_ prefix from generated macro names.  Suggested
17259         by Bruno Haible.
17260
17261 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
17262
17263         * m4/isapipe.m4: New file.
17264
17265 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
17266
17267         * lib/isapipe.c, lib/isapipe.h: New files.
17268
17269 2006-08-29  Jim Meyering  <jim@meyering.net>
17270
17271         * modules/configmake (Makefile.am): Make configmake.h depend on
17272         Makefile.  Otherwise, a stale configmake.h could hang around.
17273
17274 2006-08-29  Eric Blake  <ebb9@byu.net>
17275
17276         * lib/error.c (error_at_line, print_errno_message): Match libc, after
17277         resolution of upstream bug 3044.
17278
17279 2006-08-29  Bruno Haible  <bruno@clisp.org>
17280
17281         * modules/localcharset (Depends-on): Add configmake.
17282         (Makefile.am): Remove setting of LIBDIR through DEFS.
17283
17284 2006-08-29  Bruno Haible  <bruno@clisp.org>
17285
17286         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
17287         defined.
17288
17289 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
17290
17291         * modules/fcntl: New file.
17292         * modules/chdir-safer (Depends-on): Add fcntl.
17293         * modules/fts: Likewise.
17294         * modules/mkdir-p: Likewise.
17295
17296         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
17297         This undoes the most recent change, since we're now addressing the
17298         problem in a different way.
17299
17300         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
17301         into output, since the output might be called Makefile.am even
17302         if $makefile_name is something different.
17303         (func_import): Use $makefile_am rather than
17304         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
17305         empty.
17306
17307         * modules/inttypes (Files): Add m4/inttypes-h.m4.
17308
17309 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
17310
17311         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
17312         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
17313         recent change to stdint.m4, since we're now addressing the problem in a
17314         different way.
17315
17316 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
17317
17318         * m4/fcntl_h.m4: New file.
17319
17320 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
17321
17322         * lib/fcntl_.h: New file.
17323         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
17324         the fcntl module.
17325         * lib/dirchownmod.c: Likewise.
17326         * lib/fts.c: Likewise.
17327
17328         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
17329         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
17330         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
17331         just before including <inttypes.h>, to avoid circular inclusion.
17332
17333 2006-08-28  Jim Meyering  <jim@meyering.net>
17334
17335         * doc/visibility.texi: Actually read and correct the grammar of the
17336         sentence affected by yesterday's change.
17337
17338 2006-08-28  Eric Blake  <ebb9@byu.net>
17339
17340         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
17341         needs wrapper.
17342
17343 2006-08-28  Eric Blake  <ebb9@byu.net>
17344
17345         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
17346
17347 2006-08-28  Eric Blake  <ebb9@byu.net>
17348
17349         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
17350
17351 2006-08-28  Bruno Haible  <bruno@clisp.org>
17352
17353         * modules/c-strstr: New file, from GNU gettext.
17354         * MODULES.html.sh (String handling): Add c-strstr.
17355
17356 2006-08-28  Bruno Haible  <bruno@clisp.org>
17357
17358         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
17359         macros.
17360         Reported by Eric Blake.
17361
17362 2006-08-28  Bruno Haible  <bruno@clisp.org>
17363
17364         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
17365         (VASNPRINTF): Return a string of length > INT_MAX without failing.
17366         * lib/vasprintf.c: Include errno.h, limits.h.
17367         (EOVERFLOW): New fallback definition.
17368         (vasprintf): Test here whether the string length is > INT_MAX.
17369         * lib/vsnprintf.c: Include errno.h, limits.h.
17370         (EOVERFLOW): New fallback definition.
17371         (vsnprintf): Fix bug when generated string was too long for the buffer.
17372         Test here whether the string length is > INT_MAX.
17373
17374 2006-08-28  Bruno Haible  <bruno@clisp.org>
17375
17376         * lib/inttypes_.h (SCNX*): Remove definitions.
17377         Reported by Eric Blake.
17378
17379 2006-08-28  Bruno Haible  <bruno@clisp.org>
17380
17381         * lib/c-strstr.h: New file, from GNU gettext.
17382         * lib/c-strstr.c: New file, from GNU gettext.
17383
17384 2006-08-28  Bruno Haible  <bruno@clisp.org>
17385
17386         * gnulib-tool: Reorder some statements.
17387
17388 2006-08-28  Bruno Haible  <bruno@clisp.org>
17389
17390         * gnulib-tool: New option --makefile-name.
17391         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
17392         $makefile_name.
17393         (func_import): Write $makefile_name to the cache file, and read it from
17394         there unless explicitly specified. Use $makefile_name as file name
17395         instead of Makefile.am. Adjust the recommendations accordingly.
17396
17397 2006-08-28  Bruno Haible  <bruno@clisp.org>
17398
17399         * gnulib-tool (func_verify_module): Check against misapplying patch.
17400
17401 2006-08-28  Bruno Haible  <bruno@clisp.org>
17402
17403         * gnulib-tool (func_relativize, func_relconcat): New functions.
17404         Give an error if --local-dir is given with --update.
17405         Remove trailing slashes from $local_gnulib_dir.
17406         (func_import): Store the relativized $local_gnulib_dir in
17407         gnulib-cache.m4, and read it from there if not specified explicitly.
17408
17409 2006-08-28  Bruno Haible  <bruno@clisp.org>
17410
17411         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
17412         is the current directory. Respect also $local_gnulib_dir.
17413
17414 2006-08-28  Bruno Haible  <bruno@clisp.org>
17415             Simon Josefsson  <jas@extundo.com>
17416
17417         BeOS portability.
17418         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
17419
17420 2006-08-27  Jim Meyering  <jim@meyering.net>
17421
17422         * doc/visibility.texi: Remove duplicate word: "pointer".
17423
17424 2006-08-26  Bruno Haible  <bruno@clisp.org>
17425
17426         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
17427         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
17428         (Makefile.am): Create inttypes.h from inttypes_.h.
17429         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
17430
17431         * modules/imaxabs: New file.
17432
17433         * modules/imaxdiv: New file.
17434
17435 2006-08-26  Bruno Haible  <bruno@clisp.org>
17436
17437         * m4/inttypes.m4: New file.
17438         * m4/_inttypes_h.m4: Remove file.
17439         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
17440         PRI_MACROS_BROKEN.
17441         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
17442
17443         * m4/imaxabs.m4: New file.
17444
17445         * m4/imaxdiv.m4: New file.
17446
17447 2006-08-26  Bruno Haible  <bruno@clisp.org>
17448
17449         * lib/inttypes_.h: New file.
17450         * lib/inttypes.h: Remove file.
17451         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
17452
17453         * lib/imaxabs.c: New file.
17454
17455         * lib/imaxdiv.c: New file.
17456
17457 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17458
17459         New config-h module, so that "make" output needn't be cluttered
17460         by -DHAVE_CONFIG_H.
17461         * MODULES.html.sh (Support for building libraries and executables):
17462         Add config-h.
17463         * modules/config-h: New file.
17464         * gnulib-tool (nl, sed_transform_lib_file): New vars.
17465         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
17466         the config-h module is used.
17467
17468         New configmake module, so that "make" output needn't be cluttered
17469         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
17470         * MODULES.html.sh (Support for building libraries and executables):
17471         Add configmake.
17472         * modules/configmake: New file.
17473
17474 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
17475
17476         * m4/config-h.m4: New file.
17477
17478 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17479
17480         * config/srclist.txt: Add elisp-comp.
17481
17482 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
17483
17484         * MODULES.html.sh (Support for building libraries and executables):
17485         Add elisp-comp.
17486         * build-aux/elisp-comp: New file.
17487         * modules/elisp-comp: New file.
17488
17489 2006-08-24  Bruno Haible  <bruno@clisp.org>
17490
17491         * gnulib-tool (func_create_testdir): Use non-default values of
17492         sourcebase and m4base.
17493
17494 2006-08-24  Bruno Haible  <bruno@clisp.org>
17495
17496         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
17497         HTML structure.
17498
17499 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
17500
17501         * modules/openat (Depends-on): Add lchown.
17502
17503 2006-08-23  Bruno Haible  <bruno@clisp.org>
17504
17505         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
17506         of gl_LOCK_EARLY instead of gl_LOCK.
17507
17508 2006-08-23  Bruno Haible  <bruno@clisp.org>
17509
17510         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
17511         on OSF/1 to no.
17512         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
17513
17514 2006-08-23  Bruno Haible  <bruno@clisp.org>
17515
17516         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
17517         as unusable.
17518
17519         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
17520         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
17521         (gl_LOCK): New macro.
17522
17523 2006-08-22  Simon Josefsson  <jas@extundo.com>
17524
17525         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
17526         to md5 module.
17527
17528 2006-08-22  Simon Josefsson  <jas@extundo.com>
17529
17530         * MODULES.html.sh: Add "Support for maintaining and release
17531         projects".
17532
17533         * build-aux/gnupload: New file, from coreutils.
17534
17535 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
17536
17537         Avoid the need for AC_LIBSOURCES in m4 macros.
17538         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
17539         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
17540         * modules/check-version (EXTRA_DIST): Add check-version.h.
17541         * modules/crc (EXTRA_DIST): Add crc.h.
17542         * modules/des (EXTRA_DIST): Add des.h.
17543         * modules/gc (EXTRA_DIST): Add gc.h.
17544         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
17545         * modules/getline (EXTRA_DIST): Add getline.h.
17546         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
17547         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
17548         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
17549         * modules/md2 (EXTRA_DIST): Add md2.h.
17550         * modules/md4 (EXTRA_DIST): Add md4.h.
17551         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
17552         * modules/read-file (EXTRA_DIST): Add read-file.h.
17553         * modules/readline (EXTRA_DIST): Add readline.h.
17554         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
17555         rijndael-api-fst.h.
17556
17557 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
17558
17559         * m4/rijndael.m4 (gl_ARCFOUR):
17560         * m4/arctwo.m4 (gl_ARCTWO):
17561         * m4/check-version.m4 (gl_CHECK_VERSION):
17562         * m4/crc.m4 (gl_CRC):
17563         * m4/des.m4 (gl_DES):
17564         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
17565         * m4/gc.m4 (gl_GC):
17566         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
17567         * m4/getline.m4 (gl_FUNC_GETLINE):
17568         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
17569         * m4/hmac-md5.m4 (gl_HMAC_MD5):
17570         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
17571         * m4/md2.m4 (gl_MD2):
17572         * m4/md4.m4 (gl_MD4):
17573         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
17574         * m4/read-file.m4 (gl_FUNC_READ_FILE):
17575         * m4/readline.m4 (gl_FUNC_READLINE):
17576         * m4/rijndael.m4 (gl_RIJNDAEL):
17577         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
17578         to get the necessary .h files and whatnot.
17579
17580 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
17581
17582         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
17583         gnulib rather than the other way around.
17584         * config/srclistvars.sh (COREUTILS): Remove.
17585
17586 2006-08-22  Jim Meyering  <jim@meyering.net>
17587
17588         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
17589
17590         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
17591
17592 2006-08-22  Eric Blake  <ebb9@byu.net>
17593
17594         * modules/regexprops-generic: New file.
17595         * MODULES.html.sh (Support for building documentation): List it.
17596
17597 2006-08-22  Eric Blake  <ebb9@byu.net>
17598
17599         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
17600         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
17601         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
17602         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
17603
17604 2006-08-22  Bruno Haible  <bruno@clisp.org>
17605
17606         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
17607         and lib_LTLIBRARIES like the other lib_* variables.
17608
17609 2006-08-22  Bruno Haible  <bruno@clisp.org>
17610
17611         * build-aux/x-to-1.in: New file, from GNU gettext.
17612
17613 2006-08-22  Bruno Haible  <bruno@clisp.org>
17614
17615         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
17616         <utmpx.h> exists.
17617
17618 2006-08-22  Bruno Haible  <bruno@clisp.org>
17619
17620         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
17621         <utmpx.h> exists.
17622
17623 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
17624
17625         BeOS portability.
17626         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
17627         exist.
17628         Problem reported by Bruno Haible.
17629
17630 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
17631
17632         Avoid the need for AC_LIBSOURCES in m4 macros.
17633         * modules/acl (EXTRA_DIST): Add acl.h.
17634         * modules/argmatch (Files): Add m4/argmatch.m4.
17635         (configure.ac): Add gl_ARGMATCH.
17636         (EXTRA_DIST): Renamed from lib_SOURCES, for
17637         consistency with the other modules.  Remove argmatch.c.
17638         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
17639         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
17640         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
17641         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
17642         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
17643         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
17644         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
17645         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
17646         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
17647         * modules/closeout (EXTRA_DIST): Add closeout.h.
17648         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
17649         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
17650         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
17651         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
17652         dirname.h; remove basename.c and stripslash.c.
17653         * modules/exclude (EXTRA_DIST): Add exclude.h.
17654         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
17655         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
17656         * modules/file-type (EXTRA_DIST): Add file-type.h.
17657         * modules/filemode (EXTRA_DIST): Add filemode.h.
17658         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
17659         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
17660         * modules/fpending (EXTRA_DIST): Add __fpending.h.
17661         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
17662         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
17663         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
17664         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
17665         * modules/getdate (EXTRA_DIST): Add getdate.c.
17666         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
17667         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
17668         * modules/getpass (EXTRA_DIST): Add getpass.h.
17669         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
17670         * modules/group-member (EXTRA_DIST): Add group-member.h.
17671         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
17672         * modules/hash (EXTRA_DIST): Add hash.h.
17673         * modules/human (EXTRA_DIST): Add human.h.
17674         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
17675         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
17676         * modules/lchown (EXTRA_DIST): Add lchown.h.
17677         * modules/long-options (EXTRA_DIST): Add long-options.h.
17678         * modules/lstat (EXTRA_DIST): Add lstat.h.
17679         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
17680         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
17681         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
17682         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
17683         * modules/memxor (EXTRA_DIST): Add memxor.h.
17684         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
17685         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
17686         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
17687         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
17688         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
17689         * modules/physmem (EXTRA_DIST): Add physmem.h.
17690         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
17691         * modules/posixver (EXTRA_DIST): Add posixver.h.
17692         * modules/quote (EXTRA_DIST): Add quote.h.
17693         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
17694         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
17695         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
17696         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
17697         regex_internal.h regexec.c.
17698         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
17699         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
17700         * modules/same (EXTRA_DIST): Add same.h.
17701         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
17702         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
17703         * modules/savedir (EXTRA_DIST): Add savedir.h.
17704         * modules/sha1 (EXTRA_DIST): Add sha1.h.
17705         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
17706         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
17707         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
17708         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
17709         * modules/strdup (EXTRA_DIST): Add strdup.h.
17710         * modules/strftime (EXTRA_DIST): Add strftime.h.
17711         * modules/strndup (EXTRA_DIST): Add strndup.h.
17712         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
17713         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
17714         * modules/time_r (EXTRA_DIST): Add time_r.h.
17715         * modules/timespec (EXTRA_DIST): Add timespec.h.
17716         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
17717         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
17718         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
17719         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
17720         * modules/userspec (EXTRA_DIST): Add userspec.h.
17721         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
17722         * modules/utimens (EXTRA_DIST): Add utimens.h.
17723         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
17724         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
17725         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
17726         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
17727         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
17728         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
17729         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
17730         * modules/yesno (EXTRA_DIST): Add yesno.h.
17731
17732 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
17733
17734         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
17735
17736         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
17737         * m4/dev-ino.m4, same-inode.m4: Remove.
17738
17739         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
17740         * m4/acl.m4 (AC_FUNC_ACL):
17741         * m4/backupfile.m4 (gl_BACKUPFILE):
17742         * m4/c-strtod.m4 (gl_C99_STRTOLD):
17743         * m4/canon-host.m4 (gl_CANON_HOST):
17744         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
17745         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
17746         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
17747         * m4/cloexec.m4 (gl_CLOEXEC):
17748         * m4/close-stream.m4 (gl_CLOSE_STREAM):
17749         * m4/closeout.m4 (gl_CLOSEOUT):
17750         * m4/dirfd.m4 (gl_FUNC_DIRFD):
17751         * m4/dirname.m4 (gl_DIRNAME):
17752         * m4/exclude.m4 (gl_EXCLUDE):
17753         * m4/exitfail.m4 (gl_EXITFAIL):
17754         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
17755         * m4/file-type.m4 (gl_FILE_TYPE):
17756         * m4/filemode.m4 (gl_FILEMODE):
17757         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
17758         * m4/fpending.m4 (gl_FUNC_FPENDING):
17759         * m4/fprintftime.m4 (gl_FPRINTFTIME):
17760         * m4/fts.m4 (gl_FUNC_FTS):
17761         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
17762         * m4/getdate.m4 (gl_GETDATE):
17763         * m4/gethrxtime.m4 (gl_GETHRXTIME):
17764         * m4/getpagesize.m4 (gl_GETPAGESIZE):
17765         * m4/getpass.m4 (gl_FUNC_GETPASS):
17766         * m4/gettime.m4 (gl_GETTIME):
17767         * m4/getugroups.m4 (gl_GETUGROUPS):
17768         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
17769         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
17770         * m4/hard-locale.m4 (gl_HARD_LOCALE):
17771         * m4/hash.m4 (gl_HASH):
17772         * m4/idcache.m4 (gl_IDCACHE):
17773         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
17774         * m4/lchown.m4 (gl_FUNC_LCHOWN):
17775         * m4/long-options.m4 (gl_LONG_OPTIONS):
17776         * m4/lstat.m4 (gl_FUNC_LSTAT):
17777         * m4/md5.m4 (gl_MD5):
17778         * m4/memcasecmp.m4 (gl_MEMCASECMP):
17779         * m4/memcoll.m4 (gl_MEMCOLL):
17780         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
17781         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
17782         * m4/memxor.m4 (gl_MEMXOR):
17783         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
17784         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
17785         * m4/modechange.m4 (gl_MODECHANGE):
17786         * m4/mountlist.m4 (gl_MOUNTLIST):
17787         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
17788         * m4/openat.m4 (gl_FUNC_OPENAT):
17789         * m4/pathmax.m4 (gl_PATHMAX):
17790         * m4/physmem.m4 (gl_PHYSMEM):
17791         * m4/posixtm.m4 (gl_POSIXTM):
17792         * m4/posixver.m4 (gl_POSIXVER):
17793         * m4/quote.m4 (gl_QUOTE):
17794         * m4/quotearg.m4 (gl_QUOTEARG):
17795         * m4/readtokens.m4 (gl_READTOKENS):
17796         * m4/readutmp.m4 (gl_READUTMP):
17797         * m4/regex.m4 (gl_REGEX):
17798         * m4/safe-read.m4 (gl_SAFE_READ):
17799         * m4/safe-write.m4 (gl_SAFE_WRITE):
17800         * m4/same.m4 (gl_SAME):
17801         * m4/save-cwd.m4 (gl_SAVE_CWD):
17802         * m4/savedir.m4 (gl_SAVEDIR):
17803         * m4/settime.m4 (gl_SETTIME):
17804         * m4/sha1.m4 (gl_SHA1):
17805         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
17806         * m4/stat-macros.m4 (gl_STAT_MACROS):
17807         * m4/stat-time.m4 (gl_STAT_TIME):
17808         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
17809         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
17810         * m4/strdup.m4 (gl_FUNC_STRDUP):
17811         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
17812         * m4/strndup.m4 (gl_FUNC_STRNDUP):
17813         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
17814         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
17815         * m4/time_r.m4 (gl_TIME_R):
17816         * m4/timespec.m4 (gl_TIMESPEC):
17817         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
17818         * m4/unlinkdir.m4 (gl_UNLINKDIR):
17819         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
17820         * m4/userspec.m4 (gl_USERSPEC):
17821         * m4/utimecmp.m4 (gl_UTIMECMP):
17822         * m4/utimens.m4 (gl_UTIMENS):
17823         * m4/xalloc.m4 (gl_XALLOC):
17824         * m4/xgetcwd.m4 (gl_XGETCWD):
17825         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
17826         * m4/xreadlink.m4 (gl_XREADLINK):
17827         * m4/xstrtod.m4 (gl_XSTRTOD):
17828         * m4/yesno.m4 (gl_YESNO):
17829         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
17830         to get the necessary .h files and whatnot.
17831
17832 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
17833             Bruno Haible  <bruno@clisp.org>
17834
17835         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
17836         /bin/sh understanding of '!' conditional negation.
17837
17838 2006-08-21  Jim Meyering  <jim@meyering.net>
17839
17840         * modules/openat (Depends-on): Really alphabetize.
17841
17842         * modules/acl (Depends-on): Add error and quote.
17843
17844         * check-module (find_included_lib_files): Add at-func.c to the
17845         ok-to-include-more-than-once white list.
17846
17847         * modules/openat (Depends-on): Add lstat.  Alphabetize.
17848
17849 2006-08-21  Bruno Haible  <bruno@clisp.org>
17850
17851         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
17852         Emit a pkgdata_DATA variable only if some snippets add contents to it.
17853         Reported by Martin Lambers <marlam@marlam.de>.
17854
17855 2006-08-21  Bruno Haible  <bruno@clisp.org>
17856
17857         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
17858         specify an installation location, don't emit a noinst_LIBRARIES or
17859         noinst_LTLIBRARIES assignment.
17860
17861 2006-08-21  Bruno Haible  <bruno@clisp.org>
17862
17863         BeOS portability.
17864         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
17865         BeOS has mbrtowc() but no <wctype.h>.
17866
17867 2006-08-21  Bruno Haible  <bruno@clisp.org>
17868
17869         BeOS portability.
17870         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
17871         exist.
17872
17873 2006-08-21  Bruno Haible  <bruno@clisp.org>
17874
17875         BeOS portability.
17876         * lib/mbchar.h: Include <wctype.h> only if it exists.
17877
17878 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
17879
17880         Remove files that are no longer needed by their respective modules.
17881         * m4/obstack.m4: Remove.
17882         * m4/strerror_r.m4: Remove.
17883         * m4/uint32_t.m4: Remove.
17884         * m4/uintptr_t.m4: Remove.
17885         * m4/ullong_max.m4: Remove.
17886         * m4/xstrtoimax.m4: Remove.
17887         * m4/xstrtoumax.m4: Remove.
17888
17889         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
17890         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
17891         dependencies now capture this.
17892
17893         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
17894         Do not use AC_LIBSOURCES, since gnulib modules now do this.
17895         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
17896         * m4/human.m4 (gl_HUMAN): Likewise.
17897         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
17898         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
17899
17900         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
17901
17902         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
17903         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
17904         stdint.
17905         * m4/human.m4 (gl_HUMAN): Likewise.
17906         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
17907         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
17908         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
17909         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
17910         * m4/xstrtol (gl_XSTRTOL): Likewise.
17911
17912         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
17913         AC_TYPE_LONG_LONG_INT.
17914         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
17915         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
17916         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
17917         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
17918
17919         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
17920         on stdbool.
17921
17922         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
17923         (gl_PREREQ_XSTRTOUL): Remove.
17924
17925         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
17926
17927         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
17928         mode.
17929
17930 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
17931
17932         Add and change modules to make it easier for coreutils to use
17933         gnulib-tool.
17934         * modules/backupfile (Files): Remove m4/d-ino.m4.
17935         (Depends-on): Add d-ino.
17936         * modules/cycle-check (Depends-on): Add stdint.
17937         (lib_SOURCES): Add cycle-check.h.
17938         * modules/d-ino: New module.
17939         * modules/d-type: New module.
17940         * modules/error (Files): Remove m4/strerror_r.m4.
17941         * modules/filemode (Files): Add m4/st_dm_mode.m4.
17942         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
17943         m4/inttypes_h.m4, m4/uintmax_t.m4.
17944         (Depends-on): Add stdint.
17945         (lib_SOURCES): Add fsusage.h.
17946         * modules/getcwd (Files): Remove d-ino.m4.
17947         (Depends-on): Add d-ino.
17948         * modules/getndelim2 (Depends-on): Add stdint.
17949         * modules/glob (Files): Remove m4/d-type.m4.
17950         (Depends-on): Add d-type.
17951         * modules/host-os: New module.
17952         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
17953         m4/inttypes_h.m4, m4/uintmax_t.m4.
17954         * Depends-on: Add stdint.
17955         (lib_SOURCES): Add human.h.
17956         * modules/inttostr (Files): Remove m4/intmax_t.m4,
17957         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
17958         m4/uintmax_t.m4, m4/ulonglong.m4.
17959         (Depends-on): Add stdint.
17960         (EXTRA_DIST): Add inttostr.h.
17961         * modules/lchmod: New module.
17962         * modules/link-follow: New module.
17963         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
17964         (Depends-on): Add lchmod.
17965         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
17966         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
17967         (Depends-on): Add stdint.
17968         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
17969         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
17970         (Depends-on): Add stdint.
17971         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
17972         * modules/perl: New module.
17973         * modules/regex (Depends-on): Add stdint.
17974         * modules/rmdir-errno: New module.
17975         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
17976         m4/intmax_t.m4.
17977         (Depends-on): Add stdint.
17978         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
17979         m4/uintmax_t.m4.
17980         (Depends-on): Add stdint.
17981         * modules/unlink-busy: New module.
17982         * modules/utimecmp (Depends-on): Add stdint.
17983         * modules/uptime: New module.
17984         * modules/winsz-ioctl: New module.
17985         * modules/winsz-termios: New module.
17986         * modules/xnanosleep (Depends-on): Add nanosleep.
17987         * modules/ullong_max: Remove.
17988         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
17989         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
17990         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
17991         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
17992         (Depends-on): Add inttypes.
17993         (lib_SOURCES): Add xstrtol.h.
17994         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
17995         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
17996         * MODULES.html.sh: Move 'assert' into the assert section.
17997         Move 'dummy' into the linking section.
17998         Remove ullong_max.
17999         Add section for compatibility checks for POSIX:2001 functions,
18000         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
18001         winsz-ioctl, and winsz-termios into it.
18002         Add lchmod.
18003         Add top-level Misc section and put host-os, perl, and uptime
18004         into it.
18005
18006 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18007
18008         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
18009         now assume the stdint module.  Do not include inttypes.h.
18010         * lib/fsusage.h: Likewise.
18011         * lib/getndelim2.c: Likewise.
18012         * lib/human.h: Likewise.
18013         * lib/inttostr.h: Likewise.
18014         * lib/obstack.c: Likewise.
18015         * lib/regex_internal.h: Likewise.
18016         * lib/tempname.c: Likewise.
18017         * lib/utimecmp.c: Likewise.
18018         * lib/xstrtol.h: Likewise.
18019
18020         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
18021
18022         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
18023         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
18024         * lib/xtime.h: Likewise.
18025
18026 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18027
18028         * modules/openat (Files): Add lib/fchmodat.c.
18029         Fixes problem reported by Jay Youngman.
18030
18031 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18032
18033         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
18034         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
18035
18036 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
18037             Bruno Haible  <bruno@clisp.org>
18038
18039         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
18040         and is a script that invokes bison. Tighten the code. Add comments.
18041
18042 2006-08-18  Jim Meyering  <jim@meyering.net>
18043
18044         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
18045         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
18046         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
18047         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
18048
18049 2006-08-18  Bruno Haible  <bruno@clisp.org>
18050
18051         * modules/bison-i18n: New file.
18052         * MODULES.html.sh (Internationalization functions): Add it.
18053
18054 2006-08-18  Bruno Haible  <bruno@clisp.org>
18055
18056         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
18057         sys/statvfs.h. When getmntinfo was found, check its declaration and
18058         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
18059
18060 2006-08-18  Bruno Haible  <bruno@clisp.org>
18061
18062         * m4/bison-i18n.m4: New file, from bison.
18063
18064 2006-08-18  Bruno Haible  <bruno@clisp.org>
18065
18066         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
18067         (ME_DUMMY): Treat "kernfs" as a dummy.
18068         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
18069
18070 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18071
18072         Update from coreutils.
18073
18074         2006-08-15  Jim Meyering  <jim@meyering.net>
18075
18076         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
18077
18078         2006-01-17  Jim Meyering  <jim@meyering.net>
18079
18080         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
18081
18082         2006-01-11  Jim Meyering  <jim@meyering.net>
18083
18084         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
18085         Check for the lchmod function.
18086
18087 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18088
18089         Update from coreutils.
18090
18091         * lib/__fpending.h: Add copyright notice.
18092         * lib/fprintftime.h: Likewise.
18093         * lib/savedir.c: Use (C) in copyright notice.
18094         * lib/savedir.h: Likewise.
18095
18096         2006-08-15  Jim Meyering  <jim@meyering.net>
18097
18098         * lib/at-func.c: New file, with the logic of all emulated at-functions.
18099         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
18100         in support of the EXPECTED_ERRNO macro.
18101         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
18102         definitions.  Instead, define the appropriate symbols and include
18103         "at-func.c".
18104         * lib/mkdirat.c (mkdirat): Likewise.
18105         * lib/fchmodat.c (fchmodat): Likewise.
18106         (ENOSYS): Remove definition.
18107         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
18108         it.  Don't include "unistd--.h" -- it wasn't ever used.
18109
18110         2006-01-17  Jim Meyering  <jim@meyering.net>
18111
18112         Rewrite fts.c not to change the current working directory,
18113         by using openat, fstatat, fdopendir, etc..
18114
18115         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
18116         (HAVE_OPENAT_SUPPORT): Define.
18117         [_LIBC] (fchdir): Don't undef or define; no longer used.
18118         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
18119         Now, this `function' always succeeds, and consumes its file descriptor
18120         parameter -- so callers must not close such FDs.  Update callers.
18121         (diropen_fd, opendirat, cwd_advance_fd): New functions.
18122         (diropen): Add parameter, SP.  Adjust all callers.
18123         Implement using diropen_fd, rather than open.
18124         (fts_open): Initialize new member, fts_cwd_fd.
18125         Remove fts_rft-setting code.
18126         (fts_close): Close fts_cwd_fd, if necessary.
18127         (__opendir2): Define in terms of opendir or opendirat,
18128         depending on whether the FST_NOCHDIR flag is set.
18129         (fts_build): Since fts_safe_changedir consumes its FD, and since
18130         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
18131         and close the dup'd file descriptor upon failure.
18132         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
18133         (fts_safe_changedir): Tweak semantics to reflect that this function
18134         now calls cwd_advance_fd and hence consumes its FD argument.
18135         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
18136         [struct FTS] (fts_rft): Remove now-unused member.
18137         [struct FTS] (fts_cycle.state): Improve comment.
18138
18139         * lib/openat.c (openat_needs_fchdir): New function.
18140         * lib/openat.h (openat_needs_fchdir): Declare it.
18141
18142 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
18143
18144         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
18145         Problem and fix reported by Pádraig Brady in
18146         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
18147
18148 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18149
18150         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
18151
18152 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18153
18154         * lib/memcoll.c (memcoll): Optimize for the common case where the
18155         arguments are bytewise equal.
18156
18157 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18158
18159         * doc/regexprops-generic.texi: Add a copyright notice.
18160
18161 2006-08-15  Bruno Haible  <bruno@clisp.org>
18162
18163         * modules/tmpdir (License): Change to LGPL.
18164
18165 2006-08-15  Bruno Haible  <bruno@clisp.org>
18166
18167         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
18168         module.
18169
18170 2006-08-14  Simon Josefsson  <jas@extundo.com>
18171
18172         * config/srclist.txt: Add gnupload.
18173
18174 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
18175
18176         Change copyright notice from LGPL 2 to GPL 2, since that's the
18177         standard form used in the gnulib repository.
18178         * tests/test-lock.c: Likewise.
18179         * tests/test-stdint.c: Likewise.
18180         * tests/test-tls.c: Likewise.
18181
18182         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
18183         prelude-manager.  User shorter URLs for GNU projects, without '?'.
18184         Add copyright notice.
18185
18186         * check-module: Add copyright notice.  Output a copyright
18187         notice if "--version" is specified.
18188         * modules/COPYING: New file.
18189         * tests/test-getaddrinfo.c: Add copyright notice.
18190         * tests/test-verify.c: Likewise.
18191
18192 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
18193
18194         Change copyright notice from LGPL 2 to GPL 2, since that's the
18195         standard form used in the gnulib repository.
18196         * lib/lock.c: LGPL -> GPL.
18197         * lib/lock.h: Likewise.
18198         * lib/strnlen1.c: Likewise.
18199         * lib/strnlen1.h: Likewise.
18200         * lib/tls.c: Likewise.
18201         * lib/tls.h: Likewise.
18202         * lib/tmpdir.c: Likewise.
18203
18204         * lib/TODO: Remove; this belongs only in coreutils.
18205
18206 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
18207
18208         Add copyright notices to long-enough files that lack them, since
18209         otherwise the files aren't clearly free.  Use the same notice that
18210         getdate.texi already uses.
18211         * doc/alloca-opt.texi: Add copyright notice.
18212         * doc/alloca.texi: Likewise.
18213         * doc/ctime.texi: Likewise.
18214         * doc/functions.texi: Likewise.
18215         * doc/gcd.texi: Likewise.
18216         * doc/gnulib-tool.texi: Likewise.
18217         * doc/inet_ntoa.texi: Likewise.
18218         * doc/visibility.texi: Likewise.
18219
18220         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
18221         * doc/quote.texi: Add copyright notice.
18222
18223         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
18224         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
18225         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
18226         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
18227         is now obsolete, and give a pointer to the Sun list.
18228         Add copyright notice.
18229
18230 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
18231
18232         * config/srclistvars.sh: Add copyright notice.
18233
18234 2006-08-14  Eric Blake  <ebb9@byu.net>
18235
18236         Import the following change from libc:
18237
18238         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
18239
18240         Upstream bug 2997.
18241         * lib/misc/error.c: Add space between program name and message if file
18242         name is missing.
18243
18244 2006-08-12  Karl Berry  <karl@gnu.org>
18245
18246         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
18247         remove, these originate in gnulib now.
18248
18249 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18250
18251         * doc/Makefile (standards.info standards.html standards.dvi):
18252         Also depend on make-stds.texi.
18253
18254 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
18255
18256         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
18257         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
18258
18259         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
18260         in wchar_t.  Problem reported by Eric Blake.
18261
18262         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
18263         LEN is smaller than SIZE.  Suggested by Bruno Haible.
18264         Also, help the compiler to keep LEN in a register.
18265
18266 2006-08-11  Eric Blake  <ebb9@byu.net>
18267
18268         * users.txt: Sort.  Add tar.
18269
18270 2006-08-11  Bruno Haible  <bruno@clisp.org>
18271
18272         * users.txt: New file.
18273
18274 2006-08-11  Bruno Haible  <bruno@clisp.org>
18275
18276         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
18277         before <wchar.h>. Needed for OSF/1 and BSD/OS.
18278
18279 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
18280
18281         * modules/snprintf (Depends-on): Remove minmax.
18282         (Maintainer): Add self and Bruno.
18283
18284 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
18285
18286         * lib/.cppi-disable: Add snprintf.h, socket_.h.
18287         * lib/snprintf.c: Include <errno.h> and <limits.h>.
18288         (EOVERFLOW): Define if the system does not.
18289         Do not include "minmax.h"; it wasn't used.
18290         (snprintf): Don't assume size_t promotes to an unsigned type.
18291         Fix bug when generated string was too long for the buffer: the
18292         buffer's contents are supposed to be the initial prefix of the
18293         output.  Don't assume vasnprintf returns EOVERFLOW if the size
18294         exceeds INT_MAX; do the check ourselves.
18295
18296         Import the following changes from libc:
18297
18298         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
18299
18300         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
18301         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
18302         set wc to the byte which couldn't be converted.
18303         (re_string_reconstruct): Don't clear valid_raw_len before calling
18304         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
18305         tip_context using re_string_context_at.
18306
18307         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
18308
18309         * lib/posix/regex.h: g++ still cannot handled [restrict].
18310
18311         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
18312
18313         * lib/posix/regex.h: Remove special handling for VMS.
18314
18315 2006-08-10  Jim Meyering  <jim@meyering.net>
18316
18317         * modules/same-inode: New module.
18318         * modules/dev-ino: New module.
18319         * modules/cycle-check: Depend on these modules, rather than simply
18320         including their .h files.
18321         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
18322         required via m4/cycle-check.m4.
18323         * modules/same: Depend on new same-inode module, rather than
18324         including same-inode.h.
18325         * modules/chdir-safer: New file.
18326
18327         * modules/chown (Depends-on): Add stat-macros.
18328
18329 2006-08-10  Jim Meyering  <jim@meyering.net>
18330
18331         * m4/cycle-check.m4: New file.
18332         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
18333         * m4/dev-ino.m4, m4/same-inode.m4: New files.
18334
18335 2006-08-10  Eric Blake  <ebb9@byu.net>
18336
18337         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
18338         in from original proposal.
18339
18340 2006-08-10  Eric Blake  <ebb9@byu.net>
18341         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
18342
18343         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
18344         namespace.
18345
18346 2006-08-10  Bruno Haible  <bruno@clisp.org>
18347
18348         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
18349         as well.
18350
18351 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18352
18353         Sync from coreutils.
18354
18355         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
18356
18357         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
18358         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
18359
18360 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18361
18362         * modules/restrict: Remove; no longer needed now that we assume
18363         Autoconf 2.59 or later.
18364         * MODULES.html.sh: Remove 'restrict'.
18365         * modules/argp (Depends-on): Remove 'restrict'.
18366         * modules/base64 (Depends-on): Likewise.
18367         * modules/gc (Depends-on): Likewise.
18368         * modules/getaddrinfo (Depends-on): Likewise.
18369         * modules/glob (Depends-on): Likewise.
18370         * modules/inet_ntop (Depends-on): Likewise.
18371         * modules/inet_pton (Depends-on): Likewise.
18372         * modules/memxor (Depends-on): Likewise.
18373         * modules/regex (Depends-on): Likewise.
18374         * modules/strtok_r (Depends-on): Likewise.
18375         * modules/time_r (Depends-on): Likewise.
18376
18377 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
18378
18379         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
18380         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
18381         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
18382         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
18383         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
18384         * m4/memxor.m4 (gl_MEMXOR): Likewise.
18385         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
18386         gl_C_RESTRICT replaced by AC_C_RESTRICT.
18387
18388         Merge from coreutils.
18389         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
18390         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
18391         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
18392         * m4/time_r.m4 (gl_TIME_R): Likewise.
18393
18394 2006-08-09  Karl Berry  <karl@gnu.org>
18395
18396         * config/srclist.txt: no more gettext-tools, per Bruno.
18397
18398 2006-08-08  Eric Blake  <ebb9@byu.net>
18399
18400         * modules/verror: New module.
18401         * MODULES.html.sh: Document it.
18402
18403 2006-08-08  Eric Blake  <ebb9@byu.net>
18404
18405         * lib/verror.h, lib/verror.c: New files.
18406
18407 2006-08-08  Eric Blake  <ebb9@byu.net>
18408
18409         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
18410         verror_at_line output complies with GNU Coding Standards even when
18411         file is NULL.
18412
18413 2006-08-07  Bruno Haible  <bruno@clisp.org>
18414
18415         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
18416         versions of AIX.
18417         Reported by Ralf Wildenhues.
18418
18419 2006-08-07  Bruno Haible  <bruno@clisp.org>
18420
18421         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
18422         in an AC_DEFUN. Needed so that the autoconf snippets can use
18423         AC_REQUIRE.
18424
18425 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18426
18427         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18428         Initialize pkgdata_DATA.
18429         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
18430         overriding it.
18431
18432 2006-08-06  Eric Blake  <ebb9@byu.net>
18433
18434         * lib/error.h: Fold in some upstream changes from glibc.
18435         * lib/error.c: Likewise.
18436
18437 2006-08-04  Bruno Haible  <bruno@clisp.org>
18438
18439         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18440         Make the mostlyclean-local rule depend on mostlyclean-generic.
18441         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
18442
18443 2006-07-31  Bruno Haible  <bruno@clisp.org>
18444
18445         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
18446         <stdlib.h>, <string.h>.
18447
18448 2006-07-30  Bruno Haible  <bruno@clisp.org>
18449
18450         * modules/readlink (License): Change to LGPL.
18451
18452 2006-07-30  Bruno Haible  <bruno@clisp.org>
18453
18454         * modules/javaversion (Makefile.am): Distribute javaversion.java and
18455         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
18456         set PKGDATADIR to point to it.
18457
18458 2006-07-30  Bruno Haible  <bruno@clisp.org>
18459
18460         * modules/csharpexec (configure.ac): Comment out macro invocation.
18461         * modules/javaexec (configure.ac): Likewise.
18462         * modules/javacomp-script (configure.ac): Likewise.
18463
18464         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
18465
18466 2006-07-30  Bruno Haible  <bruno@clisp.org>
18467
18468         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
18469         linked-list.
18470
18471 2006-07-30  Bruno Haible  <bruno@clisp.org>
18472
18473         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
18474
18475 2006-07-30  Bruno Haible  <bruno@clisp.org>
18476
18477         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18478         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
18479         get removed.
18480
18481 2006-07-29  Bruno Haible  <bruno@clisp.org>
18482
18483         Make it possible for gnulib-tool to work with locally modified or
18484         augmented gnulib repositories.
18485         * gnulib-tool (func_usage): Document --local-dir option.
18486         (local_gnulib_dir): New variable.
18487         Handle --local-dir option.
18488         (func_lookup_file): New function.
18489         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
18490         (func_get_description, func_get_filelist, func_get_description,
18491         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
18492         func_get_automake_snippet, func_get_include_directive,
18493         func_get_license, func_get_maintainer): Use func_lookup_file.
18494         (func_import, func_create_testdir): Use func_lookup_file.
18495
18496 2006-07-29  Bruno Haible  <bruno@clisp.org>
18497
18498         * modules/setenv (Depends-on): Add unistd.
18499
18500 2006-07-29  Bruno Haible  <bruno@clisp.org>
18501
18502         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
18503
18504 2006-07-29  Bruno Haible  <bruno@clisp.org>
18505
18506         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
18507
18508 2006-07-29  Bruno Haible  <bruno@clisp.org>
18509
18510         * gnulib-tool (import, update): If there is no Makefile.am, look at
18511         aclocal.m4, instead of bailing out.
18512
18513 2006-07-29  Bruno Haible  <bruno@clisp.org>
18514
18515         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
18516         Categorize the options by when they are useful.
18517
18518 2006-07-29  Bruno Haible  <bruno@clisp.org>
18519
18520         * gnulib-tool (func_usage): Document option --no-libtool.
18521         Handle option --no-libtool.
18522         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
18523         for changed semantics of $libtool variable.
18524         (func_import): Likewise. If libtool is not used, show this through
18525         an option --no-libtool.
18526         (func_create_testdir): Update.
18527
18528 2006-07-29  Bruno Haible  <bruno@clisp.org>
18529
18530         * gnulib-tool (func_import): Extend error message about missing
18531         --doc-base.
18532
18533 2006-07-29  Bruno Haible  <bruno@clisp.org>
18534
18535         * gnulib-tool (func_import): Don't create the $docbase directory if
18536         there is no file to store there.
18537
18538 2006-07-29  Bruno Haible  <bruno@clisp.org>
18539
18540         * gnulib-tool (autoconf_minversion): If a --dir option is given and
18541         relevant, look for configure.ac there, not in the current directory.
18542         Also use a simple search for AC_PREREQ, not "autoconf --trace".
18543
18544 2006-07-29  Bruno Haible  <bruno@clisp.org>
18545
18546         * gnulib-tool (SORT): New variable.
18547         (func_usage): Undocument --assume-autoconf option.
18548         Remove --assume-autoconf option handling.
18549         (autoconf_minversion): Determine from the contents of configure.ac.
18550         (func_import): Remove autoconf_minversion handling.
18551         Suggested by Eric Blake.
18552
18553 2006-07-29  Bruno Haible  <bruno@clisp.org>
18554
18555         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
18556
18557 2006-07-29  Bruno Haible  <bruno@clisp.org>
18558
18559         * config/srclist.txt (*setenv.[ch]): Remove rules.
18560
18561 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18562
18563         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
18564
18565 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18566
18567         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
18568         arpa/inet.h.
18569
18570 2006-07-28  Simon Josefsson  <jas@extundo.com>
18571
18572         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
18573         * modules/inet_pton (Depends-on): Likewise.
18574
18575 2006-07-28  Simon Josefsson  <jas@extundo.com>
18576
18577         * m4/netinet_in_h.m4: New file.
18578
18579 2006-07-28  Simon Josefsson  <jas@extundo.com>
18580
18581         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
18582         #include's.
18583
18584 2006-07-28  Simon Josefsson  <jas@extundo.com>
18585
18586         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
18587         #include's.
18588
18589 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
18590
18591         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
18592         setgid on directories only if they set these bits.
18593         * lib/modechange.h: Remove obsolete comment about masks.
18594
18595 2006-07-28  Eric Blake  <ebb9@byu.net>
18596
18597         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
18598         macro expansion.
18599
18600 2006-07-28  Bruno Haible  <bruno@clisp.org>
18601
18602         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
18603
18604 2006-07-28  Bruno Haible  <bruno@clisp.org>
18605
18606         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
18607
18608 2006-07-28  Bruno Haible  <bruno@clisp.org>
18609
18610         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
18611         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
18612         Define fallbacks.
18613         Avoids link error on FreeBSD 4.x.
18614         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18615
18616         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
18617         encoding.
18618         * lib/mbswidth.c (iswcntrl): Likewise.
18619
18620 2006-07-27  Bruno Haible  <bruno@clisp.org>
18621
18622         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
18623         test.
18624
18625 2006-07-27  Bruno Haible  <bruno@clisp.org>
18626
18627         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
18628         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
18629         defined.
18630
18631 2006-07-26  Eric Blake  <ebb9@byu.net>
18632
18633         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
18634
18635 2006-07-26  Eric Blake  <ebb9@byu.net>
18636
18637         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
18638         like mingw that lack mkstemp.
18639         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
18640         avoid compilation warning on mingw.
18641
18642 2006-07-26  Bruno Haible  <bruno@clisp.org>
18643
18644         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
18645         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
18646         INT_FAST*_MIN, INTPTR_MIN.
18647
18648 2006-07-25  Bruno Haible  <bruno@clisp.org>
18649
18650         * modules/version-etc (Depends-on): Add stdarg.
18651
18652 2006-07-25  Bruno Haible  <bruno@clisp.org>
18653
18654         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
18655         complex commands.
18656
18657 2006-07-25  Bruno Haible  <bruno@clisp.org>
18658
18659         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
18660         defined in <stdarg.h> or config.h.
18661
18662 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
18663
18664         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
18665         (gl_STDIO_SAFER): Remove.
18666
18667 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
18668
18669         * MODULES.html.sh (File stream based Input/Output):
18670         Add fopen-safer, tmpfile-safer; remove stdio-safer.
18671         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
18672         * modules/fopen-safer, modules/tmpfile-safer: New files.
18673         * modules/stdio-safer: Remove.
18674
18675 2006-07-24  Bruno Haible  <bruno@clisp.org>
18676
18677         * modules/tmpdir: New file.
18678         * MODULES.html.sh (File system functions): Add it.
18679
18680 2006-07-24  Bruno Haible  <bruno@clisp.org>
18681
18682         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
18683         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
18684
18685 2006-07-24  Bruno Haible  <bruno@clisp.org>
18686
18687         * modules/clean-temp: New file.
18688
18689 2006-07-24  Bruno Haible  <bruno@clisp.org>
18690
18691         * m4/tmpdir.m4: New file, from GNU gettext.
18692
18693 2006-07-24  Bruno Haible  <bruno@clisp.org>
18694
18695         * lib/tmpdir.h: New file, from GNU gettext.
18696         * lib/tmpdir.c: New file, from GNU gettext.
18697
18698 2006-07-24  Bruno Haible  <bruno@clisp.org>
18699
18700         * lib/clean-temp.h: New file, from GNU gettext.
18701         * lib/clean-temp.c: New file, from GNU gettext.
18702
18703 2006-07-23  Eric Blake  <ebb9@byu.net>
18704
18705         * modules/stdio-safer (Files): Add tmpfile-safer.c.
18706         (Depends-on): Add binary-io.
18707
18708 2006-07-23  Eric Blake  <ebb9@byu.net>
18709
18710         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
18711
18712 2006-07-23  Eric Blake  <ebb9@byu.net>
18713
18714         * lib/tmpfile-safer.c: New file.
18715         * lib/stdio-safer.h (fopen_safer): Add prototype.
18716         * lib/stdio--.h (tmpfile): Make safer.
18717
18718 2006-07-23  Bruno Haible  <bruno@clisp.org>
18719
18720         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
18721         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
18722         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
18723         gl_linked_remove_at): Use it.
18724
18725 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18726         and Simon Josefsson <jas@extundo.com>
18727
18728         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
18729
18730         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
18731
18732 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
18733
18734         * modules/close-stream: New file.
18735         * modules/closeout (Description): Make it clear that it exits
18736         with a diagnostic on error.
18737         (Depends-on): Add close-stream.  Remove fpending, stdbool.
18738         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
18739
18740 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
18741
18742         * m4/close-stream.m4: New file.
18743
18744 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
18745
18746         * lib/close-stream.c, lib/close-stream.h: New files.
18747
18748 2006-07-22  Bruno Haible  <bruno@clisp.org>
18749
18750         Merge from GNU gettext 0.15.
18751
18752         2006-05-01  Bruno Haible  <bruno@clisp.org>
18753
18754                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
18755
18756         2006-07-22  Bruno Haible  <bruno@clisp.org>
18757
18758                 * modules/javaversion: New file.
18759                 * MODULES.html.sh (Java): Add javaversion.
18760
18761         2006-03-12  Bruno Haible  <bruno@clisp.org>
18762
18763                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
18764
18765         2005-12-04  Bruno Haible  <bruno@clisp.org>
18766
18767                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
18768                 (untested).
18769
18770         2006-06-21  Bruno Haible  <bruno@clisp.org>
18771
18772                 Avoid warnings from recent versions of mcs.
18773                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
18774                 -o, -L, -r any more. Use options documented since mcs-1.0
18775                 instead. Similarly for -g.
18776
18777         2005-12-04  Bruno Haible  <bruno@clisp.org>
18778
18779                 * build-aux/csharpcomp.sh.in: Suffix for resources is
18780                 .resources, not .resource.
18781
18782         2005-07-09  Bruno Haible  <bruno@clisp.org>
18783
18784                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
18785                 add a .dll suffix.
18786                 Reported by Mark Junker <mjscod@gmx.de>.
18787
18788         2006-07-22  Bruno Haible  <bruno@clisp.org>
18789
18790                 * modules/gettext: Upgrade to gettext-0.15.
18791                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
18792                 m4/visibility.m4.
18793                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
18794
18795 2006-07-22  Bruno Haible  <bruno@clisp.org>
18796
18797         Merge from GNU gettext 0.15.
18798
18799         2006-03-25  Bruno Haible  <bruno@clisp.org>
18800
18801                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
18802
18803         2006-07-21  Bruno Haible  <bruno@clisp.org>
18804
18805                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
18806                 "1.1".
18807
18808         2006-05-09  Bruno Haible  <bruno@clisp.org>
18809
18810                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
18811                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
18812                 for the conftestver execution.
18813
18814         2006-05-01  Bruno Haible  <bruno@clisp.org>
18815
18816                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
18817                 optional target-version argument. Verify that the compiler
18818                 groks source of the specified source-version, or add -source
18819                 option as necessary. Verify that the compiler produces
18820                 bytecode in the specified target-version, or add -target and
18821                 -source options as necessary. Make the result of the test
18822                 available as variable CONF_JAVAC. Also log error output in
18823                 config.log.
18824
18825         2006-03-11  Bruno Haible  <bruno@clisp.org>
18826
18827                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
18828
18829         2006-05-09  Bruno Haible  <bruno@clisp.org>
18830
18831                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
18832                 CLASSPATH_SEPARATOR to a semicolon.
18833
18834         2006-03-12  Bruno Haible  <bruno@clisp.org>
18835
18836                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
18837                 available as variable CONF_JAVA, for subsequent autoconf
18838                 tests. Also log error output in config.log.
18839
18840         2006-07-19  Bruno Haible  <bruno@clisp.org>
18841
18842                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
18843                 that getline works on glibc2 systems. Needed to avoid trouble
18844                 in relocatable.c.
18845                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
18846
18847         2005-12-04  Bruno Haible  <bruno@clisp.org>
18848
18849                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
18850                 launcher (untested).
18851
18852         2005-12-04  Bruno Haible  <bruno@clisp.org>
18853
18854                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
18855
18856         2006-07-22  Bruno Haible  <bruno@clisp.org>
18857
18858                 * gettext.m4: Update from GNU gettext-0.15.
18859                 * nls.m4: Likewise.
18860                 * po.m4: Likewise.
18861                 * inttypes-pri.m4: Likewise.
18862                 * inttypes-h.m4: Renamed from inttypes.m4.
18863                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
18864
18865 2006-07-22  Bruno Haible  <bruno@clisp.org>
18866
18867         Merge from GNU gettext 0.15.
18868
18869         2005-07-05  Bruno Haible  <bruno@clisp.org>
18870
18871                 * printf-args.c (printf_fetchargs): Work around broken
18872                 definition of wint_t on mingw.
18873
18874         2005-02-12  Bruno Haible  <bruno@clisp.org>
18875
18876                 * xallocsa.h: Add extern "C" for C++.
18877
18878         2006-05-17  Bruno Haible  <bruno@clisp.org>
18879
18880                 Cygwin portability.
18881                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
18882
18883         2006-04-30  Bruno Haible  <bruno@clisp.org>
18884
18885                 * progreloc.c: Include <mach-o/dyld.h> if available.
18886                 (find_executable): Use _NSGetExecutablePath when possible.
18887
18888         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
18889
18890                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
18891                 function.
18892
18893         2005-12-29  Bruno Haible  <bruno@clisp.org>
18894
18895                 * progreloc.c (set_program_name_and_installdir): Fix
18896                 compilation error.
18897
18898         2005-12-04  Bruno Haible  <bruno@clisp.org>
18899
18900                 Cygwin portability.
18901                 * progreloc.c: Include <windows.h> also on Cygwin.
18902                 (find_executable): Add support for Cygwin.
18903                 (set_program_name_and_installdir): Handle also platforms with
18904                 nonempty EXEEXT.
18905
18906         2006-07-11  Bruno Haible  <bruno@clisp.org>
18907
18908                 * javacomp.c: Fix a comment.
18909                 Reported by Jim Meyering.
18910
18911         2006-04-30  Bruno Haible  <bruno@clisp.org>
18912
18913                 * javacomp.h (compile_java_class): Add source_version,
18914                 target_version arguments.
18915                 * javacomp.c: Rewritten to choose only a compiler that
18916                 respects the specified source_version and target_version.
18917
18918         2006-06-27  Bruno Haible  <bruno@clisp.org>
18919
18920                 Assume correct S_ISDIR macro.
18921                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
18922
18923         2006-07-22  Bruno Haible  <bruno@clisp.org>
18924
18925                 * javaversion.h: New file, from GNU gettext.
18926                 * javaversion.c: New file, from GNU gettext.
18927                 * javaversion.java: New file, from GNU gettext.
18928                 * javaversion.class: New file, from GNU gettext.
18929
18930         2006-05-17  Bruno Haible  <bruno@clisp.org>
18931
18932                 Cygwin portability.
18933                 * javaexec.c (execute_java_class): Test for jview program
18934                 also on Cygwin.
18935
18936         2006-04-09  Bruno Haible  <bruno@clisp.org>
18937
18938                 * fatal-signal.c: Don't include string.h.
18939                 (at_fatal_signal): Use a copying loop instead of memcpy.
18940
18941         2005-12-04  Bruno Haible  <bruno@clisp.org>
18942
18943                 * csharpexec.c: Add support for 'clix' launcher (untested).
18944                 (execute_csharp_using_sscli): New function.
18945                 (execute_csharp_program): Call it.
18946
18947         2006-06-21  Bruno Haible  <bruno@clisp.org>
18948
18949                 Avoid warnings from recent versions of mcs.
18950                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
18951                 -o, -L, -r any more. Use options documented since mcs-1.0
18952                 instead. Similarly for -g.
18953
18954         2005-07-09  Bruno Haible  <bruno@clisp.org>
18955
18956                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
18957                 add a .dll suffix.
18958                 Reported by Mark Junker <mjscod@gmx.de>.
18959
18960         2006-06-17  Bruno Haible  <bruno@clisp.org>
18961
18962                 * config.charset: Update for NetBSD 3.0.
18963
18964         2006-05-17  Bruno Haible  <bruno@clisp.org>
18965
18966                 Cygwin portability.
18967                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
18968
18969         2006-05-16  Bruno Haible  <bruno@clisp.org>
18970
18971                 * localcharset.c [CYGWIN]: Include <windows.h>.
18972                 (get_charset_aliases): For Cygwin, return the same CPxxx
18973                 aliases list as under WIN32.
18974                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
18975                 the environment variables. Fall back to GetACP().
18976
18977         2006-04-05  Bruno Haible  <bruno@clisp.org>
18978
18979                 * config.charset: Update Juan Manuel Guerrero's address.
18980
18981         2005-02-12  Bruno Haible  <bruno@clisp.org>
18982
18983                 * allocsa.h: Add extern "C" for C++.
18984
18985         2005-02-10  Bruno Haible  <bruno@clisp.org>
18986
18987                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
18988                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
18989
18990         2006-07-22  Bruno Haible  <bruno@clisp.org>
18991
18992                 * gettext.h: Update to GNU gettext-0.15.
18993
18994 2006-07-22  Bruno Haible  <bruno@clisp.org>
18995
18996         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
18997         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
18998         lib-prefix.m4, longdouble.m4, ssize_t.m4.
18999
19000 2006-07-21  Eric Blake  <ebb9@byu.net>
19001
19002         * modules/stdlib-safer: New file.
19003         * MODULES.html.sh (File stream based Input/Output): Add
19004         stdlib-safer.
19005
19006 2006-07-21  Eric Blake  <ebb9@byu.net>
19007
19008         * lib/stdlib-safer.h: New file from coreutils, required by
19009         stdlib--.h.
19010
19011 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
19012
19013         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
19014
19015 2006-07-20  Bruno Haible  <bruno@clisp.org>
19016
19017         * gnulib-tool: Recognize new option --assume-autoconf.
19018         (autoconf_minversion): New variable.
19019         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
19020
19021 2006-07-20  Bruno Haible  <bruno@clisp.org>
19022
19023         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
19024
19025 2006-07-19  Derek R. Price  <derek@ximbiot.com>
19026
19027         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
19028         Reindent and repaginate.
19029
19030 2006-07-19  Derek Price  <derek@ximbiot.com>
19031
19032         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
19033         Correct grammar.
19034
19035 2006-07-17  Bruno Haible  <bruno@clisp.org>
19036
19037         * modules/list: New file.
19038         * modules/array-list: New file.
19039         * modules/carray-list, modules/carray-list-tests: New files.
19040         * modules/linked-list, modules/linked-list-tests: New files.
19041         * modules/avltree-list, modules/avltree-list-tests: New files.
19042         * modules/rbtree-list, modules/rbtree-list-tests: New files.
19043         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
19044         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
19045         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
19046         * modules/oset: New file.
19047         * modules/array-oset: New file.
19048         * modules/avltree-oset, modules/avltree-oset-tests: New files.
19049         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
19050         * tests/test-carray_list.c: New file.
19051         * tests/test-linked_list.c: New file.
19052         * tests/test-avltree_list.c: New file.
19053         * tests/test-rbtree_list.c: New file.
19054         * tests/test-linkedhash_list.c: New file.
19055         * tests/test-avltreehash_list.c: New file.
19056         * tests/test-rbtreehash_list.c: New file.
19057         * tests/test-avltree_oset.c: New file.
19058         * tests/test-rbtree_oset.c: New file.
19059         * MODULES.html.sh (Container data structures): New section.
19060
19061 2006-07-17  Bruno Haible  <bruno@clisp.org>
19062
19063         * m4/gl_list.m4: New file.
19064
19065 2006-07-17  Bruno Haible  <bruno@clisp.org>
19066
19067         * lib/gl_list.h: New file.
19068         * lib/gl_list.c: New file.
19069         * lib/gl_array_list.h: New file.
19070         * lib/gl_array_list.c: New file.
19071         * lib/gl_carray_list.h: New file.
19072         * lib/gl_carray_list.c: New file.
19073         * lib/gl_linked_list.h: New file.
19074         * lib/gl_linked_list.c: New file.
19075         * lib/gl_anylinked_list1.h: New file.
19076         * lib/gl_anylinked_list2.h: New file.
19077         * lib/gl_avltree_list.h: New file.
19078         * lib/gl_avltree_list.c: New file.
19079         * lib/gl_anyavltree_list1.h: New file.
19080         * lib/gl_anyavltree_list2.h: New file.
19081         * lib/gl_rbtree_list.h: New file.
19082         * lib/gl_rbtree_list.c: New file.
19083         * lib/gl_anyrbtree_list1.h: New file.
19084         * lib/gl_anyrbtree_list2.h: New file.
19085         * lib/gl_anytree_list1.h: New file.
19086         * lib/gl_anytree_list2.h: New file.
19087         * lib/gl_linkedhash_list.h: New file.
19088         * lib/gl_linkedhash_list.c: New file.
19089         * lib/gl_anyhash_list1.h: New file.
19090         * lib/gl_anyhash_list2.h: New file.
19091         * lib/gl_avltreehash_list.h: New file.
19092         * lib/gl_avltreehash_list.c: New file.
19093         * lib/gl_rbtreehash_list.h: New file.
19094         * lib/gl_rbtreehash_list.c: New file.
19095         * lib/gl_anytreehash_list1.h: New file.
19096         * lib/gl_anytreehash_list2.h: New file.
19097
19098         * lib/gl_oset.h: New file.
19099         * lib/gl_oset.c: New file.
19100         * lib/gl_array_oset.h: New file.
19101         * lib/gl_array_oset.c: New file.
19102         * lib/gl_avltree_oset.h: New file.
19103         * lib/gl_avltree_oset.c: New file.
19104         * lib/gl_rbtree_oset.h: New file.
19105         * lib/gl_rbtree_oset.c: New file.
19106         * lib/gl_anytree_oset.h: New file.
19107
19108 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
19109
19110         * m4/mkancesdirs.m4: New file.
19111         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
19112         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
19113         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
19114         it.
19115
19116 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
19117
19118         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
19119         * lib/mkancesdirs.h: New files.
19120         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
19121         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
19122         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
19123         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
19124         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
19125         callers changed.  Revamp internals significantly, by not
19126         attempting to create directories that are temporarily more
19127         permissive than the final results.  Do not attempt to use
19128         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
19129         This removes some race conditions, fixes some bugs, and simplifies
19130         things.  Use new dirchownmod function to do owner and mode changes.
19131         * lib/mkdir-p.h: Likewise.
19132         * lib/modechange.c (octal_to_mode): New function.
19133         (struct mode_change): New member mentioned.
19134         (make_node_op_equals): New arg mentioned.  All callers changed.
19135         (mode_compile): Keep track of which mode bits the user has explicitly
19136         mentioned.
19137         (mode_adjust): New arg DIR, so that we implement the X op correctly.
19138         New arg PMODE_BITS, to keep track of which mode bits the user
19139         mentioned; it treats S_ISUID and S_ISGID speciall.
19140         All callers changed.
19141         * lib/modechange.h: Likewise.
19142
19143 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
19144
19145         * MODULES.html.sh: Add mkancestors.
19146         * modules/mkancesdirs: New module.
19147         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
19148         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
19149         The chdir-safer and afs files are now orphans; I'll remove them
19150         unless someone speaks up.
19151         Add lib/dirchownmod.c, lib/dirchownmod.h.
19152         (Depends-on): Remove alloca, chown, save-cwd, dirname.
19153         Add lchown, mkancesdirs.
19154         (Maintainer): Add self.
19155
19156 2006-07-15  Karl Berry  <karl@gnu.org>
19157
19158         * gnulib-tool: help message wording/arrangement.
19159
19160 2006-07-14  Simon Josefsson  <jas@extundo.com>
19161
19162         * doc/gnulib.texi (Libtool and Windows): New section.
19163
19164 2006-07-12  Simon Josefsson  <jas@extundo.com>
19165
19166         * modules/gendocs (License): Fix license, approved by Karl.
19167
19168 2006-07-12  Eric Blake  <ebb9@byu.net>
19169
19170         * MODULES.html.sh: Add gendocs.
19171
19172 2006-07-11  Eric Blake  <ebb9@byu.net>
19173
19174         * modules/fdl: New module, to install doc/fdl.texi.
19175         * MODULES.html.sh: Add new section for documentation modules.
19176         * gnulib-tool: Avoid space-tab.
19177         (--doc-base): New option, to manage files from doc.
19178
19179 2006-07-11  Eric Blake  <ebb9@byu.net>
19180
19181         * m4/absolute-header.m4: Fix comments to match recent change.
19182
19183 2006-07-11  Eric Blake  <ebb9@byu.net>
19184
19185         * gnulib-tool: List --doc-base before --tests-base.
19186
19187 2006-07-11  Derek R. Price  <derek@ximbiot.com>
19188
19189         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
19190
19191 2006-07-11  Bruno Haible  <bruno@clisp.org>
19192
19193         * README: Mention where to put documentation.
19194
19195 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19196
19197         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
19198
19199 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
19200
19201         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
19202         to stdint.m4.
19203
19204 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
19205
19206         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
19207         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
19208         "no/such/file/stdint.h" when there is no such file, so that
19209         the resulting C code can be parsed by dodgy compilers.
19210         Problems reported by Bob Proulx.
19211
19212 2006-07-10  Derek R. Price  <derek@ximbiot.com>
19213
19214         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
19215         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
19216         macros into the GNU _D_EXACT_NAMLEN.
19217         * lib/savedir.c:  Likewise.
19218         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
19219
19220 2006-07-10  Derek R. Price  <derek@ximbiot.com>
19221         and Paul Eggert  <eggert@cs.ucla.edu>
19222
19223         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
19224         * m4/savedir.m4:
19225         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
19226         macros into the GNU _D_EXACT_NAMLEN.
19227
19228 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19229
19230         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
19231         around the absolute name, to work around a problem with the HP-UX
19232         11.23 native C compiler, reported by Bob Proulx.
19233
19234 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19235
19236         * doc/maintain.texi, make-stds.texi: Sync from
19237         <http://savannah.gnu.org/projects/gnustandards>.
19238
19239 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19240
19241         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
19242
19243 2006-07-09  Jim Meyering  <jim@meyering.net>
19244
19245         * m4/glob.m4: Remove a doubled word in a comment.
19246
19247 2006-07-09  Jim Meyering  <jim@meyering.net>
19248
19249         * lib/argp-pv.c: Remove a doubled word in a comment.
19250         * lib/check-version.c (check_version): Likewise.
19251         * lib/javacomp.c (compile_java_class): Likewise.
19252
19253 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
19254
19255         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
19256         for the benefit of people using Autoconf 2.60.  If you want to
19257         support older Autoconf versions you can copy m4/onceonly_2_57.m4
19258         (or m4/onceonly.m4, if pre-2.57) manually.
19259
19260 2006-07-08  Jim Meyering  <jim@meyering.net>
19261
19262         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
19263         comment.
19264         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
19265         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
19266         comment.
19267
19268 2006-07-08  Jim Meyering  <jim@meyering.net>
19269
19270         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
19271
19272 2006-07-07  Simon Josefsson  <jas@extundo.com>
19273
19274         * tests/test-crc.c: Change expected crc value, the test vector
19275         were probably computed using the old broken crc.c?
19276
19277 2006-07-06  Simon Josefsson  <jas@extundo.com>
19278
19279         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
19280         now the canonical place for the M4 file).
19281
19282         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
19283         from the sys_socket dependency now.
19284
19285         * modules/inet_pton (Files): Ditto.
19286
19287         * modules/inet_ntop (Files): Ditto.
19288
19289 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
19290
19291         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
19292         not gl_PREREQ_GETUSERSHELL.
19293
19294 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19295
19296         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
19297         with only one argument, for Autoconf 2.60.
19298         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
19299         expand to nothing, so add a shell command to avoid syntax error.
19300         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
19301
19302 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19303
19304         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
19305
19306 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
19307
19308         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
19309         no longer needed.  Check for isblank decl.
19310         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
19311         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
19312         of existence.
19313
19314 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
19315
19316         * lib/getloadavg.c: Use __VMS, not VMS.
19317         * lib/getopt.c: Likewise.
19318         * lib/getpagesize.h: Likewise.
19319         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
19320         and probably does not work.
19321
19322 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
19323
19324         * lib/.cppi-disable: Add wcwidth.
19325         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
19326         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
19327         (ISGRAPH): Remove.  All uses changed to isgraph.
19328         (FOLD) [!defined _LIBC]: Remove special case.
19329         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
19330         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
19331         HAVE_ISBLANK.
19332         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
19333         case.
19334
19335 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
19336
19337         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
19338         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
19339         brackets.  Other minor changes to suppress some compiler
19340         warnings.
19341
19342 2006-07-06  Derek R. Price  <derek@ximbiot.com>
19343         and Paul Eggert  <eggert@cs.ucla.edu>
19344
19345         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
19346         of invoking obsolescent AC_HEADER_DIRENT macro.
19347         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
19348         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
19349         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
19350         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
19351         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
19352         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
19353         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
19354         * m4/readdir.m4: Remove; no longer needed.
19355
19356 2006-07-06  Derek R. Price  <derek@ximbiot.com>
19357         and Paul Eggert  <eggert@cs.ucla.edu>
19358
19359         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
19360         Don't worry about this obsolete case any more.
19361         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
19362         directories.
19363         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
19364         worry about this obsolete case any more.
19365         * lib/fts.c: Likewise.
19366         * lib/getcwd.c: Likewise.
19367         * lib/glob.h: Likewise.
19368         * lib/savedir.c: Likewise.
19369
19370 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
19371
19372         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
19373         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
19374         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
19375         needed.
19376         All uses removed.
19377         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
19378         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
19379         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
19380         needed.
19381         * m4/getdate.m4 (gl_GETDATE): Likewise.
19382         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
19383         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
19384         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
19385         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
19386         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
19387         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19388         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
19389         needed.
19390
19391 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
19392
19393         * lib/memcasecmp.c: Include <limits.h>.
19394         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
19395         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
19396         Don't assume isdigit succeeds only on '0' through '9'.
19397
19398 2006-07-05  Eric Blake  <ebb9@byu.net>
19399
19400         * modules/getaddrinfo (Depends-on): Add snprintf.
19401
19402 2006-07-05  Eric Blake  <ebb9@byu.net>
19403
19404         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
19405         to avoid 'header present but could not be compiled' on cygwin.
19406
19407 2006-07-05  Eric Blake  <ebb9@byu.net>
19408
19409         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
19410         missing from netdb.h.
19411         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
19412
19413 2006-07-05  Derek R. Price  <derek@ximbiot.com>
19414
19415         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
19416         no longer needed.
19417         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
19418         * m4/getdate.m4 (gl_GETDATE): Likewise.
19419         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
19420         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
19421         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
19422         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
19423         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19424
19425 2006-07-05  Derek R. Price  <derek@ximbiot.com>
19426
19427         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
19428         All uses of is_space replaced by isspace.
19429         * lib/exit.h: Don't talk about STDC_HEADERS.
19430         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
19431         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
19432         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
19433         replaced by isprint etc.
19434         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
19435         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
19436         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
19437         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
19438         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
19439         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
19440
19441 2006-07-05  Bruno Haible  <bruno@clisp.org>
19442
19443         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
19444         the function exists, before testing against AIX.
19445         Reported by Martin Lambers <marlam@marlam.de>.
19446
19447 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
19448
19449         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
19450         From Mark D. Baushke.
19451
19452 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
19453
19454         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
19455         to the absolute name, not just one, to bypass Sun C 5.8's
19456         "warning: #include of /usr/include/... may be non-portable".
19457
19458 2006-07-04  Eric Blake  <ebb9@byu.net>
19459
19460         * modules/dirname-tests: New test module.
19461         * tests/test-dirname.c: New file, replacing dirname.c
19462         TEST_DIRNAME section that was recently deleted.
19463
19464 2006-07-04  Bruno Haible  <bruno@clisp.org>
19465
19466         Assume ANSI C header files and <ctype.h> functions.
19467         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
19468         (mbsnwidth): Use isprint, iscntrl instead.
19469
19470 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19471
19472         Merge from coreutils.
19473         * MODULES.html.sh: Add xstrtold.
19474         * modules/xstrtold: New file.
19475         * modules/cycle-check (Files): Add lib/same-inode.h.
19476         * modules/dirname (Files): Add m4/double-slash-root.m4.
19477         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
19478         * modules/mkdir-p (Files): Add lib/same-inode.h.
19479         * modules/same (Files): Add lib/same-inode.h.
19480
19481 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19482
19483         * m4/absolute-header.m4: Renamed from full-header-path.m4.
19484         This is to keep the terminology clean; POSIX talks about
19485         "absolute pathnames", not "full pathnames", but the GNU
19486         Coding Standards say to use "path" for something else;
19487         so use "absolute" to keep both sides happy.
19488         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
19489         Set gl_absolute_header, not gl_full_header_path.
19490         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
19491         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
19492         All uses changed.
19493
19494         Merge from coreutils.
19495
19496         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
19497
19498         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
19499         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
19500         want to require the building of c-strtod.o.
19501         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
19502         needs -lm directly.
19503         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
19504
19505         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
19506
19507         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
19508         --as-needed option if available.  Problem reported by Albert Chin in
19509         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
19510         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
19511         cc merely issues a bunch of annoying warnings for --as-needed
19512         (this problem was reported by Bob Proulx).  Also, try linking with
19513         -lm to detect a bug in binutils 2.16 (this problem was reported
19514         by Ralf Wildenhues).
19515
19516         2006-06-18  Jim Meyering  <jim@meyering.net>
19517
19518         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
19519         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
19520         macro.
19521         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
19522         also check for glibc-2.4's abort-inducing bug.
19523
19524         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
19525         Low-probability clean-up should be to use rmdir to get rid of
19526         the just-created directory, not unlink.
19527
19528         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
19529         configure fail, and request a bug report to inform us about it.
19530         Add a comment that, barring reports to the contrary, in 2007 we'll
19531         assume ftruncate is universally available.
19532
19533         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
19534
19535         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
19536
19537         2006-03-12  Jim Meyering  <jim@meyering.net>
19538
19539         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
19540         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
19541         * m4/same.m4 (gl_SAME): Likewise.
19542         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
19543
19544         2006-03-11  Eric Blake  <ebb9@byu.net>
19545
19546         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
19547         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
19548         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
19549         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
19550
19551 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19552
19553         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
19554         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
19555         reported by Mark D. Baushke, one in
19556         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
19557
19558         Merge from coreutils.
19559
19560         * lib/.cppi-disable: Add stdint_.h.
19561         * lib/.cvsignore: Add stdint.h.
19562
19563         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
19564
19565         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
19566         both double and long double versions.
19567         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
19568         * lib/xstrtold.c: New file.
19569         * lib/xstrtod.h (xstrtold): New decl.
19570
19571         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
19572
19573         * lib/filemode.c (setst): Remove.
19574         (strmode): Rewrite to avoid setst.  This makes the code shorter,
19575         (arguably) clearer, and the generated code is a bit smaller on my
19576         Debian GNU/Linux stable x86 host.
19577
19578         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
19579
19580         * lib/filemode.c: Include "filemode.h" first, to test the interface.
19581         Assume that filemode.h includes sys/types.h and sys/stat.h.
19582         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
19583         (ftypelet): Reorder to put common cases first, for efficiency.
19584         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
19585         to do 'M'.
19586         (strmode): Renamed from mode_string, and now stores 12 bytes instead
19587         of 10, for compatibility with FreeBSD.  All callers changed.
19588         (filemodestring): Now stores 12 bytes instead of 10, and sets file
19589         types that can't be deduced solely from st_mode.  First arg is now a
19590         const pointer.
19591         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
19592         (strmode): Renamed from mode_string.
19593         (filemodestring): New decl.
19594         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
19595         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
19596         needed.
19597         (S_ISPORT, S_ISWHT): New macros, if not already defined.
19598
19599         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
19600
19601         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
19602         fsusage.h now does that.  Include fsusage.h first, to test interface.
19603         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
19604         at most one method (the old code could have generated decls that
19605         didn't conform to C89, not that this was ever exercised).
19606         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
19607
19608         2006-03-19  Jim Meyering  <jim@meyering.net>
19609
19610         Work even in a chroot where d_ino values for entries in "/"
19611         don't match the stat.st_ino values for the same names.
19612         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
19613         number, iterate through all entries again, using lstat instead.
19614         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
19615         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
19616
19617         * lib/getcwd.c (__getcwd): Clarify a comment.
19618         Use memcpy in place of a call to strcpy.
19619
19620         2006-03-12  Jim Meyering  <jim@meyering.net>
19621
19622         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
19623         matches that of the current directory (which we're about to chdir ".."
19624         out of), then save the dev-ino of the parent, instead.
19625
19626         * lib/same-inode.h (SAME_INODE): New file/macro.
19627         * lib/chdir-safer.c (SAME_INODE): Remove definition.
19628         Include "same-inode.h", instead.
19629         * lib/same.c: Likewise.
19630         * lib/cycle-check.h: Include "same-inode.h".
19631         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
19632         * lib/cycle-check.c (SAME_INODE): Remove definition.
19633         * lib/root-dev-ino.h: Include "same-inode.h".
19634
19635         2006-03-11  Eric Blake  <ebb9@byu.net>
19636
19637         * lib/same.c (same_name): s/base_name/last_component/
19638         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
19639         * lib/filenamecat.c (file_name_concat): Likewise.
19640
19641         2006-03-11  Eric Blake  <ebb9@byu.net>,
19642                     Paul Eggert  <eggert@cs.ucla.edu>
19643
19644         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
19645         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
19646         drive prefix.
19647         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
19648         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
19649         (last_component): New method.
19650         * lib/dirname.c (dir_len): Determine when drive letters need a
19651         subsequent slash.  Preserve // when it is special.
19652         (dir_name): Don't append dot when drive letter is absolute.
19653         [TEST_DIRNAME]: Move into a full-blown gnulib test.
19654         * lib/basename.c (base_name): New semantics - malloc the result.
19655         Preserve // when it is special.  Preserve relative files that look
19656         like drive letters.
19657         (base_len): Preserve // when it is special.
19658         (last_component): New method, similar to old base_name semantics.
19659         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
19660         base_name.  Strip redundant slashes from ///.
19661
19662 2006-07-03  Jim Meyering  <jim@meyering.net>
19663
19664         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
19665         macro is used before the first cycle_check call.
19666
19667 2006-07-03  Eric Blake  <ebb9@byu.net>
19668
19669         * modules/dirname (Depends-on): Add xstrndup.
19670
19671 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
19672
19673         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
19674         test cases, so that config.log is a bit easier to follow.
19675
19676 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
19677
19678         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
19679         both are 64 bits, since this seems to be the tradition, and this
19680         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
19681         we ever run into a host that prefers long long to long in this
19682         case, we'll need another configure-time test.  Problem reported by
19683         Jim Meyering.
19684
19685 2006-07-02  Eric Blake  <ebb9@byu.net>
19686
19687         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
19688
19689 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
19690
19691         * modules/inttypes (Depends-on): No longer depends on stdint.
19692         * modules/stdint (Description): Say more about assumptions.
19693         Say that the fast types might differ.  Say macros are used.
19694         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
19695         (Makefile.am): Revise list of substituted symbols to match
19696         new stdint.m4.
19697         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
19698         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
19699         * tests/test-stdint.c (verify_same_types)
19700         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
19701         the code conforms to C99/C89.
19702         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
19703         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
19704
19705 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
19706
19707         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
19708         but fix a bug, by requiring at least 64 bits.
19709         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
19710         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
19711         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
19712         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
19713
19714         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
19715         changes.  Make 2.59 a prerequisite.  Check and substitute for
19716         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
19717         inttypes.h.  Do not use special include files; just use the
19718         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
19719         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
19720         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
19721         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
19722         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
19723         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
19724         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
19725         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
19726         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
19727         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
19728         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
19729         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
19730         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
19731         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
19732         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
19733         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
19734         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
19735         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
19736         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
19737         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
19738         WINT_MAX.  Check for C99 conformance more strictly, by detecting
19739         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
19740         not check for things that C99 does not require, e.g., int8_t.  If
19741         a test isn't needed unless <stdint.h> isn't working, and is
19742         unlikely to be needed for any other reason, then don't do it
19743         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
19744         size_t, since we assume C89 freestanding at least.  Do not check
19745         for sig_atomic_t, wchar_t, or wint_t, since the code now does
19746         the right thing even if the types are not defined.  Instead use:
19747         (gl_STDINT_TYPE_PROPERTIES): New macro.
19748         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
19749         testing whether <sys/types.h> clashes, as Autoconf does this for
19750         us now.  All uses removed.
19751         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
19752         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
19753         (gl_CHECK_TYPE_SAME):
19754         Remove; no longer needed.
19755         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
19756         exists, since we'll return 0 anyway in that case.
19757         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
19758
19759 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
19760
19761         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
19762         possible collision with system files.
19763         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
19764         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
19765         WCHAR_MIN and WCHAR_MAX in this case.
19766         (<stddef.h>): Do not include; no longer needed.
19767         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
19768         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
19769         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
19770         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
19771         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
19772         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
19773         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
19774         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
19775         !defined(__c99))]: Include in this case too, since it's harmless
19776         now.
19777         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
19778         dangerous to do so.
19779         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
19780         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
19781         (_STDINT_MIN, _STDINT_MAX): New macros.
19782         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
19783         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
19784         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
19785         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
19786         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
19787         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
19788         macros, not typedefs; this simplifies things quite a bit.
19789         Use long int for all types narrower than int64_t.
19790         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
19791         Define in terms of long long int or int64_t or long int,
19792         not int64_t or int32_t.  This saves some compile-time testing.
19793         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
19794         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
19795         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
19796         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
19797         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
19798         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
19799         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
19800         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
19801         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
19802         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
19803         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
19804         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
19805         undef any previous version and define our own version, for
19806         simplicity and consistency with the new macros for types.
19807         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
19808         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
19809         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
19810         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
19811         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
19812         @WINT_T_SUFFIX@ to keep things simple here.
19813         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
19814         Simplify by assuming typical 8/16/32/64 host, since we're
19815         already doing that elsewhere anyway.
19816         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
19817         and assume long long int is 64 bits if available.  This
19818         speeds up 'configure'.
19819
19820 2006-07-01  Eric Blake  <ebb9@byu.net>
19821
19822         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
19823         Reported by Andreas Buening.
19824
19825 2006-07-01  Eric Blake  <ebb9@byu.net>
19826
19827         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
19828
19829 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
19830
19831         * lib/getaddrinfo.c: fixed typo
19832
19833 2006-06-29  Jim Meyering  <jim@meyering.net>
19834
19835         * modules/strftime (Maintainer): Add my name, since with the
19836         FPRINTFTIME changes strftime.c has forked from glibc.
19837
19838 2006-06-29  Eric Blake  <ebb9@byu.net>
19839
19840         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
19841
19842 2006-06-29  Eric Blake  <ebb9@byu.net>
19843
19844         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
19845
19846 2006-06-29  Eric Blake  <ebb9@byu.net>
19847
19848         * lib/stat_.h: New file.
19849
19850 2006-06-29  Eric Blake  <ebb9@byu.net>
19851
19852         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
19853         unused static function.
19854
19855 2006-06-29  Eric Blake  <ebb9@byu.net>
19856
19857         * doc/functions.texi (Function Portability): Document missing lstat
19858         on mingw.
19859
19860 2006-06-29  Eric Blake  <ebb9@byu.net>
19861
19862         * MODULES.html.sh: Add sys_stat.
19863         * modules/sys_stat: New module.
19864         * modules/mkstemp (Depends-on): Add sys_stat.
19865
19866 2006-06-29  Derek R. Price  <derek@ximbiot.com>
19867
19868         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
19869
19870 2006-06-29  Derek R. Price  <derek@ximbiot.com>
19871
19872         * m4/c-bs-a.m4: Removed.
19873
19874 2006-06-29  Derek R. Price  <derek@ximbiot.com>
19875
19876         * lib/strftime.c: Assume strftime() exists.
19877
19878 2006-06-29  Derek Price  <derek@ximbiot.com>
19879
19880         * modules/c-bs-a: Removed - \a is C89.
19881         * MODULES.html.sh: Remove c-bs-a.
19882
19883 2006-06-29  Bruno Haible  <bruno@clisp.org>
19884
19885         * modules/wcwidth (License): Change to LGPL.
19886
19887 2006-06-28  Simon Josefsson  <jas@extundo.com>
19888
19889         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
19890         on _WIN32.
19891
19892         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
19893         getnameinfo.
19894
19895 2006-06-28  Simon Josefsson  <jas@extundo.com>
19896
19897         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
19898
19899 2006-06-28  Simon Josefsson  <jas@extundo.com>
19900
19901         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
19902         functions there.  It will succeed on Windows XP, but on Windows
19903         2000 and (presumably) earlier, it will fail, and use the internal
19904         re-implementation.
19905         (use_win32_p): New function.
19906         (getaddrinfo): Use strtoul on servname, to support numeric ports.
19907         Support AI_NUMERICSERV to disable getservbyname.
19908         (getnameinfo): New function, only supports
19909         NI_NUMERICHOST|NI_NUMERICSERV for now.
19910
19911         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
19912         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
19913         getnameinfo.
19914
19915 2006-06-28  Eric Blake  <ebb9@byu.net>
19916
19917         * modules/wcwidth: New file.
19918         * modules/mbchar (Depends-on): Add wcwidth.
19919         * modules/mbswidth (Depends-on): Add wcwidth.
19920         * MODULES.html.sh: Add wcwidth.
19921
19922 2006-06-28  Eric Blake  <ebb9@byu.net>
19923
19924         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
19925         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
19926
19927 2006-06-28  Eric Blake  <ebb9@byu.net>
19928
19929         * lib/xvasprintf.h: Fix comments.
19930
19931 2006-06-28  Eric Blake  <ebb9@byu.net>
19932
19933         * lib/mbchar.h (wcwidth): Include wcwidth.h.
19934         * lib/mbswidth.c (wcwidth): Move from here...
19935         * lib/wcwidth.h: ...to this new file.
19936
19937 2006-06-28  Derek R. Price  <derek@ximbiot.com>
19938
19939         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
19940
19941         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
19942         it's obsolete.
19943         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
19944
19945 2006-06-28  Derek R. Price  <derek@ximbiot.com>
19946
19947         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
19948         Autoconf 2.60 says this stuff was obsolete.
19949
19950 2006-06-28  Bruno Haible  <bruno@clisp.org>
19951
19952         * modules/wcwidth (Files): Add m4/wchar_t.m4.
19953
19954 2006-06-28  Bruno Haible  <bruno@clisp.org>
19955
19956         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
19957         gt_TYPE_WCHAR_T.
19958
19959 2006-06-28  Bruno Haible  <bruno@clisp.org>
19960
19961         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
19962         declaration for wcwidth.
19963         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
19964
19965 2006-06-28  Bruno Haible  <bruno@clisp.org>
19966
19967         * lib/mkdtemp.c [MINGW]: Include <io.h>.
19968         (mkdir): Define using _mkdir.
19969
19970 2006-06-28  Bruno Haible  <bruno@clisp.org>
19971
19972         * lib/getaddrinfo.h: Fix POSIX URL.
19973         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
19974         _WIN32.
19975         (use_win32_p): Make static.
19976         (getaddrinfo): Reject service name if it is empty or does not consist
19977         solely of decimal digits, or if its value is > 65535.
19978         (getnameinfo): Remove useless casts.
19979
19980 2006-06-27  Simon Josefsson  <jas@extundo.com>
19981
19982         * modules/sys_select: New file, suggested by Bruno Haible, Paul
19983         Eggert and Martin Lambers.
19984
19985 2006-06-27  Simon Josefsson  <jas@extundo.com>
19986
19987         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
19988         Eggert and Martin Lambers.
19989
19990 2006-06-27  Bruno Haible  <bruno@clisp.org>
19991
19992         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
19993         result to 0, not to empty.
19994         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
19995
19996 2006-06-27  Bruno Haible  <bruno@clisp.org>
19997
19998         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
19999
20000 2006-06-26  Simon Josefsson  <jas@extundo.com>
20001
20002         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
20003         present.
20004
20005 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
20006
20007         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
20008         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
20009         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
20010
20011 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
20012
20013         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
20014
20015 2006-06-26  Bruno Haible  <bruno@clisp.org>
20016
20017         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
20018
20019 2006-06-26  Bruno Haible  <bruno@clisp.org>
20020
20021         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
20022
20023 2006-06-26  Bruno Haible  <bruno@clisp.org>
20024
20025         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
20026         SGI C compiler in pre-C99 mode.
20027         Suggested by Mark D. Baushke and Larry Jones.
20028
20029 2006-06-26  Bruno Haible  <bruno@clisp.org>
20030
20031         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
20032         WCHAR_MAX.
20033         Reported by Mark D. Baushke and Larry Jones.
20034
20035 2006-06-26  Bruno Haible  <bruno@clisp.org>
20036
20037         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
20038         in pre-C99 mode.
20039         Suggested by Mark D. Baushke and Larry Jones.
20040
20041 2006-06-23  Simon Josefsson  <jas@extundo.com>
20042             Bruno Haible  <bruno@clisp.org>
20043
20044         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
20045         Emit mostlyclean-local rule.
20046         (func_emit_tests_Makefile_am): Likewise.
20047         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
20048
20049 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
20050
20051         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
20052
20053 2006-06-23  Bruno Haible  <bruno@clisp.org>
20054
20055         * tests/test-stdint.c: Update to match ISO C 99 Technical
20056         Corrigendum 1.
20057
20058 2006-06-23  Bruno Haible  <bruno@clisp.org>
20059
20060         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
20061
20062 2006-06-23  Bruno Haible  <bruno@clisp.org>
20063
20064         * lib/stdint_.h: Treat IRIX like OpenBSD.
20065
20066 2006-06-23  Bruno Haible  <bruno@clisp.org>
20067
20068         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
20069         ISO C 99 Technical Corrigendum 1.
20070
20071 2006-06-22  Simon Josefsson  <jas@extundo.com>
20072
20073         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
20074         MinGW.
20075
20076 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
20077
20078         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
20079         needed.  Some compiler complained about some of them.  Problem reported
20080         by Larry Jones in
20081         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
20082
20083 2006-06-21  Simon Josefsson  <jas@extundo.com>
20084
20085         * tests/test-getaddrinfo.c: New file.
20086
20087         * modules/getaddrinfo-tests: New file.
20088
20089         * MODULES.html.sh: Add inet_pton.
20090
20091         * modules/inet_pton: New file.
20092
20093 2006-06-21  Simon Josefsson  <jas@extundo.com>
20094
20095         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
20096         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
20097         of using the (limited) gnulib implementation on Windows XP.
20098
20099         * m4/inet_pton.m4: New file.
20100
20101 2006-06-21  Simon Josefsson  <jas@extundo.com>
20102
20103         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
20104         variable.
20105
20106         * lib/socket_.h: Don't define WINVER.
20107
20108         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
20109         slightly modified to work in gnulib.
20110
20111 2006-06-21  Simon Josefsson  <jas@extundo.com>
20112
20113         * doc/gnulib.texi (Windows sockets): Add.
20114
20115 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
20116
20117         * lib/read-file.c (fread_file): Start with buffer allocation of
20118         0 bytes rather than 1 byte; this simplifies the code.
20119         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
20120         code to free buffer and save/restore errno.
20121         (internal_read_file): Remove unused local.
20122
20123 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
20124
20125         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
20126         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
20127         Problem reported by Denis Excoffier in
20128         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
20129
20130 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20131
20132         * modules/sys_socket, modules/socklen: Include sys/types since
20133         FreeBSD 4.x's sys/socket.h needs it.
20134
20135 2006-06-19  Simon Josefsson  <jas@extundo.com>
20136
20137         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
20138
20139 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
20140
20141         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
20142
20143 2006-06-19  Bruno Haible  <bruno@clisp.org>
20144
20145         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
20146         and FULL_PATH_INTTYPES_H in angle brackets.
20147         Reported by Mark D. Baushke <mdb@gnu.org>.
20148
20149 2006-06-17  Eric Blake  <ebb9@byu.net>
20150
20151         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
20152         errno.
20153
20154 2006-06-17  Bruno Haible  <bruno@clisp.org>
20155
20156         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
20157         <sys/inttypes.h>.
20158
20159 2006-06-17  Bruno Haible  <bruno@clisp.org>
20160
20161         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
20162         whether errno is declared. Assume <errno.h> declares errno.
20163
20164 2006-06-17  Bruno Haible  <bruno@clisp.org>
20165
20166         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
20167
20168 2006-06-17  Bruno Haible  <bruno@clisp.org>
20169
20170         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
20171         problem on Solaris 2.5.1.
20172
20173 2006-06-16  Eric Blake  <ebb9@byu.net>
20174
20175         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
20176         * lib/unicodeio.c [!defined errno]: Likewise.
20177         * lib/strtol.c [!defined errno]: Likewise.
20178         * lib/strtod.c [!defined errno]: Likewise.
20179
20180 2006-06-15  Eric Blake  <ebb9@byu.net>
20181
20182         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
20183
20184 2006-06-15  Eric Blake  <ebb9@byu.net>
20185
20186         * config/srclist.txt (ssize_t.m4): Lose sync.
20187
20188 2006-06-15  Bruno Haible  <bruno@clisp.org>
20189
20190         * modules/stdint (Files): Include m4/full-header-path.m4,
20191         m4/size_max.m4, m4/wchar_t.m4.
20192         (Makefile.am): Many more substitutions.
20193         * modules/stdint-tests: New file.
20194         * tests/test-stdint.c: New file.
20195
20196 2006-06-15  Bruno Haible  <bruno@clisp.org>
20197
20198         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
20199         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
20200         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
20201         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
20202         gl_CHECK_TYPE_SAME): New macros.
20203
20204 2006-06-15  Bruno Haible  <bruno@clisp.org>
20205
20206         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
20207
20208 2006-06-15  Bruno Haible  <bruno@clisp.org>
20209
20210         * lib/stdint_.h: Rewritten to be fully auto-configured.
20211         Fixes bug on HP-UX/IA64.
20212
20213 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
20214
20215         * lib/getdate.y (__attribute__): Don't define if already defined.
20216         Problem reported by Larry Jones.
20217         * lib/utimens.c (__attribute__): Likewise.
20218
20219 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
20220
20221         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
20222         reported by Andreas Schwab.
20223
20224 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20225             Bruno Haible  <bruno@clisp.org>
20226
20227         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
20228         check for the declaration of strnlen and a run test that exposes the
20229         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
20230         rpl_strndup.
20231
20232 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20233             Bruno Haible  <bruno@clisp.org>
20234
20235         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
20236
20237 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20238
20239         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
20240         compile test, for Tru64 4.0D.
20241
20242 2006-05-28  Karl Berry  <karl@gnu.org>
20243
20244         * config/srclist.txt (printf-args.c): lose sync.
20245
20246 2006-05-26  Martin Lambers  <marlam@marlam.de>
20247
20248         * lib/getpass.c: Updates the test for the native W32 API, and adds
20249         missing includes, thus fixing compilation warnings.
20250
20251 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
20252
20253         * lib/exclude.c (exclude_fnmatch): New function.
20254         (excluded_file_name): Call exclude_fnmatch.
20255         * lib/exclude.h (excluded_file_name): New prototype
20256
20257 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
20258
20259         * lib/tempname.c (small_open, large_open): New macros.
20260         (__open, __open64) [!_LIBC]: Remove.
20261         (__gen_tempname): Use small_open and large_open instead of __open
20262         and __open64.  This fixes a portability bug on HP-UX 11.11i
20263         reported by Simon Wing-Tang in
20264         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
20265
20266 2006-05-24  Bruno Haible  <bruno@clisp.org>
20267
20268         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
20269         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
20270         Reported by Thorsten Maerz <torte@netztorte.de> via
20271         Aaron Stone <aaron@serendipity.cx>.
20272
20273 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
20274
20275         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
20276         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
20277         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
20278         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
20279         not really conditional on the cache.
20280         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
20281
20282 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
20283
20284         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
20285         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
20286         (my_usleep): Don't mishandle maximum value.
20287
20288 2006-05-19  Jim Meyering  <jim@meyering.net>
20289
20290         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
20291
20292 2006-05-17  Bruno Haible  <bruno@clisp.org>
20293
20294         Cygwin portability.
20295         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
20296
20297 2006-05-17  Bruno Haible  <bruno@clisp.org>
20298
20299         * lib/stdint_.h: Fix recognition of Cygwin.
20300
20301 2006-05-15  Bruno Haible  <bruno@clisp.org>
20302
20303         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
20304         on libtool patch by Ralf Wildenhues.
20305
20306 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20307
20308         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
20309         test for C99 conformance; (bool) 0.5 is an integer constant
20310         expression, but (bool) -0.5 is not.  Problem reported by Fedor
20311         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
20312
20313 2006-05-11  Simon Josefsson  <jas@extundo.com>
20314
20315         * m4/xvasprintf.m4: Fix obvious typo.
20316
20317 2006-05-11  Jim Meyering  <jim@meyering.net>
20318
20319         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
20320         James Lemley.
20321
20322 2006-05-10  Simon Josefsson  <jas@extundo.com>
20323
20324         * lib/md4.c: Typo fix, update copyright years.
20325         (K1, K2): Don't use L because it turn computations into 64-bit on
20326         64-bit platforms.
20327
20328 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
20329
20330         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
20331         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
20332         unwanted sign propagation, e.g., on hosts with 64-bit int.
20333         There still are some problems with reeelly weird theoretical hosts
20334         (e.g., 33-bit int) but it's not worth worrying about now.
20335         * lib/sha1.c (rol): Likewise.
20336         (K1, K2, K3, K4): Remove unnecessary L suffix.
20337
20338 2006-05-10  Bruno Haible  <bruno@clisp.org>
20339
20340         * lib/des.c: Cast to avoid warnings.
20341
20342 2006-05-09  Bruno Haible  <bruno@clisp.org>
20343
20344         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
20345         (Depends-on): Depend also on xsize, stdarg.
20346         (configure.ac): Add gl_XVASPRINTF.
20347
20348 2006-05-09  Bruno Haible  <bruno@clisp.org>
20349
20350         * m4/xvasprintf.m4: New file.
20351
20352 2006-05-09  Bruno Haible  <bruno@clisp.org>
20353
20354         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
20355         (EOVERFLOW): Define fallback value.
20356         (xstrcat): New function.
20357         (xvasprintf): Recognize the special case of a string concatenation.
20358
20359 2006-05-08  Eric Blake  <ebb9@byu.net>
20360
20361         * gnulib-tool (func_version): Base copyright year on CVS date.
20362         (func_emit_copyright_notice): New function.
20363         (func_emit_lib_Makefile_am): Use it.
20364         (func_emit_tests_Makefile_am): Likewise.
20365         (func_import): Likewise.
20366
20367 2006-05-08  Bruno Haible  <bruno@clisp.org>
20368
20369         * modules/stdarg: New file.
20370         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
20371
20372 2006-05-08  Bruno Haible  <bruno@clisp.org>
20373
20374         * m4/stdarg.m4: New file, from GNU gettext.
20375
20376 2006-05-08  Bruno Haible  <bruno@clisp.org>
20377
20378         * config/srclist.txt (build-aux/config.rpath): different from latest
20379         release.
20380
20381 2006-05-08  Bruno Haible  <bruno@clisp.org>
20382
20383         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
20384
20385 2006-05-05  Jim Meyering  <jim@meyering.net>
20386
20387         * m4/warning.m4: New file, derived from bison's file by the same name.
20388
20389 2006-05-03  Bruno Haible  <bruno@clisp.org>
20390
20391         * lib/stdint_.h: Shorter URL.
20392         * lib/inttypes.h: Likewise.
20393
20394 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
20395
20396         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
20397
20398 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
20399
20400         * lib/verify.h: Document the internals better.  Most of this change
20401         was written by Bruno Haible.
20402
20403 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
20404
20405         * doc/verify.texi: New file, partly based on a proposal by
20406         Bruno Haible.
20407
20408 2006-05-02  Bruno Haible  <bruno@clisp.org>
20409
20410         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
20411         test from here...
20412         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
20413
20414 2006-04-29  Bruno Haible  <bruno@clisp.org>
20415
20416         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
20417         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
20418
20419 2006-04-29  Bruno Haible  <bruno@clisp.org>
20420
20421         * gnulib-tool: Make --update option actually work.
20422
20423 2006-04-29  Bruno Haible  <bruno@clisp.org>
20424
20425         * doc/gcd.texi: New file.
20426         * doc/gnulib.texi: Include it.
20427
20428 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
20429
20430         * lib/getdate.y (get_date): When adding relative date, start with the
20431         initial time, not with the result of the first mktime call.
20432
20433 2006-04-25  Bruno Haible  <bruno@clisp.org>
20434
20435         * gnulib-tool (func_import): Output the include directives in three
20436         blocks, sorted separately.
20437         Reported by Ben Pfaff <blp@cs.stanford.edu>.
20438
20439 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
20440
20441         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
20442         to define main with arguments, for C++.  Reported by Eric Blake.
20443         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
20444         Prefer 'int main ()' to 'int main (void)', for C++.
20445         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
20446         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
20447         for 'main', for C99 and C++.
20448
20449 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
20450
20451         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
20452         Don't assume that exit status -1 is valid.
20453         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
20454         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
20455         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
20456         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
20457         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
20458         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
20459         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
20460         functions can be used without declaring them, or that you can
20461         exit with status -1.
20462         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
20463
20464 2006-04-24  Karl Berry  <karl@gnu.org>
20465
20466         * config/srclist.txt (longdouble.m4): sync lost.
20467
20468 2006-04-24  Eric Blake  <ebb9@byu.net>
20469
20470         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
20471
20472 2006-04-24  Bruno Haible  <bruno@clisp.org>
20473
20474         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
20475         poll() implementation in AIX.
20476         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20477
20478 2006-04-24  Bruno Haible  <bruno@clisp.org>
20479
20480         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
20481         assigned exactly once.
20482
20483 2006-04-23  Claudio Fontana  <claudio@gnu.org>
20484             Bruno Haible  <bruno@clisp.org>
20485
20486         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
20487         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
20488         for AM_CPPFLAGS.
20489
20490 2006-04-23  Bruno Haible  <bruno@clisp.org>
20491
20492         * modules/copy-file: Depend on unistd.
20493         * modules/execute: Likewise.
20494         * modules/fatal-signal: Likewise.
20495         * modules/findprog: Likewise.
20496         * modules/mkdtemp : Likewise.
20497         * modules/pipe: Likewise.
20498         * modules/wait-process: Likewise.
20499
20500 2006-04-23  Bruno Haible  <bruno@clisp.org>
20501
20502         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
20503         condition was already detected.
20504         Reported by Ben Pfaff <blp@cs.stanford.edu>.
20505
20506 2006-04-23  Bruno Haible  <bruno@clisp.org>
20507
20508         * lib/copy-file.c: Include <unistd.h> unconditionally.
20509         * lib/execute.c: Likewise.
20510         * lib/fatal-signal.c: Likewise.
20511         * lib/findprog.c: Likewise.
20512         * lib/mkdtemp.c: Likewise.
20513         * lib/pipe.h: Likewise.
20514         * lib/pipe.c: Likewise.
20515         * lib/wait-process.h: Likewise.
20516
20517 2006-04-23  Bruno Haible  <bruno@clisp.org>
20518
20519         * gnulib-tool (func_usage): Fix --import description. Document
20520         --update.
20521         (func_import): Create temporary file in a temporary directory, if
20522         --dry-run is specified. Silence errors from 'grep' when there are no
20523         m4 files in $m4dir.
20524         (func_create_testdir): Silence errors from 'grep' when there are no
20525         m4 files in $m4dir.
20526         Reported by Karl Berry <karl@freefriends.org>.
20527
20528 2006-04-20  Bruno Haible  <bruno@clisp.org>
20529
20530         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
20531         one argument, so that the code will be portable to Autoconf 2.60.
20532         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
20533         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
20534         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
20535
20536 2006-04-19  Derek Price  <derek@ximbiot.com>
20537             Eric Blake  <ebb9@byu.net>
20538
20539         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
20540         rather than "/full/path.h".  Update comment to match.  Shorten &
20541         generalize m4_translit call via AS_TR_CPP.
20542
20543 2006-04-19  Derek Price  <derek@ximbiot.com>
20544             Eric Blake  <ebb9@byu.net>
20545
20546         * lib/inttypes.h: Correct grammar in comment.
20547
20548 2006-04-18  Derek Price  <derek@ximbiot.com>
20549             Paul Eggert  <eggert@cs.ucla.edu>
20550
20551         * modules/inttypes: New file.
20552         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
20553
20554 2006-04-18  Derek Price  <derek@ximbiot.com>
20555             Paul Eggert  <eggert@cs.ucla.edu>
20556
20557         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
20558         New files.
20559
20560 2006-04-18  Derek Price  <derek@ximbiot.com>
20561             Paul Eggert  <eggert@cs.ucla.edu>
20562
20563         * lib/inttypes.h: New file.
20564         * lib/strtoimax.c: Assume <inttypes.h>.
20565
20566 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
20567
20568         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
20569         isn't mounted.  Problem reported by Kir Kolyshkin.
20570
20571 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
20572
20573         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
20574         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
20575         Derek R. Price.
20576         * lib/regex.h (RE_DUP_MAX): Update comment to match current
20577         implementation.
20578
20579 2006-04-12  Eric Blake  <ebb9@byu.net>
20580
20581         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
20582         is now done automatically by the corresponding Autoconf macro.
20583
20584 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
20585
20586         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
20587         time_r.h.
20588
20589 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
20590
20591         Merge regex changes from libc, removing some of our
20592         POSIX-conformance changes that were rejected and redoing them in a
20593         less-intrusive way.
20594
20595         * lib/regcomp.c (re_compile_internal, init_dfa):
20596         Length arg is now size_t, not Idx.  All uses changed.
20597         (peek_token): Forward decl now says internal_function.
20598         (__re_error_msgid, __re_error_msgid_idx):
20599         Now static rather than extern with attribute_hidden.
20600         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
20601         For some reason libc prefers K&R style defns for external functions.
20602         (regerror) [!defined _LIBC]: Likewise.
20603         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
20604         (seek_collating_symbol_entry, lookup_collation_sequence_value):
20605         (build_range_exp, build_collating_symbol):
20606         Use K&R-style defn.
20607         (re_compile_fastmap): Use '\0' to memset, not 0.
20608         (utf8_sb_map): Make the calculations more obvious.
20609         (init_dfa, parse_bracket_exp, build_charclass_op):
20610         Call calloc and cast result, as glibc does.
20611         (init_word_char, fetch_token, peek_token, peek_token_bracket):
20612         (build_range_exp, build_collating_symbol):
20613         Now internal functions.
20614
20615         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
20616
20617         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
20618         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
20619         Don't depend on VMS; depend on __VMS instead, for POSIX
20620         namespace cleanness.
20621         (regoff_t): Define to ssize_t, not long int.
20622
20623         Remove the REG_ macros named below.  Instead, make the old names
20624         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
20625         __USE_GNU_REGEX.
20626         (REG_BACKSLASH_ESCAPE_IN_LISTS):
20627         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
20628         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
20629         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
20630         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
20631         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
20632         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
20633         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
20634         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
20635         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
20636         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
20637         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
20638         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
20639         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
20640         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
20641         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
20642         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
20643         (REG_NREGS):
20644         Remove.  All uses replaced by the old RE_* names.
20645         (RE_BACKSLASH_ESCAPE_IN_LISTS):
20646         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
20647         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
20648         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
20649         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
20650         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
20651         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
20652         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
20653         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
20654         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
20655         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
20656         Don't bother having these macros be independent of each others'
20657         values, since they no longer exist in the POSIX name space.
20658
20659         Rename the following member names back to their old names,
20660         unless !__USE_GNU_REGEX.  All uses changed back.
20661         (buffer): Renamed from re_buffer.
20662         (allocated): Renamed from re_allocated.
20663         (used): Renamed from re_used.
20664         (syntax): Renamed from re_syntax.
20665         (fastmap): Renamed from re_fastmap.
20666         (translate): Renamed from re_translate.
20667         (can_be_null): Renamed from re_can_be_null.
20668         (regs_allocated): Renamed from re_regs_allocated.
20669         (fastmap_accurate): Renamed from re_fastmap_accurate.
20670         (no_sub): Renamed from re_no_sub.
20671         (not_bol): Renamed from re_not_bol.
20672         (not_eol): Renamed from re_not_eol.
20673         (newline_anchor): Renamed from re_newline_anchor.
20674         (num_regs): Renamed from rm_num_regs.
20675         (start): Renamed from rm_start.
20676         (end): Renamed from rm_end.
20677
20678         (free_state): Move up a bit.
20679
20680         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
20681         #define to be empty.
20682         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
20683         when that is what is intended.
20684         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
20685         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
20686         (MAX): New macro.
20687         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
20688         All uses changed back to re_malloc, etc.  It's now the caller's
20689         responsibility to check for overflow; all callers changed.
20690         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
20691         (re_x2nrealloc): Remove.
20692         (free_state): Remove decl.
20693
20694         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
20695         (re_set_registers, re_exec):
20696         Use K&R-style defn.
20697
20698         2006-01-31  Roland McGrath  <roland@redhat.com>
20699
20700         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
20701         Reported by Mike Frysinger <vapier@gentoo.org>.
20702
20703         2006-01-15  Andreas Jaeger  <aj@suse.de>
20704
20705         [BZ #1950]
20706         * lib/regex_internal.c (re_string_reconstruct): Adjust for
20707         build_wcs_upper_buffer change.
20708         (build_wcs_upper_buffer): Change return type.
20709
20710         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
20711
20712         * lib/regex_internal.h: Include <stdint.h> if available.
20713
20714         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
20715
20716         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
20717
20718         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
20719
20720         * lib/regcomp.c: Adjust for changed secondary hash function.
20721
20722         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
20723
20724         * lib/regex.h: Pretty printing.
20725         Clean up namespace a bit.
20726
20727         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
20728
20729         * lib/regexec.c (update_cur_sifted_state, check_arrival,
20730         check_arrival_add_next_nodes): Avoid using uninitialized variable.
20731
20732         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
20733                     Ulrich Drepper  <drepper@redhat.com>
20734
20735         [BZ #1302]
20736         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
20737         changed.
20738         (bitset_word_t): Renamed from bitset_word.  All uses changed.
20739
20740         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
20741
20742         [BZ #281]
20743         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
20744         * lib/regcomp.c: Remove unnecessary uses of
20745         unsigned RE_TRANSLATE_TYPE.
20746         * lib/regex_internal.h: Likewise.
20747         * lib/regex_internal.c: Likewise.
20748         * lib/regexec.c: Likewise.
20749         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
20750
20751         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
20752
20753         * lib/regexec.c (find_recover_state): Remove unnecessary
20754         initialization.
20755         (transit_state_bkref): Make DFA a const pointer.
20756         (get_subexp): Likewise.
20757         (check_arrival): Likewise.
20758         (update_cur_sifted_state): Likewise.
20759         (re_search_internal): Likewise.
20760         (prune_impossible_nodes): Likewise.
20761         (acquire_init_state_context): Likewise.
20762         (proceed_next_node): Likewise.
20763         (set_regs): Likewise.
20764         (free_fail_stack_return): Likewise.
20765         (check_arrival_expand_ecl): Mark DFA parameter as const.
20766         (check_arrival_expand_ecl_sub): Likewise.
20767         (check_subexp_limits): Likewise.
20768         (sub_epsilon_src_nodes):  Likewise.
20769         (add_epsilon_src_nodes):  Likewise.
20770         (merge_state_array): Likewise.
20771         (update_regs): Likewise.
20772         (build_trtable): Likewise.
20773         (sift_states_backward): Mark MCTX parameter as const.
20774         (build_sifted_states): Likewise.
20775         (update_cur_sifted_state): Likewise.
20776         (sift_states_mkref): Likewise.
20777         (check_arrival_expand_ecl): Mark eclosure as const.
20778         (check_dst_limits_calc_pos_1): Likewise.
20779         * lib/regex_internal.h (re_match_context_t): Make dfa a const
20780         pointer.
20781
20782         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
20783
20784         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
20785         (transit_state_sb): Likewise.
20786         (transit_state_mb): Likewise.
20787         (sift_states_iter_mb): Likewise.
20788         (check_arrival_add_next_nodes): Likewise.
20789         (check_node_accept_bytes): Change first parameter to pointer-to-const.
20790         [_LIBC] (re_search_2_stub): Use mempcpy.
20791
20792         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
20793         mbrtowc for very simple UTF-8 case.
20794
20795         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
20796         a pointer-to-const.
20797         (re_acquire_state_context): Likewise.
20798         * lib/regex_internal.h: Adjust prototypes.
20799
20800         * lib/regex.c: Prevent using C++ compilers.
20801
20802         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
20803         (re_acquire_state_context): Likewise.
20804
20805 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
20806
20807         * modules/regex (Depends-on): Add ssize_t.
20808
20809 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
20810
20811         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
20812         translation table.
20813
20814 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
20815
20816         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
20817
20818 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
20819             Bruno Haible  <bruno@clisp.org>
20820
20821         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
20822         <sys/types.h> and <inttypes.h>.
20823
20824 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20825
20826         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
20827         `__error_t_defined', so argp.h will not typedef the former.
20828
20829 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
20830
20831         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
20832         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
20833         glibc names.  Even if glibc is changed to conform to POSIX, the
20834         traditional names will be available anyway, since regex depends on
20835         the extensions module.  Also, fix a longstanding typo in the
20836         implementation of Spencer ERE test #75 from grep 2.3.  Problems
20837         reported by Emanuele Giaquinta.  Also, change sense of cached
20838         variable, so that the message makes sense.
20839
20840 2006-03-24  Simon Josefsson  <jas@extundo.com>
20841
20842         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
20843         including some doc fixes.
20844         (base64_encode_alloc): Fix +1 bug on allocation failures.
20845
20846 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20847
20848         * lib/base64.c (base64_encode): Do not read past end of array with
20849         unsanitized input on systems with CHAR_BIT > 8.
20850
20851 2006-03-24  Eric Blake  <ebb9@byu.net>
20852
20853         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
20854
20855 2006-03-22  Karl Berry  <karl@gnu.org>
20856
20857         * config/srclist.txt (*setenv.[ch]): get from coreutils.
20858         * config/srclistvars.sh (COREUTILS): new var.
20859
20860 2006-03-17  Jim Meyering  <jim@meyering.net>
20861
20862         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
20863         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
20864
20865 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
20866
20867         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
20868         no longer needs it.  Instead, check that regoff_t is as least
20869         as wide as ptrdiff_t.
20870
20871         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
20872         so that our regex.h stays compatible with the installed regex.
20873         This is helpful for installers who configure --without-included-regex.
20874         Problem reported by Emanuele Giaquinta.
20875
20876 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
20877
20878         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
20879         Typedef to long int, not to off_, as POSIX will likely change
20880         in that direction.
20881
20882 2006-03-15  Eric Blake  <ebb9@byu.net>
20883
20884         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
20885
20886 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
20887
20888         * lib/argp-help.c (validate_uparams): Fix typo
20889         * lib/argp-parse.c (argp_default_options): Consistently begin help
20890         messages with a lowercase letter.
20891
20892 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
20893
20894         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
20895         overrun buffers and shouldn't be used (much as gets shouldn't be
20896         used).
20897         * lib/time_r.c (asctime_r, ctime_r): Likewise.
20898
20899 2006-03-08  Simon Josefsson  <jas@extundo.com>
20900
20901         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
20902         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20903
20904 2006-03-08  Simon Josefsson  <jas@extundo.com>
20905
20906         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
20907         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20908
20909 2006-03-08  Simon Josefsson  <jas@extundo.com>
20910
20911         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
20912         signal that configure disabled the device.
20913
20914 2006-03-08  Simon Josefsson  <jas@extundo.com>
20915
20916         * build-aux/maint.mk: Fix refresh-po, to handle no translated
20917         languages.
20918
20919 2006-03-07  Simon Josefsson  <jas@extundo.com>
20920
20921         * modules/getopt (Depends-on): Add unistd.
20922
20923         * modules/unistd: New file.
20924
20925 2006-03-07  Simon Josefsson  <jas@extundo.com>
20926
20927         * modules/gc-random: New file.
20928
20929 2006-03-07  Simon Josefsson  <jas@extundo.com>
20930
20931         * m4/unistd_h.m4: New file.
20932
20933 2006-03-07  Simon Josefsson  <jas@extundo.com>
20934
20935         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
20936         test to be side-effect free by storing the result in the cache
20937         variable gl_cv_lib_readline, and moving the assignment of
20938         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
20939         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20940
20941 2006-03-07  Simon Josefsson  <jas@extundo.com>
20942
20943         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
20944         error on missing devices (the functions will return an error).
20945
20946         * m4/gc.m4: Move random stuff to gc-random.m4
20947
20948 2006-03-07  Simon Josefsson  <jas@extundo.com>
20949
20950         * lib/unistd_.h: New file.
20951
20952 2006-03-07  Simon Josefsson  <jas@extundo.com>
20953
20954         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
20955
20956 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
20957
20958         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
20959         Problem reported by Juan Manuel Guerrero.
20960
20961 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
20962
20963         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
20964         the unistd module.
20965         * lib/getlogin_r.c: Likewise.
20966         * lib/getlogin_r.h: Likewise.
20967         * lib/glob.c: Likewise.
20968         * lib/pagealign_alloc.c: Likewise.
20969         * lib/unistd_.h: Remove; no longer needed.
20970
20971 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
20972
20973         * MODULES.html.sh (Support for systems lacking POSIX:2001):
20974         Add unistd.
20975         * modules/c-stack (Depends-on): Add unistd.
20976         * modules/getlogin_r: Likewise.
20977         * modules/glob: Likewise.
20978         * modules/pagealign_alloc: Likewise.
20979         * modules/unistd (Files): Remove lib/unistd_.h.
20980         (EXTRA_DIST): Remove.
20981         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
20982         need unistd_.h.
20983         (MOSTLYCLEANFILES): Remove unistd.h-t.
20984
20985 2006-03-03  Simon Josefsson  <jas@extundo.com>
20986
20987         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
20988
20989 2006-03-03  Simon Josefsson  <jas@extundo.com>
20990
20991         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
20992         libidn and bison.
20993
20994 2006-03-03  Simon Josefsson  <jas@extundo.com>
20995
20996         * build-aux/maint.mk: Add indent target.
20997
20998 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
20999
21000         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
21001         our replacement poll.h in any case, to avoid a differing
21002         declaration from a system header.  Seen on AIX.
21003
21004 2006-03-01  Simon Josefsson  <jas@extundo.com>
21005
21006         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
21007         <kasal@ucw.cz>.
21008
21009 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21010
21011         * modules/gettime (Depends-on): Add extensions module.
21012         * modules/nanosleep (Depends-on): Likewise.
21013         * modules/settime (Depends-on): Likewise.
21014
21015 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21016
21017         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
21018         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
21019         pedantically.
21020         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
21021         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
21022
21023         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
21024         not "==".  Reported by Ralf Wildenhues.
21025
21026 2006-03-01  Karl Berry  <karl@gnu.org>
21027
21028         * doc/Copyright/request-*: new files, synced from gnuorg.
21029
21030 2006-03-01  Karl Berry  <karl@gnu.org>
21031
21032         * config/srclist.txt (Copyright/*): new entries.
21033
21034 2006-02-28  Simon Josefsson  <jas@extundo.com>
21035
21036         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
21037
21038 2006-02-27  Simon Josefsson  <jas@extundo.com>
21039
21040         * lib/base64.h: Indent #define's.  From Jim Meyering
21041         <jim@meyering.net>.
21042
21043 2006-02-27  Jim Meyering  <jim@meyering.net>
21044
21045         Revert the change of 2006-02-24, so these files can continue
21046         to be sync'd from gettext.
21047         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
21048         of `config.h'.
21049
21050 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
21051
21052         * modules/intprops: New file.
21053         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
21054         Add intprops.
21055         * modules/getloadavg (Files): Remove lib/intprops.h.
21056         (Depends-on): Add intprops.
21057         * modules/human: Likewise.
21058         * modules/inttostr: Likewise.
21059         * modules/openat: Likewise.
21060         * modules/sig2str: Likewise.
21061         * modules/userspec: Likewise.
21062         * modules/utimecmp: Likewise.
21063         * modules/xnanosleep: Likewise.
21064         * modules/xstrtol: Likewise.
21065
21066 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
21067
21068         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
21069         * modules/lock-tests (TESTS): Use $(EXEEXT).
21070         * modules/tls-tests: Likewise.
21071         * modules/argp-tests: Likewise.
21072         (check_PROGRAMS): New var, replacing...
21073         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
21074
21075 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21076
21077         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
21078         `config.h'.
21079
21080 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
21081
21082         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
21083
21084 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21085
21086         Sync from coreutils.
21087         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
21088         gl_CHDIR_SAFER.
21089
21090 2006-02-22  Jim Meyering  <jim@meyering.net>
21091
21092         Sync from coreutils.
21093         * m4/chdir-safer.m4: New file.
21094
21095 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
21096
21097         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
21098         AT_FDCWD exceeds INT_MAX.
21099         * lib/openat.h (AT_FDCWD): Likewise.
21100
21101 2006-02-17  Eric Blake  <address@hidden>
21102
21103         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
21104
21105 2006-02-16  Simon Josefsson  <jas@extundo.com>
21106
21107         * modules/getaddrinfo (Depends-on): Add sys_socket.
21108
21109 2006-02-15  Simon Josefsson  <jas@extundo.com>
21110
21111         * build-aux/maint.mk: Add dsyntax-check rule.
21112
21113 2006-02-15  Eric Blake  <ebb9@byu.net>
21114
21115         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
21116         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
21117         'present but cannot compile' warnings on cygwin.
21118         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
21119         use ws2tcpip.h if sys/socket.h works.
21120         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
21121         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
21122
21123 2006-02-14  Simon Josefsson  <jas@extundo.com>
21124
21125         * modules/maintainer-makefile (Files): Rename.
21126
21127         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
21128         and (the local) Makefile.cfg to maint-cfg.mk.
21129
21130         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
21131         to the latter.
21132
21133         * modules/maintainer-makefile: New module.
21134
21135         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
21136         severaly stripped to make it possible to build it up from scratch
21137         with reliable tests.
21138
21139         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
21140         fixes to permit overriding the default actions when configure and
21141         makefile are not available.
21142
21143 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
21144
21145         Sync from coreutils.
21146         * modules/lstat (Depends-on): Don't depend on xalloc.
21147         (License): Change from GPL to LGPL, since this is now simply a
21148         replacement for a libc function.
21149
21150 2006-02-14  Jim Meyering  <jim@meyering.net>
21151
21152         Sync from coreutils.
21153
21154         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
21155         failure on deficient systems, and simplify gnulib lgpl dependencies.
21156         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
21157         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
21158
21159         * lib/xalloc-die.c: Remove unused definition of N_.
21160
21161 2006-02-14  Jim Meyering  <jim@meyering.net>
21162
21163         Sync from coreutils.
21164         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
21165         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
21166         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
21167         double-quote uses of that variable, to accommodate the rare case in
21168         which getmntent is available in none of the libraries checked.  This
21169         happens at least on FreeBSD 5.0.
21170
21171 2006-02-13  Simon Josefsson  <jas@extundo.com>
21172
21173         * gnulib-tool (Usage): Fix --import, from
21174         karl@freefriends.org (Karl Berry).
21175
21176 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
21177
21178         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
21179
21180 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
21181
21182         * lib/argp-namefrob.h: Restore changes accidentally lost during the
21183         "autoupdate" on 2005-12-12.
21184
21185 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
21186
21187         * modules/closeout (Depends-on): Remove atexit.
21188
21189 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
21190
21191         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
21192         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
21193
21194 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
21195
21196         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
21197         __EXTENSIONS__ if this causes compilation to fail.  Problem
21198         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
21199         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
21200
21201 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
21202
21203         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
21204         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
21205         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
21206         All uses changed.
21207
21208 2006-01-26  Simon Josefsson  <jas@extundo.com>
21209
21210         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
21211         prototype is visible on mingw32.
21212
21213         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
21214         for mingw32.
21215
21216         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
21217         mingw32).
21218
21219 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
21220
21221         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
21222         attempt to open for write; this always fails, at least on POSIX
21223         hosts.  This reinstates the 2006-01-09 change, which was
21224         inadvertently removed.
21225
21226 2006-01-26  Bruno Haible  <bruno@clisp.org>
21227
21228         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
21229         Reported by Paul Eggert.
21230
21231 2006-01-26  Bruno Haible  <bruno@clisp.org>
21232             Paul Eggert  <eggert@cs.ucla.edu>
21233
21234         * lib/stdbool_.h (_Bool)
21235         [(! (defined __cplusplus || defined __BEOS__)
21236           && !defined __GNUC__
21237           && !(defined __HP_cc || defined __xlc__
21238                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
21239                || defined __sgi))]:
21240         #define to signed char in these cases too; this simplifies
21241         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
21242         etc., separately) and makes it more conservative.
21243
21244 2006-01-25  Simon Josefsson  <jas@extundo.com>
21245
21246         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
21247         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
21248         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
21249
21250 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
21251
21252         * lib/argp-namefrob.h: Bugfix. Remove stray #
21253
21254 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
21255
21256         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
21257         so that we test the test.
21258         Check for yet another HP-UX cc bug involving *bool |= bool.
21259
21260 2006-01-25  Karl Berry  <karl@gnu.org>
21261
21262         * config/srclist.txt (vasnprintf.c): sync lost.
21263
21264 2006-01-25  Jim Meyering  <jim@meyering.net>
21265
21266         Sync from the stable (b5) branch of coreutils:
21267
21268         * lib/fts.c (fts_children): Don't let close() clobber errno from
21269         failed fchdir().
21270
21271         * lib/fts.c (fts_stat): When following a symlink-to-directory,
21272         don't necessarily interpret stat-fails+lstat-succeeds as indicating
21273         a dangling symlink.  That can also happen at least for ELOOP.
21274         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
21275         FYI, this bug predates the inclusion of fts.c in coreutils.
21276
21277         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
21278         in their own block, so pre-c99 compilers don't object.
21279
21280         Avoid the double-free (first in fts_read, second in fts_close) that
21281         would occur when an `active' directory is made inaccessible (e.g.,
21282         via chmod a-x) during a traversal.
21283         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
21284         before returning.  Reproduce this failure by
21285         mkdir -p a/b; cd a; chmod a-x . b
21286         Reported by Stavros Passas.
21287
21288 2006-01-25  Jim Meyering  <jim@meyering.net>
21289
21290         * lib/fileblocks.c: Remove more useless parentheses.
21291         * lib/readutmp.h: Likewise.
21292
21293 2006-01-25  Bruno Haible  <bruno@clisp.org>
21294
21295         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
21296         warnings.
21297         Reported by Paul Eggert.
21298
21299 2006-01-25  Bruno Haible  <bruno@clisp.org>
21300
21301         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
21302         rid of a trap command. For Solaris sh.
21303         Reported by Mark D. Baushke <mdb@gnu.org>.
21304
21305 2006-01-24  Simon Josefsson  <jas@extundo.com>
21306
21307         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
21308         Bruno.
21309
21310 2006-01-24  Karl Berry  <karl@gnu.org>
21311
21312         * config/srclist.txt (argp-namefrob.h): sync lost.
21313
21314 2006-01-24  Jim Meyering  <jim@meyering.net>
21315
21316         * modules/openat (Files): Add lib/intprops.h.
21317         From Mark D. Baushke.
21318
21319 2006-01-24  Jim Meyering  <jim@meyering.net>
21320
21321         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
21322         Reported by Mark D. Baushke.
21323
21324 2006-01-24  Jim Meyering  <jim@meyering.net>
21325
21326         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
21327
21328 2006-01-24  Bruno Haible  <bruno@clisp.org>
21329
21330         * modules/strnlen (Maintainer): Change from glibc to all.
21331
21332 2006-01-24  Bruno Haible  <bruno@clisp.org>
21333
21334         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
21335         Patch by Paul Eggert.
21336
21337 2006-01-24  Bruno Haible  <bruno@clisp.org>
21338
21339         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
21340         already has it.
21341         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
21342         2005-11-26.
21343
21344         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
21345         'signed char' to avoid problems with the built-in _Bool type.
21346         Reported by Paul Eggert on 2005-11-26.
21347
21348 2006-01-24  Bruno Haible  <bruno@clisp.org>
21349
21350         * gnulib-tool (func_import): Avoid constructing complicated sed
21351         expressions inside backquote.
21352         Report and solution by Mark D. Baushke <mdb@gnu.org>.
21353
21354 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
21355
21356         These changes imported from libc.
21357         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
21358         test and two separate function calls.
21359         * lib/strndup.c (__strndup): Add libc_hidden_def.
21360
21361 2006-01-23  Simon Josefsson  <jas@extundo.com>
21362
21363         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
21364         Remove the test_*_SOURCES variable: automake infers it by default.
21365         * modules/tls-tests: Likewise.
21366
21367 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21368
21369         Work around porting bugs reported by Dieter in
21370         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
21371         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
21372         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
21373         Include "getopt.h" first, to check interface.
21374         (getenv): Declare only if defined HAVE_DECL_GETENV &&
21375         !HAVE_DECL_GETENV.
21376         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
21377         (__strndup): Revert to K&R-style function dfns, the glibc style.
21378         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
21379         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
21380         Include strnlen.h first, to get prototype properly.
21381         (strnlen): Renamed from __strnlen.
21382         Remove weak alias.
21383
21384 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21385
21386         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
21387
21388 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21389
21390         * config/srclist.txt: Adjust to reflect glibc reorganization.
21391         This affects only comments.
21392
21393 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
21394
21395          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
21396          Reported by Bruce Korb <bkorb@gnu.org>.
21397
21398 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
21399
21400         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
21401         to pacify gcc -Wswitch-default.
21402
21403 2006-01-22  Bruno Haible  <bruno@clisp.org>
21404
21405         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
21406         temporary buffer for sprintf, take into account the precision also
21407         for 'd', 'i', 'u', 'o', 'x', 'X'.
21408
21409 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
21410
21411         * modules/argp-tests: New module
21412         * tests/test-argp.c: New file
21413         * tests/test-argp-2.sh: New file
21414
21415 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
21416
21417         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
21418         (__argp_base_name): Removed
21419         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
21420         typo.
21421         (__argp_base_name): Provide macro definition or extern declaration
21422         depending on the configuration
21423
21424 2006-01-20  Simon Josefsson  <jas@extundo.com>
21425
21426         * modules/inet_ntop (Depends-on): Depend on sys_socket.
21427
21428 2006-01-20  Simon Josefsson  <jas@extundo.com>
21429
21430         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
21431
21432 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21433
21434         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
21435         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
21436         Suggested by Bruno Haible.
21437
21438 2006-01-20  Karl Berry  <karl@gnu.org>
21439
21440         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
21441         until changes propagate, I guess.
21442
21443 2006-01-19  Simon Josefsson  <jas@extundo.com>
21444
21445         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
21446
21447 2006-01-19  Simon Josefsson  <jas@extundo.com>
21448
21449         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
21450
21451 2006-01-19  Simon Josefsson  <jas@extundo.com>
21452
21453         * gnulib-tool: Set check_PROGRAMS.
21454
21455         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
21456         modules/des-tests, modules/gc-arcfour-tests,
21457         modules/gc-arctwo-tests, modules/gc-des-tests,
21458         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
21459         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
21460         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
21461         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
21462         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
21463         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
21464         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
21465         test_*_SOURCES.
21466
21467 2006-01-18  Simon Josefsson  <jas@extundo.com>
21468
21469         * modules/socklen (Depends-on): Depend on sys_socket.
21470
21471 2006-01-18  Simon Josefsson  <jas@extundo.com>
21472
21473         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
21474         modules/des-tests, modules/gc-arcfour-tests,
21475         modules/gc-arctwo-tests, modules/gc-des-tests,
21476         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
21477         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
21478         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
21479         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
21480         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
21481         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
21482         $(EXEEXT) to automake TESTS variable, for mingw32.
21483
21484 2006-01-17  Simon Josefsson  <jas@extundo.com>
21485
21486         * modules/socklen (Include): Need sys/socket.h.
21487
21488 2006-01-17  Bruno Haible  <bruno@clisp.org>
21489
21490         * modules/ssize_t (Include): Add <sys/types.h>.
21491
21492 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
21493
21494         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
21495         it's not portable and it doesn't work with cross-compiles.
21496         Problem reported by Bruno Haible.  Fix missing-$ typo in
21497         'test "gl_cv_ignore_unused_libraries" ...' that prevented
21498         -zignore from being used with Sun's C compiler.
21499
21500 2006-01-12  Simon Josefsson  <jas@extundo.com>
21501
21502         * lib/base64.c: Fix warning, reported by Bruno Haible
21503         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
21504
21505 2006-01-12  Bruno Haible  <bruno@clisp.org>
21506
21507         * modules/ldd: New file.
21508         * build-aux/ldd.sh.in: New file.
21509         * MODULES.html.sh (Support for building libraries and executables): Add
21510         ldd.
21511
21512 2006-01-12  Bruno Haible  <bruno@clisp.org>
21513
21514         * m4/ldd.m4: New file.
21515
21516 2006-01-12  Bruno Haible  <bruno@clisp.org>
21517
21518         * gnulib-tool (func_import, func_create_testdir): Don't go into an
21519         endless loop while replacing $auxdir with build-aux.
21520
21521 2006-01-11  Simon Josefsson  <jas@extundo.com>
21522
21523         * lib/stdint_.h (SIZE_MAX): Add missing (.
21524
21525 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
21526
21527         Sync from coreutils.
21528         * lib/md5.c: Fix commentary typos.
21529         (alignof, UNALIGNED_P): No need for a GCC-specific version.
21530         * lib/md5.h (__attribute__): Remove; unused.
21531         * lib/sha1.c: Fix commentary to match md5 better.
21532         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
21533         so that we don't need to worry about alignment.  All uses changed.
21534         This merges the 2005-10-28 md5 change into sha1.
21535
21536 2006-01-11  Jim Meyering  <jim@meyering.net>
21537
21538         Sync from coreutils.
21539         * lib/md5.c (OP): Fix spacing.
21540
21541 2006-01-11  Bruno Haible  <bruno@clisp.org>
21542
21543         Ensure automatic ordering between gl_LOCK and gl_ARGP.
21544         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
21545         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
21546
21547 2006-01-11  Bruno Haible  <bruno@clisp.org>
21548
21549         Ensure automatic ordering between gl_LOCK and gl_ARGP.
21550         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
21551         the "early" section as well.
21552
21553 2006-01-11  Bruno Haible  <bruno@clisp.org>
21554
21555         Avoid "ar: no archive members specified" error on MacOS X.
21556         * gnulib-tool (func_modules_add_dummy): New function.
21557         (func_import, func_create_testdir): Invoke it.
21558
21559 2006-01-11  Bruno Haible  <bruno@clisp.org>
21560
21561         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
21562         with $auxdir in AC_CONFIG_FILES statements.
21563
21564 2006-01-11  Bruno Haible  <bruno@clisp.org>
21565
21566         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
21567         Initialize also noinst_HEADERS to empty.
21568
21569 2006-01-11  Bruno Haible  <bruno@clisp.org>
21570
21571         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
21572         variables.
21573         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
21574         autoreconf.
21575
21576 2006-01-11  Bruno Haible  <bruno@clisp.org>
21577
21578         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
21579         overridable by the user.
21580         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21581
21582 2006-01-10  Simon Josefsson  <jas@extundo.com>
21583
21584         * modules/sys_socket: New file.
21585
21586 2006-01-10  Simon Josefsson  <jas@extundo.com>
21587
21588         * m4/sys_socket_h.m4: New file.
21589
21590 2006-01-10  Simon Josefsson  <jas@extundo.com>
21591
21592         * lib/socket_.h: New file.
21593
21594 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
21595
21596         * modules/readutmp (Maintainer): Add myself.
21597
21598 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
21599
21600         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
21601         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
21602         People who are still concerned with buggy memcmp implementations
21603         can invoke gl_FUNC_MEMCMP themselves.
21604
21605 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
21606
21607         * lib/regex_internal.h (BITSET_WORD_BITS):
21608         Work around a bug in 64-bit PGC (before version 6.1-2), where the
21609         preprocessor mishandles large unsigned values as if they were signed.
21610         Problem reported by Claudio Fontana in
21611         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
21612
21613 2006-01-10  Jim Meyering  <jim@meyering.net>
21614
21615         Avoid the double-free (first in fts_read, second in fts_close) that
21616         would occur when an `active' directory is made inaccessible (e.g.,
21617         via chmod a-x) during a traversal.
21618         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
21619         before returning.  Reproduce this failure by
21620         mkdir -p a/b; cd a; chmod a-x . b
21621         Reported by Stavros Passas.
21622
21623         Sync from coreutils.
21624         * lib/sha1.c: Tweak grammar in a comment.
21625
21626 2006-01-10  Jim Meyering  <jim@meyering.net>
21627
21628         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
21629         Patch by Joerg Sonnenberger.
21630
21631 2006-01-10  Bruno Haible  <bruno@clisp.org>
21632
21633         * modules/readutmp: Depend on module free.
21634         * modules/strtok_r: Depend on module restrict.
21635
21636 2006-01-10  Bruno Haible  <bruno@clisp.org>
21637
21638         * modules/gettext (configure.ac): Add an invocation of
21639         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
21640
21641 2006-01-10  Bruno Haible  <bruno@clisp.org>
21642
21643         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
21644         Reported by Werner Lemberg <wl@gnu.org>.
21645
21646 2006-01-10  Bruno Haible  <bruno@clisp.org>
21647
21648         * lib/localcharset.c: Update from GNU gettext.
21649
21650 2006-01-10  Bruno Haible  <bruno@clisp.org>
21651
21652         * lib/argp.h (__const): Remove macro. Use const instead.
21653         * lib/argp-fmtstream.h (__const): Likewise.
21654         * lib/glob_.h (__const): Remove macro.
21655         * lib/glob-libc.h: Use const instead of __const.
21656
21657 2006-01-10  Bruno Haible  <bruno@clisp.org>
21658
21659         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
21660         variable.
21661         Needed to avoid an automake error regarding the 'gettext' module.
21662
21663 2006-01-09  Simon Josefsson  <jas@extundo.com>
21664
21665         * modules/inet_ntop (Depends-on): Add restrict.
21666
21667 2006-01-09  Simon Josefsson  <jas@extundo.com>
21668
21669         * modules/gc-rijndael-tests (License): Put under LGPL.
21670
21671         * modules/gc-des-tests (License): Likewise.
21672
21673         * modules/gc-arcfour-tests (License): Likewise.
21674
21675         * modules/gc-arctwo-tests (License): Likewise.
21676
21677         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
21678
21679         * modules/gc-hmac-sha1-tests (Files): Likewise.
21680
21681         * modules/gc-hmac-md5-tests (License): Likewise.
21682
21683         * modules/gc-sha1-tests (License): Likewise.
21684
21685         * modules/gc-md5-tests (License): Likewise.
21686
21687         * modules/gc-md4-tests (License): Likewise.
21688
21689         * modules/gc-md2-tests (License): Likewise.
21690
21691         * modules/gc-tests (License): Likewise.
21692
21693         * modules/des-tests (License): Likewise.
21694
21695         * modules/md4-tests (License): Likewise.
21696
21697         * modules/md2-tests (License): Likewise.
21698
21699 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
21700
21701         Sync from coreutils:
21702
21703         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
21704         * modules/lib-ignore: New file.
21705         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
21706         chdir-safer.m4, lchmod.m4.
21707         * modules/openat: Add mkdirat.c, openat-priv.h.
21708
21709 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
21710
21711         Sync from coreutils.
21712         * m4/lib-ignore.m4: New file.
21713         * m4/lchmod.m4: New file.
21714
21715 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
21716
21717         Sync from coreutils.
21718         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
21719         for write access: POSIX says that must fail.
21720         * lib/fts.c (diropen): Likewise.
21721         * lib/save-cwd.c (save_cwd): Likewise.
21722         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
21723         well, for minor improvements on hosts that lack O_DIRECTORY.
21724         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
21725         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
21726         Fall back on chown if open failed with EACCES.
21727
21728         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
21729         Report an error at compile-time if only a 1-second nominal clock
21730         resolution is found.
21731
21732         * lib/lchmod.h: New file.
21733         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
21734         (make_dir_parents): Use lchown rather than chown, and
21735         lchmod rather than chmod.
21736
21737         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
21738         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
21739         "proc" reported by n0dalus.
21740
21741         * lib/mountlist.c: Include <limits.h>.
21742         (dev_from_mount_options)
21743         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
21744         New function.  It no longer assumes "dev=" has the System V meaning
21745         on Linux (since it doesn't).  It also parses "dev=" more carefully.
21746         (read_file_system_list)
21747         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
21748         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
21749         dev= in that case.
21750
21751         * lib/posixtm.h (PDS_PRE_2000): New macro.
21752         * lib/posixtm.c (year): Arg is now syntax_bits rather than
21753         allow_century.  All usages changed.  Reject dates outside the range
21754         1969-1999 if PDS_PRE_2000 is used.
21755
21756 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
21757
21758         Sync from coreutils.
21759         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
21760         (Time of day items): Mention the possibility of leap seconds.
21761         Problem reported by Dr. David Alan Gilbert.
21762
21763 2006-01-09  Jim Meyering  <jim@meyering.net>
21764
21765         Sync from coreutils.
21766
21767         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
21768
21769         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
21770
21771         * lib/modechange.c (mode_compile): Reject an invalid mode string
21772         that starts with an octal digit.  From Andreas Gruenbacher.
21773
21774         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
21775         and dup to open_safer and dup_safer, respectively.
21776         (openat_permissive): Fix typo in comment.
21777
21778         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
21779         "gettext.h"; either no longer needed or are guaranteed by openat.h.
21780         (_): Remove; no longer needed.
21781         (openat): Renamed from rpl_openat; no need for rpl_openat
21782         since openat.h renames openat for us.
21783         Replace most of the body with a call to openat_permissive,
21784         to avoid duplicate code.
21785         Port to (probably hypothetical) environments were mode_t is
21786         wider than int.
21787         (openat_permissive): Require mode arg, so that we can check
21788         types better.  Put it just after flags.  Change cwd failure
21789         indicator from pointer-to-bool to pointer-to-errno-value.
21790         All callers changed.
21791         Invoke openat_save_fail and/or openat_restore_fail if
21792         cwd_errno is null, so that openat can call us.
21793         (openat_permissive, fdopendir, fstatat, unlinkat):
21794         Simplify errno handling to avoid some duplicate code,
21795         as it's OK to set errno on success.
21796         * lib/openat.h: Revamp code so that function macros depend on
21797         __OPENAT_PREFIX only, not also on AT_FDCWD.
21798         (openat_ro): Remove.  Caller changed to use openat_permissive.
21799         (openat_permissive): Now a macro, if not a function.
21800         (openat_restore_fail, openat_save_fail): Now always functions,
21801         since mkdirat needs them even if __OPENAT_PREFIX is defined.
21802
21803         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
21804         and openat.c.
21805         * lib/mkdirat.c: Include openat-priv.h.
21806         Remove definitions of macros defined therein.
21807         * lib/openat.c: Likewise.
21808
21809         * lib/mkdirat.c (mkdirat): New file and function.
21810         * lib/openat.h (mkdirat): Declare.
21811
21812         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
21813
21814         * lib/openat.h (openat_permissive): Declare.
21815         (openat_ro): Define.
21816
21817         * lib/openat.c (EXPECTED_ERRNO): New macro.
21818         (openat_permissive): New function -- used in remove.c rewrite.
21819         (all functions): Set errno just before returning, only if there
21820         was an actual failure.
21821         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
21822
21823         Emulate openat-family functions using Linux's procfs, if possible.
21824         Idea and some code based on Ulrich Drepper's glibc changes.
21825
21826         * lib/openat.c: (BUILD_PROC_NAME): New macro.
21827         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
21828         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
21829         before falling back on save_cwd and restore_cwd.
21830         (fdopendir, fstatat, unlinkat): Likewise.
21831
21832         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
21833         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
21834
21835         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
21836         as second argument to va_arg.  Otherwise, some versions of gcc
21837         warn that `if this code is reached, the program will abort'.
21838
21839 2006-01-09  Jim Meyering  <jim@meyering.net>
21840
21841         Sync from coreutils.
21842         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
21843         Require openat-priv.h.
21844
21845 2006-01-09  Bruno Haible  <bruno@clisp.org>
21846
21847         * modules/strnlen (Include): Use strnlen.h.
21848
21849 2006-01-09  Bruno Haible  <bruno@clisp.org>
21850
21851         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
21852
21853 2006-01-09  Bruno Haible  <bruno@clisp.org>
21854
21855         * lib/sysexit_.h (EX_OK): New macro.
21856         Suggested by Martin Lambers <marlam@marlam.de>.
21857
21858 2006-01-09  Bruno Haible  <bruno@clisp.org>
21859
21860         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
21861         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
21862
21863 2006-01-09  Bruno Haible  <bruno@clisp.org>
21864
21865         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
21866         numbers.
21867
21868 2006-01-09  Bruno Haible  <bruno@clisp.org>
21869
21870         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
21871         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
21872         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
21873         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
21874
21875 2006-01-09  Bruno Haible  <bruno@clisp.org>
21876
21877         * build-aux/javacomp.sh.in: New file, moved from lib/.
21878         * modules/javacomp-script (Files): Update.
21879         (configure.ac): Add AC_CONFIG_FILES invocation.
21880         (EXTRA_DIST): Remove variable.
21881
21882         * build-aux/javaexec.sh.in: New file, moved from lib/.
21883         * modules/javaexec (Files): Update.
21884         (configure.ac): Add AC_CONFIG_FILES invocation.
21885         (EXTRA_DIST): Remove javaexec.sh.in.
21886
21887         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
21888         * modules/csharpcomp-script (Files): Update.
21889         (configure.ac): Add AC_CONFIG_FILES invocation.
21890         (EXTRA_DIST): Remove variable.
21891
21892         * build-aux/csharpexec.sh.in: New file, moved from lib/.
21893         * modules/csharpexec (Files): Update.
21894         (configure.ac): Add AC_CONFIG_FILES invocation.
21895         (EXTRA_DIST): Remove csharpexec.sh.in.
21896
21897 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
21898
21899         Sync from coreutils.
21900
21901         Add POSIX ACL support
21902         * lib/acl.h (copy_acl, set_acl): Add declarations.
21903         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
21904         systems other than Linux.
21905         (chmod_or_fchmod): New function: use fchmod when possible,
21906         and chmod otherwise.
21907         (file_has_acl): Add a POSIX ACL implementation, with a
21908         Linux-specific subcase.
21909         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
21910         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
21911         acls are unsupported.
21912         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
21913         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
21914         are unsupported.
21915
21916 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
21917
21918         Sync from coreutils.
21919         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
21920
21921 2006-01-07  Bruno Haible  <bruno@clisp.org>
21922
21923         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
21924         gl_EARLY.
21925
21926 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
21927
21928         * lib/strftime.c (tzname): Don't declare if it is already #defined.
21929         Problem reported for Mingw by Mark Junker.
21930
21931 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
21932
21933         * README: Gnulib normally doesn't generate a tarball.
21934
21935 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
21936
21937         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
21938         long int, not int, for nanosecond counts, so that people who are
21939         used to POSIX struct timespec won't be surprised.  Reported by Jim
21940         Meyering.
21941
21942 2005-12-28  Bruno Haible  <bruno@clisp.org>
21943
21944         * build-aux/config.rpath: Update from GNU gettext.
21945
21946 2005-12-16  Jim Meyering  <jim@meyering.net>
21947
21948         * modules/fprintftime: New module.
21949         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
21950
21951 2005-12-16  Jim Meyering  <jim@meyering.net>
21952
21953         * m4/fprintftime.m4: New file.
21954
21955 2005-12-16  Jim Meyering  <jim@meyering.net>
21956
21957         * lib/fprintftime.c, lib/fprintftime.h: New files.
21958
21959 2005-12-15  Simon Josefsson  <jas@extundo.com>
21960
21961         * modules/socklen (configure.ac): Fix M4 macro name, to align with
21962         new m4/socklen.m4.
21963
21964 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
21965
21966         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
21967         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
21968
21969 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
21970
21971         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
21972         * lib/argp-help.c (fill_in_uparams): Check if the constructed
21973         struct uparams is valid. Fall back to the default values if it is
21974         not.
21975
21976 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21977
21978         * modules/argp (Files): Add argp-pin.c
21979         (Depends-on): dirname
21980         (lib_SOURCES): Add argp-pin.c
21981
21982 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21983
21984         * m4/argp.m4:  Check if program_invocation_name and
21985         program_invocation_short_name are declared and define appropriate
21986         macros if they are not.
21987
21988 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
21989
21990         * lib/argp-help.c (__argp_base_name): New function
21991         (__argp_short_program_name): Rewrite using __argp_base_name
21992         * lib/argp-namefrob.h: Define program_invocation_name and
21993         program_invocation_short_name if requested
21994         (__argp_base_name): Add prototype
21995         * lib/argp-parse.c (argp_def): Use gettext wrappers
21996         (argp_default_parser): Use __argp_base_name
21997         * lib/argp-pin.c: New file. Defines program_invocation_name and
21998         program_invocation_short_name on systems that lack them.
21999
22000 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
22001
22002         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
22003         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
22004         porting problem reported by Georg Schwarz in
22005         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
22006
22007 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
22008
22009         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
22010         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
22011         porting problem reported by Georg Schwarz in
22012         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
22013
22014 2005-12-05  Bruno Haible  <bruno@clisp.org>
22015
22016         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
22017         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
22018         Reported by Mark Junker <mjscod@gmx.de>.
22019
22020 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
22021
22022         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
22023         Use implementation from Albert Chin, with some
22024         comments/corrections by Stepan Kasal and myself.
22025
22026 2005-12-02  Bruno Haible  <bruno@clisp.org>
22027
22028         * gnulib-tool (func_import): Accept GPLed build tool modules when
22029         --lgpl is given.
22030         * modules/csharpcomp-script: New file.
22031         * modules/csharpcomp: Depend on it.
22032         * modules/javacomp-script: New file.
22033         * modules/javacomp: Depend on it.
22034         Suggested by Simon Josefsson.
22035
22036 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
22037
22038         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
22039         statement, to work around an HP-UX 10.20 compiler bug reported by
22040         Peter O'Gorman.
22041
22042 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
22043
22044         * modules/savedir (Depends-on): Add openat.
22045
22046 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
22047
22048         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
22049         (uintmax_t) [defined uintmax_t]: Do not declare.
22050         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
22051         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
22052         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
22053         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
22054         sake of portability to weird hosts that C allows (though we don't
22055         know of any practical examples).
22056
22057         * lib/savedir.h (fdsavedir): New decl.
22058         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
22059         contains most of the former guts of savedir.
22060         (savedir): Use savedirstream.
22061         Include "openat.h".
22062
22063 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
22064
22065         * modules/obstack (Files): Add m4/ulonglong.m4.
22066         Problem reported by Davide Angelocola.
22067
22068 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
22069
22070         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
22071         coreutils no longer futzes with rounding modes.
22072
22073 2005-11-14  Jim Meyering  <jim@meyering.net>
22074
22075         * lib/mkstemp-safer.c: Include <config.h>, required for possible
22076         replacement of mkstemp.
22077
22078 2005-11-10  Simon Josefsson  <jas@extundo.com>
22079
22080         * lib/readline.c: Remove EOL.
22081
22082 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22083
22084         * modules/gethrxtime (Depends-on): Add gettime.
22085
22086 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22087
22088         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
22089         or gettimeofday; no longer needed.
22090
22091 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22092
22093         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
22094         time business.
22095         (gethrxtime) [! (HAVE_NANOUPTIME
22096         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
22097         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
22098         our own approximation.
22099
22100 2005-11-08  Eric Blake  <ebb9@byu.net>
22101
22102         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
22103
22104 2005-11-08  Eric Blake  <ebb9@byu.net>
22105
22106         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
22107
22108 2005-11-04  Bruno Haible  <bruno@clisp.org>
22109
22110         * gnulib-tool: Implement --update mode.
22111
22112 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
22113
22114         Fix porting problem reported by Theodoros V. Kalamatianos.
22115         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
22116         Don't assume that futimes failing means we must fail.
22117
22118 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
22119
22120         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
22121         variables to suggest the intended function of the PATH_MAX check.
22122
22123 2005-10-30  Kean Johnston  <jkj@sco.com>
22124
22125         Trivial changes to support SCO systems.
22126         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
22127         as PATH_MAX.
22128         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
22129         where __ptr is null when no I/O is pending.
22130
22131 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22132
22133         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
22134         leave errno alone.  Problem reported by Dmitry V. Levin.
22135
22136 2005-10-28  Simon Josefsson  <jas@extundo.com>
22137
22138         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
22139         Test more.
22140
22141         * tests/test-gc-md2.c, tests/test-md2.c: New files.
22142
22143         * modules/md2, modules/md2-tests: New files.
22144
22145 2005-10-28  Simon Josefsson  <jas@extundo.com>
22146
22147         * m4/inet_ntop.m4: More tests.
22148
22149         * m4/gc-md2.m4, md2.m4: New file.
22150
22151 2005-10-28  Simon Josefsson  <jas@extundo.com>
22152
22153         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
22154         "restrict" keywords, as per POSIX.  Protect the function
22155         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
22156         Don't use K&R prototypes.  Check the sprintf return values.
22157         Re-define EAFNOSUPPORT if not present.  Indent.
22158
22159         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
22160         suggested by Bruno Haible <bruno@clisp.org>.
22161
22162         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
22163
22164         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
22165
22166         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
22167         libgcrypt).
22168
22169         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
22170
22171         * lib/md2.h, lib/md2.c: New files.
22172
22173 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
22174
22175         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
22176         errno alone.  Problem reported by Frederic Jolliton.
22177
22178 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
22179
22180         * modules/verify (License): Change from GPL to LGPL.  This is a
22181         tiny module and there are apparently near-equivalents that are
22182         under the BSD license.
22183
22184 2005-10-24  Simon Josefsson  <jas@extundo.com>
22185
22186         * modules/sha1: Relicense to LGPL.
22187
22188 2005-10-24  Simon Josefsson  <jas@extundo.com>
22189
22190         * lib/md4.h: Shrink buffer size, now that we changed the type.
22191
22192 2005-10-23  Simon Josefsson  <jas@extundo.com>
22193
22194         * gnulib-tool (func_import): Fix --tests-base.
22195
22196 2005-10-22  Simon Josefsson  <jas@extundo.com>
22197
22198         * modules/arcfour (Depends-on): Need stdint.
22199
22200 2005-10-22  Simon Josefsson  <jas@extundo.com>
22201
22202         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
22203         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
22204
22205 2005-10-22  Simon Josefsson  <jas@extundo.com>
22206
22207         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
22208         suggested by Bruno Haible <bruno@clisp.org>.
22209
22210 2005-10-22  Simon Josefsson  <jas@extundo.com>
22211
22212         * lib/crc.h: Include stddef.h, for size_t.
22213
22214 2005-10-22  Simon Josefsson  <jas@extundo.com>
22215
22216         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
22217         arcfour_context struct (simplify test vector testing in GNU
22218         Shishi).
22219
22220 2005-10-21  Simon Josefsson  <jas@extundo.com>
22221
22222         * modules/des, modules/des-tests: New files.
22223
22224         * modules/gc-des, modules/gc-des-tests: New files.
22225
22226         * tests/test-des.c, tests/test-gc-des.c: New file.
22227
22228 2005-10-21  Simon Josefsson  <jas@extundo.com>
22229
22230         * modules/arctwo, modules/arctwo-tests: New files.
22231
22232         * tests/test-arctwo.c: New file.
22233
22234         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
22235
22236         * tests/test-gc-arctwo.c: New file.
22237
22238 2005-10-21  Simon Josefsson  <jas@extundo.com>
22239
22240         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
22241         Bruno Haible <bruno@clisp.org>.
22242
22243         * m4/gc-des.m4: New file.
22244
22245 2005-10-21  Simon Josefsson  <jas@extundo.com>
22246
22247         * m4/arctwo.m4: New file.
22248
22249         * m4/gc-arctwo.m4: New file.
22250
22251 2005-10-21  Simon Josefsson  <jas@extundo.com>
22252
22253         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
22254         block.
22255
22256 2005-10-21  Simon Josefsson  <jas@extundo.com>
22257
22258         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
22259         <bruno@clisp.org>.
22260
22261         * lib/hmac-sha1.c (hmac_sha1): Likewise.
22262
22263         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
22264         Bruno Haible <bruno@clisp.org>.
22265
22266         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
22267         <bruno@clisp.org>.
22268
22269 2005-10-21  Simon Josefsson  <jas@extundo.com>
22270
22271         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
22272
22273 2005-10-21  Simon Josefsson  <jas@extundo.com>
22274
22275         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
22276
22277 2005-10-21  Simon Josefsson  <jas@extundo.com>
22278
22279         * lib/des.h, lib/des.c: New files.
22280
22281         * lib/gc-gnulib.c: Support DES.c
22282
22283 2005-10-21  Simon Josefsson  <jas@extundo.com>
22284
22285         * lib/arctwo.h, lib/arctwo.c: New files.
22286
22287         * lib/gc-gnulib.c: Support ARCTWO.
22288
22289 2005-10-21  Simon Josefsson  <jas@extundo.com>
22290
22291         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
22292         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
22293
22294 2005-10-21  Simon Josefsson  <jas@extundo.com>
22295
22296         * gnulib-tool (func_import, func_create_testdir): Define automake
22297         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
22298         Makefile.am snippet),
22299         suggested by Bruno Haible <bruno@clisp.org>.
22300
22301         * modules/gc (Makefile.am): Use it.
22302
22303 2005-10-21  Bruno Haible  <bruno@clisp.org>
22304
22305         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
22306         patch.
22307
22308 2005-10-19  Simon Josefsson  <jas@extundo.com>
22309
22310         * tests/test-gc-rijndael.c: New file.
22311
22312         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
22313
22314 2005-10-19  Simon Josefsson  <jas@extundo.com>
22315
22316         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
22317         interface too.
22318
22319 2005-10-19  Simon Josefsson  <jas@extundo.com>
22320
22321         * tests/test-gc-arcfour.c: New file.
22322
22323         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
22324
22325 2005-10-19  Simon Josefsson  <jas@extundo.com>
22326
22327         * modules/gc-md4, modules/gc-md4-tests: New file.
22328
22329         * tests/test-gc-md4.c: New file.
22330
22331 2005-10-19  Simon Josefsson  <jas@extundo.com>
22332
22333         * m4/gc-md4.m4: New file.
22334
22335 2005-10-19  Simon Josefsson  <jas@extundo.com>
22336
22337         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
22338         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
22339         <kasal@ucw.cz>.
22340
22341 2005-10-19  Simon Josefsson  <jas@extundo.com>
22342
22343         * m4/gc-arcfour.m4: New file.
22344
22345         * m4/gc-rijndael.m4: New file.
22346
22347 2005-10-19  Simon Josefsson  <jas@extundo.com>
22348
22349         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
22350
22351 2005-10-19  Simon Josefsson  <jas@extundo.com>
22352
22353         * lib/gc-gnulib.c: Support ARCFOUR.
22354
22355 2005-10-19  Simon Josefsson  <jas@extundo.com>
22356
22357         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
22358         support.
22359
22360         * lib/gc.h: Add ECB enum type.
22361
22362         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
22363
22364 2005-10-18  Simon Josefsson  <jas@extundo.com>
22365
22366         * tests/test-md5.c: New file.
22367
22368         * modules/md5-tests: New file.
22369
22370 2005-10-18  Simon Josefsson  <jas@extundo.com>
22371
22372         * tests/test-md4.c: New file.
22373
22374         * modules/md4, modules/md4-tests: New files.
22375
22376 2005-10-18  Simon Josefsson  <jas@extundo.com>
22377
22378         * m4/md4.m4: New file.
22379
22380 2005-10-18  Simon Josefsson  <jas@extundo.com>
22381
22382         * lib/md4.h, lib/md4.c: New files, based on md5.?.
22383
22384 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
22385
22386         * gnulib-tool (func_create_testdir): Omit the second check whether
22387         BUILT_SOURCES in nonempty.
22388
22389 2005-10-17  Simon Josefsson  <jas@extundo.com>
22390
22391         * tests/test-rijndael.c: New file.
22392
22393 2005-10-17  Simon Josefsson  <jas@extundo.com>
22394
22395         * modules/sha1: Depend on stdint instead of md5.
22396
22397         * modules/md5: Depend on stdint, remove uint32_t.
22398
22399 2005-10-17  Simon Josefsson  <jas@extundo.com>
22400
22401         * modules/gc-sha1-tests: New file.
22402
22403         * tests/test-gc-sha1.c: New file.
22404
22405 2005-10-17  Simon Josefsson  <jas@extundo.com>
22406
22407         * m4/md5.m4: Remove call to uint32_t.m4.
22408
22409 2005-10-17  Simon Josefsson  <jas@extundo.com>
22410
22411         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
22412
22413         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
22414         md5.h.
22415
22416         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
22417
22418         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
22419
22420 2005-10-17  Simon Josefsson  <jas@extundo.com>
22421
22422         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
22423
22424 2005-10-17  Simon Josefsson  <jas@extundo.com>
22425
22426         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
22427
22428 2005-10-17  Simon Josefsson  <jas@extundo.com>
22429
22430         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
22431
22432         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
22433
22434 2005-10-17  Bruno Haible  <bruno@clisp.org>
22435
22436         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
22437         that it can also be used in a test.
22438
22439 2005-10-16  Bruno Haible  <bruno@clisp.org>
22440
22441         * gnulib-tool (func_emit_tests_Makefile_am): Also define
22442         TESTS_ENVIRONMENT, so that individual tests can augment it.
22443
22444         * gnulib-tool (func_create_testdir): Use an intermediate target for
22445         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
22446         macros, like $(ALLOCA_H), which cannot be passed through the command
22447         line.
22448
22449 2005-10-15  Simon Josefsson  <jas@extundo.com>
22450
22451         * modules/rijndael-tests: New file.
22452
22453         * modules/rijndael: New file.
22454
22455 2005-10-15  Simon Josefsson  <jas@extundo.com>
22456
22457         * m4/rijndael.m4: New file.
22458
22459 2005-10-15  Simon Josefsson  <jas@extundo.com>
22460
22461         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
22462
22463         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
22464
22465 2005-10-14  Simon Josefsson  <jas@extundo.com>
22466
22467         * tests/test-arcfour.c: New file.
22468
22469         * modules/arcfour, modules/arcfour-tests: New files.
22470
22471 2005-10-14  Simon Josefsson  <jas@extundo.com>
22472
22473         * m4/arcfour.m4: New file.
22474
22475 2005-10-14  Simon Josefsson  <jas@extundo.com>
22476
22477         * lib/arcfour.h, lib/arcfour.c: New files.
22478
22479 2005-10-14  Roland McGrath  <roland@redhat.com>
22480
22481         Import from libc.  [BZ #1331]
22482         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
22483         macro argument.
22484         Reported by Matej Vela <vela@debian.org>.
22485
22486 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
22487
22488         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
22489         include <wchar.h>; no longer needed.
22490
22491 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
22492
22493         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
22494
22495 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
22496         and  Ulrich Drepper  <drepper@redhat.com>
22497
22498         Import from libc.
22499         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
22500         instead of inline stream orientation test and two separate
22501         function calls.  Pay no attention to USE_IN_LIBIO.
22502
22503 2005-10-13  Simon Josefsson  <jas@extundo.com>
22504
22505         * modules/gc-hmac-md5-tests: New file.
22506
22507         * tests/test-gc-hmac-sha1.c: New file.
22508
22509         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
22510
22511         * modules/gc-hmac-md5-tests: New file.
22512
22513         * tests/test-gc-md5.c: New file.
22514
22515         * modules/gc-md5-tests: New file.
22516
22517 2005-10-13  Simon Josefsson  <jas@extundo.com>
22518
22519         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
22520         Move memory allocation outside of loop.
22521
22522 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
22523
22524         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
22525         intermediate directory is in a read-only file system.  Problem
22526         reported by Eric Blake.
22527
22528 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
22529
22530         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
22531
22532 2005-10-12  Simon Josefsson  <jas@extundo.com>
22533
22534         * tests/test-hmac-sha1.c: New file.
22535
22536         * modules/hmac-sha1-tests: New file.
22537
22538         * modules/hmac-sha1: New file.
22539
22540 2005-10-12  Simon Josefsson  <jas@extundo.com>
22541
22542         * modules/gc-sha1: New file.
22543
22544 2005-10-12  Simon Josefsson  <jas@extundo.com>
22545
22546         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
22547
22548         * tests/test-gc-pbkdf2-sha1.c: New file.
22549
22550 2005-10-12  Simon Josefsson  <jas@extundo.com>
22551
22552         * modules/gc-md5, modules/gc-hmac-md5: New files.
22553
22554         * modules/gc (Files): Remove md5, memxor and hmac files.
22555
22556 2005-10-12  Simon Josefsson  <jas@extundo.com>
22557
22558         * m4/gc-pbkdf2-sha1.m4: New file.
22559
22560         * m4/gc-hmac-sha1.m4: New file.
22561
22562         * m4/gc-sha1: New file.
22563
22564         * m4/hmac-sha1.m4: New file.
22565
22566 2005-10-12  Simon Josefsson  <jas@extundo.com>
22567
22568         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
22569
22570         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
22571
22572 2005-10-12  Simon Josefsson  <jas@extundo.com>
22573
22574         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
22575         suggested by Bruno Haible <bruno@clisp.org>.
22576
22577 2005-10-12  Simon Josefsson  <jas@extundo.com>
22578
22579         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
22580
22581 2005-10-12  Simon Josefsson  <jas@extundo.com>
22582
22583         * lib/gc-pbkdf2-sha1.c: New file.
22584
22585         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
22586
22587 2005-10-12  Simon Josefsson  <jas@extundo.com>
22588
22589         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
22590
22591         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
22592
22593 2005-10-12  Simon Josefsson  <jas@extundo.com>
22594
22595         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
22596         GC_USE_HMAC_MD5, respectively.
22597
22598         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
22599         (gc_md5): Fix typo.
22600
22601         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
22602
22603         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
22604
22605         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
22606
22607 2005-10-12  Bruno Haible  <bruno@clisp.org>
22608
22609         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
22610         Reported by Stepan Kasal <kasal@ucw.cz>.
22611
22612 2005-10-11  Simon Josefsson  <jas@extundo.com>
22613
22614         * tests/test-crc.c: New file.
22615
22616         * modules/crc, modules/crc-tests: New files.
22617
22618 2005-10-11  Simon Josefsson  <jas@extundo.com>
22619
22620         * m4/crc.m4: New file.
22621
22622 2005-10-11  Simon Josefsson  <jas@extundo.com>
22623
22624         * lib/gc.h: Add gc_hash and gc_hash_buffer.
22625
22626         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
22627
22628         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
22629
22630 2005-10-11  Simon Josefsson  <jas@extundo.com>
22631
22632         * lib/crc.h, lib/crc.c: New files.
22633
22634         * lib/gc.h (gc_hash_buffer): Add doc.
22635
22636 2005-10-11  Bruno Haible  <bruno@clisp.org>
22637
22638         * modules/c-strcasestr: New file.
22639         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
22640
22641 2005-10-11  Bruno Haible  <bruno@clisp.org>
22642
22643         * modules/c-strcase: New file.
22644         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
22645
22646 2005-10-11  Bruno Haible  <bruno@clisp.org>
22647
22648         * lib/strcasecmp.c: Include limits.h.
22649         (strcasecmp): Avoid integer overflow on exotic platforms.
22650         * lib/strncasecmp.c: Include limits.h.
22651         (strncasecmp): Avoid integer overflow on exotic platforms.
22652         Reported by Paul Eggert.
22653
22654 2005-10-11  Bruno Haible  <bruno@clisp.org>
22655
22656         * lib/c-strcasestr.h: New file, from GNU gettext.
22657         * lib/c-strcasestr.c: New file, from GNU gettext.
22658
22659 2005-10-11  Bruno Haible  <bruno@clisp.org>
22660
22661         * lib/c-strcase.h: New file, from GNU gettext.
22662         * lib/c-strcasecmp.c: New file, from GNU gettext.
22663         * lib/c-strncasecmp.c: New file, from GNU gettext.
22664
22665 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
22666
22667         * modules/mempcpy (License): GPL -> LGPL.
22668         * modules/strchrnul (License): Likewise.
22669         * modules/sysexits (License): Likewise.
22670
22671 2005-10-08  Simon Josefsson  <jas@extundo.com>
22672
22673         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
22674
22675 2005-10-07  Simon Josefsson  <jas@extundo.com>
22676
22677         * m4/memxor.m4: Remove gl_C_RESTRICT call.
22678
22679 2005-10-06  Simon Josefsson  <jas@extundo.com>
22680
22681         * tests/test-hmac-md5.c: New file.
22682
22683         * modules/hmac-md5-tests: New file.
22684
22685         * modules/hmac-md5: New file.
22686
22687 2005-10-06  Simon Josefsson  <jas@extundo.com>
22688
22689         * m4/hmac-md5.m4: New file.
22690
22691         * m4/memxor.m4: Require gl_C_RESTRICT.
22692
22693 2005-10-06  Simon Josefsson  <jas@extundo.com>
22694
22695         * lib/memxor.c (memxor): Avoid casts and warnings.
22696
22697 2005-10-06  Simon Josefsson  <jas@extundo.com>
22698
22699         * lib/hmac-md5.c: New file.
22700
22701         * lib/hmac.h: New file.
22702
22703 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
22704
22705         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
22706         promotes to int, not unsigned int, to catch the AIX 5.3
22707         compiler bug.
22708
22709 2005-10-05  Simon Josefsson  <jas@extundo.com>
22710
22711         * modules/memxor: New file.
22712
22713         * modules/iconv (Files): Move config.rpath to havelib, it is used
22714         there.
22715
22716         * modules/havelib (Files): Add config.rpath.
22717
22718 2005-10-05  Simon Josefsson  <jas@extundo.com>
22719
22720         * m4/memxor.m4: New file.
22721
22722 2005-10-05  Simon Josefsson  <jas@extundo.com>
22723
22724         * lib/memxor.c (memxor): Fix compiler error.
22725
22726         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
22727         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
22728
22729         * lib/memxor.h, lib/memxor.c: New files.
22730
22731         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
22732         we assume all systems have it, suggested by Jim Meyering
22733         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
22734         any systems lack sys/socket.h; mingw32 is known to lack it, but we
22735         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
22736         same reasons.
22737
22738 2005-10-05  Simon Josefsson  <jas@extundo.com>
22739
22740         * config/srclist.txt: Add glibc bug 1423 for md5.h.
22741
22742 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
22743
22744         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
22745         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
22746         needed, since the source code now assumes these .h files.
22747
22748 2005-10-05  Derek Price  <derek@ximbiot.com>
22749
22750         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
22751
22752 2005-10-05  Bruno Haible  <bruno@clisp.org>
22753
22754         * modules/stdint (License): Change to LGPL.
22755
22756 2005-10-04  Simon Josefsson  <jas@extundo.com>
22757
22758         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
22759         D. Baushke" <mdb@gnu.org>.
22760
22761 2005-10-04  Bruno Haible  <bruno@clisp.org>
22762
22763         * lib/verify.h (verify_true): Provide alternative definition for C++.
22764
22765 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
22766
22767         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
22768         (SSIZE_MAX): New macro, if not already defined.
22769         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
22770         than 2 GiB.
22771
22772 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
22773
22774         Sync from coreutils.
22775         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
22776         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
22777         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
22778         ULLONG_MAX doesn't work with 2.7.2.1.
22779
22780 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
22781
22782         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
22783         From Ben Pfaff.
22784
22785         * modules/exclude (Depends-on): Depend on verify.
22786         * modules/strtoimax (Depends-on): Likewise.
22787         * modules/utimecmp (Depends-on): Likewise.
22788
22789 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
22790
22791         * lib/exclude.c: Include verify.h.
22792         (verify): Remove.  All callers changed to use verify.h's version.
22793         * lib/strtoimax.c: Likewise.
22794         * lib/utimecmp.c: Likewis.e
22795
22796         Sync from coreutils.
22797         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
22798         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
22799         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
22800         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
22801         bother returning ENOSYS if settimeofday or stime fails; just let
22802         them return whatever errno they want to return.
22803         * lib/utimens.c: Include unistd.h, for dup2.
22804         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
22805         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
22806
22807 2005-10-02  Jim Meyering  <jim@meyering.net>
22808
22809         Sync from coreutils.
22810         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
22811         from glibc-2.2.5 that fails for read-only files.
22812
22813 2005-10-02  Jim Meyering  <jim@meyering.net>
22814
22815         Sync from coreutils.
22816         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
22817         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
22818         `#if HAVE_CONFIG_H'.
22819         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
22820         Remove AT_FDCWD test.
22821         Do not consume the fd unless successful.
22822         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
22823         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
22824         block, so that we don't even try to compile it if settimeofday is
22825         available.  This works around a compilation failure on OSF1 V5.1,
22826         due to stime requiring a `long int*' while tv_sec is `int'.
22827
22828 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
22829
22830         Sync from coreutils.
22831         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
22832         against `yes', rather than just testing for nonempty.
22833
22834 2005-10-01  Simon Josefsson  <jas@extundo.com>
22835
22836         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
22837         and Darwin.
22838
22839         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
22840         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
22841         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
22842         freeaddrinfo and gai_strerror are declared by the POSIX headers.
22843         Check if struct addrinfo is declared.
22844
22845 2005-10-01  Simon Josefsson  <jas@extundo.com>
22846
22847         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
22848         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
22849         AI_* and EAI_* definitions.  Protect function declarations.
22850
22851 2005-10-01  Jim Meyering  <jim@meyering.net>
22852
22853         Sync from coreutils.
22854
22855         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
22856         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
22857         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
22858         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
22859         in the inet and nsl libraries.  Required on Solaris 5.7.
22860
22861 2005-10-01  Jim Meyering  <jim@meyering.net>
22862
22863         Sync from coreutils.
22864         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
22865         in the inet and nsl libraries.  Required on Solaris 5.7.
22866
22867 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
22868
22869         * lib/getdelim.c (getdelim): Remove unused variables.
22870
22871 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
22872
22873         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
22874         so that the code works even with ancient cpp.  Portability problem
22875         with GCC 2.7.2.1 reported by Thomas M.Ott.
22876
22877 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
22878
22879         * modules/regex (Depends-on): Add strcase.
22880
22881         * modules/gethostname (Licence): Change from GPL to LGPL, since
22882         gethostname.c is a trivial implementation of a standard library
22883         function.
22884         * modules/poll (License): Change from GPL to LGPL, since it's
22885         derived from LGPL code.
22886
22887 2005-09-27  Jim Meyering  <jim@meyering.net>
22888
22889         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
22890         HAVE_CONFIG_H.
22891
22892         * lib/intprops.h (signed_type_or_expr__): Define.
22893         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
22894         for unsigned types.
22895
22896 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
22897
22898         * lib/verify.h (verify_expr): Remove, replacing with:
22899         (verify_true): New macro that returns true instead of void.
22900         (verify_type__): Remove.
22901         (verify): Use verify_true rather than verify_type__.
22902
22903 2005-09-26  Bruno Haible  <bruno@clisp.org>
22904
22905         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
22906         is necessary.
22907         (lib_SOURCES): Remove mbchar.c.
22908         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
22909         (Files): Add m4/mbrtowc.m4.
22910         * modules/mbiter: Likewise.
22911         * modules/mbuiter: Likewise.
22912
22913 2005-09-26  Bruno Haible  <bruno@clisp.org>
22914
22915         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
22916         compile mbchar.c if they are not both present.
22917         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
22918         * m4/mbiter.m4 (gl_MBITER): Likewise.
22919         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
22920         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
22921         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
22922
22923 2005-09-25  Jim Meyering  <jim@meyering.net>
22924
22925         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
22926         also uses socklen_t.
22927
22928 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
22929
22930         * lib/utimens.c (ENOSYS): Define if not already defined.
22931         (futimens): Support having a null PATH if the file descriptor
22932         is nonnegative.
22933
22934         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
22935         Remove.
22936         (__attribute): Define to empty unless GCC 3.1 or later.
22937         This works around a core dump on OpenBSD 3.4, which has GCC
22938         2.95.3, which dumps core when given __attribute__(()).  It also
22939         simplifies other tests, since we really don't want to bother with
22940         worrying about which ancient version of GCC supported what.
22941         Original problem reported by Yoann Vandoorselaere, with part of
22942         the fix suggested by Derek Price.
22943
22944 2005-09-24  Jim Meyering  <jim@meyering.net>
22945
22946         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
22947         so we can once again use a positive bitfield width of 1 -- now we
22948         don't have to explain why we were using a bitfield width of 2.
22949
22950 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
22951
22952         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
22953         and similarly for the other external symbols.  Problem reported
22954         by James Gallager.
22955
22956         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
22957         bug reported by Jim Meyering.
22958
22959         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
22960         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
22961         not needed, since socklen is a prerequisite module.
22962
22963 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
22964
22965         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
22966         Problem reported by Eric Blake.
22967         (getaddrinfo): Initialize se so that it's not garbage.
22968         Redo internal storage allocation so that it doesn't make unportable
22969         assumptions about alignment.
22970         Fix a memory leak.
22971
22972         * lib/utimens.c (futimens): Use futimesat if available.
22973         Prefer it to futimes since it doesn't have the futimes bug.
22974
22975         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
22976         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
22977         Instead, declare a function that returns a pointer to an array,
22978         and use verify_type__ to declare the size of the array.
22979         Problem and germ of a solution reported by Bruno Haible.
22980         (verify_type__): Use 2, not 1, for bitfield size, to avoid
22981         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
22982
22983 2005-09-23  Jim Meyering  <jim@meyering.net>
22984
22985         Sync from coreutils.
22986         Correct build failure (socklen_t not defined) on at least
22987         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
22988         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
22989
22990 2005-09-23  Jim Meyering  <jim@meyering.net>
22991
22992         * modules/getaddrinfo (Depends-on): Add socklen.
22993
22994 2005-09-23  Bruno Haible  <bruno@clisp.org>
22995
22996         * tests/test-verify.c: New file.
22997
22998 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
22999
23000         Sync from coreutils.
23001
23002         * modules/argmatch (Depends-on): Add verify.
23003         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
23004         unistd-safer.
23005         * modules/save-cwd (Depends-on): Likewise.
23006
23007         * modules/openat (Files): Add lib/openat-die.c.
23008         (Depends-on): Remove error, exitfail.
23009         Add dirname.
23010
23011         * modules/verify: New file.
23012         * MODULES.html.sh (Diagnostics <assert.h>): New section,
23013         with "verify" module.
23014
23015 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
23016
23017         Sync from coreutils.
23018
23019         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
23020         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
23021         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
23022         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
23023         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
23024         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
23025         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
23026         Don't bother checking for string.h, stdlib.h, unistd.h.
23027         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
23028         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
23029         module's job.
23030         * m4/jm-macros.m4 (gl_MACROS): Likewise.
23031         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
23032
23033         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
23034         (gl_GETDATE): Use it.
23035
23036         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
23037
23038 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
23039
23040         Sync from coreutils.
23041
23042         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
23043         stat-time.h.
23044         * lib/argmatch.h: Include verify.h
23045         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
23046         (ARGMATCH_ASSERT): Remove; unused.
23047         * lib/canonicalize.c: Assume STDC_HEADERS.
23048         * lib/exclude.c: Include "strcase.h".
23049         * lib/regex_internal.h [!defined _LIBC]: Likewise.
23050         * lib/getusershell.c: Include stdio--.h rather than stdio.h
23051         and stdio-safer.h.
23052         (getusershell): Call fopen, not fopen_safer.
23053         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
23054         Do not include unistd-safer.h.
23055         (save_cwd): Don't call fd_safer; no longer needed
23056         now that we include fcntl--.h.
23057
23058         * lib/getdate.y (relative_time): New type.
23059         (RELATIVE_TIME_0): New constant.
23060         (parser_control): Use relative_time instead of doing it ourselves.
23061         (%union): Add new relative_time rel member.
23062         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
23063         Now typeless.
23064         (relunit, relunit_snumber): Now of type rel.
23065         (zone, rel, relunit, get_date): Adjust to above changes.
23066
23067         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
23068         Do not include unistd-safer.h.
23069         (getloadavg): Don't call fd_safer; no longer needed
23070         now that we include fcntl--.h.
23071
23072         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
23073         (make_dir_parents): Treat ENOSYS like EEXIST.
23074
23075         Improve quality of diagnostics on restore_cwd failure.
23076         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
23077         (make_dir_parents): Last arg is now int * (for errno), not bool *.
23078         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
23079         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
23080         each time through the loop.  Do not diagnose restore_cwd failure;
23081         that is the caller's job (and perhaps the caller does not care).
23082
23083         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
23084         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
23085         If the file already exists but is not a directory, don't bother
23086         to try to make its parents.
23087         Close potential file descriptor leak if we can't chdir("/") (!).
23088         Don't always return true if chdir($PWD) fails; return true only
23089         if the requested action was done successfully (except for the
23090         chdir($PWD)).
23091         Don't log final directory unless we actually made it.
23092         Refactor to avoid duplicate code to fix up permissions.
23093         Don't attempt to fix up parent permissions if chdir($PWD) fails.
23094
23095         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
23096         to make it a bit faster and (I hope) clearer.
23097         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
23098         Fix bug in formats like %2N.
23099
23100         * lib/verify.h: New file.
23101
23102 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
23103
23104         Sync from coreutils.
23105         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
23106
23107 2005-09-22  Jim Meyering  <jim@meyering.net>
23108
23109         Sync from coreutils.
23110
23111         * m4/lstat.m4 (gl_FUNC_LSTAT):
23112         Use AC_LIBSOURCES to require lstat.c and lstat.h.
23113         Remove obsolete comment.
23114         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
23115         * m4/xstrtod.m4: Likewise.
23116
23117         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
23118
23119 2005-09-22  Jim Meyering  <jim@meyering.net>
23120
23121         Sync from coreutils.
23122
23123         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
23124
23125         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
23126         the .tm_year member, since otherwise gcc-4.0 would now warn about
23127         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
23128
23129         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
23130         order to avoid an unsuppressible warning from gcc on 64-bit systems.
23131
23132         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
23133         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
23134         when run in a time zone for which daylight savings time is in effect
23135         for the starting date.
23136
23137         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
23138         stop us from restricting permissions of just-created absolute-named
23139         directories.
23140         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
23141         to restore initial working directory.
23142         * lib/mkdir-p.c (make_dir_parents): New parameter:
23143         different_working_dir, to tell caller if/when we change the working
23144         directory and are unable to return to the initial one.
23145         * lib/mkdir-p.h (make_dir_parents): Update prototype.
23146         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
23147         `return false'.  This fixes a bug introduced on 2004-07-30.
23148
23149         * lib/openat.c (fdopendir): Be sure to close the supplied
23150         file descriptor before returning.  This makes our replacement
23151         implementation a little closer to Solaris's, where fdopendir
23152         ties the file descriptor to the returned DIR* pointer.
23153         * lib/openat.c (unlinkat): New function.
23154         * lib/openat.h (unlinkat): Add prototype.
23155         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
23156         (openat_restore_fail): Rename from openat_restore_die.
23157         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
23158
23159         Provide an alternative to exiting immediately upon save_cwd or
23160         restore_cwd failure.  Now, an application can arrange e.g.,
23161         to perform a longjump in that case.
23162         * lib/openat.c: Include dirname.h.
23163         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
23164         (rpl_openat, fdopendir, fstatat): Call openat_save_die
23165         and openat_restore_die rather than calling error directly.
23166         Don't include "error.h" or "exitfail.h"; they're no longer needed.
23167
23168         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
23169         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
23170         define.
23171
23172         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
23173         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
23174                             int utc, int nanoseconds);
23175         Background:
23176         date should not have to allocate a megabyte of virtual memory to
23177         handle a format argument like +%1048575T.  When implemented with
23178         strftime, it must allocate such a buffer, use strftime to fill it
23179         in, print it, then free it.
23180         With fprintftime, it simply prints everything and exits.
23181         With no need for memory allocation, that's one fewer way to fail.
23182         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
23183         optional field width, not before, so we accept %9:z, not %:9z.
23184         (my_strftime): Be sure to use L_('x') for literals.
23185
23186         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
23187         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
23188         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
23189         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
23190         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
23191         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
23192         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
23193         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
23194         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
23195         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
23196         * lib/xgethostname.c, lib/xreadlink.c:
23197         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
23198
23199         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
23200         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
23201         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
23202         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
23203         and don't include <sys/file.h>).
23204
23205 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
23206
23207         Sync from coreutils.
23208
23209         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
23210         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
23211         [!LDAV_DONE]: Avoid unused variable warning.
23212
23213 2005-09-21  Bruno Haible  <bruno@clisp.org>
23214
23215         * lib/unicodeio.h (unicode_to_mb): New declaration.
23216
23217 2005-09-20  Derek Price  <derek@ximbiot.com>
23218
23219         * lib/getaddrinfo.c: Don't include <netdb.h> included from
23220         getaddrinfo.h.
23221
23222 2005-09-20  Bruno Haible  <bruno@clisp.org>
23223
23224         * gnulib-tool: Remove trailing slashes from the values specified for
23225         --source-base, --m4-base, --tests-base, --aux-dir.
23226         Suggested by Simon Josefsson <jas@extundo.com>.
23227
23228 2005-09-20  Bruno Haible  <bruno@clisp.org>
23229
23230         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
23231         func_modules_to_filelist, func_import, func_create_testdir): Make all
23232         sorting results locale-independent, so that gnulib-cache.m4 doesn't
23233         change when gnulib-tool is invoked in a different locale.
23234
23235 2005-09-19  Simon Josefsson  <jas@extundo.com>
23236
23237         * m4/socklen.m4: Fix typo.
23238
23239 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23240
23241         Use a consistent style for including <config.h>.
23242         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
23243         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
23244         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
23245         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
23246         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
23247         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
23248         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
23249         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
23250         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
23251         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
23252         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
23253         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
23254         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
23255         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
23256         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
23257         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
23258         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
23259         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
23260         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
23261         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
23262         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
23263         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
23264         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
23265         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
23266         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
23267         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
23268         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
23269         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
23270         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
23271         lib/xstrtoumax.c, lib/yesno.c:
23272         Standardize inclusion of config.h.
23273         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
23274         lib/inttostr.h:  Removed inclusion of config.h from header files.
23275         * lib/inttostr.c:  Adjusted in-tree users.
23276         * lib/timespec.h: Remove superfluous warning to include config.h.
23277         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
23278         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
23279         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
23280         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
23281         config.h with HAVE_CONFIG_H.
23282
23283 2005-09-19  Jim Meyering  <jim@meyering.net>
23284
23285         * modules/pathmax (License): Change to LGPL.
23286
23287 2005-09-19  Derek Price  <derek@ximbiot.com>
23288
23289         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
23290
23291 2005-09-19  Bruno Haible  <bruno@clisp.org>
23292
23293         * gnulib-tool (import): Provide default for --tests-base.
23294
23295 2005-09-19  Bruno Haible  <bruno@clisp.org>
23296
23297         * doc/quote.texi: New file, extracted from gnulib.texi.
23298         * doc/ctime.texi: New file, extracted from gnulib.texi.
23299         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
23300         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
23301         * doc/gnulib.texi: Include them.
23302
23303 2005-09-18  Bruno Haible  <bruno@clisp.org>
23304
23305         Portability fix.
23306         * gnulib-tool (func_readlink): New function.
23307         (func_ln_if_changed): Use it.
23308
23309 2005-09-18  Bruno Haible  <bruno@clisp.org>
23310
23311         * gnulib-tool: Support --with-tests also with --import.
23312         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
23313         (func_import): Use variables $testsbase and $inctests. Emit a
23314         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
23315         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
23316         SUBDIRS += $testsdir.
23317         (func_create_testdir): Update.
23318
23319 2005-09-18  Bruno Haible  <bruno@clisp.org>
23320
23321         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
23322         instead of $dry_run.
23323         (func_cp_if_changed, func_mv_if_changed): Remove functions.
23324         (func_ln_if_changed): Don't handle dry-run here.
23325         (func_import): In dry-run mode, detect more precisely which actions
23326         would be performed, and don't use "...ing" verbs.
23327
23328 2005-09-18  Bruno Haible  <bruno@clisp.org>
23329
23330         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
23331         (func_import): Use join on two temporary files instead of three nested
23332         loops, in order to determine which files are new or old.
23333
23334 2005-09-18  Bruno Haible  <bruno@clisp.org>
23335
23336         * gnulib-tool (func_import): Comment out code that spits out the
23337         new files with --dry-run.
23338
23339 2005-09-18  Bruno Haible  <bruno@clisp.org>
23340
23341         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
23342
23343 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
23344
23345         * lib/stat-time.h: New file.
23346         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
23347         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
23348         in a different way.
23349         (timespec_cmp): New function.
23350         * lib/utimecmp.c: Include stat-time.h.
23351         (SYSCALL_RESOLUTION): Depend on whether various struct stat
23352         members exist, not on the obsolescent ST_MTIM_NSEC.
23353         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
23354
23355 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
23356
23357         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
23358
23359 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
23360
23361         * MODULES.html.sh (File system functions): Add stat-time.
23362         * modules/stat-time: New file.
23363         * modules/timespec (Files): Remove m4/st_mtim.m4; this
23364         is now done in a different way, by the stat-time module.
23365         * modules/utimecmp (Depends-on): Add stat-time.
23366
23367 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
23368
23369         * m4/st_mtim.m4: Remove.  Superseded by...
23370         * m4/stat-time.m4: New file.
23371         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
23372         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
23373
23374 2005-09-15  Derek Price  <derek@ximbiot.com>
23375
23376         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
23377
23378 2005-09-15  Derek Price  <derek@ximbiot.com>
23379
23380         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
23381         * lib/regex_internal.c: Ditto, using this...
23382         (__GNUC_PREREQ): ...new macro.
23383         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
23384         using...
23385         (__GNUC_PREREQ): ...this new macro.
23386
23387         * lib/strstr.h: Include string.h. Define strstr as a macro here.
23388
23389 2005-09-15  Derek Price  <derek@ximbiot.com>
23390             Paul Eggert  <eggert@cs.ucla.edu>
23391
23392         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
23393         changes, consolidating in...
23394         * lib/regex_internal.h: ...this file.
23395
23396 2005-09-13  Jim Meyering  <jim@meyering.net>
23397
23398         * lib/canon-host.c: Filter through gnu indent and reword comments
23399         slightly.
23400         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
23401
23402 2005-09-13  Derek Price  <derek@ximbiot.com>
23403
23404         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
23405         failure.
23406         Reported by Jim Meyering  <jim@meyering.net>.
23407
23408 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
23409
23410         * lib/base64.c: Typo.
23411         (base64_encode): Put b64str in initialized data section.
23412
23413 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
23414
23415         Merge glibc and coreutils changes into gnulib, plus a few
23416         extra fixes.
23417         * lib/md5.c: Use #error rather than a string.
23418         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
23419         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
23420         (__attribute__): Define to empty for non recent-GCC.
23421         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
23422         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
23423         Renamed from their non-__ counterparts, with new macros replacing
23424         them if not _LIBC.  Add __THROW attribute.
23425         (rol): Remove.
23426         (struct md5_ctx): Align buffer if using GCC.
23427         * lib/sha1.h (struct sha1_ctx): Likewise.
23428         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
23429         The old name was backwards.
23430         (NOTSWAP): Remove; not used.
23431         (rol): New macro, moved here from md5.h.
23432         (sha1_process_block): Remove a FIXME that doesn't make sense.
23433
23434 2005-09-12  Derek Price  <derek@ximbiot.com>
23435
23436         Return usable errors from canon-host.
23437         * lib/canon-host.h: New file.
23438         * lib/canon-host.c (canon_host): Wrap...
23439         (canon_host_r): ...this new function, which now relies exclusively on
23440         getaddrinfo.
23441         (ch_strerror): New function.
23442         (last_cherror): New global.
23443         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
23444         interface.
23445         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
23446         void *.
23447         (freeaddrinfo): Free ai->ai_canonname when set.
23448
23449 2005-09-12  Derek Price  <derek@ximbiot.com>
23450
23451         Make canon-host require getaddrinfo.
23452         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
23453         AC_LIBSOURCE canon-host.h.  Call...
23454         (gl_PREREQ_CANON_HOST): ...this new function, which requires
23455         gl_GETADDRINFO.
23456         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
23457
23458 2005-09-12  Derek Price  <derek@ximbiot.com>
23459
23460         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
23461         LGPL.
23462         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
23463
23464 2005-09-12  Derek Price  <derek@ximbiot.com>
23465
23466         * lib/gai_strerror.c: Include config.h when available.  Include
23467         getaddrinfo.h before other headers to test interface.
23468         Reported by Larry Jones <lawrence.jones@ugs.com>.
23469
23470 2005-09-12  Derek Price  <derek@ximbiot.com>
23471             Paul Eggert  <eggert@cs.ucla.edu>
23472
23473         * modules/glob (Files): Add glob-libc.h.
23474
23475 2005-09-12  Derek Price  <derek@ximbiot.com>
23476             Paul Eggert  <eggert@cs.ucla.edu>
23477
23478         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
23479         glob_.h, glob-libc.h.
23480         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
23481
23482 2005-09-12  Derek Price  <derek@ximbiot.com>
23483             Paul Eggert  <eggert@cs.ucla.edu>
23484
23485         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
23486         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
23487         protecting things that should be done only in gnulib contexts.
23488         * lib/glob_.h: New file, containing only the glob things needed for
23489         gnulib.
23490         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
23491         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
23492         (glob, globfree, glob_pattern_p): Now defined simply in terms of
23493         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
23494         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
23495         and to respect the namespace rules better.
23496
23497 2005-09-08  Simon Josefsson  <jas@extundo.com>
23498
23499         * modules/socklen: New file.
23500
23501 2005-09-08  Simon Josefsson  <jas@extundo.com>
23502
23503         * m4/socklen.m4: New file.
23504
23505 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
23506
23507         * modules/utimens (Files): Add m4/utimbuf.m4, since
23508         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
23509         Reported by Sergey Poznyakoff.
23510
23511 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
23512
23513         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
23514         definitions, since that's the preferred style in glibc.
23515         Fix a minor spacing issue, and update copyright notice to match
23516         glibc's.
23517
23518 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
23519
23520         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
23521
23522 2005-09-06  Simon Josefsson  <jas@extundo.com>
23523
23524         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
23525         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
23526
23527 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
23528
23529         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
23530         warning.
23531
23532 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
23533
23534         * config/srclist.txt: Add glibc bug 1302.
23535
23536 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
23537
23538         Change bitset word type from unsigned int to unsigned long int,
23539         as this has better performance on typical 64-bit hosts.
23540         Port bitset code to hosts with unusual word sizes.
23541         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
23542         (build_collating_symbol):
23543         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
23544         argument is a bitset.  This is merely a style issue, but it makes
23545         it clearer that an entire array is expected.
23546         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
23547         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
23548         Port to the case where bitset_word is not the same as unsigned int.
23549         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
23550         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
23551         Likewise.
23552         * lib/regexec.c (check_dst_limits_calc_pos_1,
23553         check_subexp_matching_top):
23554         (build_trtable, group_nodes_into_DFAstates):
23555         Likewise.
23556         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
23557         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
23558         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
23559         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
23560         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
23561         * lib/regcomp.c (optimize_subexps, lower_subexp):
23562         Work even if bitset_word has holes in its bitwise representation.
23563         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
23564         * lib/regexec.c (check_dst_limits_calc_pos_1,
23565         check_subexp_matching_top):
23566         Likewise.
23567         * lib/regex_internal.c (re_string_reconstruct):
23568         Don't assume UCHAR_MAX == 255.
23569         * lib/regex_internal.h (bitset_set_all): Likewise.
23570         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
23571         All uses changed.
23572         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
23573         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
23574         All uses changed.
23575         (BITSET_WORD_MAX): New macro.
23576         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
23577         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
23578         (bitset_empty, bitset_copy):
23579         Prefer sizeof (bitset) to multiplying it out ourselves.
23580         (bitset_not_merge): Remove; unused.
23581         (bitset_contain): Return bool, not unsigned int with one bit on.
23582         All callers changed.
23583         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
23584         alignment than re_node_set; do this by defining a new internal
23585         type struct dests_alloc and using it to allocate memory.
23586
23587 2005-09-05  Bruno Haible  <bruno@clisp.org>
23588
23589         * gnulib-tool (func_import): Fix comparison in handling of symbolic
23590         links.
23591
23592 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
23593
23594         * modules/size_max (Makefile.am): Add size_max.h
23595
23596 2005-09-04  Derek Price  <derek@ximbiot.com>
23597
23598         * gnulib-tool (func_import): Fix reversed $symbolic logic.
23599
23600 2005-09-03  Simon Josefsson  <jas@extundo.com>
23601
23602         * gnulib-tool: Fix typo.
23603
23604 2005-09-03  Simon Josefsson  <jas@extundo.com>
23605
23606         * config/srclist.txt: Add glibc bug 1293.
23607
23608 2005-09-03  Derek Price  <derek@ximbiot.com>
23609
23610         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
23611         From Larry Jones <lawrence.jones@ugs.com>.
23612
23613 2005-09-02  Simon Josefsson  <jas@extundo.com>
23614
23615         * modules/socklen: New file.
23616
23617 2005-09-02  Simon Josefsson  <jas@extundo.com>
23618
23619         * modules/havelib: New module.
23620
23621         * modules/gettext, modules/iconv, modules/lock, modules/readline:
23622         Use havelib.
23623
23624 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
23625
23626         Check for arithmetic overflow when calculating sizes, to prevent
23627         some buffer-overflow issues.  These patches are conservative, in the
23628         sense that when I couldn't determine whether an overflow was possible,
23629         I inserted a run-time check.
23630         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
23631         macros.
23632         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
23633         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
23634         (re_xnrealloc, re_x2nrealloc): New inline functions.
23635         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
23636         parse_bracket_exp):
23637         (build_equiv_class, build_charclass): Check for arithmetic overflow
23638         in size expression calculations.
23639         * lib/regex_internal.c (re_string_realloc_buffers):
23640         (build_wcs_upper_buffer, re_node_set_add_intersect):
23641         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
23642         (re_dfa_add_node, register_state): Likewise.
23643         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
23644         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
23645         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
23646         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
23647
23648 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
23649
23650         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
23651         m4/ulonglong.m4.  Problem reported by Martin Lambers.
23652
23653 2005-09-02  Bruno Haible  <bruno@clisp.org>
23654
23655         Support for lib vs. lib64 distinction on biarch platforms.
23656         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
23657         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
23658         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
23659
23660 2005-09-02  Bruno Haible  <bruno@clisp.org>
23661
23662         * gnulib-tool (import): In the other first-use case, provide defaults
23663         as well.
23664
23665 2005-09-02  Bruno Haible  <bruno@clisp.org>
23666
23667         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
23668         patches not yet found in the latest gettext release.
23669
23670 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
23671
23672         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
23673         to avoid a collision with bits/local_lim.h in glibc.
23674         All uses changed.  Problem reported by Dmitry V. Levin in
23675         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
23676
23677         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
23678         bugs in int versus size_t comparisons.
23679         (re_string_context_at): Fix bug where the code assumed that
23680         Idx is signed.
23681
23682         Use bool where appropriate.
23683         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
23684         All callers changed.
23685         (calc_eclosure_iter): Likewise, for ROOT arg.
23686         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
23687         (build_charclass_op): Likewise, for NON_MATCH arg.
23688         * lib/regex_internal.c (re_string_allocate, re_string_construct):
23689         (re_string_construct_common): Likewise, for ICASE arg.
23690         * lib/regexec.c (re_search_2_stub, re_search_stub):
23691         Likewise, for RET_LEN arg.
23692         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
23693         (set_regs): Likewise, for FL_BACKTRACK arg.
23694         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
23695         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
23696         (calc_eclosure_iter, parse_bracket_exp):
23697         Use bool for internal variables that are booleans.
23698         * lib/regexec.c (re_search_internal, check_matching,
23699         proceed_next_node):
23700         (set_regs, build_sifted_states, sift_states_bkref):
23701         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
23702         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
23703         (find_collation_sequence_value):
23704         Likewise.
23705         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
23706         (re_node_set_compare):
23707         Return bool, not int. All callers changed.
23708         * lib/regexec.c (check_halt_node_context, check_dst_limits):
23709         (build_trtable, check_node_accept): Likewise.
23710         * lib/regex_internal.h: Include stdbool.h.
23711
23712         Fix bugs uncovered when converting to bool.
23713         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
23714         failure instead of charging ahead blindly.
23715         * lib/regex_internal.c (register_state): Likewise.
23716         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
23717         for freeing internal storage.
23718         (group_nodes_into_DFA_states): Use unsigned int, not int, for
23719         bitset pieces used as boolean, to avoid undefined behavior
23720         on hosts that do int overflow checking.
23721
23722 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
23723
23724         * config/srclist.txt: Add glibc bugs 1285-1287.
23725
23726 2005-09-01  Jim Meyering  <jim@meyering.net>
23727
23728         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
23729         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
23730         Require gl_STAT_MACROS, too.
23731
23732 2005-09-01  Bruno Haible  <bruno@clisp.org>
23733
23734         * gnulib-tool (import): In the first-use case, provide defaults.
23735
23736 2005-09-01  Bruno Haible  <bruno@clisp.org>
23737
23738         * gnulib-tool (func_import): Remove the .tmp files.
23739
23740 2005-09-01  Bruno Haible  <bruno@clisp.org>
23741
23742         * gnulib-tool (func_import): Fix handling of symbolic links.
23743
23744 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
23745
23746         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
23747         old glibc regex code mishandles strings longer than 2**31 bytes.
23748         This patch fixes this when the regex code is used in gnulib
23749         (i.e., outside glibc).
23750
23751         This patch should not affect the use of the regex code inside
23752         glibc.  No doubt this problem also needs to be handled for glibc
23753         as well, but the result will be an incompatible change to the
23754         glibc ABI, and the old ABI will have to be supported too.  That
23755         can be the the subject for another patch.
23756
23757         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
23758         governing whether the rest of this patch is active.  By default,
23759         the macro is disabled and the patch has no effect.
23760         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
23761         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
23762         (struct re_pattern_buffer, re_search, re_search_2, re_match):
23763         (re_match_2, re_set_registers): Use the new types.
23764         * lib/regex_internal.h (Idx, re_hashval_t): New types.
23765         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
23766         New macros.
23767         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
23768         (re_string_context_at, bin_tree_t, re_dfastate_t):
23769         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
23770         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
23771         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
23772         (re_string_char_size_at, re_string_wchar_at):
23773         (re_string_elem_size_at):
23774         Use the new types and macros to port to 64-bit hosts.
23775         Use unsigned types for internal values, so that the code
23776         mostly works even for arrays larger than SSIZE_MAX.
23777         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
23778         (search_duplicated_node, calc_eclosure_iter, fetch_number):
23779         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
23780         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
23781         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
23782         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
23783         (calc_inveclosure, parse_dup_op, build_range_exp):
23784         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
23785         (fetch_number, create_token_tree, mark_opt_subexp):
23786         Likewise.
23787         * lib/regex_internal.c (re_string_construct_common,
23788         create_ci_newstate):
23789         (create_cd_newstate, re_string_allocate, re_string_construct):
23790         (re_string_realloc_buffers, build_wcs_upper_buffer):
23791         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
23792         (re_string_reconstruct, re_string_peek_byte_case):
23793         (re_string_fetch_byte_case, re_string_context_at):
23794         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
23795         (re_node_set_init_copy, re_node_set_add_intersect):
23796         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
23797         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
23798         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
23799         (re_acquire_state, re_acquire_state_context, register_state):
23800         Likewise.
23801         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
23802         search_cur_bkref_entry):
23803         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
23804         (re_search_internal, re_search_2_stub, re_search_stub)
23805         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
23806         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
23807         (update_cur_sifted_state, check_dst_limits):
23808         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
23809         (check_subexp_limits, sift_states_bkref, merge_state_array):
23810         (check_subexp_matching_top, get_subexp, get_subexp_sub):
23811         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
23812         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
23813         (expand_bkref_cache, check_node_accept_bytes):
23814         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
23815         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
23816         (acquire_init_state_context, check_halt_node_context):
23817         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
23818         (sift_states_backward, clean_state_log_if_needed):
23819         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
23820         (find_recover_state, transit_state_sb, transit_state_mb):
23821         (transit_state_bkref, build_trtable, match_ctx_clean):
23822         Likewise.
23823         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
23824         to work around an assumption that REG_MISSING is negative.
23825
23826         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
23827         (seek_collating_symbol_entry) [defined _LIBC]:
23828         (lookup_collation_sequence_value) [defined _LIBC]:
23829         (build_range_exp, build_collating_symbol) [defined _LIBC]:
23830         Use prototypes rather than old-style function definitions.
23831         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
23832         (transit_state_sb) [0]:
23833         (find_collation_sequence_value) [defined _LIBC]: Likewise.
23834
23835         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
23836         rm_eo.
23837
23838         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
23839         (optimize_subexps, lower_subexp):
23840         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
23841         since the signed shift might overflow.  Use 1u<<31 instead.
23842         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
23843         Likewise.
23844         * lib/regexec.c (check_dst_limits_calc_pos_1,
23845         check_subexp_matching_top): Likewise.
23846
23847         * lib/regcomp.c (optimize_subexps, lower_subexp):
23848         Use CHAR_BIT rather than 8, for clarity.
23849         * lib/regexec.c (check_dst_limits_calc_pos_1):
23850         (check_subexp_matching_top): Likewise.
23851         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
23852         have to worry about portability issues when shifting it left.
23853         Remove no-longer-needed test for table_size > 0.
23854         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
23855         in a word, as the resulting behavior is undefined.
23856         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
23857         in one case, a <= should have been an <, and in another case the
23858         whole test was missing.
23859         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
23860         the standard name CHAR_BIT.
23861         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
23862         this is not true on one's complement and signed-magnitude hosts.
23863
23864         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
23865         next_last_offset.
23866         (struct re_dfa_t): Remove unused member states_alloc.
23867         * lib/regcomp.c (init_dfa): Don't initialize unused members.
23868
23869 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
23870
23871         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
23872         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
23873         and large-file glibc and in 32-bit large-file Solaris.
23874
23875 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
23876
23877         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
23878         lengths fit in regoff_t; this isn't true if regoff_t is the same
23879         width as size_t.
23880         * lib/regex.c (re_search_internal): 5th arg is LAST_START
23881         (= START + RANGE) instead of RANGE.  This avoids overflow
23882         problems when regoff_t is the same width as size_t.
23883         All callers changed.
23884         (re_search_2_stub): Check for overflow when adding the
23885         sizes of the two strings.
23886         (re_search_stub): Check for overflow when adding START
23887         to RANGE; if it occurs, substitute the extreme value.
23888
23889 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
23890
23891         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
23892
23893 2005-08-31  Jim Meyering  <jim@meyering.net>
23894
23895         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
23896         a pointer-to-const.
23897         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
23898         (register_state): Likewise.
23899         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
23900         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
23901         (group_nodes_into_DFAstates): Likewise.
23902
23903 2005-08-31  Jim Meyering  <jim@meyering.net>
23904
23905         * check-module: Add a FIXME comment.
23906
23907 2005-08-31  Eric Blake  <ebb9@byu.net>
23908
23909         * modules/unistd-safer (Files): Add unistd--.h.
23910         * modules/stdio-safer (Files): Add stdio--.h.
23911
23912 2005-08-31  Derek Price  <derek@ximbiot.com>
23913
23914         * lib/getdelim.c (getdelim): Return EOF on EOF.
23915         Reported by Larry Jones <lawrence.jones@ugs.com>.
23916
23917 2005-08-31  Bruno Haible  <bruno@clisp.org>
23918
23919         Avoid unnecessary diffs in the generated lib/Makefile.am.
23920         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
23921         the generated files.
23922         (func_import): Don't set cmd.
23923
23924 2005-08-31  Bruno Haible  <bruno@clisp.org>
23925
23926         * lib/strstr.c: Include <stddef.h>, for NULL.
23927         * lib/strcasestr.c: Likewise.
23928         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
23929
23930 2005-08-31  Bruno Haible  <bruno@clisp.org>
23931
23932         * gnulib-tool: New option --macro-prefix.
23933         (func_import): Use macro_prefix.
23934         (import): Handle option --macro-prefix.
23935
23936 2005-08-31  Bruno Haible  <bruno@clisp.org>
23937
23938         * gnulib-tool (import): Rename most ac_* variables to cached_*.
23939         Also use new variables cached_lgpl, cached_libtool.
23940
23941 2005-08-31  Bruno Haible  <bruno@clisp.org>
23942
23943         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
23944         always instantiating them.
23945
23946 2005-08-31  Bruno Haible  <bruno@clisp.org>
23947
23948         * gnulib-tool (func_import): Read the previous cached settings
23949         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
23950         earlier added by gnulib but are now dropped. Warn when a gnulib file
23951         overwrites a non-gnulib file.
23952
23953 2005-08-31  Bruno Haible  <bruno@clisp.org>
23954
23955         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
23956         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
23957         projects that don't keep autogenerated files in CVS. Put into
23958         actioncmd only the specified modules, not the transitive closure.
23959
23960 2005-08-31  Bruno Haible  <bruno@clisp.org>
23961
23962         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
23963         Create directories that shall be filled.
23964         (import): Don't look for gl_* macros in configure.ac. Recurse across
23965         all directories containing a gnulib-cache.m4 files, if meaningful.
23966
23967 2005-08-31  Bruno Haible  <bruno@clisp.org>
23968
23969         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
23970         (import): Set seen_libtool when we see gl_LIBTOOL.
23971
23972 2005-08-31  Bruno Haible  <bruno@clisp.org>
23973
23974         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
23975         declaration macro definitions from generated gnulib.m4.
23976
23977 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
23978
23979         * lib/iconvme.h: Add prototype for iconv_alloc.
23980
23981 2005-08-29  Simon Josefsson  <jas@extundo.com>
23982
23983         * lib/iconvme.c: Fix errno.
23984
23985 2005-08-29  Bruno Haible  <bruno@clisp.org>
23986
23987         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
23988         that it works when the directory contains spaces.
23989
23990 2005-08-29  Bruno Haible  <bruno@clisp.org>
23991
23992         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
23993
23994 2005-08-29  Bruno Haible  <bruno@clisp.org>
23995
23996         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
23997         Emit more advice.
23998
23999 2005-08-29  Bruno Haible  <bruno@clisp.org>
24000         and Stepan Kasal  <kasal@ucw.cz>
24001
24002         * check-module: If more parameters are given, check each of them
24003         separately; add more exceptions, as noted by Jim Meyering.
24004         (check_module): New procedure.
24005         (%exempt_header): Now contains all exceptions.
24006
24007 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
24008
24009         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
24010
24011 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
24012
24013         * lib/iconvme.c: Split iconv_string into iconv_alloc.
24014
24015 2005-08-28  Bruno Haible  <bruno@clisp.org>
24016
24017         * m4/gnulib-tool.m4: New file.
24018
24019 2005-08-27  Jim Meyering  <jim@meyering.net>
24020
24021         * modules/unistd-safer (Files): Add pipe-safer.c.
24022         * modules/fcntl-safer (Files): Add creat-safer.c.
24023
24024 2005-08-27  Jim Meyering  <jim@meyering.net>
24025
24026         * m4/stdlib-safer.m4: New file.  From coreutils.
24027         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
24028         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
24029         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
24030         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
24031         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
24032
24033 2005-08-27  Jim Meyering  <jim@meyering.net>
24034
24035         * lib/fopen-safer.c: Merge minor changes from coreutils.
24036         * lib/dup-safer.c: Likewise.
24037         * lib/fd-safer.c: Likewise.
24038
24039         Merge from coreutils.
24040         * lib/stdio--.h: New file.
24041         * lib/stdlib--.h: New file.
24042         * lib/mkstemp-safer.c: New file.
24043
24044         GNU tar needs these.
24045         * lib/pipe-safer.c: New file.
24046         * lib/creat-safer.c: New file.
24047         * lib/fcntl--.h (creat): Define to creat_safer.
24048         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
24049         * lib/unistd--.h (pipe): Define to pipe_safer.
24050         * lib/unistd-safer.h: Declare pipe_safer.
24051
24052 2005-08-26  Simon Josefsson  <jas@extundo.com>
24053
24054         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
24055         Haible <bruno@clisp.org>.
24056
24057 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
24058
24059         * lib/regex_internal.h: Remove all references to
24060         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
24061         or better.
24062         (bitset_not, bitset_merge, bitset_not_merge):
24063         (bitset_mask, re_string_allocate, re_string_construct):
24064         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
24065         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
24066         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
24067         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
24068         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
24069         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
24070         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
24071         (re_acquire_state_context):
24072         Remove unnecessary forward decls.
24073         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
24074         Put __attribute at function definition,
24075         now that the function decl has been removed.
24076         * lib/regex_internal.c (re_string_peek_byte_case):
24077         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
24078         Likewise.
24079
24080 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
24081
24082         * m4/regex.m4: Add AC_PREREQ(2.50).
24083         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
24084
24085 2005-08-25  Simon Josefsson  <jas@extundo.com>
24086
24087         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
24088         __fsetlocking.
24089
24090 2005-08-25  Simon Josefsson  <jas@extundo.com>
24091
24092         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
24093         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
24094         GLIBC specific code.
24095
24096 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
24097
24098         Make regex safe for g++.  This fixes one real bug (an "err"
24099         that should have been "*err").  g++ problem reported by
24100         Sam Steingold.
24101         * lib/regex_internal.h (re_calloc): New macro, consistent with
24102         re_malloc etc.  All callers of calloc changed to use re_calloc.
24103         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
24104         not int.  All callers changed.
24105         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
24106         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
24107         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
24108         (find_recover_state): Change "err" to "*err"; this fixes what
24109         appears to be a real bug.
24110         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
24111         versus int.
24112
24113 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
24114
24115         * modules/regex (Depends-on): Add malloc, since the code
24116         assumes that !malloc(0) means failure.
24117
24118 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
24119
24120         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
24121
24122         alloca modernization/simplification for regex.
24123         * lib/regex.c: Remove portability cruft for alloca.  This no longer
24124         needs to be at the start of the file, and can be moved into
24125         regex_internal.h and simplified.
24126         * lib/regex_internal.h: Include <alloca.h>.
24127         (__libc_use_alloca) [!defined _LIBC]: New macro.
24128         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
24129         now works outside glibc.
24130
24131 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
24132
24133         * config/srclist.txt: Add glibc bugs 1241, 1245.
24134
24135 2005-08-25  Jim Meyering  <jim@meyering.net>
24136
24137         * lib/open-safer.c: Include <config.h>.
24138         Otherwise, we'd lose LARGEFILE support in any file using
24139         e.g. "fcntl--.h"
24140
24141 2005-08-25  Bruno Haible  <bruno@clisp.org>
24142
24143         * m4/minmax.m4: Require autoconf 2.52.
24144         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
24145         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
24146         alternatives of translit over the alphabet.
24147         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
24148
24149 2005-08-24  Simon Josefsson  <jas@extundo.com>
24150
24151         * tests/test-getpass.c: New file.
24152
24153 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
24154
24155         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
24156         for GNU regex features.
24157
24158 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
24159
24160         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
24161         * lib/regex.h (regerror): Likewise.
24162
24163         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
24164         requires this.  (The code never needed it.)
24165
24166         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
24167         All uses of recently-renamed identifiers changed to use the new,
24168         POSIX-compliant names.  The code will build and run just fine
24169         without these changes, but it's better to eat our own dog food
24170         and use the standard-conforming names.
24171
24172         * lib/regex.h: Fix a multitude of POSIX name space violations.
24173         These changes have an effect only for programs that define
24174         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
24175         do not change anything for programs compiled in the normal way.
24176         Also, there is no effect on the ABI.
24177
24178         (_REGEX_SOURCE): New macro.
24179         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
24180         defined and _GNU_SOURCE is not; this fixes a name space violation.
24181
24182         Rename the following macros to obey POSIX requirements.
24183         The old names are still visible as macros if _REGEX_SOURCE is defined.
24184         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
24185         RE_BACKSLASH_ESCAPE_IN_LISTS.
24186         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
24187         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
24188         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
24189         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
24190         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
24191         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
24192         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
24193         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
24194         (REG_INTERVALS): renamed from RE_INTERVALS.
24195         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
24196         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
24197         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
24198         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
24199         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
24200         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
24201         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
24202         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
24203         RE_UNMATCHED_RIGHT_PAREN_ORD.
24204         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
24205         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
24206         (REG_DEBUG): renamed from RE_DEBUG.
24207         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
24208         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
24209         unusual, since we can't clash with the POSIX REG_ICASE.
24210         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
24211         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
24212         (REG_NO_SUB): renamed from RE_NO_SUB.
24213         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
24214         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
24215         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
24216         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
24217         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
24218         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
24219         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
24220         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
24221         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
24222         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
24223         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
24224         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
24225         RE_SYNTAX_POSIX_MINIMAL_BASIC.
24226         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
24227         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
24228         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
24229         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
24230         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
24231         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
24232         (REG_FIXED): Renamed from REGS_FIXED.
24233         (REG_NREGS): Renamed from RE_NREGS.
24234
24235         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
24236         of other REG_* macros, since POSIX says the user is allowed to
24237         #undef these macros selectively.
24238
24239         (reg_errcode_t): Update comment stating what other tables need
24240         to be consistent.
24241
24242         Rename the following enum values to obey POSIX requirements.
24243         The old names are still visible as macros.
24244         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
24245         is not defined, since GNU is supposed to be a superset of POSIX as
24246         much as possible, and since we want reg_errcode_t to be a signed
24247         type for implementation consistency.
24248         (_REG_NOERROR): Renamed from REG_NOERROR.
24249         (_REG_NOMATCH): Renamed from REG_NOMATCH.
24250         (_REG_BADPAT): Renamed from REG_BADPAT.
24251         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
24252         (_REG_ECTYPE): Renamed from REG_ECTYPE.
24253         (_REG_EESCAPE): Renamed from REG_EESCAPE.
24254         (_REG_ESUBREG): Renamed from REG_ESUBREG.
24255         (_REG_EBRACK): Renamed from REG_EBRACK.
24256         (_REG_EPAREN): Renamed from REG_EPAREN.
24257         (_REG_EBRACE): Renamed from REG_EBRACE.
24258         (_REG_BADBR): Renamed from REG_BADBR.
24259         (_REG_ERANGE): Renamed from REG_ERANGE.
24260         (_REG_ESPACE): Renamed from REG_ESPACE.
24261         (_REG_BADRPT): Renamed from REG_BADRPT.
24262         (_REG_EEND): Renamed from REG_EEND.
24263         (_REG_ESIZE): Renamed from REG_ESIZE.
24264         (_REG_ERPAREN): Renamed from REG_ERPAREN.
24265         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
24266         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
24267         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
24268         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
24269
24270         (_REG_RE_NAME, _REG_RM_NAME): New macros.
24271         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
24272         changed.  But support the old name if the new one is not defined
24273         and if _REGEX_SOURCE.
24274
24275         Change the following member names in struct re_pattern_buffer.
24276         The old names are still supported if !_REGEX_SOURCE.
24277         The new names are always supported, regardless of _REGEX_SOURCE.
24278         (re_buffer): Renamed from buffer.
24279         (re_allocated): Renamed from allocated.
24280         (re_used): Renamed from used.
24281         (re_syntax): Renamed from syntax.
24282         (re_fastmap): Renamed from fastmap.
24283         (re_translate): Renamed from translate.
24284         (re_can_be_null): Renamed from can_be_null.
24285         (re_regs_allocated): Renamed from regs_allocated.
24286         (re_fastmap_accurate): Renamed from fastmap_accurate.
24287         (re_no_sub): Renamed from no_sub.
24288         (re_not_bol): Renamed from not_bol.
24289         (re_not_eol): Renamed from not_eol.
24290         (re_newline_anchor): Renamed from newline_anchor.
24291
24292         Change the following member names in struct re_registers.
24293         The old names are still supported if !_REGEX_SOURCE.
24294         The new names are always supported, regardless of _REGEX_SOURCE.
24295         (rm_num_regs): Renamed from num_regs.
24296         (rm_start): Renamed from start.
24297         (rm_end): Renamed from end.
24298
24299         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
24300         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
24301         Prepend __ to parameter names.
24302
24303         Undo yesterday's changes.
24304
24305 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
24306
24307         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
24308         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
24309         lib/regex.c.
24310
24311 2005-08-24  Jim Meyering  <jim@meyering.net>
24312
24313         Sync from coreutils.
24314         * m4/fcntl-safer.m4: New file.
24315
24316         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
24317         and object files for this module.
24318
24319 2005-08-24  Jim Meyering  <jim@meyering.net>
24320
24321         Sync from coreutils.
24322         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
24323
24324 2005-08-24  Jim Meyering  <jim@meyering.net>
24325
24326         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
24327         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
24328
24329 2005-08-24  Jim Meyering  <jim@meyering.net>
24330
24331         * modules/fcntl-safer: New module.
24332         * modules/fts (Depends-on): Add fcntl-safer.
24333         * MODULES.html.sh (File descriptor based Input/Output):
24334         Add fcntl-safer.
24335
24336 2005-08-24  Bruno Haible  <bruno@clisp.org>
24337
24338         Support for unit test modules.
24339         * modules/README: Mention tests modules.
24340         * modules/TEMPLATE-TESTS: New file.
24341         * gnulib-tool: New options --extract-tests-module, --with-tests and
24342         --tests-base (unused for the moment).
24343         (testsbase, inctests): New variables.
24344         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
24345         (func_verify_module): Exclude TEMPLATE-TESTS.
24346         (func_verify_nontests_module, func_verify_tests_module): New functions.
24347         (func_get_dependencies): Add implicit dependency for tests modules.
24348         (func_get_tests_module): New function.
24349         (func_modules_transitive_closure): When --with-tests was specified,
24350         include the unit tests as well, unless explicitly avoided.
24351         (func_emit_lib_Makefile_am): Ignore the tests modules here.
24352         (func_emit_tests_Makefile_am): New function.
24353         (func_create_testdir): When --with-tests was specified, emit a
24354         tests/ directory.
24355         * MODULES.html.sh (Future developments): Update.
24356
24357 2005-08-24  Bruno Haible  <bruno@clisp.org>
24358
24359         * modules/tls-tests: New file.
24360         * tests/test-tls.c: New file, from GNU gettext.
24361
24362 2005-08-24  Bruno Haible  <bruno@clisp.org>
24363
24364         * modules/lock-tests: New file.
24365         * tests/test-lock.c: New file, from GNU gettext.
24366
24367 2005-08-24  Bruno Haible  <bruno@clisp.org>
24368
24369         * lib/lock.h: Add multiple inclusion guard.
24370         * lib/tls.h: Add multiple inclusion guard.
24371
24372 2005-08-24  Bruno Haible  <bruno@clisp.org>
24373
24374         * gnulib-tool: Add support for the --aux-dir option to
24375         --create-testdir, --create-megatestdir, --test, --megatest.
24376         (func_create_testdir, func_create_megatestdir): Optionally emit a
24377         AC_CONFIG_AUX_DIR directive.
24378         (create-testdir, create-megatestdir, test, megatest): Provide a
24379         default value for $auxdir.
24380
24381 2005-08-24  Bruno Haible  <bruno@clisp.org>
24382
24383         * gnulib-tool (import): Use compound statement instead of subshell
24384         where possible.
24385
24386 2005-08-24  Bruno Haible  <bruno@clisp.org>
24387
24388         * gnulib-tool (import): Change --aux-dir default to "build-aux".
24389
24390 2005-08-24  Bruno Haible  <bruno@clisp.org>
24391
24392         * gnulib-tool (func_version): Update.
24393
24394 2005-08-24  Bruno Haible  <bruno@clisp.org>
24395
24396         * gnulib-tool (func_import, func_create_testdir,
24397         func_create_megatestdir): Quote all autoconf macro arguments.
24398
24399 2005-08-24  Bruno Haible  <bruno@clisp.org>
24400
24401         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
24402         option --force, because --force causes the aclocal.m4 of each
24403         subdirectory to be newer than the corresponding config.h.in.
24404
24405 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
24406
24407         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
24408         All contents moved to gl_REGEX.
24409         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
24410         assume that it does.
24411
24412 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
24413
24414         * lib/regex.h (REG_NOSYS)
24415         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
24416         Define, since POSIX requires it as of 2001.
24417         (_REG_ENOSYS)
24418         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
24419         New private symbol, used to keep the enum signed in all cases.
24420         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
24421         Youngman in
24422         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
24423
24424         * lib/regex_internal.c (re_string_skip_chars, register_state):
24425         (calc_state_hash):
24426         Remove forward decls; no longer needed now that we use prototypes.
24427         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
24428         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
24429         (clean_state_log_if_needed): Likewise.
24430
24431 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
24432
24433         * config/srclist.txt: Add glibc bugs 1231-1233.
24434
24435 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
24436
24437         Fix problems reported by Sam Steingold in
24438         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
24439         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
24440         assumed that reg_errcode_t is a signed type, which is not
24441         necessarily true if _XOPEN_SOURCE is not defined.
24442         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
24443         since some compilers warn about it otherwise.
24444
24445 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
24446
24447         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
24448         (init_word_char, create_initial_state, duplicate_node_closure):
24449         (fetch_token, peek_token_bracket, build_range_exp):
24450         (build_collating_symbol): Remove forward decls; no longer needed
24451         now that we use prototypes.
24452
24453         * lib/regcomp.c:
24454         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
24455         (re_compile_fastmap_iter, regcomp, regerror, regfree):
24456         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
24457         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
24458         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
24459         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
24460         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
24461         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
24462         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
24463         (build_range_exp, build_collating_symbol, parse_bracket_exp):
24464         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
24465         (build_charclass, build_charclass_op, fetch_number, create_tree):
24466         (create_token_tree, mark_opt_subexp, duplicate_tree):
24467         Use prototypes rather than old-style definitions.
24468
24469         * lib/regex_internal.c:
24470         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
24471         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
24472         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
24473         (re_string_reconstruct, re_string_peek_byte_case):
24474         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
24475         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
24476         (re_node_set_init_copy, re_node_set_add_intersect):
24477         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
24478         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
24479         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
24480         (re_acquire_state, re_acquire_state_context, register_state):
24481         (create_ci_newstate, create_cd_newstate, free_state):
24482         Likewise.
24483         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
24484         re_search_2):
24485         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
24486         (re_search_internal, prune_impossible_nodes):
24487         (acquire_init_state_context, check_matching, static):
24488         (check_halt_node_context, check_halt_state_context, proceed_next_node):
24489         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
24490         (update_regs, sift_states_backward, build_sifted_states):
24491         (clean_state_log_if_needed, merge_state_array):
24492         (update_cur_sifted_state, add_epsilon_src_nodes):
24493         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
24494         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
24495         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
24496         (find_recover_state, check_subexp_matching_top, transit_state_mb):
24497         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
24498         (check_arrival, check_arrival_add_next_nodes):
24499         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
24500         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
24501         (check_node_accept_bytes, check_node_accept, extend_buffers):
24502         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
24503         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
24504         (sift_ctx_init):
24505         Likewise.
24506
24507         * lib/regex_internal.h:
24508         (re_string_allocate, re_string_construct, re_string_reconstruct):
24509         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
24510         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
24511         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
24512         (re_string_context_at, re_string_peek_byte_case):
24513         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
24514         is defined, since we now use prototypes always.
24515
24516         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
24517         C89 or better.  All uses removed.
24518
24519 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
24520
24521         * config/srclist.txt: Add glibc bugs 1220-1227.
24522
24523 2005-08-20  Jim Meyering  <jim@meyering.net>
24524
24525         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
24526         of unused local, dfa.
24527
24528 2005-08-20  Bruno Haible  <bruno@clisp.org>
24529
24530         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
24531
24532 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24533
24534         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
24535         (re_node_set_insert_last, re_dfa_add_node):
24536         Rename local variables to avoid GCC shadowing warnings.
24537
24538 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24539
24540         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
24541         [defined lint]: Suppress bogus uninitialized-variable warnings.
24542
24543         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
24544         and let the caller return REG_ESPACE if out of space.  This
24545         removes an uninitialied-variable warning with GCC 4.0.1, and also
24546         avoids taking the address of a local variable.  All callers
24547         changed.
24548
24549 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
24550
24551         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
24552         $LIBCSRC/posix/regexec.c.
24553         Add glibc bug 1217 for regcomp.c.
24554
24555 2005-08-19  Jim Meyering  <jim@meyering.net>
24556
24557         * lib/regexec.c (proceed_next_node): Redo local variables to
24558         avoid GCC shadowing warnings.
24559
24560 2005-08-18  Bruno Haible  <bruno@clisp.org>
24561
24562         * lib/strstr.c (strstr): Fix return value in multibyte case.
24563         * lib/strcasestr.c (strcasestr): Likewise.
24564
24565 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
24566
24567         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
24568
24569 2005-08-17  Jim Meyering  <jim@meyering.net>
24570
24571         Make the %s format (seconds since the epoch) work for a negative
24572         number and when used with a zero-padded field width, e.g. %015s.
24573
24574         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
24575         label so that it precedes the code to set `digits'.  Otherwise,
24576         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
24577         print `00-22'.  Now, it prints `-0022', as it should.
24578
24579 2005-08-17  Bruno Haible  <bruno@clisp.org>
24580
24581         * modules/strstr (Files): Add m4/mbrtowc.m4.
24582         (Depends-on): Add mbuiter.
24583
24584 2005-08-17  Bruno Haible  <bruno@clisp.org>
24585
24586         * modules/strcasestr: New file.
24587         * MODULES.html.sh (String handling, based on ANSI C 89): Add
24588         strcasestr.
24589
24590 2005-08-17  Bruno Haible  <bruno@clisp.org>
24591
24592         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
24593
24594 2005-08-17  Bruno Haible  <bruno@clisp.org>
24595
24596         * modules/mbuiter: New file.
24597         * MODULES.html.sh (Extended multibyte and wide character utilities):
24598         Add mbuiter.
24599
24600 2005-08-17  Bruno Haible  <bruno@clisp.org>
24601
24602         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
24603         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
24604
24605 2005-08-17  Bruno Haible  <bruno@clisp.org>
24606
24607         * m4/strcasestr.m4: New file.
24608
24609 2005-08-17  Bruno Haible  <bruno@clisp.org>
24610
24611         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
24612         * lib/strstr.c: Completely rewritten, with multibyte locale support.
24613
24614 2005-08-17  Bruno Haible  <bruno@clisp.org>
24615
24616         * lib/strcasestr.h: New file.
24617         * lib/strcasestr.c: New file.
24618
24619 2005-08-17  Bruno Haible  <bruno@clisp.org>
24620
24621         * lib/strcasecmp.c: Use mbuiter.h.
24622
24623 2005-08-17  Bruno Haible  <bruno@clisp.org>
24624
24625         * lib/mbuiter.h: New file.
24626
24627 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
24628
24629         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
24630         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
24631         and gl_GETOPT are both invoked via different paths (as happens
24632         with GNU tar CVS because it uses both argp and getopt), the former
24633         wins.
24634
24635 2005-08-16  Bruno Haible  <bruno@clisp.org>
24636
24637         * modules/tls: New file.
24638         * MODULES.html.sh (Multithreading): Add tls.
24639
24640 2005-08-16  Bruno Haible  <bruno@clisp.org>
24641
24642         * modules/strnlen1: New file.
24643         * MODULES.html.sh (String handling): Add strnlen1.
24644
24645 2005-08-16  Bruno Haible  <bruno@clisp.org>
24646
24647         * modules/strcase (Files): Add m4/mbrtowc.m4.
24648         (Depends-on): Add strnlen1, mbchar.
24649
24650 2005-08-16  Bruno Haible  <bruno@clisp.org>
24651
24652         * modules/mbiter: New file.
24653         * MODULES.html.sh (Extended multibyte and wide character utilities):
24654         Add mbiter.
24655
24656 2005-08-16  Bruno Haible  <bruno@clisp.org>
24657
24658         * modules/mbfile: New file.
24659         * MODULES.html.sh (Extended multibyte and wide character utilities):
24660         Add mbfile.
24661
24662 2005-08-16  Bruno Haible  <bruno@clisp.org>
24663
24664         * modules/mbchar: New file.
24665         * MODULES.html.sh (Extended multibyte and wide character utilities):
24666         New section.
24667
24668 2005-08-16  Bruno Haible  <bruno@clisp.org>
24669
24670         * m4/tls.m4: New file, from GNU gettext.
24671
24672 2005-08-16  Bruno Haible  <bruno@clisp.org>
24673
24674         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
24675         always.
24676         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
24677
24678 2005-08-16  Bruno Haible  <bruno@clisp.org>
24679
24680         * m4/mbiter.m4: New file.
24681
24682 2005-08-16  Bruno Haible  <bruno@clisp.org>
24683
24684         * m4/mbfile.m4: New file.
24685
24686 2005-08-16  Bruno Haible  <bruno@clisp.org>
24687
24688         * m4/mbchar.m4: New file.
24689
24690 2005-08-16  Bruno Haible  <bruno@clisp.org>
24691
24692         * lib/tls.h: New file, from GNU gettext.
24693         * lib/tls.c: New file, from GNU gettext.
24694
24695 2005-08-16  Bruno Haible  <bruno@clisp.org>
24696
24697         * lib/strnlen1.h: New file.
24698         * lib/strnlen1.c: New file.
24699
24700 2005-08-16  Bruno Haible  <bruno@clisp.org>
24701
24702         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
24703         (mbi_init): Update.
24704         (mbi_avail, mbi_advance): Let the iteration end before the terminating
24705         NUL byte, not after it.
24706
24707 2005-08-16  Bruno Haible  <bruno@clisp.org>
24708
24709         * lib/strcase.h (strcasecmp): Add note in comments.
24710         * lib/strncasecmp.c: Use code from strcasecmp.c.
24711         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
24712         (strcasecmp): Work correctly in multibyte locales.
24713
24714 2005-08-16  Bruno Haible  <bruno@clisp.org>
24715
24716         * lib/mbiter.h: New file.
24717
24718 2005-08-16  Bruno Haible  <bruno@clisp.org>
24719
24720         * lib/mbfile.h: New file.
24721
24722 2005-08-16  Bruno Haible  <bruno@clisp.org>
24723
24724         * lib/mbchar.h: New file.
24725         * lib/mbchar.c: New file.
24726
24727 2005-08-16  Bruno Haible  <bruno@clisp.org>
24728
24729         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
24730         the valid ones. Makes the comparison operations transitive:
24731         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
24732         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
24733
24734 2005-08-15  Simon Josefsson  <jas@extundo.com>
24735
24736         * modules/ssize_t (License): Change to 'unlimited'.
24737
24738         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
24739
24740 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
24741
24742         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
24743         Add comments for each pending glibc patch.
24744
24745 2005-08-15  Bruno Haible  <bruno@clisp.org>
24746
24747         * lib/regex.h (__restrict_arr): Don't define to __restrict if
24748         __cplusplus is defined.
24749
24750 2005-08-14  Jim Meyering  <jim@meyering.net>
24751
24752         Sync from coreutils.
24753
24754         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
24755         Use the hash-table-based cycle-detection code not just when
24756         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
24757         Reported by James Youngman in
24758         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
24759         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
24760         FTS_TIGHT_CYCLE_CHECK.
24761         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
24762         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
24763         once again.
24764         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
24765         * lib/fts.c (fd_safer): Remove decl.
24766         Include fcntl--.h rather than unistd-safer.h
24767         (fts_safe_changedir): Don't call fd_safer; no longer needed
24768         now that we include fcntl--.h.
24769
24770 2005-08-12  Simon Josefsson  <jas@extundo.com>
24771
24772         * modules/getndelim2: Use ssize_t module.
24773         * modules/getnline: Likewise.
24774         * modules/safe-read: Likewise.
24775         * modules/xreadlink: Likewise.
24776
24777         * modules/ssize_t: New file.
24778
24779 2005-08-12  Simon Josefsson  <jas@extundo.com>
24780
24781         * m4/readline.m4: Look for termcap, curses or ncurses if required.
24782
24783 2005-08-12  Simon Josefsson  <jas@extundo.com>
24784
24785         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24786         ssize_t.
24787
24788 2005-08-12  Simon Josefsson  <jas@extundo.com>
24789
24790         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
24791         readline, getdelim and check_version.
24792         (Support for systems lacking ISO C 99: Sizes of integer types):
24793         Add size_max.
24794
24795 2005-08-12  Bruno Haible  <bruno@clisp.org>
24796
24797         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
24798
24799 2005-08-11  Simon Josefsson  <jas@extundo.com>
24800
24801         * modules/readline: New file.
24802
24803         * modules/strnlen (Files): Add strnlen.h.
24804
24805 2005-08-11  Simon Josefsson  <jas@extundo.com>
24806
24807         * m4/readline.m4: New file.
24808
24809 2005-08-11  Simon Josefsson  <jas@extundo.com>
24810
24811         * lib/readline.h, readline.c: New file.
24812
24813 2005-08-11  Simon Josefsson  <jas@extundo.com>
24814
24815         * doc/gnulib.texi (Initial import, Finishing touches): Mention
24816         gl_AVOID.
24817
24818 2005-08-11  Bruno Haible  <bruno@clisp.org>
24819
24820         * lib/strnlen.h (strnlen): Change parameter name to match comment.
24821
24822 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
24823
24824         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
24825
24826 2005-08-10  Simon Josefsson  <jas@extundo.com>
24827
24828         * tests/test-iconvme.c: New file.
24829
24830 2005-08-10  Simon Josefsson  <jas@extundo.com>
24831
24832         * m4/strnlen.m4: New file.
24833
24834         * m4/strndup.m4: Don't check for strnlen declaration, done in
24835         strnlen.m4.
24836
24837 2005-08-10  Simon Josefsson  <jas@extundo.com>
24838
24839         * lib/strndup.c: Use strnlen.h.
24840
24841         * lib/strnlen.h: New file.
24842
24843 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
24844
24845         * README: Typos.
24846
24847 2005-08-02  Simon Josefsson  <jas@extundo.com>
24848
24849         * modules/readline: New file.
24850
24851 2005-08-02  Simon Josefsson  <jas@extundo.com>
24852
24853         * modules/getdelim: New file.
24854
24855         * modules/getline: Rewrite, don't use getndelim2.
24856
24857 2005-08-02  Simon Josefsson  <jas@extundo.com>
24858
24859         * m4/getline.m4: Separate out getdelim stuff into separate module.
24860
24861         * m4/getdelim.m4: New file.
24862
24863 2005-08-02  Simon Josefsson  <jas@extundo.com>
24864
24865         * lib/getline.h, getline.c: Rewrite.
24866
24867         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
24868
24869 2005-07-31  Bruno Haible  <bruno@clisp.org>
24870
24871         * lib/lock.h (gl_lock_initializer): New macro.
24872         (gl_lock_define_initialized): Use it.
24873         (gl_rwlock_initializer): New macro.
24874         (gl_rwlock_define_initialized): Use it.
24875         (gl_recursive_lock_initializer): New macro.
24876         (gl_recursive_lock_define_initialized): Use it.
24877
24878 2005-07-30  Karl Berry  <karl@gnu.org>
24879
24880         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
24881         Report from Ben Pfaff, regarding getopt.
24882
24883 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
24884
24885         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
24886         normal way.
24887         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
24888         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
24889         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
24890         (gl_GETOPT): Use the new macros.  Most of the implementation
24891         is moved to the new macros.  This is for programs like Emacs
24892         that don't want all the functionality of gl_GETOPT.
24893
24894 2005-07-26  Bruno Haible  <bruno@clisp.org>
24895
24896         * m4/lock.m4: Update from GNU gettext.
24897
24898 2005-07-26  Bruno Haible  <bruno@clisp.org>
24899
24900         * lib/lock.h: Update from GNU gettext.
24901         * lib/lock.c: Update from GNU gettext.
24902
24903 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
24904
24905         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
24906         obsolescent AC_TRY_RUN.  Include the default includes files, for
24907         'exit'.
24908
24909 2005-07-24  Bruno Haible  <bruno@clisp.org>
24910
24911         * modules/visibility: New file.
24912         * MODULES.html.sh (Misc): Add visibility.
24913
24914 2005-07-24  Bruno Haible  <bruno@clisp.org>
24915
24916         * m4/visibility.m4: New file.
24917
24918 2005-07-24  Bruno Haible  <bruno@clisp.org>
24919
24920         * doc/visibility.texi: New file.
24921
24922 2005-07-22  Bruno Haible  <bruno@clisp.org>
24923
24924         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
24925         $(ALLOCA_H), redundant through BUILT_SOURCES.
24926         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
24927         redundant through BUILT_SOURCES.
24928         * modules/byteswap (Makefile.am): Remove explicit dependency on
24929         $(BYTESWAP_H), redundant through BUILT_SOURCES.
24930         * modules/fnmatch (Makefile.am): Remove explicit dependency on
24931         $(FNMATCH_H), redundant through BUILT_SOURCES.
24932         * modules/getopt (Makefile.am): Remove explicit dependency on
24933         $(GETOPT_H), redundant through BUILT_SOURCES.
24934         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
24935         redundant through BUILT_SOURCES.
24936         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
24937         redundant through BUILT_SOURCES.
24938         * modules/stdbool (Makefile.am): Remove explicit dependency on
24939         $(STDBOOL_H), redundant through BUILT_SOURCES.
24940         * modules/stdint (Makefile.am): Remove explicit dependency on
24941         $(STDINT_H), redundant through BUILT_SOURCES.
24942         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
24943         Remove explicit dependency on $(SYSEXITS_H).
24944         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
24945
24946 2005-07-18  Simon Josefsson  <jas@extundo.com>
24947
24948         * lib/check-version.c (check_version): Accept identical versions too.
24949
24950 2005-07-18  Bruno Haible  <bruno@clisp.org>
24951
24952         * modules/lock: New file.
24953         * MODULES.html.sh (Multithreading): New section.
24954
24955 2005-07-18  Bruno Haible  <bruno@clisp.org>
24956
24957         * m4/lock.m4: New file, from GNU gettext.
24958
24959 2005-07-18  Bruno Haible  <bruno@clisp.org>
24960
24961         * lib/lock.h: New file, from GNU gettext.
24962         * lib/lock.c: New file, from GNU gettext.
24963
24964 2005-07-18  Bruno Haible  <bruno@clisp.org>
24965
24966         * lib/lock.h (gl_once_t): New type.
24967         (gl_once_define, gl_once): New macros.
24968         * lib/lock.c (fresh_once): New variable.
24969         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
24970         functions.
24971
24972 2005-07-16  Simon Josefsson  <jas@extundo.com>
24973
24974         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
24975         workaround, suggested by Bruno.
24976
24977 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
24978
24979         * modules/xalloc (Depends-on): Add xalloc-die.
24980         * modules/xvasprintf (Depends-on): Add xalloc-die.
24981
24982 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
24983
24984         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
24985         with a minor change.
24986
24987 2005-07-15  Bruno Haible  <bruno@clisp.org>
24988
24989         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
24990         When using lib/poll.c, define poll as rpl_poll.
24991
24992 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
24993
24994         * modules/argp (Depends-on): Remove unlocked-io.
24995
24996 2005-07-14  Derek Price  <derek@ximbiot.com>
24997
24998         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
24999         for glob symlink bug.
25000
25001 2005-07-14  Bruno Haible  <bruno@clisp.org>
25002
25003         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
25004         Instead, test for *_unlocked function declarations directly.
25005
25006 2005-07-11  Simon Josefsson  <jas@extundo.com>
25007
25008         * modules/size_max: New file.
25009
25010         * modules/xsize: Depend on size_max module for size_max.m4.
25011
25012 2005-07-11  Simon Josefsson  <jas@extundo.com>
25013
25014         * lib/size_max.h: New file.
25015
25016 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
25017
25018         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
25019         copyright symbol and the year.
25020         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
25021         (version_etc_va): Use parameterized copyright notice.
25022         Reword to conform to the current GNU coding standards.
25023
25024 2005-07-11  Karl Berry  <karl@gnu.org>
25025
25026         * doc/gnulib.texi (Quoting): new node.
25027         (Initial import): more info, from Patrice.
25028
25029 2005-07-11  Bruno Haible  <bruno@clisp.org>
25030
25031         * gnulib-tool (func_usage): Document option --avoid.
25032         (Command line options): Handle --avoid.
25033         (func_acceptable): New function.
25034         (func_modules_transitive_closure): Use it.
25035
25036 2005-07-11  Bruno Haible  <bruno@clisp.org>
25037
25038         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
25039         Reported by Jim Meyering.
25040
25041 2005-07-10  Bruno Haible  <bruno@clisp.org>
25042
25043         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
25044         Needed when size_t is smaller than 'unsigned int'.
25045         Reported by Paul Eggert.
25046
25047 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
25048
25049         * modules/argp (Depends-on): Add unlocked-io
25050
25051 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
25052
25053         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
25054         block of defines.
25055
25056 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
25057
25058         * config/srclist.txt: Comment out regcomp.c, since we have a porting
25059         fix now.
25060
25061 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
25062         and Paul Eggert  <eggert@cs.ucla.edu>
25063
25064         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
25065         in wint_t, not wchar_t.  Remove now-unnecessary cast.
25066
25067 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
25068
25069         * modules/regex (Files): Add lib/regex_internal.c,
25070         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
25071         (Depends-on): Add extensions.
25072         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
25073
25074 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
25075
25076         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
25077         pathconf.
25078         * m4/same.m4 (gl_SAME): Likewise.
25079         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
25080
25081         * m4/regex.m4: Adjust to new libc regex implementation.
25082         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
25083         all the .c and .h parts of (the new) regex.
25084         Quote the m4 stuff better.
25085         Check for RE_ICASE bug of old gnulib.
25086         Check for REG_STARTEND of recent libc.
25087         Rename local variables from jm_* to gl_*.
25088         Quote operand of "test -f".
25089         Say "recent enough" version of libc, not "version 2".
25090         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
25091         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
25092         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
25093         Remove check for btowc, isascii.
25094         Require AM_LANGINFO_CODESET.
25095
25096 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
25097
25098         * lib/regex.c, regex.h: Sync from libc.
25099         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
25100         * lib/regexec.c:
25101         New files, synced from libc, except that regex_internal.h
25102         currently has a small porting fix.
25103
25104 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
25105
25106         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
25107         regex_internal.c, regexec.c.
25108         Add regex_internal.h too, but as a comment, since the libc version
25109         is currently broken in gnulib mode.
25110
25111 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
25112
25113         Support programs like Emacs that use gnulib but not gettext.
25114         * MODULES.html.sh (Internationalization functions): Add gettext-h.
25115         * modules/gettext-h: New file.
25116         * modules/gettext (Files): Remove lib/gettext.h.
25117         (Depends-on): Add gettext-h.
25118         (Makefile.am): Remove lib_SOURCES.
25119         * modules/argmatch, modules/c-stack, modules/closeout:
25120         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
25121         * modules/execute, modules/file-type, modules/getaddrinfo:
25122         * modules/getopt, modules/human, modules/javacomp:
25123         * modules/javaexec, modules/mkdir-p, modules/obstack:
25124         * modules/openat, modules/pagealign_alloc, modules/pipe:
25125         * modules/quotearg, modules/regex, modules/rpmatch:
25126         * modules/unicodeio, modules/userspec, modules/version-etc:
25127         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
25128         * modules/xsetenv:
25129         Depend on gettext-h, not gettext.
25130
25131 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
25132
25133         * gnulib-tool (func_import): Add support for 'public domain' license.
25134         * modules/alloca, modules/atexit, modules/memmove:
25135         Now public domain, not GPL.
25136         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
25137         * modules/realloc, modules/strerror, modules/strtod:
25138         Now LGPL, not GPL.
25139
25140 2005-07-05  Bruno Haible  <bruno@clisp.org>
25141
25142         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
25143         autoconf CVS. Needed for mingw.
25144
25145 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
25146
25147         Remove the dependency of the strftime module on the tzset module.
25148         * modules/strftime (Depends-on): Remove dependency on tzset.
25149
25150 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
25151
25152         Remove the dependency of the strftime module on the tzset module.
25153         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
25154         gl_FUNC_TZSET_CLOBBER.
25155
25156 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
25157
25158         Remove the dependency of the strftime module on the tzset module.
25159         * lib/strftime.c (my_strftime)
25160         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
25161         Copy the input structure, to work around some of the bug with
25162         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
25163         Solaris releases, you should also use the tzset module, but we won't
25164         require it as a dependency any more since we don't want LGPLed code
25165         to depend on GPLed code.
25166
25167 2005-07-02  Jim Meyering  <jim@meyering.net>
25168
25169         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
25170         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
25171         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
25172         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
25173
25174 2005-07-02  Jim Meyering  <jim@meyering.net>
25175
25176         * lib/backupfile.c (backup_args): Change a `0' to NULL.
25177
25178 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
25179
25180         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
25181         declares only 'struct timespec;' (!).
25182
25183 2005-07-01  Jim Meyering  <jim@meyering.net>
25184
25185         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
25186         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
25187         * lib/save-cwd.c, tempname.c:
25188         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
25189         and don't include <sys/file.h>).
25190
25191 2005-06-29  Jim Meyering  <jim@meyering.net>
25192
25193         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
25194         type name.  Use the variable name instead.
25195         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
25196         Likewise.
25197
25198 2005-06-28  Simon Josefsson  <jas@extundo.com>
25199
25200         * modules/check-version (Files): Add check-version.m4.
25201
25202 2005-06-28  Simon Josefsson  <jas@extundo.com>
25203
25204         * m4/check-version.m4: New file, suggested by Jim Meyering
25205         <jim@meyering.net>.
25206
25207 2005-06-28  Simon Josefsson  <jas@extundo.com>
25208
25209         * lib/check-version.h, lib/check-version.c: New files.
25210
25211 2005-06-28  Simon Josefsson  <jas@extundo.com>
25212
25213         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
25214         collision with global variable.  Better indentation.  Don't
25215         increment buffer pointer beyond buffer end.  Based on comments
25216         from Paul Eggert <eggert@cs.ucla.edu>.
25217
25218         * lib/base64.h: Indent.
25219
25220 2005-06-28  Simon Josefsson  <jas@extundo.com>
25221
25222         * doc/gnulib.texi (Library version handling): New section.
25223
25224 2005-06-28  Jim Meyering  <jim@meyering.net>
25225
25226         * check-module (find_included_lib_files): Hard-code another
25227         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
25228         but modules/fts-lgpl (correctly) does not list those files.
25229
25230         * modules/canonicalize (Files): Add lib/pathmax.h.
25231
25232 2005-06-25  Simon Josefsson  <jas@extundo.com>
25233
25234         * modules/check-version: New file.
25235
25236 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
25237
25238         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
25239         initializer of struct addrinfo, as an indication that we don't
25240         care how many members the structure has.
25241
25242 2005-06-24  Derek Price  <derek@ximbiot.com>
25243         and Bruno Haible  <bruno@clisp.org>
25244
25245         Remove stat module & update lstat.
25246         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
25247         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25248         * m4/stat.m4: Remove this file.
25249
25250 2005-06-24  Derek Price  <derek@ximbiot.com>
25251         and Bruno Haible  <bruno@clisp.org>
25252
25253         Remove stat module & update lstat.
25254         * lib/stat.c: Remove this file...
25255         (slash_aware_lstat): ...moving this content and its support...
25256         * lib/lstat.c (rpl_lstat): ...into here.
25257         * lib/lstat.h: New file.
25258
25259 2005-06-24  Derek Price  <derek@ximbiot.com>
25260         and Bruno Haible  <bruno@clisp.org>
25261
25262         Remove stat module & update lstat.
25263         * config/srclist.txt (libc sources): Remove stat.
25264
25265 2005-06-24  Derek Price  <derek@ximbiot.com>
25266         and Bruno Haible  <bruno@clisp.org>
25267
25268         Remove stat module & update lstat.
25269         * MODULES.html.sh (stat): Remove.
25270         * MODULES.html: Regenerated.
25271         * modules/lstat (Description): Correct function name.
25272         (Files): Add "lstat.h".
25273         (Depends-on): Remove stat, add xalloc, stat-macros.
25274         * modules/stat: Remove this file.
25275         (Include): Add "lstat.h", remove <sys/stat.h>.
25276
25277 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
25278
25279         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
25280         (ranged_convert): Don't save conversion in a temporary struct.
25281         This causes a warning with GCC 4.0.0, and anyway in the typical
25282         case it's not worth the extra 100 bytes or so of code.
25283         (ranged_convert, __mktime_internal): When calling a function via a
25284         pointer P, use P () rather than (*P) (), as we now assume C89 or
25285         better.
25286
25287 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
25288
25289         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
25290         "who -r" failed to give output.  Problem reported by Tim Waugh.
25291
25292         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
25293         (xcalloc): Use it to avoid needless tests.
25294         Problem reported by Jim Meyering.
25295
25296 2005-06-20  Derek Price  <derek@ximbiot.com>
25297
25298         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
25299         unnecessary for Autoconfs > 2.59c.
25300
25301 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25302
25303         * lib/argp.h (__option_is_short): Check upper limit of
25304         __key. Isprint() requires its argument to have the value
25305         of an unsigned char or EOF.
25306
25307 2005-06-16  Jim Meyering  <jim@meyering.net>
25308
25309         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
25310         when either N or S is zero.
25311
25312 2005-06-16  Derek Price  <derek@ximbiot.com>
25313
25314         * m4/bison.m4: Declare YACC & YFLAGS precious.
25315
25316 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
25317
25318         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
25319         multibyte string or pattern, fall back on unibyte matching.
25320         Problem reported by James Youngman.
25321
25322 2005-06-08  Bruno Haible  <bruno@clisp.org>
25323
25324         * modules/csharpcomp: New file.
25325         * MODULES.html.sh (C#): Add csharpcomp.
25326
25327 2005-06-08  Bruno Haible  <bruno@clisp.org>
25328
25329         * m4/csharpcomp.m4: New file, from GNU gettext.
25330
25331 2005-06-08  Bruno Haible  <bruno@clisp.org>
25332
25333         * lib/csharpcomp.h: New file, from GNU gettext.
25334         * lib/csharpcomp.c: New file, from GNU gettext.
25335         * lib/csharpcomp.sh.in: New file, from GNU gettext.
25336
25337 2005-06-08  Bruno Haible  <bruno@clisp.org>
25338
25339         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
25340         warning on mingw.
25341
25342 2005-06-07  Derek Price  <derek@ximbiot.com>
25343
25344         Sync from CVS.
25345         * lib/glob_.h: Indent nested #ifdef.
25346
25347 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
25348
25349         Sync from coreutils.
25350         Use "file name" when talking about file names, instead of "filename"
25351         or "path", as per the GNU coding standards.
25352         * lib/mkdir-p.c: Renamed from makepath.c.
25353         (make_dir_parents): Renamed from make_path.  All callers changed.
25354         * lib/mkdir-p.h: Likewise.  All includers changed.
25355         * lib/filenamecat.c: Renamed from path-concat.c.
25356         (file_name_concat): Renamed from path_concat.  All callers changed.
25357         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
25358         * lib/filenamecat.h: Likewise.  All includers changed.
25359         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
25360         in comments or local variable names.
25361         * lib/basename.c: Likewise.
25362         * lib/canonicalize.c, canonicalize.h: Likewise.
25363         * lib/dirname.c, dirname.h: Likewise.
25364         * lib/euidaccess.c: Likewise.
25365         * lib/exclude.c: Likewise
25366         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
25367         * lib/fsusage.c, fsuage.h: Likewise.
25368         * lib/fts.c, fts_.h: Likewise.
25369         * lib/getcwd.c: Likewise.
25370         * lib/getloadavg.c: Likewise.
25371         * lib/mkstemp.c: Likewise.
25372         * lib/mountlist.c, mountlist.h: Likewise.
25373         * lib/openat.c, openat.h: Likewise.
25374         * lib/readlink-stub.c: Likewise.
25375         * lib/readutmp.c, readutmp.h: Likewise.
25376         * lib/rename.c: Likewise.
25377         * lib/rmdir.c: Likewise.
25378         * lib/same.c: Likewise.
25379         * lib/savedir.c: Likewise.
25380         * lib/stripslash.c: Likewise.
25381         * lib/tempname.c: Likewise.
25382         * lib/xreadlink.c: Likewise.
25383         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
25384         All uses changed.
25385         * lib/exclude.h: Likewise.
25386
25387         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
25388         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
25389         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
25390         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
25391         * lib/pathmax.h: Include <limits.h> unconditionally, since other
25392         files have been getting away with it for years (MORE/BSD 4.3
25393         is extinct now).
25394         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
25395         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
25396
25397         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
25398         Define to 256, not 255, as per modern POSIX.
25399
25400 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
25401
25402         Sync from coreutils.
25403         Use "file name" when talking about file names, instead of "filename"
25404         or "path", as per the GNU coding standards.
25405         * MODULES.html.sh: mkdir-p renamed from makepath.
25406         filenamecat renamed from path-concat.
25407         * modules/filenamecat: Renamed from modules/path-concat.
25408         (Files): filenamecat.h and filenamecat.c renamed from
25409         path-concat.h and path-concat.c.
25410         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
25411         (Include): filenamecat.h, not path-concat.h.
25412         * modules/mkdir-p: Renamed from modules/makepath.
25413         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
25414         makepath.c.
25415         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
25416         (Include): mkdir-p.h, not makepath.h.
25417
25418 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
25419
25420         Sync from coreutils.
25421         * m4/mkdir-p.m4: Renamed from makepath.m4.
25422         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
25423         Rename files from makepath.c to mkdir-p.c, and from
25424         makepath.h to mkdir-p.h.
25425         * m4/filenamecat.m4: Renamed from path-concat.m4.
25426         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
25427         Rename files from path-concat.c to filenamecat.c,
25428         and from path-concat.h to filenamecat.h.
25429         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
25430         "file name" in local variables or comments.
25431         * m4/rename.m4: Likewise.
25432
25433 2005-06-01  Bruno Haible  <bruno@clisp.org>
25434
25435         * modules/csharpexec: New file.
25436         * MODULES.html.sh (C#): New section.
25437
25438 2005-06-01  Bruno Haible  <bruno@clisp.org>
25439
25440         * m4/csharp.m4: New file, from GNU gettext.
25441         * m4/csharpexec.m4: New file, from GNU gettext.
25442
25443 2005-06-01  Bruno Haible  <bruno@clisp.org>
25444
25445         * lib/csharpexec.h: New file, from GNU gettext.
25446         * lib/csharpexec.c: New file, from GNU gettext.
25447         * lib/csharpexec.sh.in: New file, from GNU gettext.
25448
25449 2005-05-31  Derek Price  <derek@ximbiot.com>
25450             Paul Eggert  <eggert@cs.ucla.edu>
25451
25452         Sync from cvs.
25453         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
25454
25455 2005-05-31  Derek Price  <derek@ximbiot.com>
25456             Paul Eggert  <eggert@cs.ucla.edu>
25457
25458         Sync from cvs.
25459         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
25460
25461 2005-05-29  Derek Price  <derek@ximbiot.com>
25462
25463         * config/srclist.txt (glob_.h, glob.c): Add these files.
25464
25465 2005-05-29  Derek Price  <derek@ximbiot.com>
25466
25467         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
25468         * modules/glob: New file.
25469         * modules/getlogin_r: Add link to POSIX spec in description.
25470
25471 2005-05-29  Derek Price  <derek@ximbiot.com>
25472             Paul Eggert  <eggert@cs.ucla.edu>
25473
25474         * m4/glob.m4: New file.
25475
25476 2005-05-29  Derek Price  <derek@ximbiot.com>
25477             Paul Eggert  <eggert@cs.ucla.edu>
25478
25479         * lib/glob_.h, lib/glob.c: New files.
25480
25481 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
25482
25483         * modules/fts (Files): Remove m4/inttypes-pri.m4.
25484         * modules/fts-lgpl (Depends-on): Remove gettext.
25485
25486 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
25487
25488         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
25489         and don't require gt_INTTYPES_PRI.
25490
25491 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
25492
25493         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
25494
25495         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
25496         the configuration hassle isn't worth it.
25497         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
25498         (LONGEST_MODIFIER, PRIuMAX): Remove.
25499
25500 2005-05-27  Bruno Haible  <bruno@clisp.org>
25501
25502         * lib/getlogin_r.h: Remove second include of <stddef.h>.
25503
25504 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
25505
25506         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
25507         _POSIX_PTHREAD_SEMANTICS for Solaris.
25508
25509 2005-05-25  Derek Price  <derek@ximbiot.com>
25510
25511         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
25512
25513 2005-05-25  Derek Price  <derek@ximbiot.com>
25514             Paul Eggert  <eggert@cs.ucla.edu>
25515
25516         * modules/getlogin_r, m4/getlogin_r.m4: New files.
25517         * lib/getlogin_r.c, getlogin_r.h: New files.
25518
25519 2005-05-25  Bruno Haible  <bruno@clisp.org>
25520             Derek Price  <derek@ximbiot.com>
25521
25522         * lib/getlogin_r.h: Simplify API documentation.
25523
25524 2005-05-23  Derek Price  <derek@ximbiot.com>
25525
25526         * modules/minmax (Files): Add m4/minmax.m4.
25527         (configure.ac): Add gl_MINMAX.
25528
25529 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
25530
25531         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
25532         so that unistd-safer.h (GPL'ed code) need not be included.
25533
25534 2005-05-22  Bruno Haible  <bruno@clisp.org>
25535
25536         * m4/minmax.m4: New file.
25537         Based on a patch by Derek Price <derek@ximbiot.com>.
25538
25539 2005-05-22  Bruno Haible  <bruno@clisp.org>
25540
25541         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
25542         (INT64_MIN): Fix definition.
25543         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
25544
25545         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
25546         NEED_SIGNED_INT_TYPES.
25547
25548         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
25549         HAVE_SYSTEM_INTTYPES.
25550
25551 2005-05-22  Bruno Haible  <bruno@clisp.org>
25552
25553         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
25554         Also include <sys/param.h> if it defines MIN, MAX.
25555         Based on a patch by Derek Price <derek@ximbiot.com>.
25556
25557 2005-05-21  Jim Meyering  <jim@meyering.net>
25558
25559         * modules/fts (Files): Add m4/inttypes-pri.m4.
25560         (Depends-on): Add lstat and remove gettext.  Alphabetize.
25561
25562 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
25563
25564         New fts module.
25565         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
25566         (setup_dir, free_dir): New functions.
25567         (enter_dir, leave_dir): Define trivial
25568         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
25569         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
25570         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
25571         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
25572         Move to fts-cycle.c.
25573         (fts_open): Use setup_dir.
25574         (fts_close): Use free_dir.
25575         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
25576         This adds a label and some gotos, but the alternatives were messier.
25577         Check for memory allocation failure when entering a dir.
25578         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
25579         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
25580         (FTS): New member fts_cycle, that is a union that contains the
25581         old active_dir_ht and cycle_state.  All uses changed to mention
25582         fts_cycle.ht and fts_cycle.state.
25583         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
25584         fts.c, with the following changes:
25585         (setup_dir, free_dir): New functions.
25586         (enter_dir): Now returns bool.  Return true if successful, false
25587         if memory exhausted.  All callers changed.
25588         Do not bother partly cleaning up on
25589         memory allocation failure; that is free_dir's job.
25590         However, free ad if hash_insert fails, to avoid memory leak.
25591         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
25592         fts->fts_options to see which union member to use.
25593
25594 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
25595
25596         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
25597         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
25598
25599 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
25600
25601         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
25602
25603 2005-05-20  Jim Meyering  <jim@meyering.net>
25604
25605         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
25606         Now a macro, to pacify GCC.
25607
25608 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
25609
25610         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
25611         of -1.
25612
25613 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
25614
25615         * lib/chown.c (rpl_chown): Return -1 on failure.
25616
25617 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
25618
25619         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
25620         Don't check for stddef.h.
25621         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
25622         don't use its results.
25623         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
25624         since we include them unconditionally.  Don't require
25625         AM_STDBOOL_H, since stdbool is a prerequisite.
25626         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
25627         since we assume C89 or better.
25628         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
25629         as we don't use their results.
25630         Don't check for fchdir, memmove, memset, strrchr, as we use
25631         them unconditionally.
25632         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
25633         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
25634
25635 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
25636
25637         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
25638         Include <stddef.h> unconditionally, since we assume C89 now.
25639         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
25640         * lib/fts.c: Include fts_.h first, to check interface.
25641         Do not include intprops.h; no longer needed.
25642         Include cycle-check.h and hash.h, since fts_.h no longer does.
25643         Remove unnecessary casts of closedir to void.
25644         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
25645         decide whether to decrement nlinks.
25646         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
25647         (FTS): Use struct hash_table * instead of Hash_table, so that
25648         we no longer need to include hash.h here.
25649
25650 2005-05-18  Jim Meyering  <jim@meyering.net>
25651
25652         * modules/dirfd (License): Change to LGPL.  Most of the code
25653         is already in the public domain.
25654
25655 2005-05-18  Jim Meyering  <jim@meyering.net>
25656
25657         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
25658         Reported by Yoann Vandoorselaere.
25659
25660 2005-05-17  Jim Meyering  <jim@meyering.net>
25661
25662         * m4/fts.m4: New file, from coreutils.
25663
25664 2005-05-17  Jim Meyering  <jim@meyering.net>
25665
25666         * lib/fts.c, lib/fts_.h: New files, from coreutils.
25667
25668 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
25669
25670         Sync from coreutils.
25671         * m4/unlinkdir.m4: New file.
25672
25673 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
25674
25675         Sync from coreutils.
25676         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
25677         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
25678         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
25679         White space changes only.
25680         * lib/makepath.c (make_path): Port to hosts where leading "//" is
25681         special.
25682         * lib/yesno.c: Include getline.h, not ctype.h.
25683         (yesno): Don't remove leading white space; POSIX doesn't allow it.
25684         Use getline to remove arbitrary restriction on response length.
25685
25686 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
25687
25688         * config/srclist-update: Spell out "Street" in FSF postal
25689         mail address; this is the style the FSF seems to prefer.
25690
25691         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
25692         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
25693         this updates FSF postal mail address.
25694
25695         Sync from coreutils.
25696         * modules/unlinkdir: New file.
25697         * modules/yesno (Depends-on): Add getline.
25698         * MODULES.html.sh (File system functions): Add unlinkdir.
25699
25700 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25701
25702         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
25703         lib/strsep.h:
25704         Change the initial comment to refer to GPL, not LGPL.
25705         gnulib-tool will change it to LGPL as needed.
25706
25707         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
25708         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
25709         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
25710         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
25711         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
25712         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
25713         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
25714         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
25715         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
25716         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
25717         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
25718         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
25719         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
25720         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
25721         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
25722         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
25723         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
25724         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
25725         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
25726         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
25727         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
25728         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
25729         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
25730         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
25731         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
25732         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
25733         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
25734         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
25735         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
25736         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
25737         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
25738         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
25739         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
25740         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
25741         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
25742         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
25743         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
25744         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
25745         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
25746         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
25747         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
25748         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
25749         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
25750         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
25751         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
25752         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
25753         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
25754         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
25755         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
25756         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
25757         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
25758         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
25759         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
25760         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
25761         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
25762         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
25763         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
25764         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
25765         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
25766         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
25767         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
25768         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
25769         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
25770         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
25771         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
25772         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
25773         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
25774         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
25775         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
25776         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
25777         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
25778         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
25779         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
25780         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
25781         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
25782         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
25783         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
25784         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
25785         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
25786         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
25787         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
25788         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
25789         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
25790         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
25791         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
25792         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
25793         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
25794         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
25795         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
25796         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
25797         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
25798         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
25799         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
25800         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
25801         lib/yesno.c, lib/yesno.h:
25802         Update FSF postal mail address.
25803
25804 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
25805
25806         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
25807         tests/test-memmem.c, tests/test-stpncpy.c:
25808         Update FSF postal mail address.
25809
25810 2005-05-13  Bruno Haible  <bruno@clisp.org>
25811
25812         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
25813         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
25814         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
25815         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
25816         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
25817         Add support for 64-bit integers in the MSVC compiler.
25818
25819 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25820
25821         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
25822
25823 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
25824
25825         * gnulib-tool (func_import): Sort and uniquify recommended includes.
25826
25827 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
25828
25829         * doc/getdate.texi (General date syntax): Don't say that date
25830         date --iso-8601=ns generates acceptable dates; it doesn't yet.
25831         Problem reported by Nic Ferrier.
25832
25833 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25834
25835         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
25836         specified in ai_socktype. Fix invalid ai_protocol
25837         check. ai_protocol is usually set to 0 or depending on
25838         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
25839         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
25840         ai_socktype / ai_protocol in the returned addrinfo structure.
25841
25842 2005-05-10  Simon Josefsson  <jas@extundo.com>
25843
25844         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
25845         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
25846
25847 2005-05-10  Karl Berry  <karl@gnu.org>
25848
25849         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
25850         (from http://www.gnu.org/licenses).
25851         * doc/COPYING.LIB: also rename to COPYING.LESSER.
25852         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
25853         fdl.texi suffices.
25854
25855 2005-05-10  Karl Berry  <karl@gnu.org>
25856
25857         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
25858         (COPYING.DOC): remove.
25859
25860         * config/srclist-update: new FSF address.
25861
25862 2005-05-10  Derek Price  <derek@ximbiot.com>
25863
25864         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
25865         possible.
25866
25867 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25868             Bruno Haible  <bruno@clisp.org>
25869
25870         * modules/inet_ntop: New file.
25871         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25872         inet_ntop.
25873
25874 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25875             Bruno Haible  <bruno@clisp.org>
25876
25877         * m4/inet_ntop.m4: New file.
25878
25879 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25880             Bruno Haible  <bruno@clisp.org>
25881
25882         * lib/inet_ntop.h: New file.
25883         * lib/inet_ntop.c: New file, from glibc with modifications.
25884
25885 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
25886
25887         * modules/time_r (License): Change to LGPL.
25888         * modules/extensions (License): Change to LGPL.  Actually,
25889         the license is more permissive than that, but currently gnulib-tool
25890         doesn't know how to handle more-permissive licenses.
25891
25892         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
25893         Problem reported by Dave Love.
25894
25895 2005-05-08  Jim Meyering  <jim@meyering.net>
25896
25897         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
25898         blank.
25899
25900 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
25901
25902         * modules/argmatch (Depends-on): Add stdbool.
25903         * modules/backupfile (Depends-on): Likewise.
25904         * modules/chdir-long (Depends-on): Likewise.
25905         * modules/closeout (Depends-on): Likewise.
25906         * modules/cycle-check (Depends-on): Likewise.
25907         * modules/dirname (Depends-on): Likewise.
25908         * modules/fnmatch (Depends-on): Likewise.
25909         * modules/fsusage (Depends-on): Likewise.
25910         * modules/fwriteerror (Depends-on): Likewise.
25911         * modules/getcwd (Depends-on): Likewise.
25912         * modules/getloadavg (Depends-on): Likewise.
25913         * modules/hard-locale (Depends-on): Likewise.
25914         * modules/makepath (Depends-on): Likewise.
25915         * modules/mountlist (Depends-on): Likewise.
25916         * modules/nanosleep (Depends-on): Likewise.
25917         * modules/posixtm (Depends-on): Likewise.
25918         * modules/quotearg (Depends-on): Likewise.
25919         * modules/readtokens (Depends-on): Likewise.
25920         * modules/readtokens0 (Depends-on): Likewise.
25921         * modules/readutmp (Depends-on): Likewise.
25922         * modules/save-cwd (Depends-on): Likewise.
25923         * modules/strftime (Depends-on): Likewise.
25924         * modules/userspec (Depends-on): Likewise.
25925         * modules/utimecmp (Depends-on): Likewise.
25926         * modules/xgetcwd (Depends-on): Likewise.
25927         * modules/xnanosleep (Depends-on): Likewise.
25928         * modules/xstrtod (Depends-on): Likewise.
25929         * modules/yesno (Depends-on): Likewise.
25930
25931 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
25932
25933         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
25934         needless checks.
25935
25936 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
25937
25938         Merge from coreutils.  Among other things,
25939         add bulletproofing for cases where stdin, stdout, or stderr are closed.
25940         * lib/fd-safer.c: New file.
25941         * lib/fcntl-safer.h, open-safer.c: Remove.
25942         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
25943         * lib/dup-safer.c: Include unistd-safer.h first.
25944         Don't include errno.h.
25945         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
25946         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
25947         * lib/file-type.c: Rely on file-type.h change.
25948         * lib/getloadavg.c: Include unistd-safer.h.
25949         (getloadavg): Use safer open.
25950         * lib/getusershell.c: Include "stdio-safer.h".
25951         (getusershell): Use safer fopen.
25952         * lib/long-options.c (long_options): Use NULL rather than 0.
25953         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
25954         'free'.
25955         * lib/modechange.c: Likewise.
25956         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
25957         (MODE_DONE): New constant.
25958         (struct mode_change): Remove 'next' member.
25959         (make_node_op_equals): New function; like the old one of the
25960         same name, except it allocates an array.
25961         (mode_compile, mode_create_from_ref): Use it.
25962         (mode_compile): Allocate result as an array, not a linked list.
25963         Parse octal string ourself, so that we catch mistakes like "+0".
25964         (mode_adjust): Arg is an array, not a linked list.
25965         * lib/modechange.c: Include stat-macros.h, xalloc.h.
25966         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
25967         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
25968         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
25969         Remove.  This is now stat-macros.h's job.
25970         (talloc): Remove.  All callers replaced by xalloc, so that
25971         our invokers don't have to worry about reporting memory failures.
25972         (make_node_op_equals): Remove.
25973         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
25974         New constants.
25975         (struct mode_change): Moved here from modechange.h.
25976         (mode_append_entry): Remove.
25977         (mode_compile): Remove MASKED_OPS arg, since it encouraged
25978         apps to have incorrect behavior.  Use simpler algorithm for head
25979         and tail.  Don't futz with umask; that's now the job of mode_adjust.
25980         Detect more invalid usages rather than having somewhat-random behavior.
25981         Don't insert an "a=" action, as that leads to incorrect behavior.
25982         (mode_compile, mode_create_from_ref): Return NULL on error instead
25983         of an enum, since now there's only one way to have an error.  All
25984         callers changed.
25985         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
25986         at the correct time.  Simplify calculation of "+u" and its ilk.
25987         Don't mishandle "+X".
25988         (mode_free): Remove "register" and localize decls.
25989         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
25990         (struct mode_change): Move to modechange.c; callers don't
25991         need to see this stuff.
25992         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
25993         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
25994         (mode_change, mode_adjust): Reflect the new signatures noted above.
25995         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
25996         that might redefine system include files.
25997         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
25998         (my_usleep): Use NULL rather than (void *) 0.
25999         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
26000         Use siginterrupt to specify that system calls should be interrupted.
26001         (rpl_nanosleep): Move initialization of suspended closer to call of
26002         my_usleep.
26003         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
26004         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
26005         (desirable_utmp_entry): New function.
26006         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
26007         using x2nrealloc, to simplify logic.
26008         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
26009         size calculation.  Do not assume utmp file is a regular file.
26010         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
26011         (READ_UTMP_CHECK_PIDS): New constant.
26012         * lib/save-cwd.c: Include unistd-safer.h.
26013         (save_cwd): Use fd_safer.
26014         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
26015         [!_LIBC] Include "stat-macros.h" instead.
26016         * lib/unistd-safer.h (fd_safer): New decl.
26017
26018 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
26019
26020         * modules/getloadavg (Depends-on): Add unistd-safer.
26021         * modules/getusershell (Depends-on): Add stdio-safer.
26022         * modules/lstat (Depends-on): Remove xalloc.
26023         * modules/mkstemp (Depends-on): Add stat-macros.
26024         * modules/modechange (Depends-on): Remove xstrtol.
26025         Add stat-macros, xalloc.
26026         * modules/save-cwd (Depends-on): Add unistd-safer.
26027         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
26028         * modules/unistd-safer (Files): Add lib/fd-safer.c
26029         (Makefile.am): Remove lib_SOURCES.
26030
26031         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
26032         Remove fcntl-safer; unistd-safer supersedes it.
26033
26034 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
26035
26036         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
26037         AC_HEADER_STAT.
26038         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
26039         (gl_PREREQ_CHOWN): Remove.
26040         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
26041         it.  Don't require AC_HEADER_STAT.
26042         (gl_PREREQ_LSTAT): Remove.
26043         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
26044         Don't require AC_HEADER_STAT.
26045         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
26046         (gl_PREREQ_RMDIR): Remove.
26047         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
26048         mention stat-macros.h or AC_HEADER_STAT, since we'll make
26049         the stat-macros module a prerequisite.
26050         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
26051         * m4/filemode.m4 (gl_FILEMODE): Likewise.
26052         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
26053         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
26054         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
26055         variable names.
26056         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
26057         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
26058         variable prefixes.
26059         * m4/fcntl-safer.m4: Remove.
26060         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
26061         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
26062         Invoke gl_PREREQ_FD_SAFER.
26063         (gl_PREREQ_FD_SAFER): New macro.
26064         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
26065         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
26066         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
26067         Remove duplicate call to AC_LIBOBJ(readutmp).
26068         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
26069
26070         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
26071         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
26072
26073 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
26074
26075         * MODULES.html.sh (Misc): Add byteswap.
26076
26077 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
26078
26079         * modules/getcwd (Depends-on): Add extensions.
26080         * modules/openat (Depends-on): Likewise.
26081
26082 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
26083
26084         * modules/byteswap: New file.
26085
26086 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
26087
26088         * m4/byteswap.m4: New file.
26089
26090 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
26091
26092         * lib/byteswap_.h: New file.
26093
26094 2005-04-25  Karl Berry  <karl@gnu.org>
26095
26096         * m4/gettext.m4: Update from GNU gettext 0.14.4.
26097
26098 2005-04-25  Albert Chin  <china@thewrittenword.com>
26099
26100         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
26101         Toolkit C bug.
26102
26103 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
26104
26105         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
26106         (func_ln_if_changed) Remove forcibly for no error message
26107         in case file does not exist.
26108
26109 2005-04-19  Simon Josefsson  <jas@extundo.com>
26110
26111         * gnulib-tool (Options): Make --symlink mean --symbolic.
26112
26113 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
26114
26115         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
26116
26117 2005-04-16  Simon Josefsson  <jas@extundo.com>
26118
26119         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
26120
26121 2005-04-15  Simon Josefsson  <jas@extundo.com>
26122
26123         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
26124
26125 2005-04-15  Simon Josefsson  <jas@extundo.com>
26126
26127         * gnulib-tool: Rename --symlink to --symbolic.
26128
26129 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
26130
26131         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
26132         symbolic links to files instead of copying/moving.  Add --aux-dir,
26133         specifying directory relative --dir where auxiliary build tools
26134         are placed.
26135
26136 2005-04-14  Bruno Haible  <bruno@clisp.org>
26137
26138         * modules/allocsa (License): Change to LGPL.
26139         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
26140
26141 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
26142
26143         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
26144         that "UTC +1 second" continues to work.  Problem reported
26145         by Dmitry V. Levin.
26146         (relunit_snumber): New rule.
26147         (relunit): Use it.
26148
26149 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
26150
26151         * lib/getdate.y (universal_time_zone_table): New constant.
26152         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
26153         universal_time_zone_table.
26154         (lookup_zone): Prefer universal_time_zone_table to
26155         local_time_zone_table, so that "GMT" time stamps are allowed in
26156         London during the summer.  Problem reported by Ian Abbott.
26157
26158 2005-04-12  Jim Meyering  <jim@meyering.net>
26159
26160         * lib/human.c (humblock): Set *options even when returning due to
26161         xstrtoumax conversion failure.  Thanks to a used-uninitialized
26162         warning from gcc-4.
26163
26164 2005-04-09  Jim Meyering  <jim@meyering.net>
26165
26166         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
26167         -Wuninitialized: initialize tm0.tm_year.
26168
26169 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
26170
26171         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
26172         count, since there's no maximum.  All uses changed.
26173         Add member dsts_seen.
26174         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
26175         not being INT_MAX.
26176         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
26177         Use pc_rels_seen to decide whther a date is absolute.
26178
26179         * lib/getdate.y (number): Don't overwrite year.
26180         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
26181         check.
26182
26183 2005-04-02  Simon Josefsson  <jas@extundo.com>
26184
26185         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
26186         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
26187
26188 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
26189
26190         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
26191         where no absolute path name can be longer than PATH_MAX.
26192
26193 2005-03-27  Jim Meyering  <jim@meyering.net>
26194
26195         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
26196
26197 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
26198
26199         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
26200         "one's complement" -> "ones' complement" in comment, as per Knuth.
26201         "value of type" -> "type or expression" in comment.
26202         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
26203
26204 2005-03-26  Jim Meyering  <jim@meyering.net>
26205
26206         Comment nits.
26207         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
26208         Correct typos: s/or/of/.
26209
26210 2005-03-26  Jim Meyering  <jim@meyering.net>
26211
26212         * modules/check-include-files: Move to ../ and rename to...
26213         * check-module: ...this.
26214
26215 2005-03-25  Jim Meyering  <jim@meyering.net>
26216
26217         * modules/xvasprintf (Files): Add xalloc.h.
26218
26219 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
26220
26221         * modules/gettext (Files): config/config.rpath ->
26222         build-aux/config.rpath
26223         * modules/iconv (Files): Likewise.
26224         Problem reported by Oskar Liljeblad.
26225
26226 2005-03-23  Jim Meyering  <jim@meyering.net>
26227
26228         * modules/check-include-files: New script to check for
26229         missing dependencies, multiple includes, etc.
26230
26231         * modules/c-strtold (Depends-on): Add xalloc.
26232         * modules/c-strtod (Depends-on): Add xalloc.
26233         * modules/hash (Depends-on): Add xalloc.
26234         (Files): Remove lib/xalloc.h.
26235
26236         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
26237         * modules/userspec (Files): Add lib/inttostr.h.
26238
26239 2005-03-23  Jim Meyering  <jim@meyering.net>
26240
26241         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
26242
26243 2005-03-22  Jim Meyering  <jim@meyering.net>
26244
26245         * modules/stat-macros: New module.
26246         * modules/canonicalize, modules/euidaccess, modules/file-type,
26247         * modules/filemode, modules/lchown, modules/makepath,
26248         * modules/rmdir, modules/stat: Depend on new stat-macros module
26249         rather than listing lib/stat-macros.h manually.
26250         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
26251
26252 2005-03-22  Jim Meyering  <jim@meyering.net>
26253
26254         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
26255
26256 2005-03-22  Bruno Haible  <bruno@clisp.org>
26257
26258         * config/srclist.txt: Replace target directory 'config' with
26259         'build-aux'.
26260         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
26261         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
26262         ../build-aux/.
26263
26264 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
26265
26266         * modules/chdir-long (Depends-on): Add mempcpy.
26267
26268         * modules/acl, modules/backupfile, modules/c-strtod,
26269         modules/c-strtold, modules/canon-host, modules/canonicalize,
26270         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
26271         modules/exclude, modules/exitfail, modules/file-type,
26272         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
26273         modules/getdate, modules/getline, modules/getpagesize,
26274         modules/getpass, modules/getugroups, modules/group-member,
26275         modules/hard-locale, modules/hash, modules/human, modules/idcache,
26276         modules/inttostr, modules/long-options, modules/makepath,
26277         modules/md5, modules/memcasecmp, modules/memcoll,
26278         modules/modechange, modules/mountlist, modules/path-concat,
26279         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
26280         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
26281         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
26282         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
26283         modules/strftime, modules/strndup, modules/strverscmp,
26284         modules/timespec, modules/unlocked-io, modules/userspec,
26285         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
26286         modules/yesno:
26287         Remove lib_SOURCES line from Makefile.am section, as this is now
26288         done automatically by the corresponding Autoconf macro.
26289
26290 2005-03-21  Jim Meyering  <jim@meyering.net>
26291
26292         Changes imported from coreutils.
26293
26294         * lib/cycle-check.c: Don't include xalloc.h.
26295
26296         * lib/path-concat.c: Don't include assert.h.
26297         (path_concat): Remove assertion that would have triggered
26298         for ABASE starting with more than one slash.
26299         Reported by Andreas Schwab.
26300
26301         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
26302         properly when ABASE is an absolute file name.
26303         Correct the description of this function.
26304         Include <assert.h>.
26305         Add an assertion and a test driver.
26306         This fixes a bug introduced on 2004-07-02.
26307         Andreas Schwab reported the resulting failure of cp --parents:
26308         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
26309
26310 2005-03-21  Jim Meyering  <jim@meyering.net>
26311
26312         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
26313         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
26314
26315 2005-03-21  Jim Meyering  <jim@meyering.net>
26316         and  Paul Eggert  <eggert@cs.ucla.edu>
26317
26318         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
26319         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
26320         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
26321         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
26322         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
26323         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
26324         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
26325         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
26326         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
26327         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
26328         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
26329         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
26330         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
26331         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
26332         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
26333         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
26334         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
26335         for these modules.
26336
26337 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
26338
26339         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
26340         (which shouldn't happen), generate nothing instead of returning 0
26341         immediately, so that nstrftime (NULL, ...) doesn't return 0.
26342
26343 2005-03-16  Bruno Haible  <bruno@clisp.org>
26344
26345         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
26346         HAVE_LONGLONG_64BIT.
26347
26348 2005-03-16  Bruno Haible  <bruno@clisp.org>
26349
26350         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
26351         HAVE_LONGLONG_64BIT.
26352
26353 2005-03-16  Bruno Haible  <bruno@clisp.org>
26354
26355         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
26356         HAVE_LONGLONG_64BIT.
26357
26358 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
26359
26360         * lib/strftime.c (my_strftime): Prepend space to format so that we can
26361         reliably distinguish strftime failure from empty output on POSIX
26362         hosts.
26363
26364 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
26365
26366         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
26367         (iconv_string): Don't guess a size-zero buffer, as that might cause
26368         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
26369         result would be 'too large', where 'too large' is (heuristically)
26370         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
26371         overflow concerns.  This will prevent some unwanted malloc failures
26372         when the inputs are very large.
26373
26374 2005-03-15  Karl Berry  <karl@gnu.org>
26375
26376         * config/srclist.txt (config.rpath): from gettext.
26377         * config/config.rpath: update.
26378
26379 2005-03-15  Bruno Haible  <bruno@clisp.org>
26380
26381         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
26382         to 'negate'.
26383
26384         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
26385         variable.
26386
26387         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
26388         results.
26389
26390 2005-03-14  Simon Josefsson  <jas@extundo.com>
26391
26392         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
26393         <fx@gnu.org>.
26394
26395 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
26396
26397         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
26398         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
26399         intprops.h.
26400         * lib/strtol.c: Likewise.
26401
26402 2005-03-14  Jim Meyering  <jim@meyering.net>
26403
26404         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
26405         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
26406         to be nonzero so that we (and caller) can detect the difference
26407         between a valid zero-length expansion and an error return, even
26408         when the underlying strftime fails before writing anything into
26409         that location.
26410
26411 2005-03-14  Bruno Haible  <bruno@clisp.org>
26412
26413         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
26414         Update from GNU gettext 0.14.3.
26415
26416 2005-03-10  Jim Meyering  <jim@meyering.net>
26417
26418         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
26419
26420 2005-03-10  Jim Meyering  <jim@meyering.net>
26421
26422         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
26423         so that this module works on systems without fchdir.
26424
26425 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
26426
26427         Factor int-properties macros into a single file, except for
26428         glibc-related files.
26429         * lib/intprops.h: New file.
26430         * lib/getloadavg.c: Include it instead of limits.h.
26431         (INT_STRLEN_BOUND): Remove.
26432         * lib/human.c: Include intprops.h.
26433         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
26434         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
26435         302/1000.
26436         * lib/inttostr.h: Include intprops.h instead of limits.h.
26437         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
26438         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
26439         for consistency with intprops.h.
26440         (time_t_is_integer, twos_complement_arithmetic): Use them.
26441         * lib/sig2str.h: Include <signal.h>, intprops.h.
26442         (INT_STRLEN_BOUND): Remove.
26443         * lib/strftime.c (TYPE_SIGNED): Remove.
26444         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
26445         * lib/strtol.c: Adjust comments to match intprops.h.
26446         * lib/userspec.c: Include intprops.h.
26447         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
26448         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
26449         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
26450         instead of rolling our own expressions.
26451         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
26452
26453         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
26454         instead of int.
26455         (my_strftime): Do not mishandle years close to INT_MAX, by doing
26456         the right thing even if adding 1900 would overflow.  Similarly
26457         for tm_mon + 1 and tm_yday + 1.
26458         Make %Y always equivalent to %C%y, and similarly for %G and %g.
26459         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
26460         (DO_SIGNED_NUMBER): New macro.
26461         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
26462
26463 2005-03-07  Bruno Haible  <bruno@clisp.org>
26464
26465         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
26466
26467 2005-03-07  Bruno Haible  <bruno@clisp.org>
26468
26469         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
26470
26471 2005-03-04  Derek R. Price  <derek@ximbiot.com>
26472
26473         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
26474         (func_import): Only replace files via --import when they have actually
26475         changed.
26476
26477 2005-03-03  Derek R. Price  <derek@ximbiot.com>
26478
26479         * m4/mmap-anon.m4: New file.
26480         * m4/pagealign_alloc.m4: New file.
26481
26482 2005-03-03  Derek R. Price  <derek@ximbiot.com>
26483             Bruno Haible  <bruno@clisp.org>
26484
26485         * modules/pagealign_alloc: New file.
26486         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
26487
26488 2005-03-03  Derek R. Price  <derek@ximbiot.com>
26489             Bruno Haible  <bruno@clisp.org>
26490
26491         * lib/pagealign_alloc.h: New file.
26492         * lib/pagealign_alloc.c: New file.
26493
26494 2005-03-03  Bruno Haible  <bruno@clisp.org>
26495
26496         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
26497         Use an all-permissive copyright notice, recommended by RMS.
26498
26499 2005-03-02  Bruno Haible  <bruno@clisp.org>
26500
26501         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
26502         of AIX, the replacement has to be done only after <string.h> is
26503         included, therefore not in config.h. stpncpy.h does the replacement,
26504         and stpncpy.c uses it.
26505
26506 2005-03-02  Bruno Haible  <bruno@clisp.org>
26507
26508         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
26509         stpncpy.c uses it.
26510
26511 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
26512
26513         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
26514         The workaround isn't strictly needed for POSIX conformance, and
26515         it's too much of a pain to configure and maintain.  We'll ask
26516         people to fix their kernels instead.
26517         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
26518         (NANOSLEEP_BUG_WORKAROUND): Remove.
26519         (xnanosleep): Remove the workaround.
26520
26521 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
26522
26523         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
26524         Reported by Derek Price.
26525         (Include): Add "timespec.h".
26526
26527         * modules/xnanosleep (Depends-on): Remove gethrxtime.
26528
26529 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
26530
26531         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
26532         to detect nanosleep bug.
26533
26534 2005-03-01  Bruno Haible  <bruno@clisp.org>
26535
26536         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
26537
26538 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
26539
26540         * modules/gethrxtime: New file.
26541         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
26542         (Depends-on): Add gethrxtime.
26543         (configure.ac): Add gl_XNANOSLEEP.
26544         (Makefile.am): Remove lib_SOURCES line.
26545
26546 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
26547
26548         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
26549         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
26550
26551 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
26552
26553         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
26554         * lib/timespec.h (gettime): Return void, since it always
26555         succeeds now.  All uses changed.
26556         * lib/gettime.c (gettime) Likewise.
26557         [HAVE_NANOTIME]: Prefer nanotime.
26558         Assume gettimeofday succeeds, as POSIX requires.
26559         Assime time () succeeds, since other code already does.
26560         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
26561         (timespec_subtract): Remove.
26562         (NANOSLEEP_BUG_WORKAROUND): New constant.
26563         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
26564         things considerably.  Use it only on GNU/Linux hosts, since the
26565         workaround shouldn't be needed elsewhere.
26566
26567 2005-02-24  Bruno Haible  <bruno@clisp.org>
26568
26569         * modules/gettext (Files): Add m4/glibc2.m4.
26570
26571 2005-02-24  Bruno Haible  <bruno@clisp.org>
26572
26573         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
26574         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
26575         * m4/progtest.m4:
26576         Update from GNU gettext 0.14.2.
26577         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
26578
26579 2005-02-24  Bruno Haible  <bruno@clisp.org>
26580
26581         * lib/localcharset.c: Update from GNU gettext 0.14.2.
26582         * lib/config.charset: Update from GNU gettext 0.14.2.
26583
26584 2005-02-24  Bruno Haible  <bruno@clisp.org>
26585
26586         * lib/gettext.h: Update from GNU gettext 0.14.2.
26587
26588 2005-02-23  Simon Josefsson  <jas@extundo.com>
26589
26590         * m4/iconvme.m4: New file.
26591
26592 2005-02-23  Jim Meyering  <jim@meyering.net>
26593
26594         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
26595         change.
26596         Thanks to Bruno Haible for catching it.
26597
26598 2005-02-22  Simon Josefsson  <jas@extundo.com>
26599
26600         * modules/iconvme: New file.
26601
26602         * MODULES.html.sh: Add iconvme.
26603
26604 2005-02-22  Simon Josefsson  <jas@extundo.com>
26605
26606         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
26607
26608 2005-02-22  Simon Josefsson  <jas@extundo.com>
26609
26610         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
26611
26612 2005-02-22  Jim Meyering  <jim@meyering.net>
26613
26614         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
26615         s/ifndef/ifdef/.
26616
26617 2005-02-20  Neil Conway  <neilc@samurai.com>
26618
26619         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
26620         returned by OSX/Darwin if the specified buffer is not large
26621         enough for the hostname.
26622
26623 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26624
26625         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
26626         pass it to _help, otherwise the latter coredumps trying to
26627         dereference state.root_argp.
26628
26629 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
26630
26631         * modules/chdir-long (Depends-on): Add memrchr.
26632         * modules/memrchr (Files): Add lib/memrchr.h.
26633         (Include): "memrchr.h".
26634
26635 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
26636
26637         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
26638
26639 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
26640
26641         * lib/memrchr.h: New file.
26642         * lib/chdir-long.c: Include it.
26643         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
26644         Don't bother including stddef.h.
26645
26646 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
26647
26648         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
26649         inclusion.
26650         Include <sys/types.h>, for dev_t.
26651         (ME_DUMMY, ME_REMOTE): Move from here....
26652         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
26653         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
26654         Dmitry V. Levin.
26655         Include mountlist.h first, to test the interface.
26656
26657 2005-01-29  Bruno Haible  <bruno@clisp.org>
26658
26659         * lib/progname.c (program_name): Initialize.
26660         Needed when linking statically on MacOS X.
26661
26662 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
26663
26664         Sync from coreutils.
26665         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
26666         (Depends-on): Add c-strtod.
26667         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
26668
26669 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
26670
26671         Sync from coreutils.
26672         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
26673
26674         Remove files that are specific to coreutils.
26675         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
26676
26677 2005-01-28  Bruno Haible  <bruno@clisp.org>
26678
26679         * modules/javacomp: New file.
26680         * MODULES.html.sh (Java): Add javacomp.
26681
26682 2005-01-28  Bruno Haible  <bruno@clisp.org>
26683
26684         * m4/javacomp.m4: New file, from GNU gettext.
26685
26686 2005-01-28  Bruno Haible  <bruno@clisp.org>
26687
26688         * lib/javacomp.sh.in: New file, from GNU gettext.
26689         * lib/javacomp.h: New file, from GNU gettext.
26690         * lib/javacomp.c: New file, from GNU gettext.
26691
26692 2005-01-26  Simon Josefsson  <jas@extundo.com>
26693
26694         * lib/gai_strerror.c: Use GPL in header.
26695
26696 2005-01-26  Bruno Haible  <bruno@clisp.org>
26697
26698         * modules/javaexec: New file.
26699         * MODULES.html.sh (Java): Add javaexec.
26700
26701 2005-01-26  Bruno Haible  <bruno@clisp.org>
26702
26703         * m4/javaexec.m4: New file, from GNU gettext.
26704
26705 2005-01-26  Bruno Haible  <bruno@clisp.org>
26706
26707         * lib/javaexec.sh.in: New file, from GNU gettext.
26708         * lib/javaexec.h: New file, from GNU gettext.
26709         * lib/javaexec.c: New file, from GNU gettext.
26710
26711 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26712
26713         * modules/lchown (Depends-on): Remove lchown.h
26714
26715 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26716
26717         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
26718         must be defined if the header file was not found, in order
26719         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
26720
26721 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26722
26723         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
26724         initializers for struct pentry_state.
26725         (__argp_error): Check return value of __asprintf
26726         (__argp_failure): Translate error message
26727
26728         * lib/argp-parse.c: Removed braces around the expansion of N_()
26729
26730 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
26731
26732         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
26733         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
26734         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
26735         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
26736         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
26737         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
26738         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
26739         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
26740         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
26741         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
26742         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
26743         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
26744         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
26745         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
26746         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
26747         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
26748         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
26749         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
26750         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
26751         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
26752         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
26753         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
26754         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
26755         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
26756         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
26757         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
26758         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
26759         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
26760         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
26761         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
26762         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
26763         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
26764         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
26765         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
26766         xstrtol.m4, xstrtoumax.m4, yesno.m4:
26767         Use an all-permissive copyright notice, recommended by RMS.
26768
26769 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
26770
26771         * modules/chdir-long (Depends-on): Remove mempcpy.
26772
26773 2005-01-21  Jim Meyering  <jim@meyering.net>
26774
26775         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
26776         same value as for Solaris 9.
26777
26778         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
26779         component length.  This included changing the parameter to be
26780         of type `char *' rather than `char const *'.
26781         * lib/chdir-long.h (chdir_long): Update prototype.
26782
26783         * lib/openat.c (fdopendir, fstatat): New functions.
26784         * lib/openat.h: Include headers required for use of DIR and struct
26785         stat.
26786         [AT_SYMLINK_NOFOLLOW]: Define.
26787         (fdopendir, fstatat): Add prototypes.
26788
26789 2005-01-21  Bruno Haible  <bruno@clisp.org>
26790
26791         * modules/classpath: New file.
26792         * MODULES.html.sh (Java): Add classpath.
26793
26794 2005-01-21  Bruno Haible  <bruno@clisp.org>
26795
26796         * lib/classpath.h: New file, from GNU gettext.
26797         * lib/classpath.c: New file, from GNU gettext.
26798
26799 2005-01-20  Simon Josefsson  <jas@extundo.com>
26800
26801         * modules/version-etc-fsf: New file.
26802
26803 2005-01-20  Simon Josefsson  <jas@extundo.com>
26804
26805         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
26806         * lib/version-etc.c: Remove version_etc_copyright.
26807         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
26808         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
26809
26810 2005-01-20  Simon Josefsson  <jas@extundo.com>
26811
26812         * lib/base64.h (isbase64): Add.
26813
26814         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
26815         using a unsigned prototype, don't inline.
26816         (base64_decode): Use it.
26817
26818 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
26819
26820         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
26821         it.
26822
26823 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
26824
26825         * lib/save-cwd.c (save_cwd): Remove code to support the case
26826         where fchdir is missing or flaky.
26827
26828 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
26829
26830         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
26831
26832 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
26833
26834         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
26835         AC_LIBSOURCES now does this.
26836         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
26837         with new ullong_max module.
26838
26839 2005-01-19  Bruno Haible  <bruno@clisp.org>
26840
26841         * modules/sh-quote: New file.
26842         * MODULES.html.sh (Executing programs): Add sh-quote.
26843
26844 2005-01-19  Bruno Haible  <bruno@clisp.org>
26845
26846         * lib/sh-quote.h: New file, from GNU gettext.
26847         * lib/sh-quote.c: New file, from GNU gettext.
26848
26849 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
26850
26851         Merge from coreutils.
26852         * m4/ullong_max.m4: New file.
26853         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
26854         (gl_MACROS): Assume localeconv exists.
26855
26856 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
26857
26858         Merge changes from coreutils, as described below in several
26859         changelogs dated today.
26860
26861         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
26862         (O_DIRECTORY): Remove; not needed here, since "." must be
26863         a directory.  All uses removed.
26864         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
26865         universal on Suns, and we also need to test for IRIX.
26866         Revamp code to use 'if' rather than '#if'.
26867         Avoid unnecessary comparison of cwd->desc to 0.
26868
26869         * lib/utimens.c (futimens): Robustify the previous patch, by checking
26870         for known valid error numbers rather than observed invalid ones.
26871
26872 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
26873
26874         * modules/ullong_max: New file.
26875
26876         * modules/chdir-long, modules/openat: New files.
26877         * modules/save-cwd (Depends-on): Depend on chdir-long.
26878         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
26879
26880 2005-01-18  Jim Meyering  <jim@meyering.net>
26881
26882         Merge from coreutils.
26883         * m4/chdir-long.m4, m4/openat.m4: New files.
26884         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
26885         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
26886         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
26887         is sane and DOES follow symlinks.  Besides, testing 20 different
26888         systems found no broken chown implementations.
26889         Prompted by a change in rsync's copy of this macro.
26890         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
26891
26892         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
26893
26894         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
26895         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
26896         NULL-means-set-to-current-time semantics.
26897         Remove temporary file immediately, rather than waiting
26898         for configure's at-exit trap code to do it.
26899
26900 2005-01-18  Jim Meyering  <jim@meyering.net>
26901
26902         * lib/version-etc.c (version_etc_copyright): Update copyright date.
26903
26904         * lib/utimens.c (futimens): Account for the fact that futimes
26905         can also fail with errno == ENOSYS or errno == ENOENT.
26906         Patch from Dmitry V. Levin.
26907
26908         Change the name of the robust chdir function from chdir to chdir_long.
26909         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
26910         (restore_cwd): Use chdir_long, not chdir.
26911         * lib/chdir-long.c: Renamed from chdir.c.
26912         * lib/chdir-long.h: Renamed from chdir.h.
26913         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
26914         Hurd.
26915
26916 2005-01-18  Bruno Haible  <bruno@clisp.org>
26917
26918         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
26919         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
26920         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
26921         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
26922         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
26923         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
26924         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
26925         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
26926         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
26927         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
26928         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
26929         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
26930         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
26931         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
26932         Use an all-permissive copyright notice, recommended by RMS.
26933
26934 2005-01-18  Bob Proulx  <bob@proulx.com>
26935
26936         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
26937         simplify offsetof() macro construct to avoid compile failure with
26938         native HP-UX 11.0 ANSI C compiler.
26939
26940 2005-01-17  Bruno Haible  <bruno@clisp.org>
26941
26942         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
26943         redundant because stpncpy.m4 takes care of it.
26944
26945 2005-01-17  Bruno Haible  <bruno@clisp.org>
26946
26947         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
26948
26949 2005-01-17  Bruno Haible  <bruno@clisp.org>
26950
26951         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
26952         used.
26953
26954 2005-01-17  Bruno Haible  <bruno@clisp.org>
26955
26956         * lib/fwriteerror.h (fwriteerror): Change specification to include
26957         fclose.
26958         * lib/fwriteerror.c: Include <stdbool.h>.
26959         (fwriteerror): At the end, close the file stream. Record whether
26960         stdout was already closed.
26961
26962 2005-01-17  Bruno Haible  <bruno@clisp.org>
26963
26964         * lib/execute.c (environ): Declare if needed.
26965         * lib/pipe.c (environ): Likewise.
26966         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
26967
26968 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26969
26970         * modules/argp: Depend on vsnprintf
26971
26972 2005-01-10  Jim Meyering  <jim@meyering.net>
26973
26974         * modules/closeout (Depends-on): Add atexit.
26975
26976 2005-01-06  Bruno Haible  <bruno@clisp.org>
26977
26978         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
26979
26980 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
26981
26982         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
26983         definitions to be after all include files, to avoid collisions.
26984         Problem reported by Bob Proulx.
26985
26986 2005-01-04  Jim Meyering  <jim@meyering.net>
26987
26988         Changes imported from coreutils.
26989         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
26990         as the mkstemp template, use a temporary directory and an
26991         8.3-friendly template to avoid trouble on systems like DJGPP.
26992         Reported by Juan M. Guerrero via Stepan Kasal.
26993         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
26994         close. Remove the temporary directory right away, rather than waiting
26995         for configure's at-exit trap code to do it.
26996         Suggestion from Stepan Kasal.
26997
26998 2005-01-01  Simon Josefsson  <jas@extundo.com>
26999
27000         * gnulib-tool: Print #include directives when --import'ing.
27001
27002 2004-12-28  Simon Josefsson  <jas@extundo.com>
27003
27004         * tests/test-base64.c: Include required header files.  Remove
27005         unused variables.
27006
27007 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
27008
27009         * modules/error (Depends-on): Remove gettext.
27010
27011 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
27012
27013         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
27014         not needed.  This removes a dependency on the gettext module.
27015         [defined _LIBC]: Do not include <libintl.h>; not needed.
27016
27017 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
27018
27019         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
27020         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
27021
27022 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
27023
27024         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
27025         HAVE_DECL_STRTOLD.
27026
27027 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
27028
27029         * modules/getdate (Depends-on): Remove alloca-opt.
27030
27031 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
27032
27033         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
27034
27035 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
27036
27037         * lib/argp-parse.c: Include <stddef.h>.
27038         (alignof, alignto): New macros.
27039         (parser_init): Don't assume that void * is aligned sufficiently
27040         for struct option.
27041
27042         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
27043         need to extend the stack.
27044         (YYINITDEPTH): New macro, so that the initial stack isn't overly
27045         large.
27046
27047 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27048
27049         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
27050
27051 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
27052
27053         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
27054         (2004-10-24) change.  Apparently this was a false alarm.
27055
27056         * modules/getdate: Depend on alloca-opt, not alloca.
27057
27058 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
27059
27060         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
27061         Remove now-obsolete comment about AIX.
27062         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
27063         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
27064         (YYMAXDEPTH): New macro.
27065
27066 2004-12-18  Simon Josefsson  <jas@extundo.com>
27067
27068         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
27069
27070 2004-12-18  Bruno Haible  <bruno@clisp.org>
27071
27072         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
27073
27074 2004-12-18  Bruno Haible  <bruno@clisp.org>
27075
27076         * lib/fatal-signal.c (fatal_signals): Make non-const.
27077         (init_fatal_signals): New function.
27078         (uninstall_handlers, install_handlers): Ignore signals that were set to
27079         SIG_IGN.
27080         (at_fatal_signal): Call init_fatal_signals.
27081         (init_fatal_signal_set): Likewise. Ignore signals that were set to
27082         SIG_IGN.
27083         Reported by Paul Eggert.
27084
27085 2004-12-18  Bruno Haible  <bruno@clisp.org>
27086
27087         * doc/alloca.texi: New file.
27088         * doc/alloca-opt.texi: New file.
27089
27090 2004-12-17  Jim Meyering  <jim@meyering.net>
27091
27092         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
27093         Otherwise, install-sh could exit with improper exit status when
27094         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
27095
27096 2004-12-16  Simon Josefsson  <jas@extundo.com>
27097
27098         * tests/test-base64.c: Add license.
27099
27100 2004-12-15  Stepan Kasal  <address@hidden>
27101
27102         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
27103
27104 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
27105
27106         * modules/getcwd (Files): Add m4/d-ino.m4.
27107         Suggested by Mark D. Baushke.
27108
27109 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
27110
27111         * lib/getdate.y (textint): New member "negative".
27112         (time_zone_hhmm): New function.
27113         Expect 14 shift-reduce conflicts, not 13.
27114         (o_colon_minutes): New rule.
27115         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
27116         (yylex): Set the "negative" member of signed numbers.
27117
27118 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
27119
27120         * doc/getdate.texi (Time of day items, Time zone items):
27121         Describe new formats +00:00, UTC+00:00.
27122
27123 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
27124
27125         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
27126         spurious "-l"s.  Problem reported by Stepan Kasal.
27127
27128 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
27129
27130         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
27131         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
27132
27133 2004-12-04  Simon Josefsson  <jas@extundo.com>
27134
27135         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
27136         Vandoorselaere <yoann@prelude-ids.org>.
27137
27138 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
27139
27140         Changes imported from coreutils.
27141         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
27142         exist.
27143         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
27144
27145 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
27146
27147         Changes imported from coreutils.
27148         * lib/hard-locale.c: Assume <locale.h> exists.
27149         Include "strdup.h".
27150         (GLIBC_VERSION): New macro.
27151         (hard_locale): Assume setlocale exists.
27152         Rewrite to avoid #ifdef.
27153         Use strdup rather than malloc + strcpy.
27154         * lib/human.c: Assume <locale.h> exists.
27155         (human_readable): Assume localeconv exists.
27156
27157 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
27158
27159         * modules/hard-locale (Depends-on): Add strdup.
27160
27161 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
27162
27163         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
27164         convert T2, not T.  (Imported from libc.)
27165
27166 2004-11-30  Simon Josefsson  <jas@extundo.com>
27167
27168         * modules/restrict (License): Change to LGPL.
27169
27170 2004-11-30  Simon Josefsson  <jas@extundo.com>
27171
27172         * m4/restrict.m4: Add copyright and copying conditions.
27173
27174 2004-11-30  Simon Josefsson  <jas@extundo.com>
27175
27176         * m4/base64.m4: New file.
27177
27178 2004-11-30  Simon Josefsson  <jas@extundo.com>
27179
27180         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
27181         base64.
27182
27183         * tests/test-base64.c: New file.
27184
27185         * modules/base64: New file.
27186
27187 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
27188
27189         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
27190         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
27191
27192         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
27193
27194 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
27195
27196         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
27197         (__getcwd.c): Don't restore errno; glibc doesn't.
27198         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
27199         first, falling back to our code only if its results look suspicious.
27200         Ensure that the resulting buffer is only as large as necessary.
27201
27202         * lib/readutmp.c: Include readutmp.h first.
27203         Include <errno.h>, since readutmp.h no longer does that.
27204         * lib/readutmp.h: Don't include <errno.h>,
27205         <sys/param.h>, <time.h>; not needed to establish interface.
27206         (errno): Remove decl.
27207         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
27208         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
27209         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
27210
27211 2004-11-28  Simon Josefsson  <jas@extundo.com>
27212
27213         * lib/base64.h, base64.c: New file.
27214
27215 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
27216
27217         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
27218
27219 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
27220
27221         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
27222         (Depends-on): Remove pathmax, same.  Add mempcpy.
27223         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
27224         (Makefile.am): Append getcwd.h to lib_SOURCES.
27225         (Include): Add getcwd.h.
27226         (Maintainer): Change from Jim Meyering to "all, glibc",
27227         since getdate now uses intended-for-glibc code.
27228         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
27229         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
27230
27231 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
27232
27233         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
27234         HP's ANSI C compiler.
27235         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
27236         Declaring int functions causes warnings on some modern systems and
27237         shouldn't be needed to compile on ancient ones.
27238         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
27239         defined.
27240
27241         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
27242         with the following changes.
27243         (__set_errno): Parenthesize properly.
27244         Include <stdbool.h>.
27245         (MIN, MAX, MATCHING_INO): New macros.
27246         (__getcwd): Define with prototype, not K&R form.
27247         Use heuristics to allocate default buffer on stack if possible.
27248         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
27249         behavior, and to avoid the PATH_MAX limit when computing
27250         ../../../../...
27251         Use MATCHING_INO to compare inode number to file.
27252         Check for arithmetic overflow in size calculations.
27253         Fix bug in reallocation of dot array that caused getcwd to fail
27254         on directories nested deeper than 75.
27255         Be more careful about saving errno on error.
27256         Do not use realloc; use only free+malloc, as this is a bit
27257         more flexible and avoids a needless copy operation.
27258         Do not inspect st_dev and st_ino for symbolic links; POSIX
27259         doesn't specify the latter.
27260         Check for closedir errors.
27261         Avoid needless casts.
27262         Use "#ifdef weak_alias" around weak_alias, to be like other
27263         glibc code.
27264         The following changes to getcwd.c have effect only when used in
27265         gnulib; they have no effect inside glibc proper.
27266         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
27267         as alloca isn't used.
27268         (alloca, __alloca): Likewise.
27269         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
27270         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
27271         unconditionally, as gnulib assumes C89 or better.
27272         Do not include <sys/param.h>.
27273         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
27274         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
27275         better.
27276         (NULL) [!defined NULL]: Remove; we assume C89 or better.
27277         Include <dirent.h> in a way that is compatible with modern Autoconf.
27278         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
27279         New macros, if not already defined.
27280         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
27281         Use "_LIBC", not "defined _LIBC", for consistency.
27282         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
27283         a mempcpy module.
27284         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
27285         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
27286         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
27287         credit only to Jim Meyering and adjust the copyright dates.
27288         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
27289         <stdlib.h>, <unistd.h>, "pathmax.h".
27290         Instead, include "xgetcwd.h" (first) and "getcwd.h".
27291         (INITIAL_BUFFER_SIZE): Remove.
27292         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
27293
27294 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
27295
27296         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
27297         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
27298         Use the _ONCE methods, for efficiency.
27299         Check for fcntl.h.  In test program, include <errno.h>
27300         and <fcntl.h> if available.  Remove old K&R cruft from
27301         test program.  Check for common errors in GNU/Linux,
27302         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
27303         don't do AC_LIBOBJ, as that's getcwd.m4's job.
27304         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
27305         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
27306         name accordingly.
27307         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
27308         accommodate new getcwd.c.
27309         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
27310         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
27311         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
27312         that's all we need now.
27313
27314 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27315
27316         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
27317         argp-parse.c depends on getopt internals, that means we should
27318         always use our getopt, to be on the safe side.
27319         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
27320         order not to spoil the result of an eventual previous invocation
27321         of gl_GETOPT_SUBSTITUTE.
27322
27323 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27324
27325         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
27326         redefinition warnings. To avoid them, include the defines
27327         in `#if !defined __need_getopt ... #endif'. The only place
27328         where __getopt_argv_const is used is in definitions
27329         of getopt_long and getopt_long_only below, which are as well
27330         protected by `#ifndef __need_getopt'.
27331         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
27332         __need_getopt after including <stdio.h> and <unistd.h> These
27333         headers might have defined it.
27334
27335 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
27336
27337         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
27338
27339 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
27340
27341         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
27342         (futimens): New function, which uses futimes if available.
27343         (futimens, utimens): Support timespec==NULL, with same semantics
27344         as utime and utimens.
27345         * lib/utimens.h (futimens): New decl.
27346
27347 2004-11-23  Jim Meyering  <jim@meyering.net>
27348
27349         * lib/getopt_.h: Remove trailing blanks.
27350
27351 2004-11-23  Jim Meyering  <jim@meyering.net>
27352
27353         * lib/__fpending.c: Add comment.
27354
27355 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
27356
27357         * modules/canonicalize (Depends-on): Add xreadlink.
27358         Problem reported by James Youngman.
27359
27360 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
27361
27362         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
27363         New macros.
27364         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
27365         optopt): Use them instead of invoking ## directly; otherwise, the
27366         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
27367
27368 2004-11-19  Bruno Haible  <bruno@clisp.org>
27369
27370         * lib/strtok_r.c: Move comments from here...
27371         * lib/strtok_r.h: ... to here.
27372
27373 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
27374
27375         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
27376         implementations that mishandle size_t overflow.
27377
27378 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
27379
27380         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
27381         might fail.  Problem reported by Yoann Vandoorselaere.
27382         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
27383         implementations that mishandle size_t overflow.
27384
27385 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
27386
27387         * modules/canon-host (Depends-on): Add strdup.
27388
27389 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
27390
27391         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
27392
27393 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
27394
27395         * lib/canon-host.c: Include "strdup.h".
27396         (canon_host): Use getaddrinfo if available, so that IPv6 works.
27397         Use strdup instead of malloc/strcpy to duplicate strings.
27398
27399         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
27400         (human_space_before_unit): New constant.
27401         * lib/human.c (human_readable): Support it.
27402
27403         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
27404         (xgetcwd): Set errno correctly when failing.
27405         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
27406         the failure is actually due to a PATH_MAX problem.
27407
27408         Further getopt changes to make it more likely that glibc will
27409         buy the changes back.
27410         * lib/getopt.c (POSIXLY_CORRECT): New constant.
27411         (getopt): Use it, so to preserve glibc semantic
27412         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
27413         when compiling for libc.
27414         * lib/getopt_.h (__getopt_argv_const): Bring it back.
27415         (getopt_long, getopt_long_only): Use it.
27416
27417         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
27418         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
27419         (getopt): Argv is now char * const *, as per standard.
27420         (_getopt_internal_r, _getopt_internal): Argv is now char **,
27421         not char *__getopt_argv_const *.
27422         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
27423         _getopt_long_only_r): Likewise.
27424         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
27425         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
27426         _getopt_long_r, _getopt_long_only_r): Likewise.
27427         * lib/getopt_.h (__getopt_argv_const): Remove.
27428         (getopt): Argv is now char * const *, as per standard.
27429
27430         * lib/getdate.y (tORDINAL): New token.
27431         (day, relunit): Allow it for relative times.
27432         (relative_time_table): Use tORDINAL for ordinals.
27433
27434 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
27435
27436         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
27437         Document that "second" isn't allowed as an ordinal number.
27438
27439 2004-11-16  Jim Meyering  <jim@meyering.net>
27440
27441         * modules/closeout (Depends-on): Add fpending.
27442
27443 2004-11-15  Jim Meyering  <jim@meyering.net>
27444
27445         * lib/closeout.c: Include "__fpending.h" once again.
27446         Include <stdbool.h>.
27447         (close_stdout): Don't fail just because stdout was closed initially,
27448         since some programs don't write to stdout in the normal course of
27449         operation (other than --version and --help), and we don't want this
27450         function to make e.g. `touch file >&-' fail.
27451         But do fail if it was closed and someone has tried to write to it.
27452         E.g., `printf foo >&-' must fail.
27453
27454 2004-11-13  Jim Meyering  <jim@meyering.net>
27455
27456         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
27457
27458 2004-11-12  Simon Josefsson  <jas@extundo.com>
27459
27460         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
27461         small doc fix is still pending.
27462
27463 2004-11-11  Simon Josefsson  <jas@extundo.com>
27464
27465         * modules/strtok_r: New file.
27466
27467         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
27468         strtok_r.
27469
27470 2004-11-11  Simon Josefsson  <jas@extundo.com>
27471
27472         * m4/strtok_r.m4: New file.
27473
27474         * m4/getopt.m4: Replace opterr.
27475
27476 2004-11-11  Simon Josefsson  <jas@extundo.com>
27477
27478         * lib/strtok_r.h, strtok_r.c: New file.
27479
27480 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
27481
27482         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
27483         of replacing opterr, getopt, etc.  This should handle the
27484         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
27485
27486 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
27487
27488         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
27489         we can stop lying to compilers about the constness of argv when we
27490         are compiled outside glibc.
27491         (getopt, getopt_long, getopt_long_only): Use it.
27492         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
27493         _getopt_internal, getopt): Likewise.
27494         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
27495         _getopt_long_only_r): Likewise.
27496         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
27497         _getopt_long_r, _getopt_long_only_r): Likewise.
27498
27499         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
27500         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
27501         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
27502         the other external symbols.
27503         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
27504         declaration, since the above renaming now works around collisions.
27505
27506 2004-11-11  Jim Meyering  <jim@meyering.net>
27507
27508         * lib/linebreak.c: Remove trailing blanks.
27509         * lib/alloca_.h: Likewise.
27510         * lib/acosl.c: Likewise.
27511         * lib/euidaccess.c: Likewise.
27512         * lib/allocsa.h: Likewise.
27513
27514 2004-11-10  Simon Josefsson  <jas@extundo.com>
27515
27516         * m4/getaddrinfo.m4: New file.
27517
27518 2004-11-10  Simon Josefsson  <jas@extundo.com>
27519
27520         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
27521
27522 2004-11-10  Simon Josefsson  <jas@extundo.com>
27523
27524         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
27525         getaddrinfo.
27526
27527         * modules/getaddrinfo: New file.
27528
27529 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
27530
27531         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
27532
27533 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
27534
27535         * lib/mktime.c (SHR): New macro, which is a portable
27536         substitute for >> that should work even on Crays.
27537         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
27538         Problem reported by Mark D. Baushke in
27539         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
27540         * lib/getdate.y (SHR): Likewise.
27541         (tm_diff): Use it.
27542         * lib/strftime.c (SHR): Likewise.
27543         (tm_diff): Use it.
27544         * lib/quotearg.c (struct quoting_options): Use unsigned int for
27545         quote_these_too, so that right shifts are well defined.  All uses
27546         changed.
27547
27548 2004-11-10  Jim Meyering  <jim@meyering.net>
27549
27550         Ensure that no close failure goes unreported.
27551         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
27552         return early when it seems there's nothing to flush.
27553         Don't include __fpending.h.
27554
27555 2004-11-10  Jim Meyering  <jim@meyering.net>
27556
27557         * modules/closeout (Depends-on): Remove fpending.
27558
27559 2004-11-10  Jim Meyering  <jim@meyering.net>
27560
27561         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
27562
27563 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
27564
27565         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
27566         gl_FUNC_STRFTIME.
27567         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
27568         and AC_REQUIRE when possible, to avoid duplicate checks.
27569         Check for <wchar.h>.
27570
27571 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
27572
27573         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
27574
27575 2004-11-09  Bruno Haible  <bruno@clisp.org>
27576
27577         * m4/sockpfaf.m4: New file.
27578
27579 2004-11-05  Bruno Haible  <bruno@clisp.org>
27580
27581         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
27582         Reported by Mark D. Baushke <mdb@cvshome.org>.
27583
27584 2004-11-04  Bruno Haible  <bruno@clisp.org>
27585
27586         2004-09-11  Bruno Haible  <bruno@clisp.org>
27587                 * allocsa.valgrind: New file.
27588         2004-02-06  Bruno Haible  <bruno@clisp.org>
27589                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
27590                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
27591                 Reported by Christopher Seip <chris.seip@hp.com>.
27592
27593 2004-11-04  Bruno Haible  <bruno@clisp.org>
27594
27595         * modules/allocsa (Files): Add lib/allocsa.valgrind.
27596         (Makefile.am): Distribute it.
27597
27598 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
27599
27600         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
27601         with errno == ERANGE if the buffer is too small.
27602         Problem reported by Mark D. Baushke.
27603
27604 2004-11-03  Albert Chin  <china@thewrittenword.com>
27605             Paul Eggert  <eggert@cs.ucla.edu>
27606
27607         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
27608         equivalent, substitute $ac_type for equivalent type rather than
27609         blindly using uint32_t *always* which won't work if uint32_t is not
27610         available.  Define _UINT32_T to work around typedef of uint32_t if
27611         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
27612         2.5.1.
27613
27614 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
27615
27616         * m4/jm-macros.m4: Sync from coreutils.
27617         (gl_MACROS): Check for mbrlen, for pathchk.
27618         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
27619
27620 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
27621
27622         * lib/xreadlink.c (MAXSIZE): New macro.
27623         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
27624         size does not exceed MAXSIZE.  Avoid cast.
27625         As suggested by Mark D. Baushke in
27626         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
27627         if readlink fails with buffer size just under MAXSIZE, try again
27628         with MAXSIZE.
27629
27630 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
27631
27632         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
27633
27634 2004-11-02  Derek R. Price  <derek@ximbiot.com>
27635         and  Paul Eggert  <eggert@cs.ucla.edu>
27636
27637         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
27638         (get_date): Overparenthesize to avoid GCC warning.
27639
27640 2004-11-02  Bruno Haible  <bruno@clisp.org>
27641
27642         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
27643         returns void.
27644
27645 2004-11-02  Bruno Haible  <bruno@clisp.org>
27646
27647         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
27648         function returns void.
27649
27650 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
27651
27652         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
27653         fflush_unlocked, flockfile, funlockfile, funlockfile,
27654         fputs_unlocked, putc_unlocked.
27655
27656 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
27657
27658         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
27659         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
27660         already declared.
27661
27662 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
27663
27664         * modules/getdate (Files): Add doc/getdate.texi.
27665         (Depends-on): Add setenv, xalloc.
27666
27667 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
27668
27669         * lib/getdate.y: Add support for TZ="foo" within a date string.
27670         Fix some bugs near time_t boundaries.  Reject dates with
27671         out-of-range components, e.g., "Sept 31".
27672         Include <stdlib.h>, "setenv.h", "xalloc.h".
27673         (ISDIGIT_LOCALE): Remove; unused.
27674         Note that the TZ and time functions used here are not reentrant.
27675         (mktime_ok, get_tz): New functions.
27676         (TZBUFSIZE): New constant.
27677         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
27678         This requires that we sometimes generate our own TZ="XXX..." setting.
27679
27680 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
27681
27682         * doc/getdate.texi: New file, from coreutils with modifications for
27683         the new TZ parsing.
27684
27685 2004-10-27  Derek R. Price  <derek@ximbiot.com>
27686
27687         * lib/mktime.c (not_equal_tm): Remove redundant check.
27688
27689 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
27690
27691         * modules/regex (lib_SOURCES): Add regex.c.
27692         Reported by James Youngman in
27693         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
27694
27695 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
27696
27697         * lib/getdate.y: Use Bison 1.875 features, and some minor
27698         code cleanups.  This change does not affect semantics.
27699         Don't include <stdlib.h>; no longer needed.
27700         Don't include unlocked-io.h; only the "#if TEST" code uses
27701         stdio, and performance isn't crucial there.
27702         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
27703         Bison 1.875 features as described below.
27704         All uses of "PC." replaced by "pc->".
27705         (YYSTYPE): Add a forward declaration.
27706         (yylex, yyerror): Use full prototypes in forward decls.
27707         Use "%pure-parser" rather than obsolescent "%pure_parser".
27708         Use %parse-param and %lex-param instead of obsolescent
27709         YYPARSE_PARAM and YYLEX_PARAM.
27710         (meridian_table, month_and_day_table, time_units_table,
27711         relative_time_table, time_zone_table, military_table,
27712         lookup_zone, lookup_word, get_date):
27713         Use NULL instead of 0 where appropriate.
27714         (to_hour): Avoid abort (), to avoid a dependency on
27715         stdlib.h.
27716         (yyerror, yylex): Now accepts parser_control * arg.
27717         (main) [TEST]: Use '\0' rather than 0 for char.
27718
27719 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
27720
27721         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
27722
27723 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
27724
27725         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
27726         It's now the caller's responsibility to handle the case where
27727         !HAVE_GETPAGESIZE && !defined getpagesize.
27728
27729         * lib/mktime.c (leapyear): Arg is long int, not int.
27730
27731 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
27732
27733         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
27734
27735 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
27736
27737         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
27738         missing.  Problem reported by James Youngman.
27739
27740 2004-10-16  Simon Josefsson  <jas@extundo.com>
27741
27742         * gnulib-tool: Fix comments.  Fix parse problem.
27743         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
27744
27745 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
27746
27747         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
27748         implementation of getopt_long.  Problem reported by Alexander Taler in:
27749         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
27750
27751 2004-10-15  Bruno Haible  <bruno@clisp.org>
27752
27753         * gnulib-tool: Untabify. Initialize supplied_libname.
27754         (func_usage): More homogenous output.
27755         (func_modules_transitive_closure, func_modules_to_filelist,
27756         func_emit_lib_Makefile_am): New functions.
27757         (func_import): New function, extracted from big case statement. Use
27758         func_get_license, func_modules_transitive_closure,
27759         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
27760         opt_lgpl. Don't use test -a, as it's not portable.
27761         (func_create_testdir): Use func_modules_transitive_closure,
27762         func_modules_to_filelist, func_emit_lib_Makefile_am.
27763
27764 2004-10-15  Bruno Haible  <bruno@clisp.org>
27765
27766         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
27767
27768 2004-10-15  Bruno Haible  <bruno@clisp.org>
27769
27770         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
27771         the portions belonging to each module.
27772         Suggested by Derek Robert Price <derek@ximbiot.com>.
27773
27774 2004-10-12  Simon Josefsson  <jas@extundo.com>
27775
27776         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
27777         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
27778         to real functions.
27779
27780 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
27781
27782         * modules/vsnprintf: New file.
27783
27784 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
27785
27786         * m4/vsnprintf.m4: New file.
27787
27788 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
27789
27790         * lib/vsnprintf.h: New file.
27791         * lib/vsnprintf.c: New file.
27792
27793 2004-10-11  Bruno Haible  <bruno@clisp.org>
27794
27795         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
27796         vsnprintf.
27797
27798 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
27799
27800         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
27801
27802 2004-10-07  Bruno Haible  <bruno@clisp.org>
27803
27804         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
27805         fits into the provided buffer.
27806
27807 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
27808
27809         * lib/diacrit.c, diacrit.h: Add GPL notice.
27810
27811         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
27812         notice.
27813         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
27814         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
27815         This avoids a potential constant-folding bug.
27816
27817 2004-10-05  Bruno Haible  <bruno@clisp.org>
27818
27819         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
27820         for the declaration of strsep.
27821
27822 2004-10-05  Bruno Haible  <bruno@clisp.org>
27823
27824         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
27825
27826 2004-10-04  Simon Josefsson  <jas@extundo.com>
27827
27828         * modules/memmem: New file.
27829         * tests/test-memmem.c: New file.
27830         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
27831
27832 2004-10-04  Simon Josefsson  <jas@extundo.com>
27833
27834         * m4/memmem.m4: New file.
27835
27836 2004-10-04  Simon Josefsson  <jas@extundo.com>
27837
27838         * lib/memmem.h: New file.
27839         * lib/memmem.c: New file, taken from glibc.
27840
27841 2004-10-04  Simon Josefsson  <jas@extundo.com>
27842
27843         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
27844         '#ifdef USE_UNLOCKED_IO'.
27845
27846 2004-10-04  Simon Josefsson  <jas@extundo.com>
27847
27848         * config/srclist.txt: Add memmem from glibc.
27849
27850 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
27851
27852         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
27853
27854         * modules/argmatch, modules/argp, modules/closeout, modules/error,
27855         modules/exclude, modules/getdate, modules/getline,
27856         modules/getndelim2, modules/getpass, modules/getpass-gnu,
27857         modules/getusershell, modules/linebuffer, modules/md5,
27858         modules/mountlist, modules/posixtm, modules/readtokens,
27859         modules/readutmp, modules/regex, modules/sha1,
27860         modules/version-etc, modules/yesno:
27861         Remove dependency on unlocked-io.
27862
27863 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
27864
27865         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
27866
27867         * m4/unlocked-io.m4: Add copyright notice.
27868         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
27869
27870 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
27871
27872         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
27873         * lib/xmalloc.c (xmemdup): Likewise.
27874         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
27875         XFREE): Remove these long-obsolescent macros.
27876         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
27877         * lib/xstrdup.c: Remove.
27878
27879         * lib/regex.c (re_comp): Cast gettext return value to char *,
27880         Problem reported by Martin Neitzel via Mark D. Baushke.
27881
27882 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
27883
27884         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
27885         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
27886         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
27887         regex.c, sha1.c, version-etc.c, yesno.c:
27888         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
27889         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
27890         the includer's responsibility.
27891
27892         Sync from coreutils.
27893
27894         * lib/modechange.c (mode_compile): Don't decrement a pointer that
27895         points to the start of a string, as the C Standard says the
27896         resulting behavior is undefined.
27897
27898         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
27899         simple -> simple_backups, numbered_existing ->
27900         numbered_existing_backups, numbered -> numbered_backups
27901         to avoid shadowing problems.  All uses changed.
27902         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
27903         * lib/backupfile.c (check_extension, numbered_backup):
27904         Rename locals to avoid shadowing 'basename'.
27905         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
27906         once.
27907
27908         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
27909         * lib/.cvsignore: Add getopt.h.
27910
27911 2004-10-04  Bruno Haible  <bruno@clisp.org>
27912
27913         * modules/README: New file.
27914         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
27915         not a module.
27916
27917 2004-10-02  Jim Meyering  <jim@meyering.net>
27918
27919         * lib/dirfd.h, getpagesize.h: Add copyright notice.
27920
27921 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
27922
27923         * modules/strsep: New file.
27924
27925 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
27926
27927         * m4/strsep.m4: New file.
27928
27929 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
27930
27931         * lib/strsep.h: New file.
27932         * lib/strsep.c: New file.
27933
27934 2004-10-01  Simon Josefsson  <jas@extundo.com>
27935
27936         * lib/snprintf.c (snprintf): Handle size==0.
27937
27938 2004-10-01  Simon Josefsson  <jas@extundo.com>
27939             Bruno Haible  <bruno@clisp.org>
27940
27941         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
27942         (snprintf): Declare 'args'.
27943
27944 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
27945
27946         * lib/snprintf.c: Remove comments as to why each header is needed.
27947
27948 2004-10-01  Bruno Haible  <bruno@clisp.org>
27949
27950         * MODULES.html.sh: Add strsep.
27951
27952 2004-09-30  Simon Josefsson  <jas@extundo.com>
27953
27954         * modules/snprintf: New file.
27955
27956 2004-09-30  Simon Josefsson  <jas@extundo.com>
27957
27958         * m4/snprintf.m4: New file.
27959
27960 2004-09-30  Simon Josefsson  <jas@extundo.com>
27961
27962         * lib/snprintf.h, lib/snprintf.c: New files.
27963
27964 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
27965
27966         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
27967         (hol_entry_help): Never translate an empty string.
27968         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
27969         * lib/argp.h (OPTION_NO_TRANS): New option.
27970
27971 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
27972
27973         * modules/argp (Maintainer): Replace Simon Josefsson
27974         by Sergey Poznyakoff.
27975
27976 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
27977
27978         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
27979         changes merged back into glibc.
27980
27981 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
27982
27983         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
27984
27985 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
27986
27987         * lib/xvasprintf.c: Include xalloc.h.
27988         (xvasprintf): Use xalloc_die, not xmalloc_die.
27989
27990 2004-09-29  Bruno Haible  <bruno@clisp.org>
27991
27992         * modules/alloca-opt: New file, derived from modules/alloca.
27993         * modules/allocsa: Depend on alloca-opt instead of alloca.
27994         * modules/setenv: Likewise.
27995         * modules/vasnprintf: Likewise.
27996         * MODULES.html.sh: Add alloca-opt.
27997
27998 2004-09-28  Simon Josefsson  <jas@extundo.com>
27999
28000         * gnulib-tool: New parameter --lgpl, to asseert that modules are
28001         LGPL, and to replace license template from GPL to LGPL.
28002
28003 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
28004
28005         * modules/dummy: Change license to LGPL.
28006
28007 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
28008
28009         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
28010
28011 2004-09-24  Simon Josefsson  <jas@extundo.com>
28012
28013         * modules/minmax (License): Change from GPL to LGPL.
28014
28015 2004-09-23  Simon Josefsson  <jas@extundo.com>
28016
28017         * gnulib-tool (--import): Typo.
28018
28019 2004-09-23  Simon Josefsson  <jas@extundo.com>
28020
28021         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
28022
28023 2004-09-22  Bruno Haible  <bruno@clisp.org>
28024
28025         * modules/*: Add 'License' field.
28026         * gnulib-tool: Accept --extract-license option.
28027         (func_get_license): New function.
28028
28029 2004-09-21  Bruno Haible  <bruno@clisp.org>
28030
28031         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
28032         Reported by Simon Josefsson.
28033
28034 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
28035
28036         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
28037         gl_AC_TYPE_LONG_LONG.
28038
28039 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
28040
28041         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
28042
28043 2004-09-18  Simon Josefsson  <jas@extundo.com>
28044         and  Paul Eggert  <eggert@cs.ucla.edu>
28045
28046         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
28047         calls with autoreconf.  Define GL_LIB.
28048
28049 2004-09-14  Karl Berry  <karl@gnu.org>
28050
28051         * config/srclist.txt: unsync setenv.c, sigh.
28052
28053 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
28054
28055         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
28056         Problem reported by Bruno Haible in:
28057         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
28058
28059 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
28060
28061         * config/srclist.txt: Comment out argp-pvh.c.
28062
28063 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
28064
28065         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
28066         in case some system header has #define'd it.  Problem reported by
28067         Soeren D. Schulze in
28068         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
28069
28070 2004-09-09  Karl Berry  <karl@gnu.org>
28071
28072         * regex.[ch]: delete from the root.  These were supposed to be
28073                 synced with emacs cvs, but this has not happened for about
28074                 a year, and anyway nothing else uses emacs regex.[ch].
28075                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
28076                 lib/regex[.ch] is untouched.
28077
28078 2004-09-09  Bruno Haible  <bruno@clisp.org>
28079
28080         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
28081
28082 2004-09-09  Bruno Haible  <bruno@clisp.org>
28083
28084         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
28085         modifications.
28086         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
28087
28088 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
28089
28090         * modules/xvasprintf: New file.
28091         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
28092
28093 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
28094
28095         * lib/xvasprintf.h: New file.
28096         * lib/xvasprintf.c: New file.
28097         * lib/xasprintf.c: New file.
28098
28099 2004-09-08  Bruno Haible  <bruno@clisp.org>
28100
28101         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
28102
28103 2004-09-08  Bruno Haible  <bruno@clisp.org>
28104
28105         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
28106         length is > INT_MAX.
28107         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
28108         more.
28109
28110 2004-09-08  Bruno Haible  <bruno@clisp.org>
28111
28112         * lib/stdint_.h: New file, taken from GNU clisp.
28113
28114 2004-09-08  Bruno Haible  <bruno@clisp.org>
28115             Oskar Liljeblad  <oskar@osk.mine.nu>
28116
28117         * modules/stdint: New file.
28118         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
28119
28120 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
28121
28122         Import from coreutils.
28123         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
28124         strings on unbounded length.  alloca's performance benefits aren't
28125         that important here.
28126         (V_STRDUP): Remove.
28127         (parse_with_separator): New function, with most of the internals
28128         of the old parse_user_spec.  Allow user to omit both user and group,
28129         for compatibility with FreeBSD.
28130         Clone only the user name, not the entire spec.
28131         Do not set *uid, *gid unless entirely successful.
28132         Avoid memory leak in some failing cases.
28133         Fix regression for USER.GROUP reported by Dmitry V. Levin in
28134         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
28135         (parse_user_spec): Rewrite to use parse_with_separator.
28136
28137 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
28138
28139         * modules/userspec: Don't depend on alloca.
28140
28141 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
28142
28143         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
28144
28145 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
28146
28147         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
28148         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
28149         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
28150
28151 2004-08-16  Simon Josefsson  <jas@extundo.com>
28152
28153         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
28154         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
28155         Add --dry-run for --import.
28156         Let user provided command line parameters override configure.ac
28157         settings.
28158
28159 2004-08-12  Simon Josefsson  <jas@extundo.com>
28160
28161         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
28162         as discussed with Paul Eggert in threads rooted at
28163         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
28164         and
28165         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
28166         Before, the test was empty, and relied on ELIDE_CODE in source
28167         code.)
28168         (gl_PREREQ_GETOPT): New macro.
28169         (gl_GETOPT): Use them.
28170
28171 2004-08-12  Simon Josefsson  <jas@extundo.com>
28172
28173         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
28174         * lib/getopt_.h: Renamed from getopt.h.
28175
28176 2004-08-12  Simon Josefsson  <jas@extundo.com>
28177
28178         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
28179         Change default library name from libfoo to libgnu.
28180         Now, if you have a configure.ac that says:
28181                 gl_SOURCE_BASE(gl)
28182                 gl_M4_BASE(gl/m4)
28183                 gl_MODULES(error getopt etcetera)
28184                 gl_INIT
28185         you can import all you need by running:
28186                 ../gnulib/gnulib-tool --import
28187
28188         * modules/getopt (Files): Rename getopt.h to getopt_.h.
28189         (Makefile.am): Rewrite, use logic from argz.
28190         (Include): Use <getopt.h> instead of "getopt.h".
28191
28192 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
28193
28194         * modules/argp (Files): Add m4/unlocked-io.m4.
28195         (Depends-on): Add extensions.
28196
28197 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
28198
28199         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
28200         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
28201         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
28202         Check for program_invocation_name, program_invocation_short_name,
28203         flockfile, funlockfile, features.h, _getopt_long_only_r.
28204
28205 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
28206
28207         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
28208         its complicated substitute.
28209         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
28210         and program_invocation_name.
28211         (__argp_basename) [!_LIBC]: Remove; the only use was
28212         replaced by its body.
28213         (__argp_short_program_name): Change condition from
28214         !defined __argp_short_program_name to
28215         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
28216         to match argp-namefrob.h.
28217         (__argp_failure): Don't assume strerror_r returns char *.
28218         * lib/argp-parse.c (N_): Define unconditionally.
28219         (argp_default_options): Fill out initializers with 0 to avoid
28220         gcc warnings.
28221
28222 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
28223
28224         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
28225         getopt1.c.
28226
28227 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
28228
28229         Merge from coreutils.
28230
28231         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
28232
28233         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
28234         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
28235
28236 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
28237
28238         Merge from coreutils.
28239
28240         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
28241         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
28242         for Reliant Unix 5.43.
28243
28244         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
28245         (union fooround): Use uintmax_t, not long int.
28246         The rest is a merge from libc:
28247         [defined _LIBC]: Include <shlib-compat.h>.
28248         (_obstack) [defined _LIBC]: Remove after 2.3.4.
28249
28250         * lib/settime.c (settime): Recode to avoid warning with
28251         Sun Forte C 6U2.
28252
28253         * lib/strverscmp.c: Convert to UTF-8.
28254
28255 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
28256
28257         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
28258         m4/uintmax_t.m4.
28259
28260 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
28261
28262         * modules/xalloc-die: New file.
28263         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
28264
28265         * modules/md5 (Files): Add m4/uint32_t.m4.
28266         * modules/sha1: Renamed from modules/sha.
28267         (Files):
28268         Rename lib/sha.h to lib/sha1.h.
28269         Rename lib/sha.c to lib/sha1.c.
28270         Rename m4/sha.m4 to m4/sha1.m4.
28271         (lib_SOURCES): Likewise.
28272         (configure.ac): Rename gl_SHA to gl_SHA1.
28273         (Include): sha.h -> sha1.h.
28274
28275 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
28276
28277         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
28278         * m4/sha1.m4: Renamed from sha.m4.
28279         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
28280
28281 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
28282
28283         * lib/obstack.h (obstack_empty_p):
28284         Don't assume that chunk->contents is suitably aligned.
28285         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
28286         Likewise. Problem reported by Benno in
28287         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
28288
28289         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
28290         readable.  This could be improved further but it'd take some work.
28291
28292 2004-08-08  Simon Josefsson  <jas@extundo.com>
28293
28294         * modules/xgethostname (Depends-on): Remove exit and error (not
28295         used).
28296
28297         * modules/getpass-gnu: Add getpass.h.
28298         (Depends-on): Add stdbool.
28299         * modules/getpass: Add getpass.h.
28300
28301 2004-08-08  Simon Josefsson  <jas@extundo.com>
28302
28303         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
28304         Check getpass declaration.
28305
28306 2004-08-08  Simon Josefsson  <jas@extundo.com>
28307
28308         * lib/xgethostname.c: Don't include error.h (not used).
28309
28310         * lib/getpass.h: Add.
28311         * lib/getpass.c: Include getpass.h first.
28312
28313 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
28314
28315         * lib/xalloc-die.c: New file.
28316         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
28317         All uses removed.
28318         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
28319         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
28320         xalloc-die.c.
28321         (_, N_, xalloc_die): Move to xalloc-die.c.
28322         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
28323         so that we needn't mess with xalloc_msg_memory_exhausted.
28324
28325         * lib/sha1.h: Renamed from sha.h.
28326         (SHA1_H): Renamed from _SHA_H.
28327         (sha1_ctx): Renamed from sha_ctx.
28328         (sha1_init_ctx): Renamed from sha_init_ctx.
28329         (sha1_process_block): Renamed from sha_process_block.
28330         (sha1_process_bytes): Renamed from sha_process_bytes.
28331         (sha1_finish_ctx): Renamed from sha_finish_ctx.
28332         (sha1_read_ctx): Renamed from sha_read_ctx.
28333         (sha1_stream): Renamed from sha_stream.
28334         (sha1_buffer): Renamed from sha_buffer.
28335         * lib/sha1.c: Likewise; renamed from sha.c.
28336         Do not include <sys/types.h>.
28337         Include <stddef.h> rather than <stdlib.h>.
28338
28339 2004-08-08  Bruno Haible  <bruno@clisp.org>
28340
28341         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
28342         FILESYSTEM_PREFIX_LEN.
28343         * lib/progreloc.c: Likewise.
28344         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
28345
28346 2004-08-06  Simon Josefsson  <jas@extundo.com>
28347
28348         * modules/progname (Depends-on): Don't depend on stdbool.
28349
28350 2004-08-06  Simon Josefsson  <jas@extundo.com>
28351
28352         * modules/getsubopt: New file.
28353         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
28354         getsubopt.
28355
28356 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
28357
28358         More merge from coreutils.
28359
28360         * m4/utimens.m4, m4/utimecmp.m4: New files.
28361         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
28362         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
28363         prereq.m4, sha.m4: Import changes from coreutils.
28364
28365 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
28366
28367         More merge from coreutils.
28368         * modules/raise, modules/readtokens0, modules/utimens:
28369         * modules/utimecmp, module/xnanosleep: New files.
28370         * modules/strftime: Add lib/strftime.h.
28371         Change include from <time.h> to "strftime.h".
28372         * modules/yesno: Add lib/yesno.h.
28373         * modules/backupfile: Remove lib/addext.c.
28374         * modules/euidaccess: Add stat-macros.h.
28375         * modules/canonicalize, modules/euidaccess,
28376         modules/filemode, modules/lchown, modules/makepath,
28377         modules/rmdir, modules/stat: Likewise.
28378
28379 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
28380
28381         Merge from tar.
28382         * lib/argp-help.c (make_hol, hol_append): Don't assume that
28383         SIZE_MAX is a valid preprocessor constant.
28384         (__argp_basename): Change from "#ifndef _LIBC"
28385         to "#ifndef __argp_short_program_name", so that
28386         we don't compile these functions for tar.
28387
28388         More merges from coreutils.
28389         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
28390         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
28391         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
28392         * lib/addext.c: Remove; no longer needed.
28393         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
28394         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
28395         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
28396         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
28397         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
28398         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
28399         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
28400         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
28401         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
28402         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
28403         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
28404         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
28405         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
28406         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
28407         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
28408         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
28409         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
28410         Import changes from coreutils.
28411
28412 2004-08-05  Simon Josefsson  <jas@extundo.com>
28413
28414         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
28415
28416 2004-08-05  Simon Josefsson  <jas@extundo.com>
28417
28418         * m4/getsubopt.m4: New file.
28419
28420 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
28421
28422         Merge from coreutils.
28423
28424         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
28425         * m4/getcwd-path-max.m4: New files.
28426
28427         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
28428         FILESYSTEM_PREFIX_LEN ->
28429         FILE_SYSTEM_PREFIX_LEN.
28430         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
28431         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
28432         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
28433         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
28434
28435         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
28436         prerequisite modules now handle the DOS stuff.
28437         Don't check for unistd.h.
28438
28439 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
28440
28441         Merge from coreutils.
28442
28443         * lib/.gdb-history: Remove; this doesn't belong here.
28444
28445         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
28446         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
28447         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
28448         * lib/getcwd.c: New files.
28449
28450         * lib/dirname.h: Include <stdbool.h>.
28451         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
28452         for consistency with POSIX terminology.  All uses changed.
28453         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
28454         (strip_trailing_slashes): Use bool for booleans.
28455         * lib/stripslash.c (strip_trailing_slashes): Likewise.
28456
28457         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
28458         sometimes returns a positive errno value even when it succeeds.
28459         (print_errno_message) [!LIBC]: Fall back on strerror if
28460         __strerror_r fails.
28461
28462         * lib/path-concat.c (mempcpy): Don't define if a system header defines
28463         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
28464         (longest_relative_suffix): New function.
28465         (path_concat): Use it.  Assume first argument is not NULL.
28466         Port to DOS.  Omit redundant separators.
28467         Report an error instead of returning NULL.
28468         Use mempcpy instead of memcpy.
28469         (xpath_concat): Remove: not declared or used.
28470
28471         * lib/same.h: Include <stdbool.h>
28472         (same_name): Return bool, not int.
28473         * lib/same.c (same_name): Likewise.
28474         (errno): Don't declare; we assume C89 or better now.
28475
28476         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
28477         if not already defined.
28478
28479         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
28480         * lib/dup-safer.c (errno): Likewise.
28481
28482 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
28483
28484         Merge from coreutils.
28485         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
28486         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
28487         * modules/path-concat: Don't depend on strdup.
28488
28489 2004-08-03  Simon Josefsson  <jas@extundo.com>
28490
28491         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
28492         * lib/progname.h: Don't include stdbool.h.
28493
28494 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
28495
28496         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
28497         * MODULES.html.sh (func_all_modules): Remove fatal.
28498
28499 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
28500
28501         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
28502
28503 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
28504
28505         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
28506         working.
28507
28508 2004-08-02  Simon Josefsson  <jas@extundo.com>
28509
28510         * lib/getsubopt.h: New file, with comments from Bruno Haible.
28511         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
28512         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
28513
28514 2004-08-01  Simon Josefsson  <jas@extundo.com>
28515
28516         * lib/xgetdomainname.c: Include stdlib.h, for free().
28517
28518 2004-07-19  Bruno Haible  <bruno@clisp.org>
28519
28520         * MODULES.html.sh (func_all_modules): Add dummy.
28521
28522 2004-07-16  Simon Josefsson  <jas@extundo.com>
28523
28524         * modules/dummy: New file.
28525
28526 2004-07-16  Simon Josefsson  <jas@extundo.com>
28527
28528         * lib/dummy.c: New file.
28529
28530 2004-07-16  Bruno Haible  <bruno@clisp.org>
28531
28532         * lib/backupfile.h: Add extern "C" for C++.
28533         * lib/closeout.h: Likewise.
28534         * lib/copy-file.h: Likewise.
28535         * lib/findprog.h: Likewise.
28536         * lib/full-write.h: Likewise.
28537         * lib/pathname.h: Likewise.
28538         * lib/progname.h: Likewise.
28539         * lib/stpcpy.h: Likewise.
28540         * lib/stpncpy.h: Likewise.
28541         * lib/strcase.h: Likewise.
28542         * lib/strstr.h: Likewise.
28543         * lib/xalloc.h: Likewise.
28544
28545         * lib/mbswidth.h: Add extern "C" for C++.
28546         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
28547
28548 2004-07-13  Robert Millan  <robertmh@gnu.org>
28549
28550         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
28551
28552 2004-07-09  Simon Josefsson  <jas@extundo.com>
28553
28554         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
28555         failed without this.)
28556
28557 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
28558
28559         * modules/chown (Files): Add lib/fchown-stub.c, since
28560         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
28561
28562 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
28563
28564         * lib/fchown-stub.c: New file.
28565
28566 2004-06-24  Jim Meyering  <jim@meyering.net>
28567
28568         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
28569
28570 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
28571
28572         * modules/argz: Omit "#include".
28573
28574         * MODULES.html.sh (func_all_modules): Add calloc, to match
28575         2004-06-01 addition of calloc module.
28576
28577 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
28578
28579         * m4/argz.m4: New file, which is autoupdated from libtool.
28580
28581 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
28582
28583         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
28584         libtool.
28585
28586 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
28587
28588         * config/srclist-update: Don't insist on "USA." before the
28589         close-comment, as libtool omits the period and puts the */ on a
28590         separate line.
28591         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
28592         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
28593
28594 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
28595
28596         * modules/argz: New file.
28597         * MODULES.html.sh (func_all_modules): Add argz.
28598
28599 2004-06-12  Jim Meyering  <jim@meyering.net>
28600         and  Paul Eggert  <eggert@cs.ucla.edu>
28601
28602         * modules/hash (Files): Add lib/xalloc.h.
28603         * modules/pipe (Depends-on): Add wait-process.
28604         * modules/stat (Depends-on): Add xalloc.
28605         * modules/userspec (Files): Add lib/userspec.h.
28606         * modules/xstrto
28607
28608         Upgrade from gettext-0.13.
28609         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
28610         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
28611         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
28612
28613 2004-06-10  Jim Meyering  <jim@meyering.net>
28614
28615         * lib/calloc.c: New file.
28616
28617 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
28618
28619         * lib/getdate.y (yylex): Allow space between sign and number.
28620         Problem reported by Dan Jacobson.
28621
28622 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
28623
28624         Merge from coreutils CVS.
28625
28626         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
28627         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
28628         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
28629         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
28630         xstrtol.m4: Fix copyright date and/or serial number.
28631
28632         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
28633         See if we need an fchown replacement.
28634         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
28635         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
28636         and use the replacement function if we detect either defect.
28637
28638         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
28639         gl_UTIMECMP.
28640
28641 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
28642         and  Jim Meyering  <jim@meyering.net>
28643
28644         Merge from coreutils CVS.
28645
28646         * lib/stat-macros.h: New file, with contents from file-type.h
28647         and coreutils' system.h.
28648         * lib/file-type.c: Include "stat-macros.h".
28649         * lib/file-type.h (file_type): Move all macro definitions to new file,
28650         stat-macros.h.
28651
28652         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
28653         Wrap old code with this conditional.
28654         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
28655         function that does not dereference symlinks.
28656         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
28657
28658         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
28659         dependency problems.
28660         (xreadlink): Accept new arg SIZE, for efficiency.
28661         All decls and uses changed.
28662         * lib/xreadlink.h: Include <stddef.h>, for size_t.
28663
28664         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
28665         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
28666
28667         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
28668         sysexits.h.
28669
28670 2004-06-01  Jim Meyering  <jim@meyering.net>
28671
28672         * m4/calloc.m4: New file.
28673
28674 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
28675
28676         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
28677         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
28678         Also, fix a typo in a diagnostic.
28679
28680 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
28681
28682         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
28683         or AC_FUNC_REALLOC.
28684
28685 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
28686
28687         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
28688         macros to be defined.
28689         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
28690         the allocator returns NULL because the requested size is zero.
28691
28692 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
28693
28694         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
28695         var.  Add comment explaining why libc still defines it.  This
28696         merges the following patch from glibc:
28697         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
28698
28699 2004-05-20  Andreas Schwab  <schwab@suse.de>
28700
28701         * m4/free.m4: Replace free if it not known to work, not the other
28702         way round.
28703
28704 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
28705
28706         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
28707         present in glibc since revision 1.1 of this file.
28708         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
28709         obstack_alignment_mask, obstack_alloc, obstack_base,
28710         obstack_blank, obstack_blank_fast, obstack_chunk_size,
28711         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
28712         obstack_grow0, obstack_init, obstack_int_grow,
28713         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
28714         obstack_next_free, obstack_object_size, obstack_ptr_grow,
28715         obstack_ptr_grow_fast, obstack_room): Remove declarations of
28716         nonexistent functions.
28717
28718 2004-05-18  Karl Berry  <karl@gnu.org>
28719
28720         * config/srclist.txt: break link for vasnprintf.c.
28721
28722 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
28723
28724         Port obstack to the AS/400, where pointers are 16 bytes wide and
28725         you cannot cast an integer to a valid pointer.  This patch is
28726         currently waiting to be integrated into glibc; see
28727         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
28728
28729         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
28730         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
28731         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
28732         (struct obstack): temp member is now a union of a pointer and
28733         an integer, instead of an integer.  All integer uses changed.
28734         This does not affect the physical layout of struct obstack,
28735         except on hosts (like the AS/400) where the size or alignment of
28736         void * is greater than that of ptrdiff_t.
28737         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
28738         __STDC__)]: Store temporary in pointer member of union, not
28739         integer member.
28740         * lib/obstack.c: Include <stddef.h>, for offsetof.
28741         (struct fooalign): Remove; it doesn't need a name.
28742         (union fooround): Change double to long double, and add void *.
28743         (DEFAULT_ALIGNMENT): Use offsetof to compute.
28744         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
28745         not a macro.  Hence the values are always int; so remove all
28746         casts-to-int in uses.
28747
28748 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
28749
28750         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
28751         we can get this patch merged into glibc.
28752
28753 2004-05-17  Derek R. Price  <derek@ximbiot.com>
28754             Paul Eggert  <eggert@cs.ucla.edu>
28755
28756         * m4/argp: Depend on alloca.
28757
28758 2004-05-17  Derek R. Price  <derek@ximbiot.com>
28759             Paul Eggert  <eggert@cs.ucla.edu>
28760
28761         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
28762         freecoding.
28763
28764 2004-05-17  Bruno Haible  <bruno@clisp.org>
28765
28766         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
28767         precision that consists of a '.' followed by an empty digit string.
28768         Patch by Tor Lillqvist <tml@iki.fi>.
28769
28770 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
28771
28772         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
28773         for backward compatibility with older code.  We need our own
28774         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
28775         it under some other name, and our alloca.h will define it.
28776
28777 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
28778             Derek Price  <derek@ximbiot.com>
28779
28780         * lib/alloca.c: Include <alloca.h>, to get our interface.
28781         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
28782         include <alloca.h> first.  Use C89 prototype for alloca; this
28783         requires including <stddef.h> for size_t.  Use extern "C" if C++.
28784         Use #elif for simplicity, since we can assume C89 now.
28785         Don't try to source the system alloca.h since it will not be found
28786         and to prevent recursively including its replacement.
28787         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
28788         * lib/regex.c: Likewise.
28789
28790 2004-05-16  Derek Price  <derek@ximbiot.com>
28791             Paul Eggert  <eggert@cs.ucla.edu>
28792
28793         getline cleanup.  This changes the getndelim2 API: both order of
28794         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
28795         no delimiter).
28796
28797         * lib/getline.c: Don't include stddef.h or stdio.h, since our
28798         interface does that.
28799         (getline): Always use getdelim, so that we don't have two
28800         copies of this code.
28801         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
28802         if available.
28803         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
28804         (GETNDELIM2_MAXIMUM): New macro.
28805         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
28806         instead of the old practice of delim2==0.  All callers changed.
28807         Return -1 on overflow, instead of returning junk.
28808         Do not set *linesize unless allocation succeeds.
28809         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
28810         that we include sys/types.h.
28811         * lib/getnline.h: Likewise.
28812         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
28813         (getndelim2): Reorder arguments.
28814         * lib/getnline.c (getnline, getndelim):
28815         Don't discard the NMAX argument.
28816         (getnline): Invoke getndelim, to avoid code duplication.
28817         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
28818         of (size_t) -1 by callers of the getnline family.
28819
28820 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
28821
28822         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
28823         Check for gettimeofday.
28824         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
28825         Check for settimeofday, stime.
28826
28827 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
28828
28829         * lib/nanosleep.c (suspended): Change its type from int to
28830         sig_atomic_t volatile.
28831         (first_call): Make it private to rpl_nanosleep, and have it
28832         be zero initially as that's a bit faster.
28833         (my_usleep): Round up fractional times instead of truncating them,
28834         as this is the usual meaning for 'sleep'.
28835
28836         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
28837         doesn't work.
28838         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
28839         (ENOSYS): Define if not defined.
28840         (settime): Fall back on stime if it exists and settimeofday fails.
28841         But don't bother with fallbacks if a method fails with errno == EPERM.
28842
28843 2004-05-11  Jim Meyering  <jim@meyering.net>
28844
28845         Prior to this change, the save_cwd caller required read access to the
28846         current directory on most systems (ones with the fchdir function).
28847
28848         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
28849         fails, try write-only, and finally, resort to using xgetcwd.
28850
28851 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
28852
28853         * lib/obstack.c, obstack.h: Import changes from libc.
28854
28855 2004-04-28  Bruno Haible  <bruno@clisp.org>
28856
28857         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
28858         also implicitly appends .exe to executables.
28859         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
28860         accepts Windows pathnames.
28861         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
28862         Treat Cygwin like Windows, since it now accepts Windows pathnames.
28863         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
28864         Treat Cygwin like Windows, since it now accepts Windows pathnames.
28865         Reported by Derek Robert Price <derek@ximbiot.com>.
28866
28867 2004-04-21  Karl Berry  <karl@gnu.org>
28868
28869         * config/srclist.txt (localcharset.c): break sync.
28870
28871 2004-04-20  Paul Eggert  <eggert@twinsun.com>
28872
28873         * m4/host-os.m4: Add a copyright notice.
28874
28875 2004-04-20  Jim Meyering  <jim@meyering.net>
28876
28877         Change UTILS_ to gl_ in AC_DEFINE'd names.
28878         Change utils_- and jm_-prefixed variables, too.
28879         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
28880         UTILS_FUNC_MKDIR_TRAILING_SLASH.
28881         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
28882
28883         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
28884         Don't emit trailing blanks.
28885         Also rename jm_-prefixed variables to have gl_ prefix.
28886
28887         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
28888         Also rename jm_-prefixed variables to have gl_ prefix.
28889
28890         * m4/jm-macros.m4: Reflect the renamings.
28891         * m4/prereq.m4: Likewise.
28892
28893 2004-04-20  Jim Meyering  <jim@meyering.net>
28894
28895         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
28896         memory.
28897
28898 2004-04-20  Jim Meyering  <jim@meyering.net>
28899             Bruno Haible  <bruno@clisp.org>
28900
28901         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
28902         memory when realloc fails.
28903
28904 2004-04-19  Jim Meyering  <jim@meyering.net>
28905
28906         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
28907         now that readutmp.c may call `free (0)'.
28908
28909 2004-04-19  Bruno Haible  <bruno@clisp.org>
28910
28911         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
28912         * m4/inttypes_h.m4: Likewise.
28913         * m4/stdint_h.m4: Likewise.
28914         * m4/intmax_t.m4: Likewise.
28915         * m4/uintmax_t.m4: Likewise.
28916
28917 2004-04-18  Jim Meyering  <jim@meyering.net>
28918
28919         * m4/prereq.m4: Don't forbid jm_ prefix.
28920
28921         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
28922         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
28923         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
28924         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
28925         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
28926         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
28927         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
28928         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
28929         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
28930         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
28931         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
28932         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
28933         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
28934         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
28935         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
28936         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
28937         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
28938         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
28939         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
28940
28941 2004-04-18  Jim Meyering  <jim@meyering.net>
28942
28943         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
28944         failure, don't leak memory and do call END_UTMP_ENT.
28945
28946 2004-04-16  Jim Meyering  <jim@meyering.net>
28947
28948         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
28949         coreutils' stat program.
28950         (gl_PREREQ): Don't require jm_PREREQ_STAT.
28951
28952 2004-04-11  Paul Eggert  <eggert@twinsun.com>
28953
28954         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
28955         C89.
28956         (CHAR_BIT): Remove, since we assume C89.
28957         Include <stdint.h> if available, as per current Autoconf CVS advice.
28958
28959 2004-03-31  Jim Meyering  <jim@meyering.net>
28960
28961         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
28962         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
28963         * m4/xalloc.m4: Likewise.
28964
28965 2004-03-30  Paul Eggert  <eggert@twinsun.com>
28966
28967         Merge from coreutils.
28968
28969         * m4/inttostr.m4: New file.
28970         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
28971         Require AM_STDBOOL_H and gl_TIMESPEC instead.
28972         Require gl_CLOCK_TIME.
28973         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
28974
28975 2004-03-30  Paul Eggert  <eggert@twinsun.com>
28976
28977         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
28978         not bool, to be more consistent with Unix conventions.
28979         Suggested by Bruno Haible.
28980
28981         Merge from coreutils.
28982
28983         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
28984         * lib/umaxtostr.c: New files.
28985
28986         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
28987         the usual <time.h> dance.
28988         (get_date): Change signature to support fractional time stamps.
28989         All callers changed.
28990         * lib/getdate.y: Include "getdate.h" first, as we can now
28991         assume C89 and don't need to worry about 'const'.
28992         Similarly, include "unlocked-io.h" near start, not in middle.
28993         Include <limits.h>.
28994         (textint.value): Use long int rather than int.
28995         (textint.digits): Use size_t rather than int.
28996         (BILLION, LOG10_BILLION): New constants.
28997         (parser_control): New member rel_ns.  Members day_ordinal,
28998         time_zone, month, day, hour, minutes, rel_year, rel_month,
28999         rel_day, rel_hour, rel_minutes, rel_seconds
29000         are now long int, not int.  Member seconds is now struct timespec,
29001         not int.  New member timespec_seen.  Members dates_seen, days_seen,
29002         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
29003         not int.
29004         (%union.intval): Now long int, not int.
29005         New member timespec.
29006         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
29007         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
29008         (spec): Now is a timespec or an item list.
29009         (timespec, items): New nonterminals.
29010         (time, rel, relunit, number, get_date):
29011         Add support for fractional seconds.
29012         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
29013         (gmtime, localtime, mktime): Remove decls; not needed with C89.
29014         (to_hour): First arg is now long int, not int.
29015         (to_year): Returns long int, not int.
29016         Don't treat year -70 like 70.
29017         (tm_diff): Returns long int, not int.
29018         (lookup_word): Use bool instead of int when appropriate.
29019         (yylex): Use size_t for count, not int.
29020         Detect overflow when parsing large integer constants.
29021         Add support for fractions.
29022         (get_date): Make pointers 'const' if possible.
29023         Use more-portable code to detect integer overflow.
29024         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
29025         Don't use ctime; it's not reliable if the year has >4 digits.
29026
29027         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
29028         This is for compatibility with BSD.
29029
29030         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
29031         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
29032         From coreutils' system.h.
29033
29034         * lib/userspec.c: Don't include "posixver.h".
29035         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
29036         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
29037         compatible extension.  Simplify code by removing a boolean int
29038         that was always nonzero if a string was nonnull.
29039
29040 2004-03-30  Jim Meyering  <jim@meyering.net>
29041
29042         Merge from coreutils.
29043
29044         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
29045         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
29046         on some systems one must include <grp.h> before it.
29047         Reported by Christian Krackowizer.
29048
29049 2004-03-30  Jim Meyering  <jim@meyering.net>
29050
29051         Merge from coreutils.
29052
29053         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
29054
29055         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
29056         an empty input stream.
29057
29058         * lib/readtokens.c: Include <stdbool.h>.
29059         (readtoken): Use `size_t' rather than int/long.
29060         All callers adjusted.
29061         Use `bool' rather than `int' where appropriate.
29062         Use memset rather than an explicit loop.
29063         Use x2nrealloc rather than xrealloc.
29064         Allow the use of `\0' as a delimiter.
29065         (readtokens): Likewise.
29066         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
29067
29068 2004-03-30  Jim Meyering  <jim@meyering.net>
29069
29070         * m4/realloc.m4: Remove file, since now it does no more than
29071         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
29072         the `configure.ac' section of module/realloc.
29073         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
29074
29075 2004-03-30  Bruno Haible  <bruno@clisp.org>
29076
29077         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
29078         nonnull.
29079
29080 2004-03-29  Paul Eggert  <eggert@twinsun.com>
29081
29082         Merge changes to getloadavg.c from coreutils and Emacs.
29083
29084         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
29085         Define to an expression, not to the empty string.
29086         Include cloexec.h and xalloc.h.
29087         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
29088         Use set_cloexec_flag rather than rolling our own.
29089         * lib/cloexec.c, lib/cloexec.h: New files.
29090
29091 2004-03-29  Paul Eggert  <eggert@twinsun.com>
29092
29093         * m4/cloexec.m4: New file.
29094
29095 2004-03-18  Paul Eggert  <eggert@twinsun.com>
29096
29097         * lib/getopt.h: Sync with libc CVS.
29098
29099 2004-03-18  Paul Eggert  <eggert@twinsun.com>
29100             Bruno Haible  <bruno@clisp.org>
29101
29102         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
29103         mbswidth.
29104
29105 2004-03-18  Paul Eggert  <eggert@twinsun.com>
29106             Bruno Haible  <bruno@clisp.org>
29107
29108         * lib/mbswidth.h: Include <wchar.h> only if
29109         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
29110         <wchar.h>.
29111         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
29112
29113 2004-03-09  Paul Eggert  <eggert@twinsun.com>
29114
29115         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
29116         Sync with libc CVS.
29117         * lib/getopt_int.h: New file, also synced from libc.
29118
29119 2004-03-09  Paul Eggert  <eggert@twinsun.com>
29120
29121         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
29122         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
29123         Bring back getopt.c, getopt.h, getopt1.c.
29124
29125 2004-03-07  Paul Eggert  <eggert@twinsun.com>
29126
29127         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
29128         All uses changed.  Check for sa_sigaction member; this fixes
29129         a bug first reported by Jason Andrade in
29130         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
29131
29132 2004-03-07  Paul Eggert  <eggert@twinsun.com>
29133
29134         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
29135         '#if' expressions.  Unlike the code it replaces, it does not
29136         depend on (defined _SC_PAGESIZE).  However, it does depend on
29137         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
29138         first reported by Jason Andrade in
29139         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
29140
29141 2004-02-25  Simon Josefsson  <jas@extundo.com>
29142
29143         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
29144
29145 2004-02-25  Simon Josefsson  <jas@extundo.com>
29146
29147         * lib/strdup.h: New file.
29148         * lib/strdup.c: Include it.
29149         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
29150         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
29151
29152 2004-02-23  Karl Berry  <karl@gnu.org>
29153
29154         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
29155         (from fencepost.gnu.org:/gd/gnuorg).
29156
29157 2004-02-23  Karl Berry  <karl@gnu.org>
29158
29159         * config/srclistvars.sh (GNUORG) [karl]: redefine.
29160         * config/srclist.txt: add maintain/standards documents.
29161
29162 2004-02-18  Bruno Haible  <bruno@clisp.org>
29163
29164         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
29165         Reported by Derek Robert Price <derek@ximbiot.com>.
29166
29167 2004-02-16  Karl Berry  <karl@gnu.org>
29168
29169         * config/mkinstalldirs, install-sh: update from automake.
29170
29171 2004-02-06  Karl Berry  <karl@gnu.org>
29172
29173         * m4/po.m4: update from gettext 0.14.1.
29174
29175 2004-02-06  Karl Berry  <karl@gnu.org>
29176
29177         * lib/config.charset: update from gettext 0.14.1.
29178
29179 2004-02-05  Paul Eggert  <eggert@twinsun.com>
29180
29181         Add comments and code, prompted by suggestions from Bruno Haible
29182         for sh-quote.
29183         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
29184         describing the enum quoting_style values.
29185         * lib/quotearg.c (quotearg_alloc): New function.
29186         (quotearg_buffer_restyled): Treat lone { and } as special.
29187         Treat = as special.  Work around bug with older shells
29188         that "see" a '\' that is really the 2nd byte of a multibyte char.
29189         Quote empty string with shell_quoting_style.
29190
29191 2004-02-03  Bruno Haible  <bruno@clisp.org>
29192
29193         * m4/pipe.m4: New file, from GNU gettext.
29194
29195 2004-02-03  Bruno Haible  <bruno@clisp.org>
29196
29197         * lib/pipe.h: New file, from GNU gettext.
29198         * lib/pipe.c: New file, from GNU gettext.
29199
29200 2004-01-27  Bruno Haible  <bruno@clisp.org>
29201
29202         * m4/execute.m4: New file, from GNU gettext.
29203
29204 2004-01-27  Bruno Haible  <bruno@clisp.org>
29205
29206         * lib/execute.h: New file, from GNU gettext.
29207         * lib/execute.c: New file, from GNU gettext.
29208         * lib/w32spawn.h: New file, from GNU gettext.
29209
29210 2004-01-24  Paul Eggert  <eggert@twinsun.com>
29211
29212         Merge from diffutils.
29213
29214         * lib/file-type.c (file_type): Add typed memory objects.
29215         * lib/file-type.h (S_TYPEISTMO): New macro.
29216
29217         * lib/c-stack.h (c_stack_action): Remove argv argument.
29218         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
29219         (die): Don't calculate message unless segv_action returns.
29220         (get_stack_location, min_address_from_argv, max_address_from_argv,
29221         volatile stack_base, volatile_stack_size): Remove.
29222         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
29223         that every segmentation violation is a stack overflow.  (Ouch!)
29224         See Debian bug 136249 (still outstanding) for more info about why
29225         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
29226
29227 2004-01-24  Paul Eggert  <eggert@twinsun.com>
29228
29229         Exit-status fix from coreutils.
29230
29231         Use exit_failure consistently in place of EXIT_FAILURE,
29232         so that program exit statuses are consistent on failure.
29233
29234         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
29235         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
29236         * lib/argmatch.h: Comment fix to match the above.
29237         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
29238         Now a macro referring to exit_failure, instead of a separate
29239         variable.  Include "exitfail.h" to get it.
29240         * lib/xstrtol.h: Include "exitfail.h".
29241         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
29242
29243         * lib/long-options.c (parse_long_options): Use prototype
29244         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
29245         for clarity.
29246
29247 2004-01-21  Jim Meyering  <jim@meyering.net>
29248
29249         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
29250         so as not to conflict with a different-sized __mktime_internal
29251         function in GNU libc.
29252         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
29253         Problem building statically-linked `ls' reported by Michael Brunnbauer.
29254
29255 2004-01-20  Karl Berry  <karl@gnu.org>
29256
29257         * config/config.guess: update from config.
29258
29259         * config/srclistvars.sh: GNUWWWLICENSES for karl.
29260
29261 2004-01-20  Bruno Haible  <bruno@clisp.org>
29262
29263         Safer stack allocation.
29264         * lib/setenv.c: Include allocsa.h.
29265         (alloca): Remove fallback definition.
29266         (freea): Remove macro.
29267         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
29268         instead of freea.
29269
29270 2004-01-20  Bruno Haible  <bruno@clisp.org>
29271
29272         * m4/eealloc.m4: New file, from GNU gettext.
29273
29274 2004-01-20  Bruno Haible  <bruno@clisp.org>
29275
29276         * m4/allocsa.m4: New file, from GNU gettext.
29277
29278 2004-01-20  Bruno Haible  <bruno@clisp.org>
29279
29280         * lib/xallocsa.h: New file, from GNU gettext.
29281         * lib/xallocsa.c: New file, from GNU gettext.
29282
29283 2004-01-20  Bruno Haible  <bruno@clisp.org>
29284
29285         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
29286
29287 2004-01-20  Bruno Haible  <bruno@clisp.org>
29288
29289         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
29290         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
29291         specially.
29292
29293 2004-01-20  Bruno Haible  <bruno@clisp.org>
29294
29295         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
29296         patch.
29297
29298 2004-01-20  Bruno Haible  <bruno@clisp.org>
29299
29300         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
29301
29302 2004-01-20  Bruno Haible  <bruno@clisp.org>
29303
29304         * lib/eealloc.h: New file.
29305
29306 2004-01-20  Bruno Haible  <bruno@clisp.org>
29307
29308         * lib/binary-io.h: Avoid warnings on Cygwin.
29309
29310 2004-01-20  Bruno Haible  <bruno@clisp.org>
29311
29312         * lib/allocsa.h: New file, from GNU gettext.
29313         * lib/allocsa.c: New file, from GNU gettext.
29314
29315 2004-01-18  Karl Berry  <karl@gnu.org>
29316
29317         * doc/gpl.texi, doc/lgpl.texi: new files.
29318
29319 2004-01-18  Karl Berry  <karl@gnu.org>
29320
29321         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
29322         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
29323
29324 2004-01-15  Paul Eggert  <eggert@twinsun.com>
29325
29326         Merge from coreutils.
29327
29328         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
29329         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
29330         (gl_DEFAULT_POSIX2_VERSION): Move
29331         the documentation from 'configure' into 'config.hin',
29332         so that 'configure --help' isn't burdened by it and
29333         we don't have to worry about its formatting there.
29334         Reword the documentation so that it's more succinct
29335         and can be run together into a single paragraph.
29336         * m4/same.m4 (gl_SAME): Check for pathconf.
29337
29338 2004-01-15  Paul Eggert  <eggert@twinsun.com>
29339
29340         Merge from coreutils.
29341
29342         * lib/posixver.c: Include posixver.h.
29343
29344         * lib/same.c: Include <stdbool.h>, <limits.h>.
29345         (_POSIX_NAME_MAX): Define if not defined.
29346         (MIN): New macro.
29347         (same_name): If file names are silently truncated, report
29348         that the file names are the same if they are the same after
29349         the silent truncation.
29350
29351         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
29352         conversion function.
29353         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
29354         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
29355         longer needed.
29356
29357 2004-01-15  Jim Meyering  <jim@meyering.net>
29358
29359         Merge from coreutils.
29360
29361         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
29362         if no library is required.
29363         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
29364         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
29365         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
29366         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
29367         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
29368         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
29369         value, $ac_cv_search_crypt, if it's "none required".
29370         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
29371         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
29372         not gl_FUNC_GETLOADAVG.
29373         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
29374         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
29375
29376 2004-01-15  Jim Meyering  <jim@meyering.net>
29377
29378         Merge from coreutils.
29379
29380         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
29381         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
29382         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
29383
29384         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
29385         optional configure-time default.
29386
29387         * lib/version-etc.c (version_etc_copyright): Update copyright date.
29388
29389         * lib/xreadlink.c (xreadlink): Correct outdated comment.
29390
29391 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
29392
29393         Merge from coreutils.
29394
29395         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
29396         value, $ac_cv_search_nanosleep, if it's "none required".
29397
29398 2004-01-14  Paul Eggert  <eggert@twinsun.com>
29399
29400         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
29401         with like-named macro in fnmatch.c.
29402         (EXT): Use an internal constant instead.
29403
29404         Merge fnmatch patches from glibc.
29405         * lib/fnmatch.c (mbsinit): Remove define.
29406         Add libc_hidden_ver (__fnmatch, fnmatch).
29407         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
29408         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
29409
29410 2004-01-14  Karl Berry  <karl@gnu.org>
29411
29412         * config/install-sh: update from automake.
29413
29414 2004-01-13  Karl Berry  <karl@gnu.org>
29415
29416         * config/install-sh: update from automake.
29417
29418 2004-01-09  Karl Berry  <karl@gnu.org>
29419
29420         * config/install-sh: update from automake.
29421
29422 2004-01-05  Karl Berry  <karl@gnu.org>
29423
29424         * config/config.{sub,guess}: update from config.
29425
29426 2003-12-31  Karl Berry  <karl@gnu.org>
29427
29428         * config/depcomp: update from automake.
29429
29430 2003-12-14  Karl Berry  <karl@gnu.org>
29431
29432         * lib/config.charset: update from gettext-runtime.
29433
29434 2003-12-03  Paul Eggert  <eggert@twinsun.com>
29435
29436         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
29437         Bug reported by Alfred M. Szmidt.
29438
29439 2003-12-03  Bruno Haible  <bruno@clisp.org>
29440
29441         * m4/gettext.m4: Upgrade from gettext-0.13.
29442         * m4/po.m4: Upgrade from gettext-0.13.
29443         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
29444         * m4/intmax.m4: New file, from gettext-0.13.
29445         * m4/printf-posix.m4: New file, from gettext-0.13.
29446
29447 2003-11-29  Karl Berry  <karl@gnu.org>
29448
29449         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
29450
29451 2003-11-25  Paul Eggert  <eggert@twinsun.com>
29452             Bruno Haible  <bruno@clisp.org>
29453
29454         * lib/printf-parse.h: Don't include sys/types.h.
29455         (ARG_NONE): New macro.
29456         (char_directive): Change type of *arg_index fields to size_t.
29457         * lib/printf-parse.c: Don't include sys/types.h.
29458         (SSIZE_MAX): Remove macro.
29459         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
29460         Remove unnecessary overflow check.
29461         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
29462         fields.
29463
29464 2003-11-25  Bruno Haible  <bruno@clisp.org>
29465
29466         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
29467
29468 2003-11-25  Bruno Haible  <bruno@clisp.org>
29469
29470         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
29471         gt_TYPE_SSIZE_T.
29472
29473 2003-11-24  Paul Eggert  <eggert@twinsun.com>
29474
29475         * modules/alloca: Remove dependency on xalloc.
29476
29477 2003-11-24  Paul Eggert  <eggert@twinsun.com>
29478
29479         * lib/alloca.c: Remove dependency on xalloc module.
29480         (xalloc_die): Remove.
29481         (memory_full) [!defined emacs]: New macro.
29482         [!defined emacs]: Don't include xalloc.h.
29483         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
29484         address arithmetic overflows.  Change datatypes a bit to avoid
29485         unnecessary casts.
29486
29487 2003-11-22  Jim Meyering  <jim@meyering.net>
29488
29489         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
29490         s/size/size_t/.
29491
29492 2003-11-21  Karl Berry  <karl@gnu.org>
29493
29494         * config/config.{sub,guess}: update from config.
29495
29496 2003-11-18  Karl Berry  <karl@gnu.org>
29497
29498         * config/config.{sub,guess}: update from config.
29499
29500         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
29501
29502 2003-11-17  Paul Eggert  <eggert@twinsun.com>
29503
29504         * README: Mention that S+T cannot overflow if S is the size of
29505         an existing object and T is sufficiently small.
29506
29507 2003-11-17  Jim Meyering  <jim@meyering.net>
29508
29509         On systems without utime and without a utimes function capable of
29510         dealing with a NULL struct utimbuf* argument, this utime replacement
29511         could -- in unusual circumstances -- leak a file descriptor.
29512         * lib/utime.c: Include <unistd.h> and <errno.h>.
29513         (utime_null): Be sure to close `fd' and to preserve errno.
29514         Reported by Geoff Collyer via Arnold Robbins.
29515
29516 2003-11-17  Bruno Haible  <bruno@clisp.org>
29517
29518         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
29519         (Depends-on): Add xsize.
29520
29521 2003-11-17  Bruno Haible  <bruno@clisp.org>
29522
29523         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
29524
29525 2003-11-17  Bruno Haible  <bruno@clisp.org>
29526
29527         * lib/vasnprintf.c (alloca): Remove fallback definition.
29528         (freea): Remove definition.
29529         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
29530         Reported by Paul Eggert.
29531
29532 2003-11-16  Paul Eggert  <eggert@twinsun.com>
29533             Bruno Haible  <bruno@clisp.org>
29534
29535         Protect against address arithmetic overflow.
29536         * lib/printf-args.h: Include stddef.h.
29537         (arguments): Change type of field 'count' to size_t.
29538         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
29539         'unsigned int' where appropriate.
29540         * lib/printf-parse.h: Include sys/types.h.
29541         (char_directive): Change type of *arg_index fields to ssize_t.
29542         (char_directives): Change type of fields 'count', max_*_length to
29543         size_t.
29544         * lib/printf-parse.c: Include sys/types.h and xsize.h.
29545         (SSIZE_MAX): Define fallback value.
29546         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
29547         instead of 'int' where appropriate. Check a_allocated, d_allocated
29548         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
29549         * lib/vasnprintf.c: Include xsize.h.
29550         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
29551         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
29552         overflow. Avoid wraparound when converting a width or precision from
29553         decimal to binary.
29554
29555 2003-11-16  Bruno Haible  <bruno@clisp.org>
29556
29557         Update from GNU gettext.
29558         * lib/printf-parse.c: Generalize to it can be compiled for wide
29559         strings.
29560         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
29561         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
29562         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
29563         SNPRINTF): New macros.
29564         Don't include <alloca.h> if the file is used inside libintl.
29565         (local_wcslen): New function, for Solaris 2.5.1.
29566         (VASNPRINTF): Use it instead of wcslen.
29567
29568 2003-11-16  Bruno Haible  <bruno@clisp.org>
29569
29570         * lib/xsize.h (xmax): New function.
29571         (xsum, xsum3, xsum4): Declare as "pure" functions.
29572
29573 2003-11-12  Paul Eggert  <eggert@twinsun.com>
29574
29575         * modules/xalloc (Files): Undo latest change, since xalloc.h
29576         no longer needs SIZE_MAX or PTRDIFF_MAX.
29577
29578 2003-11-12  Paul Eggert  <eggert@twinsun.com>
29579
29580         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
29581         gl_PTRDIFF_MAX.
29582
29583 2003-11-12  Paul Eggert  <eggert@twinsun.com>
29584
29585         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
29586         "return", to pacify some unknown compiler.  Problem reported
29587         by Joerg Schilling.
29588
29589 2003-11-12  Paul Eggert  <eggert@twinsun.com>
29590
29591         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
29592         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
29593         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
29594         heuristic is just as accurate as far as we know, and it removes a
29595         dependency on size_max.m4 and ptrdiff_max.m4.
29596
29597 2003-11-11  Bruno Haible  <bruno@clisp.org>
29598
29599         * modules/xsize (Files): Add m4/size_max.m4.
29600         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
29601
29602 2003-11-11  Bruno Haible  <bruno@clisp.org>
29603
29604         * m4/size_max.m4: New file.
29605         * m4/ptrdiff_max.m4: New file.
29606         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
29607         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
29608         (gl_XALLOC): Invoke it.
29609
29610 2003-11-11  Bruno Haible  <bruno@clisp.org>
29611
29612         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
29613         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
29614         defined.
29615
29616 2003-11-10  Paul Eggert  <eggert@twinsun.com>
29617
29618         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
29619         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
29620         rejected some allocations of exactly SIZE_MAX - 2 bytes.
29621         From Bruno Haible.
29622         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
29623         not (size_t) -1, since it's defined here.
29624
29625 2003-11-09  Karl Berry  <karl@gnu.org>
29626
29627         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
29628
29629 2003-11-06  Paul Eggert  <eggert@twinsun.com>
29630
29631         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
29632         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
29633         Reject sizes of exactly SIZE_MAX bytes.
29634         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
29635         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
29636
29637 2003-11-05  Bruno Haible  <bruno@clisp.org>
29638
29639         * lib/xsize.h: Include limits.h, to avoid a possible collision with
29640         SIZE_MAX defined in <limits.h> on Solaris.
29641
29642 2003-11-04  Jim Meyering  <jim@meyering.net>
29643
29644         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
29645         variable names, rather than @VAR@.
29646         * modules/poll: Likewise.
29647
29648 2003-11-04  Bruno Haible  <bruno@clisp.org>
29649
29650         * modules/xsize: New file.
29651         * modules/linebreak: Depend on xsize.
29652         * MODULES.html.sh (func_all_modules): Add xsize.
29653
29654 2003-11-04  Bruno Haible  <bruno@clisp.org>
29655
29656         * m4/xsize.m4: New file.
29657
29658 2003-11-04  Bruno Haible  <bruno@clisp.org>
29659
29660         * lib/xsize.h: New file.
29661         * lib/linebreak.c: Include xsize.h.
29662         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
29663         argument for overflow.
29664         Suggested by Paul Eggert.
29665
29666 2003-11-03  Karl Berry  <karl@gnu.org>
29667
29668         * config/config.{guess,sub}: update from config.
29669
29670 2003-11-03  Jim Meyering  <jim@meyering.net>
29671
29672         * modules/userspec (lib_SOURCES): Add userspec.h.
29673         (Include): Add "userspec.h".
29674         Improve description.
29675
29676 2003-11-03  Jim Meyering  <jim@meyering.net>
29677
29678         * lib/userspec.c: Include "userspec.h".
29679         * lib/userspec.h: New file.
29680
29681 2003-11-03  Bruno Haible  <bruno@clisp.org>
29682
29683         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
29684
29685 2003-11-03  Bruno Haible  <bruno@clisp.org>
29686
29687         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
29688         available, to avoid (extremely rare) race condition.
29689         Suggested by Paul Eggert.
29690
29691 2003-11-02  Karl Berry  <karl@gnu.org>
29692
29693         * config/srclist.txt (vasprintf.c): sync broken, sigh.
29694
29695 2003-10-31  Paul Eggert  <eggert@twinsun.com>
29696
29697         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
29698         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
29699         (read_filesystem_list): Set and use me_type_malloced.
29700         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
29701         whatever the type happens to be), for brevity and consistency.
29702         Check for size calculation overflow on Alphas running OSF/1.
29703
29704 2003-10-31  Jim Meyering  <jim@meyering.net>
29705
29706         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
29707
29708         * lib/linebuffer.c: Include <string.h> for declaration of memset.
29709
29710 2003-10-30  Paul Eggert  <eggert@twinsun.com>
29711             Bruno Haible  <bruno@clisp.org>
29712
29713         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
29714         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
29715
29716 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
29717
29718         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
29719         netbsd*-gnu*.  Suggested by Robert Millan.
29720
29721 2003-10-29  Paul Eggert  <eggert@twinsun.com>
29722
29723         * modules/group-member: Depend on stdbool.
29724
29725 2003-10-29  Paul Eggert  <eggert@twinsun.com>
29726
29727         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
29728
29729 2003-10-29  Paul Eggert  <eggert@twinsun.com>
29730
29731         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
29732         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
29733         after the 'gnu' in these cases.  This fixes some bugs in the
29734         previous change, and is based on suggestions by Robert Millan.
29735
29736 2003-10-29  Paul Eggert  <eggert@twinsun.com>
29737
29738         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
29739         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
29740         no longer needed.
29741         * lib/quotearg.c (quotearg_n_options): Use it.
29742         * lib/group-member.c: Include <stdbool.h>.
29743         (free_group_info): Arg is now const *; don't free arg.
29744         (get_group_info): Now returns bool and accepts struct group_info *,
29745         rather than returning a malloc'ed struct group_info *.
29746         All uses changed.  Check for overflow in internal size calculation.
29747
29748         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
29749         rather than xmalloc/xrealloc.
29750         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
29751         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
29752         conformance bug: the old code used a pointer after freeing the
29753         storage that it addressed.
29754         * lib/hash.c (hash_initialize): Simplify the code by using
29755         xalloc_oversized rather than doing it by hand.
29756         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
29757         the buffer preserved.  Use free and xmalloc instead.
29758         * lib/quotearg.c (quotearg_n_options): Likewise.
29759         Use a simpler test for size overflow.  Don't use xalloc_oversized
29760         because unsigned int might be wider than size_t (!); this suggests
29761         that we should switch from unsigned int to size_t for slot numbers.
29762
29763 2003-10-28  Paul Eggert  <eggert@twinsun.com>
29764
29765         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
29766         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
29767         NetBSD kernels.  Requested by Richard Stallman.
29768
29769 2003-10-27  Paul Eggert  <eggert@twinsun.com>
29770
29771         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
29772         to allocate the returned structure.  Do not allocate a subarray,
29773         as x2nrealloc will do that.
29774         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
29775         instead of xnrealloc.
29776         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
29777
29778 2003-10-27  Bruno Haible  <bruno@clisp.org>
29779
29780         * lib/stdbool_.h: Better support for BeOS.
29781
29782 2003-10-26  Paul Eggert  <eggert@twinsun.com>
29783
29784         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
29785         now uses inline.
29786
29787 2003-10-26  Paul Eggert  <eggert@twinsun.com>
29788
29789         * lib/xalloc.h (xalloc_oversized): New static inline function, for
29790         callers that want to do their own size-overflow checking.  Include
29791         <stdbool.h>, since xalloc_oversized returns bool.
29792         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
29793         to use xalloc_oversized.
29794
29795         Add two functions x2realloc, x2nrealloc, for programs that grow
29796         arrays dynamically by doubling their sizes.
29797         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
29798         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
29799         New functions.
29800
29801         Port to C99 semantics for 'inline' of external functions.
29802         Bug reported by Bruno Haible.
29803         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
29804         with the old contents of xnmalloc.
29805         (xnmalloc, xmalloc): Use it.
29806         (xnrealloc_inline): New static inline function,
29807         with the old contents of xnrealloc.
29808         (xnrealloc, xrealloc): Use it.
29809
29810         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
29811         that.
29812
29813 2003-10-26  Karl Berry  <karl@gnu.org>
29814
29815         * config/srclist.txt (COPYING.DOC): no longer available from
29816         /gd/gnuorg; don't know where the ultimate source is.
29817
29818 2003-10-25  Paul Eggert  <eggert@twinsun.com>
29819
29820         Fix several address-calculation bugs in the hash modules,
29821         plus some minor code cleanup.
29822
29823         * lib/hash.h: Include <stdbool.h>, for bool.
29824         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
29825         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
29826         hash_get_n_entries, hash_get_max_bucket_length,
29827         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
29828         hash_rehash): Use size_t rather than unsigned.
29829         * lib/hash.c (struct hash_table, hash_get_n_buckets,
29830         hash_get_n_buckets_used, hash_get_n_entries,
29831         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
29832         hash_get_entries, hash_do_for_each, hash_string, is_prime,
29833         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
29834         Likewise.
29835         (SIZE_MAX): Define if not defined.
29836         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
29837         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
29838         hash_print):
29839         Use const * when possible.
29840         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
29841         (check_tuning): Fix bug: if tuning parameters were very close to
29842         0 or 1, rounding errors could have caused subscript violations.
29843         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
29844         (hash_initialize): Add 'fail:' label
29845         to free table and return NULL, and use it to simplify code.
29846         Use calloc rather than clearing the storage ourself.
29847         (hash_initialize, hash_rehash): Check for arithmetic overflow in
29848         buffer size calculations.
29849         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
29850         Include <stddef.h>, for size_t.
29851         * lib/hash-pjw.c (hash_pjw): Likewise.
29852         Switch to method described by Bruno Haible.
29853         Include <limits.h>, for CHAR_BIT.
29854         (SIZE_BITS): New macro.
29855
29856 2003-10-23  Paul Eggert  <eggert@twinsun.com>
29857
29858         * m4/getline.m4 (AM_FUNC_GETLINE):
29859         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
29860         hosts.  Problem reported by Derek Robert Price in
29861         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
29862         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
29863         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
29864
29865 2003-10-21  Paul Eggert  <eggert@twinsun.com>
29866
29867         * lib/getndelim2.c (getndelim2): When size calculation overflows,
29868         ceiling the allocation at NMAX bytes rather than silently
29869         discarding input bytes before NMAX is reached.  This makes
29870         a difference only if NMAX exceeds SIZE_MAX / 2.
29871
29872         * lib/obstack.c: Merge from glibc.
29873         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
29874         Add libc_hidden_def (_obstack_newchunk).
29875         (_obstack_free) [! defined _LIBC]: Remove.
29876         [defined _LIBC]: Make a strong alias from obstack_free, rather than
29877         a clone of the function body.
29878         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
29879         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
29880
29881         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
29882         glibc.
29883         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
29884         arg to memcpy.
29885
29886         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
29887         (obstack_ptr_grow_fast, obstack_int_grow_fast):
29888         Don't use lvalue casts, as GCC plans to remove support for them
29889         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
29890         was also present in the non-GCC version, indicating that this
29891         code had always been buggy and had never been widely used.
29892         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
29893         Use the fast variant of each macro, rather than copying the
29894         definiens of the fast variant; that way, we'll be more likely to
29895         catch future bugs in the fast variants.
29896
29897 2003-10-20  Bruno Haible  <bruno@clisp.org>
29898
29899         * modules/wait-process: New file.
29900         * MODULES.html.sh (func_all_modules): Add wait-process.
29901
29902 2003-10-20  Bruno Haible  <bruno@clisp.org>
29903
29904         * m4/wait-process.m4: New file.
29905
29906 2003-10-20  Bruno Haible  <bruno@clisp.org>
29907
29908         * lib/wait-process.h: New file, from GNU gettext.
29909         * lib/wait-process.c: New file, from GNU gettext.
29910
29911 2003-10-19  Jim Meyering  <jim@meyering.net>
29912
29913         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
29914         HPUX 10.20.
29915
29916 2003-10-18  Karl Berry  <karl@gnu.org>
29917
29918         * config/config.guess: update from config.
29919
29920 2003-10-16  Paul Eggert  <eggert@twinsun.com>
29921
29922         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
29923         (getgroups): First arg is int, not size_t.
29924         Don't let 'free' mangle errno.
29925
29926 2003-10-16  Paul Eggert  <eggert@twinsun.com>
29927
29928         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
29929
29930 2003-10-16  Karl Berry  <karl@gnu.org>
29931
29932         * config/config.{guess,sub}: update from config.
29933
29934 2003-10-16  Jim Meyering  <jim@meyering.net>
29935
29936         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
29937         memcpy.
29938
29939 2003-10-15  Paul Eggert  <eggert@twinsun.com>
29940
29941         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
29942         (SIZE_MAX): Remove.
29943         (new_exclude, add_exclude_file): Initial size no longer needs to
29944         be a power of 2.
29945         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
29946         our own address arithmetic overflow checking.
29947
29948         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
29949         (fnmatch): Do not alloca more than 2000 wide characters;
29950         instead, use malloc for large buffers.
29951         Check for address arithmetic overflow, and return -1
29952         with errno set to ENOMEM in that case.
29953         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
29954         (NEW_PATTERN): Do not alloca more than 8000 bytes;
29955         instead, return -1.  Check for address arithmetic overflow.
29956
29957 2003-10-14  Paul Eggert  <eggert@twinsun.com>
29958
29959         Handle invalid suffixes and overflow independently, so that
29960         callers can treat them independently as needed.  Fix some bugs in
29961         suffix handling, e.g., "100k@" was not diagnosed as an invalid
29962         suffix for a human-readable blocksize.  The major caller-visible
29963         change is the addition of a new
29964         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
29965         that both overflow and suffix chars were found.
29966
29967         * lib/human.c (humblock): Don't check separately for invalid suffix
29968         char; that is xstrtoumax's job (now that its bug is fixed).
29969         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
29970         INTMAX_MAX]: New macros.
29971         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
29972         TYPE_MAXIMUM): New macros.
29973         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
29974         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
29975         if overflow occurs, as it's what __strtol does and it's more useful
29976         in practice.
29977         (__xstrtol): If __strtol reports some error other than ERANGE,
29978         reflect it to the caller as LONGINT_INVALID.  If it reports
29979         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
29980         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
29981         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
29982         value.
29983         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
29984         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
29985         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
29986         [defined UINTMAX_MAX]: New macros.
29987
29988 2003-10-14  Bruno Haible  <bruno@clisp.org>
29989
29990         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
29991
29992 2003-10-14  Bruno Haible  <bruno@clisp.org>
29993
29994         * m4/sig_atomic_t: New file, from GNU gettext.
29995         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
29996
29997 2003-10-14  Bruno Haible  <bruno@clisp.org>
29998
29999         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
30000         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
30001         Also use volatile where needed.
30002
30003 2003-10-12  Paul Eggert  <eggert@twinsun.com>
30004
30005         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
30006         Change maintainer from Bruno Haible to 'all'.
30007
30008 2003-10-12  Paul Eggert  <eggert@twinsun.com>
30009
30010         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
30011
30012 2003-10-12  Paul Eggert  <eggert@twinsun.com>
30013
30014         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
30015         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
30016         and define in terms of the other primitives.
30017         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
30018         (SIZE_MAX): Define if not already defined.
30019         (array_size_overflow): New function.
30020         (xalloc_die): Abort instead of exiting if 'error' returns.
30021         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
30022         (xmalloc, xrealloc): Use them.
30023         (xcalloc): Check for address arithmetic overflow.
30024         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
30025         a bit faster than strcpy.
30026
30027 2003-10-10  Simon Josefsson  <jas@extundo.com>
30028
30029         * modules/argp (Depends-on): Add restrict and strcase.
30030
30031 2003-10-10  Simon Josefsson  <jas@extundo.com>
30032
30033         * m4/argp.m4: Add AC_C_INLINE.
30034
30035 2003-10-08  Paul Eggert  <eggert@twinsun.com>
30036
30037         Merge getpass from libc, plus a few fixes.
30038
30039         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
30040         Include <stdbool.h>.
30041         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
30042         __fsetlocking to empty.
30043         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
30044         do include <bits/libc-lock.h>.
30045         Do not include <fcntl.h>; not needed.
30046         [_LIBC]: Include <wchar.h>.
30047         (NOTCANCEL_MODE): New macro.
30048         (flockfile, funlockfile) [_LIBC]: New macros.
30049         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
30050         [!_LIBC]: New macros.
30051         (call_fclose): New function.
30052         (getpass): Use it.  Save tty stream separately; this simplifies the
30053         code and makes it more reliable if stdin happens to equal stdout.
30054         Invoke __fsetlocking on tty.
30055         Handle thread cancellation if needed.
30056         Namespace cleanup (use __tcgetattr, __getline).
30057         Use bool for Booleans.
30058         [USE_IN_LIBIO]: Handle wide streams.
30059         [!_LIBC]: Unconditionally do the fseek, since we don't know what
30060         stream might go where.
30061
30062         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
30063         doesn't have to include <stdio.h> before us.
30064         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
30065         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
30066         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
30067         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
30068         if not declared, so that we can use getpass.c code from libc without
30069         rewriting it.
30070         (flockfile, ftrylockfile, funlockfile): New macros.
30071
30072 2003-10-08  Paul Eggert  <eggert@twinsun.com>
30073
30074         * modules/getpass: Depend on stdbool.
30075
30076 2003-10-08  Paul Eggert  <eggert@twinsun.com>
30077
30078         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
30079
30080 2003-10-07  Karl Berry  <karl@gnu.org>
30081
30082         * config/config.{guess,sub}: update from config.
30083
30084 2003-10-06  Jim Meyering  <jim@meyering.net>
30085             Bruno Haible  <bruno@clisp.org>
30086
30087         This lets translators provide better translations for the
30088         "Written by ..." part of --version output.
30089         * lib/version-etc.h: Include stdarg.h.
30090         (version_etc_copyright): Declare as readonly.
30091         (version_etc): Make this function variadic with a NULL-terminated list
30092         of author name strings.
30093         (version_etc_va): New declaration.
30094         * lib/version-etc.c: Include stdarg.h, stdlib.h.
30095         (version_etc_copyright): Declare as readonly.
30096         (version_etc_va): New function. Provide a different translatable string
30097         for each possible number of authors < 10. Abbreviate when there are 10
30098         authors or more.
30099         (version_etc): Make this function variadic. Call version_etc_va.
30100         Suggestion from Gary V. Vaughan.
30101
30102         * lib/long-options.h (parse_long_options): Change prototype: the
30103         authors string is moved to the end and becomes variadic.
30104         * lib/long-options.c: Include stdarg.h.
30105         (parse_long_options): Make this function variadic, too.
30106         Call version_etc_va, not version_etc.
30107
30108 2003-10-06  Bruno Haible  <bruno@clisp.org>
30109
30110         * modules/version-etc-2: Remove file.
30111         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
30112
30113 2003-10-06  Bruno Haible  <bruno@clisp.org>
30114
30115         * modules/fatal-signal: New file.
30116         * MODULES.html.sh (func_all_modules): Add fatal-signal.
30117
30118 2003-10-06  Bruno Haible  <bruno@clisp.org>
30119
30120         * m4/fatal-signal.m4: New file.
30121         * m4/signalblocking.m4: New file, from GNU gettext.
30122
30123 2003-10-06  Bruno Haible  <bruno@clisp.org>
30124
30125         * lib/version-etc-2.h: Remove file.
30126         * lib/version-etc-2.c: Remove file.
30127
30128 2003-10-06  Bruno Haible  <bruno@clisp.org>
30129
30130         * lib/fatal-signal.h: New file, from GNU gettext.
30131         * lib/fatal-signal.c: New file, from GNU gettext.
30132
30133 2003-10-05  Paul Eggert  <eggert@twinsun.com>
30134
30135         * README: Rework advice for preventing empty .o files.
30136         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
30137         not <sys/types.h>.
30138
30139 2003-10-04  Karl Berry  <karl@gnu.org>
30140
30141         * lib/argp*: update from libc.
30142
30143 2003-10-04  Karl Berry  <karl@gnu.org>
30144
30145         * config/config.{guess,sub}: update from config.
30146
30147 2003-10-02  Bruno Haible  <bruno@clisp.org>
30148
30149         * modules/lchown (Include): Add lchown.h.
30150         * modules/time_r (Include): Use "..." syntax.
30151         * modules/xgetdomainname (Include): Add xgetdomainname.h.
30152
30153 2003-10-01  Simon Josefsson  <jas@extundo.com>
30154
30155         * MODULES.html.sh (func_all_modules): Move gethostname from section
30156         'based on' to section 'lacking' POSIX:2001.
30157
30158 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
30159
30160         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
30161         to output mode on the same stream.
30162
30163 2003-09-29  Paul Eggert  <eggert@twinsun.com>
30164
30165         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
30166         Fix arg typo in previous patch.
30167
30168 2003-09-28  Jim Meyering  <jim@meyering.net>
30169
30170         * lib/error.c: Correct cpp indentation.
30171
30172 2003-09-27  Paul Eggert  <eggert@twinsun.com>
30173
30174         * modules/free: New file.
30175
30176 2003-09-27  Paul Eggert  <eggert@twinsun.com>
30177
30178         * m4/free.m4: New file.
30179
30180 2003-09-27  Paul Eggert  <eggert@twinsun.com>
30181
30182         * lib/minmax.h (MIN, MAX)
30183         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
30184         Omit the special code that used __typeof__, since we worry that
30185         it could be more trouble than it's worth.  See:
30186         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
30187         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
30188
30189         * lib/free.c: New file.
30190
30191 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
30192
30193         Trivial fixes to Makefile.am parts of module listings.
30194         * modules/strstr: Append strstr.h to lib_SOURCES.
30195         * modules/strcase: Likewise, for strcase.h.
30196
30197 2003-09-27  Karl Berry  <karl@gnu.org>
30198
30199         * config/mkinstalldirs: update from automake.
30200
30201 2003-09-26  Paul Eggert  <eggert@twinsun.com>
30202
30203         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
30204         (error_tail): Do not loop, reallocating temporary buffer, since
30205         the output cannot contain more wide characters than the input
30206         contains bytes, the size must be big enough already.  This avoids
30207         one potential size overflow calculation.  Check for size overflow
30208         when calculating temporary buffer size.  Free temporary buffer
30209         when done, if it was allocated with malloc; this plugs a memory
30210         leak.  Remove casts from void * to pointers, that are no longer
30211         needed now that we're assuming C89 or better.
30212
30213         Merge error changes from glibc.
30214
30215         * lib/error.c, error.h: Update copyright notice header to match glibc.
30216         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
30217         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
30218         Disable cancellation while printing error.
30219         * lib/error.h: Prepend __ to parameter names.
30220
30221 2003-09-26  Jim Meyering  <jim@meyering.net>
30222
30223         * lib/error.c (error_tail): Move some declarations
30224         into inner scope where the local variables are used.
30225
30226 2003-09-26  Bruno Haible  <bruno@clisp.org>
30227
30228         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
30229         stpncpy().
30230         Don't define stpncpy through config.h; it's now done through stpncpy.h.
30231
30232 2003-09-26  Bruno Haible  <bruno@clisp.org>
30233
30234         * lib/stpncpy.h (gnu_stpncpy): New declaration.
30235         (stpncpy): Define as alias for gnu_stpncpy.
30236         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
30237
30238 2003-09-25  Simon Josefsson  <jas@extundo.com>
30239
30240         * lib/xgetdomainname.h: New file.
30241         * lib/xgetdomainname.c: New file.
30242
30243 2003-09-25  Simon Josefsson  <jas@extundo.com>
30244             Bruno Haible  <bruno@clisp.org>
30245
30246         * modules/getdomainname: New file.
30247         * modules/xgetdomainname: New file.
30248         * MODULES.html.sh (func_all_modules): Add getdomainname,
30249         xgetdomainname.
30250
30251 2003-09-25  Simon Josefsson  <jas@extundo.com>
30252             Bruno Haible  <bruno@clisp.org>
30253
30254         * m4/getdomainname.m4: New file.
30255
30256 2003-09-25  Simon Josefsson  <jas@extundo.com>
30257             Bruno Haible  <bruno@clisp.org>
30258
30259         * lib/getdomainname.h: New file.
30260         * lib/getdomainname.c: New file.
30261
30262 2003-09-25  Karl Berry  <karl@gnu.org>
30263
30264         * lib/argp-fmtstream.c, argp-help.c: update from libc.
30265
30266 2003-09-25  Karl Berry  <karl@gnu.org>
30267
30268         * config/install-sh: update from automake.
30269
30270 2003-09-25  Bruno Haible  <bruno@clisp.org>
30271
30272         * modules/version-etc-2: New file, from modules/version-etc with
30273         modifications.
30274         * MODULES.html.sh (func_all_modules): Add version-etc-2.
30275
30276 2003-09-25  Bruno Haible  <bruno@clisp.org>
30277
30278         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
30279         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
30280
30281 2003-09-24  Simon Josefsson  <jas@extundo.com>
30282
30283         * modules/xgethostname: Add xgethostname.h.
30284
30285 2003-09-24  Paul Eggert  <eggert@twinsun.com>
30286
30287         * lib/linebuffer.c (freebuffer): Don't free the argument, just
30288         the buffer associated with the argument.  Bug reported by
30289         Simon Josefsson.
30290
30291 2003-09-24  Paul Eggert  <eggert@twinsun.com>
30292
30293         * README: Document assumptions that 'int' is at least 32 bits
30294         wide, that integer arithmetic is 2's complement without overflow,
30295         that there are no holes in integer values, that adding sizes of
30296         two nonoverlapping objects can't overflow, and that all-bits-zero
30297         yields scalar zero.  Fix spelling and capitalization typos.
30298
30299 2003-09-19  Karl Berry  <karl@gnu.org>
30300
30301         * lib/argp.h: update from libc.
30302
30303 2003-09-17  Paul Eggert  <eggert@twinsun.com>
30304
30305         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
30306         to avoid spurious warnings like "AC_RUN_IFELSE was called before
30307         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
30308
30309 2003-09-17  Paul Eggert  <eggert@twinsun.com>
30310
30311         * gnulib-tool: Use "test -h", not "test -L", for portability
30312         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
30313         (tags_regexp): Remove, since \| doesn't conform to POSIX.
30314         (sed_extract_prog): Issue s commands one-by-one, rather than
30315         using \| in one s command.
30316
30317 2003-09-16  Paul Eggert  <eggert@twinsun.com>
30318
30319         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
30320         input error, instead of returning NULL the next time we are called
30321         (and therefore losing track of errno).
30322
30323 2003-09-16  Bruno Haible  <bruno@clisp.org>
30324
30325         * gnulib-tool (func_create_testdir): Warn about duplicated
30326         dependencies.
30327
30328 2003-09-15  Paul Eggert  <eggert@twinsun.com>
30329
30330         * modules/argmatch, modules/fatal, modules/obstack,
30331         modules/xalloc, modules/xgethostname: Sort dependencies by
30332         importance, not alphabetically.
30333
30334 2003-09-15  Paul Eggert  <eggert@twinsun.com>
30335
30336         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
30337         fails, so that the caller gets the proper errno.
30338
30339         * lib/readutmp.c (read_utmp): Likewise.
30340         Check for fstat error.  Close stream and free storage
30341         when failing.
30342
30343 2003-09-14  Karl Berry  <karl@gnu.org>
30344
30345         * config/srclist.txt (strdup.c): disable for c89 changes.
30346
30347 2003-09-14  Jim Meyering  <jim@meyering.net>
30348
30349         * lib/getloadavg.c: Correct cpp indentation.
30350         * lib/strdup.c: Likewise.
30351         * lib/vasnprintf.c: Likewise.
30352
30353 2003-09-14  Bruno Haible  <bruno@clisp.org>
30354
30355         * modules/fwriteerror: New file.
30356         * MODULES.html.sh (func_all_modules): Add fwriteerror.
30357
30358 2003-09-14  Bruno Haible  <bruno@clisp.org>
30359
30360         * lib/fwriteerror.h: New file.
30361         * lib/fwriteerror.c: New file.
30362
30363 2003-09-12  Paul Eggert  <eggert@twinsun.com>
30364
30365         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
30366         modules/xgethostname, modules/xalloc: Depend on exit.
30367
30368 2003-09-12  Paul Eggert  <eggert@twinsun.com>
30369
30370         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
30371
30372         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
30373         and AC_MINIX, too, so that their extensions are available.
30374
30375         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
30376         This macro has been superseded by gl_BACKUPFILE.
30377
30378         More patches to assume C89 or better.
30379
30380         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
30381
30382         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
30383         unconditionally.
30384         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
30385         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
30386         Include <string.h>, <stdlib.h> unconditionally.
30387         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
30388         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
30389         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
30390         headers or for string.h.
30391         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
30392         or strtoul.
30393
30394         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
30395         headers.
30396         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
30397         * m4/userspec.m4 (gl_USERSPEC): Likewise.
30398         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
30399         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
30400         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
30401         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
30402         memcpy, memset.
30403         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
30404         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
30405         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
30406         strtol.
30407         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
30408         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
30409         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
30410         strtoul.
30411
30412 2003-09-12  Paul Eggert  <eggert@twinsun.com>
30413
30414         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
30415         * lib/obstack.c [!defined _LIBC]: Likewise.
30416         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
30417         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
30418         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
30419
30420         More changes to assume C89 or better.
30421
30422         * lib/error.c (error_tail): Assume vprintf.
30423
30424         * lib/argmatch.c (getenv): Remove decl.
30425         * lib/progreloc.c (get_full_program_name): Define via prototype.
30426         * lib/setenv.c (clearenv): Likewise.
30427         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
30428         needed.
30429         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
30430         (malloc, memcpy): Remove decls.
30431         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
30432         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
30433         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
30434         (memcpy): Remove macro.
30435         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
30436         (__P): Remove.  All uses removed.
30437         (PTR): Remove.  All uses changed to void *.
30438         (CHAR_BIT, NULL): Remove.
30439         (spaces, zeros, memset_space, memset_zero)
30440         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
30441         Remove.
30442         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
30443         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
30444         Define with prototype.
30445         Remove now-unnecessary prototype decl.
30446         (extra_args_spec): Assume ANSI C.  All uses changed.
30447         (extra_args_spec_iso): Remove.
30448         (my_strftime, emacs_strftimeu): Define via prototype.
30449         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
30450         unconditionally.
30451         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
30452         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
30453         (strtoul, strtol): Remove decls.
30454         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
30455         LONG_MAX): Remove.
30456         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
30457         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
30458         (LOCALE_PARAM_PROTO): New macro.
30459         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
30460         (INTERNAL (strtol), strtol): Define with a prototype.
30461         (PARAMS): Remove.  All uses removed.
30462         * lib/tempname.c: Include <string.h> unconditionally.
30463         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
30464         * lib/xgethostname.c (main): Define with a prototype.
30465         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
30466         Include <stdlib.h> unconditionally.
30467         (calloc, malloc, realloc, free): Remove decls.
30468         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
30469         Include <stdlib.h> unconditionally.  Sort include file names.
30470         (strtod): Remove.
30471         (xstrtod): Define with a prototype.
30472         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
30473         (strtol, strtoul): Remove decls.
30474
30475 2003-09-11  Paul Eggert  <eggert@twinsun.com>
30476
30477         More patches to assume C89 or better.
30478         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
30479         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
30480         string.h, memchr, STDC_HEADERS.
30481
30482 2003-09-11  Paul Eggert  <eggert@twinsun.com>
30483
30484         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
30485         Include <stdlib.h>, <string.h> unconditionally.
30486         Remove now-unnecessary cast to char *.
30487         * lib/strnlen.c: Include <string.h> unconditionally.
30488         * lib/yesno.c (yesno): Define with a prototype.
30489
30490 2003-09-11  Bruno Haible  <bruno@clisp.org>
30491
30492         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
30493
30494 2003-09-10  Jim Meyering  <jim@meyering.net>
30495
30496         * lib/error.c: Correct indentation of cpp directives.
30497
30498 2003-09-10  Bruno Haible  <bruno@clisp.org>
30499
30500         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
30501         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
30502         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
30503         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
30504         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
30505         <stdlib.h> and <string.h> checks.
30506         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
30507         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
30508
30509 2003-09-10  Bruno Haible  <bruno@clisp.org>
30510
30511         * lib/strcspn.c: Include <string.h> unconditionally.
30512         * lib/strpbrk.c: Include <string.h> unconditionally.
30513         * lib/strstr.c: Include <string.h> unconditionally.
30514         * lib/unicodeio.c: Include <string.h> unconditionally.
30515         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
30516         * lib/unsetenv.c: Likewise.
30517         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
30518         * lib/yesno.c: Include <stdlib.h> unconditionally.
30519         (rpmatch): Add prototype.
30520
30521 2003-09-09  Paul Eggert  <eggert@twinsun.com>
30522
30523         More patches to assume C89 or better.
30524         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
30525         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
30526         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
30527         or for string.h.
30528         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
30529         stdlib.h.
30530         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
30531         C headers.
30532         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
30533         string.h.
30534         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
30535         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
30536         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
30537         or for string.h.
30538         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
30539         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
30540         C headers.
30541         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
30542         memcpy.
30543         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
30544         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
30545         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
30546         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
30547         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
30548         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
30549         string.h, free.
30550         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
30551         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
30552         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
30553         C headers, or for string.h.
30554         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
30555         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
30556         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
30557         headers, memory.h, stdlib.h, string.h, strings.h.
30558         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
30559         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
30560         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
30561         strchr.
30562         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
30563         headers, memory.h, string.h.
30564         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
30565         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
30566         free.
30567         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
30568         headers.
30569         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
30570         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
30571         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
30572         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
30573         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
30574
30575 2003-09-09  Paul Eggert  <eggert@twinsun.com>
30576
30577         More K&R removal.
30578
30579         * lib/acosl.c (main): Use a prototype.
30580         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
30581         tanl.c: Likewise.
30582
30583         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
30584
30585         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
30586         (getopt, etopt_long, getopt_long_only, _getopt_internal)
30587         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
30588         with a prototype.
30589         * lib/getopt.c (const): Remove macro.
30590         Include <string.h> unconditionally.
30591         (my_index): Remove; all uses changed to strchr.
30592         (strlen): Remove decl.
30593         (exchange): Remove forward decl; no longer needed.
30594         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
30595         Define with prototype.
30596         * lib/getopt1.c (const): Remove macro.
30597         (getopt_long, getopt_long_only, main): Define with prototype.
30598
30599         * lib/getugroups.c: Include <string.h> unconditionally.
30600
30601         * lib/getusershell.c: Include <stdlib.h> unconditionally.
30602         (getusershell, setusershell, endusershell, readname, main):
30603         Define with prototypes.
30604
30605         * lib/group-member.c: Include group-member.h first.
30606         Include <stdlib.h> unconditionally.
30607
30608         * lib/hard-locale.c: Include hard-locale.h first.
30609         Include <stdlib.h>, <string.h> unconditionally.
30610
30611         * lib/hash.c (free, malloc): Remove decls.
30612         Include <stdlib.h> unconditionally.
30613
30614         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
30615         (getenv): Do not declare.
30616
30617         * lib/idcache.c: Include <string.h> unconditionally.
30618
30619         * lib/long-options.c: Include long-options.h first, to test interface.
30620         Include <stdlib.h> unconditionally.
30621
30622         * lib/makepath.c: Include makepath.h first, to test interface.
30623         Include <stdlib.h> and <string.h> unconditionally.
30624
30625         * lib/linebuffer.c: Include <stdlib.h>.
30626         (free): Remove decl.
30627
30628         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
30629         stddef.h. rpl_malloc returns void *, not char *.
30630         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
30631         prototype.
30632
30633         * lib/md5.h: Include <limits.h> unconditionally.
30634         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
30635         (__P): Remove; all uses removed.
30636         * lib/md5.c: Include "md5.h" first.
30637         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
30638         md5_buffer, md5_process_bytes, md5_process_block):
30639         Define with prototypes.
30640         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
30641         * lib/sha.c: Include "sha.h" first.
30642         Include <stdlib.h>, <string.h> unconditionally.
30643
30644         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
30645         * lib/memcmp.c (__ptr_t): Likewise.
30646         * lib/memrchr.c (__ptr_t): Likewise.
30647         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
30648         Include <string.h> unconditionally.
30649         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
30650         * lib/memchr.c: Include <stdlib.h> unconditionally.
30651         * lib/memchr.c (LONG_MAX): Remove.
30652         * lib/memrchr.c (LONG_MAX): Likewise.
30653         * lib/memchr.c (__memchr): Define via a prototype.
30654         * lib/memrchr.c (__memrchr): Likewise.
30655         * lib/memcmp.c (__P): Remove, and remove all uses.
30656         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
30657         Remove forward decls; no longer needed.
30658         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
30659         Use types required by C89 in prototype.
30660
30661         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
30662         * lib/savedir.c: Likewise.
30663         * lib/mkdir.c (free): Remove decl.
30664         * lib/rmdir.c (rmdir): Define with a prototype.
30665         * lib/savedir.c: Include savedir.h first, to test interface.
30666
30667         * lib/mktime.c (STDC_HEADERS): Remove.
30668         Include <stdlib.h>, <string.h> unconditionally.
30669
30670         * lib/modechange.c: Include <stdlib.h> unconditionally.
30671         (malloc): Remove decl.
30672
30673         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
30674         (free): Remove decl.
30675
30676         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
30677         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
30678         (This type really should be intptr_t, but that's a C99ism.)
30679         (_obstack_memcpy): Remove: all uses changed to memcpy.
30680         Include <string.h> unconditionally.
30681         (struct obstack): Assume __STDC__ for types of members
30682         chunkfun, freefun, extra_arg.
30683         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
30684         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
30685         obstack_begin, obstack_specify_allocation,
30686         obstack_specify_allocation_with_arg, obstack_chunkfun,
30687         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
30688         Remove unprototyped decls and the macros that use them.
30689         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
30690         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
30691         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
30692         (defined __STDC__ && __STDC__)]:
30693         Remove nonprototyped code.
30694         Include <stdlib.h> unconditionally.
30695         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
30696         _obstack_allocated_p, _obstack_free, obstack_free,
30697         _obstack_memory_used, print_and_abort):
30698         Define using prototypes.
30699         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
30700         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
30701         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
30702         obstack_next_free, obstack_object_size, obstack_room) [0]:
30703         Remove unused, unprototyped code.
30704
30705         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
30706
30707         * lib/physmem.c (physmem_total, physmem_available, main): Define
30708         with prototypes.
30709
30710         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
30711         (main): Define with a prototype.
30712
30713         * lib/posixver.c (getenv): Remove decl.
30714
30715         * lib/putenv.c (malloc): Returns void *, not char *.
30716         Include <string.h> unconditionally.
30717         (strchr, memcpy, NULL): Do not define.
30718
30719         * lib/readtokens.c: Include readtokens.h first, to test interface.
30720         Include <stdlib.h>, <string.h> unconditionally.
30721         (init_tokenbuffer): Define with a prototype.
30722
30723         * lib/regex.c (PARAMS): Remove.  All uses removed.
30724         All uses of _RE_ARGS removed, too.
30725         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
30726         unconditionally.
30727         (bzero): Assume memset exists.
30728         (memcmp, memcpy, NULL): Remove.
30729         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
30730         char, or assignments to local vars of type signed char.
30731         (init_syntax_once, PREFIX(extract_number_and_incr),
30732         PREFIX(print_partial_compiled_pattern),
30733         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
30734         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
30735         PREFIX(regex_grow_registers), PREFIX(regex_compile),
30736         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
30737         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
30738         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
30739         wcs_compile_range, byte_compile_range, truncate_wchar,
30740         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
30741         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
30742         count_mbs_length, wcs_re_match_2_internal,
30743         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
30744         PREFIX(alt_match_null_string_p),
30745         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
30746         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
30747         regfree, PREFIX(extract_number)): Define with prototype.  Remove
30748         now-unnecessary declaration, if any.
30749         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
30750         regcomp, regexec):
30751         Remove now-unnecessary casts among pointer types.
30752         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
30753
30754         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
30755         (free): Remove decl.
30756
30757         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
30758
30759         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
30760         (free): Remove decl.
30761
30762         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
30763         * lib/xgetcwd.c: Likewise.
30764
30765         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
30766         (free): Remove decl.
30767
30768         * lib/strchrnul.c (strchrnul): Define with a prototype.
30769         Fix bug: c_in was not converted to char before searching.
30770
30771         The following changes are not K&R related:
30772
30773         * lib/group-member.h: Include <sys/types.h>, so that this file is
30774         self-contained.
30775         * lib/makepath.h: Likewise.
30776
30777         * lib/getusershell.c (readname, default_index, line_size, readname):
30778         Use size_t, not int, for sizes.
30779         (readname): If the size overflows, report an error instead of
30780         looping forever.
30781
30782 2003-09-09  Paul Eggert  <eggert@twinsun.com>
30783
30784         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
30785         libc.
30786
30787 2003-09-09  Paul Eggert  <eggert@twinsun.com>
30788
30789         * README: New section: portability guidelines.
30790
30791 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
30792
30793         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
30794         C89 spec.
30795
30796 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
30797
30798         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
30799
30800 2003-09-08  Paul Eggert  <eggert@twinsun.com>
30801
30802         Assume C89 or better; remove K&R cruft.
30803         A few of these changes were first proposed by Derek Robert Price
30804         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
30805
30806         * lib/addext.c: Include <string.h> unconditionally.
30807         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
30808         Don't declare getenv or malloc.
30809
30810         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
30811         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
30812         (NULL): Remove.
30813         (find_stack_direction, alloca): Use prototypes.
30814
30815         * lib/atexit.c (atexit): Define using a prototype.
30816
30817         * lib/basename.c, dirname.c, stripslash.c:
30818         Include <string.h> unconditionally.
30819
30820         * lib/bcopy.c: Include <stddef.h>.
30821         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
30822
30823         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
30824
30825         * lib/error.h (error, error_at_line, error_print_progname)
30826         [! (defined (__STDC__) && __STDC__)]: Remove decls.
30827         * lib/error.c: Include error.h first, to check interface.
30828         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
30829         (VA_START): Remove; all uses changeed to va_start.
30830         (exit, strerror): Remove decls.
30831         (error_print_progname): Prototype uncondionally.
30832         Don't include <errno.h>; no longer needed.
30833         (private_strerror): Remove.
30834         (error_tail): Always define.
30835         (error, error_at_line): Assume C89 or better; always use prototypes.
30836         * lib/fatal.c: Include "fatal.h" first, to test interface.
30837         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
30838         (VA_START): Remove; all uses changed to va_start.
30839         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
30840         this case.
30841         (exit): Remove decl.
30842         (fatal): Prototype unconditionally.  Assume va_start works.
30843         Abort at end, to pacify gcc.
30844
30845         * lib/euidaccess.c (main): Define with a prototype.
30846
30847         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
30848
30849         * lib/exitfail.c: Include <stdlib.h> unconditionally.
30850
30851         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
30852         prototypes.
30853         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
30854         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
30855         (getenv): Remove decl.
30856         (fnmatch): Define using a prototype.
30857         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
30858         (FCT): Define using a prototype.
30859
30860         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
30861
30862         * lib/gethostname.c: Include <stddef.h>.
30863         (gethostname): Define with prototype.  Length is size_t, not int.
30864
30865 2003-09-08  Paul Eggert  <eggert@twinsun.com>
30866
30867         Assume C89 or better; remove K&R cruft.
30868         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
30869         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
30870         string.h, getenv, malloc.
30871         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
30872         headers.
30873         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
30874         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
30875         do not check for strerror.
30876         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
30877         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
30878         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
30879         do not check for doprnt or vprintf.
30880         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
30881         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
30882
30883 2003-09-08  Paul Eggert  <eggert@twinsun.com>
30884
30885         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
30886         getversion.c should have been removed then, but was accidentally
30887         preserved.
30888
30889         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
30890         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
30891
30892 2003-09-08  Karl Berry  <karl@gnu.org>
30893
30894         * config/config.sub, config.guess, srclistvars.sh: update from savannah
30895                 config, forget about prep.
30896
30897         * config/depcomp, missing: update from automake.
30898
30899 2003-09-07  Paul Eggert  <eggert@twinsun.com>
30900
30901         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
30902         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
30903
30904 2003-09-07  Paul Eggert  <eggert@twinsun.com>
30905
30906         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
30907         copy_tm_result.  Bug reported by Simon Josefsson in
30908         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
30909
30910 2003-09-06  Paul Eggert  <eggert@twinsun.com>
30911
30912         * m4/time_r.m4: New file.
30913         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
30914         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
30915         is. Check for timegm declaration.
30916         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
30917         Do not check for gmtime_r.
30918         Replace mktime if __mktime_internal does not exist and if mktime
30919         hasn't been replaced already.
30920
30921 2003-09-06  Paul Eggert  <eggert@twinsun.com>
30922
30923         * lib/time_r.c, lib/time_r.h: New files.
30924
30925         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
30926         __localtime_r.
30927         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
30928         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
30929
30930         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
30931         __gmtime_r.
30932         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
30933         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
30934         Include <time_r.h>.
30935
30936         * lib/timegm.c: Switch to glibc implementation, with the following
30937         changes:
30938         [defined HAVE_CONFIG_H]: Include <config.h>.
30939         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
30940         (__mktime_internal) [!defined _LIBC]: New decl.
30941         (__gmtime_r) [!defined _LIBC]: New macro and function.
30942         (timegm): Use a prototype, since gnulib assumes C89.
30943         Do not bother declaring tmp to be const, as it's not really usefu.
30944         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
30945         (timegm): Declare only if HAVE_DECL_TIMEGM.
30946
30947 2003-09-06  Paul Eggert  <eggert@twinsun.com>
30948
30949         * MODULES.html.sh (func_all_modules): Add time_r.
30950         * modules/time_r: New file.
30951         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
30952         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
30953
30954 2003-09-03  Paul Eggert  <eggert@twinsun.com>
30955
30956         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
30957         Bug reported by Lute Kamstra in
30958         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
30959
30960         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
30961         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
30962         course with correspondingly smaller numbers for tomorrow and
30963         yesterday.  From Tadayoshi Funaba.  Originally installed into
30964         sh-utils on 1999-08-07, but the patch got lost (I guess during the
30965         coreutils merge?).
30966
30967 2003-08-31  Simon Josefsson  <jas@extundo.com>
30968
30969         * modules/timegm: New file.
30970         * MODULES.html.sh (func_all_modules): Add timegm.
30971
30972 2003-08-31  Simon Josefsson  <jas@extundo.com>
30973
30974         * m4/timegm.m4: New file.
30975
30976 2003-08-31  Simon Josefsson  <jas@extundo.com>
30977
30978         * lib/timegm.h: New file.
30979         * lib/timegm.c: New file.  Based on
30980         wget-1.8.2/src/http.c:mktime_from_utc.
30981
30982 2003-08-31  Karl Berry  <karl@gnu.org>
30983
30984         * lib/argp.h: update from libc.
30985
30986 2003-08-28  Bruno Haible  <bruno@clisp.org>
30987
30988         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
30989         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
30990         followed by '#define fnmatch fnmatch_posix' gives an error.
30991
30992 2003-08-28  Bruno Haible  <bruno@clisp.org>
30993
30994         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
30995         warning on QNX, which defines O_BINARY to 000000.
30996
30997 2003-08-27  Jim Meyering  <jim@meyering.net>
30998
30999         * m4/mkstemp.m4: Require that the system mkstemp be able to create
31000         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
31001         would fail after 32.  Reported by Danny Levinson.  Details here:
31002         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
31003
31004 2003-08-24  Bruno Haible  <bruno@clisp.org>
31005
31006         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
31007         MSVC7 <stdio.h> is included later.
31008
31009 2003-08-22  Simon Josefsson  <jas@extundo.com>
31010
31011         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
31012
31013 2003-08-20  Karl Berry  <karl@gnu.org>
31014
31015         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
31016
31017 2003-08-20  Bruno Haible  <bruno@clisp.org>
31018
31019         * modules/progname: New file.
31020         * MODULES.html.sh (func_all_modules): Add progname.
31021
31022 2003-08-20  Bruno Haible  <bruno@clisp.org>
31023
31024         * lib/progname.h: New file, from GNU gettext.
31025         * lib/progname.c: New file, from GNU gettext.
31026         * lib/progreloc.c: New file, from GNU gettext.
31027
31028 2003-08-19  Jim Meyering  <jim@meyering.net>
31029
31030         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
31031         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
31032
31033 2003-08-19  Bruno Haible  <bruno@clisp.org>
31034
31035         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
31036         more.
31037
31038 2003-08-19  Bruno Haible  <bruno@clisp.org>
31039
31040         * lib/xstrdup.c: Assume <string.h> exists.
31041
31042 2003-08-18  Paul Eggert  <eggert@twinsun.com>
31043
31044         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
31045         in makefile rules.
31046
31047 2003-08-18  Jim Meyering  <jim@meyering.net>
31048
31049         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
31050         * m4/lib-ld.m4: Likewise.
31051
31052 2003-08-18  Jim Meyering  <jim@meyering.net>
31053
31054         * lib/setenv.h: Indent nested cpp directive.
31055         * lib/vasnprintf.c: Remove trailing blanks.
31056
31057 2003-08-17  Simon Josefsson  <jas@extundo.com>
31058
31059         * modules/xstrndup: New file.
31060         * MODULES.html.sh (func_all_modules): Add xstrndup.
31061
31062 2003-08-17  Simon Josefsson  <jas@extundo.com>
31063
31064         * modules/argp: Fix autoconf macro name. Add more dependencies.
31065
31066 2003-08-17  Simon Josefsson  <jas@extundo.com>
31067
31068         * m4/xstrndup.m4: New file.
31069
31070 2003-08-17  Simon Josefsson  <jas@extundo.com>
31071
31072         * m4/argp.m4: New file.
31073
31074 2003-08-17  Simon Josefsson  <jas@extundo.com>
31075             Bruno Haible  <bruno@clisp.org>
31076
31077         * lib/xstrndup.h: New file.
31078         * lib/xstrndup.c: New file.
31079
31080 2003-08-17  Bruno Haible  <bruno@clisp.org>
31081
31082         * modules/strndup (Files, Include): Add lib/strndup.h.
31083
31084 2003-08-17  Bruno Haible  <bruno@clisp.org>
31085
31086         * modules/euidaccess (Files): Add lib/euidaccess.h.
31087
31088 2003-08-17  Bruno Haible  <bruno@clisp.org>
31089
31090         * lib/strndup.h: New file.
31091
31092 2003-08-17  Bruno Haible  <bruno@clisp.org>
31093
31094         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
31095         like AC_GNU_SOURCE.
31096         * modules/extensions (configure.ac): Comment out the invocation of
31097         gl_USE_SYSTEM_EXTENSIONS.
31098
31099 2003-08-16  Paul Eggert  <eggert@twinsun.com>
31100
31101         Merges from coreutils, etc.
31102         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
31103         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
31104         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
31105         fixing a typo.
31106         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
31107         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
31108
31109 2003-08-16  Paul Eggert  <eggert@twinsun.com>
31110
31111         Document merge from coreutils.
31112         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
31113         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
31114         * modules/utime: Add m4/utimes-null.m4.
31115
31116 2003-08-16  Paul Eggert  <eggert@twinsun.com>
31117
31118         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
31119         space, undoing this 2003-08-12 change:
31120         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
31121
31122 2003-08-16  Paul Eggert  <eggert@twinsun.com>
31123
31124         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
31125         strtoul.c from libc, undoing this 2003-08-12 change:
31126         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
31127
31128 2003-08-16  Jim Meyering  <jim@meyering.net>
31129
31130         Merges from coreutils.
31131         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
31132         prefix.  Adjust cache variables similarly.  Create 500 rather than
31133         just 300 files, to exercise bug on Darwin6.5, too.
31134         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
31135         $missing_dir.
31136         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
31137         AM_SYS_POSIX_TERMIOS.
31138         Reported by mkc@mathdogs.com.
31139         Also change use of $am_cv_sys_posix_termios
31140         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
31141         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
31142         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
31143         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
31144         in /proc/mounts until it finds one with matching device number.  This
31145         is unnecessary when the FILE argument *is* a mount point.  No stat call
31146         is necessary in that case.  So, disable the statvfs-testing code on
31147         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
31148         as RedHat bug# 84846.
31149         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
31150         to 1MB, so as not to render systems with no stack size limit (e.g.,
31151         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
31152         Include <unistd.h>.  On some systems,
31153         it is required for the definition of _SC_PAGESIZE.
31154
31155 2003-08-16  Jim Meyering  <jim@meyering.net>
31156
31157         Merge from coreutils.
31158         * lib/xstrtoimax.c: #else #if -> #elif.
31159         * lib/xstrtoumax.c: Likewise.
31160
31161 2003-08-16  Jim Meyering  <jim@meyering.net>
31162
31163         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
31164         * m4/utimes.m4: Removed.
31165         * m4/utimes-null.m4: Renamed from utimes.m4.
31166
31167         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
31168         to 1MB, so as not to render systems with no stack size limit (e.g.,
31169         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
31170         Include <unistd.h>.  On some systems,
31171         it is required for the definition of _SC_PAGESIZE.
31172
31173 2003-08-16  Jim Meyering  <jim@meyering.net>
31174         and Paul Eggert  <eggert@cs.ucla.edu>
31175
31176         Merges from coreutils, etc.
31177
31178         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
31179         using the latest version from cvs.  This avoids problems with #line
31180         directives using a vendor (Sun) compiler.
31181         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
31182         Don't set GETGROUPS_LIB here; now it's
31183         done via getgroups.m4's wrapper function.
31184         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
31185         rather than just in sh-util/configure.in, so that the
31186         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
31187         same.
31188         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
31189         AC_FUNC_GETLOADAVG where to find getloadavg.c.
31190         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
31191         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
31192         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
31193         Remove code that is now done by the newly-required macros.
31194         Append $(EXEEXT) to DF_PROG.
31195         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
31196         Do not invoke or require the following here,
31197         since prereq.m4 or some gnulib .m4 now does this for us:
31198         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
31199         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
31200         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
31201         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
31202         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
31203         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
31204         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
31205         AC_FUNC_OBSTACK.
31206         Do not replace the following functions, as this is now the job
31207         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
31208         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
31209         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
31210         atexit getpass, strdup, getpagesize.
31211         Replace 'raise'.
31212         Do not check for the following functions, as this is now the job
31213         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
31214         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
31215         setregid.
31216         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
31217         Check for sys/sysctl.h.
31218         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
31219         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
31220         of checking for ssize_t ourselves.
31221
31222         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
31223         Require every macro that gnulib/modules/* suggests for us.
31224         (jm_PREREQ_ADDEXT): New macro.
31225         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
31226         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
31227
31228         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
31229         (gl_PHYSMEM): Use it.
31230         Also check for `table' function.
31231         Check for new headers and functions.
31232         Add check for sys/sysmp.h.
31233         With suggestions from Kaveh Ghazi.
31234         Ignore headers that are present but cannot be compiled.  This
31235         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
31236         C 5.4.
31237
31238 2003-08-15  Paul Eggert  <eggert@twinsun.com>
31239
31240         Document merge from coreutils.
31241         * modules/userspec: Depend on posixver.
31242         * modules/strftime: Depend on tzset.
31243
31244 2003-08-15  Paul Eggert  <eggert@twinsun.com>
31245
31246         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
31247         rather than tab, after '#' in shell-script copyright notices.
31248         Suggested by Bruno Haible.
31249
31250 2003-08-15  Paul Eggert  <eggert@twinsun.com>
31251
31252         * config/srclist-update: Use three spaces, rather than tab, after '#'
31253         in shell-script copyright notices.  Suggested by Bruno Haible.
31254         Remove unnecessary parenthesization in regular expression.
31255
31256 2003-08-15  Jim Meyering  <jim@meyering.net>
31257
31258         Merge from coreutils.
31259         * lib/xgethostname.c: Include <stdlib.h>.
31260         (xghostname): Don't exit for anything other than memory-related
31261         failure; just return NULL.
31262         * lib/userspec.c: Include "posixver.h".
31263         (parse_user_spec): Accept `.' as a separator only
31264         in pre-POSIX-200112 mode.
31265         * lib/strtoimax.c: Use #elif rather than #else #if.
31266         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
31267         Remove function, now that we can rely on a working tzset function.
31268         [!_LIBC]: Ensure that the required autoconf test has been run.
31269         [!defined _NL_CURRENT && HAVE_STRFTIME]:
31270         Use underlying_strftime for %r.
31271         * lib/sha.c: Merge in some clean-up and optimization changes from
31272         glibc.
31273         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
31274         Ensure that it is a multiple of 64.
31275         Rearrange loop exit tests so as to avoid performing an
31276         additional fread after encountering an error or EOF.
31277         * lib/realloc.c: Update copyright date.
31278
31279 2003-08-15  Jim Meyering  <jim@meyering.net>
31280         and Paul Eggert  <eggert@twinsun.com>
31281
31282         Merge from coreutils.
31283         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
31284         member but strut utmpx does not.  Needed for AIX 4.3.3.
31285         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
31286
31287 2003-08-15  Jim Meyering  <jim@meyering.net>
31288         and Paul Eggert  <eggert@cs.ucla.edu>
31289
31290         Merges from coreutils, etc.
31291         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
31292         Require gl_FUNC_TZSET_CLOBBER.
31293         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
31294         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
31295         members.
31296
31297 2003-08-14  Paul Eggert  <eggert@twinsun.com>
31298
31299         Help the merge from coreutils.
31300         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
31301         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
31302         * m4/tzset.m4: Use it too.
31303
31304 2003-08-14  Paul Eggert  <eggert@twinsun.com>
31305
31306         * modules/tzset: New file.
31307
31308 2003-08-14  Jim Meyering  <jim@meyering.net>
31309
31310         Merges from coreutils.
31311         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
31312         variable names, rather than @FNMATCH_H@.
31313         * modules/alloca: Likewise for $(ALLOCA_H).
31314
31315         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
31316         the three copies of the literal target, `fnmatch.h'.
31317         * modules/alloca (alloca.h): Likewise.
31318
31319 2003-08-14  Jim Meyering  <jim@meyering.net>
31320
31321         Merge from coreutils.
31322         * m4/tzset.m4: New file.
31323         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
31324         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
31325         otherwise, AIX 5.1 systems would end up using the latter.
31326         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
31327         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
31328         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
31329         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
31330
31331 2003-08-14  Jim Meyering  <jim@meyering.net>
31332
31333         Merge from coreutils.
31334         * lib/obstack.h: Whitespace changes.
31335         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
31336         and xcalloc return values.
31337         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
31338         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
31339         hang on OSF/1 5.1 for DIR on both local and remote file systems.
31340         Reported by (and fix confirmed by) Nelson H. F. Beebe.
31341         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
31342         error from mntctl.
31343         Use mntctl's return value to drive the entry-processing loop, since
31344         we can't rely on the value of the vmt_length member in the last
31345         entry.  On some systems doing so could result in exhausting
31346         virtual memory.  Based in part on a patch from Mike Jetzer.
31347
31348 2003-08-14  Jim Meyering  <jim@meyering.net>
31349         and Paul Eggert  <eggert@twinsun.com>
31350
31351         Merges from coreutils, plus other fixes.
31352         * lib/physmem.c: Merge in portability changes from gcc/libiberty
31353         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
31354         for credits and details.  Thanks to Kaveh Ghazi for helping
31355         to keep these files in sync.
31356         (ARRAY_SIZE): Define it.
31357         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
31358         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
31359         (memcasecmp): Don't assume size_t fits in unsigned int.
31360         Remove casts and duplicate code.
31361         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
31362         (memcpy): Remove definition.
31363         Merge in some clean-up and optimization changes from glibc.
31364         [BLOCKSIZE]: Move definition to top of file.
31365         Ensure that it is a multiple of 64.
31366         Rearrange loop exit tests so as to avoid performing an
31367         additional fread after encountering an error or EOF.
31368         * lib/md5.h (md5_uintptr): Define.
31369         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
31370         return to the initial working directory.  Preserve errno
31371         for caller.
31372         * lib/idcache.c: Include "xalloc.h".
31373         (xmalloc, xrealloc): Remove decls.
31374         (getuser): Remove casts no longer required in C89.
31375         * lib/human.c: Include stdio.h, for sprintf.
31376         * lib/group-member.c: Include "xalloc.h".
31377         (xmalloc, xrealloc): Remove decls.
31378         (get_group_info): Remove casts no longer required in C89.
31379         * lib/getusershell.c (readname): Remove casts no longer required in
31380         C89.
31381         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
31382         * lib/getline.c: Whitespace fix, from coreutils.
31383
31384 2003-08-13  Paul Eggert  <eggert@twinsun.com>
31385
31386         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
31387         Check for isascii.
31388
31389         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
31390         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
31391         Undo previous (whitespace-only) change.
31392
31393 2003-08-13  Paul Eggert  <eggert@twinsun.com>
31394
31395         * lib/exclude.c: Include <ctype.h>
31396         (IN_CTYPE_DOMAIN): New macro.
31397         (is_space): New fn.
31398         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
31399         and empty lines.
31400
31401         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
31402         Undo previous (whitespace-only) change.
31403
31404 2003-08-13  Paul Eggert  <eggert@twinsun.com>
31405
31406         * config/srclist-update: Change update back to the old behavior,
31407         leaving whitespace alone.  Use one 'sed' command rather than a
31408         pipeline.
31409         (fixlicense): Now a variable, not a function.
31410         (remove_trailing_blanks): Remove.
31411         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
31412         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
31413         Undo previous (whitespace-only) change.
31414
31415 2003-08-12  Paul Eggert  <eggert@twinsun.com>
31416
31417         Merge from coreutils.
31418         * modules/euidaccess: Add lib_SOURCES, include for new
31419         file euidaccess.h
31420
31421 2003-08-12  Paul Eggert  <eggert@twinsun.com>
31422
31423         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
31424         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
31425         Normalize leading white space and remove trailing white space.
31426
31427         Merge from coreutils
31428         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
31429
31430         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
31431         0.12.1.  These files are now being upgraded automatically by
31432         ../config/srclist-update.
31433
31434 2003-08-12  Paul Eggert  <eggert@twinsun.com>
31435
31436         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
31437         Normalize leading white space and remove trailing white space.
31438         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
31439         notice, as per ../config/srclist-update.
31440
31441         Merge from coreutils.
31442         * lib/euidaccess.h: New file.
31443         * lib/euidaccess.c: Include it.
31444         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
31445         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
31446         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
31447
31448 2003-08-12  Paul Eggert  <eggert@twinsun.com>
31449
31450         * config/srclist-update: Add copyright notice.
31451         (remove_id_lines, remove_trailing_blanks): New constants.
31452         (fixfile): Use them to normalize spacing a bit in copied files.
31453         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
31454         Normalize leading white space and remove trailing white space.
31455
31456         * config/texinfo.tex: Sync with texinfo.
31457
31458         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
31459         strtoul.c from libc, to merge coreutils whitespace changes.
31460
31461         * config/srclist.txt: Get the following m4 files from gettext:
31462         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
31463         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
31464         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
31465         wint_t.m4.
31466
31467 2003-08-12  Karl Berry  <karl@gnu.org>
31468
31469         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
31470         been made.
31471
31472 2003-08-11  Paul Eggert  <eggert@twinsun.com>
31473
31474         * modules/gnu-source, m4/gnu-source.m4:
31475         Remove; we're assuming Autoconf 2.54 or later now.
31476         Suggested by Bruno Haible.
31477         * MODULES.html.sh (func_all_modules): Remove gnu-source.
31478
31479 2003-08-11  Bruno Haible  <bruno@clisp.org>
31480
31481         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
31482
31483 2003-08-11  Bruno Haible  <bruno@clisp.org>
31484
31485         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
31486         (vasnprintf): Use it instead of wcslen.
31487
31488 2003-08-11  Bruno Haible  <bruno@clisp.org>
31489
31490         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
31491         value to ensure that _Bool promotes to int. Use #define for _Bool when
31492         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
31493
31494 2003-08-10  Karl Berry  <karl@gnu.org>
31495
31496         * lib/regex.h: update from libc (whitespace fix).
31497
31498 2003-08-09  Paul Eggert  <eggert@twinsun.com>
31499
31500         Merge some files from coreutils.  These changes were
31501         originally made by Jim Meyering.
31502         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
31503         many older Unixes require this.
31504         * lib/alloca.c (alloca): Remove cast to argument of free;
31505         no longer needed in C89.
31506         * lib/alloca_.h, regex.h: Fix white space to match
31507         what GNU indent does.
31508
31509 2003-08-09  Paul Eggert  <eggert@twinsun.com>
31510
31511         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
31512         apparently Emacs's Unicode mode got confused before my 2003-08-05
31513         checkin.
31514
31515 2003-08-08  Paul Eggert  <eggert@twinsun.com>
31516
31517         * m4/extensions.m4: New file.
31518         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
31519         Require gl_USE_SYSTEM_EXTENSIONS.
31520         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
31521         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
31522
31523 2003-08-08  Paul Eggert  <eggert@twinsun.com>
31524
31525         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
31526         * modules/extensions, modules/gnu-source: New files.
31527         * modules/timespec, modules/unlocked-io: Depend on extensions.
31528
31529 2003-08-07  Paul Eggert  <eggert@twinsun.com>
31530
31531         * modules/restrict: New file.
31532         * MODULES.html.sh (func_all_modules): Add restrict.
31533         * modules/regex: Depend on restrict.
31534
31535 2003-08-07  Paul Eggert  <eggert@twinsun.com>
31536
31537         * m4/restrict.m4: New file.
31538         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
31539
31540 2003-08-07  Bruno Haible  <bruno@clisp.org>
31541
31542         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
31543         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
31544
31545 2003-08-07  Bruno Haible  <bruno@clisp.org>
31546
31547         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
31548         makes the module 'getndelim2' compatible with the module 'getline'.
31549
31550 2003-08-05  Paul Eggert  <eggert@twinsun.com>
31551
31552         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
31553         byte with "\201" to avoid glitches when editing that source file
31554         with multi-gnome-terminal.
31555
31556 2003-08-05  Paul Eggert  <eggert@twinsun.com>
31557
31558         * lib/bumpalloc.h: Remove.
31559
31560 2003-08-05  Paul Eggert  <eggert@twinsun.com>
31561
31562         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
31563         * modules/bumpalloc: Remove.
31564
31565 2003-08-04  Paul Eggert  <eggert@twinsun.com>
31566
31567         * lib/getloadavg.c: Change copyright notice and spacing to conform to
31568         GNU coding style.
31569
31570         Merge from coreutils.
31571         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
31572         1. From glibc.
31573         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
31574         from Karl Berry, implemented by Jim Meyering.
31575         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
31576         from Dmitry V. Levin.
31577         Remove anachronistic cast of xrealloc.
31578         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
31579         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
31580         type. Otherwise, it wouldn't compile with at least /bin/cc on
31581         ymp-cray-unicos9.0.2.X.
31582         Combine two mostly-identical uses of alloca into one.
31583         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
31584
31585 2003-08-04  Dave Love  <d.love@dl.ac.uk>
31586
31587         [From Emacs.]
31588
31589         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
31590         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
31591         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
31592         obsolete NLIST_NAME_UNION.
31593         [__GNU__]: Undef BSD and FSCALE.
31594         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
31595
31596 2003-08-03  Paul Eggert  <eggert@twinsun.com>
31597
31598         * lib/stdbool_.h (_Bool): Make it signed char, instead of
31599         an enum type, so that it's guaranteed to promote to int.  See:
31600         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
31601
31602 2003-08-03  Karl Berry  <karl@gnu.org>
31603
31604         * config/depcomp: update from automake.
31605
31606 2003-07-31  Paul Eggert  <eggert@twinsun.com>
31607
31608         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
31609         (strerror): Don't assume that a printable int fits in 14 bytes.
31610
31611 2003-07-31  Bruno Haible  <bruno@clisp.org>
31612
31613         * modules/getpass-gnu: New file.
31614         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
31615
31616 2003-07-31  Bruno Haible  <bruno@clisp.org>
31617
31618         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
31619
31620 2003-07-24  Karl Berry  <karl@gnu.org>
31621
31622         * config/missing: update from automake.
31623
31624 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
31625             Bruno Haible  <bruno@clisp.org>
31626
31627         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
31628         * lib/getline.c (getline, getdelim): Likewise.
31629         Remove _GNU_SOURCE define; now it's defined in config.h through
31630         m4/getline.m4.
31631
31632 2003-07-23  Karl Berry  <karl@gnu.org>
31633
31634         * config/config.sub: update from prep.
31635
31636 2003-07-22  Paul Eggert  <eggert@twinsun.com>
31637
31638         * modules/xalloc (Depends-on): Add exitfail.
31639         * modules/xmemcoll: Likewise.
31640
31641 2003-07-22  Paul Eggert  <eggert@twinsun.com>
31642
31643         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
31644         over-parenthesization in macros.
31645
31646         Sync with coreutils.
31647
31648         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
31649         required by C99.
31650
31651         Use `exit_failure' for xalloc and xmemcoll instead of their own
31652         private exit-failure variables.
31653         * lib/xalloc.h (xalloc_exit_failure): Remove.
31654         * lib/xmalloc.c: Likewise.  Include exitfail.h.
31655         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
31656         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
31657         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
31658         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
31659
31660 2003-07-20  Jim Meyering  <jim@meyering.net>
31661
31662         * modules/closeout (Depends-on): Add exitfail.
31663         Suggestion from Bruno Haible.
31664
31665 2003-07-19  Karl Berry  <karl@gnu.org>
31666
31667         * config/config.sub: update from prep.
31668
31669 2003-07-18  Paul Eggert  <eggert@twinsun.com>
31670
31671         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
31672         Remove.
31673         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
31674         to test that it can stand by itself.  Include "exitfail.h".
31675         Clients should set exit_failure instead.
31676         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
31677
31678 2003-07-18  Bruno Haible  <bruno@clisp.org>
31679
31680         * modules/getndelim2: New file.
31681         * modules/getline: Share files with module getndelim2.
31682         * modules/getnline: Depend on getndelim2 instead of sharing files with
31683         it. Add getnline.c to lib_SOURCES.
31684         * MODULES.html.sh (func_all_modules): Add getndelim2.
31685
31686 2003-07-18  Bruno Haible  <bruno@clisp.org>
31687
31688         * m4/getndelim2.m4: New file.
31689         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
31690         invoke gl_PREREQ_GETNDELIM2.
31691         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
31692         gl_PREREQ_GETNDELIM2.
31693         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
31694         gl_GETNDELIM2.
31695
31696 2003-07-18  Bruno Haible  <bruno@clisp.org>
31697
31698         * lib/getndelim2.h: New file.
31699         * lib/getndelim2.c: Make into a module of its own. Include config.h,
31700         getndelim2.h.
31701         (getndelim2): Make non-static. Change return type to ssize_t.
31702         * lib/getline.h: Change argument names.
31703         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
31704         * lib/getnline.c: Include getndelim2.h.
31705
31706 2003-07-18  Andreas Schwab  <schwab@suse.de>
31707
31708         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
31709
31710 2003-07-17  Karl Berry  <karl@gnu.org>
31711
31712         * config/config.sub: update from prep.
31713
31714 2003-07-17  Bruno Haible  <bruno@clisp.org>
31715
31716         * modules/getnline: New file.
31717         * modules/getline: Add lib/getndelim2.c to source file list.
31718         * MODULES.html.sh (func_all_modules): Add getnline.
31719
31720 2003-07-17  Bruno Haible  <bruno@clisp.org>
31721
31722         * m4/getnline.m4: New file.
31723
31724 2003-07-17  Bruno Haible  <bruno@clisp.org>
31725
31726         * m4/Makefile.am.in: Remove file.
31727         * m4/Makefile.am: Remove file.
31728         * m4/Makefile.in: Remove file.
31729
31730 2003-07-17  Bruno Haible  <bruno@clisp.org>
31731
31732         * lib/getnline.h: New file.
31733         * lib/getnline.c: New file.
31734         * lib/getndelim2.c: New file, extracted from getline.c.
31735         (getndelim2): Renamed from getdelim2, with added nmax argument.
31736         * lib/getline.c: Include getndelim2.c.
31737         (getdelim2): Moved out to getndelim2.c.
31738         (getline, getdelim): Update.
31739
31740 2003-07-17  Bruno Haible  <bruno@clisp.org>
31741
31742         * lib/Makefile.am: Remove file.
31743         * lib/Makefile.in: Remove file.
31744
31745 2003-07-17  Bruno Haible  <bruno@clisp.org>
31746
31747         * configure.in: Remove file.
31748         * Makefile.in: Remove file.
31749
31750 2003-07-17  Bruno Haible  <bruno@clisp.org>
31751
31752         * MODULES.html.sh: Put the </BODY> right before </HTML>.
31753
31754 2003-07-16  Karl Berry  <karl@gnu.org>
31755
31756         * config/srclist-update: was running fixlicense twice, which caused
31757                 texinfo.tex to be nullified for some reason.  Simplify,
31758                 $gplsrc is no longer needed as far as I can see?
31759
31760 2003-07-16  Jim Meyering  <jim@meyering.net>
31761
31762         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
31763
31764 2003-07-15  Paul Eggert  <eggert@twinsun.com>
31765
31766         * config/srclist.txt: Get the following files from gettext-runtime/intl
31767         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
31768         ref-del.sin.  From Bruno Haible.
31769         * config/srclist-update (fixfile): Change grep pattern again, since the
31770         previous fix didn't work (there was another trailing $).  Use
31771         '[$]' to escape the $s.
31772
31773 2003-07-15  Karl Berry  <karl@gnu.org>
31774
31775         * lib/vasnprintf.c: update from gettext.
31776
31777 2003-07-15  Karl Berry  <karl@gnu.org>
31778
31779         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
31780         gets expanded when surrounded by '$'.
31781
31782 2003-07-15  Jim Meyering  <jim@meyering.net>
31783
31784         * modules/save-cwd: Don't depend on error.  From Derek Price.
31785
31786 2003-07-15  Jim Meyering  <jim@meyering.net>
31787
31788         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
31789
31790 2003-07-14  Simon Josefsson  <jas@extundo.com>
31791
31792         * modules/mempcpy: New file.
31793         * MODULES.html.sh (func_all_modules): Add mempcpy.
31794
31795 2003-07-14  Simon Josefsson  <jas@extundo.com>
31796
31797         * m4/mempcpy.m4: New file.
31798
31799 2003-07-14  Simon Josefsson  <jas@extundo.com>
31800
31801         * lib/mempcpy.h: New file.
31802         * lib/mempcpy.c: New file.
31803
31804 2003-07-14  Paul Eggert  <eggert@twinsun.com>
31805
31806         * modules/getdate, modules/posixtm: Depend on mktime.
31807
31808 2003-07-14  Paul Eggert  <eggert@twinsun.com>
31809
31810         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
31811         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
31812         unicodeio.c, unicodeio.h, unlocked-io.h:
31813         Switch from LGPL to GPL.
31814
31815 2003-07-14  Paul Eggert  <eggert@twinsun.com>
31816
31817         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
31818         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
31819         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
31820         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
31821         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
31822         updated automatically by ../config/srclist-update.  This changes
31823         their license from LPGL to GPL.
31824
31825 2003-07-14  Paul Eggert  <eggert@twinsun.com>
31826
31827         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
31828         assumed to refer to the root of the most recent stable gettext version.
31829         * config/srclistvars.sh: Add defaults for eggert.
31830         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
31831         Match "This program" as well as "The program".  This is needed
31832         for gettext.
31833
31834 2003-07-14  Jim Meyering  <jim@meyering.net>
31835
31836         Don't emit diagnostics.  Let callers do that.
31837         * lib/save-cwd.c: Don't include "error.h".
31838         (save_cwd): Don't call error.  Ensure that errno is valid
31839         when returning nonzero.
31840
31841         * lib/save-cwd.h (restore_cwd): Update prototype.
31842         * lib/save-cwd.c (restore_cwd): Remove two parameters.
31843         Simplify.  Don't call error upon failure.  Let callers do that.
31844         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
31845         when auditing is enabled.  But don't bother updating the #if.
31846
31847 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
31848
31849         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
31850         it breaks C++ compilation.
31851         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
31852
31853 2003-07-10  Simon Josefsson  <jas@extundo.com>
31854
31855         * modules/strchrnul (Makefile.am): Add strchrnul.h.
31856
31857 2003-07-10  Jim Meyering  <jim@meyering.net>
31858
31859         * m4/clock_time.m4: Remove trailing blank.
31860         * m4/intmax_t.m4: Likewise.
31861
31862 2003-07-10  Jim Meyering  <jim@meyering.net>
31863
31864         * lib/vasnprintf.c: Remove trailing blanks.
31865         Make cpp indentation consistent.
31866
31867 2003-07-09  Paul Eggert  <eggert@twinsun.com>
31868
31869         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
31870         posixver.c, strftime.c, strnlen.c, strverscmp.c:
31871         Switch from LGPL to GPL.
31872
31873 2003-07-09  Paul Eggert  <eggert@twinsun.com>
31874
31875         * config/srclist.txt: Sort sublists.  Add
31876         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
31877         that differ from gnulib for one reason or another; we'd like this list
31878         to be smaller but for now let's document what we have.
31879
31880 2003-07-08  Paul Eggert  <eggert@twinsun.com>
31881
31882         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
31883         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
31884         and sweeter "eval x=$x".
31885         * config/srclist.txt: Get lib/argp* from glibc.
31886
31887 2003-07-07  Paul Eggert  <eggert@twinsun.com>
31888
31889         * lib/mktime.c: Fix some boundary cases and remove need for floating
31890         point.
31891
31892         Issue a compile-time diagnostic if time_t is floating point, or if
31893         two's complement arithmetic is not in effect, or if arithmetic
31894         right shift does not propagate the sign.  These assumptions were
31895         all in the original code but they weren't checked.
31896
31897         (TIME_T_MIDPOINT, verify): New macros.
31898         (__isleap): Remove; it has integer overflow problems.
31899         (leapyear): New function, without those problems.
31900         (ydhms_tm_diff): Remove; splitting into two parts.
31901         (ydhms_diff): New function, containing the arithmetic part of
31902         the old ydhms_tm_diff function.  Issue a compile-time
31903         diagnostic if we are not using C99 integer division.
31904         Avoid casts when possible.
31905         (guess_time_tm): New function, containing the checking part of
31906         the old ydhms_tm_diff function.  Return the new value, rather than
31907         the difference between it and the old.  Accept a new argument T
31908         so that *T specifies the old value.  Check for overflow in the result.
31909
31910         (__mktime_internal): Use a time_t offset, not a long int offset.
31911         This undoes the 2003-06-04 change, which is no longer needed now
31912         that we have better overflow checking.
31913         (localtime_offset): Likewise.
31914
31915         (__mktime_internal): Avoid harmful overflow on hosts where time_t
31916         and long are 64-bit but int is only 32-bit.
31917         (ydhms_diff): Use long int to store year1 and yday1.
31918         Issue a compile-time diagnostic if long int is not wide enough.
31919
31920         (__mktime_internal): Use long int to store adjusted year and yday.
31921         Use plain C rather than preprocessor commands, if that doesn't
31922         affect efficiency.
31923         Check for overflow (and try to repair) after each probe
31924         rather than checking only at the very end.  This avoids some bugs
31925         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
31926         does not equal GMT offset at maximum time).
31927         Use integer to check for overflow rather than floating point; this
31928         is more portable to non-IEEE hosts, and is a tad faster.
31929         When we detect that we are oscillating between two values,
31930         don't check whether tm_isdst has the requested value, since
31931         we already know the answer.  When tm_isdst has the wrong value,
31932         use a different heuristic to find the right one, based on the
31933         extreme values actually observed in practice in tz2003a,
31934         rather than the (overly optimistic) "previous 3 calendar quarters".
31935
31936         (not_equal_tm, print_tm, check_result): Use "const T" rather than
31937         "T const" to accommodate glibc style.
31938         (check_result): Use less-confusing report format.  "long" -> "long int.
31939         (main): Likewise.
31940         Don't loop if the iteration overflows time_t.
31941         Allow a negative step in the iteration.
31942
31943 2003-07-06  Karl Berry  <karl@gnu.org>
31944
31945         * config/depcomp: update from automake.
31946         * config/config.sub: update from prep.
31947
31948 2003-07-03  Karl Berry  <karl@gnu.org>
31949
31950         * config/config.guess: update from prep.
31951
31952 2003-07-01  Paul Eggert  <eggert@twinsun.com>
31953
31954         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
31955         xreadlink.c now includes it unconditionally.
31956
31957 2003-07-01  Paul Eggert  <eggert@twinsun.com>
31958
31959         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
31960         having it depend on HAVE_SYS_TYPES_H.
31961
31962 2003-07-01  Bruno Haible  <bruno@clisp.org>
31963
31964         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
31965         <sys/types.h> should be sufficient.
31966         Reported by Paul Eggert.
31967
31968 2003-06-26  Karl Berry  <karl@gnu.org>
31969
31970         * config/depcomp: update from automake.
31971
31972 2003-06-26  Bruno Haible  <bruno@clisp.org>
31973
31974         * modules/human: Depend on module stdbool.
31975
31976 2003-06-25  Bruno Haible  <bruno@clisp.org>
31977
31978         * modules/readlink: New file.
31979         * modules/xreadlink: Depend on it.
31980         * MODULES.html.sh (func_all_modules): Add readlink.
31981
31982 2003-06-25  Bruno Haible  <bruno@clisp.org>
31983
31984         * m4/readlink.m4: New file.
31985
31986 2003-06-25  Bruno Haible  <bruno@clisp.org>
31987
31988         * lib/readlink.c: New file.
31989
31990 2003-06-22  Karl Berry  <karl@gnu.org>
31991
31992         * config/srclist.txt: update mkinstalldirs from automake.
31993         * config/mkinstalldirs: update.
31994
31995 2003-06-22  Bruno Haible  <bruno@clisp.org>
31996
31997         Portability to mingw32.
31998         * m4/ssize_t.m4: New file, from GNU gettext.
31999         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
32000         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
32001
32002 2003-06-22  Bruno Haible  <bruno@clisp.org>
32003
32004         * modules/safe-read: Add m4/ssize_t.m4.
32005         * modules/xreadlink: Add m4/ssize_t.m4.
32006
32007 2003-06-20  Bruno Haible  <bruno@clisp.org>
32008
32009         Assume C89, so PARAMS isn't needed.
32010         * lib/unicodeio.h (PARAMS): Remove.
32011         * lib/unicodeio.c: Don't use PARAMS.
32012
32013 2003-06-18  Karl Berry  <karl@gnu.org>
32014
32015         * config/config.{guess,sub}: update from prep.
32016
32017 2003-06-18  Jim Meyering  <jim@meyering.net>
32018
32019         Merge changes from coreutils.
32020         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
32021         Remove explicit declarations of xmalloc and realloc.
32022         Include xalloc.h.
32023         (read_utmp): Remove anachronistic cast of xmalloc.
32024
32025 2003-06-17  Paul Eggert  <eggert@twinsun.com>
32026
32027         Assume C89, so PARAMS isn't needed.
32028         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
32029         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
32030         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
32031         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
32032         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
32033         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
32034         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
32035         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
32036         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
32037         lib/xstrtod.h, lib/xstrtol.h: Likewise.
32038         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
32039         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
32040         no longer needed. Anyway, config.h should always be included before any
32041         other file.
32042
32043 2003-06-11  Simon Josefsson  <jas@extundo.com>
32044
32045         * modules/sysexits: New file.
32046         * MODULES.html.sh (func_all_modules): Add sysexits.
32047
32048 2003-06-11  Simon Josefsson  <jas@extundo.com>
32049
32050         * lib/sysexit_.h: New file.
32051
32052 2003-06-11  Derek Price  <derek@ximbiot.com>
32053
32054         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
32055         necessary.
32056
32057 2003-06-11  Bruno Haible  <bruno@clisp.org>
32058
32059         * m4/sysexits.m4: New file.
32060
32061 2003-06-10  Simon Josefsson  <jas@extundo.com>
32062
32063         * lib/argp.h: New file, from glibc.
32064         * lib/argp-ba.c: New file, from glibc.
32065         * lib/argp-eexst.c: New file, from glibc.
32066         * lib/argp-fmtstream.c: New file, from glibc.
32067         * lib/argp-fmtstream.h: New file, from glibc.
32068         * lib/argp-fs-xinl.c: New file, from glibc.
32069         * lib/argp-help.c: New file, from glibc.
32070         * lib/argp-namefrob.h: New file, from glibc.
32071         * lib/argp-parse.c: New file, from glibc.
32072         * lib/argp-pv.c: New file, from glibc.
32073         * lib/argp-pvh.c: New file, from glibc.
32074         * lib/argp-xinl.c: New file, from glibc.
32075
32076 2003-06-10  Simon Josefsson  <jas@extundo.com>
32077
32078         * modules/strchrnul: New file.
32079
32080 2003-06-10  Simon Josefsson  <jas@extundo.com>
32081
32082         * modules/argp: New file.
32083
32084 2003-06-10  Simon Josefsson  <jas@extundo.com>
32085
32086         * m4/strchrnul.m4: New file.
32087
32088 2003-06-10  Simon Josefsson  <jas@extundo.com>
32089
32090         * lib/strchrnul.h: New file.
32091         * lib/strchrnul.c: New file.
32092
32093 2003-06-10  Bruno Haible  <bruno@clisp.org>
32094
32095         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
32096
32097 2003-06-07  Karl Berry  <karl@gnu.org>
32098
32099         * config/config.{guess,sub}: update from prep.
32100
32101 2003-06-07  Jim Meyering  <jim@meyering.net>
32102
32103         * modules/strtod: Use $(...) notation, not @...@ for
32104         AC_REPLACE'd variables.
32105         * modules/localcharset: Likewise.
32106
32107 2003-06-07  Jim Meyering  <jim@meyering.net>
32108
32109         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
32110         in place of my name in the copyright comment.
32111         Remove definition and uses of __P.
32112
32113         From coreutils.
32114         * lib/stat.c: Don't declare xmalloc explicitly.
32115         Instead, include "xalloc.h".
32116         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
32117         xrealloc, and xcalloc return values.
32118         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
32119         Improve comment.
32120         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
32121
32122 2003-06-07  Bruno Haible  <bruno@clisp.org>
32123
32124         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
32125         avoid AC_CONFIG_LINKS.
32126         * modules/fnmatch (Makefile.am): Use explicit creation rule for
32127         fnmatch.h, to avoid AC_CONFIG_LINKS.
32128         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
32129
32130 2003-06-07  Bruno Haible  <bruno@clisp.org>
32131
32132         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
32133         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
32134         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
32135         directory.
32136         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
32137         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
32138         directory.
32139
32140 2003-06-06  Jim Meyering  <jim@meyering.net>
32141
32142         Merge from coreutils.
32143         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
32144         Consolidate declarations and initializations of *_base* locals.
32145
32146         Merge from coreutils.
32147         This avoids a core dump on systems without GNU putenv,
32148         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
32149         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
32150         (unsetenv): New static function, from GNU libc.
32151         (rpl_putenv): Use it.
32152
32153         * lib/modechange.c: Remove trailing blanks.
32154
32155         Merge from coreutils.
32156         * lib/fsusage.c: Remove declaration of statfs.
32157         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
32158
32159         * lib/posixtm.c: Include <stdbool.h> unconditionally.
32160
32161 2003-06-06  Jim Meyering  <jim@meyering.net>
32162
32163         * lib/stdbool_.h: Renamed from stdbool.h.in.
32164
32165 2003-06-06  Jim Meyering  <jim@meyering.net>
32166             Bruno Haible  <bruno@clisp.org>
32167
32168         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
32169         Adjust Makefile.am snippet not to redirect directly to target.
32170         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
32171
32172 2003-06-05  Paul Eggert  <eggert@twinsun.com>
32173
32174         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
32175         mismatch, look in future quarters as well as past.  This fixes a
32176         bug when processing fall-backwards gaps immediately after a long
32177         period of daylight-saving time.
32178
32179         * lib/mktime.c: Assume freestanding C89 or better.
32180         (HAVE_LIMITS_H): Remove.  Assume it's 1.
32181         (__P): Remove; not used.
32182         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
32183         (mktime, not_equal_tm, print_tm, check_result,
32184         main): Use prototypes.  Use const * where appropriate.
32185         (main): Fix typo in testing code that uncovered by above changes.
32186         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
32187
32188 2003-06-04  Paul Eggert  <eggert@twinsun.com>
32189
32190         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
32191         locale.h, localeconv.  This merges changes from coreutils.
32192
32193         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
32194         It can be removed after the next Autoconf is released.
32195         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
32196         needed.
32197
32198 2003-06-04  Paul Eggert  <eggert@twinsun.com>
32199
32200         * lib/mktime.c: Fix Debian bug 177940
32201         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
32202         (localtime_offset): Now long int, not time_t, because we want it
32203         to be guaranteed to be signed.  All uses changed.
32204         (__mktime_internal): If overflow would occur when adding offset,
32205         don't add it.
32206
32207         Merge 'human' changes from coreutils.  Rewrite to support
32208         locale-specific notations like thousands separators.
32209         * lib/human.c: Simplify authorship notice.
32210         Include human.h immediately after config.h.
32211         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
32212         <limits.h>: Do not include, since human.h does.
32213         (SIZE_MAX, UINTMAX_MAX): New macros.
32214         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
32215         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
32216         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
32217         (power_letter): Renamed from suffixes.
32218         (generate_suffix_backwards): Remove.
32219         (adjust_value): Now takes int style (because of human.h changes)
32220         and long double value (for greater precision on some platforms).
32221         (group_number): New function.
32222         (human_readable): Use it.  Use integer options, not enum.
32223         Put the options before the sizes in the arg list.
32224         Support all the new options.
32225         The old human_readable function has been removed;
32226         use inttostr.h instead.
32227         (human_readable, default_block_size, humblock):
32228         Use uintmax_t, not int, for block sizes.
32229         (human_readable_inexact, block_size_types): Remove.
32230         (block_size_opts): New constant.
32231         (human_options): Renamed from human_block_size, with new signature
32232         that allows block sizes up to UINTMAX_MAX.  All callers changed.
32233         * lib/human.h: Add copyright and authorship notice.
32234         Include <limits.h> and <stdbool.h> unconditionally.
32235         (PARAMS): Remove.  All uses removed.
32236         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
32237         (enum human_inexact_style): Remove tag; now a nameless enum.
32238         (human_floor, human_ceiling, human_round_to_even): Now have
32239         values 2, 0, 1 rather than -1, 1, 0.
32240         (human_group_digits, human_suppress_point_zero, human_autoscale,
32241         human_base_1024, human_SI, human_B): New constants.
32242         (human_readable_inexact, human_block_size): Remove.
32243         (human_readable): Size args are now uintmax_t, not int.
32244         (human_options): New decl.
32245
32246         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
32247         unnecessary now that we assume C89 or better.  This change
32248         imported from coreutils.
32249
32250         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
32251         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
32252         in the 2003-05-30 sync from glibc.
32253
32254         .h files should stand alone, but we shouldn't include <sys/types.h>
32255         if we can get away with just <stddef.h>.
32256
32257         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
32258         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
32259         rather than <sys/types.h>, as we merely need size_t.
32260         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
32261         to get size_t.
32262         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
32263         Include <stdio.h>, to get FILE.
32264         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
32265         memcasecmp.h has included <stddef.h> and all we need is size_t.
32266         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
32267         our interface, instead of including <sys/types.h>
32268
32269 2003-06-04  Paul Eggert  <eggert@twinsun.com>
32270
32271         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
32272         now, as glibc mktime is buggy on non-glibc systems.
32273
32274 2003-06-03  Karl Berry  <karl@gnu.org>
32275
32276         * config/config.sub: update from prep.
32277
32278 2003-06-02  Paul Eggert  <eggert@twinsun.com>
32279
32280         [from coreutils]
32281         Fix some minor time-related bugs with POSIX time arguments.
32282         Some valid time stamps were being rejected (notably -1, and
32283         time stamps before 1900 on 64-bit hosts).  And some invalid
32284         time stamps were being accepted, e.g. September 31.
32285
32286         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
32287         that we can return (time_t) -1 successfully.
32288         * lib/posixtm.c: Likewise.
32289         [HAVE_STDBOOL_H]: Include <stdbool.h>.
32290         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
32291         (t): Remove static var.
32292         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
32293         of static var.  All uses changed.
32294         (year): Do not reject years before 1900; they can occur with
32295         64-bit time_t.
32296         (posix_time_parse): Do not check for out-of-range components;
32297         that is now the caller's responsibility, since our checks were
32298         only approximations.
32299         (posixtime): Use mktime to check for out-of-range components,
32300         since it knows them exactly.
32301         If mktime returns (time_t) -1, check whether an error actually occurred
32302         by invoking localtime on -1.
32303         (main) [TEST_POSIXTIME]: Check for input data errors, and report
32304         posixtime failures better.
32305         Improve the test data (in comments only).
32306
32307 2003-06-02  Karl Berry  <karl@gnu.org>
32308
32309         * config/mkinstalldirs (version): new variable.
32310         (--version): new option.
32311         (usage): improve message.
32312
32313 2003-05-30  Karl Berry  <karl@gnu.org>
32314
32315         * lib/mktime.c: update from libc.
32316
32317 2003-05-30  Bruno Haible  <bruno@clisp.org>
32318
32319         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
32320         * config/config.rpath: Upgrade to gettext-0.12.1.
32321
32322 2003-05-30  Bruno Haible  <bruno@clisp.org>
32323
32324         * m4/gettext.m4: Upgrade to gettext-0.12.1.
32325         * m4/nls.m4: New file, from gettext-0.12.1.
32326         * m4/po.m4: New file, from gettext-0.12.1.
32327         * m4/progtest.m4: Upgrade to gettext-0.12.1.
32328
32329 2003-05-30  Bruno Haible  <bruno@clisp.org>
32330
32331         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
32332         * lib/localcharset.h: Likewise.
32333         * lib/localcharset.c: Likewise.
32334
32335 2003-05-29  Karl Berry  <karl@gnu.org>
32336
32337         * config/config.rpath: update from gettext.
32338
32339 2003-05-28  Paul Eggert  <eggert@twinsun.com>
32340
32341         Assume the headers required for C89 freestanding compilers.
32342         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
32343         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
32344         * m4/human.m4 (gl_HUMAN): Likewise.
32345         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
32346         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
32347         * m4/userspec.m4 (gl_USERSPEC): Likewise.
32348         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
32349         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
32350         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
32351
32352 2003-05-28  Paul Eggert  <eggert@twinsun.com>
32353
32354         Assume the headers required for C89 freestanding compilers.
32355         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
32356         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
32357         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
32358         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
32359         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
32360         define, since <limits.h> is guaranteed to do that.
32361         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
32362         * lib/exclude.c: Include <stdbool.h> unconditionally.
32363         * lib/tempname.c: Include <stddef.h> unconditionally.
32364         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
32365         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
32366         <stddef.h> does that.
32367         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
32368         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
32369         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
32370         needed.
32371         * lib/xstrtol.c: Likewise.
32372         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
32373         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
32374
32375         * lib/addext.c (addext): Use assignment rather than cast, to avoid
32376         warnings on some platforms.
32377
32378         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
32379         arbitrarily.
32380
32381 2003-05-26  Jim Meyering  <jim@meyering.net>
32382
32383         Merge in a change from coreutils:
32384         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
32385         that is guaranteed to be `no'.  Use `no_such_member' to indicate
32386         that condition, rather than `-1' which is slightly misleading.
32387         Change the name of the cache variable to have the gl_ prefix.
32388         Prompted by a patch from Richard Dawe for DJGPP.
32389
32390 2003-05-24  Karl Berry  <karl@gnu.org>
32391
32392         * config/config.guess: update from prep.
32393
32394 2003-05-22  Karl Berry  <karl@gnu.org>
32395
32396         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
32397
32398 2003-05-20  Karl Berry  <karl@gnu.org>
32399
32400         * config/config.guess: update from prep.
32401
32402 2003-05-18  Karl Berry  <karl@gnu.org>
32403
32404         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
32405         might actually be set by the user.
32406
32407         * config/depcomp, install-sh, mdate-sh: update from automake.
32408
32409 2003-05-17  Bruno Haible  <bruno@clisp.org>
32410
32411         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
32412         invalid expansion for AC_EGREP_CPP.
32413         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
32414         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
32415         Suggested by Akim Demaille <akim@epita.fr> in
32416         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
32417
32418 2003-05-12  Jim Meyering  <jim@meyering.net>
32419
32420         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
32421         the space-padded-by-default conversion specifiers, %e, %k, %l.
32422
32423 2003-05-12  Bruno Haible  <bruno@clisp.org>
32424
32425         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
32426         the string is longer than 4 KB.
32427
32428 2003-05-11  Karl Berry  <karl@gnu.org>
32429
32430         * config/config.{guess,sub}: update from prep.
32431
32432 2003-05-09  Bruno Haible  <bruno@clisp.org>
32433
32434         * modules/error: Add m4/strerror_r.m4 to file list.
32435
32436 2003-05-03  Bruno Haible  <bruno@clisp.org>
32437
32438         Upgrade to Unicode-4.0.
32439         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
32440         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
32441         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
32442         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
32443         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
32444         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
32445         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
32446         Change width of U+E0100..U+E01EF from 1 to 0.
32447
32448 2003-04-25  Jim Meyering  <jim@meyering.net>
32449
32450         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
32451         of type size_t, not int.
32452
32453 2003-04-25  Bruno Haible  <bruno@clisp.org>
32454
32455         * lib/copy-file.c: Include <stddef.h>, for size_t.
32456
32457 2003-04-21  Paul Eggert  <eggert@twinsun.com>
32458
32459         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
32460         code which expansion is under static control.  Patch imported from
32461         Akim Demaille's patch to Bison; see
32462         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
32463
32464 2003-04-14  Bruno Haible  <bruno@clisp.org>
32465
32466         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
32467
32468 2003-04-11  Jim Meyering  <jim@meyering.net>
32469
32470         Merge changes from Coreutils.
32471
32472         2003-03-22  Jim Meyering  <jim@meyering.net>
32473
32474         * lib/strftime.c (widen): Cast alloca return value to proper type.
32475
32476         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
32477
32478         From GNU libc.
32479         * lib/strftime.c (my_strftime): Handle very large width
32480         specifications for numeric values correctly.  Improve checks for
32481         overflow.
32482
32483         2003-01-19  Jim Meyering  <jim@meyering.net>
32484
32485         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
32486         definitions.
32487         (nl_get_alt_digit) [! defined my_strftime]: Define.
32488         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
32489         _nl_get_alt_digit and _nl_get_walt_digit.
32490
32491         * lib/strftime.c (my_strftime): Merge in locale-related changes from
32492         libc. These changes have no effect outside of _LIBC.
32493
32494 2003-04-10  Bruno Haible  <bruno@clisp.org>
32495
32496         * modules/findprog: New file.
32497         * MODULES.html.sh (func_all_modules): Add it.
32498
32499 2003-04-10  Bruno Haible  <bruno@clisp.org>
32500
32501         * m4/findprog.m4: New file.
32502         * m4/eaccess.m4: New file.
32503
32504 2003-04-10  Bruno Haible  <bruno@clisp.org>
32505
32506         * lib/findprog.h: New file, from GNU gettext.
32507         * lib/findprog.c: New file, from GNU gettext.
32508
32509 2003-04-05  Jim Meyering  <jim@meyering.net>
32510
32511         Merge changes from Coreutils.
32512
32513         * lib/exclude.h (PARAMS): Remove definition and uses.
32514         * lib/exclude.c: Remove uses of `PARAMS'.
32515
32516         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
32517         Add test-cases for DOS filenames. Declare program_name.
32518         (main): Set up program_name.  Patch by Rich Dawe.
32519
32520         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
32521         error from mntctl.
32522         Use mntctl's return value to drive the entry-processing loop, since
32523         we can't rely on the value of the vmt_length member in the last
32524         entry.  On some systems doing so could result in exhausting
32525         virtual memory.  Based in part on a patch from Mike Jetzer.
32526
32527 2003-04-04  Bruno Haible  <bruno@clisp.org>
32528
32529         * modules/linebreak: New file.
32530         * MODULES.html.sh (func_all_modules): Add it.
32531
32532 2003-04-04  Bruno Haible  <bruno@clisp.org>
32533
32534         * m4/linebreak.m4: New file.
32535
32536 2003-04-04  Bruno Haible  <bruno@clisp.org>
32537
32538         * lib/linebreak.h: New file, from GNU gettext.
32539         * lib/linebreak.c: New file, from GNU gettext with slight
32540         modifications.
32541         * lib/lbrkprop.h: New file, from GNU gettext.
32542
32543 2003-04-03  Bruno Haible  <bruno@clisp.org>
32544
32545         * modules/utf8-ucs4: New file.
32546         * modules/utf16-ucs4: New file.
32547         * modules/ucs4-utf8: New file.
32548         * modules/ucs4-utf16: New file.
32549         * MODULES.html.sh (func_all_modules): Add them.
32550
32551 2003-04-03  Bruno Haible  <bruno@clisp.org>
32552
32553         * m4/utf-ucs4.m4: New file.
32554         * m4/ucs4-utf.m4: New file.
32555
32556 2003-04-03  Bruno Haible  <bruno@clisp.org>
32557
32558         * lib/utf8-ucs4.h: New file, from GNU gettext.
32559         * lib/utf16-ucs4.h: New file, from GNU gettext.
32560         * lib/ucs4-utf8.h: New file, from GNU gettext.
32561         * lib/ucs4-utf16.h: New file, from GNU gettext.
32562
32563 2003-04-02  Bruno Haible  <bruno@clisp.org>
32564
32565         * modules/binary-io: New file.
32566         * MODULES.html.sh (func_all_modules): Add it.
32567
32568 2003-04-02  Bruno Haible  <bruno@clisp.org>
32569
32570         * lib/binary-io.h: New file, from GNU gettext.
32571
32572 2003-04-01  Bruno Haible  <bruno@clisp.org>
32573
32574         * modules/pathname: New file.
32575         * MODULES.html.sh (func_all_modules): Add it.
32576
32577 2003-04-01  Bruno Haible  <bruno@clisp.org>
32578
32579         * lib/pathname.h: New file, from GNU gettext.
32580         * lib/concatpath.c: New file, from GNU gettext.
32581
32582 2003-03-30  Bruno Haible  <bruno@clisp.org>
32583
32584         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
32585
32586 2003-03-30  Bruno Haible  <bruno@clisp.org>
32587
32588         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
32589         function chown() doesn't exist.
32590
32591 2003-03-28  Bruno Haible  <bruno@clisp.org>
32592
32593         * modules/copy-file: New file.
32594         * MODULES.html.sh (func_all_modules): Add it.
32595
32596 2003-03-28  Bruno Haible  <bruno@clisp.org>
32597
32598         * m4/copy-file.m4: New file.
32599
32600 2003-03-28  Bruno Haible  <bruno@clisp.org>
32601
32602         * lib/copy-file.h: New file, from GNU gettext.
32603         * lib/copy-file.c: New file, from GNU gettext.
32604
32605 2003-03-18  Jim Meyering  <jim@meyering.net>
32606
32607         * lib/quote.c (quote_n): Fix typo in comment.
32608
32609 2003-03-18  Bruno Haible  <bruno@clisp.org>
32610
32611         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
32612         checking.
32613         * m4/onceonly_2_57.m4: Likewise.
32614
32615 2003-03-17  Bruno Haible  <bruno@clisp.org>
32616
32617         * m4/onceonly.m4: Require autoconf 2.54 or newer.
32618         (m4_quote): Remove macro.
32619         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
32620
32621 2003-03-14  Jim Meyering  <jim@meyering.net>
32622
32623         Merge changes from Coreutils.
32624         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
32625         to be const, in order to avoid warnings.
32626         (obstack_room): Likewise.
32627         (obstack_empty_p): Likewise.
32628
32629 2003-03-14  Bruno Haible  <bruno@clisp.org>
32630
32631         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
32632         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
32633
32634 2003-03-13  Paul Eggert  <eggert@twinsun.com>
32635
32636         Merge changes from Bison.
32637         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
32638         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
32639         when compiling Bison 1.875's `bitset bset = obstack_alloc
32640         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
32641         * lib/hash.c: Include <stdbool.h> unconditionally.
32642
32643 2003-03-13  Paul Eggert  <eggert@twinsun.com>
32644
32645         * m4/onceonly.m4 (m4_quote): New macro.
32646         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
32647         Quote AC_FOREACH variable-expansions properly.
32648
32649 2003-03-13  Paul Eggert  <eggert@twinsun.com>
32650
32651         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
32652
32653 2003-03-09  Paul Eggert  <eggert@twinsun.com>
32654
32655         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
32656         Reported by Bruce Becker; see:
32657         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
32658
32659 2003-03-03  Paul Eggert  <eggert@twinsun.com>
32660             Bruno Haible  <bruno@clisp.org>
32661
32662         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
32663         Reported by John Hughes, see
32664         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
32665
32666 2003-02-20  Bruno Haible  <bruno@clisp.org>
32667
32668         * MODULES.html.sh (func_all_modules): Add poll.
32669
32670 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
32671
32672         * modules/poll: New file.
32673
32674 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
32675
32676         * lib/poll_.h: New file.
32677         * lib/poll.c: New file.
32678
32679 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
32680
32681         * m4/poll.m4: New file.
32682
32683 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
32684
32685         * modules/mathl: New file.
32686
32687 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
32688
32689         * lib/mathl.h: New file.
32690         * lib/acosl.c: New file.
32691         * lib/asinl.c: New file.
32692         * lib/atanl.c: New file.
32693         * lib/ceill.c: New file.
32694         * lib/cosl.c: New file.
32695         * lib/expl.c: New file.
32696         * lib/floorl.c: New file.
32697         * lib/frexpl.c: New file.
32698         * lib/ldexpl.c: New file.
32699         * lib/logl.c: New file.
32700         * lib/sincosl.c: New file.
32701         * lib/sinl.c: New file.
32702         * lib/sqrtl.c: New file.
32703         * lib/tanl.c: New file.
32704         * lib/trigl.c: New file.
32705         * lib/trigl.h: New file.
32706
32707 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
32708
32709         * m4/mathl.m4: New file.
32710
32711 2003-02-18  Bruno Haible  <bruno@clisp.org>
32712
32713         * MODULES.html.sh (func_all_modules): Add mathl.
32714
32715 2003-02-17  Bruno Haible  <bruno@clisp.org>
32716
32717         * modules/mkdtemp: New module.
32718         * MODULES.html.sh (func_all_modules): Add it.
32719
32720 2003-02-17  Bruno Haible  <bruno@clisp.org>
32721
32722         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
32723
32724 2003-02-17  Bruno Haible  <bruno@clisp.org>
32725
32726         * lib/mkdtemp.h: New file, from GNU gettext.
32727         * lib/mkdtemp.c: New file, from GNU gettext.
32728
32729 2003-02-02  Jim Meyering  <jim@meyering.net>
32730
32731         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
32732         e.g. glibc-2.2.93.
32733
32734 2003-01-31  Bruno Haible  <bruno@clisp.org>
32735
32736         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
32737         'rpl_rename'.
32738         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
32739         'rpl_strnlen'.
32740         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
32741         'rpl_strtod'.
32742         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
32743         'rpl_utime'.
32744
32745 2003-01-31  Bruno Haible  <bruno@clisp.org>
32746
32747         * lib/rename.c: #undef rename before defining rpl_rename.
32748         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
32749
32750 2003-01-30  Bruno Haible  <bruno@clisp.org>
32751
32752         * modules/vasnprintf, modules/vasprintf: New modules.
32753         * MODULES.html.sh (func_all_modules): Add them.
32754
32755 2003-01-30  Bruno Haible  <bruno@clisp.org>
32756
32757         * m4/signed.m4: New file, from GNU gettext.
32758         * m4/longdouble.m4: New file, from GNU gettext.
32759         * m4/wchar_t.m4: New file, from GNU gettext.
32760         * m4/wint_t.m4: New file, from GNU gettext.
32761         * m4/vasnprintf.m4: New file.
32762         * m4/vasprintf.m4: New file.
32763
32764 2003-01-30  Bruno Haible  <bruno@clisp.org>
32765
32766         * lib/printf-args.h: New file, from GNU gettext.
32767         * lib/printf-args.c: New file, from GNU gettext.
32768         * lib/printf-parse.h: New file, from GNU gettext.
32769         * lib/printf-parse.c: New file, from GNU gettext.
32770         * lib/vasnprintf.h: New file, from GNU gettext.
32771         * lib/vasnprintf.c: New file, from GNU gettext.
32772         * lib/asnprintf.c: New file, from GNU gettext.
32773         * lib/vasprintf.h: New file, from GNU gettext with modifications.
32774         * lib/vasprintf.c: New file, from GNU gettext.
32775         * lib/asprintf.c: New file, from GNU gettext.
32776
32777 2003-01-29  Bruno Haible  <bruno@clisp.org>
32778
32779         * modules/stpncpy: New module.
32780         * MODULES.html.sh (func_all_modules): Add it.
32781
32782 2003-01-29  Bruno Haible  <bruno@clisp.org>
32783
32784         * m4/stpncpy.m4: New file.
32785
32786 2003-01-29  Bruno Haible  <bruno@clisp.org>
32787
32788         * lib/stpncpy.h: New file, from GNU gettext with modifications.
32789         * lib/stpncpy.c: New file, from GNU gettext with modifications.
32790
32791 2003-01-28  Bruno Haible  <bruno@clisp.org>
32792
32793         * modules/c-ctype: New module.
32794         * MODULES.html.sh (func_all_modules): Add it.
32795
32796 2003-01-28  Bruno Haible  <bruno@clisp.org>
32797
32798         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
32799         Paul Eggert.
32800         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
32801         Paul Eggert.
32802
32803 2003-01-27  Bruno Haible  <bruno@clisp.org>
32804
32805         * modules/xsetenv: New module.
32806         * MODULES.html.sh (func_all_modules): Add it.
32807
32808 2003-01-27  Bruno Haible  <bruno@clisp.org>
32809
32810         * lib/xsetenv.h: New file, from GNU gettext.
32811         * lib/xsetenv.c: New file, from GNU gettext.
32812
32813 2003-01-23  Jim Meyering  <jim@meyering.net>
32814
32815         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
32816         from working on systems without dirfd (at least Irix and OSF1/Tru64).
32817
32818 2003-01-23  Bruno Haible  <bruno@clisp.org>
32819
32820         * modules/minmax: New module.
32821         * MODULES.html.sh (func_all_modules): Add it.
32822
32823 2003-01-23  Bruno Haible  <bruno@clisp.org>
32824
32825         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
32826         Eggert.
32827
32828 2003-01-22  Bruno Haible  <bruno@clisp.org>
32829
32830         * modules/exit: New module.
32831         * MODULES.html.sh (func_all_modules): Add it.
32832
32833 2003-01-22  Bruno Haible  <bruno@clisp.org>
32834
32835         * lib/exit.h: New file, from GNU gettext.
32836
32837 2003-01-19  Bruno Haible  <bruno@clisp.org>
32838
32839         * gnulib-tool: Recognize option --extract-maintainer.
32840         (func_get_maintainer): New function.
32841         * modules/*: Add Maintainer entry.
32842
32843 2003-01-16  Jim Meyering  <jim@meyering.net>
32844
32845         * m4/regex.m4: The `regex' struct is both input and output.
32846         Initialize it before each use.  Patch by Tim Waugh.
32847
32848 2003-01-16  Bruno Haible  <bruno@clisp.org>
32849
32850         * MODULES.html.sh: Add a table of contents. Add the module name as
32851         leftmost column. Add hyperlinks.
32852
32853 2003-01-15  Bruno Haible  <bruno@clisp.org>
32854
32855         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
32856
32857 2003-01-15  Bruno Haible  <bruno@clisp.org>
32858
32859         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
32860         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
32861         suffix.
32862
32863 2003-01-15  Bruno Haible  <bruno@clisp.org>
32864
32865         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
32866
32867 2003-01-15  Bruno Haible  <bruno@clisp.org>
32868
32869         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
32870         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
32871
32872 2003-01-14  Jim Meyering  <jim@meyering.net>
32873
32874         * lib/same.c (same_name): Tweak a comment.
32875
32876 2003-01-14  Bruno Haible  <bruno@clisp.org>
32877
32878         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
32879         when a string comparison is sufficient.
32880
32881 2003-01-14  Bruno Haible  <bruno@clisp.org>
32882
32883         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
32884         'unsigned int'.
32885
32886 2003-01-14  Bruno Haible  <bruno@clisp.org>
32887
32888         * lib/hash-pjw.c: Add comment about low quality of this function.
32889
32890 2003-01-13  Bruno Haible  <bruno@clisp.org>
32891
32892         * modules/stpcpy: Distribute lib/stpcpy.h.
32893         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
32894
32895 2003-01-13  Bruno Haible  <bruno@clisp.org>
32896
32897         * modules/*: Add a description.
32898         * modules/strpbrk: Fix Makefile.am snippet.
32899         * modules/strtoimax: Fix dependencies.
32900         * modules/strtoumax: Likewise.
32901
32902 2003-01-13  Bruno Haible  <bruno@clisp.org>
32903
32904         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
32905         * modules/alloca (Makefile.am): All object files depend on alloca.h.
32906         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
32907
32908 2003-01-13  Bruno Haible  <bruno@clisp.org>
32909
32910         * gnulib-tool (func_create_testdir): Store config/* files in the main
32911         directory.
32912         * config.rpath: Move to ...
32913         * config/config.rpath: ... here.
32914         * modules/gettext: Contains config/config.rpath, not config.rpath.
32915         * modules/iconv: Likewise.
32916
32917 2003-01-12  Paul Eggert  <eggert@twinsun.com>
32918
32919         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
32920         to avoid collisions with libcurses and libreadline.
32921
32922         * m4/getstr.m4: Remove.
32923         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
32924
32925 2003-01-12  Paul Eggert  <eggert@twinsun.com>
32926
32927         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
32928         to avoid collisions with libcurses and libreadline.
32929
32930         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
32931         * lib/getstr.h, getstr.c: Remove.
32932         * lib/getline.c: Include "getline.h", to check interface.
32933         Move body of old getstr.c here: this defines MIN_CHUNK and
32934         declares getdelim2, which is renamed from getstr.
32935         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
32936
32937         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
32938         All uses changed.
32939         * lib/linebuffer.h: Likewise.
32940         (readline): Remove backward-compatibility macro.
32941
32942 2003-01-12  Paul Eggert  <eggert@twinsun.com>
32943
32944         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
32945         to avoid collisions with libcurses and libreadline.
32946         * getstr: Remove.
32947         * MODULES.html.sh: Remove getstr.
32948         * modules/getline: Depend on unlocked-io, not getstr.
32949
32950 2003-01-12  Jim Meyering  <jim@meyering.net>
32951
32952         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
32953
32954 2003-01-10  Bruno Haible  <bruno@clisp.org>
32955
32956         * modules/alloca: Change Makefile.am requirements. Simplify Include
32957         requirements. Add lib/alloca_.h to file list.
32958
32959 2003-01-10  Bruno Haible  <bruno@clisp.org>
32960
32961         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
32962
32963 2003-01-10  Bruno Haible  <bruno@clisp.org>
32964
32965         * lib/alloca_.h: New file.
32966         * lib/getdate.y: Unconditionally include alloca.h.
32967         * lib/makepath.c: Likewise.
32968         * lib/setenv.c: Likewise.
32969         * lib/userspec.c: Likewise.
32970
32971 2003-01-09  Karl Berry  <karl@gnu.org>
32972
32973         * MODULES.html.sh: include `dirname $0` in PATH, to find
32974         gnulib-tool.
32975
32976 2003-01-09  Bruno Haible  <bruno@clisp.org>
32977
32978         * modules/stdbool: Change configure.ac, Makefile.am requirements.
32979         Simplify Include requirements. Add lib/stdbool.h.in to file list.
32980
32981 2003-01-09  Bruno Haible  <bruno@clisp.org>
32982
32983         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
32984
32985 2003-01-09  Bruno Haible  <bruno@clisp.org>
32986
32987         * lib/stdbool.h.in: New file.
32988
32989 2003-01-09  Bruno Haible  <bruno@clisp.org>
32990
32991         * gnulib-tool (func_all_modules): Ignore files ending in ~.
32992         * MODULES.html.sh: Likewise.
32993
32994 2003-01-08  Jim Meyering  <jim@meyering.net>
32995
32996         * lib/full-write.c: Undefine and define-away `const' after inclusion
32997         of errno.h, not before.  Suggestion from Bruno Haible.
32998
32999 2003-01-08  Bruno Haible  <bruno@clisp.org>
33000
33001         * modules/full-read: Depend on full-write.
33002
33003 2003-01-08  Bruno Haible  <bruno@clisp.org>
33004
33005         * lib/safe-read.c: Include specification header first, to ensure its
33006         selfcontainedness.
33007         * lib/full-write.c: Likewise.
33008
33009 2003-01-07  Jim Meyering  <jim@meyering.net>
33010
33011         * lib/full-write.c: Rework so that it may serve to define full_read,
33012         too.
33013         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
33014
33015 2003-01-07  Bruno Haible  <bruno@clisp.org>
33016
33017         * lib/strtoimax.c: Include <stdint.h> as an alternative to
33018         <inttypes.h>.
33019         * lib/xstrtol.h: Likewise.
33020         * lib/xstrtoimax.c: Likewise.
33021         * lib/xstrtoumax.c: Likewise.
33022         * lib/human.h: Likewise.
33023
33024         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
33025         on systems that have <inttypes.h> but not <stdint.h>.
33026
33027 2003-01-07  Bruno Haible  <bruno@clisp.org>
33028
33029         * MODULES.html.sh: Add copyright notice.
33030         (missed_files): Omit CVS directory entries.
33031         (func_module): Make it work with sed-3.02.
33032         * MODULES.txt: Remove file.
33033
33034 2003-01-06  Jim Meyering  <jim@meyering.net>
33035
33036         * lib/version-etc.c: Update year in translatable copyright string.
33037
33038 2003-01-03  Karl Berry  <karl@gnu.org>
33039
33040         * config/config.{guess,sub}: update from prep.
33041
33042 2003-01-02  Karl Berry  <karl@gnu.org>
33043
33044         * doc/COPYING.DOC: belatedly updated to 1.2.
33045
33046 2003-01-01  Karl Berry  <karl@gnu.org>
33047
33048         * gnulib-tool (func_verify_module): report module name $module in
33049         error message, not $1.
33050         * gnulib-tool (create-testdir): don't complain if destdir couldn't
33051         be created, only if it doesn't exist.
33052         * gnulib-tool (last_checkin_date): don't expand the $Date here.
33053
33054 2002-12-31  Paul Eggert  <eggert@twinsun.com>
33055
33056         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
33057
33058 2002-12-31  Paul Eggert  <eggert@twinsun.com>
33059
33060         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
33061         memcmp if strcoll doesn't work.
33062
33063 2002-12-31  Bruno Haible  <bruno@clisp.org>
33064
33065         * lib/utime.c (utime_null): No need to call ftruncate if the file was
33066         nonempty.
33067
33068 2002-12-31  Bruno Haible  <bruno@clisp.org>
33069
33070         * lib/memcoll.c (STRCOLL): New macro.
33071         (memcoll): Use it.
33072
33073 2002-12-31  Bruno Haible  <bruno@clisp.org>
33074
33075         * lib/localcharset.h: New file.
33076         * lib/localcharset.c: Include it.
33077         * lib/unicodeio.c: Likewise.
33078
33079 2002-12-31  Bruno Haible  <bruno@clisp.org>
33080
33081         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
33082         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
33083
33084 2002-12-31  Bruno Haible  <bruno@clisp.org>
33085
33086         * lib/getline.h: Include <stddef.h>, for size_t.
33087
33088         * lib/unicodeio.h: Include <stddef.h>, for size_t.
33089         * lib/unicodeio.c: Don't include <stddef.h>.
33090
33091 2002-12-31  Bruno Haible  <bruno@clisp.org>
33092
33093         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
33094         HAVE_TM_ZONE.
33095
33096 2002-12-24  Karl Berry  <karl@gnu.org>
33097
33098         * config/config.guess: update from prep.
33099
33100 2002-12-24  Bruno Haible  <bruno@clisp.org>
33101
33102         General infrasructure.
33103         * m4/README: Rewritten.
33104         * m4/onceonly.m4: New file.
33105         * m4/onceonly_2_57.m4: New file.
33106
33107         Module atexit.
33108         * m4/atexit.m4: New file.
33109
33110         Module strtod.
33111         * m4/strtod.m4: New file.
33112
33113         Module strtol.
33114         * m4/strtol.m4: New file.
33115
33116         Module strtoul.
33117         * m4/strtoul.m4: New file.
33118
33119         Module memchr.
33120         * m4/memchr.m4: New file.
33121
33122         Module memcmp.
33123         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
33124         (jm_FUNC_MEMCMP): Invoke it.
33125
33126         Module memcpy.
33127         * m4/memcpy.m4: New file.
33128
33129         Module memmove.
33130         * m4/memmove.m4: New file.
33131
33132         Module memset.
33133         * m4/memset.m4: New file.
33134
33135         Module strcspn.
33136         * m4/strcspn.m4: New file.
33137
33138         Module strpbrk.
33139         * m4/strpbrk.m4: New file.
33140
33141         Module strstr.
33142         * m4/strstr.m4: New file.
33143
33144         Module strerror.
33145         * m4/strerror.m4: New file.
33146
33147         Module mktime.
33148         * m4/mktime.m4: Renamed from jm-mktime.m4.
33149         (gl_PREREQ_MKTIME): New macro.
33150         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
33151
33152         Module malloc.
33153         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
33154         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
33155         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
33156
33157         Module realloc.
33158         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
33159         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
33160         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
33161
33162         Module strftime.
33163         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
33164         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
33165         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
33166         gl_TM_GMTOFF.
33167         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
33168
33169         Module xalloc.
33170         * m4/xalloc.m4: New file.
33171
33172         Module alloca.
33173         * m4/alloca.m4: New file.
33174
33175         Module putenv.
33176         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
33177         (jm_FUNC_PUTENV): Invoke it.
33178
33179         Module setenv.
33180         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
33181         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
33182         when invoked twice.
33183         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
33184         gt_FUNC_SETENV.
33185
33186         Module memrchr.
33187         * m4/memrchr.m4: New file.
33188
33189         Module stpcpy.
33190         * m4/stpcpy.m4: New file.
33191
33192         Module strcase.
33193         * m4/strcase.m4: New file.
33194
33195         Module strdup.
33196         * m4/strdup.m4: New file.
33197
33198         Module strnlen.
33199         * m4/strnlen.m4: New file.
33200
33201         Module strndup.
33202         * m4/strndup.m4: New file.
33203
33204         Module xstrtod.
33205         * m4/xstrtod.m4: New file.
33206
33207         Module xstrtol.
33208         * m4/xstrtol.m4: New file.
33209
33210         Module getdate.
33211         * m4/getdate.m4: New file.
33212
33213         Module unlocked-io.
33214         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
33215         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
33216         * m4/jm-glibc-io.m4n: Remove file.
33217
33218         Module long-options.
33219         * m4/long-options.m4: New file.
33220
33221         Module md5.
33222         * m4/md5.m4: New file.
33223
33224         Module sha.
33225         * m4/sha.m4: New file.
33226
33227         Module getstr.
33228         * m4/getstr.m4: New file.
33229
33230         Module getline.
33231         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
33232         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
33233         <sys/types.h>, for size_t. Use the function name gnu_getline, not
33234         simply getline. Infoke gl_PREREQ_GETLINE.
33235
33236         Module obstack.
33237         * m4/obstack.m4: New file.
33238
33239         Module hash.
33240         * m4/hash.m4: New file.
33241
33242         Module readtokens.
33243         * m4/readtokens.m4: New file.
33244
33245         Module strverscmp.
33246         * m4/strverscmp.m4: New file.
33247
33248         Module stdbool.
33249         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
33250         OSF/1.
33251
33252         Module strtoll.
33253         * m4/strtoll.m4: New file.
33254
33255         Module strtoull.
33256         * m4/strtoull.m4: New file.
33257
33258         Module strtoimax.
33259         * m4/strtoimax.m4: New file.
33260
33261         Module strtoumax.
33262         * m4/strtoumax.m4: New file.
33263
33264         Module xstrtoimax.
33265         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
33266         jm_AC_PREREQ_XSTRTOIMAX.
33267         Moved the strtol prerequisites to strtol.m4.
33268         Moved the strtoll prerequisites to strtoll.m4.
33269         Moved the strtoimax prerequisites to strtoimax.m4.
33270
33271         Module xstrtoumax.
33272         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
33273         jm_AC_PREREQ_XSTRTOUMAX.
33274         Moved the strtoul prerequisites to strtoul.m4.
33275         Moved the strtoull prerequisites to strtoull.m4.
33276         Moved the strtoumax prerequisites to strtoumax.m4.
33277
33278         Module chown.
33279         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
33280         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
33281
33282         Module dup2.
33283         * m4/dup2.m4: New file.
33284
33285         Module ftruncate.
33286         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
33287         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
33288
33289         Module getgroups.
33290         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
33291         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
33292
33293         Module gettimeofday.
33294         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
33295         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
33296         gl_PREREQ_GETTIMEOFDAY.
33297
33298         Module mkdir.
33299         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
33300         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
33301
33302         Module mkstemp.
33303         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
33304         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
33305         jm_AC_TYPE_UINTMAX_T.
33306         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
33307
33308         Module stat.
33309         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
33310         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
33311
33312         Module lstat.
33313         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
33314         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
33315
33316         Module timespec.
33317         * m4/timespec.m4 (gl_TIMESPEC): New macro.
33318         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
33319         * m4/st_mtim.m4: Indentation.
33320
33321         Module nanosleep.
33322         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
33323         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
33324         gl_PREREQ_NANOSLEEP.
33325
33326         Module regex.
33327         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
33328         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
33329         (gl_REGEX): New macro.
33330
33331         Module rename.
33332         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
33333         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
33334
33335         Module rmdir.
33336         * m4/rmdir.m4: New file.
33337
33338         Module utime.
33339         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
33340         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
33341         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
33342
33343         Module dirname.
33344         * m4/dirname.m4: New file.
33345
33346         Module getopt.
33347         * m4/getopt.m4: New file.
33348
33349         Module unistd-safer.
33350         * m4/unistd-safer.m4: New file.
33351
33352         Module fnmatch.
33353         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
33354         declaration.
33355         (gl_PREREQ_FNMATCH_EXTRA): New macro.
33356         (gl_FUNC_FNMATCH_POSIX): New macro.
33357         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
33358         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
33359         simply fnmatch.
33360
33361         Module exclude.
33362         * m4/exclude.m4: New file.
33363
33364         Module human.
33365         * m4/human.m4: New file.
33366
33367         Module acl.
33368         * m4/acl.m4: Nop.
33369
33370         Module backupfile.
33371         * m4/backupfile.m4: New file.
33372         * m4/d-ino.m4: Indentation.
33373
33374         Module fsusage.
33375         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
33376         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
33377         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
33378
33379         Module dirfd.
33380         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
33381         requirements.
33382
33383         Module euidaccess.
33384         * m4/euidaccess.m4: New file.
33385
33386         Module file-type.
33387         * m4/file-type.m4: New file.
33388
33389         Module fileblocks.
33390         * m4/fileblocks.m4: New file.
33391
33392         Module filemode.
33393         * m4/filemode.m4: New file.
33394
33395         Module isdir.
33396         * m4/isdir.m4: New file.
33397
33398         Module lchown.
33399         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
33400         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
33401
33402         Module makepath.
33403         * m4/makepath.m4: New file.
33404
33405         Module modechange.
33406         * m4/modechange.m4: New file.
33407
33408         Module mountlist.
33409         * m4/mountlist.m4: New file.
33410         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
33411         Indentation.
33412
33413         Module path-concat.
33414         * m4/path-concat.m4: New file.
33415
33416         Module pathmax.
33417         * m4/pathmax.m4: New file.
33418
33419         Module same.
33420         * m4/same.m4: New file.
33421
33422         Module save-cwd.
33423         * m4/save-cwd.m4: New file.
33424
33425         Module savedir.
33426         * m4/savedir.m4: New file.
33427
33428         Module xgetcwd.
33429         * m4/xgetcwd.m4: New file.
33430         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
33431
33432         Module xreadlink.
33433         * m4/xreadlink.m4: New file.
33434
33435         Module safe-read.
33436         * m4/safe-read.m4: New file.
33437
33438         Module safe-write.
33439         * m4/safe-write.m4: New file.
33440
33441         Module closeout.
33442         * m4/closeout.m4: New file.
33443
33444         Module stdio-safer.
33445         * m4/stdio-safer.m4: New file.
33446
33447         Module getpass.
33448         * m4/getpass.m4: New file.
33449
33450         Module getugroups.
33451         * m4/getugroups.m4: New file.
33452
33453         Module group-member.
33454         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
33455         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
33456
33457         Module idcache.
33458         * m4/idcache.m4: New file.
33459
33460         Module userspec.
33461         * m4/userspec.m4: New file.
33462
33463         Module gettime.
33464         * m4/clock_time.m4: New file.
33465         * m4/gettime.m4: New file.
33466
33467         Module settime.
33468         * m4/settime.m4: New file.
33469
33470         Module posixtm.
33471         * m4/posixtm.m4: New file.
33472
33473         Module gethostname.
33474         * m4/gethostname.m4: New file.
33475
33476         Module canon-host.
33477         * m4/canon-host.m4: New file.
33478
33479         Module gettext.
33480         * m4/codeset.m4: New file, from gettext-0.11.5.
33481         * m4/gettext.m4: New file, from gettext-0.11.5.
33482         * m4/glibc21.m4: New file, from gettext-0.11.5.
33483         * m4/iconv.m4: New file, from gettext-0.11.5.
33484         * m4/intdiv0.m4: New file, from gettext-0.11.5.
33485         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
33486         * m4/inttypes.m4: New file, from gettext-0.11.5.
33487         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
33488         * m4/isc-posix.m4: New file, from gettext-0.11.5.
33489         * m4/lcmessage.m4: New file, from gettext-0.11.5.
33490         * m4/lib-ld.m4: New file, from gettext-0.11.5.
33491         * m4/lib-link.m4: New file, from gettext-0.11.5.
33492         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
33493         * m4/progtest.m4: New file, from gettext-0.11.5.
33494         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
33495         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
33496         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
33497
33498         Module localcharset.
33499         * m4/localcharset.m4: New file.
33500
33501         Module hard-locale.
33502         * m4/hard-locale.m4: New file.
33503
33504         Module mbswidth.
33505         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
33506         onceonly macros.
33507         * m4/mbrtowc.m4: Add comment.
33508
33509         Module memcasecmp.
33510         * m4/memcasecmp.m4: New file.
33511
33512         Module memcoll.
33513         * m4/memcoll.m4: New file.
33514
33515         Module unicodeio.
33516         * m4/unicodeio.m4: New file.
33517
33518         Module rpmatch.
33519         * m4/rpmatch.m4: New file.
33520
33521         Module yesno.
33522         * m4/yesno.m4: New file.
33523
33524         Module exitfail.
33525         * m4/exitfail.m4: New file.
33526
33527         Module c-stack.
33528         * m4/c-stack.m4 (gl_C_STACK): New macro.
33529         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
33530
33531         Module error.
33532         * m4/error.m4 (gl_ERROR): New macro.
33533         (jm_PREREQ_ERROR): Use onceonly macros.
33534
33535         Module fatal.
33536         * m4/fatal.m4: New file.
33537
33538         Module getloadavg.
33539         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
33540         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
33541
33542         Module getpagesize.
33543         * m4/getpagesize.m4: New file.
33544
33545         Module getusershell.
33546         * m4/getusershell.m4: New file.
33547
33548         Module physmem.
33549         * m4/physmem.m4: New file.
33550
33551         Module posixver.
33552         * m4/posixver.m4: New file.
33553
33554         Module quotearg.
33555         * m4/quotearg.m4: New file.
33556
33557         Module quote.
33558         * m4/quote.m4: New file.
33559
33560         Module readutmp.
33561         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
33562
33563         Module sig2str.
33564         * m4/sig2str.m4: New file.
33565
33566         Other.
33567         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
33568         ulonglong.m4.
33569         * m4/intmax_t.m4: New file.
33570         * m4/d-type.m4: Indentation.
33571         * m4/jm-macros.m4: Update.
33572         * m4/prereq.m4 (jm_PREREQ): Update.
33573         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
33574         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
33575         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
33576         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
33577         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
33578         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
33579         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
33580         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
33581         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
33582         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
33583         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
33584         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
33585         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
33586         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
33587         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
33588         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
33589         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
33590         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
33591         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
33592
33593 2002-12-24  Bruno Haible  <bruno@clisp.org>
33594
33595         * MODULES.txt: Update according to m4/ changes.
33596
33597         Module gettext.
33598         * config.rpath: New file, from gettext-0.11.5.
33599
33600         * modules/*: New module descriptions.
33601         * gnulib-tool: New file.
33602         * MODULES.html.sh: New file.
33603
33604 2002-12-21  Karl Berry  <karl@gnu.org>
33605
33606         * doc/fdl.texi: update to version 1.2.
33607
33608 2002-12-19  Karl Berry  <karl@gnu.org>
33609
33610         * config/config.guess: update from prep.
33611
33612 2002-12-18  Bruno Haible  <bruno@clisp.org>
33613
33614         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
33615         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
33616
33617 2002-12-17  Bruno Haible  <bruno@clisp.org>
33618
33619         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
33620         stdlib.h, string.h.
33621
33622 2002-12-17  Bruno Haible  <bruno@clisp.org>
33623
33624         * lib/canon-host.c (strdup): Remove unused declaration.
33625
33626         * lib/fsusage.c: Include full_read.h.
33627         (get_fs_usage): Use full_read instead of safe_read.
33628
33629         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
33630
33631 2002-12-12  Karl Berry  <karl@gnu.org>
33632
33633         * config/config.guess: update from prep.
33634
33635 2002-12-11  Bruno Haible  <bruno@clisp.org>
33636
33637         * m4/setenv.m4: New file, from gettext-0.11.5.
33638
33639 2002-12-11  Bruno Haible  <bruno@clisp.org>
33640
33641         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
33642         not unsetenv().
33643         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
33644         modifications:
33645
33646         2002-12-11  Bruno Haible  <bruno@clisp.org>
33647
33648                 * setenv.c (alloca): Fall back to malloc.
33649                 (freea): New macro.
33650                 (setenv): Use freea() to free memory allocated with alloca().
33651
33652         2002-11-13  Bruno Haible  <bruno@clisp.org>
33653
33654                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
33655                 function declarations.
33656                 * unsetenv.c (unsetenv): Likewise.
33657
33658         2002-03-04  Bruno Haible  <bruno@clisp.org>
33659
33660                 Portability to AIX 4.3.3.
33661                 * unsetenv.c: New file, extracted from setenv.c.
33662                 * setenv.c: Move the unsetenv() function to unsetenv.c.
33663
33664         2001-12-20  Bruno Haible  <bruno@clisp.org>
33665
33666                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
33667                 use malloc instead. For SunOS 4.
33668
33669         2001-12-11  Bruno Haible  <bruno@clisp.org>
33670
33671                 * setenv.c: Declare alloca.
33672                 (compar_fn_t): New typedef.
33673                 (KNOWN_VALUE, STORE_VALUE): Use it.
33674
33675         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
33676         setenv.h.
33677
33678 2002-12-10  Paul Eggert  <eggert@twinsun.com>
33679
33680         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
33681         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
33682         Choose values that are less likely to collide with system fnmatch
33683         options.
33684         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
33685         defined (e.g., a pure POSIX system).
33686         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
33687         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
33688
33689 2002-12-06  Paul Eggert  <eggert@twinsun.com>
33690
33691         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
33692         a pain in practice to deal with generated m4 files.  This change
33693         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
33694
33695         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
33696         and jm-glibc-io.m4, as they are no longer a special case.
33697         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
33698         kludge and the auto-generation stuff.  Check only whether the
33699         functions are declared, not whether they exist, since older hosts
33700         that don't declare the functions can't use the optimization anyway.
33701
33702 2002-12-06  Jim Meyering  <jim@meyering.net>
33703
33704         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
33705
33706         Merge in changes from libc's misc/error.c, in preparation
33707         for the merge of gnulib's changes back into libc.
33708
33709         * lib/error.c (_): Define only if not already defined.
33710         Move definition to follow all #include directives.
33711         Include unlocked-io.h only if !_LIBC.
33712         [_LIBC]: Include <libio/libioP.h>.
33713         [USE_IN_LIBIO]: Include <libio/iolibio.h>
33714         (fflush): Tweak definition to use INTUSE.
33715         (putc): Define.
33716
33717 2002-12-05  Paul Eggert  <eggert@twinsun.com>
33718
33719         * lib/alloca.c [defined emacs]: Include "lisp.h".
33720         (xalloc_die) [defined emacs]: New macro.
33721         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
33722         [! defined emacs]: Include <xalloc.h>.
33723         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
33724         (pointer): Typedef to POINTER_TYPE *.
33725         (malloc): Remove decl; we now always use xmalloc.
33726         (alloca): Use old-style definition, since Emacs needs this.
33727         Check for arithmetic overflow when computing combined size.
33728
33729 2002-12-04  Paul Eggert  <eggert@twinsun.com>
33730
33731         Do not generate unlocked-io.h automatically, since it's easier to
33732         maintain it by hand.
33733
33734         * lib/unlocked-io.h: New file, from GNU diffutils,
33735         but with proper copyright notice and attribution.
33736         * lib/gen-uio: Remove.
33737         * lib/Makefile.am: Add copyright notice.
33738         (libfetish_a_SOURCES): Add unlocked-io.h.
33739         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
33740         (DISTCLEANFILES, io_functions): Remove macros.
33741         (EXTRA_DIST): Remove gen_uio.
33742         (unlocked-io.h): Remove rule.
33743
33744 2002-12-04  Jim Meyering  <jim@meyering.net>
33745
33746         Reflect the fact that stat.c and lstat.c are no longer generated.
33747         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
33748         (DISTCLEANFILES): Likewise.
33749         (EXTRA_DIST): Likewise.
33750         (all_local): Don't depend on stat.c or lstat.c.
33751         (stat.c, lstat.c): Remove rules.
33752         (EXTRA_DIST): Remove xstat.in.
33753
33754         * lib/xstat.in: Remove file.  Contents moved into stat.c.
33755         * lib/stat.c: New file.  Contents mostly from xstat.in.
33756         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
33757         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
33758
33759         * lib/safe-read.c: Rework so that it may serve to define safe_write,
33760         too.
33761         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
33762
33763 2002-12-03  Jim Meyering  <jim@meyering.net>
33764
33765         * lib/safe-read.c, safe-write.c: Change variable names and comments,
33766         but not semantics, to minimize the differences between these two files.
33767         (safe_read): Change comment to mention SAFE_READ_ERROR.
33768
33769         * lib/safe-read.c (IS_EINTR): Define.
33770         (safe_read): Use IS_EINTR in place of in-function cpp directives.
33771
33772 2002-12-02  Jim Meyering  <jim@meyering.net>
33773
33774         * lib/safe-read.c (EINTR): Define.
33775         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
33776         (INT_MAX): Provide fallback.
33777         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
33778
33779         * lib/safe-read.h (SAFE_READ_ERROR): Define.
33780
33781 2002-12-02  Bruno Haible  <bruno@clisp.org>
33782
33783         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
33784         Define, taken from safe-read.c.
33785         (INT_MAX): Provide fallback.
33786         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
33787         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
33788
33789         * lib/safe-read.c (EINTR): Remove definition.
33790         (safe_read): Don't use EINTR if it is absent.
33791
33792 2002-12-01  Jim Meyering  <jim@meyering.net>
33793
33794         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
33795         zero.
33796         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
33797
33798 2002-11-27  Paul Eggert  <eggert@twinsun.com>
33799
33800         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
33801         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
33802         with `if (! (value < limit)) abort ();', for readability.
33803
33804 2002-11-26  Karl Berry  <karl@gnu.org>
33805
33806         * lib/strdup.c: copy from libc again, with jim's ok.
33807         * lib/.cppi-disable: re-add strdup.c
33808
33809 2002-11-25  Karl Berry  <karl@gnu.org>
33810
33811         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
33812         instead of "strtol.c".
33813
33814 2002-11-25  Karl Berry  <karl@gnu.org>
33815
33816         * config/install-sh: update from automake for variable quoting, $0 in
33817         error msgs, etc.
33818
33819         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
33820         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
33821         entry.
33822
33823 2002-11-25  Jim Meyering  <jim@meyering.net>
33824
33825         * lib/mktime.c: Sync from libc, now that it has the latest fix.
33826
33827 2002-11-24  Karl Berry  <karl@gnu.org>
33828
33829         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
33830         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
33831
33832 2002-11-24  Jim Meyering  <jim@meyering.net>
33833
33834         Update from coreutils:
33835
33836         * lib/mktime.c: Merge in changes from libc.
33837
33838         Avoid a link-time failure on some Linux systems.
33839         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
33840         (otherwise).
33841         (__mon_yday): Declare with the STATIC attribute.
33842         (__mktime_internal): Likewise.
33843         Based on a report from Greg Schafer.
33844
33845 2002-11-23  Jim Meyering  <jim@meyering.net>
33846
33847         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
33848         Use `unsigned', not `int', as type of index.
33849
33850         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
33851
33852         * lib/fsusage.c: Remove unneeded parentheses around operands of
33853         `defined'.
33854
33855 2002-11-22  Paul Eggert  <eggert@twinsun.com>
33856
33857         * lib/quotearg.h: Allow multiple inclusion by surrounding with
33858         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
33859         so that we can be included first.
33860         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
33861         * lib/quotearg.c: Include quotearg.h immediately after config.h.
33862         No need to include stddef.h or sys/types.h any more.
33863         Surround local include files with "", not "<>".
33864         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
33865         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
33866         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
33867         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
33868         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
33869         (ISPRINT): Remove; no longer needed now that we assume C89.
33870
33871         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
33872         Preserve errno.
33873
33874         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
33875         quotearg_char): Use SIZE_MAX rather than
33876         (size_t) -1 when we are talking about "infinity".
33877
33878         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
33879
33880 2002-11-22  Paul Eggert  <eggert@twinsun.com>
33881
33882         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
33883         hint that one should use `if (! x) abort ();' rather than `assert
33884         (x);', and anyway it's one less thing to worry about configuring.
33885         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
33886         hash_rehash, hash_insert): Use abort rather than assert.
33887
33888 2002-11-22  Bruno Haible  <bruno@clisp.org>
33889
33890         * lib/safe-read.h: Assume C89. Add comments.
33891         (safe_read): Change return type to size_t.
33892         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
33893         byte counts > SSIZE_MAX correctly.
33894         * lib/safe-write.h: New file.
33895         * lib/safe-write.c: New file.
33896         * lib/full-read.h: New file.
33897         * lib/full-read.c: New file.
33898         * lib/full-write.h: Assume C89. Add comments.
33899         * lib/full-write.c: Include safe-write.h.
33900         (full_write): Rewritten to use safe_write.
33901         Suggested by Jim Meyering and Paul Eggert.
33902
33903 2002-11-21  Jim Meyering  <jim@meyering.net>
33904
33905         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
33906
33907         Merge in changes from the coreutils.
33908
33909         2002-09-25  Paul Eggert  <eggert@twinsun.com>
33910         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
33911         <stdint.h>.
33912         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
33913         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
33914         int.  Work more efficiently if X is the same width as uintmax_t.
33915         Do not compare X to -1, to avoid bogus compiler warning.
33916         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
33917         Don't assume that f_frsize and f_bsize are the same type.
33918
33919         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
33920         warning on FreeBSD.
33921
33922         * lib/makepath.c (make_path): Restore umask *before* creating the final
33923         component.
33924         (make_path): Minor reformatting.
33925
33926         * lib/xmalloc.c: Adjust to work with new autoconf macros,
33927         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
33928         HAVE_MALLOC/HAVE_REALLOC.
33929
33930         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
33931         dummy ones.  At least on GNU/Linux systems, `auto' means something
33932         else.
33933         From Michael Stone.
33934
33935 2002-11-21  Bruno Haible  <bruno@clisp.org>
33936
33937         Remove case insensitive option matching.
33938         * lib/argmatch.h (argcasematch): Remove declaration.
33939         (ARGCASEMATCH): Remove macro.
33940         (__xargmatch_internal): Remove case_sensitive argument.
33941         (XARGMATCH): Update.
33942         (XARGCASEMATCH): Remove macro.
33943         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
33944         case_sensitive argument.
33945         (argcasematch): Remove function.
33946         (__xargmatch_internal): Remove case_sensitive argument.
33947         (main): Use XARGMATCH instead of XARGCASEMATCH.
33948
33949         * lib/xmalloc.c: Change compile-time error message. Add comment about
33950         required autoconf version.
33951
33952 2002-11-20  Paul Eggert  <eggert@twinsun.com>
33953
33954         Merge argmatch cleanups from Bison.  Assume C89.
33955
33956         * lib/argmatch.c: Include config.h here, not in argmatch.h.
33957         Include stdlib.h, for EXIT_FAILURE.
33958         Always include <string.h>, since we assume C89.
33959         (EXIT_FAILURE): Remove pre-C89 bug workaround.
33960         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
33961         Include <stddef.h> instead, since it's all we need for size_t.
33962         (PARAMS): Remove.  All uses removed.
33963         (ARRAY_CARDINALITY): Do not bother to #undef.
33964         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
33965         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
33966         Remove unnecessary parentheses.
33967         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
33968         Insert necessary parentheses.
33969         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
33970         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
33971
33972 2002-11-19  Bruno Haible  <bruno@clisp.org>
33973
33974         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
33975         * lib/mbswidth.h: Include <stddef.h>, for size_t.
33976
33977         * lib/mbswidth.h (PARAMS): Remove macro.
33978         (mbswidth, mbsnwidth): Use ANSI C function declarations.
33979         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
33980
33981         * lib/gcd.h (PARAMS): Remove macro.
33982         (gcd): Use ANSI C function declarations.
33983         * lib/gcd.c (gcd): Likewise.
33984
33985 2002-11-15  Bruno Haible  <bruno@clisp.org>
33986
33987         * lib/strcspn.c: Include <stddef.h>.
33988         (strcspn): Use ANSI C function declaration. Change return type to
33989         size_t. Use NULL.
33990         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
33991         (strpbrk): Use NULL.
33992         * lib/strpbrk.h (PARAMS): Remove macro.
33993         (strpbrk): Use ANSI C function declaration.
33994         * lib/strstr.c: Don't include <sys/types.h>.
33995         * lib/strstr.h (PARAMS): Remove macro.
33996         (strstr): Use ANSI C function declarations.
33997
33998 2002-11-14  Karl Berry  <karl@gnu.org>
33999
34000         * config/mkinstalldirs: `do' on separate line, instead of
34001         `for var; do'.
34002
34003 2002-11-06  Bruno Haible  <bruno@clisp.org>
34004
34005         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
34006         * lib/gcd.c (gcd): Likewise.
34007
34008 2002-11-05  Bruno Haible  <bruno@clisp.org>
34009
34010         * lib/gcd.h: New file, from gettext-0.11.5.
34011         * lib/gcd.c: New file, from gettext-0.11.5.
34012
34013 2002-11-05  Bruno Haible  <bruno@clisp.org>
34014
34015         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
34016         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
34017         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
34018         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
34019
34020         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
34021         <libintl.h>.
34022         * lib/makepath.c: Include gettext.h instead of <locale.h> and
34023         <libintl.h>.
34024
34025         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
34026         * lib/human.c: Include gettext.h instead of <libintl.h>.
34027         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
34028         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
34029         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
34030         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
34031         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
34032         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
34033         (textdomain): Remove definition.
34034         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
34035
34036         * lib/long-options.c: Remove include of <libintl.h> and definition of
34037         _.
34038         * lib/same.c: Remove include of <libintl.h> and definition of _.
34039
34040 2002-11-04  Owen Taylor  <otaylor@redhat.com>
34041
34042         * lib/config.charset: A few additions for Solaris.
34043
34044 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
34045
34046         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
34047         * lib/localcharset.c (locale_charset): Declare as extern "C".
34048
34049 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
34050
34051         * lib/config.charset: msdos in uk_UA uses CP1125.
34052
34053 2002-11-04  Bruno Haible  <bruno@clisp.org>
34054
34055         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
34056         * lib/strcase.h: New file, from GNU gettext-0.11.5.
34057         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
34058         * lib/strstr.h: New file, from GNU gettext-0.11.5.
34059         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
34060
34061 2002-11-04  Bruno Haible  <bruno@clisp.org>
34062
34063         * lib/localcharset.c (locale_charset): Don't return an empty string.
34064
34065 2002-11-04  Bruno Haible  <bruno@clisp.org>
34066
34067         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
34068         aliases.
34069
34070 2002-11-04  Bruno Haible  <bruno@clisp.org>
34071
34072         * lib/config.charset: Update for newest glibc. Add canonical names
34073         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
34074
34075 2002-11-04  Bruno Haible  <bruno@clisp.org>
34076
34077         * lib/config.charset: Add support for NetBSD.
34078
34079 2002-11-04  Bruno Haible  <bruno@clisp.org>
34080
34081         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
34082
34083 2002-11-01  Bruno Haible  <bruno@clisp.org>
34084
34085         * configure.in: Add AC_CONFIG_AUX_DIR call.
34086         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
34087         test/Makefile.
34088         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
34089
34090 2002-09-28  Karl Berry  <karl@gnu.org>
34091
34092         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
34093         installed automake until the next release, since changes have been
34094         made.
34095
34096 2002-09-25  Karl Berry  <karl@gnu.org>
34097
34098         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
34099         * lib/getopt*: copy from libc/posix.
34100         * lib/gettext.h: copy from gettext.
34101         * lib/.cppi-disable: add strdup.c, gettext.h.
34102
34103 2002-09-25  Karl Berry  <karl@gnu.org>
34104
34105         * config/srclist.txt: enable gettext.h check.
34106         * config/config.{guess,sub}: update from prep.
34107         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
34108                 from automake 1.6.3.
34109         See srclist*.
34110
34111 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
34112
34113         * regex.c (PATFETCH): Remove the translating fetch.
34114         (PATFETCH_RAW): Rename to PATFETCH.
34115         (set_image_of_range): New fun.
34116         (SET_RANGE_TABLE_WORK_AREA): Use it.
34117         (regex_compile): Don't translate the pattern chars so eagerly.
34118         Only do it when inserting an `exactn' bytecode or when handling
34119         a char-range.
34120         (mutually_exclusive_p): Avoid empty statement.
34121
34122 2002-07-06  Jim Meyering  <meyering@lucent.com>
34123
34124         * m4/README: Don't mention Makefile.am.in.
34125         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
34126
34127 2002-07-01  Jim Meyering  <meyering@lucent.com>
34128
34129         * lib/c-stack.c: Include sys/time.h.
34130         From Volker Borchert.
34131
34132 2002-06-26  Paul Eggert  <eggert@twinsun.com>
34133
34134         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
34135
34136 2002-06-26  Paul Eggert  <eggert@twinsun.com>
34137
34138         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
34139         New macro.  Use it uniformly instead of
34140         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
34141         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
34142         reported by Vin Shelton.
34143
34144 2002-06-22  Paul Eggert  <eggert@twinsun.com>
34145
34146         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
34147         Do not assume SA_SIGINFO behavior.
34148         Bug reported by Jim Meyering on NetBSD 1.5.2.
34149
34150 2002-06-22  Jim Meyering  <meyering@lucent.com>
34151
34152         * m4/c-stack.m4: New file, from diffutils-2.8.2.
34153         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
34154
34155         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
34156         now that configure.ac uses AC_GNU_SOURCE.
34157         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
34158         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
34159
34160         Update to latest tools.  Suggestions from Paul Eggert.
34161         * m4/stdbool.m4: New file, from diffutils-2.8.2.
34162         * m4/gnu-source.m4: Update from diffutils-2.8.2.
34163         * m4/fnmatch.m4: Likewise.
34164         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
34165         to AC_HEADER_STDBOOL
34166
34167 2002-06-22  Jim Meyering  <meyering@lucent.com>
34168
34169         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
34170         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
34171
34172 2002-06-22  Jim Meyering  <meyering@lucent.com>
34173
34174         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
34175
34176         * lib/exitfail.c, exitfail.h: Likewise.
34177         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
34178
34179         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
34180         of fnmatch.h.
34181         (EXTRA_DIST): Add fnmatch_loop.c.
34182         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
34183
34184         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
34185         * lib/fnmatch.c: Update from diffutils-2.8.2.
34186         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
34187         * lib/fnmatch.h: Remove file.
34188
34189 2002-06-21  Jim Meyering  <meyering@lucent.com>
34190
34191         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
34192         * m4/mbrtowc.m4: Likewise.
34193
34194         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
34195         * m4/mbswidth.m4: Reflect name change:
34196         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
34197         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
34198
34199         * m4/lib-link.m4: Update from gettext-0.11.2.
34200         * m4/gettext.m4: Likewise.
34201
34202         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
34203         From Alfred M. Szmidt.
34204
34205 2002-06-18  Paul Eggert  <eggert@twinsun.com>
34206
34207         * lib/file-type.h: Report an error if neither S_ISREG nor
34208         S_IFREG is defined, instead of using a test specific to glibc
34209         2.2.  This should be safe, since POSIX requires S_ISREG and
34210         Unix Version 7 had S_IFREG.  We don't need to check for
34211         <sys/types.h> since we don't use any symbols that it defines.
34212
34213 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
34214
34215         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
34216         $@-t, so that each temporary file name is unique and valid in the first
34217         8 characters, for operation under DOS.
34218
34219 2002-06-15  Paul Eggert  <eggert@twinsun.com>
34220
34221         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
34222
34223 2002-06-15  Jim Meyering  <meyering@lucent.com>
34224
34225         Work even with DJGPP 2.03, which lacks support for symlinks.
34226         From Richard Dawe.
34227         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
34228         is defined.
34229         * lib/lchown.c (S_ISLNK): Likewise.
34230
34231 2002-06-15  Jim Meyering  <meyering@lucent.com>
34232
34233         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
34234         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
34235         have been included before this file.
34236
34237 2002-06-14  Jim Meyering  <meyering@lucent.com>
34238
34239         * lib/file-type.h: Use the version from diffutils-2.8.2.
34240         * lib/file-type.c: Likewise.
34241
34242 2002-06-07  Jim Meyering  <meyering@lucent.com>
34243
34244         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
34245         They're needed at least for NetBSD 1.5.2.
34246         ($statxfs_includes): Include those same headers.
34247         ($statxfs_includes): Include sys/vfs.h if available.
34248         ($statxfs_includes): Likewise for sys/statvfs.h.
34249         Check for the following members in both structs statfs and statvfs:
34250         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
34251
34252 2002-06-01  Jim Meyering  <meyering@lucent.com>
34253
34254         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
34255         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
34256
34257 2002-05-28  Jim Meyering  <meyering@lucent.com>
34258
34259         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
34260         Reported by Volker Borchert.
34261
34262 2002-05-27  Jim Meyering  <meyering@lucent.com>
34263
34264         Fix a problem seen only on nonconforming systems whereby ls.c's
34265         use of localtime, and then of gettimeofday would cause trouble:
34266         the localtime call used to initialize rpl_gettimeofday's save
34267         mechanism would clobber ls's current local time information so
34268         that in any long listing the first file would always be listed
34269         with date 1970-01-01.  Analysis by Volker Borchert.
34270
34271         * lib/gettimeofday.c (localtime): Undefine.
34272         (rpl_localtime): New function.
34273
34274 2002-05-27  Jim Meyering  <meyering@lucent.com>
34275
34276         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
34277         localtime.
34278
34279         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
34280         use the replacement function; it wouldn't resolve at link time.
34281         Reported by Volker Borchert.
34282
34283 2002-05-22  Jim Meyering  <meyering@lucent.com>
34284
34285         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
34286         file-type.h.
34287         * lib/file-type.h: New file.
34288         * lib/file-type.c (file_type): New file/function.  Extracted from
34289         diffutils.
34290
34291 2002-04-30  Jim Meyering  <meyering@lucent.com>
34292
34293         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
34294
34295 2002-04-29  Paul Eggert  <eggert@twinsun.com>
34296
34297         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
34298
34299 2002-04-29  Paul Eggert  <eggert@twinsun.com>
34300
34301         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
34302         Do not check for alloca.h (no longer used) or stdbool.h (was never
34303         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
34304
34305 2002-04-29  Paul Eggert  <eggert@twinsun.com>
34306
34307         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
34308
34309 2002-04-29  Jim Meyering  <meyering@lucent.com>
34310
34311         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
34312         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
34313         Use AC_FUNC_STRNLEN here instead.
34314
34315         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
34316         With autoconf-2.53a, it's part of AC_PROG_CC.
34317
34318 2002-04-28  Paul Eggert  <eggert@twinsun.com>
34319
34320         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
34321         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
34322
34323 2002-04-28  Paul Eggert  <eggert@twinsun.com>
34324
34325         * lib/sig2str.h, lib/sig2str.c: New files.
34326         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
34327
34328 2002-04-28  Paul Eggert  <eggert@twinsun.com>
34329
34330         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
34331         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
34332         of 127, since 64 is the largest conceivable number for ancient
34333         nonstandard hosts.
34334         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
34335
34336 2002-04-28  Jim Meyering  <meyering@lucent.com>
34337
34338         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
34339
34340 2002-04-24  Jim Meyering  <meyering@lucent.com>
34341
34342         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
34343         (jm_PREREQ): Use it.
34344
34345         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
34346         mach/mach.h fcntl.h.
34347         Check for this function: setlocale.
34348
34349 2002-04-24  Jim Meyering  <meyering@lucent.com>
34350
34351         * lib/gettext.h: New file, from Gettext.
34352         * lib/Makefile.am (INCLUDES): Remove -I../intl.
34353         (libfetish_a_SOURCES): Add gettext.h.
34354
34355 2002-04-16  Jim Meyering  <meyering@lucent.com>
34356
34357         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
34358         ut_pid, ut_id, ut_exit.
34359
34360 2002-04-16  Jim Meyering  <meyering@lucent.com>
34361
34362         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
34363         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
34364         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
34365
34366 2002-04-12  Jim Meyering  <meyering@lucent.com>
34367
34368         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
34369         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
34370         existence of the getmntinfo function.  Needed for Darwin 5.3.
34371
34372         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
34373         This is necessary at least on Darwin 5.3.
34374
34375         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
34376         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
34377         strnlen.o in the library, and that makes some versions of ranlib
34378         object.
34379
34380 2002-04-12  Jim Meyering  <meyering@lucent.com>
34381
34382         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
34383
34384 2002-04-09  Jim Meyering  <meyering@lucent.com>
34385
34386         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
34387         to be more precise.  Rather than saying we're checking whether the
34388         function `works', say what we're testing.
34389         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
34390         Reported by Bruno Haible.
34391
34392 2002-03-10  Jim Meyering  <meyering@lucent.com>
34393
34394         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
34395         Suggestion from Santiago Vila.
34396
34397 2002-03-08  Jim Meyering  <meyering@lucent.com>
34398
34399         * lib/rename.c: Mention that this wrapper is needed also on
34400         mips-dec-ultrix4.4 systems.
34401
34402 2002-03-02  Jim Meyering  <meyering@lucent.com>
34403
34404         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
34405         not HAVE_CLOCK_SETTIME.
34406
34407 2002-02-27  Paul Eggert  <eggert@twinsun.com>
34408
34409         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
34410         Check for clock_settime.
34411
34412 2002-02-27  Paul Eggert  <eggert@twinsun.com>
34413
34414         * lib/nanosleep.h: Rename to....
34415         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
34416
34417         * lib/gettime.c: New file.
34418         * lib/settime.c: New file.
34419         * lib/stime.c: Remove.
34420
34421         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
34422         timespec.h.  Remove nanosleep.h.
34423
34424 2002-02-25  Paul Eggert  <eggert@twinsun.com>
34425
34426         * m4/acl.m4: New file.
34427         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
34428         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
34429
34430 2002-02-25  Paul Eggert  <eggert@twinsun.com>
34431
34432         * lib/acl.c, lib/acl.h: New files.
34433         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
34434
34435 2002-02-24  Jim Meyering  <meyering@lucent.com>
34436
34437         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
34438         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
34439         cause trouble.  Reported by Nelson Beebe.
34440
34441 2002-02-23  Paul Eggert  <eggert@twinsun.com>
34442
34443         * lib/path-concat.c (xpath_concat): Reorder code to pacify
34444         compilers that don't know that xalloc_die never returns.
34445
34446 2002-02-20  Jim Meyering  <meyering@lucent.com>
34447
34448         * lib/getdate.c: Regenerate using bison-1.33.
34449
34450 2002-02-17  Jim Meyering  <meyering@lucent.com>
34451
34452         * config/config.guess (main): Don't use `head -1'; it's no longer
34453         portable. Use `sed 1q' instead.
34454
34455 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
34456
34457         * m4/codeset.m4: Upgrade to gettext-0.11.
34458         * m4/gettext.m4: Upgrade to gettext-0.11.
34459         * m4/glibc21.m4: Upgrade to gettext-0.11.
34460         * m4/iconv.m4: Upgrade to gettext-0.11.
34461         * m4/isc-posix.m4: Upgrade to gettext-0.11.
34462         * m4/lcmessage.m4: Upgrade to gettext-0.11.
34463         * m4/lib-ld.m4: New file, from gettext-0.11.
34464         * m4/lib-link.m4: New file, from gettext-0.11.
34465         * m4/lib-prefix.m4: New file, from gettext-0.11.
34466         * m4/progtest.m4: Upgrade to gettext-0.11.
34467
34468 2002-02-15  Paul Eggert  <eggert@twinsun.com>
34469
34470         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
34471         (jm_PREREQ): Use it.
34472
34473 2002-02-15  Paul Eggert  <eggert@twinsun.com>
34474
34475         * lib/posixver.c, lib/posixver.h: New files.
34476         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
34477
34478 2002-02-02  Paul Eggert  <eggert@twinsun.com>
34479             Bruno Haible  <bruno@clisp.org>
34480
34481         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
34482         (fwrite_success_callback): New declaration.
34483         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
34484         print_unicode_char. Call failure callback instead of error.
34485         (fwrite_success_callback): New function.
34486         (exit_failure_callback): New function.
34487         (fallback_failure_callback): New function.
34488         (print_unicode_char): Call unicode_to_mb.
34489
34490 2002-01-26  Jim Meyering  <meyering@lucent.com>
34491
34492         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
34493         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
34494
34495 2002-01-26  Jim Meyering  <meyering@lucent.com>
34496
34497         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
34498
34499 2002-01-22  Paul Eggert  <eggert@twinsun.com>
34500
34501         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
34502
34503 2002-01-22  Jim Meyering  <meyering@lucent.com>
34504
34505         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
34506         Otherwise, some versions of automake would omit the rule that makes
34507         Makefile from Makefile.in.
34508
34509 2002-01-21  Paul Eggert  <eggert@twinsun.com>
34510
34511         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
34512         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
34513         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
34514         (memcoll): Set errno to zero if there is no error.
34515
34516         * lib/quotearg.c (quotearg_buffer_restyled):
34517         Fix bug with quoting buffers containing NUL when backslashing escapes.
34518         This bug was exposed by the other changes in this patch.
34519         (quotearg_n_options): New arg ARGSIZE.
34520         All callers changed.
34521         (quoting_options_from_style): New function.
34522         (quotearg_n_style): Use it.
34523         (quotearg_n_style_mem): New function.
34524
34525         * lib/quotearg.h (quotearg_n_style_mem): New function.
34526
34527 2002-01-19  Jim Meyering  <meyering@lucent.com>
34528
34529         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
34530         Remove useless quotes: DF_PROG="df".
34531         * m4/strnlen.m4: New file.
34532
34533 2002-01-16  Paul Eggert  <eggert@twinsun.com>
34534
34535         * lib/backupfile.c (ISDIGIT): Comment fix.
34536         * lib/getdate.y (ISDIGIT): Likewise.
34537         * lib/posixtm.c (ISDIGIT, year): Likewise.
34538         * lib/strverscmp.c (ISDIGIT): Likewise.
34539         * lib/userspec.c (ISDIGIT): Likewise.
34540
34541 2002-01-16  Jim Meyering  <meyering@lucent.com>
34542
34543         * lib/getdate.y: Add three semicolons, each just before a closing
34544         brace. Bison (as of version 1.31) no longer papers over that mistake.
34545
34546 2002-01-05  Jim Meyering  <meyering@lucent.com>
34547
34548         * lib/version-etc.c (version_etc_copyright): Update copyright year.
34549
34550 2001-12-19  Paul Eggert  <eggert@twinsun.com>
34551
34552         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
34553         not silently exit merely because the output buffer happens to
34554         have nothing pending.
34555
34556 2001-12-18  Paul Eggert  <eggert@twinsun.com>
34557
34558         See the big note in ../ChangeLog.
34559         * lib/human.c (suffixes): Prefer K to k for 1024.
34560         (generate_suffix_backwards): New function.
34561         (human_readable_inexact): Use it.
34562         * lib/xstrtol.c (__xstrtol): If there is no number but there
34563         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
34564         Accept 'K' as well as 'k'.
34565
34566 2001-12-15  Jim Meyering  <meyering@lucent.com>
34567
34568         * lib/regex.h (__restrict_arr): Update from libc.
34569
34570         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
34571         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
34572         (STREQ): Define.
34573
34574 2001-12-14  Jim Meyering  <meyering@lucent.com>
34575
34576         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
34577         Suggestion from Bruno Haible.
34578
34579 2001-12-10  Jim Meyering  <meyering@lucent.com>
34580
34581         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
34582         xrealloc, Instead, include "xalloc.h".
34583         (initbuffer): Don't cast xmalloc return value to char*.
34584         (readline): Reword comment.
34585         Don't cast xrealloc return value to char*
34586         Return NULL, not 0.
34587
34588 2001-12-09  Jim Meyering  <meyering@lucent.com>
34589
34590         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
34591         about `signed and unsigned type in conditional expression'.
34592         * lib/posixtm.c (posix_time_parse): Likewise.
34593
34594         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
34595
34596         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
34597         to avoid a pedantic warning.
34598
34599         * lib/getstr.c: Don't include assert.h.
34600         (getstr): Remove warning-evoking assertions.
34601         Return -1 if offset parameter is out of bounds.
34602         Change the type of a local from int to size_t.
34603
34604         * lib/strftime.c (my_strftime_localtime_r): Include this function
34605         definition in the `#if ! HAVE_TM_GMTOFF' block.
34606
34607         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
34608         Include xalloc.h instead.
34609
34610 2001-12-02  Jim Meyering  <meyering@lucent.com>
34611
34612         * lib/tempname.c: Don't declare getenv, thus reverting the change of
34613         2001-11-18.  It's no longer necessary, now that stdlib.h is always
34614         included.
34615
34616         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
34617         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
34618
34619 2001-11-30  Akim Demaille  <akim@epita.fr>
34620
34621         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
34622         before being defined.
34623
34624 2001-11-27  Paul Eggert  <eggert@twinsun.com>
34625
34626         * lib/quotearg.h (quotearg_n, quotearg_n_style):
34627         First arg is int, not unsigned.
34628         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
34629         (SIZE_MAX, UINT_MAX): New macros.
34630         (quotearg_n_options): Abort if N is negative.
34631         Avoid overflow check on hosts where size_t is 64 bits and int
34632         is 32 bits, as overflow is impossible there.
34633         Fix off-by-one typo that caused unnecessary reallocation.
34634
34635 2001-11-27  Jim Meyering  <meyering@lucent.com>
34636
34637         * lib/tempname.c: Merge with version from libc.
34638         * lib/regex.c: Likewise.
34639
34640         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
34641         systems for which STDC_HEADERS is 0, it was not included, resulting in
34642         a warning about an integer-to-pointer conversion problem with getenv.
34643         Reported by Volker Borchert.
34644
34645 2001-11-26  Jim Meyering  <meyering@lucent.com>
34646
34647         * lib/gtod.h: Remove file.
34648         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
34649         * lib/gettimeofday.c: Don't include gtod.h.
34650         (GTOD_init): Remove function.
34651         (rpl_gettimeofday): Do its job here instead, rather than aborting.
34652         Suggestion from Volker Borchert.
34653
34654 2001-11-23  Jim Meyering  <meyering@lucent.com>
34655
34656         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
34657         it.
34658         * lib/hash.c (struct hash_table): Define it here instead.
34659
34660 2001-11-22  Jim Meyering  <meyering@lucent.com>
34661
34662         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
34663
34664 2001-11-20  Jim Meyering  <meyering@lucent.com>
34665
34666         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
34667         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
34668
34669 2001-11-19  Jim Meyering  <meyering@lucent.com>
34670
34671         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
34672         directory.  Use "conftestXXXXXX" as the template.
34673         Suggestion from Paul Eggert.
34674
34675         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
34676         immediately, so the test doesn't mistakenly hit the max-open-files
34677         limit.
34678
34679 2001-11-18  Paul Eggert  <eggert@twinsun.com>
34680
34681         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
34682         (TEMPORARIES): New macro.
34683         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
34684         removes an artificial limitation (e.g. HP-UX 10.20, where
34685         TMP_MAX is 17576).
34686
34687 2001-11-18  Jim Meyering  <meyering@lucent.com>
34688
34689         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
34690
34691 2001-11-18  Jim Meyering  <meyering@lucent.com>
34692
34693         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
34694         on SunOS 4.
34695
34696         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
34697         files will be created before anything else.
34698
34699 2001-11-17  Paul Eggert  <eggert@twinsun.com>
34700
34701         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
34702         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
34703
34704 2001-11-17  Jim Meyering  <meyering@lucent.com>
34705
34706         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
34707         Prompted by a report from Bob Proulx.
34708
34709         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
34710         Instead, require UTILS_FUNC_MKSTEMP.
34711
34712 2001-11-17  Jim Meyering  <meyering@lucent.com>
34713
34714         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
34715         Now, that's done as part of AC_FUNC_STRTOD.
34716
34717 2001-11-17  Jim Meyering  <meyering@lucent.com>
34718
34719         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
34720         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
34721         rather than group writable.  Patch by Juan F. Codagnone.
34722
34723         * lib/readtokens.c: Remove explicit declarations of xmalloc and
34724         xrealloc, Instead, include "xalloc.h".
34725
34726         * lib/mountlist.c: Include unlocked-io.h after all system headers.
34727         Remove explicit declarations of xmalloc, xrealloc,
34728         and xstrdup.  Instead, include "xalloc.h".
34729
34730         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
34731         unlocked-io.h.
34732         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
34733         Likewise.
34734         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
34735
34736         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
34737         Reported by Padraig Brady.
34738
34739         * lib/mkstemp.c: #undef mkstemp.
34740         Include config.h.
34741         (rpl_mkstemp): Rename from mkstemp.
34742         Protoize.
34743
34744 2001-11-16  Jim Meyering  <meyering@lucent.com>
34745
34746         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
34747         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
34748         determine the amount of total physical memory, use pstat_getstatic.
34749         HPUX-11 doesn't define _SC_PHYS_PAGES.
34750         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
34751         If sysconf couldn't be used to determine the amount of available
34752         physical memory, use both pstat_getstatic and pstat_getdynamic.
34753         Based on a patch from Bob Proulx.
34754
34755 2001-11-10  Jim Meyering  <meyering@lucent.com>
34756
34757         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
34758         (jm_PREREQ): Use it.
34759
34760 2001-11-09  Jim Meyering  <meyering@lucent.com>
34761
34762         * m4/jm-macros.m4: Require autoconf-2.52f.
34763         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
34764         Use these AC_-prefixed names, not the AM_-prefixed ones.
34765
34766         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
34767
34768 2001-11-05  Jim Meyering  <meyering@lucent.com>
34769
34770         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
34771
34772 2001-11-04  Jim Meyering  <meyering@lucent.com>
34773
34774         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
34775         $DEFS.
34776
34777 2001-11-03  Jim Meyering  <meyering@lucent.com>
34778
34779         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
34780         of AC_DEFUN.
34781
34782         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
34783         know the name of the variable in the macro definition.
34784
34785 2001-11-03  Jim Meyering  <meyering@lucent.com>
34786
34787         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
34788         in argmatch_to_argument call.
34789
34790         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
34791         argument.
34792
34793         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
34794         e.g., a fault due to an attempt to free a NULL pointer.
34795
34796 2001-11-01  Jim Meyering  <meyering@lucent.com>
34797
34798         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
34799         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
34800
34801 2001-11-01  Jim Meyering  <meyering@lucent.com>
34802
34803         * lib/dirfd.c, lib/dirfd.h: New files.
34804         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
34805
34806         * lib/hash.c (hash_print) [TESTING]: Clean up.
34807
34808 2001-10-22  Paul Eggert  <eggert@twinsun.com>
34809
34810         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
34811         to avoid a warning if -Wall.
34812
34813 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
34814
34815         * README: New file
34816         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
34817         (per RMS's instructions, this is now the canonical source)
34818         * lgpl/, gpl/: New directories.
34819
34820 2001-10-21  Paul Eggert  <eggert@twinsun.com>
34821
34822         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
34823
34824 2001-10-21  Jim Meyering  <meyering@lucent.com>
34825
34826         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
34827         this code would end up calling gettext even in packages built
34828         with --disable-nls.
34829         * lib/getopt.c (_): Likewise.
34830         * lib/regex.c (_): Likewise.
34831
34832 2001-10-20  Paul Eggert  <eggert@twinsun.com>
34833
34834         * m4/error.m4 (jm_PREREQ_ERROR):
34835         Do not invoke AC_CHECK_FUNCS with strerror_r, as
34836         AC_FUNC_STRERROR_R does that.
34837         Check for strerror declaration.
34838
34839         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
34840         are supposed to have them these days.
34841         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
34842         Merge changes from latest Autoconf CVS.
34843         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
34844         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
34845         POSIX decided to standardize on the int flavor of strerror_r.
34846
34847 2001-10-20  Paul Eggert  <eggert@twinsun.com>
34848
34849         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
34850         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
34851         Use strerror_r that is only a macro, even if it is not a function.
34852         (strerror): Check for HAVE_DECL_STRERROR before declaring.
34853         (private_strerror): Use prototypes, not old-style function definition.
34854         (print_errno_message): New function.
34855         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
34856         char*-flavored one.
34857         (error_tail, error, error_at_line): Use it.
34858
34859 2001-10-11  Jim Meyering  <meyering@lucent.com>
34860
34861         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
34862         and quote_n (1, ... to avoid clobbering a buffer.
34863
34864 2001-10-05  Jim Meyering  <meyering@lucent.com>
34865
34866         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
34867         hash-pjw.h.
34868         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
34869         * lib/hash-pjw.h: New file.
34870
34871 2001-09-30  Jim Meyering  <meyering@lucent.com>
34872
34873         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
34874         `struct fsstat' has the `f_fstypename' member.
34875         Use that to define FS_TYPE, which is now used to make
34876         the getfsstat link test tighter.
34877
34878 2001-09-30  Jim Meyering  <meyering@lucent.com>
34879
34880         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
34881         Include <sys/ucred.h>, for Apple Darwin.
34882         Include sys/mount.h and sys/fs_types.h only if available.
34883         (FS_TYPE): Define.
34884         (read_filesystem_list): Use FS_TYPE.
34885
34886 2001-09-29  Paul Eggert  <eggert@twinsun.com>
34887
34888         * lib/exclude.c (excluded_filename): 0 -> false, since it's
34889         a boolean context.
34890
34891 2001-09-29  Jim Meyering  <meyering@lucent.com>
34892
34893         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
34894         [one-argument getmntent function]): Include stdio.h before mntent.h.
34895         SunOS 4.1.x needs it for the declaration of `FILE'.
34896         Patch by Volker Borchert.
34897
34898         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
34899         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
34900         sys/fs_types.h, and make the link-test for getfsstat guard #include
34901         directives with appropriate #if HAVE_*_H tests so that we can
34902         detect getfsstat on Apple Darwin1.3.7 systems.
34903         Reported by Nelson Beebe.
34904         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
34905
34906 2001-09-28  Paul Eggert  <eggert@twinsun.com>
34907
34908         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
34909         #defines strtoimax.  Also treat the other strto* functions
34910         like strtoimax.
34911
34912         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
34913         Check for strtoul and strtoumax,
34914         as those declarations are made even in the signed case.
34915         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
34916         Likewise, for strtol and strtoimax.
34917
34918 2001-09-28  Paul Eggert  <eggert@twinsun.com>
34919
34920         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
34921         #defines strtoimax.  Also treat the other strto* functions
34922         like strtoimax.
34923
34924         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
34925         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
34926         (strtoimax, strtoumax): Do not declare if already defined as a macro.
34927
34928 2001-09-26  Jim Meyering  <meyering@lucent.com>
34929
34930         Most macros in unlocked-io.h had the wrong number of arguments.
34931         * lib/gen-uio: New script.
34932         (USE_UNLOCKED_IO): Define to 1 if not already defined.
34933         * lib/unlocked-io.hin: Remove file.
34934         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
34935         rather than trying to embed it here.
34936         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
34937         Reported by Padraig Brady.
34938
34939 2001-09-25  Volker Borchert  <bt@teknon.de>
34940
34941         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
34942         `result'.
34943
34944 2001-09-24  Jim Meyering  <meyering@lucent.com>
34945
34946         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
34947
34948 2001-09-23  Jim Meyering  <meyering@lucent.com>
34949
34950         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
34951         instead of the mere test for existence of mntent.h.  The latter
34952         would get a false-positive on AIX 3.4 systems.
34953         In the outer getmntent if-block, don't die if neither of the getmntent
34954         tests succeeds.  Instead, just fall through and continue with the
34955         remaining tests.
34956
34957 2001-09-23  Jim Meyering  <meyering@lucent.com>
34958
34959         * lib/mountlist.c: Remove useless parentheses in #if directives.
34960         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
34961         the deprecated MOUNTED symbol is no longer defined in mntent.h.
34962
34963 2001-09-22  Jim Meyering  <meyering@lucent.com>
34964
34965         * m4/gettext.m4: New file.  From gettext.
34966         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
34967         * m4/progtest.m4: Likewise
34968         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
34969         * m4/glibc21.m4: Likewise.
34970
34971         * m4/libintl.m4: Remove.  No longer used.
34972
34973 2001-09-22  Jim Meyering  <meyering@lucent.com>
34974
34975         * lib/localcharset.c: Update from latest gettext.
34976         * lib/config.charset: Likewise.
34977
34978 2001-09-20  Jim Meyering  <meyering@lucent.com>
34979
34980         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
34981         strtoimax.
34982         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
34983         strtoumax.
34984
34985 2001-09-20  Jim Meyering  <meyering@lucent.com>
34986
34987         * lib/xstrtol.c (strtoimax): Guard declaration with
34988         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
34989         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
34990         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
34991         (strtoumax): Likewise, for completeness (it wasn't necessary).
34992
34993 2001-09-17  Paul Eggert  <eggert@twinsun.com>
34994
34995         * lib/strtoimax.c (HAVE_LONG_LONG):
34996         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
34997         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
34998         to work around bug in IBM C compiler.
34999
35000 2001-09-17  Jim Meyering  <meyering@lucent.com>
35001
35002         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
35003         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
35004         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
35005         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
35006         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
35007         whenever the right hand side need not be expanded by the shell.
35008
35009 2001-09-16  Paul Eggert  <eggert@twinsun.com>
35010
35011         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
35012         library.  It's not correct, as some older glibcs are buggy.
35013         fnmatch wasn't fixed until glibc 2.2.
35014
35015         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
35016         special shell magic here.
35017
35018 2001-09-16  Jim Meyering  <meyering@lucent.com>
35019
35020         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
35021         * m4/jm-macros.m4: Require it.
35022
35023 2001-09-16  Jim Meyering  <meyering@lucent.com>
35024
35025         * lib/mkdir.c: New file.
35026
35027 2001-09-15  Jim Meyering  <meyering@lucent.com>
35028
35029         * m4/jm-macros.m4: Check for help2man.
35030
35031 2001-09-11  Jim Meyering  <meyering@lucent.com>
35032
35033         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
35034         The body, by Paul Eggert, was moved here from configure.in.
35035         * m4/jm-macros.m4: Require UTILS_HOST_OS.
35036
35037 2001-09-04  Paul Eggert  <eggert@twinsun.com>
35038
35039         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
35040         (jm_PREREQ): Use it.
35041
35042 2001-09-04  Paul Eggert  <eggert@twinsun.com>
35043
35044         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
35045         Use ssize_t, not int, to store result of readlink.
35046         Check for ssize_t overflow as well as size_t overflow,
35047         as POSIX says the result of readlink is implementation-defined
35048         when ssize_t overflows.
35049         Remove unnecessary cast to char*.
35050         Use free+malloc instead of realloc, as the storage doesn't need
35051         to be preserved and it's clearer and can be more efficient that way.
35052         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
35053         * lib/xreadlink.h (xreadlink): Update prototype.
35054
35055 2001-09-04  Paul Eggert  <eggert@twinsun.com>
35056
35057         * lib/xgetcwd.c: Revert some of the previous change; intead,
35058         fix the HAVE_GETCWD_NULL code to behave more like the
35059         !HAVE_GETCWD_NULL code used to.
35060
35061         Include "xalloc.h".
35062         (xgetcwd): Do not return NULL when memory is exhausted; instead,
35063         invoke xalloc_die.
35064
35065 2001-09-03  Paul Eggert  <eggert@twinsun.com>
35066
35067         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
35068         sys/param.h, as pathmax.h includes them.
35069
35070 2001-09-03  Paul Eggert  <eggert@twinsun.com>
35071
35072         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
35073         (jm_PREREQ_XGETCWD): New macro.
35074
35075         * m4/getcwd.m4: New file.
35076
35077 2001-09-03  Paul Eggert  <eggert@twinsun.com>
35078
35079         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
35080         like the HAVE_GETCWD_NULL code.
35081         Include pathmax.h if not HAVE_GETCWD.
35082         Do not include xalloc.h.
35083         (INITIAL_BUFFER_SIZE): New symbol.
35084         Do not use xmalloc / xrealloc, since the caller is responsible for
35085         handling errors.  Preserve errno around `free' during failure.
35086         Do not overrun buffer when using getwd.
35087
35088 2001-09-03  Paul Eggert  <eggert@twinsun.com>
35089
35090         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
35091         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
35092         getcwd (NULL, 0).
35093
35094 2001-09-03  Paul Eggert  <eggert@twinsun.com>
35095
35096         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
35097         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
35098         spotted by Jim Meyering.
35099
35100 2001-09-03  Jim Meyering  <meyering@lucent.com>
35101
35102         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
35103         failure.
35104
35105 2001-09-02  Jim Meyering  <meyering@lucent.com>
35106
35107         * lib/error.c: Update from GNU libc.
35108
35109 2001-09-01  Jim Meyering  <meyering@lucent.com>
35110
35111         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
35112         Used by df.
35113
35114 2001-09-01  Jim Meyering  <meyering@lucent.com>
35115
35116         * lib/xreadlink.c: New file.
35117         * lib/xreadlink.h: New file.
35118         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
35119         xreadlink.h.
35120
35121         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
35122         doesn't conflict with sparc Solaris 7's definition in
35123         /usr/include/sys/int_types.h.
35124
35125         * lib/exclude.c: Use `""', not `<>' to #include non-system header
35126         files.
35127         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
35128         and strncasecmp as r-values.  Unixware didn't have declarations.
35129
35130 2001-08-31  Paul Eggert  <eggert@twinsun.com>
35131
35132         * lib/xstrtol.h: Add copyright notice.
35133         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
35134         LONGINT_INVALID_SUFFIX_CHAR.
35135
35136 2001-08-31  Paul Eggert  <eggert@twinsun.com>
35137
35138         * lib/xstrtol.c (strtoimax): New decl.
35139
35140 2001-08-31  Paul Eggert  <eggert@twinsun.com>
35141
35142         * lib/xgetcwd.c: Don't include pathmax.h.
35143         Include stdlib.h and unistd.h if available.
35144         Include xalloc.h.
35145         (xmalloc, xstrdup, free): Remove decls.
35146         (xgetcwd): Don't assume sizes fit in unsigned.
35147         Check for overflow when computing sizes.
35148         Simplify reallocation code.
35149
35150 2001-08-31  Paul Eggert  <eggert@twinsun.com>
35151
35152         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
35153         a directory's st_size can have an arbitrary value, so the old
35154         usage could waste an arbitrary amount of memory.  All uses
35155         changed.
35156         * lib/savedir.h: Update prototype.
35157
35158 2001-08-31  Paul Eggert  <eggert@twinsun.com>
35159
35160         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
35161
35162         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
35163         old strtoimax.c.
35164
35165         Also, make the following further changes to make this file's
35166         configuration more similar to that of strtol.c:
35167         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
35168         (strtoumax, uintmax_t, strtoull, strtol): Remove.
35169         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
35170         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
35171         changed to signed values.
35172
35173         And make the following changes as well:
35174         Fix copyright notice, as 1999 was missing.
35175         (verify): New macro.
35176         (strtoimax): Check sizes at compile-time, not run-time.
35177         Prefer strtol to strtoll if both work.
35178         (main): Remove; it was not that useful and was a pain to maintain.
35179
35180         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
35181
35182 2001-08-31  Jim Meyering  <meyering@lucent.com>
35183
35184         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
35185         Use an initial, malloc'd, buffer of length 128 rather than
35186         a statically allocated one of length 1024.
35187
35188 2001-08-30  Paul Eggert  <eggert@twinsun.com>
35189
35190         Simplify code, partly by assuming autoconf 2.52 semantics.
35191
35192         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
35193
35194         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
35195         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
35196         All uses removed.
35197         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
35198         Move AC_REQUIRE to next-to-top level, to avoid confusion.
35199         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
35200         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
35201         jm_AC_HEADER_INTTYPES_H.
35202         * m4/jm-macros.m4 (jm_MACROS): Likewise.
35203
35204         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
35205
35206         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
35207         Quote first arg of AC_DEFUN.
35208         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
35209         since they are needed to parse the include file even if we need
35210         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
35211         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
35212         but with opposite signedness.
35213
35214 2001-08-30  Paul Eggert  <eggert@twinsun.com>
35215
35216         Merge 'exclude' changes from tar 1.13.22.
35217         This fixes one or two unlikely storage allocation overflow bugs,
35218         but doesn't change user-visible behavior otherwise.
35219
35220 2001-08-30  Paul Eggert  <eggert@twinsun.com>
35221
35222         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
35223         (jm_PREREQ_EXCLUDE): New macro.
35224
35225 2001-08-30  Paul Eggert  <eggert@twinsun.com>
35226
35227         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
35228         tm to be declared.
35229
35230 2001-08-30  Paul Eggert  <eggert@twinsun.com>
35231
35232         * lib/hash.c: Remove '2001' from copyright notice.
35233
35234 2001-08-30  Paul Eggert  <eggert@twinsun.com>
35235
35236         * lib/full-write.h: New file.
35237         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
35238         * lib/full-write.c: Correct credits, as cccp.c no longer
35239         exists and anyway it was so heavily changed from the old cccp
35240         code as to be unrecognizable.  Include full-write.h.
35241         (full_write) Return size_t, with short writes meaning failure.
35242         All callers changed.  This fixes a bug with large buffers
35243         on 64-bit hosts.
35244         * lib/utime.c: Include full-write.h.
35245
35246 2001-08-30  Paul Eggert  <eggert@twinsun.com>
35247
35248         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
35249         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
35250         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
35251         Include if available.
35252         (<xalloc.h>): Include
35253         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
35254         (verify): New macro.  Use it to verify that EXCLUDE macros do not
35255         collide with FNM macros.
35256         (struct patopts): New struct.
35257         (struct exclude): Use it, as exclude patterns now come with options.
35258         (new_exclude): Support above changes.
35259         (new_exclude, add_exclude_file):
35260         Initial size must now be a power of two to simplify overflow checking.
35261         (free_exclude, fnmatch_no_wildcards): New function.
35262         (excluded_filename): No longer requires options arg, as the options
35263         are determined by add_exclude.  Now returns bool, not int.
35264         (excluded_filename, add_exclude):
35265         Add support for the fancy new exclusion options.
35266         (add_exclude, add_exclude_file): Now takes int options arg.
35267         Check for arithmetic overflow when computing sizes.
35268         (add_exclude_file): xrealloc might modify errno, so don't
35269         realloc until after errno might be used.
35270
35271         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
35272         New macros.
35273         (free_exclude): New decl.
35274         (add_exclude, add_exclude_file): Now takes int options arg.
35275         (excluded_filename): No longer requires options arg, as the options
35276         are determined by add_exclude.  Now returns bool, not int.
35277
35278 2001-08-30  Paul Eggert  <eggert@twinsun.com>
35279
35280         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
35281
35282 2001-08-27  Jim Meyering  <meyering@lucent.com>
35283
35284         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
35285
35286         * lib/version-etc.c (N_): Remove definition.
35287         Revert most of last change.
35288         Instead, simply don't mark the `Copyright...' string for translation.
35289         Based on advice from Paul Eggert.
35290
35291         * lib/strtoxmax.c: Tweak comment.
35292
35293 2001-08-26  Jim Meyering  <meyering@lucent.com>
35294
35295         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
35296
35297         * m4/xstrtoimax.m4: New file.
35298         * m4/xstrtoumax.m4: Add comments explaining why we
35299         AC_REPLACE_FUNCS(strtol).
35300
35301 2001-08-26  Jim Meyering  <meyering@lucent.com>
35302
35303         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
35304         of copyright with `%s' so translators don't get an untranslated
35305         message in 2002.
35306         (COPYRIGHT_YEAR): Define.
35307         (version_etc): Use fprintf rather than fputs.
35308         Suggestion from Ulrich Drepper.
35309
35310         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
35311
35312         * lib/strtoll.c: New file, from GNU libc.
35313         * lib/xstrtoimax.c: New file.
35314
35315         * lib/xstrtol.h: Add xstrtoimax.
35316         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
35317         * lib/strtoimax.c: New file.  Likewise, but first define
35318         STRTOUXMAX_SIGNED.
35319
35320         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
35321         ...
35322         * lib/strtoxmax.c: ... then renamed to this.
35323
35324 2001-08-18  Paul Eggert  <eggert@twinsun.com>
35325
35326         * m4/inttypes.m4: Add AC_PREREQ(2.13).
35327         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
35328         (jm_AC_TYPE_INTMAX_T): New macro.
35329         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
35330
35331         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
35332
35333         * m4/longlong.m4: Renamed from ulonglong.m4.
35334         * m4/inttypes.m4: Renamed from inttypes_h.m4.
35335         * m4/uintmax_t.m4: Removed.
35336
35337 2001-08-13  Paul Eggert  <eggert@twinsun.com>
35338
35339         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
35340         Port to Solaris 8, where 'sed' requires a space after the 'r'
35341         command, and where sh dislikes "$/".  Clean up the spacing a bit.
35342         Redirect output to $tmp just once.
35343
35344 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
35345
35346         * lib/addext.c (<errno.h>): Include.
35347         (errno): Declare if not defined.
35348         (addext): Work correctly when pathconf returns -1 and leaves
35349         errno alone because there is no limit.  Also, work even if
35350         pathconf returns a value greater than SIZE_MAX.
35351
35352 2001-08-12  Jim Meyering  <meyering@lucent.com>
35353
35354         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
35355         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
35356         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
35357         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
35358         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
35359         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
35360         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
35361         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
35362         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
35363         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
35364         utime.m4, utimes.m4, xstrtoumax.m4:
35365         Quote the first argument in each use of AC_DEFUN.
35366
35367 2001-08-12  Jim Meyering  <meyering@lucent.com>
35368
35369         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
35370         Simply `return getcwd (NULL, 0);'.
35371         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
35372         Use 1300 as initial value for length, not PATH_MAX.
35373
35374         * lib/pathmax.h: Clean up cpp syntax.
35375
35376 2001-08-12  Jim Meyering  <meyering@lucent.com>
35377
35378         * lib/gettimeofday.c: New file.
35379         * lib/gtod.h: New file.
35380         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
35381
35382 2001-08-05  Jim Meyering  <meyering@lucent.com>
35383
35384         * m4/jm-macros.m4: Require autoconf-2.52.
35385
35386 2001-08-04  Jim Meyering  <meyering@lucent.com>
35387
35388         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
35389         stmt, to get in sync with glibc.
35390
35391 2001-08-03  Paul Eggert  <eggert@twinsun.com>
35392
35393         The following changes are from gettext 0.10.39 as maintained by
35394         Bruno Haible.
35395
35396         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
35397         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
35398         with inverted sense.  All uses changed.
35399
35400         * lib/mbswidth.c: Don't include <limits.h>.
35401         Include <stdlib.h> and <string.h> unconditionally.
35402         (iswcntrl, mbsinit, ISCNTRL): New macros.
35403         (mbsnwidth): Use K&R style function declarations.
35404         Don't bother checking for MB_LEN_MAX == 1, since the compiler
35405         can optimize it when MB_CUR_MAX == 1.
35406         The width of control characters is zero, not 1.
35407
35408 2001-08-03  Paul Eggert  <eggert@twinsun.com>
35409
35410         The following changes are from gettext 0.10.39 as maintained by
35411         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
35412
35413         * m4/codeset.m4: Upgrade to serial AM1.
35414         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
35415         all uses changed.  Quote first arg of AC_DEFUN.
35416         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
35417
35418         * m4/iconv.m4: Upgrade to serial AM2.
35419         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
35420         Add --with-libconv-prefix.
35421         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
35422         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
35423         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
35424         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
35425         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
35426
35427         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
35428         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
35429         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
35430         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
35431         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
35432         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
35433         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
35434         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
35435         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
35436
35437         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
35438         string.h any more.
35439
35440         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
35441         not the default value.
35442
35443         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
35444         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
35445         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
35446         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
35447         Also check for iswcntrl, used for wcwidth fallback.
35448         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
35449         to Autoconf 2.13.
35450
35451 2001-08-03  Jim Meyering  <meyering@lucent.com>
35452
35453         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
35454         as it was in the original.  Reported by Paul Eggert.
35455
35456 2001-07-16  Jim Meyering  <meyering@lucent.com>
35457
35458         * m4/gettimeofday.m4: New file.
35459         Prompted by a report from Bernhard Baehr.
35460
35461 2001-07-15  Jim Meyering  <meyering@lucent.com>
35462
35463         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
35464         stuff. Now it's in ../Makefile.cfg.
35465
35466 2001-07-15  Jim Meyering  <meyering@lucent.com>
35467
35468         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
35469         (BUILT_SOURCES): Add unlocked-io.h.
35470         (io_functions): Define.
35471         (unlocked-io.h): New rule.
35472         (DISTCLEANFILES): Add unlocked-io.h.
35473         (all-local): Depend on unlocked-io.h, to ensure it is created.
35474
35475         * lib/unlocked-io.hin: New file
35476
35477         * lib/regex.c: Update from glibc.
35478
35479 2001-07-05  Jim Meyering  <meyering@lucent.com>
35480
35481         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
35482         recommendation.
35483         (libfetish_a_SOURCES): Put all .h files here instead.
35484         Remove a thus-exposed (better checks in automake) duplicate and
35485         two unnecessary .h files.
35486
35487 2001-07-04  Jim Meyering  <meyering@lucent.com>
35488
35489         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
35490         that generates jm-glibc-io.m4 so that it doesn't trigger any make
35491         distcheck failure.
35492
35493 2001-07-02  Jim Meyering  <meyering@lucent.com>
35494
35495         The following changes were prompted by suggestions from Bruno Haible.
35496
35497         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
35498         is now generated.
35499         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
35500         definition of EXTRA_DIST.
35501         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
35502         ensure that the generated file is created/updated whenever the list
35503         of $(unlocked_functions) is changed.
35504         (jm-glibc-io.m4): New rule.
35505         (unlocked-io.h): New rule -- currently unused.
35506
35507 2001-06-24  Jim Meyering  <meyering@lucent.com>
35508
35509         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
35510         unmatched right bracket, rather than kludging it with an extra,
35511         falsely-matching quote in a comment.  Patch by Akim Demaille.
35512
35513 2001-06-11  Jim Meyering  <meyering@lucent.com>
35514
35515         * lib/regex.c: Update from GNU libc.
35516
35517 2001-05-27  Jim Meyering  <meyering@lucent.com>
35518
35519         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
35520         Check for ut_type in struct utmp.
35521
35522 2001-05-27  Jim Meyering  <meyering@lucent.com>
35523
35524         * lib/readutmp.h (UT_TYPE): Define.
35525
35526 2001-05-24  Jim Meyering  <meyering@lucent.com>
35527
35528         * lib/argmatch.c: Include "quote.h".
35529         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
35530         quote function.  Reported by Göran Uddeborg.
35531
35532 2001-05-22  Jim Meyering  <meyering@lucent.com>
35533
35534         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
35535         now that we use the package-supplied version unconditionally.
35536         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
35537
35538 2001-05-21  Jim Meyering  <meyering@lucent.com>
35539
35540         * m4/regex.m4: Change a couple backticks to single quotes to avoid
35541         shell syntax errors.
35542
35543 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
35544
35545         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
35546
35547 2001-05-20  Paul Eggert  <eggert@twinsun.com>
35548
35549         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
35550         Don't bother to check library strftime, since
35551         we'll be using our own my_strftime function anyway.
35552         Define my_strftime instead of strftime.
35553
35554 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
35555
35556         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
35557         which is not yet declared.
35558
35559 2001-05-15  Jim Meyering  <meyering@lucent.com>
35560
35561         * m4/regex.m4: Use proper quoting so brackets appear in the test
35562         program.
35563         Reported by, and with help from, Bruno Haible.
35564
35565 2001-05-13  Jim Meyering  <meyering@lucent.com>
35566
35567         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
35568         undefined.
35569
35570 2001-05-11  Paul Eggert  <eggert@twinsun.com>
35571
35572         dirname code cleanup.  base_name now behaves more compatibly
35573         with POSIX basename when given file names that have trailing
35574         slashes, and similarly for dir_name.  Add new primitives
35575         base_len and dir_len.  Put the directory-name-related decls
35576         into dirname.h.
35577
35578         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
35579         * lib/backupfile.c (base_name): Likewise.
35580         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
35581         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
35582         * lib/makepath.c (strip_trailing_slashes): Likewise.
35583         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
35584         ISSLASH): Likewise.
35585         * lib/rename.c (strip_trailing_slashes): Likewise.
35586         * lib/same.c (base_name): Likewise.
35587         * lib/stripslash.c (ISSLASH): Likewise.
35588
35589         * lib/addext.c: Include <dirname.h> after size_t is defined.
35590         * lib/backupfile.c: Likewise.
35591
35592         * lib/addext.c (addext): Use base_len to trim redundant
35593         trailing slashes instead of doing it ourselves.
35594         But do not trim the last slash if it is not redundant.
35595
35596         * lib/backupfile.c (find_backup_file_name,
35597         max_backup_version): Use base_len instead of rolling it ourselves.
35598         Handle the case of "" and (on DOS) "C:" correctly.
35599
35600         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
35601         needed. Include <string.h>, <dirname.h>.
35602         (base_name): Allow file names ending in slashes, other than names
35603         that are all slashes.  In this case, return the basename followed
35604         by the slashes.  This is more general, and can be used in places
35605         where the original base_name purposely had an assertion failure.
35606         (base_len): New function.
35607
35608         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
35609         Do not include <assert.h>; no longer needed.
35610         Include xalloc.h.
35611         (memrchr): Remove decl.
35612         (dir_name_r): Remove.
35613         (dir_len): Renamed from dirlen.  All callers changed.
35614         Rewrite in terms of base_name, for simplicity and consistency.
35615         (dir_name): Never return NULL.  All callers changed.
35616         Do not include <stdlib.h> in test program; no longer needed.
35617         return 0; is fine for test program.
35618
35619         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
35620         New macros.
35621         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
35622
35623         * lib/path-concat.c (path_concat): Use base_len to compute
35624         base length, not strlen; this means we cannot rely on memcpy
35625         to null-terminate.
35626
35627         * lib/same.c (STREQ): Remove.
35628         (same_name): Handle the case where the basename ends in trailing '/'.
35629
35630         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
35631         a slash was stripped.  Do not strip the last slash after a
35632         file system prefix.
35633
35634 2001-05-11  Paul Eggert  <eggert@twinsun.com>
35635
35636         * lib/Makefile.am (libfetish_a_SOURCES):
35637         Add strftime.c, since we now compile it on all hosts.
35638
35639         * lib/strftime.c (my_strftime):
35640         Define to nstrftime if emacs, but only if my_strftime is not defined.
35641         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
35642         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
35643         Add one more extra argument: a nanoseconds value.
35644         All uses changed.
35645         (ns): New macro.
35646         (my_strftime function): Add %N format.
35647         (emacs_strftimeu): Renamed from emacs_strftime,
35648         with extra ut argument.
35649
35650 2001-05-09  Paul Eggert  <eggert@twinsun.com>
35651
35652         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
35653
35654 2001-04-21  Jim Meyering  <meyering@lucent.com>
35655
35656         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
35657         doesn't interfere.
35658
35659 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
35660
35661         * m4/ftruncate.m4: Check for chsize.
35662         Link with ftruncate.o unconditionally if ftruncate is missing.
35663         This was required when cross-compiling to i586-mingw32msvc.
35664
35665 2001-04-08  Jim Meyering  <meyering@lucent.com>
35666
35667         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
35668         recomputed; that's necessary when the offset spans a DST transition.
35669         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
35670
35671 2001-04-02  Jim Meyering  <meyering@lucent.com>
35672
35673         * lib/regex.h, regex.c: Update from GNU libc.
35674
35675 2001-03-24  Jim Meyering  <meyering@lucent.com>
35676
35677         * m4/jm-macros.m4: Require autoconf-2.49d.
35678
35679 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
35680
35681         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
35682
35683 2001-03-19  Paul Eggert  <eggert@twinsun.com>
35684
35685         * lib/version-etc.c (version_etc_copyright): Update to 2001.
35686
35687 2001-03-17  Jim Meyering  <meyering@lucent.com>
35688
35689         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
35690         now that the version in autoconf is equivalent.
35691         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
35692
35693         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
35694         Suggestion from Akim Demaille.
35695
35696         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
35697         (jm_PREREQ_TEMPNAME): New function.
35698
35699 2001-03-16  Paul Eggert  <eggert@twinsun.com>
35700
35701         * lib/tempname.c (uint64_t): Define to uintmax_t if
35702         not defined, and if UINT64_MAX is not defined.
35703         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
35704         Reported by John David Anglin.
35705
35706 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
35707
35708         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
35709         resolve alias if codeset is empty.
35710         * lib/config.charset (BeOS): Use wildcard syntax.
35711
35712 2001-03-13  Jim Meyering  <meyering@lucent.com>
35713
35714         * lib/path-concat.c (path_concat)
35715         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
35716         concatenating e.g., `C:' and `foo'.
35717         From Bruno Haible.
35718
35719 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
35720
35721         * lib/localcharset.c (locale_charset): Don't use
35722         setlocale(LC_CTYPE,NULL). Don't return NULL.
35723         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
35724
35725 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
35726
35727         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
35728         support for DOS/DJGPP.
35729
35730 2001-03-01  Paul Eggert  <eggert@twinsun.com>
35731
35732         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
35733         lacks mkstemp.  Compile our own tempname.c if we compile our own
35734         mkstemp.c, as mkstemp relies on tempname.
35735
35736 2001-03-01  Jim Meyering  <meyering@lucent.com>
35737
35738         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
35739         AH_VERBATIM really does output its argument verbatim.
35740
35741 2001-02-28  Paul Eggert  <eggert@twinsun.com>
35742
35743         * lib/Makefile.am (libfetish_a_SOURCES):
35744         Add dup-safer.c, fopen-safer.c.
35745         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
35746
35747         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
35748         * lib/unistd-safer.h: New files.
35749
35750 2001-02-25  Paul Eggert  <eggert@twinsun.com>
35751
35752         The mkstemp replacement is taken from glibc 2.2.2, with some
35753         portability fixes for use outside glibc, as follows:
35754
35755         * lib/tempname.c (struct_stat64): New macro.
35756         (direxists, __gen_tempname): Use it.
35757         This avoids a portability problem with Solaris 8.
35758
35759         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
35760         (<stddef.h>, <stdint.h>, <string.h>):
35761         Include only if STDC_HEADERS || _LIBC.
35762         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
35763         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
35764         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
35765         (__set_errno): Define this macro if <errno.h> doesn't.
35766         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
35767         Define these macros if <stdio.h> doesn't.
35768         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
35769         Define these macros if <sys/stat.h>
35770         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
35771         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
35772         __xstat64): Define if not _LIBC.
35773         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
35774         (__gen_tempname): Invoke gettimeofday only if
35775         HAVE_GETTIMEOFDAY || _LIBC;
35776         otherwise, fall back on plain "time".
35777         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
35778
35779         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
35780
35781         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
35782
35783 2001-02-18  Paul Eggert  <eggert@twinsun.com>
35784
35785         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
35786
35787 2001-02-17  Paul Eggert  <eggert@twinsun.com>
35788
35789         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
35790         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
35791         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
35792         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
35793
35794 2001-02-17  Paul Eggert  <eggert@twinsun.com>
35795
35796         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
35797         Remove workaround macros for hosts that have mbrtowc but not
35798         mbstate_t, as we now insist on proper declarations for both
35799         before using mbrtowc.
35800
35801 2001-02-17  Jim Meyering  <meyering@lucent.com>
35802
35803         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
35804         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
35805         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
35806         UnixWare 7.1.1.
35807
35808         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
35809         rather than AC_CACHE_VAL.
35810
35811 2001-02-17  Jim Meyering  <meyering@lucent.com>
35812
35813         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
35814         around included file name.
35815
35816         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
35817
35818         * lib/strftime.c: Update from GNU libc (the only changes were to
35819         comments).
35820
35821 2001-02-17  Jim Meyering  <meyering@lucent.com>
35822
35823         * lib/regex.c: Update from libc.
35824
35825 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
35826
35827         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
35828         clash.
35829
35830 2001-02-16  Paul Eggert  <eggert@twinsun.com>
35831
35832         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
35833         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
35834         Reported by Mark Hounschell via Paul Eggert.
35835
35836 2001-02-07  Jim Meyering  <meyering@lucent.com>
35837
35838         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
35839
35840 2001-02-05  Jim Meyering  <meyering@lucent.com>
35841
35842         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
35843         it includes the patch required for `large file' support with at least
35844         HP-UX's 10.20 /bin/cc.
35845
35846 2001-02-03  Jim Meyering  <meyering@lucent.com>
35847
35848         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
35849         AS_IF, now that it works once again (mysteriously).
35850         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
35851
35852 2001-01-30  Jim Meyering  <meyering@lucent.com>
35853
35854         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
35855         * m4/chown.m4: Rename conftestchown to conftest.chown.
35856         * m4/rename.m4: s/conftestdir/conftest.d1/ and
35857         s/conftestdir2/conftest.d2/.
35858         * m4/utimes.m4: s/conftestdata/conftest.data/
35859         Inspired by Pavel Roskin's change in autoconf.
35860
35861 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
35862
35863         * lib/config.charset: Update for FreeBSD 4.2.
35864
35865 2001-01-27  Jim Meyering  <meyering@lucent.com>
35866
35867         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
35868         a use of AS_IF.
35869         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
35870
35871 2001-01-26  Jim Meyering  <meyering@lucent.com>
35872
35873         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
35874         quotearg.c includes it.
35875
35876 2001-01-26  Jim Meyering  <meyering@lucent.com>
35877
35878         * lib/quotearg.c: Include stddef.h.
35879         * lib/quote.c: Include stddef.h.
35880         Reported by Axel Kittenberger.
35881
35882         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
35883         line in double quotes so that it evokes a better diagnostic.
35884         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
35885         Reported by Axel Kittenberger.
35886
35887 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
35888
35889         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
35890         as if it was a `charset'.
35891
35892 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
35893
35894         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
35895         has const.
35896
35897 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
35898
35899         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
35900         to avoid a warning.  Add back 'const' to inptr.
35901
35902 2001-01-20  Jim Meyering  <meyering@lucent.com>
35903
35904         Be sure that headers are checked before used in code compiled
35905         for the type checks.
35906         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
35907         In place of that, invoke jm_CHECK_ALL_TYPES.
35908         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
35909         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
35910         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
35911         The check for ssize_t was mistakenly run before the test for unistd.h.
35912
35913         The configure-time check for stdbool.h was missing.
35914         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
35915         (jm_PREREQ_HASH): New function.
35916
35917 2001-01-17  Jim Meyering  <meyering@lucent.com>
35918
35919         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
35920         for autoconf-2.49c.
35921         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
35922
35923 2001-01-16  Jim Meyering  <meyering@lucent.com>
35924
35925         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
35926         From Bruno Haible.
35927
35928 2001-01-14  Jim Meyering  <meyering@lucent.com>
35929
35930         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
35931         foo and bar.  Create conftestdir/ in the script, not in the C code.
35932         Remove directories in the script, not in the C code.
35933         Remove conftestdir{,2} before trying to create the directory.
35934         Make the entire configure script fail if the mkdir fails.
35935
35936 2001-01-14  Jim Meyering  <meyering@lucent.com>
35937
35938         * lib/rename.c: New file.  From Volker Borchert.
35939         Include stdlib.h, string.h or strings.h, and xalloc.h.
35940         Use strip_trailing_slashes rather than open-coding it.
35941
35942 2001-01-03  Paul Eggert  <eggert@twinsun.com>
35943
35944         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
35945
35946 2001-01-03  Jim Meyering  <meyering@lucent.com>
35947
35948         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
35949         of local `inptr' to avoid warning with some system declarations of
35950         iconv.
35951
35952 2001-01-02  Volker Borchert  <bt@teknon.de>
35953
35954         * m4/rename.m4: New file.
35955         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
35956
35957 2001-01-01  Jim Meyering  <meyering@lucent.com>
35958
35959         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
35960         even on systems with utmpx.h.  It's necessary for the declaration of
35961         utmp's ut_user member.  Reported by Andreas Jaeger.
35962
35963         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
35964         available. They are required for the declarations of getgrgid and
35965         getpwuid resp.
35966         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
35967         Reported by Andreas Jaeger.
35968
35969 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
35970
35971         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
35972         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
35973         so `make install' also works in VPATH builds.
35974
35975 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
35976
35977         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
35978         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
35979         can be used in subdirectories.
35980
35981 2000-12-29  Paul Eggert  <eggert@twinsun.com>
35982
35983         * lib/modechange.c: Do not assume that mode_t uses the
35984         traditional octal encoding.  E.g. "chmod 1 FOO" should set
35985         the other-execute bit of FOO even if S_IXOTH != 1.
35986
35987         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
35988         WOTH, XOTH, ALLM): New macros.
35989         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
35990          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
35991         Use them.
35992         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
35993         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
35994         (mode_compile):
35995         No need to use uintmax_t; unsigned long is long enough.
35996         Don't bother to get suffix since we don't use it.
35997
35998 2000-12-26  Jim Meyering  <meyering@lucent.com>
35999
36000         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
36001         better with autoheader.
36002
36003 2000-12-24  Jim Meyering  <meyering@lucent.com>
36004
36005         * lib/hash.c (is_prime): Return explicit boolean values.
36006         (hash_get_first): Return NULL to appease Irix5.6's 89.
36007         Reported by Nelson Beebe.
36008
36009 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
36010
36011         * lib/localcharset.c (locale_charset): Add support for Win32.
36012
36013 2000-12-18  Paul Eggert  <eggert@twinsun.com>
36014
36015         * lib/physmem.h, lib/physmem.c: New files.
36016
36017         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
36018         (noinst_HEADERS): Add physmem.h.
36019
36020         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
36021         't' for compatibility with Solaris 8 sort.
36022
36023 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
36024
36025         * lib/config.charset: Add support for BeOS.
36026
36027 2000-12-17  Jim Meyering  <meyering@lucent.com>
36028
36029         * m4/dos.m4 (jm_AC_DOS): New file and macro.
36030         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
36031
36032 2000-12-16  Jim Meyering  <meyering@lucent.com>
36033
36034         This bug had a serious impact on chown: `chown N:M FILE' (for integer
36035         N and M) would have treated it like `chown N:N FILE'.
36036
36037         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
36038
36039 2000-12-16  Jim Meyering  <meyering@lucent.com>
36040
36041         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
36042         SHELLS_FILE to a file name that's useful on djgpp systems.
36043         Include stdlib.h.
36044         (ADDITIONAL_DEFAULT_SHELLS): Define.
36045         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
36046         Based mostly on a patch from Prashant TR.
36047
36048 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
36049
36050         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
36051         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
36052         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
36053
36054 2000-12-08  Andreas Schwab  <schwab@suse.de>
36055
36056         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
36057         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
36058
36059 2000-12-07  Jim Meyering  <meyering@lucent.com>
36060
36061         * lib/stripslash.c (ISSLASH): Define.
36062         (strip_trailing_slashes): Use ISSLASH rather than comparing against
36063         `/'.
36064         From Prashant TR.
36065
36066         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
36067         (dir_name_r): Declare this function as static.
36068         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
36069         manifest itself on a name containing a mix of slashes and
36070         backslashes.
36071         Make this function work with names starting with a DOS-style
36072         drive letter and colon prefix.
36073         (dir_name): Append `.' if necessary.
36074         Based mostly on patches from Prashant TR and Eli Zaretskii.
36075
36076         * lib/dirname.h (dir_name_r): Remove prototype.
36077
36078 2000-12-06  Paul Eggert  <eggert@twinsun.com>
36079
36080         * m4/off_t-format.m4: Remove this file.
36081         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
36082
36083 2000-12-06  Jim Meyering  <meyering@lucent.com>
36084
36085         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
36086         replacement strtoull, we may well need the replacement strtoul, too.
36087         Check for declarations of strtoul and strtoull.
36088         Check for strtol.  Mainly as a cue to cause automake to include
36089         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
36090         Check for limits.h -- strtol.c needs it.
36091
36092 2000-12-05  Jim Meyering  <meyering@lucent.com>
36093
36094         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
36095
36096 2000-12-04  Jim Meyering  <meyering@lucent.com>
36097
36098         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
36099         Also include memory.h, stdlib.h, unistd.h if appropriate.
36100         Reported by Andreas Jaeger (conflicting declaration of malloc).
36101
36102 2000-12-02  Jim Meyering  <meyering@lucent.com>
36103
36104         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
36105         * m4/jm-macros.m4 (jm_MACROS): require it.
36106
36107 2000-12-02  Jim Meyering  <meyering@lucent.com>
36108
36109         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
36110
36111 2000-12-01  Paul Eggert  <eggert@twinsun.com>
36112
36113         * lib/memrchr.c: Include <config.h> before any system include file.
36114
36115 2000-11-30  Jim Meyering  <meyering@lucent.com>
36116
36117         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
36118
36119 2000-11-30  Jim Meyering  <meyering@lucent.com>
36120
36121         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
36122
36123 2000-11-29  Paul Eggert  <eggert@twinsun.com>
36124
36125         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
36126
36127 2000-11-26  Jim Meyering  <meyering@lucent.com>
36128
36129         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
36130
36131 2000-11-22  Paul Eggert  <eggert@twinsun.com>
36132
36133         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
36134         size of (size_t) -1; it's not portable.
36135
36136 2000-11-17  Jim Meyering  <meyering@lucent.com>
36137
36138         * lib/strstr.c: Update from GNU libc.
36139
36140 2000-11-17  Akim Demaille  <akim@epita.fr>
36141
36142         * lib/obstack.h: Formatting changes.
36143         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
36144         prevent type checking.
36145         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
36146         cast the value to (void *): assigning a `foo *' to a `void *'
36147         variable is valid.
36148         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
36149
36150 2000-11-16  Jim Meyering  <meyering@lucent.com>
36151
36152         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
36153
36154 2000-11-11  Jim Meyering  <meyering@lucent.com>
36155
36156         * lib/error.c: Add a couple #includes, merging from GNU libc version.
36157
36158 2000-11-10  Jim Meyering  <meyering@lucent.com>
36159
36160         * lib/obstack.h: Update from GNU libc.
36161         * lib/obstack.c: Likewise.
36162
36163 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
36164
36165         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
36166
36167 2000-11-06  Paul Eggert  <eggert@twinsun.com>
36168
36169         * lib/getusershell.c (setusershell): Use rewind rather than
36170         fseek/fseeko, to avoid configuration hassles with fseeko.
36171         Don't bother opening SHELLS_FILE if shellstream is NULL;
36172         it's not necessary.
36173
36174 2000-11-05  Jim Meyering  <meyering@lucent.com>
36175
36176         * lib/makepath.h (make_dir): Declare.
36177         * lib/makepath.c (make_dir): Remove `static' attribute.
36178         Tweak a comment.
36179
36180 2000-11-04  Jim Meyering  <meyering@lucent.com>
36181
36182         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
36183
36184 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
36185
36186         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
36187         last one in a bucket, advance to the next bucket.
36188
36189 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
36190
36191         * lib/fnmatch.c: Do not comment out all the code if we are using
36192         the GNU C library, because in some cases we are replacing buggy
36193         code in the GNU C library itself.
36194
36195 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
36196
36197         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
36198         (regex_compile): Catch bogus \(\1\).
36199
36200 2000-10-30  Paul Eggert  <eggert@twinsun.com>
36201
36202         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
36203         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
36204         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
36205
36206 2000-10-30  Paul Eggert  <eggert@twinsun.com>
36207
36208         * lib/error.h, getline.h, modechange.h:
36209         Remove "2000" from Copyright line, as the file hasn't been
36210         changed this year other than in the copyright notice.
36211
36212         * lib/xalloc.h: Add "2000" to Copyright line, as this file
36213         was changed this year.
36214
36215 2000-10-29  Jim Meyering  <meyering@lucent.com>
36216
36217         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
36218         renaming.
36219         * m4/ls-mntd-fs.m4: Likewise
36220
36221 2000-10-29  Jim Meyering  <meyering@lucent.com>
36222
36223         * lib/xstat.in: Fix grammar in comment.
36224
36225 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
36226
36227         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
36228         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
36229         doesn't define __restrict_arr.
36230
36231 2000-10-28  Jim Meyering  <meyering@lucent.com>
36232
36233         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
36234         (jm_PREREQ_MEMCHR): New function.
36235
36236 2000-10-28  Jim Meyering  <meyering@lucent.com>
36237
36238         * lib/memchr.c: Update from libc.
36239         Adjust for portability:
36240         [HAVE_STDLIB_H]: Include stdlib.h.
36241         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
36242         Undef __memchr, too.
36243         [!weak_alias]: Define __memchr to memchr.
36244
36245         * lib/regex.c: Update from libc.
36246         * lib/regex.h: Likewise.
36247         * lib/getopt1.c: Likewise.
36248         * lib/memcmp.c: Likewise.
36249
36250         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
36251         Avoid using fseek, when possible -- it's broken by design.
36252         Patch by Ulrich Drepper.
36253
36254 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
36255
36256         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
36257         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
36258         Giving in to popular pressure to shut up the compiler with casts.
36259
36260 2000-10-26  Jim Meyering  <meyering@lucent.com>
36261
36262         * lib/strftime.c: Update from libc.
36263
36264 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
36265
36266         * regex.c: More `unsigned char' -> `re_char' changes.
36267         Also change several `int' into `re_wchar_t'.
36268         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
36269         (PUSH_FAILURE_POINTER): Don't cast any more.
36270         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
36271         We want GCC to complain, since this piece of code makes
36272         re_match non-reentrant, which *should* be fixed.
36273         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
36274         (EXTEND_BUFFER): Use RETALLOC.
36275         (SET_LIST_BIT): Don't cast.
36276         (re_wchar_t): New type.
36277         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
36278         that those two functions will always properly return.
36279         (IMMEDIATE_QUIT_CHECK): Cast to void.
36280         (analyse_first): Use recursion rather than an explicit stack.
36281         (re_compile_fastmap): Can't fail anymore.
36282         (re_search_2): Don't check re_compile_fastmap for failure.
36283         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
36284         Now also sets the new value (passed in a new argument).
36285         (re_match_2_internal): Use it.
36286         Also, use a new var `reg' of type size_t when looping through regs
36287         rather than reuse the inappropriate `mcnt'.
36288
36289 2000-10-25  Jim Meyering  <meyering@lucent.com>
36290
36291         * lib/obstack.c: Update from libc.
36292
36293 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
36294
36295         * regex.c (regex_compile): Change the way of handling a range from
36296         a char less than 256 to a char not less than 256.
36297
36298 2000-10-24  Andrew Innes  <andrewi@gnu.org>
36299
36300         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
36301         NT-Emacs only.
36302         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
36303         so that re_search functions only quit when callers expect them to.
36304
36305 2000-10-23  Jim Meyering  <meyering@lucent.com>
36306
36307         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
36308         wrong.  That set_locale call must not have any side effects.
36309         From Paul Eggert.
36310
36311 2000-10-22  Jim Meyering  <meyering@lucent.com>
36312
36313         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
36314         [CYCLIC]: Remove now-unused definition.
36315
36316         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
36317         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
36318         Suggestion from Ulrich Drepper.
36319
36320 2000-10-21  Jim Meyering  <meyering@lucent.com>
36321
36322         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
36323         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
36324         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
36325
36326 2000-10-21  Jim Meyering  <meyering@lucent.com>
36327
36328         * lib/dirname.c (memrchr): Declare if necessary.
36329         (dir_name): Remove the restriction that there be no
36330         trailing slashes.  Now, this code skips past them, effectively
36331         ignoring them.
36332         [TEST_DIRNAME] (main): New unit tests.
36333
36334         * lib/memrchr.c: New file from GNU libc.
36335         Undef __memrchr, too.
36336         [!weak_alias]: Define __memrchr to memrchr.
36337         Guard weak_alias use with `#ifdef weak_alias'.
36338
36339 2000-10-21  Jim Meyering  <meyering@lucent.com>
36340
36341         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
36342         (dir_name): Use dir_name_r.
36343         * lib/dirname.h (dir_name_r): Declare it.
36344
36345 2000-10-17  Jim Meyering  <meyering@lucent.com>
36346
36347         * lib/quote.h (PARAMS): Define and use.
36348         Reported by Akim Demaille.
36349
36350         * lib/getopt.c: Update from libc.
36351
36352 2000-10-16  Jim Meyering  <meyering@lucent.com>
36353
36354         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
36355         setlocale.
36356         From Jan Fedak.
36357
36358 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
36359
36360         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
36361
36362 2000-09-25  Jim Meyering  <meyering@lucent.com>
36363
36364         * lib/md5.h (rol): Define (from GnuPG).
36365
36366         * lib/sha.c: Give credit (GnuPG) where due.
36367         (M): Use rol rather than open-coding it.
36368         Add a FIXME comment.
36369
36370 2000-09-21  Jim Meyering  <meyering@lucent.com>
36371
36372         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
36373         Reported by Michael Stone.
36374
36375 2000-09-20  Jim Meyering  <meyering@lucent.com>
36376
36377         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
36378         (noinst_HEADERS): Add sha.h.
36379         Based on code from Scott G. Miller and from GnuPG.
36380
36381 2000-09-18  Jim Meyering  <meyering@lucent.com>
36382
36383         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
36384         LIBS. Otherwise, everyone ends up linking with -lelf for some
36385         configurations.
36386         Reported by Mike Stone.
36387
36388 2000-09-15  Jim Meyering  <meyering@lucent.com>
36389
36390         * lib/regex.c: Update from libc.
36391
36392 2000-09-10  Jim Meyering  <meyering@lucent.com>
36393
36394         * lib/getopt.c (_getopt_internal): Update from glibc.
36395
36396 2000-09-09  Jim Meyering  <meyering@lucent.com>
36397
36398         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
36399         think it should be used as a general replacement for isascii.
36400         * lib/fnmatch.c: Likewise.
36401         * lib/mbswidth.c: Likewise
36402         * lib/regex.c: Likewise.
36403
36404         Don't use atoi.
36405         * lib/userspec.c: Include sys/param.h and limits.h.
36406         Include xstrtol.h.
36407         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
36408         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
36409         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
36410         UID, GID.  Check range.
36411
36412 2000-09-06  Jim Meyering  <meyering@lucent.com>
36413
36414         * lib/getopt.c (_getopt_internal): Update from glibc.
36415
36416 2000-08-30  Jim Meyering  <meyering@lucent.com>
36417
36418         * lib/strftime.c: Merge in changes from GNU libc.
36419
36420 2000-08-26  Jim Meyering  <meyering@lucent.com>
36421
36422         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
36423         * m4/fpending.m4: New file.
36424
36425 2000-08-26  Jim Meyering  <meyering@lucent.com>
36426
36427         * lib/closeout.c: Include "__fpending.h".
36428         (close_stdout_status): Return right away if there's nothing to flush.
36429
36430         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
36431         * lib/__fpending.c: New file.
36432         * lib/__fpending.h: New file.
36433
36434 2000-08-20  Jim Meyering  <meyering@lucent.com>
36435
36436         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
36437         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
36438         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
36439
36440 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
36441
36442         Improve fileutils installation on systems where running
36443         programs (like install) can't be unlinked.
36444         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
36445         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
36446
36447 2000-08-07  Paul Eggert  <eggert@twinsun.com>
36448
36449         Standardize on "memory exhausted" instead of "Memory exhausted"
36450         or "virtual memory exhausted".
36451         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
36452         "virtual memory exhausted".
36453         * lib/same.c (same_name): Invoke xalloc_die instead of printing
36454         our own message.
36455         * lib/userspec.c (parse_user_spec): Likewise.
36456         * lib/bumpalloc.h: comment fix
36457         * lib/same.c, userspec.c: Include xalloc.h.
36458
36459         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
36460         not char *const and pointing to a constant array.
36461         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
36462         (xrealloc): Comment fix.
36463
36464         * lib/userspec.c (parse_user_spec):
36465         Don't translate a message until just before returning,
36466         to avoid unnecessary translation.
36467
36468 2000-08-07  Jim Meyering  <meyering@lucent.com>
36469
36470         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
36471         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
36472         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
36473         getgroups.c, gethostname.c, getopt.h, group-member.c,
36474         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
36475         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
36476         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
36477         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
36478         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
36479         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
36480         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
36481         yesno.c: Back out Copyright date changes for each file with no change
36482         this year.  This eases coordination with other programs using the same
36483         source code modules.  From Paul Eggert.
36484
36485 2000-08-06  Paul Eggert  <eggert@twinsun.com>
36486
36487         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
36488         not char, for compatibility with glibc 2.1.3 strftime.c.
36489
36490 2000-08-03  Greg McGary  <greg@mcgary.org>
36491
36492         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
36493         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
36494         (EXTEND_BUFFER): Use them.
36495
36496 2000-08-01  Jim Meyering  <meyering@lucent.com>
36497
36498         * lib/dirname.c (ISSLASH): Define.
36499         (BACKSLASH_IS_PATH_SEPARATOR): Define.
36500         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
36501         both `\' and `/' may be use as path separators.
36502         Based on a patch from Prashant TR.
36503
36504 2000-07-31  Paul Eggert  <eggert@twinsun.com>
36505
36506         * lib/quotearg.c (quotearg_n_options): Don't make the initial
36507         slot vector a constant, since it might get modified.
36508
36509 2000-07-31  Jim Meyering  <meyering@lucent.com>
36510
36511         * lib/xmalloc.c: Use `virtual memory exhausted', not
36512         `Memory exhausted'.
36513         * lib/obstack.c (print_and_abort): Likewise.
36514
36515 2000-07-30  Paul Eggert  <eggert@twinsun.com>
36516
36517         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
36518         buffer, so that the caller can always quote one small
36519         component of a "memory exhausted" message in slot 0.
36520         From a suggestion by Jim Meyering.
36521
36522 2000-07-30  Jim Meyering  <meyering@lucent.com>
36523
36524         * lib/makepath.c (make_path): Quote the other instance, too.
36525
36526         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
36527         (STATIC_BUF_SIZE): Define.
36528         (quotearg_n_options): Use only statically allocated storage when
36529         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
36530         than STATIC_BUF_SIZE.
36531
36532 2000-07-29  Jim Meyering  <meyering@lucent.com>
36533
36534         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
36535         * lib/dirname.c (dir_name): Likewise.
36536
36537         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
36538         `/'.
36539
36540         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
36541         (dir_name): Assert that there are no trailing slashes.
36542
36543 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
36544
36545         * lib/mbswidth.h (mbswidth): Add a flags argument.
36546         (mbswidth): New declaration.
36547         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
36548         * lib/mbswidth.c (mbswidth): Add a flags argument.
36549         (mbsnwidth): New function.
36550
36551 2000-07-24  Jim Meyering  <meyering@lucent.com>
36552
36553         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
36554
36555 2000-07-23  Paul Eggert  <eggert@twinsun.com>
36556
36557         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
36558
36559 2000-07-23  Paul Eggert  <eggert@twinsun.com>
36560
36561         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
36562         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
36563         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
36564         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
36565         invoke multibyte primitives.
36566
36567 2000-07-23  Paul Eggert  <eggert@twinsun.com>
36568
36569         * lib/quotearg.c:
36570         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
36571         so that mbstate_t is always defined.
36572
36573         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
36574         be 1 in at least one GCC installation, and this configuration
36575         error is likely to be common.  Ignoring MB_LEN_MAX hurts
36576         performance on hosts that have mbrtowc but have only unibyte
36577         locales, but I assume these hosts are rare.
36578
36579 2000-07-23  Paul Eggert  <eggert@twinsun.com>
36580
36581         * lib/mbswidth.c (_XOPEN_SOURCE):
36582         Don't define; this causes problems on Solaris 7.
36583         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
36584
36585 2000-07-23  Jim Meyering  <meyering@lucent.com>
36586
36587         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
36588         too: getgrgid, getpwuid, getuid.
36589
36590 2000-07-23  Jim Meyering  <meyering@lucent.com>
36591
36592         * lib/basename.c (base_name): Add an assertion.
36593
36594 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
36595
36596         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
36597         shadow its mbsinit function.
36598
36599 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
36600
36601         * lib/mbswidth.h: New file.
36602         * lib/mbswidth.c: New file.
36603         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
36604         (noinst_HEADERS): Add mbswidth.h.
36605
36606 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
36607
36608         * lib/config.charset: Add support for FreeBSD. Improve support for
36609         HP-UX and IRIX 6.
36610
36611 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
36612
36613         * m4/mbswidth.m4: New file.
36614         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
36615
36616 2000-07-15  Jim Meyering  <meyering@lucent.com>
36617
36618         * lib/makepath.c: Include quote.h.
36619         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
36620         corresponding argument in a `quote (...)' call.
36621         Give better diagnostics.
36622
36623         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
36624         (noinst_HEADERS): Add quote.h.
36625
36626         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
36627         from tar's src/misc.c.
36628         * lib/quote.h: New file.  Prototypes for same.
36629
36630 2000-07-14  Paul Eggert  <eggert@twinsun.com>
36631
36632         From a suggestion by Bruno Haible.
36633         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
36634         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
36635         to decide whether to define the BeOS workaround macro;
36636         this adjusts to the change to AC_MBSTATE_T.
36637
36638 2000-07-14  Jim Meyering  <meyering@lucent.com>
36639
36640         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
36641         jm_AC_TYPE_UINTMAX_T.
36642
36643 2000-07-13  Paul Eggert  <eggert@twinsun.com>
36644
36645         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
36646
36647         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
36648         quotearg_buffer_restyled): Add support for
36649         clocale_quoting_style.  Undo previous change to
36650         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
36651         and "{RIGHT QUOTATION MARK}" msgids.
36652
36653 2000-07-10  Paul Eggert  <eggert@twinsun.com>
36654
36655         From a suggestion by Bruno Haible.
36656         * m4/mbstate_t.m4 (AC_MBSTATE_T):
36657         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
36658         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
36659         and mbstate_t, to a single-part test that simply defines mbstate_t.
36660         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
36661         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
36662
36663 2000-07-10  Jim Meyering  <meyering@lucent.com>
36664
36665         * m4/strerror_r.m4: Mirror the correction made in autoconf.
36666
36667         * m4/gnu-source.m4: Output to confdefs.h directly.
36668         Suggestion from Akim Demaille.
36669
36670 2000-07-09  Paul Eggert  <eggert@twinsun.com>
36671
36672         The old behavior of quoting `like this' doesn't look good with
36673         newer, ISO-style fonts.  See:
36674         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
36675
36676         Instead, quote "like this" by default.  Let the translator
36677         tailor the locale-specific quoting behavior by providing
36678         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
36679
36680         * lib/quotearg.c (N_): New macro.
36681         (gettext_default): New function.
36682         (quotearg_buffer_restyled): Use
36683         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
36684         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
36685
36686 2000-07-09  Jim Meyering  <meyering@lucent.com>
36687
36688         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
36689         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
36690
36691         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
36692         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
36693
36694 2000-07-09  Jim Meyering  <meyering@lucent.com>
36695
36696         * lib/Most files: Update copyright dates to include 2000.
36697
36698 2000-07-08  Jim Meyering  <meyering@lucent.com>
36699
36700         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
36701         if not defined.
36702         (xgethostname): Remove now-unnecessary #ifdef.
36703         Move declaration of `err' into loop where it's used.
36704
36705 2000-07-05  Paul Eggert  <eggert@twinsun.com>
36706         and Bruno Haible  <haible@clisp.cons.org>
36707
36708         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
36709         only if the test for an object-type mbstate_t fails.  This
36710         prevents us from mistakenly reporting that mbstate_t is a
36711         system object type after we "#define mbstate_t int" to work
36712         around its lack.
36713
36714 2000-07-05  Paul Eggert  <eggert@twinsun.com>
36715         and Bruno Haible  <haible@clisp.cons.org>
36716
36717         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
36718
36719 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
36720
36721         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
36722         to strerror_r.
36723         Include <ctype.h> for use of isalpha.
36724
36725 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
36726
36727         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
36728         by allocating a larger buffer. Test the gethostname return value for
36729         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
36730         returns an error and ENAMETOOLONG isn't defined.
36731
36732 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
36733
36734         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
36735         dimension.
36736
36737 2000-07-04  Jim Meyering  <meyering@lucent.com>
36738
36739         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
36740         of the deprecated AC_CHECKING.
36741
36742 2000-07-04  Jim Meyering  <meyering@lucent.com>
36743
36744         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
36745         Reported by Bruno Haible.
36746
36747 2000-07-04  Jim Meyering  <meyering@lucent.com>
36748
36749         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
36750         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
36751         lacks mbrtowc.
36752
36753 2000-07-03  Paul Eggert  <eggert@twinsun.com>
36754
36755         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
36756         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
36757
36758 2000-07-03  Paul Eggert  <eggert@twinsun.com>
36759         and Bruno Haible  <haible@clisp.cons.org>
36760
36761         * lib/quotearg.c (mbrtowc):
36762         Assign to *pwc, and return 1 only if result is nonzero.
36763         (iswprint): Use ISPRINT when substituting our own mbrtowc.
36764
36765 2000-07-03  Jim Meyering  <meyering@lucent.com>
36766
36767         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
36768
36769 2000-07-03  Jim Meyering  <meyering@lucent.com>
36770
36771         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
36772         This is necessary to get a definition of e.g., UTMP_FILE on
36773         HP-UX 10.20.
36774         From Bob Proulx.
36775
36776 2000-07-02  Jim Meyering  <meyering@lucent.com>
36777
36778         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
36779
36780         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
36781         AC_LIBOBJ(function_name).
36782         * m4/chown.m4: Likewise.
36783         * m4/fnmatch.m4: Likewise.
36784         * m4/ftruncate.m4: Likewise.
36785         * m4/getgroups.m4: Likewise.
36786         * m4/getline.m4: Likewise.
36787         * m4/group-member.m4: Likewise.
36788         * m4/jm-macros.m4: Likewise.
36789         * m4/lstat.m4: Likewise.
36790         * m4/malloc.m4: Likewise.
36791         * m4/memcmp.m4: Likewise.
36792         * m4/nanosleep.m4: Likewise.
36793         * m4/putenv.m4: Likewise.
36794         * m4/realloc.m4: Likewise.
36795         * m4/regex.m4: Likewise.
36796         * m4/stat.m4: Likewise.
36797         * m4/strftime.m4: Likewise.
36798
36799 2000-07-02  Jim Meyering  <meyering@lucent.com>
36800
36801         * lib/quotearg.c (mbstate_t): Don't define here.
36802
36803 2000-07-02  Jim Meyering  <meyering@lucent.com>
36804
36805         * lib/nanosleep.c (SIGCONT): Define if not already defined.
36806
36807 2000-07-01  Jim Meyering  <meyering@lucent.com>
36808
36809         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
36810
36811 2000-07-01  Jim Meyering  <meyering@lucent.com>
36812
36813         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
36814         problem.
36815
36816 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
36817
36818         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
36819         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
36820
36821 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
36822
36823         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
36824         per change in ../m4/ls-mntd-fs.m4.
36825         (read_filesystem_list): Ignore symbolic links.
36826
36827 2000-06-29  Jim Meyering  <meyering@lucent.com>
36828
36829         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
36830         for declaration of strcmp.
36831
36832         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
36833
36834         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
36835         Avoid warning by casting result to `char *' to remove `const'.
36836
36837 2000-06-28  Jim Meyering  <meyering@lucent.com>
36838
36839         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
36840         included by quotearg.c, for which we perform this test.  From
36841         Bruno Haible.
36842
36843 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
36844
36845         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
36846         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
36847         <utmpx.h> exists, put readutmp.o into LIBOBJS.
36848
36849 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
36850
36851         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
36852
36853 2000-06-26  Paul Eggert  <eggert@twinsun.com>
36854
36855         savedir now sets errno on failure and invokes xmalloc to get memory.
36856         Fix a couple of other minor bugs while we're at it.
36857
36858         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
36859         (NAMLEN): Remove macro.
36860         (malloc, realloc): Remove decls.
36861         (stpcpy): Likewise.
36862         ("xalloc.h"): Include.
36863         (NAME_SIZE_DEFAULT): New macro.
36864         (savedir): Use xmalloc / xrealloc to allocate memory.
36865         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
36866         Skip "" directory entries.
36867         Use strlen to calculate directory entry length, since the old method
36868         is rarely used these days and isn't worth supporting.
36869         Don't use a pointer after freeing it.
36870         Check for integer overflow when calculating allocation size.
36871         Use memcpy to copy entries, instead of stpcpy.
36872         Set errno properly when returning NULL.
36873         Check for readdir error.
36874
36875 2000-06-26  Jim Meyering  <meyering@lucent.com>
36876
36877         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
36878
36879 2000-06-25  Jim Meyering  <meyering@lucent.com>
36880
36881         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
36882         Linux header bug when _XOPEN_SOURCE is defined to 500.
36883
36884 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
36885
36886         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
36887         deficiency.
36888
36889 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
36890
36891         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
36892         Include xalloc.h.
36893         Don't include <stdlib.h>.  Don't declare malloc, realloc.
36894
36895 2000-06-24  Jim Meyering  <meyering@lucent.com>
36896
36897         * m4/strerror_r.m4: Revive this file -- to try out an experimental
36898         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
36899         for which strerror does return char*, but which lacks a conveniently
36900         accessible declaration of the function.  If the compile-test says
36901         strerror_r doesn't work, then resort to a `run'-test that works on
36902         BeOS and segfaults on DEC Unix.
36903
36904 2000-06-24  Jim Meyering  <meyering@lucent.com>
36905
36906         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
36907
36908 2000-06-23  Paul Eggert  <eggert@twinsun.com>
36909
36910         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
36911         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
36912
36913 2000-06-23  Paul Eggert  <eggert@twinsun.com>
36914
36915         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
36916         (mbrtowc, mbstate_t): Define substitutes if
36917         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
36918         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
36919         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
36920
36921 2000-06-23  Jim Meyering  <meyering@lucent.com>
36922
36923         * m4/afs.m4: Add missing AC_MSG_RESULT.
36924         Reported by Bruno Haible.
36925
36926         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
36927         Suggestion from Bruno Haible.
36928
36929 2000-06-23  Jim Meyering  <meyering@lucent.com>
36930
36931         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
36932
36933 2000-06-21  Jim Meyering  <meyering@lucent.com>
36934
36935         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
36936
36937 2000-06-21  Jim Meyering  <meyering@lucent.com>
36938
36939         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
36940         (noinst_HEADERS): Add getstr.h.
36941
36942         * lib/getline.c (getstr): Move into a separate file.
36943         * lib/getstr.c (getstr): New file, extracted from getline.c, with
36944         the following changes: new parameter, delim2; both delim[12]
36945         parameters have type `int', not `char'.  The latter would lose
36946         with 8-bit delimiters.
36947         * lib/getstr.h: New file.
36948
36949 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
36950
36951         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
36952         than 1024, return a memory chunk of least possible size, instead
36953         of size PATH_MAX + 2. In the loop, increment the size proportionally.
36954         Use free/xmalloc instead of xrealloc to avoid copying for very long
36955         paths.
36956
36957 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
36958
36959         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
36960         the empty string.
36961
36962 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
36963
36964         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
36965         address, not strdup.  Include <stdlib.h> and don't declare free().
36966
36967 2000-06-19  Jim Meyering  <meyering@lucent.com>
36968
36969         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
36970
36971 2000-06-18  Jim Meyering  <meyering@lucent.com>
36972
36973         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
36974
36975         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
36976         `checking whether...' message to be consistent with that of the
36977         lstat test.
36978
36979 2000-06-18  Jim Meyering  <meyering@lucent.com>
36980
36981         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
36982         Besides, these days every porting target provides a mkdir function.
36983
36984         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
36985         needed. (this snippet comes from src/system.h).
36986
36987 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
36988
36989         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
36990
36991 2000-06-15  Paul Eggert  <eggert@twinsun.com>
36992
36993         * lib/human.c (adjust_value): New function.
36994         (human_readable_inexact): Apply rounding style even when
36995         printing approximate values.
36996
36997 2000-06-14  Paul Eggert  <eggert@twinsun.com>
36998
36999         * lib/human.c (human_readable_inexact): Allow an input block
37000         size that is not a multiple of the output block size, and vice versa.
37001         Reported by Piergiorgio Sartor.
37002
37003 2000-06-14  Paul Eggert  <eggert@twinsun.com>
37004
37005         * lib/getdate.y (get_date): Apply relative times after time
37006         zone indicator, not before.  Reported by Todd A. Jacobs.
37007
37008 2000-06-13  Jim Meyering  <meyering@lucent.com>
37009
37010         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
37011
37012         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
37013
37014 2000-06-12  Paul Eggert  <eggert@twinsun.com>
37015
37016         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
37017
37018 2000-06-12  Jim Meyering  <meyering@lucent.com>
37019
37020         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
37021         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
37022         optional argument.
37023         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
37024         the optional argument, `lib'.
37025
37026 2000-06-08  Jim Meyering  <meyering@lucent.com>
37027
37028         * m4/largefile.m4: Remove file (now that it's part of autoconf).
37029
37030 2000-06-04  Paul Eggert  <eggert@twinsun.com>
37031
37032         Rewrite largefile configuration so that we don't need to run
37033         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
37034         AC_CANONICAL_HOST in configure.in -- jmm]
37035
37036         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
37037         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
37038         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
37039         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
37040         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
37041         All uses changed.
37042         Instead of inspecting the output of getconf, try to compile the
37043         test program without and with the macro definition.
37044         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
37045         for getconf.  Instead, check for the needed flags by compiling
37046         test programs.
37047
37048 2000-06-04  Paul Eggert  <eggert@twinsun.com>
37049
37050         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
37051
37052 2000-06-04  Jim Meyering  <meyering@lucent.com>
37053
37054         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
37055         SunOS 4.1.4 for which gid_t is an unsigned type.
37056
37057 2000-06-03  Jim Meyering  <meyering@lucent.com>
37058
37059         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
37060         now that autoconf requires that.
37061
37062         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
37063         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
37064         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
37065
37066 2000-06-03  Jim Meyering  <meyering@lucent.com>
37067
37068         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
37069
37070 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
37071
37072         * m4/glibc21.m4: New file.
37073         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
37074
37075 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
37076
37077         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
37078         newer, don't install charset.alias.
37079         * lib/config.charset: Change the Linux/glibc rules so they become empty
37080         on glibc-2.1 or newer.
37081
37082 2000-06-02  Jim Meyering  <meyering@lucent.com>
37083
37084         * lib/mountlist.c: Back out last change.  Instead, do this...
37085         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
37086         me_dummy member using the same `ignore'-testing code.
37087         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
37088         fs_type strings.
37089         From Mark D. Roth.
37090
37091 2000-05-29  Jim Meyering  <meyering@lucent.com>
37092
37093         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
37094         mounts with the `ignore' attribute.  Based on a patch from
37095         Mark D. Roth.
37096
37097 2000-05-28  Jim Meyering  <meyering@lucent.com>
37098
37099         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
37100         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
37101         * m4/stat.m4: Likewise.
37102         * m4/lstat.m4: Likewise.
37103         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
37104
37105         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
37106         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
37107
37108 2000-05-26  Jim Meyering  <meyering@lucent.com>
37109
37110         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
37111
37112 2000-05-24  Jim Meyering  <meyering@lucent.com>
37113
37114         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
37115         autoconf requires that.
37116         * m4/lib-check.m4: Likewise.
37117         * m4/jm-macros.m4: Likewise.
37118         * m4/strftime.m4: Likewise.
37119
37120         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
37121         AC_CHECK_DECLS, now that autoconf requires that.
37122
37123 2000-05-22  Jim Meyering  <meyering@lucent.com>
37124
37125         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
37126         * m4/lstat.m4: Likewise.
37127
37128 2000-05-22  Jim Meyering  <meyering@lucent.com>
37129
37130         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
37131
37132 2000-05-20  Jim Meyering  <meyering@lucent.com>
37133
37134         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
37135         (jm_PREREQ): Use it.
37136
37137 2000-05-18  Jim Meyering  <meyering@lucent.com>
37138
37139         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
37140         back, too, since it may have been modified by allocate_entry.
37141         (hash_delete): Rewrite to use neither the assignment operator
37142         nor the comma operator in an if-expression.
37143
37144 2000-05-15  Paul Eggert  <eggert@twinsun.com>
37145
37146         * lib/closeout.c:
37147         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
37148         Remove; no longer needed.
37149         "quotearg.h": Add include.
37150         (file_name): Do not bother to explicitly initialize to NULL; it's less
37151         efficient on some hosts.
37152         (close_stdout_status): Remove test as to whether stdout was already
37153         closed; it breaks for the case "echo x | sort >&-".
37154         Quote file name colons.
37155         Do not assume that _("write error") lacks format strings.
37156
37157 2000-05-15  Jim Meyering  <meyering@lucent.com>
37158
37159         * lib/version-etc.c (version_etc_copyright): Update the copyright
37160         string used in all --version output.
37161
37162 2000-05-14  Jim Meyering  <meyering@lucent.com>
37163
37164         * lib/closeout.c (close_stdout_set_file_name): New function.
37165         (close_stdout_status): Use new file-scoped global.
37166         Return right away if fstat says the stdout file descriptor is invalid.
37167         * lib/closeout.h (close_stdout_set_file_name): Declare.
37168
37169 2000-05-10  Jim Meyering  <meyering@lucent.com>
37170
37171         * lib/closeout.c [default_exit_status]: New file-scoped variable.
37172         (close_stdout_set_status): New function.
37173         * lib/closeout.h (close_stdout_set_status): Declare.
37174
37175 2000-05-09  Jim Meyering  <meyering@lucent.com>
37176
37177         * m4/gettext.m4: Rename this...
37178         * m4/libintl.m4: ...to this.
37179
37180 2000-05-08  Jim Meyering  <meyering@lucent.com>
37181
37182         * lib/long-options.c: Don't include closeout.h.
37183         (parse_long_options): Don't call close_stdout for --version.
37184
37185 2000-05-06  Paul Eggert  <eggert@twinsun.com>
37186
37187         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
37188         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
37189         2.1.3 bug.  This avoids a clash when files like regex.c define
37190         _GNU_SOURCE.
37191
37192 2000-05-06  Jim Meyering  <meyering@lucent.com>
37193
37194         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
37195         (AC_REPLACE_FUNCS): Add strnlen.
37196
37197         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
37198         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
37199
37200         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
37201         AC_SEARCH_LIBS call for nanosleep.
37202         (LIB_NANOSLEEP): Set and AC_SUBST.
37203
37204 2000-05-06  Jim Meyering  <meyering@lucent.com>
37205
37206         * lib/strnlen.c: Undefine __strnlen and strnlen.
37207         [!weak_alias]: Define __strnlen to strnlen.
37208
37209         * lib/atexit.c: New file, from libiberty.
37210
37211 2000-05-06  Jim Meyering  <meyering@lucent.com>
37212
37213         * lib/closeout.c (close_stdout_status): Also check for errors on the
37214         stderr stream.
37215
37216 2000-05-05  Jim Meyering  <meyering@lucent.com>
37217
37218         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
37219         AC_SEARCH_LIBS call for clock_gettime.
37220         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
37221
37222         * m4/search-libs.m4: Update from autoconf.
37223
37224         su doesn't work on Solaris 2.6.
37225         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
37226         <shadow.h>.  Reported by Dragos Harabor.
37227
37228 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
37229
37230         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
37231         memcpy instead of xmalloc, xrealloc, path_concat.
37232         (locale_charset): Treat empty environment variables as absent.
37233         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
37234
37235 2000-05-04  Jim Meyering  <meyering@lucent.com>
37236
37237         * lib/getopt.c: Update from glibc.
37238         * lib/obstack.c: Likewise.
37239         * lib/obstack.h: Likewise.
37240         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
37241         file
37242
37243         * lib/regex.h: Likewise.
37244         * lib/strndup.c: Likewise.
37245         * lib/strnlen.c: New file, from glibc.
37246
37247 2000-05-03  Jim Meyering  <meyering@lucent.com>
37248
37249         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
37250
37251 2000-05-02  Paul Eggert  <eggert@twinsun.com>
37252
37253         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
37254         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
37255         compile-time test, rather than inspecting host and OS, to
37256         decide whether to define _LARGEFILE_SOURCE.
37257
37258 2000-05-01  Jim Meyering  <meyering@lucent.com>
37259
37260         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
37261
37262         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
37263         Based on a patch from Bruno Haible.
37264
37265 2000-05-01  Jim Meyering  <meyering@lucent.com>
37266
37267         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
37268
37269 2000-04-29  Jim Meyering  <meyering@lucent.com>
37270
37271         * lib/path-concat.c: Declare strdup only if it's not defined.
37272         * lib/canon-host.c: Likewise.
37273
37274 2000-04-28  Jim Meyering  <meyering@lucent.com>
37275
37276         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
37277         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
37278         is included first, then limits.h is included by locale.h by libintl.h.
37279         From John David Anglin.
37280
37281 2000-04-25  Jim Meyering  <meyering@lucent.com>
37282
37283         * lib/makepath.c (S_IRWXUGO): Define.
37284         (make_path): Always perform explicit chmod if MODE specifies any
37285         of the `special' permission bits.  Prompted by a bug report against
37286         install from Mate Wierdl and Joost van Baal.
37287
37288 2000-04-18  Jim Meyering  <meyering@lucent.com>
37289
37290         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
37291         (jm_PREREQ): Use it.
37292
37293 2000-04-18  Jim Meyering  <meyering@lucent.com>
37294
37295         * lib/README: New file.
37296
37297         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
37298         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
37299
37300 2000-04-17  Jim Meyering  <meyering@lucent.com>
37301
37302         Get it right :-)
37303         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
37304         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
37305         Suggestion from Akim Demaille.
37306
37307 2000-04-17  Jim Meyering  <meyering@lucent.com>
37308
37309         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
37310         the definition of it to rpl_strftime also defined-away the system's
37311         declaration.
37312
37313 2000-04-15  Jim Meyering  <meyering@lucent.com>
37314
37315         Use `C' to denote so-called `contiguous' files, the same way
37316         that tar does.
37317         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
37318         (ftypelet): Use S_ISCTG.
37319         From Michael Deutschmann.
37320
37321 2000-04-14  Jim Meyering  <meyering@lucent.com>
37322
37323         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
37324         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
37325         clobbered.
37326
37327 2000-04-14  Jim Meyering  <meyering@lucent.com>
37328
37329         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
37330
37331 2000-04-13  Jim Meyering  <meyering@lucent.com>
37332
37333         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
37334         AH_VERBATIM to insert required #ifndef into config.h.in.
37335         Suggestion from Akim Demaille.
37336
37337 2000-04-12  Jim Meyering  <meyering@lucent.com>
37338
37339         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
37340         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
37341         Christian Krackowizer.
37342
37343         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
37344         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
37345         (AC_SYS_LARGEFILE): Require.
37346         (AM_C_PROTOTYPES): Require.
37347
37348 2000-04-08  Jim Meyering  <meyering@lucent.com>
37349
37350         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
37351         names don't conflict.  Reported by Eli Zaretskii.
37352
37353 2000-04-07  Jim Meyering  <meyering@lucent.com>
37354
37355         * lib/putenv.c: Move inclusion of errno.h so it follows that of
37356         sys/types.h, to work around system header problems on AIX 3.2.5.
37357         From Bruno Haible.
37358
37359 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
37360
37361         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
37362         bug.  Deal with the different error behavior of Irix iconv.
37363
37364 2000-04-05  Paul Eggert  <eggert@twinsun.com>
37365
37366         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
37367         IRIX if the installer said otherwise.
37368
37369 2000-04-05  Jim Meyering  <meyering@lucent.com>
37370
37371         Portability tweaks required for ultrix4.3.
37372         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
37373         (jm_CHECK_DECLS): Add getutent to the list of functions.
37374         (_jm_DECL_HEADERS): Add utmpx.h.
37375         From John David Anglin.
37376
37377         * m4/strftime.m4: Back out the 2000-04-02 change.
37378         Instead of that change, simply undefine putenv in the test program.
37379
37380 2000-04-05  Jim Meyering  <meyering@lucent.com>
37381
37382         Portability tweaks required for ultrix4.3.
37383         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
37384         getutent.
37385         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
37386         * lib/canon-host.c: Declare strdup.
37387         * lib/path-concat.c: Likewise.
37388         From John David Anglin.
37389
37390 2000-04-04  Jim Meyering  <meyering@lucent.com>
37391
37392         Be more DOS 8.3-friendly.
37393         * lib/ref-add.sin: Renamed from ref-add.sed.in.
37394         * lib/ref-del.sin: Renamed from ref-del.sed.in.
37395         * lib/Makefile.am: Reflect renaming.
37396         Reported by Eli Zaretskii.
37397
37398         Use a temporary file name that won't clash with `charset.alias'
37399         in the DOS 8.3 name space.
37400         * lib/Makefile.am (charset_tmp): Define.
37401         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
37402         (uninstall-local): Likewise.
37403         Reported by Eli Zaretskii.
37404
37405 2000-04-03  Jim Meyering  <meyering@lucent.com>
37406
37407         * m4/gettext.m4: Fix typo in comment.
37408
37409         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
37410         textutils/configure.in).  Suggestion from Paul Eggert.
37411         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
37412
37413 2000-04-02  Paul Eggert  <eggert@twinsun.com>
37414
37415         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
37416         variable in the shell rather than using putenv, which isn't
37417         portable.  This avoids the configure-time inter-test dependency
37418         on the potentially-renamed putenv function.
37419
37420 2000-03-30  Paul Eggert  <eggert@twinsun.com>
37421
37422         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
37423         before checking struct stat.st_blksize, so that
37424         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
37425
37426 2000-03-29  Paul Eggert  <eggert@twinsun.com>
37427
37428         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
37429         since strftime.c uses HAVE_STRFTIME to decide whether to use
37430         the underlying strftime.
37431
37432 2000-03-29  Paul Eggert  <eggert@twinsun.com>
37433
37434         * lib/time/strftime.c (my_strftime): Make sure we call the system
37435         strftime, not ourselves, when invoking the underlying strftime.
37436
37437 2000-03-24  Jim Meyering  <meyering@lucent.com>
37438
37439         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
37440         (charset_alias): Define.
37441         (install-exec-local): Factor out common code.
37442         (uninstall-local): Split lines longer than 80.
37443         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
37444         (SUFFIXES): Define.
37445         (.sed.in.sed): New rule.  Don't redirect directly to $@.
37446         (CLEANFILES): Add ref-add.sed and ref-del.sed.
37447
37448 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
37449
37450         * lib/config.charset: Output a line containing "Packages using this
37451         file".
37452         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
37453         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
37454         ref-del.sed): New rules.
37455
37456 2000-03-17  Jim Meyering  <meyering@lucent.com>
37457
37458         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
37459         Otherwise, include <strings.h>
37460
37461 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
37462
37463         * lib/unicodeio.c (utf8_wctomb): New function.
37464         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
37465         format instead of in UCS-4 with platform dependent endianness.
37466
37467 2000-03-10  Jim Meyering  <meyering@lucent.com>
37468
37469         * m4/lib-check.m4: Look for getspnam in -lgen, too.
37470         From Marco Franzen.
37471
37472 2000-03-07  Paul Eggert  <eggert@twinsun.com>
37473
37474         * lib/savedir.c (savedir): Work even if directory size is
37475         negative; this can happen with some screwy NFS configurations.
37476
37477 2000-03-06  Jim Meyering  <meyering@lucent.com>
37478
37479         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
37480         if it's NULL (because we ran out of memory).  From Bruno Haible.
37481
37482 2000-03-05  Jim Meyering  <meyering@lucent.com>
37483
37484         * lib/localcharset.c ("path-concat.h"): Include.
37485         (get_charset_aliases): Use path_concat instead of ANSI string
37486         concatenation.
37487
37488         * lib/unicodeio.h (PARAMS): Define.
37489         Use it to guard prototype.
37490
37491 2000-03-04  Jim Meyering  <meyering@lucent.com>
37492
37493         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
37494         for lib/localcharset.c.
37495
37496 2000-03-04  Jim Meyering  <meyering@lucent.com>
37497
37498         * lib/Makefile.am (install-exec-local): Create $(libdir) before
37499         installing into it.
37500         (uninstall-local): Uncomment this rule so `make distcheck' works
37501         once again.
37502
37503         * lib/unicodeio.c (<errno.h>): Include it.
37504         (errno): Declare if not defined.
37505
37506         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
37507
37508         * lib/config.charset: New version, incorporating remarks from a linux
37509         i18n mailing list.  From Bruno Haible.
37510
37511 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
37512
37513         * m4/codeset.m4: New file.
37514         * m4/iconv.m4: New file.
37515         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
37516
37517 2000-03-03  Jim Meyering  <meyering@lucent.com>
37518
37519         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
37520
37521 2000-03-02  Jim Meyering  <meyering@lucent.com>
37522
37523         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
37524         the messages come out on separate lines.
37525
37526         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
37527         rather than jm_CHECK_DECLARATIONS.
37528         * m4/decl.m4: Remove now-unused file.
37529
37530         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
37531         geteuid.
37532
37533 2000-03-02  Jim Meyering  <meyering@lucent.com>
37534
37535         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
37536
37537 2000-03-01  Jim Meyering  <meyering@lucent.com>
37538
37539         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
37540         * lib/unicodeio.c: Likewise.
37541
37542 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
37543
37544         * lib/config.charset: New file.
37545         * lib/localcharset.c: New file.
37546         * lib/unicodeio.h, lib/unicodeio.c: New files.
37547         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
37548         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
37549         (noinst_HEADERS): Add unicodeio.h.
37550         (all-local, install-exec-local, charset.alias): New targets.
37551
37552 2000-02-28  Paul Eggert  <eggert@twinsun.com>
37553
37554         * lib/quotearg.c (ALERT_CHAR): New macro.
37555         (quotearg_buffer_restyled): Use it.
37556
37557 2000-02-27  Jim Meyering  <meyering@lucent.com>
37558
37559         * m4/check-decl.m4: Add getenv to the list.
37560
37561 2000-02-27  Jim Meyering  <meyering@lucent.com>
37562
37563         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
37564         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
37565
37566         * lib/backupfile.c: Guard inclusion of stdlib.h with
37567         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
37568         Declare malloc if needed.
37569
37570         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
37571         `#ifndef HAVE_DECL..'
37572         now that autoconf always defines the HAVE_DECL_ symbols.
37573         * lib/human.c: Likewise.
37574         * lib/same.c: Likewise.
37575         * lib/strtoumax.c: Likewise.
37576
37577         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
37578         declaration check was not run.
37579         * lib/hash.c: Likewise.
37580         * lib/human.c: Likewise.
37581         * lib/same.c: Likewise.
37582         * lib/strtoumax.c: Likewise.
37583
37584         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
37585         `.', then first look up the entire `.'-containing string as a login
37586         name.
37587
37588 2000-02-23  Jim Meyering  <meyering@lucent.com>
37589
37590         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
37591         in place of my hack.
37592
37593 2000-02-18  Paul Eggert  <eggert@twinsun.com>
37594
37595         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
37596         (textint): New typedef.
37597         (parser_control): Member year changed from int to textint.
37598         All uses changed.
37599         (YYSTYPE): Removed; replaced by %union with int and textint members.
37600         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
37601         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
37602         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
37603         (tSNUMBER, tUNUMBER): Now of type <textintval>.
37604         (date, number, to_year): Use width of number in digits, not its value,
37605         to determine whether it's a 2-digit year, or a 2-digit time.
37606         (yylex): Store number of digits of numeric tokens.
37607         Reported by John Kendall.
37608
37609         (parser_control): Changed from struct parser_control to typedef (for
37610         consistency).  All uses changed.
37611
37612         (tID): Removed; not used.
37613         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
37614
37615 2000-02-14  Paul Eggert  <eggert@twinsun.com>
37616
37617         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
37618         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
37619
37620 2000-02-12  Jim Meyering  <meyering@lucent.com>
37621
37622         * lib/userspec.c (ISDIGIT): Define it.
37623         (isdigit): Remove definition.
37624         (is_number): Use ISDIGIT, not isdigit.
37625         <libintl.h>: Include.
37626         (_ and N_): Define.
37627         (parse_user_spec): Mark translatable strings.
37628
37629 2000-02-10  Jim Meyering  <meyering@lucent.com>
37630
37631         With these changes, nanosleep.[ch] are finally enough like the other
37632         lib/* replacement files to compile on a few more losing systems.
37633
37634         * lib/nanosleep.h: Don't include config.h.
37635         Remove prototype from declaration of nanosleep.
37636         (PARAMS): Remove now-unneeded definition.
37637         * lib/nanosleep.c: #undef nanosleep.
37638         (rpl_nanosleep): Rename from nanosleep.
37639
37640 2000-02-10  Jim Meyering  <meyering@lucent.com>
37641
37642         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
37643         gnu_nanosleep to rpl_nanosleep.
37644
37645 2000-02-09  Jim Meyering  <meyering@lucent.com>
37646
37647         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
37648         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
37649
37650 2000-02-08  Akim Demaille  <akim@epita.fr>
37651
37652         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
37653         `[' and `]' and remove uses of `changequote'.
37654         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
37655         (AC_SYS_LARGEFILE): Likewise.
37656         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
37657         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
37658         of changequote.
37659         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
37660         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
37661         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
37662         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
37663
37664 2000-02-05  Jim Meyering  <meyering@lucent.com>
37665
37666         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
37667         Remove explicit use of AC_HEADER_TIME.  It is required by
37668         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
37669         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
37670         in autoconf whereby the expansion of the latter ended up preceding
37671         the expansion of its prerequisite, AC_HEADER_TIME.
37672         Reported by Volker Borchert.
37673
37674 2000-02-03  Jim Meyering  <meyering@lucent.com>
37675
37676         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
37677
37678 2000-02-03  Jim Meyering  <meyering@lucent.com>
37679
37680         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
37681         rather than with `#if HAVE_UTMPNAME'.
37682
37683 2000-02-02  Jim Meyering  <meyering@lucent.com>
37684
37685         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
37686         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
37687         Reported by Eli Zaretskii.
37688
37689 2000-02-01  Jim Meyering  <meyering@lucent.com>
37690
37691         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
37692
37693 2000-01-31  Jim Meyering  <meyering@lucent.com>
37694
37695         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
37696         functions.  Add the time.h and sys/time.h headers along with the
37697         AC_REQUIRE'ment of AC_HEADER_TIME.
37698
37699 2000-01-31  Jim Meyering  <meyering@lucent.com>
37700
37701         * lib/nanosleep.h (nanosleep): Guard declaration with
37702         `#if ! HAVE_DECL_NANOSLEEP'.
37703         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
37704         the declaration in that vendor's sys/timers.h.
37705         Reported by Christian Krackowizer.
37706
37707         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
37708         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
37709         (ISPRINT): Likewise.
37710         Reported by Tom Tromey.
37711
37712 2000-01-30  Jim Meyering  <meyering@lucent.com>
37713
37714         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
37715
37716         * m4/prereq.m4 (utmp_includes): Define.
37717         Check for ut_user and ut_name members in both struct utmpx
37718         and struct utmp.
37719
37720 2000-01-30  Jim Meyering  <meyering@lucent.com>
37721
37722         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
37723         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
37724         header files where only utmpx.ut_user is declared.
37725
37726         * lib/readutmp.h (UT_USER): Define.
37727
37728 2000-01-29  Jim Meyering  <meyering@lucent.com>
37729
37730         * m4/lib-check.m4: New file containing library-related checks from
37731         fileutils and sh-utils (textutils had none).
37732
37733 2000-01-28  Jim Meyering  <meyering@lucent.com>
37734
37735         * m4/perl.m4: Change format of warning message to look more like that
37736         from the missing script.  Suggestion from François Pinard.
37737
37738 2000-01-25  Jim Meyering  <meyering@lucent.com>
37739
37740         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
37741         well as time.h in the compile check.
37742         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
37743         Fix typo in cross-compiling case: s/yes/no/.
37744
37745 2000-01-23  Jim Meyering  <meyering@lucent.com>
37746
37747         * m4/jm-macros.m4: Move df-related tests here from
37748         fileutils/configure.in
37749
37750         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
37751         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
37752
37753         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
37754         s/space/ac_fsusage_space/.
37755         (jm_FILE_SYSTEM_USAGE): Take two parameters.
37756
37757         * m4/ftruncate.m4: New file (derived from part of
37758         fileutils/configure.in).
37759         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
37760         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
37761
37762         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
37763         AC_SUBST these here, rather than just in sh-util/configure.in, so
37764         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
37765         all the same.
37766         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
37767         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
37768         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
37769         (AC_SUBST(POW_LIBM)): Likewise.
37770         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
37771
37772 2000-01-23  Jim Meyering  <meyering@lucent.com>
37773
37774         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
37775         obstack.c.
37776
37777 2000-01-22  Jim Meyering  <meyering@lucent.com>
37778
37779         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
37780
37781         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
37782
37783         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
37784         configure.in
37785         (AC_CHECK_HEADERS): Likewise for sh-utils.
37786         (AC_CHECK_HEADERS): Likewise for textutils.
37787         Merge the three lists of headers.
37788
37789         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
37790         from fileutils' configure.in.
37791
37792         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
37793         code. Moved tests into their own function (_jm_DECL_HEADERS) in
37794         check-decl.m4.
37795
37796         * m4/check-decl.m4: Use #if rather than #ifdef.
37797         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
37798         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
37799         (_jm_DECL_HEADERS): Define new function.
37800         (jm_CHECK_DECLARATIONS): Require it.
37801
37802 2000-01-22  Jim Meyering  <meyering@lucent.com>
37803
37804         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
37805         [! HAVE_DECL_STRTOULL]: Declare strtoull.
37806         Required for some AIX systems.  Reported by Christian Krackowizer.
37807         [TESTING] (main): New function.
37808
37809         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
37810         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
37811         letters.
37812
37813         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
37814         iswprint.
37815
37816         * lib/strverscmp.c (ISDIGIT): Define.
37817         (strverscmp): Use ISDIGIT, not isdigit.
37818
37819 2000-01-19  Jim Meyering  <meyering@lucent.com>
37820
37821         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
37822         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
37823         defines `struct timespec' in <sys/time.h>
37824
37825         * m4/c-bs-a.m4: Remove uses of changequote altogether.
37826         Thanks to Akim for explaining.
37827
37828 2000-01-17  Paul Eggert  <eggert@twinsun.com>
37829
37830         * lib/nanosleep.c (nanosleep):
37831         Don't use SA_INTERRUPT to decide whether to call sigaction, as
37832         POSIX.1 doesn't require SA_INTERRUPT and some systems
37833         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
37834         it's been part of POSIX.1 since day 1 (in 1988).
37835
37836 2000-01-17  Jim Meyering  <meyering@lucent.com>
37837
37838         * lib/interlock: Remove unused file.  Reported by François Pinard.
37839
37840 2000-01-16  Paul Eggert  <eggert@twinsun.com>
37841
37842         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
37843         alert, backslash, formfeed, and vertical tab unnecessarily in
37844         shell quoting style.
37845
37846 2000-01-16  Jim Meyering  <meyering@lucent.com>
37847
37848         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
37849         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
37850         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
37851         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
37852
37853 2000-01-16  Jim Meyering  <meyering@lucent.com>
37854
37855         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
37856         because the latter didn't work.
37857
37858 2000-01-15  Jim Meyering  <meyering@lucent.com>
37859
37860         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
37861         (AC_REPLACE_FUNCS): Add memcpy and memset.
37862         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
37863         Add strpbrk.
37864         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
37865
37866 2000-01-12  Jim Meyering  <meyering@lucent.com>
37867
37868         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
37869         (jm_PREREQ): Use it.
37870         (jm_PREREQ_READUTMP): New macro.
37871         (jm_PREREQ): Use it.
37872
37873 2000-01-11  Paul Eggert  <eggert@twinsun.com>
37874
37875         Quote multibyte characters correctly.
37876         * m4/c-bs-a.m4: New file.
37877         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
37878         (jm_PREREQ): Use it.
37879
37880 2000-01-11  Paul Eggert  <eggert@twinsun.com>
37881
37882         * m4/uintmax_t.m4: Port to autoconf 2.13.
37883
37884 2000-01-08  Jim Meyering  <meyering@ascend.com>
37885
37886         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
37887         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
37888
37889 2000-01-04  Jim Meyering  <meyering@ascend.com>
37890
37891         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
37892         jm_STRUCT_DIRENT_D_TYPE.
37893         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
37894         jm_STRUCT_DIRENT_D_INO.
37895         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
37896         jm_STRUCT_UTIMBUF.
37897         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
37898         renamings.
37899         * m4/utime.m4: Likewise.
37900
37901         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
37902         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
37903
37904 2000-01-03  Paul Eggert  <eggert@twinsun.com>
37905
37906         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
37907         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
37908
37909 2000-01-02  Jim Meyering  <meyering@ascend.com>
37910
37911         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
37912         remember if this is necessary.
37913
37914 1999-12-26  Jim Meyering  <meyering@ascend.com>
37915
37916         * m4/jm-macros.m4: Use it here.
37917         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
37918
37919 1999-12-23  Jim Meyering  <meyering@ascend.com>
37920
37921         * m4/jm-macros.m4: Check for clock_gettime (moved from
37922         fileutils/configure.in)
37923         Check for gettimeofday.
37924
37925 1999-12-20  Jim Meyering  <meyering@ascend.com>
37926
37927         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
37928         autoconf-2.14a-1999-12-20.
37929
37930 1999-12-19  Jim Meyering  <meyering@ascend.com>
37931
37932         * m4/lstat-slash.m4: New file.
37933         * m4/jm-macros.m4: Use the new macro:
37934         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
37935
37936 1999-12-07  Jim Meyering  <meyering@ascend.com>
37937
37938         * m4/perl.m4: Require that File::Compare be available, too.
37939         Too many systems seem to lack it.
37940
37941         * m4/strftime.m4: Add checks for most of the cpp macros tested in
37942         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
37943
37944 1999-11-18  Paul Eggert  <eggert@twinsun.com>
37945
37946         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
37947         problem with the QNX 4.25 shell, which doesn't propagate exit
37948         status of failed commands inside shell assignments.
37949
37950 1999-11-17  Jim Meyering  <meyering@ascend.com>
37951
37952         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
37953
37954 1999-11-07  Jim Meyering  <meyering@ascend.com>
37955
37956         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
37957
37958 1999-11-06  Jim Meyering  <meyering@ascend.com>
37959
37960         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
37961         * m4/jm-macros.m4 (jm_MACROS): Use it here.
37962
37963 1999-11-05  Jim Meyering  <meyering@ascend.com>
37964
37965         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
37966         configure.in of textutils, fileutils, and sh-utils into this one
37967         (shared between those packages) file.
37968         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
37969         AC_STRUCT_ST_BLKSIZE.
37970
37971 1999-11-03  Jim Meyering  <meyering@ascend.com>
37972
37973         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
37974         of AC_CHECK_TYPE checks includes unistd.h.
37975         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
37976         Suggestion from Akim Demaille.
37977
37978 1999-10-30  Jim Meyering  <meyering@ascend.com>
37979
37980         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
37981         m4-quoted string.
37982         * m4/ls-mntd-fs.m4: Likewise.
37983         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
37984         * m4/jm-winsz1.m4: Likewise.
37985
37986         * m4/const.m4: Remove file, since the fix made it into the experimental
37987         version of autoconf.
37988         * m4/mktime.m4: Likewise.
37989
37990         * m4/check-type.m4: Remove file, now that the latest version of
37991         AC_CHECK_TYPE takes a third arg to specify additional #includes.
37992
37993         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
37994         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
37995         AC_CHECK_TYPE.
37996
37997 1999-10-04  Jim Meyering  <meyering@ascend.com>
37998
37999         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
38000
38001 1999-09-22  Paul Eggert  <eggert@twinsun.com>
38002
38003         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
38004         2.95.1 bug with HP-UX 10.20.
38005
38006 1999-09-17  Jim Meyering  <meyering@ascend.com>
38007
38008         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
38009         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
38010         due to missing strdup (against sh-utils-2.0).
38011
38012 1999-08-29  Jim Meyering  <meyering@ascend.com>
38013
38014         * m4/jm-macros.m4: Require jm_BISON.
38015         * m4/bison.m4: New file.
38016
38017 1999-08-17  Paul Eggert  <eggert@twinsun.com>
38018
38019         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
38020         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
38021
38022 1999-08-05  Jim Meyering  <meyering@ascend.com>
38023
38024         * m4/getline.m4: Rename test file from conftestdata to conftest.data
38025         to avoid conflicts with `conftest' on 8+3 filesystems.
38026         Suggestion from Eli Zaretskii.
38027
38028 1999-08-04  Jim Meyering  <meyering@ascend.com>
38029
38030         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
38031         fileutils and sh-utils (textutils's getline test was inadequate).
38032         (AM_FUNC_GETLINE): Run this test.
38033         (AC_CHECK_FUNCS): Check for getdelim.
38034         Reported by Bob Proulx.
38035
38036 1999-08-02  Jim Meyering  <meyering@ascend.com>
38037
38038         * m4/jm-macros.m4: Add a comment.
38039
38040 1999-08-01  Paul Eggert  <eggert@twinsun.com>
38041
38042         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
38043         <inttypes.h> defines strtoumax as a macro (and not as a
38044         function).
38045
38046 1999-08-01  Paul Eggert  <eggert@twinsun.com>
38047
38048         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
38049         that we can shift, multiply and divide unsigned long long
38050         values; Ultrix cc can't do it.
38051
38052 1999-08-01  Paul Eggert  <eggert@twinsun.com>
38053
38054         * m4/mktime.m4: New file, which is a preview of what should appear
38055         in the next public autoconf release.
38056
38057 1999-08-01  Paul Eggert  <eggert@twinsun.com>
38058
38059         * m4/lfs.m4: Remove this file.
38060         * m4/largefile.m4: New file.  It contains the old contents of
38061         lfs.m4, except that all names with prefix AC_LFS have been
38062         changed to use the prefix AC_SYS_LARGEFILE instead, to be
38063         compatible with future autoconf versions.  Also, some minor m4
38064         quoting problems have been fixed.
38065
38066 1999-08-01  Paul Eggert  <eggert@twinsun.com>
38067
38068         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
38069         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
38070         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
38071         and simplify the shell code.
38072
38073 1999-08-01  Jim Meyering  <meyering@ascend.com>
38074
38075         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
38076         m4.
38077
38078 1999-07-20  Jim Meyering  <meyering@ascend.com>
38079
38080         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
38081
38082 1999-07-15  Jim Meyering  <meyering@ascend.com>
38083
38084         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
38085
38086 1999-05-22  Jim Meyering  <meyering@ascend.com>
38087
38088         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
38089
38090 1999-05-20  Jim Meyering  <meyering@ascend.com>
38091
38092         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
38093         Add a colon after each `then' in case $4 is empty.
38094
38095 1999-05-16  Jim Meyering  <meyering@ascend.com>
38096
38097         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
38098
38099 1999-05-10  Jim Meyering  <meyering@ascend.com>
38100
38101         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
38102
38103         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
38104         AC_FUNC_MKTIME.
38105
38106 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
38107
38108         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
38109
38110 1999-05-04  Paul Eggert  <eggert@twinsun.com>
38111
38112         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
38113         not CPPFLAGS, so that linking works correctly in IRIX.
38114
38115 1999-04-30  Paul Eggert  <eggert@twinsun.com>
38116
38117         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
38118
38119 1999-04-20  Paul Eggert  <eggert@twinsun.com>
38120
38121         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
38122         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
38123         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
38124         jm_AC_TYPE_UNSIGNED_LONG_LONG.
38125         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
38126
38127         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
38128
38129 1999-04-20  Jim Meyering  <meyering@ascend.com>
38130
38131         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
38132         AC_REPLACE xstroull if necessary.  From Paul Eggert.
38133         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
38134
38135 1999-04-18  Jim Meyering  <meyering@ascend.com>
38136
38137         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
38138         * m4/jm-macros.m4: Use it.
38139
38140 1999-04-06  Jim Meyering  <meyering@ascend.com>
38141
38142         * m4/strftime.m4: Remove test for %f.
38143
38144 1999-03-29  Jim Meyering  <meyering@ascend.com>
38145
38146         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
38147         superset of the AC_TYPE_* checks in the textutils, fileutils,
38148         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
38149         AC_TYPE_PID_T.
38150
38151 1999-03-28  Jim Meyering  <meyering@ascend.com>
38152
38153         * m4/jm-macros.m4: Define GNU_PACKAGE here.
38154         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
38155         replaced e.g., in the *.sh files of the sh-utils.
38156
38157 1999-03-20  Jim Meyering  <meyering@ascend.com>
38158
38159         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
38160         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
38161         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
38162
38163 1999-03-19  Jim Meyering  <meyering@ascend.com>
38164
38165         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
38166
38167 1999-03-12  Jim Meyering  <meyering@ascend.com>
38168
38169         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
38170
38171 1999-03-07  Jim Meyering  <meyering@ascend.com>
38172
38173         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
38174         declared.
38175
38176 1999-02-17  Jim Meyering  <meyering@ascend.com>
38177
38178         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
38179         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
38180
38181 1999-02-07  Jim Meyering  <meyering@ascend.com>
38182
38183         * m4/group-member.m4: New file -- extracted from sh-utils'
38184         configure.in.
38185
38186         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
38187         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
38188
38189 1999-02-06  Jim Meyering  <meyering@ascend.com>
38190
38191         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
38192         * m4/fnmatch.m4: Likewise.
38193         * m4/getgroups.m4: Likewise.
38194         * m4/lstat.m4: Likewise.
38195         * m4/malloc.m4: Likewise.
38196         * m4/putenv.m4: Likewise.
38197         * m4/realloc.m4: Likewise.
38198         * m4/regex.m4: Likewise.
38199         * m4/stat.m4: Likewise.
38200         * m4/strftime.m4: Likewise.
38201         Suggestion from Alain Magloire.
38202
38203         * m4/chown.m4: Use `.$ac_objext', not `.o'.
38204         * m4/fnmatch.m4: Likewise.
38205         * m4/getgroups.m4: Likewise.
38206         * m4/getline.m4: Likewise.
38207         * m4/lstat.m4: Likewise.
38208         * m4/malloc.m4: Likewise.
38209         * m4/memcmp.m4: Likewise.
38210         * m4/putenv.m4: Likewise.
38211         * m4/realloc.m4: Likewise.
38212         * m4/regex.m4: Likewise.
38213         * m4/stat.m4: Likewise.
38214         * m4/strftime.m4: Likewise.
38215         Suggestion from Alain Magloire.
38216
38217         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
38218         an argument.
38219
38220         * m4/regex.m4: Add a run-time Test for proper operation of
38221         re_compile_pattern.
38222
38223 1999-01-31  Jim Meyering  <meyering@ascend.com>
38224
38225         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
38226
38227 1999-01-30  Jim Meyering  <meyering@ascend.com>
38228
38229         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
38230
38231         * m4/jm-mktime.m4: Make this a wrapper around the official
38232         AM_FUNC_MKTIME rather than my private copy, now that the official one
38233         is up to date.
38234         * m4/mktime.m4: Remove file.
38235
38236         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
38237         * m4/uptime.m4: Likewise.
38238         * m4/uintmax_t.m4: Likewise.
38239
38240 1999-01-28  Jim Meyering  <meyering@ascend.com>
38241
38242         * m4/jm-macros.m4: Use jm_AFS.
38243         * m4/afs.m4: New file (from fileutils' configure.in).
38244
38245         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
38246         * m4/chown.m4: Likewise.
38247         * m4/d-ino.m4: Likewise.
38248         * m4/d-type.m4: Likewise.
38249         * m4/fnmatch.m4: Likewise.
38250         * m4/getgroups.m4: Likewise.
38251         * m4/gettext.m4: Likewise.
38252         * m4/jm-mktime.m4: Likewise.
38253         * m4/jm-winsz2.m4: Likewise.
38254         * m4/lcmessage.m4: Likewise.
38255         * m4/ls-mntd-fs.m4: Likewise.
38256         * m4/malloc.m4: Likewise.
38257         * m4/memcmp.m4: Likewise.
38258         * m4/putenv.m4: Likewise.
38259         * m4/realloc.m4: Likewise.
38260         * m4/st_mtim.m4: Likewise.
38261         * m4/strftime.m4: Likewise.
38262
38263 1999-01-16  Jim Meyering  <meyering@ascend.com>
38264
38265         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
38266         (ARGMATCH_DIE_DECL): Define.
38267
38268 1999-01-12  Jim Meyering  <meyering@ascend.com>
38269
38270         * m4/Makefile.am.in: Rewrite to avoid using fmt.
38271         Reported by Lars Hecking.
38272
38273 1999-01-10  Jim Meyering  <meyering@ascend.com>
38274
38275         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
38276         gross kludge.
38277         * m4/inttypes_h.m4: Likewise.
38278         * m4/lstat.m4: Likewise.
38279         * m4/malloc.m4: Likewise.
38280         * m4/readdir.m4: Likewise.
38281         * m4/realloc.m4: Likewise.
38282         * m4/st_dm_mode.m4: Likewise.
38283         * m4/stat.m4: Likewise.
38284         * m4/utimbuf.m4: Likewise.
38285         * m4/utimes.m4: Likewise.
38286
38287         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
38288         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
38289         comments in config.h.in are meaningful.
38290
38291         * m4/jm-macros.m4: Require autoconf-2.13 here.
38292
38293         * m4/regex.m4: By default, don't use the included regex.c on systems
38294         with glibc 2.  Suggestion from Uli Drepper.
38295
38296 1999-01-02  Jim Meyering  <meyering@ascend.com>
38297
38298         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
38299
38300 1998-12-18  Jim Meyering  <meyering@ascend.com>
38301
38302         * m4/Makefile.am.in (Makefile.am): Simplify rule.
38303         Based on a suggestion from Lars Hecking.
38304
38305 1998-11-16  Paul Eggert  <eggert@twinsun.com>
38306
38307         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
38308
38309 1998-11-16  Jim Meyering  <meyering@ascend.com>
38310
38311         * m4/lfs.m4: Double-quote the `uname...` expression.
38312
38313 1998-11-14  Jim Meyering  <meyering@ascend.com>
38314
38315         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
38316         * m4/stat.m4: Likewise.
38317
38318 1998-11-03  Jim Meyering  <meyering@ascend.com>
38319
38320         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
38321         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
38322
38323 1998-10-18  Jim Meyering  <meyering@ascend.com>
38324
38325         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
38326
38327 1998-10-17  Jim Meyering  <meyering@ascend.com>
38328
38329         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
38330         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
38331         calls for those previously hard-coded headers.  Instead, take a new
38332         parameter.
38333         (jm_CHECK_DECLARATIONS): Reflect interface change.
38334         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
38335         (jm_CHECK_DECL_LOCALTIME_R): New macro.
38336
38337         * m4/mktime.m4: Test for spring-forward gap before long-running test.
38338
38339 1998-10-14  Jim Meyering  <meyering@ascend.com>
38340
38341         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
38342         instead of "TZ=America/Vancouver".  From Paul Eggert.
38343
38344 1998-10-11  Jim Meyering  <meyering@ascend.com>
38345
38346         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
38347         This adds a test for a recently added compatibility fix for mktime.c.
38348         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
38349
38350 1998-09-27  Jim Meyering  <meyering@ascend.com>
38351
38352         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
38353
38354         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
38355         ../configure.in, including a change from Gordon Matzigkeit to allow
38356         cross-compiling for the Hurd.
38357
38358         * m4/glibc.m4: New file/macro to test for the GNU C Library
38359         versions 1 and 2.  From Gordon Matzigkeit.
38360         Indent.
38361
38362 1998-09-21  Jim Meyering  <meyering@ascend.com>
38363
38364         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
38365
38366 1998-08-18  Paul Eggert  <eggert@twinsun.com>
38367
38368         Port nanosecond-resolution times to UnixWare 2.1.2 and
38369         pedantic Solaris 2.6.
38370
38371         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
38372         AC_STRUCT_ST_MTIM.
38373         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
38374         Generate name of ns member, instead of just 1 or undef.
38375         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
38376
38377 1998-08-15  Jim Meyering  <meyering@ascend.com>
38378
38379         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
38380         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
38381         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
38382         instead of jm_TYPE_SSIZE_T.
38383
38384 1998-08-12  Jim Meyering  <meyering@ascend.com>
38385
38386         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
38387
38388 1998-08-02  Jim Meyering  <meyering@ascend.com>
38389
38390         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
38391         in acconfig.h manually.
38392
38393 1998-07-31  Paul Eggert  <eggert@twinsun.com>
38394
38395         * m4/st_mtim.m4: New file.
38396
38397 1998-07-28  Jim Meyering  <meyering@ascend.com>
38398
38399         * m4/utimes.m4: Undef stat.
38400
38401 1998-07-25  Jim Meyering  <meyering@ascend.com>
38402
38403         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
38404         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
38405
38406 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
38407
38408         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
38409         uid and gid actually remain unchanged.
38410
38411 1998-07-07  Jim Meyering  <meyering@ascend.com>
38412
38413         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
38414
38415 1998-07-04  Jim Meyering  <meyering@ascend.com>
38416
38417         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
38418         to prove that this macro can be used in packages without regex.c.
38419
38420 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
38421
38422         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
38423         is to be used.
38424
38425 1998-07-03  Jim Meyering  <meyering@ascend.com>
38426
38427         * m4/gettext.m4: Add -lintl if it's found to be necessary.
38428
38429         * m4/gettext.m4: New file -- from gettext-0.10.35.
38430         * m4/lcmessage.m4: Likewise.
38431         * m4/progtest.m4: Likewise.
38432
38433         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
38434         * m4/jm-macros.m4: Require the new macro.
38435
38436 1998-06-29  Jim Meyering  <meyering@ascend.com>
38437
38438         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
38439         for the definition of NGROUPS (used in a system header included
38440         by sys/mount.h).
38441
38442 1998-06-28  Jim Meyering  <meyering@ascend.com>
38443
38444         * m4/ls-mntd-fs.m4: New file.
38445         * m4/fstypename.m4: New file.
38446
38447         * m4/jm-macros.m4: Require the new macro.
38448         * m4/jm-glibc-io.m4: New file.
38449
38450 1998-05-19  Jim Meyering  <meyering@ascend.com>
38451
38452         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
38453         * m4/lchown.m4: New file.
38454
38455         * m4/Makefile.am.in: New file.
38456         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
38457
38458 1998-05-14  Jim Meyering  <meyering@ascend.com>
38459
38460         * m4/Makefile.am (EXTRA_DIST): Add them.
38461         * m4/jm-macros.m4: New file.
38462         * m4/utimbuf.m4: New file.
38463
38464 1998-05-12  Jim Meyering  <meyering@ascend.com>
38465
38466         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
38467
38468 1998-05-11  Jim Meyering  <meyering@ascend.com>
38469
38470         * m4/isc-posix.m4: New file.
38471
38472 1998-05-10  Jim Meyering  <meyering@ascend.com>
38473
38474         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
38475
38476 1998-05-09  Jim Meyering  <meyering@ascend.com>
38477
38478         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
38479         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
38480         with automake.
38481
38482         * m4/ssize_t.m4: New file.
38483         * m4/mktime.m4: Remove file -- the new automake has this now.
38484
38485 1998-04-26  Jim Meyering  <meyering@ascend.com>
38486
38487         * m4/assert.m4: New file.
38488         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
38489
38490 1998-04-05  Jim Meyering  <meyering@ascend.com>
38491
38492         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
38493         (jm_PREREQ): Use it here.
38494
38495 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
38496
38497         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
38498         in acconfig.h.
38499
38500 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
38501
38502         * m4/prereq.m4: New file.
38503         * m4/error.m4: New file.
38504         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
38505
38506 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
38507
38508         * m4/getline.m4: Don't set am_cv_func_working_getline before the
38509         cache-check for the same variable -- that defeated the purpose of
38510         the test; the test program was never run.  This was a problem only
38511         on systems with losing getline functions -- HP-UX 10.20 is one.
38512         Reported by Bjorn Helgaas.
38513
38514 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
38515
38516         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
38517
38518 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
38519
38520         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
38521
38522         * m4/const.m4: New file.  Use an initializer in this declaration
38523         typedef int charset[2]; const charset x;
38524         Reported by Bob Glickstein.
38525
38526 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
38527
38528         * m4/chown.m4: Fix reversed types on -1 args to chown.
38529         From Kaveh Ghazi.
38530
38531 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
38532
38533         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
38534         Add lseek and memchr.
38535
38536         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
38537         T.E.Dickey <dickey@clark.net> said that some older preprocessors
38538         have a 20-character limit on names.
38539
38540 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
38541
38542         * m4/inttypes_h.m4: New file.
38543         * m4/uintmax_t.m4: New file.
38544         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
38545
38546
38547         -----
38548
38549         Copyright (C) 1997-2008 Free Software Foundation, Inc.
38550
38551         Copying and distribution of this file, with or without
38552         modification, are permitted provided the copyright notice
38553         and this notice are preserved.