f1263c6d2475111e302cb156c091ae91b126f0b7
[gnulib.git] / ChangeLog
1 2006-11-20  Jim Meyering  <jim@meyering.net>
2
3         * lib/idcache.c (getuser): Remove all uses of the register keyword.
4         (getuidbyname, getgroup, getgidbyname): Likewise.
5
6         Use cleaner syntax: NULL rather than 0.
7         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
8
9 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
10
11         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
12         It mishandled the case where the group was missing.
13         Problem reported by Greg Schafer.
14         * modules/idcache: Likewise.
15
16 2006-11-18  Jim Meyering  <jim@meyering.net>
17
18         * check-module (%exempt_header): Add exception for some
19         conditionally-included headers.
20
21         * modules/i-ring (Depends-on): Add verify.
22         (License): Change to LGPL.
23
24 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
25
26         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
27         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
28         and inttostr.h.  Use snprintf rather than uinttostr, so that
29         LGPLed code doesn't depend on GPLed.
30
31 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
32
33         * modules/inline (License): Change from GPL to LGPL.
34
35 2006-11-17  Jim Meyering  <jim@meyering.net>
36
37         * modules/d-type (License): Switch to LGPL.
38
39 2006-11-15  Bruno Haible  <bruno@clisp.org>
40
41         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
42
43 2006-11-15  Eric Blake  <ebb9@byu.net>
44
45         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
46         the module dependency.
47
48 2006-11-15  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
49             Bruno Haible  <bruno@clisp.org>
50
51         * gnulib-tool (func_create_testdir): Add license consistency check.
52
53 2006-11-15  Eric Blake  <ebb9@byu.net>
54
55         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
56         random "(cached)" in configure output.
57
58 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
59
60         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
61         test for conforming inttypes.h is both announced and cached.
62
63         * MODULES.html.sh (seen_modules, seen_files): New variables.
64         (func_module): Rewrite to use a few less gnulib-tool and sed
65         invocations.  Avoid a couple of quadratic algorithms for ...
66         (missed_modules, missed_files): ... these, with ...
67         (func_append, func_tmpdir): ... these new functions, from
68         gnulib-tool.  Analogously, install traps for cleanup.
69
70         * tests/test-gc.c (main): Remove unused variables.
71         * tests/test-read-file.c: Include stdlib.h, for 'free'.
72
73 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
74
75         * modules/inttostr (License): Change to LGPL.
76
77 2006-11-14  Eric Blake  <ebb9@byu.net>
78
79         * modules/tempname (License): Change to LGPL.
80
81 2006-11-14  Eric Blake  <ebb9@byu.net>
82
83         * doc/functions.texi (Function Portability): *printf functions on
84         Cygwin now understand all POSIX size specifiers.
85
86 2006-11-14  Bruno Haible  <bruno@clisp.org>
87
88         * modules/c-ctype (License): Change to LGPL.
89
90 2006-11-12  Bruno Haible  <bruno@clisp.org>
91
92         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
93         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
94         for GNOME libraries, for which the include files are installed in
95         subdirectories of $prefix/include.
96
97 2006-11-12  Bruno Haible  <bruno@clisp.org>
98
99         * m4/lib-link.m4: Require at least autoconf-2.54.
100         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
101         name to underscores for the --with option.
102
103 2006-11-13  Bruno Haible  <bruno@clisp.org>
104
105         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
106         the tests directory.
107         Reported by Ralf Wildenhues.
108
109 2006-11-13  Bruno Haible  <bruno@clisp.org>
110
111         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
112         (func_emit_initmacro_end): Undo the override here.
113         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
114         Works around the famous automake error in coreutils.
115
116 2006-11-13  Eric Blake  <ebb9@byu.net>
117
118         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
119         element, not its node.
120
121 2006-11-12  Bruno Haible  <bruno@clisp.org>
122
123         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
124         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
125
126 2006-11-12  Bruno Haible  <bruno@clisp.org>
127
128         * gnulib-tool: New option --local-symlink.
129         (func_usage): Document it.
130         (lsymbolic): New variable.
131         (func_import, func_create_testdir): If --symlink was not specified,
132         test whether --local-symlink was specified and the file comes from
133         the local_gnulib_dir.
134
135 2006-11-12  Bruno Haible  <bruno@clisp.org>
136
137         * gnulib-tool (func_ln): New function.
138         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
139
140 2006-11-12  Bruno Haible  <bruno@clisp.org>
141
142         Finish support for source files in subdirectories.
143         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
144         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
145         AUTOMAKE_OPTIONS.
146         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
147
148 2006-11-12  Bruno Haible  <bruno@clisp.org>
149
150         * gnulib-tool (func_get_automake_snippet): Synthesize also an
151         EXTRA_lib_SOURCES augmentation.
152         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
153
154 2006-11-12  Jim Meyering  <jim@meyering.net>
155
156         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
157         file descriptors.  This also averts a failure on systems with
158         native openat support when a traversed directory lacks "x" access.
159         * lib/fts_.h: Include "i-ring.h"
160         (struct FTS) [fts_fd_ring]: New member.
161         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
162         (FCHDIR): Add parentheses.
163         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
164         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
165         When descending, rather than simply closing the previous
166         fts_cwd_fd value, push that file descriptor onto the ring.
167         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
168         (fts_open): Initialize the new fd_ring member.
169         (fts_close): Clear the ring.
170         (fts_safe_changedir): When possible, use our new fd_ring to skip
171         the diropen and fstat and dev/ino comparison that would normally
172         accompany a virtual `chdir ("..")'.
173
174         * modules/fts (Depends-on): Add i-ring.
175         * modules/i-ring: New module.
176         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
177         * m4/i-ring.m4: New file.
178
179 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
180
181         * gnulib-tool (func_create_testdir): Fix replacement of
182         `build-aux' in configure.ac.  Run autotools in gltests
183         subdirectory.
184         (func_create_testdir, func_create_megatestdir, test): There is
185         no need for '--force' in most autotool invocations in a new
186         tree.  Actually fail the whole test if any of the tools, or the
187         configure or make stages fail.
188
189         Sync from Automake.
190         * build-aux/gnupload: Revert last change.  Add pointer to upload
191         instructions of the GNU Maintenance Instructions.
192         Suggestion by Karl Berry.
193
194 2006-11-10  Jim Meyering  <jim@meyering.net>
195
196         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
197
198 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
199
200         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
201         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
202         (bind_textdomain_codeset) [! ENABLE_NLS]:
203         Evaluate all the arguments.  That way, callers get compatible behavior
204         if the arguments have side effects.  Also, it avoids some GCC
205         diagnostics in some cases; Joel E. Denny reported problems when Bison
206         was configured with --enable-gcc-warnigs.
207
208 2006-11-10  Jim Meyering  <jim@meyering.net>
209
210         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
211         relevant options in CFLAGS (like -O, -fno-inline) are taken into
212         account.
213
214 2006-11-10  Jim Meyering  <jim@meyering.net>
215
216         * modules/inline: New file/module.
217         * modules/xalloc (Files): Remove m4/inline.m4.
218         (Depends-on): Add inline, instead.
219         * modules/oset: Likewise.
220         * modules/list: Likewise.
221
222 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
223
224         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
225         Problem reported by Matthew Woehlke.
226
227 2006-11-09  Bruno Haible  <bruno@clisp.org>
228
229         * lib/tempname.c (gen_tempname): Remove variant that invokes
230         __gen_tempname.
231         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
232         __gen_tempname.
233
234 2006-11-08  Bruno Haible  <bruno@clisp.org>
235
236         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
237         to 'yes' instead of 'cross-compiling'.
238
239 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
240
241         * lib/quotearg.h (quotearg_free): New decl.
242         * lib/quotearg.c (quotearg_free): New function.
243         (slot0, nslots, slotvec0, slotvec):
244         Now file-scope so that quotearg_free can get at them.
245
246 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
247
248         Sync from Automake.
249         * build-aux/gnupload: Add missing 'gnu' to example URL.
250         Report by Karl Berry.
251
252 2006-11-08  Bruno Haible  <bruno@clisp.org>
253
254         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
255         Suggested by Paul Eggert.
256
257 2006-11-08  Jim Meyering  <jim@meyering.net>
258
259         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
260         It's already included if !_LIBC.
261         (fts_safe_changedir): Add a comment.
262
263 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
264
265         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
266         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
267         Matthew Woehlke.
268
269         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
270         definitions up, to avoid colliding with change below.
271         (static_inline) [HAVE_INLINE]: New macro.
272         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
273         Provide extern decls when !HAVE_INLINE.  Do not define unless
274         static_inline is defined, either by us or by xmalloc.c.  Use
275         static_inline rather than static inline.
276         (XCALLOC): Optimize sizeof(T) = 1 case.
277         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
278
279 2006-11-07  Bruno Haible  <bruno@clisp.org>
280
281         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
282         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
283         AC_C_INLINE.
284         * modules/xalloc (Files): Add m4/inline.m4.
285
286 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
287
288         * README: Fix typo.
289         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
290         (Miscellanous Notes): ...from this.
291
292 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
293
294         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
295         Mention that offsetof should be used instead of sizeof.
296         From Bruno Haible.
297
298 2006-11-07  Bruno Haible  <bruno@clisp.org>
299
300         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
301
302 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
303
304         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
305         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
306         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
307         (gl_tree_add_before, gl_tree_add_after):
308         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
309         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
310         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
311         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
312         (gl_linked_add_after, gl_linked_add_at): Likewise.
313         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
314         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
315         (gl_tree_add_before, gl_tree_add_after): Likewise.
316         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
317         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
318         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
319
320 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
321
322         * lib/gl_oset.h: Use C comment style, not C++ comment style.
323
324 2006-11-06  Bruno Haible  <bruno@clisp.org>
325
326         * m4/inline.m4: New file.
327         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
328         * modules/list (Files): Add m4/inline.m4.
329         * modules/oset (Files): Likewise.
330
331 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
332
333         * lib/idcache.c: Include <stddef.h>, for offsetof.
334         (struct userid.name): Change from char * to a flexible array member.
335         All uses changed.
336         * modules/idcache (Depends-on): Add flexmember.
337
338         * MODULES.html.sh (Core language properties): New module flexmember.
339         * modules/flexmember, m4/flexmember.m4: New files.
340
341         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
342         inline functions that are identical with the old xnmalloc_inline,
343         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
344         that we can avoid some unnecessary integer multiplications and
345         divisions in the common case where the element size is known at
346         compile time.
347         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
348         needed.
349         (xnboundedmalloc): Remove.
350         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
351         arguments, for consistency with rest of this header.
352         (xcharalloc): Rewrite using XNMALLOC.
353         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
354         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
355         versions have been moved to lib/xalloc.h and renamed to be the
356         non-*_inline versions.
357         (xmalloc, xrealloc): Implement without reference to the xnmalloc
358         and xnrealloc functions, since those functions are now inline and
359         now call us.
360         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
361         renaming described above.
362         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
363         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
364         captures the dependency in AC_C_INLINE.
365
366         New module canonicalize-lgpl, proposed by Charles Wilson in
367         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
368         with a few small changes afterwards.
369         * MODULES.html.sh (File system functions): New module
370         canonicalize-lgpl.
371         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
372         and canonicalize_file_name.
373         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
374         * modules/canonicalize-lgpl: New files.
375
376 2006-11-05  Bruno Haible  <bruno@clisp.org>
377
378         * gnulib-tool (func_import, func_create_testdir): Create directories
379         also for files in subdirectories of lib/.
380
381 2006-11-05  Bruno Haible  <bruno@clisp.org>
382
383         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
384         ANSI C compliant.
385
386 2006-11-03  Bruno Haible  <bruno@clisp.org>
387
388         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
389         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
390         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
391         (xnboundedmalloc): New inline function.
392         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
393         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
394         xmalloc.
395         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
396         xmalloc.
397         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
398         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
399         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
400         xmalloc.
401         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
402         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
403         xmalloc.
404         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
405         gl_tree_add_after): Use XMALLOC instead of xmalloc.
406         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
407         xmalloc.
408         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
409         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
410         gl_tree_add_after): Use XMALLOC instead of xmalloc.
411         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
412         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
413         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
414         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
415
416 2006-11-03  Bruno Haible  <bruno@clisp.org>
417
418         * lib/c-ctype.h [C++]: Define functions without name mangling.
419         * lib/fwriteerror.h [C++]: Likewise.
420         * lib/gcd.h [C++]: Likewise.
421         * lib/linebreak.h [C++]: Likewise.
422
423 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
424
425         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
426         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
427         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
428         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
429         Check for functions and headers just once.
430         Check for declaration of canonicalize_file_name.
431         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
432
433 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
434
435         * gnulib-tool (func_import): Fix typo in actioncmd.
436
437 2006-11-02  Bruno Haible  <bruno@clisp.org>
438
439         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
440         newline sequence in the Makefile.am snippet as a space, like "make"
441         does.
442         Reported by Roger Persson <perrog@gmail.com>.
443
444 2006-11-01  Bruno Haible  <bruno@clisp.org>
445
446         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
447         already declared in <string.h>.
448         * lib/strcase.h (strncasecmp): Don't declare it if yes.
449
450 2006-11-01  Bruno Haible  <bruno@clisp.org>
451
452         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
453         * lib/strcase.h: Include <string.h>.
454         (strcasecmp): Define to rpl_strcasecmp here.
455
456 2006-11-01  Bruno Haible  <bruno@clisp.org>
457
458         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
459
460 2006-11-01  Eric Blake  <ebb9@byu.net>
461
462         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
463
464         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
465
466 2006-10-29  Bruno Haible  <bruno@clisp.org>
467
468         Make it compile in C++ mode.
469         * lib/full-write.c (full_rw): Add a cast.
470
471 2006-11-01  Bruno Haible  <bruno@clisp.org>
472
473         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
474         be POSIX compliant.
475         Reported by Roger Persson <perrog@gmail.com>.
476
477 2006-11-01  Eric Blake  <ebb9@byu.net>
478
479         * lib/getopt_.h: Fix comments.
480
481 2006-10-31  Eric Blake  <ebb9@byu.net>
482
483         * modules/tmpdir (Depends-on): Add sys_stat.
484         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
485         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
486         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
487         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
488         tempname.
489
490 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
491
492         Avoid some C++ diagnostics reported by Bruno Haible.
493         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
494         xmalloc.
495         (quotearg_alloc): Use xcharalloc rather than xmalloc.
496         (struct slotvec): Move to top level.
497         (quotearg_n_options): Rewrite to avoid xmalloc.
498         * lib/xalloc.h (xcharalloc): New function.
499         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
500         [defined __cplusplus]: Add function template that provides result
501         type propagation.  This part of the change is from Bruno Haible.
502
503 2006-10-29  Bruno Haible  <bruno@clisp.org>
504
505         Make it compile in C++ mode.
506         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
507         * lib/strnlen1.c (strnlen1): Cast memchr result.
508         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
509         * lib/clean-temp.c (string_equals, string_hash): Add casts.
510         (create_temp_dir): Rename local variable 'template'.
511         (compile_csharp_using_sscli): Add cast.
512         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
513         * lib/findprog.c (find_in_path): Likewise.
514         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
515         * lib/wait-process.c (register_slave_subprocess): Likewise.
516
517 2006-10-22  Bruno Haible  <bruno@clisp.org>
518
519         * modules/tsearch: New file.
520         * lib/tsearch.h: New file.
521         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
522         * m4/tsearch.m4: New file.
523         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
524
525 2006-10-29  Eric Blake  <ebb9@byu.net>
526
527         * lib/arcfour.c: Assume config.h.
528         * lib/arctwo.c: Likewise.
529         * lib/base64.c: Likewise.
530         * lib/check-version.c: Likewise.
531         * lib/crc.c: Likewise.
532         * lib/des.c: Likewise.
533         * lib/gc-gnulib.c: Likewise.
534         * lib/gc-libgcrypt.c: Likewise.
535         * lib/gc-pbkdf2-sha1.c: Likewise.
536         * lib/getaddrinfo.c: Likewise.
537         * lib/getdelim.c: Likewise.
538         * lib/getline.c: Likewise.
539         * lib/hmac-md5.c: Likewise.
540         * lib/hmac-sha1.c: Likewise.
541         * lib/iconvme.c: Likewise.
542         * lib/md2.c: Likewise.
543         * lib/md4.c: Likewise.
544         * lib/memxor.c: Likewise.
545         * lib/read-file.c: Likewise.
546         * lib/readline.c: Likewise.
547         * lib/rijndael-alg-fst.c: Likewise.
548         * lib/rijndael-api-fst.c: Likewise.
549         * lib/xgetdomainname.c: Likewise.
550
551 2006-10-28  Eric Blake  <ebb9@byu.net>
552
553         * lib/xstrndup.c: Assume config.h.
554
555 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
556
557         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
558         stat-macros.h is now for our own macros, whereas stat_h is for
559         macros in the <sys/stat.h> name space.
560         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
561         (STAT_MACROS_H): Remove.
562         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
563         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
564         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
565         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
566         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
567         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
568         Move these macros to ...
569         * lib/stat_.h: here.  Don't include stat-macros.h.
570         * lib/canonicalize.c: Don't include stat-macros.h.
571         * lib/chown.c: Likewise.
572         * lib/euidaccess.c: Likewise.
573         * lib/file-type.c: Likewise.
574         * lib/filemode.c: Likewise.
575         * lib/glob.c: Likewise.
576         * lib/isapipe.c: Likewise.
577         * lib/lchown.c: Likewise.
578         * lib/lstat.c: Likewise.
579         * lib/mkdir-p.c: Likewise.
580         * lib/rmdir.c: Likewise.
581         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
582         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
583         unless mkdir isn't declared, to speed up 'configure'.
584         Always create sys/stat.h, since it's unlikely any real sys/stat.h
585         would define all the S_* symbols.
586         * modules/canonicalize (Depends-on):
587         Depend on sys_stat, not stat-macros.
588         * modules/chown: Likewise.
589         * modules/euidaccess: Likewise.
590         * modules/filemode: Likewise.
591         * modules/file-type: Likewise.
592         * modules/glob: Likewise.
593         * modules/isapipe: Likewise.
594         * modules/lchown: Likewise.
595         * modules/lstat: Likewise.
596         * modules/mkancesdirs: Likewise.
597         * modules/rmdir: Likewise.
598         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
599         * modules/modechange: Likewise.
600         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
601         (configure.ac): Remove gl_STAT_MACROS.
602         * modules/sys_stat (Depends-on): Remove stat-macros.
603
604 2006-10-27  Bruno Haible  <bruno@clisp.org>
605
606         * m4/signed.m4: Remove file.
607         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
608         invocation.
609         * modules/vasnprintf (Files): Remove m4/signed.m4.
610
611 2006-10-27  Bruno Haible  <bruno@clisp.org>
612
613         Update to GNU gettext 0.16.
614         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
615         m4/inttypes-h.m4, m4/signed.m4.
616         * m4/gettext.m4: Update to GNU gettext 0.16.
617         * m4/intl.m4: New file, from GNU gettext.
618         * m4/intldir.m4: New file, from GNU gettext.
619         * config/srclist.txt: Update
620
621 2006-10-27  Eric Blake  <ebb9@byu.net>
622
623         * MODULES.html.sh: Document tempname.
624         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
625         dependencies.
626         (Files): Move lib/tempname.c...
627         * modules/tempname: ...to this new module.
628         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
629         (gl_PREREQ_TEMPNAME): Move...
630         * m4/tempname.m4: ...to this new file.
631         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
632         * modules/sys_stat (Depends-on): Add stat-macros.
633         * lib/stat_.h (includes): Pick up stat macros.
634         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
635         if stat macros are broken.
636         * lib/tempname.c (includes): No need to include "stat-macros.h".
637         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
638         (direxists, __path_search) [!_LIBC]: Don't compile these in
639         gnulib; the tmpdir module covers that.
640         * lib/tempname.h: New file.
641
642 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
643
644         * COPYING: Explain how gnulib-tool converts licence headers.
645         Almost all wording by Eric Blake.
646
647 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
648
649         * lib/mbchar.h (is_basic_table): Make read-only.
650         * lib/mbchar.c (is_basic_table): Likewise.
651         Reported by John Darrington.
652
653 2006-10-25  Bruno Haible  <bruno@clisp.org>
654
655         * lib/progname.h (set_program_name): Undefine before defining.
656
657 2006-10-25  Bruno Haible  <bruno@clisp.org>
658
659         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
660         false for non-gcc C++ compilers.
661         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
662
663 2006-10-24  Bruno Haible  <bruno@clisp.org>
664
665         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
666         iconv implementations like Irix iconv.
667
668 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
669
670         * modules/vararrays: New file.
671         * m4/vararrays.m4: New file, taken from diffutils.
672         * MODULES.html.sh: New module vararrays.
673
674 2006-10-24  Karl Berry  <karl@gnu.org>
675
676         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
677         Don't call GNU Unix.
678
679 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
680
681         * users.txt: Add Libtool.
682
683         Sync from Libtool:
684
685         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
686
687         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
688         to gnulib's policy of including config.h unconditionally.
689
690 2006-10-24  Bruno Haible  <bruno@clisp.org>
691
692         * modules/wcwidth (Files): Add m4/wint_t.m4.
693         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
694         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
695
696 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
697
698         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
699         to pacify GCC with some -W flags enabled.  Problem reported by
700         Bruno Haible.
701
702 2006-10-24  Jim Meyering  <jim@meyering.net>
703
704         * MODULES.html.sh: Remove uinttostr.  It's not a module.
705         Reported by Karl Berry.
706
707 2006-10-23  Bruno Haible  <bruno@clisp.org>
708
709         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
710
711 2006-10-24  Bruno Haible  <bruno@clisp.org>
712
713         * lib/gl_list.h: Use C comment style, not C++ comment style.
714
715 2006-10-23  Eric Blake  <ebb9@byu.net>
716
717         * lib/getaddrinfo.c (includes): Add missing include.
718
719 2006-10-23  Bruno Haible  <bruno@clisp.org>
720             Paul Eggert  <eggert@cs.ucla.edu>
721
722         Ability to rename obstack_free.
723         * lib/obstack.h (__obstack_free): New macro. Declare instead of
724         obstack_free.
725         (obstack_free): Invoke the __obstack_free macro.
726         * lib/obstack.c (obstack_free): Use __obstack_free macro.
727
728 2006-10-23  Bruno Haible  <bruno@clisp.org>
729             Paul Eggert  <eggert@cs.ucla.edu>
730
731         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
732         __argc, __argv from the declaration. (They are defined as macros on
733         mingw.)
734
735 2006-10-22  Bruno Haible  <bruno@clisp.org>
736
737         * doc/gnulib-intro.texi: New file.
738         * doc/gnulib.texi: Include it.
739
740 2006-10-21  Bruno Haible  <bruno@clisp.org>
741
742         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
743         "Introduction", "Miscellanous Notes", "Particular Modules".
744
745 2006-10-21  Bruno Haible  <bruno@clisp.org>
746
747         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
748         Change mostlyclean-local rule to avoid sh syntax error from bash
749         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
750
751 2006-10-23  Jim Meyering  <jim@meyering.net>
752
753         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
754         in place of snprintf.
755
756         * modules/inttostr (Files): Add lib/uinttostr.c.
757         * lib/uinttostr.c (inttostr): New file/function.
758         * lib/inttostr.h (uinttostr): Declare.
759         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
760         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
761         Add uinttostr.
762         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
763
764 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
765
766         * lib/canonicalize.c (ELOOP): Define if not already defined.
767         Problem reported by Bruno Haible in
768         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
769
770 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
771
772         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
773         Problem reported by Perry Smith and Ville Laurikari.
774
775         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
776         uses.
777
778 2006-10-19  Bruno Haible  <bruno@clisp.org>
779
780         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
781         for mingw.
782
783 2006-10-19  Bruno Haible  <bruno@clisp.org>
784
785         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
786         Needed for mingw.
787
788 2006-10-19  Bruno Haible  <bruno@clisp.org>
789
790         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
791
792 2006-10-19  Bruno Haible  <bruno@clisp.org>
793
794         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
795         it.
796
797 2006-10-19  Bruno Haible  <bruno@clisp.org>
798
799         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
800         invocation.
801
802 2006-10-19  Bruno Haible  <bruno@clisp.org>
803
804         * gnulib-tool (func_create_testdir): Don't include ftruncate and
805         mountlist by default.
806
807 2006-10-16  Bruno Haible  <bruno@clisp.org>
808
809         * lib/c-strstr.c: Include c-strstr.h.
810
811 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
812
813         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
814         in a slash.
815
816 2006-10-18  Bruno Haible  <bruno@clisp.org>
817
818         * lib/lock.h [C++]: Wrap definitions in extern "C".
819
820 2006-10-18  Bruno Haible  <bruno@clisp.org>
821
822         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
823         gl_LIBOBJS list.
824
825 2006-10-18  Bruno Haible  <bruno@clisp.org>
826
827         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
828
829 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
830
831         * lib/xstrtol.h: Include gettext.h.
832         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
833         Problem reported by Eric Blake.
834         * modules/xstrtol (Depends-on): Add gettext-h.
835
836 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
837
838         * lib/strftime.c (advance): New macro.
839         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
840         incomplete type, so you can't add 0 to it.  Problem and patch
841         reported by Eelco Dolstra for dietlibc.
842
843 2006-10-18  Jim Meyering  <jim@meyering.net>
844
845         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
846         type for a local, and rename it: s/up/user_proc/.
847
848 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
849
850         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
851         READ_UTMP_USER_PROCESS.
852         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
853
854 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
855
856         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
857         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
858
859 2006-10-17  Eric Blake  <ebb9@byu.net>
860
861         * lib/sigprocmask.c (sigprocmask): Fix typo.
862
863         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
864
865         * modules/clean-temp (Makefile.am): Don't add to make output...
866         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
867         config.h.
868
869 2006-10-17  Bruno Haible  <bruno@clisp.org>
870
871         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
872         differently if DEFAULT_TEXT_DOMAIN is set.
873
874 2006-10-16  Bruno Haible  <bruno@clisp.org>
875
876         * lib/clean-temp.c: Include fwriteerror.h.
877
878 2006-10-16  Bruno Haible  <bruno@clisp.org>
879
880         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
881
882 2006-10-16  Bruno Haible  <bruno@clisp.org>
883
884         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
885         * lib/sigprocmask.h: Include <sys/types.h>.
886         (sigset_t): Use the system's definition if present.
887
888 2006-10-17  Eric Blake  <ebb9@byu.net>
889
890         * lib/xvasprintf.c (includes): Assume config.h.
891         * lib/xasprintf.c (includes): Likewise.
892
893 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
894
895         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
896         at least as wide as intmax_t.
897
898 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
899
900         (Imported from Automake.)
901         * build-aux/gnupload: Update to version 1.1 of directive file.
902
903 2006-10-16  Eric Blake  <ebb9@byu.net>
904
905         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
906         match Automake 1.10a.
907
908 2006-10-14  Bruno Haible  <bruno@clisp.org>
909
910         * modules/sigprocmask: New file.
911         * lib/sigprocmask.h: New file.
912         * lib/sigprocmask.c: New file.
913         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
914         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
915         request sigprocmask.o.
916         (gl_PREREQ_SIGPROCMASK): New macro.
917         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
918         (Depends-on): Add sigprocmask.
919         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
920         gt_SIGNALBLOCKING. Test for 'raise' only once.
921         * lib/fatal-signal.c: Include sigprocmask.h.
922         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
923         unblock_fatal_signals): Define always.
924         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
925         sigprocmask.
926
927 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
928
929         Sync from Automake.
930         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
931         which incorrectly sets the mode of an existing destination
932         directory.  In some cases the unpatched install-sh could do the
933         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
934         system.  We hope this is rare in practice, but it's clearly worth
935         fixing.  Problem reported by Alex Unleashed in
936         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
937         Also, don't bother to check for -m bugs unless we're using -m;
938         suggested by Stepan Kasal.
939
940 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
941
942         Sync from Automake.
943         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
944         `-c' flag, so they appear at the same position as in %FASTDEP%
945         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
946         which ignores unknown options only after the first non-option.
947         Bug report against M4 by Nelson H. F. Beebe.
948
949 2006-10-13  Jim Meyering  <jim@meyering.net>
950
951         Fix a bug in yesterday's change.
952         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
953         p->fts_statp->st_dev would be used uninitialized.
954         Ensures that we always call fts_stat on the very first entry.
955         Miklos Szeredi reported that find -xdev stopped working.
956
957 2006-10-12  Bruno Haible  <bruno@clisp.org>
958
959         * gnulib-tool (func_get_automake_snippet): Append an automatically
960         computed EXTRA_DIST augmentation.
961         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
962         * modules/alloca-opt (Makefile.am): Likewise.
963         * modules/allocsa (Makefile.am): Likewise.
964         * modules/arcfour (Makefile.am): Likewise.
965         * modules/arctwo (Makefile.am): Likewise.
966         * modules/argmatch (Makefile.am): Likewise.
967         * modules/argz (Makefile.am): Likewise.
968         * modules/atexit (Makefile.am): Likewise.
969         * modules/backupfile (Makefile.am): Likewise.
970         * modules/byteswap (Makefile.am): Likewise.
971         * modules/c-strtod (Makefile.am): Likewise.
972         * modules/c-strtold (Makefile.am): Likewise.
973         * modules/calloc (Makefile.am): Likewise.
974         * modules/canon-host (Makefile.am): Likewise.
975         * modules/canonicalize (Makefile.am): Likewise.
976         * modules/chdir-long (Makefile.am): Likewise.
977         * modules/chdir-safer (Makefile.am): Likewise.
978         * modules/check-version (Makefile.am): Likewise.
979         * modules/chown (Makefile.am): Likewise.
980         * modules/cloexec (Makefile.am): Likewise.
981         * modules/close-stream (Makefile.am): Likewise.
982         * modules/closeout (Makefile.am): Likewise.
983         * modules/crc (Makefile.am): Likewise.
984         * modules/csharpexec (Makefile.am): Likewise.
985         * modules/cycle-check (Makefile.am): Likewise.
986         * modules/des (Makefile.am): Likewise.
987         * modules/dev-ino (Makefile.am): Likewise.
988         * modules/dirfd (Makefile.am): Likewise.
989         * modules/dirname (Makefile.am): Likewise.
990         * modules/dup2 (Makefile.am): Likewise.
991         * modules/eealloc (Makefile.am): Likewise.
992         * modules/error (Makefile.am): Likewise.
993         * modules/euidaccess (Makefile.am): Likewise.
994         * modules/exclude (Makefile.am): Likewise.
995         * modules/exitfail (Makefile.am): Likewise.
996         * modules/fcntl-safer (Makefile.am): Likewise.
997         * modules/fcntl (Makefile.am): Likewise.
998         * modules/file-type (Makefile.am): Likewise.
999         * modules/fileblocks (Makefile.am): Likewise.
1000         * modules/filemode (Makefile.am): Likewise.
1001         * modules/filenamecat (Makefile.am): Likewise.
1002         * modules/fnmatch (Makefile.am): Likewise.
1003         * modules/fopen-safer (Makefile.am): Likewise.
1004         * modules/fpending (Makefile.am): Likewise.
1005         * modules/fprintftime (Makefile.am): Likewise.
1006         * modules/free (Makefile.am): Likewise.
1007         * modules/fsusage (Makefile.am): Likewise.
1008         * modules/ftruncate (Makefile.am): Likewise.
1009         * modules/fts (Makefile.am): Likewise.
1010         * modules/gc-arcfour (Makefile.am): Likewise.
1011         * modules/gc-des (Makefile.am): Likewise.
1012         * modules/gc-hmac-md5 (Makefile.am): Likewise.
1013         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
1014         * modules/gc-md4 (Makefile.am): Likewise.
1015         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
1016         * modules/gc-sha1 (Makefile.am): Likewise.
1017         * modules/gc (Makefile.am): Likewise.
1018         * modules/getaddrinfo (Makefile.am): Likewise.
1019         * modules/getcwd (Makefile.am): Likewise.
1020         * modules/getdelim (Makefile.am): Likewise.
1021         * modules/getdomainname (Makefile.am): Likewise.
1022         * modules/getgroups (Makefile.am): Likewise.
1023         * modules/gethostname (Makefile.am): Likewise.
1024         * modules/gethrxtime (Makefile.am): Likewise.
1025         * modules/getline (Makefile.am): Likewise.
1026         * modules/getloadavg (Makefile.am): Likewise.
1027         * modules/getlogin_r (Makefile.am): Likewise.
1028         * modules/getndelim2 (Makefile.am): Likewise.
1029         * modules/getopt (Makefile.am): Likewise.
1030         * modules/getpagesize (Makefile.am): Likewise.
1031         * modules/getpass-gnu (Makefile.am): Likewise.
1032         * modules/getpass (Makefile.am): Likewise.
1033         * modules/getsubopt (Makefile.am): Likewise.
1034         * modules/gettime (Makefile.am): Likewise.
1035         * modules/gettimeofday (Makefile.am): Likewise.
1036         * modules/getugroups (Makefile.am): Likewise.
1037         * modules/getusershell (Makefile.am): Likewise.
1038         * modules/glob (Makefile.am): Likewise.
1039         * modules/group-member (Makefile.am): Likewise.
1040         * modules/hard-locale (Makefile.am): Likewise.
1041         * modules/hash (Makefile.am): Likewise.
1042         * modules/hmac-md5 (Makefile.am): Likewise.
1043         * modules/hmac-sha1 (Makefile.am): Likewise.
1044         * modules/human (Makefile.am): Likewise.
1045         * modules/idcache (Makefile.am): Likewise.
1046         * modules/imaxabs (Makefile.am): Likewise.
1047         * modules/imaxdiv (Makefile.am): Likewise.
1048         * modules/inet_ntop (Makefile.am): Likewise.
1049         * modules/inet_pton (Makefile.am): Likewise.
1050         * modules/intprops (Makefile.am): Likewise.
1051         * modules/inttostr (Makefile.am): Likewise.
1052         * modules/inttypes (Makefile.am): Likewise.
1053         * modules/isapipe (Makefile.am): Likewise.
1054         * modules/javaversion (Makefile.am): Likewise.
1055         * modules/lchmod (Makefile.am): Likewise.
1056         * modules/lchown (Makefile.am): Likewise.
1057         * modules/localcharset (Makefile.am): Likewise.
1058         * modules/long-options (Makefile.am): Likewise.
1059         * modules/lstat (Makefile.am): Likewise.
1060         * modules/malloc (Makefile.am): Likewise.
1061         * modules/mathl (Makefile.am): Likewise.
1062         * modules/mbchar (Makefile.am): Likewise.
1063         * modules/md2 (Makefile.am): Likewise.
1064         * modules/md4 (Makefile.am): Likewise.
1065         * modules/md5 (Makefile.am): Likewise.
1066         * modules/memcasecmp (Makefile.am): Likewise.
1067         * modules/memchr (Makefile.am): Likewise.
1068         * modules/memcmp (Makefile.am): Likewise.
1069         * modules/memcoll (Makefile.am): Likewise.
1070         * modules/memcpy (Makefile.am): Likewise.
1071         * modules/memmem (Makefile.am): Likewise.
1072         * modules/memmove (Makefile.am): Likewise.
1073         * modules/mempcpy (Makefile.am): Likewise.
1074         * modules/memrchr (Makefile.am): Likewise.
1075         * modules/memset (Makefile.am): Likewise.
1076         * modules/memxor (Makefile.am): Likewise.
1077         * modules/mkancesdirs (Makefile.am): Likewise.
1078         * modules/mkdir-p (Makefile.am): Likewise.
1079         * modules/mkdir (Makefile.am): Likewise.
1080         * modules/mkdtemp (Makefile.am): Likewise.
1081         * modules/mkstemp (Makefile.am): Likewise.
1082         * modules/mktime (Makefile.am): Likewise.
1083         * modules/modechange (Makefile.am): Likewise.
1084         * modules/mountlist (Makefile.am): Likewise.
1085         * modules/nanosleep (Makefile.am): Likewise.
1086         * modules/obstack (Makefile.am): Likewise.
1087         * modules/openat (Makefile.am): Likewise.
1088         * modules/pagealign_alloc (Makefile.am): Likewise.
1089         * modules/pathmax (Makefile.am): Likewise.
1090         * modules/physmem (Makefile.am): Likewise.
1091         * modules/poll (Makefile.am): Likewise.
1092         * modules/posixtm (Makefile.am): Likewise.
1093         * modules/posixver (Makefile.am): Likewise.
1094         * modules/putenv (Makefile.am): Likewise.
1095         * modules/quote (Makefile.am): Likewise.
1096         * modules/quotearg (Makefile.am): Likewise.
1097         * modules/raise (Makefile.am): Likewise.
1098         * modules/read-file (Makefile.am): Likewise.
1099         * modules/readline (Makefile.am): Likewise.
1100         * modules/readlink (Makefile.am): Likewise.
1101         * modules/readtokens (Makefile.am): Likewise.
1102         * modules/readutmp (Makefile.am): Likewise.
1103         * modules/realloc (Makefile.am): Likewise.
1104         * modules/regex (Makefile.am): Likewise.
1105         * modules/rename-dest-slash (Makefile.am): Likewise.
1106         * modules/rename (Makefile.am): Likewise.
1107         * modules/rijndael (Makefile.am): Likewise.
1108         * modules/rmdir (Makefile.am): Likewise.
1109         * modules/rpmatch (Makefile.am): Likewise.
1110         * modules/safe-read (Makefile.am): Likewise.
1111         * modules/safe-write (Makefile.am): Likewise.
1112         * modules/same-inode (Makefile.am): Likewise.
1113         * modules/same (Makefile.am): Likewise.
1114         * modules/save-cwd (Makefile.am): Likewise.
1115         * modules/savedir (Makefile.am): Likewise.
1116         * modules/setenv (Makefile.am): Likewise.
1117         * modules/settime (Makefile.am): Likewise.
1118         * modules/sha1 (Makefile.am): Likewise.
1119         * modules/sig2str (Makefile.am): Likewise.
1120         * modules/snprintf (Makefile.am): Likewise.
1121         * modules/stat-macros (Makefile.am): Likewise.
1122         * modules/stat-time (Makefile.am): Likewise.
1123         * modules/stdbool (Makefile.am): Likewise.
1124         * modules/stdint (Makefile.am): Likewise.
1125         * modules/stdlib-safer (Makefile.am): Likewise.
1126         * modules/stpcpy (Makefile.am): Likewise.
1127         * modules/stpncpy (Makefile.am): Likewise.
1128         * modules/strcase (Makefile.am): Likewise.
1129         * modules/strcasestr (Makefile.am): Likewise.
1130         * modules/strchrnul (Makefile.am): Likewise.
1131         * modules/strcspn (Makefile.am): Likewise.
1132         * modules/strdup (Makefile.am): Likewise.
1133         * modules/strerror (Makefile.am): Likewise.
1134         * modules/strftime (Makefile.am): Likewise.
1135         * modules/strndup (Makefile.am): Likewise.
1136         * modules/strnlen (Makefile.am): Likewise.
1137         * modules/strpbrk (Makefile.am): Likewise.
1138         * modules/strsep (Makefile.am): Likewise.
1139         * modules/strstr (Makefile.am): Likewise.
1140         * modules/strtod (Makefile.am): Likewise.
1141         * modules/strtoimax (Makefile.am): Likewise.
1142         * modules/strtok_r (Makefile.am): Likewise.
1143         * modules/strtol (Makefile.am): Likewise.
1144         * modules/strtoll (Makefile.am): Likewise.
1145         * modules/strtoul (Makefile.am): Likewise.
1146         * modules/strtoull (Makefile.am): Likewise.
1147         * modules/strtoumax (Makefile.am): Likewise.
1148         * modules/strverscmp (Makefile.am): Likewise.
1149         * modules/sys_socket (Makefile.am): Likewise.
1150         * modules/sys_stat (Makefile.am): Likewise.
1151         * modules/sysexits (Makefile.am): Likewise.
1152         * modules/time_r (Makefile.am): Likewise.
1153         * modules/timegm (Makefile.am): Likewise.
1154         * modules/timespec (Makefile.am): Likewise.
1155         * modules/tmpfile-safer (Makefile.am): Likewise.
1156         * modules/trim (Makefile.am): Likewise.
1157         * modules/unistd-safer (Makefile.am): Likewise.
1158         * modules/unlinkdir (Makefile.am): Likewise.
1159         * modules/unlocked-io (Makefile.am): Likewise.
1160         * modules/userspec (Makefile.am): Likewise.
1161         * modules/utime (Makefile.am): Likewise.
1162         * modules/utimecmp (Makefile.am): Likewise.
1163         * modules/utimens (Makefile.am): Likewise.
1164         * modules/vasnprintf (Makefile.am): Likewise.
1165         * modules/vasprintf (Makefile.am): Likewise.
1166         * modules/vsnprintf (Makefile.am): Likewise.
1167         * modules/xalloc (Makefile.am): Likewise.
1168         * modules/xgetcwd (Makefile.am): Likewise.
1169         * modules/xnanosleep (Makefile.am): Likewise.
1170         * modules/xreadlink (Makefile.am): Likewise.
1171         * modules/xstrtod (Makefile.am): Likewise.
1172         * modules/xstrtol (Makefile.am): Likewise.
1173         * modules/xstrtold (Makefile.am): Likewise.
1174         * modules/yesno (Makefile.am): Likewise.
1175         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
1176
1177 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
1178
1179         * modules/error (Makefile.am): Distribute files through
1180         EXTRA_DIST, not lib_SOURCES.
1181
1182 2006-10-12  Eric Blake  <ebb9@byu.net>
1183
1184         * modules/error (Makefile.am): Distribute files in /lib.
1185         * modules/obstack (Makefile.am): Likewise.
1186
1187 2006-10-12  Bruno Haible  <bruno@clisp.org>
1188
1189         * modules/acl (Makefile.am): Distribute all files in lib/ through
1190         EXTRA_DIST.
1191         * modules/arcfour (Makefile.am): Likewise.
1192         * modules/arctwo (Makefile.am): Likewise.
1193         * modules/argmatch (Makefile.am): Likewise.
1194         * modules/argz (Makefile.am): Likewise.
1195         * modules/atexit (Makefile.am): Likewise.
1196         * modules/backupfile (Makefile.am): Likewise.
1197         * modules/c-strtod (Makefile.am): Likewise.
1198         * modules/c-strtold (Makefile.am): Likewise.
1199         * modules/calloc (Makefile.am): Likewise.
1200         * modules/canon-host (Makefile.am): Likewise.
1201         * modules/canonicalize (Makefile.am): Likewise.
1202         * modules/chdir-long (Makefile.am): Likewise.
1203         * modules/chdir-safer (Makefile.am): Likewise.
1204         * modules/check-version (Makefile.am): Likewise.
1205         * modules/chown (Makefile.am): Likewise.
1206         * modules/cloexec (Makefile.am): Likewise.
1207         * modules/close-stream (Makefile.am): Likewise.
1208         * modules/closeout (Makefile.am): Likewise.
1209         * modules/crc (Makefile.am): Likewise.
1210         * modules/cycle-check (Makefile.am): Likewise.
1211         * modules/des (Makefile.am): Likewise.
1212         * modules/dirfd (Makefile.am): Likewise.
1213         * modules/dirname (Makefile.am): Likewise.
1214         * modules/dup2 (Makefile.am): Likewise.
1215         * modules/euidaccess (Makefile.am): Likewise.
1216         * modules/exclude (Makefile.am): Likewise.
1217         * modules/exitfail (Makefile.am): Likewise.
1218         * modules/fcntl-safer (Makefile.am): Likewise.
1219         * modules/file-type (Makefile.am): Likewise.
1220         * modules/fileblocks (Makefile.am): Likewise.
1221         * modules/filemode (Makefile.am): Likewise.
1222         * modules/filenamecat (Makefile.am): Likewise.
1223         * modules/fnmatch (Makefile.am): Likewise.
1224         * modules/fopen-safer (Makefile.am): Likewise.
1225         * modules/fpending (Makefile.am): Likewise.
1226         * modules/fprintftime (Makefile.am): Likewise.
1227         * modules/free (Makefile.am): Likewise.
1228         * modules/fsusage (Makefile.am): Likewise.
1229         * modules/ftruncate (Makefile.am): Likewise.
1230         * modules/fts (Makefile.am): Likewise.
1231         * modules/gc (Makefile.am): Likewise.
1232         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
1233         * modules/getaddrinfo (Makefile.am): Likewise.
1234         * modules/getcwd (Makefile.am): Likewise.
1235         * modules/getdelim (Makefile.am): Likewise.
1236         * modules/getdomainname (Makefile.am): Likewise.
1237         * modules/getgroups (Makefile.am): Likewise.
1238         * modules/gethostname (Makefile.am): Likewise.
1239         * modules/gethrxtime (Makefile.am): Likewise.
1240         * modules/getline (Makefile.am): Likewise.
1241         * modules/getloadavg (Makefile.am): Likewise.
1242         * modules/getlogin_r (Makefile.am): Likewise.
1243         * modules/getopt (Makefile.am): Likewise.
1244         * modules/getpass (Makefile.am): Likewise.
1245         * modules/getpass-gnu (Makefile.am): Likewise.
1246         * modules/getsubopt (Makefile.am): Likewise.
1247         * modules/gettime (Makefile.am): Likewise.
1248         * modules/gettimeofday (Makefile.am): Likewise.
1249         * modules/getugroups (Makefile.am): Likewise.
1250         * modules/getusershell (Makefile.am): Likewise.
1251         * modules/glob (Makefile.am): Likewise.
1252         * modules/group-member (Makefile.am): Likewise.
1253         * modules/hard-locale (Makefile.am): Likewise.
1254         * modules/hash (Makefile.am): Likewise.
1255         * modules/hmac-md5 (Makefile.am): Likewise.
1256         * modules/hmac-sha1 (Makefile.am): Likewise.
1257         * modules/human (Makefile.am): Likewise.
1258         * modules/idcache (Makefile.am): Likewise.
1259         * modules/imaxabs (Makefile.am): Likewise.
1260         * modules/imaxdiv (Makefile.am): Likewise.
1261         * modules/inet_ntop (Makefile.am): Likewise.
1262         * modules/inet_pton (Makefile.am): Likewise.
1263         * modules/inttostr (Makefile.am): Likewise.
1264         * modules/isapipe (Makefile.am): Likewise.
1265         * modules/lchown (Makefile.am): Likewise.
1266         * modules/long-options (Makefile.am): Likewise.
1267         * modules/lstat (Makefile.am): Likewise.
1268         * modules/malloc (Makefile.am): Likewise.
1269         * modules/mathl (Makefile.am): Likewise.
1270         * modules/mbchar (Makefile.am): Likewise.
1271         * modules/md2 (Makefile.am): Likewise.
1272         * modules/md4 (Makefile.am): Likewise.
1273         * modules/md5 (Makefile.am): Likewise.
1274         * modules/memcasecmp (Makefile.am): Likewise.
1275         * modules/memchr (Makefile.am): Likewise.
1276         * modules/memcmp (Makefile.am): Likewise.
1277         * modules/memcoll (Makefile.am): Likewise.
1278         * modules/memcpy (Makefile.am): Likewise.
1279         * modules/memmem (Makefile.am): Likewise.
1280         * modules/memmove (Makefile.am): Likewise.
1281         * modules/mempcpy (Makefile.am): Likewise.
1282         * modules/memrchr (Makefile.am): Likewise.
1283         * modules/memset (Makefile.am): Likewise.
1284         * modules/memxor (Makefile.am): Likewise.
1285         * modules/mkancesdirs (Makefile.am): Likewise.
1286         * modules/mkdir (Makefile.am): Likewise.
1287         * modules/mkdir-p (Makefile.am): Likewise.
1288         * modules/mkdtemp (Makefile.am): Likewise.
1289         * modules/mkstemp (Makefile.am): Likewise.
1290         * modules/mktime (Makefile.am): Likewise.
1291         * modules/modechange (Makefile.am): Likewise.
1292         * modules/mountlist (Makefile.am): Likewise.
1293         * modules/nanosleep (Makefile.am): Likewise.
1294         * modules/openat (Makefile.am): Likewise.
1295         * modules/pagealign_alloc (Makefile.am): Likewise.
1296         * modules/physmem (Makefile.am): Likewise.
1297         * modules/poll (Makefile.am): Likewise.
1298         * modules/posixtm (Makefile.am): Likewise.
1299         * modules/posixver (Makefile.am): Likewise.
1300         * modules/putenv (Makefile.am): Likewise.
1301         * modules/quote (Makefile.am): Likewise.
1302         * modules/quotearg (Makefile.am): Likewise.
1303         * modules/raise (Makefile.am): Likewise.
1304         * modules/read-file (Makefile.am): Likewise.
1305         * modules/readline (Makefile.am): Likewise.
1306         * modules/readlink (Makefile.am): Likewise.
1307         * modules/readtokens (Makefile.am): Likewise.
1308         * modules/readutmp (Makefile.am): Likewise.
1309         * modules/realloc (Makefile.am): Likewise.
1310         * modules/regex (Makefile.am): Likewise.
1311         * modules/rename (Makefile.am): Likewise.
1312         * modules/rename-dest-slash (Makefile.am): Likewise.
1313         * modules/rijndael (Makefile.am): Likewise.
1314         * modules/rmdir (Makefile.am): Likewise.
1315         * modules/rpmatch (Makefile.am): Likewise.
1316         * modules/safe-read (Makefile.am): Likewise.
1317         * modules/safe-write (Makefile.am): Likewise.
1318         * modules/same (Makefile.am): Likewise.
1319         * modules/save-cwd (Makefile.am): Likewise.
1320         * modules/savedir (Makefile.am): Likewise.
1321         * modules/setenv (Makefile.am): Likewise.
1322         * modules/settime (Makefile.am): Likewise.
1323         * modules/sha1 (Makefile.am): Likewise.
1324         * modules/sig2str (Makefile.am): Likewise.
1325         * modules/snprintf (Makefile.am): Likewise.
1326         * modules/stdlib-safer (Makefile.am): Likewise.
1327         * modules/stpcpy (Makefile.am): Likewise.
1328         * modules/stpncpy (Makefile.am): Likewise.
1329         * modules/strcase (Makefile.am): Likewise.
1330         * modules/strcasestr (Makefile.am): Likewise.
1331         * modules/strchrnul (Makefile.am): Likewise.
1332         * modules/strcspn (Makefile.am): Likewise.
1333         * modules/strdup (Makefile.am): Likewise.
1334         * modules/strerror (Makefile.am): Likewise.
1335         * modules/strftime (Makefile.am): Likewise.
1336         * modules/strndup (Makefile.am): Likewise.
1337         * modules/strnlen (Makefile.am): Likewise.
1338         * modules/strpbrk (Makefile.am): Likewise.
1339         * modules/strsep (Makefile.am): Likewise.
1340         * modules/strstr (Makefile.am): Likewise.
1341         * modules/strtod (Makefile.am): Likewise.
1342         * modules/strtoimax (Makefile.am): Likewise.
1343         * modules/strtok_r (Makefile.am): Likewise.
1344         * modules/strtol (Makefile.am): Likewise.
1345         * modules/strtoll (Makefile.am): Likewise.
1346         * modules/strtoul (Makefile.am): Likewise.
1347         * modules/strtoull (Makefile.am): Likewise.
1348         * modules/strtoumax (Makefile.am): Likewise.
1349         * modules/strverscmp (Makefile.am): Likewise.
1350         * modules/time_r (Makefile.am): Likewise.
1351         * modules/timegm (Makefile.am): Likewise.
1352         * modules/tmpfile-safer (Makefile.am): Likewise.
1353         * modules/unistd-safer (Makefile.am): Likewise.
1354         * modules/unlinkdir (Makefile.am): Likewise.
1355         * modules/userspec (Makefile.am): Likewise.
1356         * modules/utime (Makefile.am): Likewise.
1357         * modules/utimecmp (Makefile.am): Likewise.
1358         * modules/utimens (Makefile.am): Likewise.
1359         * modules/vasnprintf (Makefile.am): Likewise.
1360         * modules/vasprintf (Makefile.am): Likewise.
1361         * modules/vsnprintf (Makefile.am): Likewise.
1362         * modules/xalloc (Makefile.am): Likewise.
1363         * modules/xgetcwd (Makefile.am): Likewise.
1364         * modules/xnanosleep (Makefile.am): Likewise.
1365         * modules/xreadlink (Makefile.am): Likewise.
1366         * modules/xstrtod (Makefile.am): Likewise.
1367         * modules/xstrtol (Makefile.am): Likewise.
1368         * modules/xstrtold (Makefile.am): Likewise.
1369         * modules/yesno (Makefile.am): Likewise.
1370
1371 2006-10-12  Jim Meyering  <jim@meyering.net>
1372
1373         * m4/getloadavg.m4: Revert the change below.
1374
1375         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
1376         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
1377         fail with a symlink, which is what coreutils' ./bootstrap now
1378         creates by default.
1379
1380 2006-10-12  Bruno Haible  <bruno@clisp.org>
1381
1382         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
1383         mingw.
1384         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
1385         MSVC and mingw explicitly.
1386
1387 2006-10-11  Simon Josefsson  <jas@extundo.com>
1388             Bruno Haible  <bruno@clisp.org>
1389
1390         Add support for multiple gnulib-tool invocations in the scope of a
1391         single configure.ac file.
1392         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
1393         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
1394         with the same contents as the _LIBADD variable.
1395         (func_emit_initmacro_start, func_emit_initmacro_end,
1396         func_emit_initmacro_done): New functions.
1397         (func_import, func_create_testdir): Invoke them. Allow the identifiers
1398         gl_LIBOBJS and gl_LTLIBOBJS.
1399
1400 2006-10-11  Bruno Haible  <bruno@clisp.org>
1401
1402         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
1403         (func_create_testdir): Don't create po/Makefile.am, don't invoke
1404         autoreconf. Instead, invoke autopoint explicitly but move back the
1405         *.m4 files from gnulib.
1406
1407 2006-10-11  Bruno Haible  <bruno@clisp.org>
1408
1409         * gnulib-tool (func_usage): Make module names after --create-testdir
1410         optional.
1411         (func_create_testdir): If no module was specified, use nearly all
1412         modules.
1413
1414 2006-10-12  Jim Meyering  <jim@meyering.net>
1415
1416         Big performance improvement for fts-based tools that use FTS_NOSTAT.
1417         Avoid spurious inode-mismatch problems on non-POSIX file systems.
1418         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
1419         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
1420         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
1421         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
1422         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
1423         (fts_set_stat_required): New function.
1424         (fts_open): Defer the calls to fts_stat, if possible or requested.
1425         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
1426         into fts_stat itself.
1427         (fts_read): Perform any required (deferred) fts_stat call.
1428         (fts_build): Likewise, for the directory we're about to open and read.
1429         In the readdir loop, carefully decide whether each entry will require
1430         an eventual call to fts_stat, using dirent.d_type info if available.
1431         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
1432         a command line argument into this function.  Update all callers.
1433         Map a return value of FTS_DOT to FTS_D for a command line argument.
1434         * modules/fts (Depends-on): Add d-type.  Alphabetize.
1435         Thanks to Miklos Szeredi for his tenacity and for the initial
1436         bug report about "find" failing on a FUSE-based file system.
1437
1438         * lib/fts.c (fts_open): Use consistent indentation.
1439
1440 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
1441
1442         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
1443         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
1444         reported by Jim Meyering.  All uses of cache variables renamed
1445         to match Autoconf's.
1446         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
1447         the other one.
1448
1449         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
1450         Fix misspelling in diagnostic.
1451
1452 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
1453
1454         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
1455         defined.  Problem reported by Matthew Woehlke.
1456
1457         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
1458         Add support for Tandem NonStop R series.
1459         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
1460         Use new macro.
1461
1462         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
1463         (has_trailing_slash): Omit size arg; all callers changed.
1464         Omit 'inline', since it doesn't help performance and we'd
1465         need to configure it.
1466         Don't count //, ///, etc. as having a trailing slash.
1467         As a side effect, this removes a C99ism reported by Matthew Woehlke.
1468         (rpl_rename_dest_slash): On failure, use rename's errno rather
1469         than (in some cases) an incorrect or junk errno.
1470         Simplify code by removing need to compute length; this does
1471         cause it to make two passes instead of one over the file name,
1472         but it's worth it.
1473
1474         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
1475         change, since Autoconf's version may no longer be appropriate now
1476         that we are using CVS Autoconf's version.  Add support for Tandem.
1477
1478 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
1479             Bruno Haible  <bruno@clisp.org>
1480
1481         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
1482         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
1483         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
1484         gl_AC_TYPE_LONG_LONG.
1485
1486         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
1487         instead of HAVE_LONG_LONG.
1488         * lib/printf-args.c (printf_fetchargs): Likewise.
1489         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
1490         * lib/vasnprintf.c (VASNPRINTF): Likewise.
1491         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
1492         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
1493         gl_AC_TYPE_LONG_LONG.
1494
1495 2006-10-11  Bruno Haible  <bruno@clisp.org>
1496
1497         * m4/longlong.m4: Add comments.
1498         * m4/ulonglong.m4: Likewise.
1499
1500 2006-10-10  Bruno Haible  <bruno@clisp.org>
1501
1502         Make it possible to #define stpcpy, strdup to aliases.
1503         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
1504         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
1505
1506 2006-10-10  Bruno Haible  <bruno@clisp.org>
1507
1508         Make it possible to #define gcd to an alias.
1509         * lib/gcd.c: Include config.h.
1510
1511 2006-10-10  Bruno Haible  <bruno@clisp.org>
1512
1513         Make it possible to #define c_isascii to an alias.
1514         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
1515         defined. Undefine the macros before defining them, to avoid gcc
1516         warnings.
1517         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
1518         define NO_C_CTYPE_MACROS early.
1519
1520 2006-10-10  Bruno Haible  <bruno@clisp.org>
1521
1522         Make it possible to #define set_program_name to an alias.
1523         * lib/progname.c: Don't undefine set_program_name; instead, undefine
1524         ENABLE_RELOCATABLE early.
1525
1526 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
1527
1528         Port to Tandem NSK OSS, which has 64-bit signed int but at most
1529         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
1530         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
1531         More generally, don't assume that 64-bit signed int is available
1532         if unsigned int is, and vice versa.
1533         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
1534         unsigned symbols, not on their signed counterparts.
1535         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
1536         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
1537         (UINT64_C, UINTMAX_C):
1538         Likewise.
1539         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
1540         unsigned counterparts.
1541         (Have_long_long, Unsigned): New macros.
1542         (Int): Renamed from INT.
1543         (strtoimax): Use the new macros.
1544         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
1545         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
1546         * modules/inttypes (inttypes.h): Substitute
1547         HAVE_UNSIGNED_LONG_LONG_INT.
1548         * modules/stdint (stdint.h): Likewise.
1549         (Files): Add m4/ulonglong.m4.
1550
1551 2006-10-10  Bruno Haible  <bruno@clisp.org>
1552
1553         Fix a gcc -Wshadow warning.
1554         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
1555         to 'bucket'.
1556         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
1557         gl_linked_indexof_from_to): Likewise.
1558         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
1559         Likewise.
1560         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
1561         Likewise.
1562         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
1563         Reported by Eric Blake.
1564
1565 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
1566
1567         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
1568         for NetBSD.  Problem reported by Bruno Haible.
1569
1570 2006-10-09  Jim Meyering  <jim@meyering.net>
1571
1572         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
1573         Patch from Bruno Haible.
1574
1575 2006-10-09  Jim Meyering  <jim@meyering.net>
1576
1577         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
1578         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
1579         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
1580
1581 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
1582
1583         Don't include <config.h> twice; this doesn't work in some cases,
1584         e.g., when config.h has "#define intmax_t long long int" and
1585         we include <config.h>, <inttypes.h>, <config.h> in that order.
1586         Problem reported by Matthew Woehlke in:
1587         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
1588         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
1589         * lib/fts-cycle.c: Don't include config.h.
1590         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
1591         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
1592         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
1593         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
1594         inttypes.h.
1595         * lib/xstrtoumax.c: Likewise.
1596         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
1597         __strtol and the like, so that this module is more like its siblings.
1598         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
1599         Remove; no longer needed now that we assume gnulib inttypes.h.
1600
1601 2006-10-08  Bruno Haible  <bruno@clisp.org>
1602
1603         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
1604         option.
1605
1606 2006-10-07  Jim Meyering  <jim@meyering.net>
1607
1608         * modules/inttypes (inttypes.h): Revert what seems to have been
1609         an inadvertent part of today's change: use "|", not "/" in the
1610         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
1611
1612 2006-10-07  Bruno Haible  <bruno@clisp.org>
1613
1614         * modules/sublist: New file.
1615
1616 2006-10-07  Bruno Haible  <bruno@clisp.org>
1617
1618         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
1619         * modules/argz (argz.h): Likewise.
1620         * modules/arpa_inet (arpa/inet.h): Likewise.
1621         * modules/byteswap (byteswap.h): Likewise.
1622         * modules/configmake (configmake.h): Likewise.
1623         * modules/fcntl (fcntl.h): Likewise.
1624         * modules/fnmatch (fnmatch.h): Likewise.
1625         * modules/getopt (getopt.h): Likewise.
1626         * modules/glob (glob.h): Likewise.
1627         * modules/inttypes (inttypes.h): Likewise.
1628         * modules/netinet_in (netinet/in.h): Likewise.
1629         * modules/poll (poll.h): Likewise.
1630         * modules/stdbool (stdbool.h): Likewise.
1631         * modules/stdint (stdint.h): Likewise.
1632         * modules/sys_select (sys/select.h): Likewise.
1633         * modules/sys_socket (sys/socket.h): Likewise.
1634         * modules/sys_stat (sys/stat.h): Likewise.
1635         * modules/sysexits (sysexits.h): Likewise.
1636         * modules/unistd (unistd.h): Likewise.
1637         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1638         Add a "DO NOT EDIT" comment to the generated file.
1639         (func_import): Likewise for gnulib-comp.m4.
1640
1641 2006-10-07  Bruno Haible  <bruno@clisp.org>
1642
1643         * lib/gl_sublist.h: New file.
1644         * lib/gl_sublist.c: New file.
1645
1646 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
1647
1648         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
1649         name (relative to the original working directory) and the file
1650         name component (relative to the temporary working directory).  All
1651         callers changed.
1652         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
1653         * lib/mkdir-p.c (make_dir_parents): Likewise.
1654         * lib/mkdir-p.h (make_dir_parents): Likewise.
1655
1656 2006-10-06  Eric Blake  <ebb9@byu.net>
1657
1658         Define several macros for use by the clean-temp module.
1659         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
1660         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
1661         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
1662
1663         * lib/clean-temp.h (close_stream_temp): New declaration.
1664         * lib/clean-temp.c (includes): Pull in headers according to what
1665         other modules are in use.
1666         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
1667
1668 2006-10-06  Bruno Haible  <bruno@clisp.org>
1669
1670         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
1671         instead of fopen, fwriteerror.
1672
1673 2006-10-06  Bruno Haible  <bruno@clisp.org>
1674
1675         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
1676         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
1677         int.
1678         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
1679         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
1680         Return an error indicator.
1681         Suggested by Eric Blake.
1682
1683 2006-10-06  Bruno Haible  <bruno@clisp.org>
1684
1685         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
1686         Reported by Eric Blake.
1687
1688 2006-10-06  Bruno Haible  <bruno@clisp.org>
1689
1690         * modules/closeout (Description): Mention stderr too.
1691
1692 2006-10-06  Bruno Haible  <bruno@clisp.org>
1693         and Paul Eggert  <eggert@cs.ucla.edu>
1694
1695         * lib/closeout.c (close_stdout): Also close stderr.
1696         * lib/closeout.h: Update comment.
1697
1698 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
1699
1700         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
1701         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
1702         * lib/dirchownmod.c: Include lchown.h.
1703         * lib/lchown.c: Don't include files that lchown.h now includes.
1704         Don't declare chown, since lchown.h now does that.
1705         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
1706         (lchown): Define to rpl_chown if lchown is declared but
1707         does not exist.  Declare using a prototype if lchown is not
1708         declared.  Add a copyright notice.
1709         * lib/mkstemp.h: Include <unistd.h>.
1710         * lib/openat.c: Include lchown.h.
1711
1712         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
1713         we now test for that separately.
1714         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
1715         rather than O_NOFOLLOW, when testing whether it's possible to
1716         avoid a race condition reliably.
1717         * lib/savewd.c (savewd_chdir): Likewise.
1718
1719         Remove macros that are no longer needed now that stdint.h is
1720         reliable.
1721         * lib/fsusage.c (UINTMAX_MAX): Remove.
1722         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
1723         * lib/utimecmp.c (SIZE_MAX): Remove.
1724
1725         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
1726
1727         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
1728         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
1729         O_NOATIME works.
1730
1731 2006-10-05  Bruno Haible  <bruno@clisp.org>
1732
1733         * lib/gl_list.h (gl_sortedlist_search_from_to,
1734         gl_sortedlist_indexof_from_to): New declarations.
1735         (gl_list_implementation): New fields sortedlist_search_from_to,
1736         sortedlist_indexof_from_to.
1737         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
1738         inline functions.
1739         * lib/gl_list.c (gl_sortedlist_search_from_to,
1740         gl_sortedlist_indexof_from_to): New functions.
1741         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
1742         function.
1743         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
1744         (gl_array_sortedlist_search_from_to): New function.
1745         (gl_array_list_implementation): Update.
1746         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
1747         function.
1748         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
1749         (gl_carray_sortedlist_search_from_to): New function.
1750         (gl_carray_list_implementation): Update.
1751         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
1752         gl_linked_sortedlist_indexof_from_to): New functions.
1753         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
1754         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
1755         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
1756         gl_tree_sortedlist_indexof_from_to): New functions.
1757         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
1758         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
1759         Update.
1760         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
1761         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
1762         Update.
1763
1764 2006-10-05  Bruno Haible  <bruno@clisp.org>
1765
1766         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
1767         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
1768         (struct gl_list_implementation): Add fields search_from_to,
1769         indexof_from_to. Remove fields search, indexof.
1770         (gl_list_search): Use the search_from_to method.
1771         (gl_list_search_from, gl_list_search_from_to): New functions.
1772         (gl_list_indexof): Use the indexof_from_to method.
1773         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
1774         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
1775         (gl_list_search_from, gl_list_search_from_to): New functions.
1776         (gl_list_indexof): Use the indexof_from_to method.
1777         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
1778         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
1779         gl_array_indexof. Add start_index, end_index arguments.
1780         (gl_array_search_from_to): Renamed from gl_array_search. Add
1781         start_index, end_index arguments.
1782         (gl_array_remove, gl_array_list_implementation): Update.
1783         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
1784         gl_carray_indexof. Add start_index, end_index arguments.
1785         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
1786         start_index, end_index arguments.
1787         (gl_carray_remove, gl_carray_list_implementation): Update.
1788         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
1789         gl_linked_search. Add start_index, end_index arguments.
1790         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
1791         start_index, end_index arguments.
1792         (gl_linked_remove): Update.
1793         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
1794         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
1795         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
1796         field to 'size_t'.
1797         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
1798         gl_tree_search. Add start_index, end_index arguments.
1799         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
1800         start_index, end_index arguments.
1801         (gl_tree_remove): Update.
1802         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
1803         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
1804         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
1805         function.
1806         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
1807         gl_tree_search. Add start_index, end_index arguments.
1808         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
1809         start_index, end_index arguments.
1810         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
1811         Update.
1812         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
1813
1814 2006-10-05  Bruno Haible  <bruno@clisp.org>
1815
1816         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
1817
1818         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
1819         fwriteerror_temp): New declarations.
1820         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
1821         (descriptors): New variable.
1822         (cleanup): First, close the descriptors.
1823         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
1824         fclose_temp, fwriteerror_temp): New functions.
1825
1826 2006-10-04  Jim Meyering  <jim@meyering.net>
1827
1828         * lib/fts.c (fts_open): Tiny comment change.
1829
1830 2006-10-04  Bruno Haible  <bruno@clisp.org>
1831
1832         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
1833         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
1834         gl_LOCK_BODY.
1835         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
1836         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
1837         gl_LOCK_EARLY_BODY.
1838         (gl_LOCK): Require gl_LOCK_BODY.
1839
1840 2006-10-04  Bruno Haible  <bruno@clisp.org>
1841
1842         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
1843         (gl_oset_search_atleast): New declaration.
1844         (struct gl_oset_implementation): Add field 'search_atleast'.
1845         (gl_oset_search_atleast): New inline function.
1846         * lib/gl_oset.c (gl_oset_search_atleast): New function.
1847         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
1848         (gl_array_oset_implementation): Update.
1849         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
1850         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
1851         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
1852
1853 2006-10-04  Bruno Haible  <bruno@clisp.org>
1854
1855         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
1856
1857 2006-10-03  Bruno Haible  <bruno@clisp.org>
1858
1859         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
1860         from gl_avltreehash_list_implementation.
1861
1862 2006-10-03  Bruno Haible  <bruno@clisp.org>
1863
1864         * lib/gl_oset.c (gl_oset_add): Fix return type.
1865
1866 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
1867
1868         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
1869
1870 2006-10-02  Eric Blake  <ebb9@byu.net>
1871
1872         * modules/strnlen (Depends-on): Add extensions.
1873
1874 2006-10-02  Eric Blake  <ebb9@byu.net>
1875
1876         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
1877         definition in 2.60+.
1878
1879 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
1880
1881         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
1882         checks.
1883
1884 2006-10-02  Bruno Haible  <bruno@clisp.org>
1885
1886         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
1887         to the AUTOMAKE_OPTIONS.
1888         Reported by Jim Meyering.
1889
1890 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
1891
1892         Work around bug in Solaris 10 /proc file system:
1893         /proc/self/fd/NNN/.. isn't the parent directory of
1894         the directory whose file descriptor is NNN.  This needs to
1895         be worked around at run time, not compile time, since a
1896         program might be built on Solaris 8, where things work, and
1897         run on Solaris 10.
1898         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
1899         to use the following interface instead:
1900         (OPENAT_BUFFER_SIZE): New macro.
1901         (openat_proc_name): New function.
1902         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
1903         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
1904         Likewise.
1905         * lib/openat-proc.c: New file.
1906         * modules/openat (Files): Add lib/openat-proc.c.
1907         (Depends-on): Add same-inode, stdbool.
1908         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
1909
1910 2006-09-29  Bruno Haible  <bruno@clisp.org>
1911
1912         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
1913         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
1914         argument. Set stdout_closed before testing for ferror, not after.
1915         (fwriteerror, fwriteerror_no_ebadf): New functions.
1916
1917 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1918
1919         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
1920
1921 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
1922
1923         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
1924         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
1925
1926 2006-09-28  Jim Meyering  <jim@meyering.net>
1927
1928         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
1929         Include <unistd.h>.
1930
1931 2006-09-28  Bruno Haible  <bruno@clisp.org>
1932
1933         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
1934         * modules/linkedhash-list (Depends-on): Likewise.
1935         * modules/rbtreehash-list (Depends-on): Likewise.
1936
1937 2006-09-28  Bruno Haible  <bruno@clisp.org>
1938
1939         * lib/strndup.h: Simplify the redefinition of strndup.
1940         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
1941         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
1942
1943 2006-09-28  Bruno Haible  <bruno@clisp.org>
1944
1945         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
1946         * lib/gl_linkedhash_list.c: Likewise.
1947         * lib/gl_rbtreehash_list.c: Likewise.
1948
1949 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
1950
1951         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
1952         getaddrinfo.
1953
1954         * lib/__fpending.h: Don't include <stdio_ext.h> unless
1955         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
1956         it causes <stdio_ext.h> to cause a compile-time error.
1957         Problem reported by Nelson H. F. Beebe.
1958         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
1959         of HAVE_DECL___PENDING.
1960
1961         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
1962         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
1963         declaration.
1964
1965 2006-09-27  Jim Meyering  <jim@meyering.net>
1966
1967         This file could end up with a definition for a function
1968         named __strndup, rather than rpl_strndup on a system with
1969         incomplete weak_alias support.
1970         * lib/strndup.c (strndup): Rename from __strndup.
1971         Remove #defines that used to map __strndup to strndup.
1972         Don't use K&R prototypes.
1973         Remove LIBC-related code, since this file is not sync'd with glibc.
1974         * lib/strndup.h: Revamp, accordingly.
1975         * m4/strndup.m4: Modernize.
1976
1977 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
1978
1979         * modules/savewd (Depends-on): Add 'raise'.
1980         * lib/savewd.c: Include <signal.h>, for 'raise'.
1981
1982 2006-09-26  Jim Meyering  <jim@meyering.net>
1983
1984         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
1985         when we detect Darwin 8.7.0's acl_get_file bug.
1986         Rearrange to perform the new (below) run-test while $LIBS
1987         contains any acl-related library.  Set USE_ACL at the end.
1988         (gl_ACL_GET_FILE): New function.
1989
1990 2006-09-26  Eric Blake  <ebb9@byu.net>
1991
1992         * lib/verror.c: Include <config.h> unconditionally.
1993
1994 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
1995
1996         * modules/clock-time (Maintainer): Add self.
1997         * modules/getlogin_r (Depends-on): Add extensions.
1998
1999 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2000
2001         * modules/clock-time: New module.
2002         * modules/nanosleep (Depends-on): Add clock-time.
2003         * modules/gethrxtime (Depends-on): Likewise.
2004         * modules/gettime (Depends-on): Likewise.
2005         * modules/settime (Depends-on): Likewise.
2006
2007         * modules/fts-lgpl: Depend on openat.
2008         * modules/mkancesdirs: Depend on savewd.
2009         * modules/mkdir-p: Likewise.
2010
2011 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2012
2013         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
2014
2015         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
2016         `gl_have_arbitrary_file_name_length_limit' to
2017         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
2018         actually works between configure runs.
2019
2020 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2021             Bruno Haible  <bruno@clisp.org>
2022
2023         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
2024
2025 2006-09-25  Jim Meyering  <jim@meyering.net>
2026
2027         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
2028         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
2029
2030 2006-09-25  Eric Blake  <ebb9@byu.net>
2031
2032         * gnulib-tool (func_import, func_create_testdir): Fix typos in
2033         exec's in 2006-09-18 patch when shuffling fds.
2034
2035 2006-09-25  Bruno Haible  <bruno@clisp.org>
2036
2037         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
2038         Reported by Jim Meyering.
2039
2040 2006-09-24  Jim Meyering  <jim@meyering.net>
2041
2042         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
2043         compare a pointer against a literal "0".  That caused failures with
2044         at least HP-UX's hpcc.
2045
2046 2006-09-22  Simon Josefsson  <jas@extundo.com>
2047
2048         * modules/gc-sha1:
2049         * modules/gc-md4:
2050         * modules/gc-hmac-sha1:
2051         * modules/gc-hmac-md5:
2052         * modules/gc-des:
2053         * modules/gc-arcfour: Distribute more files.
2054
2055 2006-09-22  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2056
2057         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
2058         (gl_linked_iterator_from_to): Initialize struct completely.
2059         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
2060         (gl_tree_iterator_from_to): Likewise
2061         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
2062         * lib/gl_array_list.c [lint] (gl_array_iterator)
2063         (gl_array_iterator_from_to): Likewise.
2064         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
2065         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
2066         (gl_carray_iterator_from_to): Likewise.
2067
2068         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
2069         * lib/md4.c (md4_process_block): Remove unused variable.
2070         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
2071         parentheses for clarity.
2072
2073 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2074
2075         * modules/bison-i18n (Depends-on): Add gettext.
2076
2077 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2078
2079         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
2080         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
2081         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
2082         also add missing comma that caused broken test.
2083         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
2084         stdlib.h, for `abort'.
2085         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
2086         variables.
2087         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
2088         include unistd.h if present, for `rmdir'.
2089         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
2090         variables.
2091         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
2092         in the process include standard headers for prototypes.
2093         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
2094         gets declared on GNU/Linux.
2095         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
2096         unistd.h, for `rmdir'.
2097         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
2098
2099         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
2100         always true.
2101         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
2102
2103         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
2104
2105 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2106
2107         * gnulib-tool (func_version): Create output all at once.  This
2108         may help avoid triggering unnecessary SIGPIPEs, and at any
2109         rate it doesn't hurt.
2110
2111 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2112             Bruno Haible  <bruno@clisp.org>
2113
2114         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
2115         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
2116         * m4/signed.m4 (bh_C_SIGNED): Likewise.
2117
2118         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
2119         (gl_FUNC_VASPRINTF): Invoke it.
2120
2121 2006-09-22  Bruno Haible  <bruno@clisp.org>
2122
2123         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
2124         getloadavg.c as first argument.
2125
2126 2006-09-22  Bruno Haible  <bruno@clisp.org>
2127
2128         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
2129         at the beginning of the gl_INIT macro.
2130         * modules/getloadavg (configure.ac): Pass $gl_source_base to
2131         gl_GETLOADAVG.
2132
2133 2006-09-22  Bruno Haible  <bruno@clisp.org>
2134
2135         * gnulib-tool (func_create_megatestdir): Don't include the config-h
2136         module.
2137         Suggested by Ralf Wildenhues.
2138
2139 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
2140
2141         Import this patch from libc:
2142
2143         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
2144
2145         * lib/regex_internal.c (re_string_reconstruct): Handle
2146         offset < pstr->valid_raw_len && pstr->offsets_needed case.
2147         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
2148         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
2149         re_string_context_at.
2150
2151         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
2152         now requires it.
2153         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
2154         gl_REGEX now does it for us.
2155         (gl_REGEX): Add test taken from
2156         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
2157
2158         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
2159         Check that large offsets work.  Modernize Autoconf usages.
2160         Prefer "yes" to mean a good thing rather than a bad.
2161         Don't put "#define mkstemp" in config.h, as this might interfere
2162         with standard system headers that "#define mkstemp mkstemp64".
2163
2164         * modules/mkstemp (Depends-on): Add extensions, so that
2165         mkstemp is visible on some platforms.
2166         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
2167         (Include): Change to "mkstemp.h" from <stdlib.h>.
2168         (Files): Add mkstemp.h.
2169
2170         * lib/mkstemp.h: New file, since some standard headers
2171         #define mkstemp.
2172         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
2173         Include "mkstemp.h".
2174         Make the _LIBC code resemble glibc original more,
2175         e.g., use K&R style.
2176         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
2177         (mkstemp): Remove, since mkstemp.h does this for us.
2178         * lib/stdlib--.h: Include mkstemp.h.
2179
2180         Import this patch from libc:
2181
2182         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
2183
2184         * lib/tempname.c (__gen_tempname): Change attempts_min
2185         into a macro.  Use preprocessor to decide how to initialize
2186         attempts [Coverity CID 67].
2187
2188 2006-09-20  Bruno Haible  <bruno@clisp.org>
2189
2190         * lib/mkdtemp.c: Import from libc.
2191         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
2192                 * sysdeps/posix/tempname.c (__gen_tempname): Change
2193                 attempts_min into a macro.  Use preprocessor to decide how to
2194                 initialize attempts [Coverity CID 67].
2195         2001-11-27  Paul Eggert  <eggert@twinsun.com>
2196                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
2197                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
2198
2199 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2200
2201         * gnulib-tool (func_exit): New function, to allow to pass the
2202         exit status portably through the trap.  Use everywhere.
2203         (--help, --version): Signal a write error.
2204         (trap): catch SIGPIPE, for write errors.
2205         Exit at the end of the trap, with the correct exit status.
2206
2207 2006-09-19  Karl Berry  <karl@gnu.org>
2208
2209         * doc/gnulib.texi: note about the license texinfo files.
2210
2211 2006-09-19  Eric Blake  <ebb9@byu.net>
2212
2213         * gnulib-tool: Avoid space-tab.
2214
2215 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
2216
2217         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
2218         that prevented coreutils 6.1 from building.  Problem reported
2219         by Petter Reinholdtsen.
2220
2221 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
2222
2223         * gnulib-tool (avoidlist): Fix typo that broke options like
2224         --avoid=lock that are used by coreutils bootstrap.
2225
2226 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
2227
2228         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
2229         more systematically.
2230
2231 2006-09-18  Jim Meyering  <jim@meyering.net>
2232
2233         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
2234
2235 2006-09-18  Bruno Haible  <bruno@clisp.org>
2236
2237         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
2238
2239 2006-09-18  Bruno Haible  <bruno@clisp.org>
2240
2241         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
2242         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
2243         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
2244         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
2245         * m4/gettext.m4: Require autoconf >= 2.52.
2246         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
2247         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
2248         of gl_cv_header_inttypes_h.
2249
2250 2006-09-18  Bruno Haible  <bruno@clisp.org>
2251
2252         * lib/javaversion.c: Include configmake.h.
2253
2254 2006-09-18  Bruno Haible  <bruno@clisp.org>
2255
2256         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
2257         avoid that the while loops be executed in a subshell.
2258
2259 2006-09-18  Bruno Haible  <bruno@clisp.org>
2260
2261         * MODULES.html.sh (func_module): Break long lines.
2262         Suggested by Bruce Korb <bkorb@gnu.org>.
2263
2264 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2265
2266         Speed up by a factor of 1.12.
2267         * gnulib-tool (nl): New variable.
2268         (func_import): Rewrite include directive extraction to only read each
2269         directive once.
2270
2271 2006-09-17  Bruno Haible  <bruno@clisp.org>
2272
2273         * modules/javaversion (Makefile.am): Remove DEFS setting.
2274         (Depends-on): Add configmake, for PKGDATADIR definition.
2275
2276 2006-09-17  Bruno Haible  <bruno@clisp.org>
2277
2278         * gnulib-tool (func_create_testdir): Rewrite all files at once.
2279
2280 2006-09-17  Bruno Haible  <bruno@clisp.org>
2281
2282         * gnulib-tool (func_append): New function, stolen from libtool.m4.
2283         (func_modules_transitive_closure, func_modules_add_dummy,
2284         func_modules_to_filelist, func_import, func_create_testdir,
2285         func_create_megatestdir, ...): Use it wherever possible.
2286         Suggested by Ralf Wildenhues.
2287
2288 2006-09-16  Karl Berry  <karl@gnu.org>
2289
2290         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
2291         to avoid sectioning errors.
2292         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
2293         [ifinfo]: blank line after @center-ed titles.
2294         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
2295         Spell FSF address consistently with others.
2296         (These changes approved by rms.)
2297
2298 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2299
2300         Speed up by a factor of 1.61.
2301         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
2302         already checked module names again.
2303
2304 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2305
2306         Speed up by a factor of 1.13.
2307         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
2308         for new_files, and the input to func_add_or_update.
2309
2310 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2311
2312         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
2313         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
2314
2315 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
2316
2317         * modules/mkancesdirs (Depends-on): Add fcntl.
2318         * modules/savewd: New file.
2319         * MODULES.html.sh (File system functions): Add savewd.
2320
2321         * modules/configmake (Makefile.am): Add support for the
2322         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
2323
2324 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
2325
2326         * m4/savewd.m4: New file.
2327
2328 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
2329
2330         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
2331         (dirchownmod): New arg FD.  All callers changed.
2332         Use FD rather than opening the directory ourself, as opening is
2333         now the caller's responsibility.
2334         * lib/dirchownmod.h: Likewise.
2335         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
2336         hosts that require <sys/types.h> before <sys/stat.h>.  Include
2337         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
2338         (test_dir): Remove.
2339         (mkancesdirs): Return length of prefix of FILE that has already
2340         been made, or -2 if there is a child doing the work.  Redo
2341         algorithm so that it is O(N) rather than O(N**2).  Optimize away
2342         ".", and treat ".." specially since it might stray back into
2343         already-created areas.  Use a subprocess if necessary.  New arg
2344         WD; all users changed.  MAKE_DIR function should now return 1
2345         if it creates a directory that is not readable.  Return -2 if
2346         a child process is spun off.
2347         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
2348         Adjust signature to match code.
2349         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
2350         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
2351         all users changed.
2352         * lib/savewd.c, lib/savewd.h: New files.
2353
2354 2006-09-15  Jim Meyering  <jim@meyering.net>
2355
2356         * modules/rename-dest-slash: New module.
2357         * MODULES.html.sh (posix_compat): Add it here.
2358
2359         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
2360
2361 2006-09-15  Jim Meyering  <jim@meyering.net>
2362
2363         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
2364         file.
2365
2366         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
2367
2368 2006-09-15  Jim Meyering  <jim@meyering.net>
2369
2370         * lib/rename-dest-slash.c (has_trailing_slash): Use
2371         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
2372         (rpl_rename_dest_slash): Perform the cheaper trailing slash
2373         test before testing whether SRC is a directory.
2374         Suggestions from Bruno Haible.
2375
2376         Avoid a warning about an unused variable.
2377         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
2378         into the #ifdef block where it's used.
2379
2380         * lib/rename-dest-slash.c: New file.
2381
2382 2006-09-14  Bruno Haible  <bruno@clisp.org>
2383
2384         * lib/allocsa.c: Include <config.h> unconditionally.
2385         * lib/asnprintf.c: Likewise.
2386         * lib/asprintf.c: Likewise.
2387         * lib/c-strcasecmp.c: Likewise.
2388         * lib/c-strcasestr.c: Likewise.
2389         * lib/c-strncasecmp.c: Likewise.
2390         * lib/c-strstr.c: Likewise.
2391         * lib/classpath.c: Likewise.
2392         * lib/clean-temp.c: Likewise.
2393         * lib/concatpath.c: Likewise.
2394         * lib/copy-file.c: Likewise.
2395         * lib/csharpcomp.c: Likewise.
2396         * lib/csharpexec.c: Likewise.
2397         * lib/execute.c: Likewise.
2398         * lib/fatal-signal.c: Likewise.
2399         * lib/findprog.c: Likewise.
2400         * lib/fwriteerror.c: Likewise.
2401         * lib/gl_array_list.c: Likewise.
2402         * lib/gl_array_oset.c: Likewise.
2403         * lib/gl_avltree_list.c: Likewise.
2404         * lib/gl_avltree_oset.c: Likewise.
2405         * lib/gl_avltreehash_list.c: Likewise.
2406         * lib/gl_carray_list.c: Likewise.
2407         * lib/gl_linked_list.c: Likewise.
2408         * lib/gl_linkedhash_list.c: Likewise.
2409         * lib/gl_list.c: Likewise.
2410         * lib/gl_oset.c: Likewise.
2411         * lib/gl_rbtree_list.c: Likewise.
2412         * lib/gl_rbtree_oset.c: Likewise.
2413         * lib/gl_rbtreehash_list.c: Likewise.
2414         * lib/imaxabs.c: Likewise.
2415         * lib/imaxdiv.c: Likewise.
2416         * lib/javacomp.c: Likewise.
2417         * lib/javaexec.c: Likewise.
2418         * lib/javaversion.c: Likewise.
2419         * lib/linebreak.c: Likewise.
2420         * lib/localcharset.c: Likewise.
2421         * lib/lock.c: Likewise.
2422         * lib/mbchar.c: Likewise.
2423         * lib/mbswidth.c: Likewise.
2424         * lib/mkdtemp.c: Likewise.
2425         * lib/pipe.c: Likewise.
2426         * lib/printf-args.c: Likewise.
2427         * lib/printf-parse.c: Likewise.
2428         * lib/progname.c: Likewise.
2429         * lib/progreloc.c: Likewise.
2430         * lib/readlink.c: Likewise.
2431         * lib/sh-quote.c: Likewise.
2432         * lib/stpcpy.c: Likewise.
2433         * lib/stpncpy.c: Likewise.
2434         * lib/strcasecmp.c: Likewise.
2435         * lib/strcasestr.c: Likewise.
2436         * lib/strcspn.c: Likewise.
2437         * lib/striconv.c: Likewise.
2438         * lib/strncasecmp.c: Likewise.
2439         * lib/strnlen1.c: Likewise.
2440         * lib/strstr.c: Likewise.
2441         * lib/strtok_r.c: Likewise.
2442         * lib/tls.c: Likewise.
2443         * lib/tmpdir.c: Likewise.
2444         * lib/unicodeio.c: Likewise.
2445         * lib/unsetenv.c: Likewise.
2446         * lib/vasnprintf.c: Likewise.
2447         * lib/vasprintf.c: Likewise.
2448         * lib/wait-process.c: Likewise.
2449         * lib/xallocsa.c: Likewise.
2450         * lib/xsetenv.c: Likewise.
2451         * lib/xstriconv.c: Likewise.
2452
2453 2006-09-13  Simon Josefsson  <jas@extundo.com>
2454
2455         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
2456         that internally, suggested by Ralf Wildenhues
2457         <Ralf.Wildenhues@gmx.de>.
2458
2459 2006-09-13  Simon Josefsson  <jas@extundo.com>
2460
2461         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
2462         @LIBOBJS@.
2463         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2464
2465 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2466
2467         * lib/_fpending.c: Include <config.h> unconditionally, since we no
2468         longer worry about uses that don't define HAVE_CONFIG_H.
2469         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
2470         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
2471         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
2472         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
2473         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
2474         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
2475         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
2476         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
2477         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
2478         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
2479         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
2480         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
2481         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
2482         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
2483         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
2484         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
2485         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
2486         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
2487         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
2488         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
2489         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
2490         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
2491         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
2492         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
2493         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
2494         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
2495         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
2496         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
2497         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
2498         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
2499         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
2500         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
2501         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
2502         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
2503         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
2504         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
2505         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
2506         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
2507         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
2508         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
2509         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
2510         Likewise.
2511
2512 2006-09-13  Eric Blake  <ebb9@byu.net>
2513
2514         * lib/getopt.c: Fix typo in last commit.
2515
2516 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2517
2518         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
2519         dgettext.
2520
2521 2006-09-12  Jim Meyering  <jim@meyering.net>
2522
2523         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
2524         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
2525         Reported by Nelson H. F. Beebe.
2526
2527 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
2528
2529         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
2530         program_invocation_name and program_invocation_short_name are
2531         initialized.
2532         * lib/argp-namefrob.h: Move declarations of program_invocation_name
2533         and program_invocation_short_name to argp.h, so they are visible
2534         to user programs.
2535         * lib/argp.h: Likewise
2536
2537 2006-09-10  Bruno Haible  <bruno@clisp.org>
2538
2539         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
2540         m4/inttypes_h.m4, m4/uintmax_t.m4.
2541
2542 2006-09-10  Bruno Haible  <bruno@clisp.org>
2543
2544         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
2545         gl_AC_TYPE_UINTMAX_T.
2546
2547 2006-09-10  Bruno Haible  <bruno@clisp.org>
2548
2549         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
2550
2551 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
2552
2553         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
2554         convention.  Text proposed by Bruno Haible.
2555         (struct argp_option): Document the use of N_() wrappers.
2556
2557         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
2558         '\v', and translate the two parts separately, instead of feeding
2559         the whole string to gettext.  This allows to exclude
2560         '\v' from the strings visible to the translator by writing doc
2561         strings as N_("..") "\v" N_("..").
2562
2563 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
2564
2565         * config/srclist.txt: Undo latest change; the bug was fixed.
2566
2567 2006-09-09  Bruno Haible  <bruno@clisp.org>
2568
2569         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
2570         assignments if building a library without libtool.
2571         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
2572         in func_emit_lib_Makefile_am.
2573         (func_import): When building a static library libfoo.a, arrange to
2574         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
2575         (func_create_testdir): Likewise.
2576         * modules/gc (configure.ac, Makefile.am): If building statically,
2577         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
2578         * modules/iconvme (configure.ac, Makefile.am): Likewise.
2579         * modules/striconv (configure.ac, Makefile.am): Likewise.
2580         Based on a suggestion by Ralf Wildenhues.
2581
2582 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
2583
2584         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
2585         Check for unistd.h too, since Autoconf doesn't assume POSIX.
2586         Also:
2587
2588         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
2589         Add year_2050_test to catch glibc bug 2821
2590         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
2591
2592         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2593         Prefer #ifdef to #if.
2594
2595         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
2596         Return from 'main' instead of calling 'exit'.
2597
2598 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
2599
2600         * lib/mktime.c (guess_time_tm): Fix bug where mktime
2601         returned the maximum time_t value rather than (time_t) -1.
2602         Problem originally reported by William Bardwell
2603         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
2604
2605         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
2606         Moved to here ...
2607         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
2608         ... from here.
2609
2610 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
2611
2612         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
2613         2821 is fixed.
2614
2615 2006-09-08  Jim Meyering  <jim@meyering.net>
2616
2617         Don't make generated files read-only.  That would bother too many
2618         people.  However, do retain the ability to work when targets are
2619         read-only: remove the destination and temporary files before writing
2620         them (when generated via sed or echo), or by using the -f option for
2621         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
2622         * modules/alloca-opt, modules/argz, modules/arpa_inet:
2623         * modules/byteswap, modules/configmake, modules/fcntl:
2624         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
2625         * modules/localcharset, modules/netinet_in, modules/poll:
2626         * modules/stdbool, modules/stdint, modules/sys_select:
2627         * modules/sys_socket, modules/sys_stat, modules/sysexits:
2628
2629 2006-09-08  Jim Meyering  <jim@meyering.net>
2630
2631         Avoid new build failure on FreeBSD 6.0.
2632         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
2633         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
2634         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
2635
2636 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2637
2638         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
2639
2640 2006-09-07  Jim Meyering  <jim@meyering.net>
2641
2642         Fix global typo in last change: use chmod u-w, not chmod u-x.
2643         Spotted by Paul Eggert and Bruce Korb.
2644         * modules/alloca-opt, modules/argz, modules/arpa_inet:
2645         * modules/byteswap, modules/configmake, modules/fcntl:
2646         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
2647         * modules/localcharset, modules/netinet_in, modules/poll:
2648         * modules/stdbool, modules/stdint, modules/sys_select:
2649         * modules/sys_socket, modules/sys_stat, modules/sysexits:
2650
2651 2006-09-06  Jim Meyering  <jim@meyering.net>
2652
2653         Make generated files be read-only.
2654         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
2655         Ensure that each generated file is now read-only.
2656         * modules/argz: Likewise.
2657         * modules/arpa_inet: Likewise.
2658         * modules/byteswap: Likewise.
2659         * modules/configmake: Likewise.
2660         * modules/fcntl: Likewise.
2661         * modules/fnmatch: Likewise.
2662         * modules/getopt: Likewise.
2663         * modules/glob: Likewise.
2664         * modules/inttypes: Likewise.
2665         * modules/netinet_in: Likewise.
2666         * modules/poll: Likewise.
2667         * modules/stdbool: Likewise.
2668         * modules/stdint: Likewise.
2669         * modules/sys_select: Likewise.
2670         * modules/sys_socket: Likewise.
2671         * modules/sys_stat: Likewise.
2672         * modules/sysexits: Likewise.
2673         * modules/localcharset: Same as above, but continue using temporary
2674         file named "t-$@" (why different?) rather than the "$@-t" used
2675         everywhere else.
2676
2677         * modules/sysexits (Makefile.am): Replace literal occurrences
2678         of "sysexit.h" more readable, and more consistent, "$@".
2679
2680 2006-09-06  Bruno Haible  <bruno@clisp.org>
2681
2682         * modules/striconv: New file.
2683         * modules/xstriconv: New file.
2684         * MODULES.html.sh (Internationalization functions): Add striconv,
2685         xstriconv.
2686
2687 2006-09-06  Bruno Haible  <bruno@clisp.org>
2688
2689         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
2690         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
2691         not using libtool correctly.
2692
2693 2006-09-06  Bruno Haible  <bruno@clisp.org>
2694
2695         * lib/striconv.h: New file.
2696         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
2697         iconvstring.c.
2698         * lib/xstriconv.h: New file.
2699         * lib/xstriconv.c: New file.
2700
2701 2006-09-06  Bruno Haible  <bruno@clisp.org>
2702
2703         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2704         lib_..._LDFLAGS.
2705
2706 2006-09-05  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2707
2708         * lib/argz_.h: Sync from Libtool.
2709
2710         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
2711                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2712
2713         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
2714
2715 2006-09-05  Davide Angelocola <davide.angelocola@tiscali.it>
2716
2717         * modules/trim: New file.
2718
2719 2006-09-05  Davide Angelocola <davide.angelocola@tiscali.it>
2720
2721         * lib/trim.h: New file.
2722         * lib/trim.c: New file.
2723
2724 2006-09-05  Bruno Haible  <bruno@clisp.org>
2725
2726         * MODULES.html.sh (String handling): Add trim.
2727
2728 2006-09-04  Karl Berry  <karl@gnu.org>
2729
2730         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
2731         until next release.
2732
2733 2006-09-03  Bruno Haible  <bruno@clisp.org>
2734
2735         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
2736         correctly.
2737
2738 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2739
2740         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
2741         not gl_GETLOADAVG.  Omit unneeded semicolons.
2742         Problems reported by Ralf Wildenhues in
2743         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
2744         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
2745         at the end, which is the usual gnulib style.
2746
2747         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
2748         of doing all the work ourselves.
2749         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
2750         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
2751
2752 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2753
2754         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
2755         Problem reported by Ralf Wildenhues in
2756         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
2757
2758         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
2759         HAVE_STRUCT_STATFS_F_FSTYPENAME.
2760
2761 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2762
2763         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
2764         yesterday's patch by changing test -n to test -z.
2765
2766 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
2767
2768         * modules/getloadavg (Files): Add m4/getloadavg.m4.
2769         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
2770         the former is now obsolescent.
2771
2772         * modules/chdir-long (Depends-on): Add fcntl.
2773
2774 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
2775
2776         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
2777         obsolescent, and programs should use gnulib instead.
2778         * m4/getloadavg.m4: New file, with contents taken from Autoconf
2779         but with prefixes changed.
2780
2781 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
2782
2783         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
2784         or stdbool.h, because they might not exist while configuring.
2785
2786         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
2787         Don't include unistd.h or limits.h; not needed, since chdir-long.h
2788         does that for us.
2789         (O_DIRECTORY): Remove.
2790
2791 2006-08-31  Eric Blake  <ebb9@byu.net>
2792
2793         * gnulib-tool: Don't let emacs change spaces to TAB.
2794
2795 2006-08-31  Bruno Haible  <bruno@clisp.org>
2796
2797         * gnulib-tool: When calling func_import more than once, do it in a
2798         subshell.
2799         Reported by Eric Blake <ebb9@byu.net>.
2800
2801 2006-08-31  Bruno Haible  <bruno@clisp.org>
2802
2803         * gnulib-tool (nl): Remove variable.
2804         (sed_transform_lib_file): Use more robust test for config-h module.
2805         (func_import): Fix typo in 2006-08-25 patch.
2806
2807 2006-08-31  Bruno Haible  <bruno@clisp.org>
2808
2809         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
2810         specified, augment Makefile.am variables instead of assigning them.
2811
2812 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
2813
2814         Work around a bug in both the Linux and SunOS 64-bit kernels:
2815         nanosleep mishandles sleeps for longer than 2**31 seconds.
2816         Problem reported by Frank v Waveren in
2817         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
2818         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
2819         Check for nanosleep bug.
2820         (LIB_NANOSLEEP): Append clock_gettime library if needed.
2821
2822 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
2823
2824         Work around a bug in both the Linux and SunOS 64-bit kernels:
2825         nanosleep mishandles sleeps for longer than 2**31 seconds.
2826         Problem reported by Frank v Waveren in
2827         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
2828         * lib/nanosleep.c (BILLION): New constant.
2829         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
2830         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
2831         implementation.
2832
2833 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
2834
2835         * modules/nanosleep (Depends-on): Add gettime.
2836
2837 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
2838         and Simon Josefsson  <jas@extundo.com>
2839         and Oskar Liljeblad  <oskar@osk.mine.nu>
2840
2841         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
2842         * gnulib-tool (func_import): New license type 'unmodifiable license
2843         text'.
2844         * modules/fdl: Use it.  Longer description.
2845         * module/gpl, module/lgpl: New files.
2846
2847 2006-08-30  Jim Meyering  <jim@meyering.net>
2848
2849         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
2850         shadowing the parameter.
2851
2852 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2853
2854         Sync from Libtool:
2855
2856         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2857
2858         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
2859         sharing with gnulib.  Report by Eric Blake.
2860
2861 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
2862
2863         * modules/isapipe: New file.
2864         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
2865
2866 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
2867
2868         * modules/configmake (Makefile.am): Add a comment, and omit
2869         the CONFIGMAKE_ prefix from generated macro names.  Suggested
2870         by Bruno Haible.
2871
2872 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
2873
2874         * m4/isapipe.m4: New file.
2875
2876 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
2877
2878         * lib/isapipe.c, lib/isapipe.h: New files.
2879
2880 2006-08-29  Jim Meyering  <jim@meyering.net>
2881
2882         * modules/configmake (Makefile.am): Make configmake.h depend on
2883         Makefile.  Otherwise, a stale configmake.h could hang around.
2884
2885 2006-08-29  Eric Blake  <ebb9@byu.net>
2886
2887         * lib/error.c (error_at_line, print_errno_message): Match libc, after
2888         resolution of upstream bug 3044.
2889
2890 2006-08-29  Bruno Haible  <bruno@clisp.org>
2891
2892         * modules/localcharset (Depends-on): Add configmake.
2893         (Makefile.am): Remove setting of LIBDIR through DEFS.
2894
2895 2006-08-29  Bruno Haible  <bruno@clisp.org>
2896
2897         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
2898         defined.
2899
2900 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
2901
2902         * modules/fcntl: New file.
2903         * modules/chdir-safer (Depends-on): Add fcntl.
2904         * modules/fts: Likewise.
2905         * modules/mkdir-p: Likewise.
2906
2907         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
2908         This undoes the most recent change, since we're now addressing the
2909         problem in a different way.
2910
2911         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
2912         into output, since the output might be called Makefile.am even
2913         if $makefile_name is something different.
2914         (func_import): Use $makefile_am rather than
2915         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
2916         empty.
2917
2918         * modules/inttypes (Files): Add m4/inttypes-h.m4.
2919
2920 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
2921
2922         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
2923         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
2924         recent change to stdint.m4, since we're now addressing the problem in a
2925         different way.
2926
2927 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
2928
2929         * m4/fcntl_h.m4: New file.
2930
2931 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
2932
2933         * lib/fcntl_.h: New file.
2934         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
2935         the fcntl module.
2936         * lib/dirchownmod.c: Likewise.
2937         * lib/fts.c: Likewise.
2938
2939         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
2940         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
2941         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
2942         just before including <inttypes.h>, to avoid circular inclusion.
2943
2944 2006-08-28  Jim Meyering  <jim@meyering.net>
2945
2946         * doc/visibility.texi: Actually read and correct the grammar of the
2947         sentence affected by yesterday's change.
2948
2949 2006-08-28  Eric Blake  <ebb9@byu.net>
2950
2951         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
2952         needs wrapper.
2953
2954 2006-08-28  Eric Blake  <ebb9@byu.net>
2955
2956         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
2957
2958 2006-08-28  Eric Blake  <ebb9@byu.net>
2959
2960         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
2961
2962 2006-08-28  Bruno Haible  <bruno@clisp.org>
2963
2964         * modules/c-strstr: New file, from GNU gettext.
2965         * MODULES.html.sh (String handling): Add c-strstr.
2966
2967 2006-08-28  Bruno Haible  <bruno@clisp.org>
2968
2969         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
2970         macros.
2971         Reported by Eric Blake.
2972
2973 2006-08-28  Bruno Haible  <bruno@clisp.org>
2974
2975         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
2976         (VASNPRINTF): Return a string of length > INT_MAX without failing.
2977         * lib/vasprintf.c: Include errno.h, limits.h.
2978         (EOVERFLOW): New fallback definition.
2979         (vasprintf): Test here whether the string length is > INT_MAX.
2980         * lib/vsnprintf.c: Include errno.h, limits.h.
2981         (EOVERFLOW): New fallback definition.
2982         (vsnprintf): Fix bug when generated string was too long for the buffer.
2983         Test here whether the string length is > INT_MAX.
2984
2985 2006-08-28  Bruno Haible  <bruno@clisp.org>
2986
2987         * lib/inttypes_.h (SCNX*): Remove definitions.
2988         Reported by Eric Blake.
2989
2990 2006-08-28  Bruno Haible  <bruno@clisp.org>
2991
2992         * lib/c-strstr.h: New file, from GNU gettext.
2993         * lib/c-strstr.c: New file, from GNU gettext.
2994
2995 2006-08-28  Bruno Haible  <bruno@clisp.org>
2996
2997         * gnulib-tool: Reorder some statements.
2998
2999 2006-08-28  Bruno Haible  <bruno@clisp.org>
3000
3001         * gnulib-tool: New option --makefile-name.
3002         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
3003         $makefile_name.
3004         (func_import): Write $makefile_name to the cache file, and read it from
3005         there unless explicitly specified. Use $makefile_name as file name
3006         instead of Makefile.am. Adjust the recommendations accordingly.
3007
3008 2006-08-28  Bruno Haible  <bruno@clisp.org>
3009
3010         * gnulib-tool (func_verify_module): Check against misapplying patch.
3011
3012 2006-08-28  Bruno Haible  <bruno@clisp.org>
3013
3014         * gnulib-tool (func_relativize, func_relconcat): New functions.
3015         Give an error if --local-dir is given with --update.
3016         Remove trailing slashes from $local_gnulib_dir.
3017         (func_import): Store the relativized $local_gnulib_dir in
3018         gnulib-cache.m4, and read it from there if not specified explicitly.
3019
3020 2006-08-28  Bruno Haible  <bruno@clisp.org>
3021
3022         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
3023         is the current directory. Respect also $local_gnulib_dir.
3024
3025 2006-08-28  Bruno Haible  <bruno@clisp.org>
3026             Simon Josefsson  <jas@extundo.com>
3027
3028         BeOS portability.
3029         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
3030
3031 2006-08-27  Jim Meyering  <jim@meyering.net>
3032
3033         * doc/visibility.texi: Remove duplicate word: "pointer".
3034
3035 2006-08-26  Bruno Haible  <bruno@clisp.org>
3036
3037         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
3038         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
3039         (Makefile.am): Create inttypes.h from inttypes_.h.
3040         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
3041
3042         * modules/imaxabs: New file.
3043
3044         * modules/imaxdiv: New file.
3045
3046 2006-08-26  Bruno Haible  <bruno@clisp.org>
3047
3048         * m4/inttypes.m4: New file.
3049         * m4/_inttypes_h.m4: Remove file.
3050         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
3051         PRI_MACROS_BROKEN.
3052         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
3053
3054         * m4/imaxabs.m4: New file.
3055
3056         * m4/imaxdiv.m4: New file.
3057
3058 2006-08-26  Bruno Haible  <bruno@clisp.org>
3059
3060         * lib/inttypes_.h: New file.
3061         * lib/inttypes.h: Remove file.
3062         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
3063
3064         * lib/imaxabs.c: New file.
3065
3066         * lib/imaxdiv.c: New file.
3067
3068 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
3069
3070         New config-h module, so that "make" output needn't be cluttered
3071         by -DHAVE_CONFIG_H.
3072         * MODULES.html.sh (Support for building libraries and executables):
3073         Add config-h.
3074         * modules/config-h: New file.
3075         * gnulib-tool (nl, sed_transform_lib_file): New vars.
3076         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
3077         the config-h module is used.
3078
3079         New configmake module, so that "make" output needn't be cluttered
3080         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
3081         * MODULES.html.sh (Support for building libraries and executables):
3082         Add configmake.
3083         * modules/configmake: New file.
3084
3085 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
3086
3087         * m4/config-h.m4: New file.
3088
3089 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
3090
3091         * config/srclist.txt: Add elisp-comp.
3092
3093 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
3094
3095         * MODULES.html.sh (Support for building libraries and executables):
3096         Add elisp-comp.
3097         * build-aux/elisp-comp: New file.
3098         * modules/elisp-comp: New file.
3099
3100 2006-08-24  Bruno Haible <bruno@clisp.org>
3101
3102         * gnulib-tool (func_create_testdir): Use non-default values of
3103         sourcebase and m4base.
3104
3105 2006-08-24  Bruno Haible <bruno@clisp.org>
3106
3107         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
3108         HTML structure.
3109
3110 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
3111
3112         * modules/openat (Depends-on): Add lchown.
3113
3114 2006-08-23  Bruno Haible <bruno@clisp.org>
3115
3116         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
3117         of gl_LOCK_EARLY instead of gl_LOCK.
3118
3119 2006-08-23  Bruno Haible  <bruno@clisp.org>
3120
3121         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
3122         on OSF/1 to no.
3123         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
3124
3125 2006-08-23  Bruno Haible  <bruno@clisp.org>
3126
3127         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
3128         as unusable.
3129
3130         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
3131         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
3132         (gl_LOCK): New macro.
3133
3134 2006-08-22  Simon Josefsson  <jas@extundo.com>
3135
3136         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
3137         to md5 module.
3138
3139 2006-08-22  Simon Josefsson  <jas@extundo.com>
3140
3141         * MODULES.html.sh: Add "Support for maintaining and release
3142         projects".
3143
3144         * build-aux/gnupload: New file, from coreutils.
3145
3146 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
3147
3148         Avoid the need for AC_LIBSOURCES in m4 macros.
3149         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
3150         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
3151         * modules/check-version (EXTRA_DIST): Add check-version.h.
3152         * modules/crc (EXTRA_DIST): Add crc.h.
3153         * modules/des (EXTRA_DIST): Add des.h.
3154         * modules/gc (EXTRA_DIST): Add gc.h.
3155         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
3156         * modules/getline (EXTRA_DIST): Add getline.h.
3157         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
3158         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
3159         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
3160         * modules/md2 (EXTRA_DIST): Add md2.h.
3161         * modules/md4 (EXTRA_DIST): Add md4.h.
3162         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
3163         * modules/read-file (EXTRA_DIST): Add read-file.h.
3164         * modules/readline (EXTRA_DIST): Add readline.h.
3165         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
3166         rijndael-api-fst.h.
3167
3168 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
3169
3170         * m4/rijndael.m4 (gl_ARCFOUR):
3171         * m4/arctwo.m4 (gl_ARCTWO):
3172         * m4/check-version.m4 (gl_CHECK_VERSION):
3173         * m4/crc.m4 (gl_CRC):
3174         * m4/des.m4 (gl_DES):
3175         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
3176         * m4/gc.m4 (gl_GC):
3177         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
3178         * m4/getline.m4 (gl_FUNC_GETLINE):
3179         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
3180         * m4/hmac-md5.m4 (gl_HMAC_MD5):
3181         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
3182         * m4/md2.m4 (gl_MD2):
3183         * m4/md4.m4 (gl_MD4):
3184         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
3185         * m4/read-file.m4 (gl_FUNC_READ_FILE):
3186         * m4/readline.m4 (gl_FUNC_READLINE):
3187         * m4/rijndael.m4 (gl_RIJNDAEL):
3188         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
3189         to get the necessary .h files and whatnot.
3190
3191 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
3192
3193         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
3194         gnulib rather than the other way around.
3195         * config/srclistvars.sh (COREUTILS): Remove.
3196
3197 2006-08-22  Jim Meyering  <jim@meyering.net>
3198
3199         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
3200
3201         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
3202
3203 2006-08-22  Eric Blake  <ebb9@byu.net>
3204
3205         * modules/regexprops-generic: New file.
3206         * MODULES.html.sh (Support for building documentation): List it.
3207
3208 2006-08-22  Eric Blake  <ebb9@byu.net>
3209
3210         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
3211         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
3212         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
3213         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
3214
3215 2006-08-22  Bruno Haible <bruno@clisp.org>
3216
3217         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
3218         and lib_LTLIBRARIES like the other lib_* variables.
3219
3220 2006-08-22  Bruno Haible <bruno@clisp.org>
3221
3222         * build-aux/x-to-1.in: New file, from GNU gettext.
3223
3224 2006-08-22  Bruno Haible  <bruno@clisp.org>
3225
3226         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
3227         <utmpx.h> exists.
3228
3229 2006-08-22  Bruno Haible  <bruno@clisp.org>
3230
3231         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
3232         <utmpx.h> exists.
3233
3234 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
3235
3236         BeOS portability.
3237         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
3238         exist.
3239         Problem reported by Bruno Haible.
3240
3241 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
3242
3243         Avoid the need for AC_LIBSOURCES in m4 macros.
3244         * modules/acl (EXTRA_DIST): Add acl.h.
3245         * modules/argmatch (Files): Add m4/argmatch.m4.
3246         (configure.ac): Add gl_ARGMATCH.
3247         (EXTRA_DIST): Renamed from lib_SOURCES, for
3248         consistency with the other modules.  Remove argmatch.c.
3249         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
3250         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
3251         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
3252         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
3253         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
3254         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
3255         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
3256         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
3257         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
3258         * modules/closeout (EXTRA_DIST): Add closeout.h.
3259         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
3260         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
3261         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
3262         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
3263         dirname.h; remove basename.c and stripslash.c.
3264         * modules/exclude (EXTRA_DIST): Add exclude.h.
3265         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
3266         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
3267         * modules/file-type (EXTRA_DIST): Add file-type.h.
3268         * modules/filemode (EXTRA_DIST): Add filemode.h.
3269         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
3270         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
3271         * modules/fpending (EXTRA_DIST): Add __fpending.h.
3272         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
3273         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
3274         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
3275         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
3276         * modules/getdate (EXTRA_DIST): Add getdate.c.
3277         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
3278         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
3279         * modules/getpass (EXTRA_DIST): Add getpass.h.
3280         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
3281         * modules/group-member (EXTRA_DIST): Add group-member.h.
3282         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
3283         * modules/hash (EXTRA_DIST): Add hash.h.
3284         * modules/human (EXTRA_DIST): Add human.h.
3285         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
3286         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
3287         * modules/lchown (EXTRA_DIST): Add lchown.h.
3288         * modules/long-options (EXTRA_DIST): Add long-options.h.
3289         * modules/lstat (EXTRA_DIST): Add lstat.h.
3290         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
3291         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
3292         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
3293         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
3294         * modules/memxor (EXTRA_DIST): Add memxor.h.
3295         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
3296         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
3297         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
3298         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
3299         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
3300         * modules/physmem (EXTRA_DIST): Add physmem.h.
3301         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
3302         * modules/posixver (EXTRA_DIST): Add posixver.h.
3303         * modules/quote (EXTRA_DIST): Add quote.h.
3304         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
3305         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
3306         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
3307         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
3308         regex_internal.h regexec.c.
3309         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
3310         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
3311         * modules/same (EXTRA_DIST): Add same.h.
3312         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
3313         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
3314         * modules/savedir (EXTRA_DIST): Add savedir.h.
3315         * modules/sha1 (EXTRA_DIST): Add sha1.h.
3316         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
3317         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
3318         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
3319         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
3320         * modules/strdup (EXTRA_DIST): Add strdup.h.
3321         * modules/strftime (EXTRA_DIST): Add strftime.h.
3322         * modules/strndup (EXTRA_DIST): Add strndup.h.
3323         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
3324         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
3325         * modules/time_r (EXTRA_DIST): Add time_r.h.
3326         * modules/timespec (EXTRA_DIST): Add timespec.h.
3327         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
3328         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
3329         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
3330         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
3331         * modules/userspec (EXTRA_DIST): Add userspec.h.
3332         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
3333         * modules/utimens (EXTRA_DIST): Add utimens.h.
3334         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
3335         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
3336         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
3337         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
3338         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
3339         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
3340         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
3341         * modules/yesno (EXTRA_DIST): Add yesno.h.
3342
3343 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
3344
3345         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
3346
3347         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
3348         * m4/dev-ino.m4, same-inode.m4: Remove.
3349
3350         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
3351         * m4/acl.m4 (AC_FUNC_ACL):
3352         * m4/backupfile.m4 (gl_BACKUPFILE):
3353         * m4/c-strtod.m4 (gl_C99_STRTOLD):
3354         * m4/canon-host.m4 (gl_CANON_HOST):
3355         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
3356         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
3357         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
3358         * m4/cloexec.m4 (gl_CLOEXEC):
3359         * m4/close-stream.m4 (gl_CLOSE_STREAM):
3360         * m4/closeout.m4 (gl_CLOSEOUT):
3361         * m4/dirfd.m4 (gl_FUNC_DIRFD):
3362         * m4/dirname.m4 (gl_DIRNAME):
3363         * m4/exclude.m4 (gl_EXCLUDE):
3364         * m4/exitfail.m4 (gl_EXITFAIL):
3365         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
3366         * m4/file-type.m4 (gl_FILE_TYPE):
3367         * m4/filemode.m4 (gl_FILEMODE):
3368         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
3369         * m4/fpending.m4 (gl_FUNC_FPENDING):
3370         * m4/fprintftime.m4 (gl_FPRINTFTIME):
3371         * m4/fts.m4 (gl_FUNC_FTS):
3372         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
3373         * m4/getdate.m4 (gl_GETDATE):
3374         * m4/gethrxtime.m4 (gl_GETHRXTIME):
3375         * m4/getpagesize.m4 (gl_GETPAGESIZE):
3376         * m4/getpass.m4 (gl_FUNC_GETPASS):
3377         * m4/gettime.m4 (gl_GETTIME):
3378         * m4/getugroups.m4 (gl_GETUGROUPS):
3379         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
3380         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
3381         * m4/hard-locale.m4 (gl_HARD_LOCALE):
3382         * m4/hash.m4 (gl_HASH):
3383         * m4/idcache.m4 (gl_IDCACHE):
3384         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
3385         * m4/lchown.m4 (gl_FUNC_LCHOWN):
3386         * m4/long-options.m4 (gl_LONG_OPTIONS):
3387         * m4/lstat.m4 (gl_FUNC_LSTAT):
3388         * m4/md5.m4 (gl_MD5):
3389         * m4/memcasecmp.m4 (gl_MEMCASECMP):
3390         * m4/memcoll.m4 (gl_MEMCOLL):
3391         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
3392         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
3393         * m4/memxor.m4 (gl_MEMXOR):
3394         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
3395         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
3396         * m4/modechange.m4 (gl_MODECHANGE):
3397         * m4/mountlist.m4 (gl_MOUNTLIST):
3398         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
3399         * m4/openat.m4 (gl_FUNC_OPENAT):
3400         * m4/pathmax.m4 (gl_PATHMAX):
3401         * m4/physmem.m4 (gl_PHYSMEM):
3402         * m4/posixtm.m4 (gl_POSIXTM):
3403         * m4/posixver.m4 (gl_POSIXVER):
3404         * m4/quote.m4 (gl_QUOTE):
3405         * m4/quotearg.m4 (gl_QUOTEARG):
3406         * m4/readtokens.m4 (gl_READTOKENS):
3407         * m4/readutmp.m4 (gl_READUTMP):
3408         * m4/regex.m4 (gl_REGEX):
3409         * m4/safe-read.m4 (gl_SAFE_READ):
3410         * m4/safe-write.m4 (gl_SAFE_WRITE):
3411         * m4/same.m4 (gl_SAME):
3412         * m4/save-cwd.m4 (gl_SAVE_CWD):
3413         * m4/savedir.m4 (gl_SAVEDIR):
3414         * m4/settime.m4 (gl_SETTIME):
3415         * m4/sha1.m4 (gl_SHA1):
3416         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
3417         * m4/stat-macros.m4 (gl_STAT_MACROS):
3418         * m4/stat-time.m4 (gl_STAT_TIME):
3419         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
3420         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
3421         * m4/strdup.m4 (gl_FUNC_STRDUP):
3422         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
3423         * m4/strndup.m4 (gl_FUNC_STRNDUP):
3424         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
3425         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
3426         * m4/time_r.m4 (gl_TIME_R):
3427         * m4/timespec.m4 (gl_TIMESPEC):
3428         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
3429         * m4/unlinkdir.m4 (gl_UNLINKDIR):
3430         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
3431         * m4/userspec.m4 (gl_USERSPEC):
3432         * m4/utimecmp.m4 (gl_UTIMECMP):
3433         * m4/utimens.m4 (gl_UTIMENS):
3434         * m4/xalloc.m4 (gl_XALLOC):
3435         * m4/xgetcwd.m4 (gl_XGETCWD):
3436         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
3437         * m4/xreadlink.m4 (gl_XREADLINK):
3438         * m4/xstrtod.m4 (gl_XSTRTOD):
3439         * m4/yesno.m4 (gl_YESNO):
3440         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
3441         to get the necessary .h files and whatnot.
3442
3443 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
3444             Bruno Haible <bruno@clisp.org>
3445
3446         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
3447         /bin/sh understanding of '!' conditional negation.
3448
3449 2006-08-21  Jim Meyering  <jim@meyering.net>
3450
3451         * modules/openat (Depends-on): Really alphabetize.
3452
3453         * modules/acl (Depends-on): Add error and quote.
3454
3455         * check-module (find_included_lib_files): Add at-func.c to the
3456         ok-to-include-more-than-once white list.
3457
3458         * modules/openat (Depends-on): Add lstat.  Alphabetize.
3459
3460 2006-08-21  Bruno Haible <bruno@clisp.org>
3461
3462         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3463         Emit a pkgdata_DATA variable only if some snippets add contents to it.
3464         Reported by Martin Lambers <marlam@marlam.de>.
3465
3466 2006-08-21  Bruno Haible <bruno@clisp.org>
3467
3468         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
3469         specify an installation location, don't emit a noinst_LIBRARIES or
3470         noinst_LTLIBRARIES assignment.
3471
3472 2006-08-21  Bruno Haible  <bruno@clisp.org>
3473
3474         BeOS portability.
3475         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
3476         BeOS has mbrtowc() but no <wctype.h>.
3477
3478 2006-08-21  Bruno Haible  <bruno@clisp.org>
3479
3480         BeOS portability.
3481         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
3482         exist.
3483
3484 2006-08-21  Bruno Haible  <bruno@clisp.org>
3485
3486         BeOS portability.
3487         * lib/mbchar.h: Include <wctype.h> only if it exists.
3488
3489 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
3490
3491         Remove files that are no longer needed by their respective modules.
3492         * m4/obstack.m4: Remove.
3493         * m4/strerror_r.m4: Remove.
3494         * m4/uint32_t.m4: Remove.
3495         * m4/uintptr_t.m4: Remove.
3496         * m4/ullong_max.m4: Remove.
3497         * m4/xstrtoimax.m4: Remove.
3498         * m4/xstrtoumax.m4: Remove.
3499
3500         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
3501         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
3502         dependencies now capture this.
3503
3504         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
3505         Do not use AC_LIBSOURCES, since gnulib modules now do this.
3506         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
3507         * m4/human.m4 (gl_HUMAN): Likewise.
3508         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
3509         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
3510
3511         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
3512
3513         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
3514         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
3515         stdint.
3516         * m4/human.m4 (gl_HUMAN): Likewise.
3517         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
3518         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
3519         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
3520         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
3521         * m4/xstrtol (gl_XSTRTOL): Likewise.
3522
3523         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
3524         AC_TYPE_LONG_LONG_INT.
3525         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
3526         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
3527         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
3528         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
3529
3530         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
3531         on stdbool.
3532
3533         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
3534         (gl_PREREQ_XSTRTOUL): Remove.
3535
3536         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
3537
3538         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
3539         mode.
3540
3541 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
3542
3543         Add and change modules to make it easier for coreutils to use
3544         gnulib-tool.
3545         * modules/backupfile (Files): Remove m4/d-ino.m4.
3546         (Depends-on): Add d-ino.
3547         * modules/cycle-check (Depends-on): Add stdint.
3548         (lib_SOURCES): Add cycle-check.h.
3549         * modules/d-ino: New module.
3550         * modules/d-type: New module.
3551         * modules/error (Files): Remove m4/strerror_r.m4.
3552         * modules/filemode (Files): Add m4/st_dm_mode.m4.
3553         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
3554         m4/inttypes_h.m4, m4/uintmax_t.m4.
3555         (Depends-on): Add stdint.
3556         (lib_SOURCES): Add fsusage.h.
3557         * modules/getcwd (Files): Remove d-ino.m4.
3558         (Depends-on): Add d-ino.
3559         * modules/getndelim2 (Depends-on): Add stdint.
3560         * modules/glob (Files): Remove m4/d-type.m4.
3561         (Depends-on): Add d-type.
3562         * modules/host-os: New module.
3563         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
3564         m4/inttypes_h.m4, m4/uintmax_t.m4.
3565         * Depends-on: Add stdint.
3566         (lib_SOURCES): Add human.h.
3567         * modules/inttostr (Files): Remove m4/intmax_t.m4,
3568         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
3569         m4/uintmax_t.m4, m4/ulonglong.m4.
3570         (Depends-on): Add stdint.
3571         (EXTRA_DIST): Add inttostr.h.
3572         * modules/lchmod: New module.
3573         * modules/link-follow: New module.
3574         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
3575         (Depends-on): Add lchmod.
3576         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
3577         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
3578         (Depends-on): Add stdint.
3579         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
3580         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
3581         (Depends-on): Add stdint.
3582         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
3583         * modules/perl: New module.
3584         * modules/regex (Depends-on): Add stdint.
3585         * modules/rmdir-errno: New module.
3586         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
3587         m4/intmax_t.m4.
3588         (Depends-on): Add stdint.
3589         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
3590         m4/uintmax_t.m4.
3591         (Depends-on): Add stdint.
3592         * modules/unlink-busy: New module.
3593         * modules/utimecmp (Depends-on): Add stdint.
3594         * modules/uptime: New module.
3595         * modules/winsz-ioctl: New module.
3596         * modules/winsz-termios: New module.
3597         * modules/xnanosleep (Depends-on): Add nanosleep.
3598         * modules/ullong_max: Remove.
3599         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
3600         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
3601         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
3602         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
3603         (Depends-on): Add inttypes.
3604         (lib_SOURCES): Add xstrtol.h.
3605         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
3606         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
3607         * MODULES.html.sh: Move 'assert' into the assert section.
3608         Move 'dummy' into the linking section.
3609         Remove ullong_max.
3610         Add section for compatibility checks for POSIX:2001 functions,
3611         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
3612         winsz-ioctl, and winsz-termios into it.
3613         Add lchmod.
3614         Add top-level Misc section and put host-os, perl, and uptime
3615         into it.
3616
3617 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
3618
3619         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
3620         now assume the stdint module.  Do not include inttypes.h.
3621         * lib/fsusage.h: Likewise.
3622         * lib/getndelim2.c: Likewise.
3623         * lib/human.h: Likewise.
3624         * lib/inttostr.h: Likewise.
3625         * lib/obstack.c: Likewise.
3626         * lib/regex_internal.h: Likewise.
3627         * lib/tempname.c: Likewise.
3628         * lib/utimecmp.c: Likewise.
3629         * lib/xstrtol.h: Likewise.
3630
3631         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
3632
3633         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
3634         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
3635         * lib/xtime.h: Likewise.
3636
3637 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
3638
3639         * modules/openat (Files): Add lib/fchmodat.c.
3640         Fixes problem reported by Jay Youngman.
3641
3642 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
3643
3644         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
3645         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
3646
3647 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
3648             Bruno Haible  <bruno@clisp.org>
3649
3650         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
3651         and is a script that invokes bison. Tighten the code. Add comments.
3652
3653 2006-08-18  Jim Meyering  <jim@meyering.net>
3654
3655         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
3656         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
3657         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
3658         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
3659
3660 2006-08-18  Bruno Haible  <bruno@clisp.org>
3661
3662         * modules/bison-i18n: New file.
3663         * MODULES.html.sh (Internationalization functions): Add it.
3664
3665 2006-08-18  Bruno Haible  <bruno@clisp.org>
3666
3667         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
3668         sys/statvfs.h. When getmntinfo was found, check its declaration and
3669         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
3670
3671 2006-08-18  Bruno Haible  <bruno@clisp.org>
3672
3673         * m4/bison-i18n.m4: New file, from bison.
3674
3675 2006-08-18  Bruno Haible  <bruno@clisp.org>
3676
3677         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
3678         (ME_DUMMY): Treat "kernfs" as a dummy.
3679         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
3680
3681 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
3682
3683         Update from coreutils.
3684
3685         2006-08-15  Jim Meyering  <jim@meyering.net>
3686
3687         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
3688
3689         2006-01-17  Jim Meyering  <jim@meyering.net>
3690
3691         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
3692
3693         2006-01-11  Jim Meyering  <jim@meyering.net>
3694
3695         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
3696         Check for the lchmod function.
3697
3698 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
3699
3700         Update from coreutils.
3701
3702         * lib/__fpending.h: Add copyright notice.
3703         * lib/fprintftime.h: Likewise.
3704         * lib/savedir.c: Use (C) in copyright notice.
3705         * lib/savedir.h: Likewise.
3706
3707         2006-08-15  Jim Meyering  <jim@meyering.net>
3708
3709         * lib/at-func.c: New file, with the logic of all emulated at-functions.
3710         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
3711         in support of the EXPECTED_ERRNO macro.
3712         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
3713         definitions.  Instead, define the appropriate symbols and include
3714         "at-func.c".
3715         * lib/mkdirat.c (mkdirat): Likewise.
3716         * lib/fchmodat.c (fchmodat): Likewise.
3717         (ENOSYS): Remove definition.
3718         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
3719         it.  Don't include "unistd--.h" -- it wasn't ever used.
3720
3721         2006-01-17  Jim Meyering  <jim@meyering.net>
3722
3723         Rewrite fts.c not to change the current working directory,
3724         by using openat, fstatat, fdopendir, etc..
3725
3726         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
3727         (HAVE_OPENAT_SUPPORT): Define.
3728         [_LIBC] (fchdir): Don't undef or define; no longer used.
3729         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
3730         Now, this `function' always succeeds, and consumes its file descriptor
3731         parameter -- so callers must not close such FDs.  Update callers.
3732         (diropen_fd, opendirat, cwd_advance_fd): New functions.
3733         (diropen): Add parameter, SP.  Adjust all callers.
3734         Implement using diropen_fd, rather than open.
3735         (fts_open): Initialize new member, fts_cwd_fd.
3736         Remove fts_rft-setting code.
3737         (fts_close): Close fts_cwd_fd, if necessary.
3738         (__opendir2): Define in terms of opendir or opendirat,
3739         depending on whether the FST_NOCHDIR flag is set.
3740         (fts_build): Since fts_safe_changedir consumes its FD, and since
3741         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
3742         and close the dup'd file descriptor upon failure.
3743         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
3744         (fts_safe_changedir): Tweak semantics to reflect that this function
3745         now calls cwd_advance_fd and hence consumes its FD argument.
3746         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
3747         [struct FTS] (fts_rft): Remove now-unused member.
3748         [struct FTS] (fts_cycle.state): Improve comment.
3749
3750         * lib/openat.c (openat_needs_fchdir): New function.
3751         * lib/openat.h (openat_needs_fchdir): Declare it.
3752
3753 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
3754
3755         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
3756         Problem and fix reported by Pádraig Brady in
3757         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
3758
3759 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
3760
3761         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
3762
3763 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
3764
3765         * lib/memcoll.c (memcoll): Optimize for the common case where the
3766         arguments are bytewise equal.
3767
3768 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
3769
3770         * doc/regexprops-generic.texi: Add a copyright notice.
3771
3772 2006-08-15  Bruno Haible  <bruno@clisp.org>
3773
3774         * modules/tmpdir (License): Change to LGPL.
3775
3776 2006-08-15  Bruno Haible  <bruno@clisp.org>
3777
3778         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
3779         module.
3780
3781 2006-08-14  Simon Josefsson  <jas@extundo.com>
3782
3783         * config/srclist.txt: Add gnupload.
3784
3785 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
3786
3787         Change copyright notice from LGPL 2 to GPL 2, since that's the
3788         standard form used in the gnulib repository.
3789         * tests/test-lock.c: Likewise.
3790         * tests/test-stdint.c: Likewise.
3791         * tests/test-tls.c: Likewise.
3792
3793         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
3794         prelude-manager.  User shorter URLs for GNU projects, without '?'.
3795         Add copyright notice.
3796
3797         * check-module: Add copyright notice.  Output a copyright
3798         notice if "--version" is specified.
3799         * modules/COPYING: New file.
3800         * tests/test-getaddrinfo.c: Add copyright notice.
3801         * tests/test-verify.c: Likewise.
3802
3803 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
3804
3805         Change copyright notice from LGPL 2 to GPL 2, since that's the
3806         standard form used in the gnulib repository.
3807         * lib/lock.c: LGPL -> GPL.
3808         * lib/lock.h: Likewise.
3809         * lib/strnlen1.c: Likewise.
3810         * lib/strnlen1.h: Likewise.
3811         * lib/tls.c: Likewise.
3812         * lib/tls.h: Likewise.
3813         * lib/tmpdir.c: Likewise.
3814
3815         * lib/TODO: Remove; this belongs only in coreutils.
3816
3817 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
3818
3819         Add copyright notices to long-enough files that lack them, since
3820         otherwise the files aren't clearly free.  Use the same notice that
3821         getdate.texi already uses.
3822         * doc/alloca-opt.texi: Add copyright notice.
3823         * doc/alloca.texi: Likewise.
3824         * doc/ctime.texi: Likewise.
3825         * doc/functions.texi: Likewise.
3826         * doc/gcd.texi: Likewise.
3827         * doc/gnulib-tool.texi: Likewise.
3828         * doc/inet_ntoa.texi: Likewise.
3829         * doc/visibility.texi: Likewise.
3830
3831         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
3832         * doc/quote.texi: Add copyright notice.
3833
3834         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
3835         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
3836         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
3837         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
3838         is now obsolete, and give a pointer to the Sun list.
3839         Add copyright notice.
3840
3841 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
3842
3843         * config/srclistvars.sh: Add copyright notice.
3844
3845 2006-08-14  Eric Blake  <ebb9@byu.net>
3846
3847         Import the following change from libc:
3848
3849         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
3850
3851         Upstream bug 2997.
3852         * lib/misc/error.c: Add space between program name and message if file
3853         name is missing.
3854
3855 2006-08-12  Karl Berry  <karl@gnu.org>
3856
3857         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
3858         remove, these originate in gnulib now.
3859
3860 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3861
3862         * doc/Makefile (standards.info standards.html standards.dvi):
3863         Also depend on make-stds.texi.
3864
3865 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
3866
3867         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
3868         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
3869
3870         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
3871         in wchar_t.  Problem reported by Eric Blake.
3872
3873         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
3874         LEN is smaller than SIZE.  Suggested by Bruno Haible.
3875         Also, help the compiler to keep LEN in a register.
3876
3877 2006-08-11  Eric Blake  <ebb9@byu.net>
3878
3879         * users.txt: Sort.  Add tar.
3880
3881 2006-08-11  Bruno Haible  <bruno@clisp.org>
3882
3883         * users.txt: New file.
3884
3885 2006-08-11  Bruno Haible  <bruno@clisp.org>
3886
3887         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
3888         before <wchar.h>. Needed for OSF/1 and BSD/OS.
3889
3890 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
3891
3892         * modules/snprintf (Depends-on): Remove minmax.
3893         (Maintainer): Add self and Bruno.
3894
3895 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
3896
3897         * lib/.cppi-disable: Add snprintf.h, socket_.h.
3898         * lib/snprintf.c: Include <errno.h> and <limits.h>.
3899         (EOVERFLOW): Define if the system does not.
3900         Do not include "minmax.h"; it wasn't used.
3901         (snprintf): Don't assume size_t promotes to an unsigned type.
3902         Fix bug when generated string was too long for the buffer: the
3903         buffer's contents are supposed to be the initial prefix of the
3904         output.  Don't assume vasnprintf returns EOVERFLOW if the size
3905         exceeds INT_MAX; do the check ourselves.
3906
3907         Import the following changes from libc:
3908
3909         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
3910
3911         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
3912         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
3913         set wc to the byte which couldn't be converted.
3914         (re_string_reconstruct): Don't clear valid_raw_len before calling
3915         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
3916         tip_context using re_string_context_at.
3917
3918         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
3919
3920         * lib/posix/regex.h: g++ still cannot handled [restrict].
3921
3922         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
3923
3924         * lib/posix/regex.h: Remove special handling for VMS.
3925
3926 2006-08-10  Jim Meyering  <jim@meyering.net>
3927
3928         * modules/same-inode: New module.
3929         * modules/dev-ino: New module.
3930         * modules/cycle-check: Depend on these modules, rather than simply
3931         including their .h files.
3932         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
3933         required via m4/cycle-check.m4.
3934         * modules/same: Depend on new same-inode module, rather than
3935         including same-inode.h.
3936         * modules/chdir-safer: New file.
3937
3938         * modules/chown (Depends-on): Add stat-macros.
3939
3940 2006-08-10  Jim Meyering  <jim@meyering.net>
3941
3942         * m4/cycle-check.m4: New file.
3943         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
3944         * m4/dev-ino.m4, m4/same-inode.m4: New files.
3945
3946 2006-08-10  Eric Blake  <ebb9@byu.net>
3947
3948         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
3949         in from original proposal.
3950
3951 2006-08-10  Eric Blake  <ebb9@byu.net>
3952         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3953
3954         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
3955         namespace.
3956
3957 2006-08-10  Bruno Haible  <bruno@clisp.org>
3958
3959         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
3960         as well.
3961
3962 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
3963
3964         Sync from coreutils.
3965
3966         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
3967
3968         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
3969         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
3970
3971 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
3972
3973         * modules/restrict: Remove; no longer needed now that we assume
3974         Autoconf 2.59 or later.
3975         * MODULES.html.sh: Remove 'restrict'.
3976         * modules/argp (Depends-on): Remove 'restrict'.
3977         * modules/base64 (Depends-on): Likewise.
3978         * modules/gc (Depends-on): Likewise.
3979         * modules/getaddrinfo (Depends-on): Likewise.
3980         * modules/glob (Depends-on): Likewise.
3981         * modules/inet_ntop (Depends-on): Likewise.
3982         * modules/inet_pton (Depends-on): Likewise.
3983         * modules/memxor (Depends-on): Likewise.
3984         * modules/regex (Depends-on): Likewise.
3985         * modules/strtok_r (Depends-on): Likewise.
3986         * modules/time_r (Depends-on): Likewise.
3987
3988 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
3989
3990         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
3991         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
3992         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
3993         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
3994         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
3995         * m4/memxor.m4 (gl_MEMXOR): Likewise.
3996         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
3997         gl_C_RESTRICT replaced by AC_C_RESTRICT.
3998
3999         Merge from coreutils.
4000         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
4001         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
4002         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
4003         * m4/time_r.m4 (gl_TIME_R): Likewise.
4004
4005 2006-08-09  Karl Berry  <karl@gnu.org>
4006
4007         * config/srclist.txt: no more gettext-tools, per Bruno.
4008
4009 2006-08-08  Eric Blake  <ebb9@byu.net>
4010
4011         * modules/verror: New module.
4012         * MODULES.html.sh: Document it.
4013
4014 2006-08-08  Eric Blake  <ebb9@byu.net>
4015
4016         * lib/verror.h, lib/verror.c: New files.
4017
4018 2006-08-08  Eric Blake  <ebb9@byu.net>
4019
4020         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
4021         verror_at_line output complies with GNU Coding Standards even when
4022         file is NULL.
4023
4024 2006-08-07  Bruno Haible  <bruno@clisp.org>
4025
4026         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
4027         versions of AIX.
4028         Reported by Ralf Wildenhues.
4029
4030 2006-08-07  Bruno Haible  <bruno@clisp.org>
4031
4032         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
4033         in an AC_DEFUN. Needed so that the autoconf snippets can use
4034         AC_REQUIRE.
4035
4036 2006-08-06  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4037
4038         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4039         Initialize pkgdata_DATA.
4040         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
4041         overriding it.
4042
4043 2006-08-06  Eric Blake  <ebb9@byu.net>
4044
4045         * lib/error.h: Fold in some upstream changes from glibc.
4046         * lib/error.c: Likewise.
4047
4048 2006-08-04  Bruno Haible  <bruno@clisp.org>
4049
4050         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4051         Make the mostlyclean-local rule depend on mostlyclean-generic.
4052         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
4053
4054 2006-07-31  Bruno Haible  <bruno@clisp.org>
4055
4056         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
4057         <stdlib.h>, <string.h>.
4058
4059 2006-07-30  Bruno Haible  <bruno@clisp.org>
4060
4061         * modules/readlink (License): Change to LGPL.
4062
4063 2006-07-30  Bruno Haible  <bruno@clisp.org>
4064
4065         * modules/javaversion (Makefile.am): Distribute javaversion.java and
4066         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
4067         set PKGDATADIR to point to it.
4068
4069 2006-07-30  Bruno Haible  <bruno@clisp.org>
4070
4071         * modules/csharpexec (configure.ac): Comment out macro invocation.
4072         * modules/javaexec (configure.ac): Likewise.
4073         * modules/javacomp-script (configure.ac): Likewise.
4074
4075         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
4076
4077 2006-07-30  Bruno Haible  <bruno@clisp.org>
4078
4079         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
4080         linked-list.
4081
4082 2006-07-30  Bruno Haible  <bruno@clisp.org>
4083
4084         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
4085
4086 2006-07-30  Bruno Haible  <bruno@clisp.org>
4087
4088         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4089         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
4090         get removed.
4091
4092 2006-07-29  Bruno Haible  <bruno@clisp.org>
4093
4094         Make it possible for gnulib-tool to work with locally modified or
4095         augmented gnulib repositories.
4096         * gnulib-tool (func_usage): Document --local-dir option.
4097         (local_gnulib_dir): New variable.
4098         Handle --local-dir option.
4099         (func_lookup_file): New function.
4100         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
4101         (func_get_description, func_get_filelist, func_get_description,
4102         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
4103         func_get_automake_snippet, func_get_include_directive,
4104         func_get_license, func_get_maintainer): Use func_lookup_file.
4105         (func_import, func_create_testdir): Use func_lookup_file.
4106
4107 2006-07-29  Bruno Haible  <bruno@clisp.org>
4108
4109         * modules/setenv (Depends-on): Add unistd.
4110
4111 2006-07-29  Bruno Haible  <bruno@clisp.org>
4112
4113         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
4114
4115 2006-07-29  Bruno Haible  <bruno@clisp.org>
4116
4117         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
4118
4119 2006-07-29  Bruno Haible  <bruno@clisp.org>
4120
4121         * gnulib-tool (import, update): If there is no Makefile.am, look at
4122         aclocal.m4, instead of bailing out.
4123
4124 2006-07-29  Bruno Haible  <bruno@clisp.org>
4125
4126         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
4127         Categorize the options by when they are useful.
4128
4129 2006-07-29  Bruno Haible  <bruno@clisp.org>
4130
4131         * gnulib-tool (func_usage): Document option --no-libtool.
4132         Handle option --no-libtool.
4133         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
4134         for changed semantics of $libtool variable.
4135         (func_import): Likewise. If libtool is not used, show this through
4136         an option --no-libtool.
4137         (func_create_testdir): Update.
4138
4139 2006-07-29  Bruno Haible  <bruno@clisp.org>
4140
4141         * gnulib-tool (func_import): Extend error message about missing
4142         --doc-base.
4143
4144 2006-07-29  Bruno Haible  <bruno@clisp.org>
4145
4146         * gnulib-tool (func_import): Don't create the $docbase directory if
4147         there is no file to store there.
4148
4149 2006-07-29  Bruno Haible  <bruno@clisp.org>
4150
4151         * gnulib-tool (autoconf_minversion): If a --dir option is given and
4152         relevant, look for configure.ac there, not in the current directory.
4153         Also use a simple search for AC_PREREQ, not "autoconf --trace".
4154
4155 2006-07-29  Bruno Haible  <bruno@clisp.org>
4156
4157         * gnulib-tool (SORT): New variable.
4158         (func_usage): Undocument --assume-autoconf option.
4159         Remove --assume-autoconf option handling.
4160         (autoconf_minversion): Determine from the contents of configure.ac.
4161         (func_import): Remove autoconf_minversion handling.
4162         Suggested by Eric Blake.
4163
4164 2006-07-29  Bruno Haible  <bruno@clisp.org>
4165
4166         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
4167
4168 2006-07-29  Bruno Haible  <bruno@clisp.org>
4169
4170         * config/srclist.txt (*setenv.[ch]): Remove rules.
4171
4172 2006-07-28  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4173
4174         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
4175
4176 2006-07-28  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4177
4178         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
4179         arpa/inet.h.
4180
4181 2006-07-28  Simon Josefsson  <jas@extundo.com>
4182
4183         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
4184         * modules/inet_pton (Depends-on): Likewise.
4185
4186 2006-07-28  Simon Josefsson  <jas@extundo.com>
4187
4188         * m4/netinet_in_h.m4: New file.
4189
4190 2006-07-28  Simon Josefsson  <jas@extundo.com>
4191
4192         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
4193         #include's.
4194
4195 2006-07-28  Simon Josefsson  <jas@extundo.com>
4196
4197         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
4198         #include's.
4199
4200 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
4201
4202         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
4203         setgid on directories only if they set these bits.
4204         * lib/modechange.h: Remove obsolete comment about masks.
4205
4206 2006-07-28  Eric Blake  <ebb9@byu.net>
4207
4208         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
4209         macro expansion.
4210
4211 2006-07-28  Bruno Haible <bruno@clisp.org>
4212
4213         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
4214
4215 2006-07-28  Bruno Haible  <bruno@clisp.org>
4216
4217         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
4218
4219 2006-07-28  Bruno Haible  <bruno@clisp.org>
4220
4221         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
4222         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
4223         Define fallbacks.
4224         Avoids link error on FreeBSD 4.x.
4225         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
4226
4227         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
4228         encoding.
4229         * lib/mbswidth.c (iswcntrl): Likewise.
4230
4231 2006-07-27  Bruno Haible  <bruno@clisp.org>
4232
4233         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
4234         test.
4235
4236 2006-07-27  Bruno Haible  <bruno@clisp.org>
4237
4238         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
4239         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
4240         defined.
4241
4242 2006-07-26  Eric Blake  <ebb9@byu.net>
4243
4244         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
4245
4246 2006-07-26  Eric Blake  <ebb9@byu.net>
4247
4248         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
4249         like mingw that lack mkstemp.
4250         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
4251         avoid compilation warning on mingw.
4252
4253 2006-07-26  Bruno Haible  <bruno@clisp.org>
4254
4255         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
4256         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
4257         INT_FAST*_MIN, INTPTR_MIN.
4258
4259 2006-07-25  Bruno Haible  <bruno@clisp.org>
4260
4261         * modules/version-etc (Depends-on): Add stdarg.
4262
4263 2006-07-25  Bruno Haible  <bruno@clisp.org>
4264
4265         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
4266         complex commands.
4267
4268 2006-07-25  Bruno Haible  <bruno@clisp.org>
4269
4270         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
4271         defined in <stdarg.h> or config.h.
4272
4273 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
4274
4275         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
4276         (gl_STDIO_SAFER): Remove.
4277
4278 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
4279
4280         * MODULES.html.sh (File stream based Input/Output):
4281         Add fopen-safer, tmpfile-safer; remove stdio-safer.
4282         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
4283         * modules/fopen-safer, modules/tmpfile-safer: New files.
4284         * modules/stdio-safer: Remove.
4285
4286 2006-07-24  Bruno Haible  <bruno@clisp.org>
4287
4288         * modules/tmpdir: New file.
4289         * MODULES.html.sh (File system functions): Add it.
4290
4291 2006-07-24  Bruno Haible  <bruno@clisp.org>
4292
4293         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
4294         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
4295
4296 2006-07-24  Bruno Haible  <bruno@clisp.org>
4297
4298         * modules/clean-temp: New file.
4299
4300 2006-07-24  Bruno Haible  <bruno@clisp.org>
4301
4302         * m4/tmpdir.m4: New file, from GNU gettext.
4303
4304 2006-07-24  Bruno Haible  <bruno@clisp.org>
4305
4306         * lib/tmpdir.h: New file, from GNU gettext.
4307         * lib/tmpdir.c: New file, from GNU gettext.
4308
4309 2006-07-24  Bruno Haible  <bruno@clisp.org>
4310
4311         * lib/clean-temp.h: New file, from GNU gettext.
4312         * lib/clean-temp.c: New file, from GNU gettext.
4313
4314 2006-07-23  Eric Blake  <ebb9@byu.net>
4315
4316         * modules/stdio-safer (Files): Add tmpfile-safer.c.
4317         (Depends-on): Add binary-io.
4318
4319 2006-07-23  Eric Blake  <ebb9@byu.net>
4320
4321         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
4322
4323 2006-07-23  Eric Blake  <ebb9@byu.net>
4324
4325         * lib/tmpfile-safer.c: New file.
4326         * lib/stdio-safer.h (fopen_safer): Add prototype.
4327         * lib/stdio--.h (tmpfile): Make safer.
4328
4329 2006-07-23  Bruno Haible  <bruno@clisp.org>
4330
4331         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
4332         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
4333         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
4334         gl_linked_remove_at): Use it.
4335
4336 2006-07-22  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4337         and Simon Josefsson <jas@extundo.com>
4338
4339         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
4340
4341         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
4342
4343 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
4344
4345         * modules/close-stream: New file.
4346         * modules/closeout (Description): Make it clear that it exits
4347         with a diagnostic on error.
4348         (Depends-on): Add close-stream.  Remove fpending, stdbool.
4349         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
4350
4351 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
4352
4353         * m4/close-stream.m4: New file.
4354
4355 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
4356
4357         * lib/close-stream.c, lib/close-stream.h: New files.
4358
4359 2006-07-22  Bruno Haible  <bruno@clisp.org>
4360
4361         Merge from GNU gettext 0.15.
4362
4363         2006-05-01  Bruno Haible  <bruno@clisp.org>
4364
4365                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
4366
4367         2006-07-22  Bruno Haible  <bruno@clisp.org>
4368
4369                 * modules/javaversion: New file.
4370                 * MODULES.html.sh (Java): Add javaversion.
4371
4372         2006-03-12  Bruno Haible  <bruno@clisp.org>
4373
4374                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
4375
4376         2005-12-04  Bruno Haible  <bruno@clisp.org>
4377
4378                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
4379                 (untested).
4380
4381         2006-06-21  Bruno Haible  <bruno@clisp.org>
4382
4383                 Avoid warnings from recent versions of mcs.
4384                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
4385                 -o, -L, -r any more. Use options documented since mcs-1.0
4386                 instead. Similarly for -g.
4387
4388         2005-12-04  Bruno Haible  <bruno@clisp.org>
4389
4390                 * build-aux/csharpcomp.sh.in: Suffix for resources is
4391                 .resources, not .resource.
4392
4393         2005-07-09  Bruno Haible  <bruno@clisp.org>
4394
4395                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
4396                 add a .dll suffix.
4397                 Reported by Mark Junker <mjscod@gmx.de>.
4398
4399         2006-07-22  Bruno Haible  <bruno@clisp.org>
4400
4401                 * modules/gettext: Upgrade to gettext-0.15.
4402                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
4403                 m4/visibility.m4.
4404                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
4405
4406 2006-07-22  Bruno Haible  <bruno@clisp.org>
4407
4408         Merge from GNU gettext 0.15.
4409
4410         2006-03-25  Bruno Haible  <bruno@clisp.org>
4411
4412                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
4413
4414         2006-07-21  Bruno Haible  <bruno@clisp.org>
4415
4416                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
4417                 "1.1".
4418
4419         2006-05-09  Bruno Haible  <bruno@clisp.org>
4420
4421                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
4422                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
4423                 for the conftestver execution.
4424
4425         2006-05-01  Bruno Haible  <bruno@clisp.org>
4426
4427                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
4428                 optional target-version argument. Verify that the compiler
4429                 groks source of the specified source-version, or add -source
4430                 option as necessary. Verify that the compiler produces
4431                 bytecode in the specified target-version, or add -target and
4432                 -source options as necessary. Make the result of the test
4433                 available as variable CONF_JAVAC. Also log error output in
4434                 config.log.
4435
4436         2006-03-11  Bruno Haible  <bruno@clisp.org>
4437
4438                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
4439
4440         2006-05-09  Bruno Haible  <bruno@clisp.org>
4441
4442                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
4443                 CLASSPATH_SEPARATOR to a semicolon.
4444
4445         2006-03-12  Bruno Haible  <bruno@clisp.org>
4446
4447                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
4448                 available as variable CONF_JAVA, for subsequent autoconf
4449                 tests. Also log error output in config.log.
4450
4451         2006-07-19  Bruno Haible  <bruno@clisp.org>
4452
4453                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
4454                 that getline works on glibc2 systems. Needed to avoid trouble
4455                 in relocatable.c.
4456                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
4457
4458         2005-12-04  Bruno Haible  <bruno@clisp.org>
4459
4460                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
4461                 launcher (untested).
4462
4463         2005-12-04  Bruno Haible  <bruno@clisp.org>
4464
4465                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
4466
4467         2006-07-22  Bruno Haible  <bruno@clisp.org>
4468
4469                 * gettext.m4: Update from GNU gettext-0.15.
4470                 * nls.m4: Likewise.
4471                 * po.m4: Likewise.
4472                 * inttypes-pri.m4: Likewise.
4473                 * inttypes-h.m4: Renamed from inttypes.m4.
4474                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
4475
4476 2006-07-22  Bruno Haible  <bruno@clisp.org>
4477
4478         Merge from GNU gettext 0.15.
4479
4480         2005-07-05  Bruno Haible  <bruno@clisp.org>
4481
4482                 * printf-args.c (printf_fetchargs): Work around broken
4483                 definition of wint_t on mingw.
4484
4485         2005-02-12  Bruno Haible  <bruno@clisp.org>
4486
4487                 * xallocsa.h: Add extern "C" for C++.
4488
4489         2006-05-17  Bruno Haible  <bruno@clisp.org>
4490
4491                 Cygwin portability.
4492                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
4493
4494         2006-04-30  Bruno Haible  <bruno@clisp.org>
4495
4496                 * progreloc.c: Include <mach-o/dyld.h> if available.
4497                 (find_executable): Use _NSGetExecutablePath when possible.
4498
4499         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
4500
4501                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
4502                 function.
4503
4504         2005-12-29  Bruno Haible  <bruno@clisp.org>
4505
4506                 * progreloc.c (set_program_name_and_installdir): Fix
4507                 compilation error.
4508
4509         2005-12-04  Bruno Haible  <bruno@clisp.org>
4510
4511                 Cygwin portability.
4512                 * progreloc.c: Include <windows.h> also on Cygwin.
4513                 (find_executable): Add support for Cygwin.
4514                 (set_program_name_and_installdir): Handle also platforms with
4515                 nonempty EXEEXT.
4516
4517         2006-07-11  Bruno Haible  <bruno@clisp.org>
4518
4519                 * javacomp.c: Fix a comment.
4520                 Reported by Jim Meyering.
4521
4522         2006-04-30  Bruno Haible  <bruno@clisp.org>
4523
4524                 * javacomp.h (compile_java_class): Add source_version,
4525                 target_version arguments.
4526                 * javacomp.c: Rewritten to choose only a compiler that
4527                 respects the specified source_version and target_version.
4528
4529         2006-06-27  Bruno Haible  <bruno@clisp.org>
4530
4531                 Assume correct S_ISDIR macro.
4532                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
4533
4534         2006-07-22  Bruno Haible  <bruno@clisp.org>
4535
4536                 * javaversion.h: New file, from GNU gettext.
4537                 * javaversion.c: New file, from GNU gettext.
4538                 * javaversion.java: New file, from GNU gettext.
4539                 * javaversion.class: New file, from GNU gettext.
4540
4541         2006-05-17  Bruno Haible  <bruno@clisp.org>
4542
4543                 Cygwin portability.
4544                 * javaexec.c (execute_java_class): Test for jview program
4545                 also on Cygwin.
4546
4547         2006-04-09  Bruno Haible  <bruno@clisp.org>
4548
4549                 * fatal-signal.c: Don't include string.h.
4550                 (at_fatal_signal): Use a copying loop instead of memcpy.
4551
4552         2005-12-04  Bruno Haible  <bruno@clisp.org>
4553
4554                 * csharpexec.c: Add support for 'clix' launcher (untested).
4555                 (execute_csharp_using_sscli): New function.
4556                 (execute_csharp_program): Call it.
4557
4558         2006-06-21  Bruno Haible  <bruno@clisp.org>
4559
4560                 Avoid warnings from recent versions of mcs.
4561                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
4562                 -o, -L, -r any more. Use options documented since mcs-1.0
4563                 instead. Similarly for -g.
4564
4565         2005-07-09  Bruno Haible  <bruno@clisp.org>
4566
4567                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
4568                 add a .dll suffix.
4569                 Reported by Mark Junker <mjscod@gmx.de>.
4570
4571         2006-06-17  Bruno Haible  <bruno@clisp.org>
4572
4573                 * config.charset: Update for NetBSD 3.0.
4574
4575         2006-05-17  Bruno Haible  <bruno@clisp.org>
4576
4577                 Cygwin portability.
4578                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
4579
4580         2006-05-16  Bruno Haible  <bruno@clisp.org>
4581
4582                 * localcharset.c [CYGWIN]: Include <windows.h>.
4583                 (get_charset_aliases): For Cygwin, return the same CPxxx
4584                 aliases list as under WIN32.
4585                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
4586                 the environment variables. Fall back to GetACP().
4587
4588         2006-04-05  Bruno Haible  <bruno@clisp.org>
4589
4590                 * config.charset: Update Juan Manuel Guerrero's address.
4591
4592         2005-02-12  Bruno Haible  <bruno@clisp.org>
4593
4594                 * allocsa.h: Add extern "C" for C++.
4595
4596         2005-02-10  Bruno Haible  <bruno@clisp.org>
4597
4598                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
4599                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
4600
4601         2006-07-22  Bruno Haible  <bruno@clisp.org>
4602
4603                 * gettext.h: Update to GNU gettext-0.15.
4604
4605 2006-07-22  Bruno Haible  <bruno@clisp.org>
4606
4607         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
4608         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
4609         lib-prefix.m4, longdouble.m4, ssize_t.m4.
4610
4611 2006-07-21  Eric Blake  <ebb9@byu.net>
4612
4613         * modules/stdlib-safer: New file.
4614         * MODULES.html.sh (File stream based Input/Output): Add
4615         stdlib-safer.
4616
4617 2006-07-21  Eric Blake  <ebb9@byu.net>
4618
4619         * lib/stdlib-safer.h: New file from coreutils, required by
4620         stdlib--.h.
4621
4622 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
4623
4624         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
4625
4626 2006-07-20  Bruno Haible  <bruno@clisp.org>
4627
4628         * gnulib-tool: Recognize new option --assume-autoconf.
4629         (autoconf_minversion): New variable.
4630         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
4631
4632 2006-07-20  Bruno Haible  <bruno@clisp.org>
4633
4634         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
4635
4636 2006-07-19  Derek R. Price  <derek@ximbiot.com>
4637
4638         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
4639         Reindent and repaginate.
4640
4641 2006-07-19  Derek Price  <derek@ximbiot.com>
4642
4643         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
4644         Correct grammar.
4645
4646 2006-07-17  Bruno Haible  <bruno@clisp.org>
4647
4648         * modules/list: New file.
4649         * modules/array-list: New file.
4650         * modules/carray-list, modules/carray-list-tests: New files.
4651         * modules/linked-list, modules/linked-list-tests: New files.
4652         * modules/avltree-list, modules/avltree-list-tests: New files.
4653         * modules/rbtree-list, modules/rbtree-list-tests: New files.
4654         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
4655         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
4656         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
4657         * modules/oset: New file.
4658         * modules/array-oset: New file.
4659         * modules/avltree-oset, modules/avltree-oset-tests: New files.
4660         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
4661         * tests/test-carray_list.c: New file.
4662         * tests/test-linked_list.c: New file.
4663         * tests/test-avltree_list.c: New file.
4664         * tests/test-rbtree_list.c: New file.
4665         * tests/test-linkedhash_list.c: New file.
4666         * tests/test-avltreehash_list.c: New file.
4667         * tests/test-rbtreehash_list.c: New file.
4668         * tests/test-avltree_oset.c: New file.
4669         * tests/test-rbtree_oset.c: New file.
4670         * MODULES.html.sh (Container data structures): New section.
4671
4672 2006-07-17  Bruno Haible  <bruno@clisp.org>
4673
4674         * m4/gl_list.m4: New file.
4675
4676 2006-07-17  Bruno Haible  <bruno@clisp.org>
4677
4678         * lib/gl_list.h: New file.
4679         * lib/gl_list.c: New file.
4680         * lib/gl_array_list.h: New file.
4681         * lib/gl_array_list.c: New file.
4682         * lib/gl_carray_list.h: New file.
4683         * lib/gl_carray_list.c: New file.
4684         * lib/gl_linked_list.h: New file.
4685         * lib/gl_linked_list.c: New file.
4686         * lib/gl_anylinked_list1.h: New file.
4687         * lib/gl_anylinked_list2.h: New file.
4688         * lib/gl_avltree_list.h: New file.
4689         * lib/gl_avltree_list.c: New file.
4690         * lib/gl_anyavltree_list1.h: New file.
4691         * lib/gl_anyavltree_list2.h: New file.
4692         * lib/gl_rbtree_list.h: New file.
4693         * lib/gl_rbtree_list.c: New file.
4694         * lib/gl_anyrbtree_list1.h: New file.
4695         * lib/gl_anyrbtree_list2.h: New file.
4696         * lib/gl_anytree_list1.h: New file.
4697         * lib/gl_anytree_list2.h: New file.
4698         * lib/gl_linkedhash_list.h: New file.
4699         * lib/gl_linkedhash_list.c: New file.
4700         * lib/gl_anyhash_list1.h: New file.
4701         * lib/gl_anyhash_list2.h: New file.
4702         * lib/gl_avltreehash_list.h: New file.
4703         * lib/gl_avltreehash_list.c: New file.
4704         * lib/gl_rbtreehash_list.h: New file.
4705         * lib/gl_rbtreehash_list.c: New file.
4706         * lib/gl_anytreehash_list1.h: New file.
4707         * lib/gl_anytreehash_list2.h: New file.
4708
4709         * lib/gl_oset.h: New file.
4710         * lib/gl_oset.c: New file.
4711         * lib/gl_array_oset.h: New file.
4712         * lib/gl_array_oset.c: New file.
4713         * lib/gl_avltree_oset.h: New file.
4714         * lib/gl_avltree_oset.c: New file.
4715         * lib/gl_rbtree_oset.h: New file.
4716         * lib/gl_rbtree_oset.c: New file.
4717         * lib/gl_anytree_oset.h: New file.
4718
4719 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
4720
4721         * m4/mkancesdirs.m4: New file.
4722         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
4723         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
4724         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
4725         it.
4726
4727 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
4728
4729         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
4730         * lib/mkancesdirs.h: New files.
4731         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
4732         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
4733         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
4734         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
4735         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
4736         callers changed.  Revamp internals significantly, by not
4737         attempting to create directories that are temporarily more
4738         permissive than the final results.  Do not attempt to use
4739         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
4740         This removes some race conditions, fixes some bugs, and simplifies
4741         things.  Use new dirchownmod function to do owner and mode changes.
4742         * lib/mkdir-p.h: Likewise.
4743         * lib/modechange.c (octal_to_mode): New function.
4744         (struct mode_change): New member mentioned.
4745         (make_node_op_equals): New arg mentioned.  All callers changed.
4746         (mode_compile): Keep track of which mode bits the user has explicitly
4747         mentioned.
4748         (mode_adjust): New arg DIR, so that we implement the X op correctly.
4749         New arg PMODE_BITS, to keep track of which mode bits the user
4750         mentioned; it treats S_ISUID and S_ISGID speciall.
4751         All callers changed.
4752         * lib/modechange.h: Likewise.
4753
4754 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
4755
4756         * MODULES.html.sh: Add mkancestors.
4757         * modules/mkancesdirs: New module.
4758         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
4759         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
4760         The chdir-safer and afs files are now orphans; I'll remove them
4761         unless someone speaks up.
4762         Add lib/dirchownmod.c, lib/dirchownmod.h.
4763         (Depends-on): Remove alloca, chown, save-cwd, dirname.
4764         Add lchown, mkancesdirs.
4765         (Maintainer): Add self.
4766
4767 2006-07-15  Karl Berry  <karl@gnu.org>
4768
4769         * gnulib-tool: help message wording/arrangement.
4770
4771 2006-07-14  Simon Josefsson  <jas@extundo.com>
4772
4773         * doc/gnulib.texi (Libtool and Windows): New section.
4774
4775 2006-07-12  Simon Josefsson  <jas@extundo.com>
4776
4777         * modules/gendocs (License): Fix license, approved by Karl.
4778
4779 2006-07-12  Eric Blake  <ebb9@byu.net>
4780
4781         * MODULES.html.sh: Add gendocs.
4782
4783 2006-07-11  Eric Blake  <ebb9@byu.net>
4784
4785         * modules/fdl: New module, to install doc/fdl.texi.
4786         * MODULES.html.sh: Add new section for documentation modules.
4787         * gnulib-tool: Avoid space-tab.
4788         (--doc-base): New option, to manage files from doc.
4789
4790 2006-07-11  Eric Blake  <ebb9@byu.net>
4791
4792         * m4/absolute-header.m4: Fix comments to match recent change.
4793
4794 2006-07-11  Eric Blake  <ebb9@byu.net>
4795
4796         * gnulib-tool: List --doc-base before --tests-base.
4797
4798 2006-07-11  Derek R. Price  <derek@ximbiot.com>
4799
4800         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
4801
4802 2006-07-11  Bruno Haible  <bruno@clisp.org>
4803
4804         * README: Mention where to put documentation.
4805
4806 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4807
4808         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
4809
4810 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
4811
4812         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
4813         to stdint.m4.
4814
4815 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
4816
4817         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
4818         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
4819         "no/such/file/stdint.h" when there is no such file, so that
4820         the resulting C code can be parsed by dodgy compilers.
4821         Problems reported by Bob Proulx.
4822
4823 2006-07-10  Derek R. Price  <derek@ximbiot.com>
4824
4825         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
4826         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
4827         macros into the GNU _D_EXACT_NAMLEN.
4828         * lib/savedir.c:  Likewise.
4829         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
4830
4831 2006-07-10  Derek R. Price  <derek@ximbiot.com>
4832         and Paul Eggert  <eggert@cs.ucla.edu>
4833
4834         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
4835         * m4/savedir.m4:
4836         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
4837         macros into the GNU _D_EXACT_NAMLEN.
4838
4839 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
4840
4841         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
4842         around the absolute name, to work around a problem with the HP-UX
4843         11.23 native C compiler, reported by Bob Proulx.
4844
4845 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
4846
4847         * doc/maintain.texi, make-stds.texi: Sync from
4848         <http://savannah.gnu.org/projects/gnustandards>.
4849
4850 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
4851
4852         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
4853
4854 2006-07-09  Jim Meyering  <jim@meyering.net>
4855
4856         * m4/glob.m4: Remove a doubled word in a comment.
4857
4858 2006-07-09  Jim Meyering  <jim@meyering.net>
4859
4860         * lib/argp-pv.c: Remove a doubled word in a comment.
4861         * lib/check-version.c (check_version): Likewise.
4862         * lib/javacomp.c (compile_java_class): Likewise.
4863
4864 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
4865
4866         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
4867         for the benefit of people using Autoconf 2.60.  If you want to
4868         support older Autoconf versions you can copy m4/onceonly_2_57.m4
4869         (or m4/onceonly.m4, if pre-2.57) manually.
4870
4871 2006-07-08  Jim Meyering  <jim@meyering.net>
4872
4873         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
4874         comment.
4875         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
4876         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
4877         comment.
4878
4879 2006-07-08  Jim Meyering  <jim@meyering.net>
4880
4881         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
4882
4883 2006-07-07  Simon Josefsson  <jas@extundo.com>
4884
4885         * tests/test-crc.c: Change expected crc value, the test vector
4886         were probably computed using the old broken crc.c?
4887
4888 2006-07-06  Simon Josefsson  <jas@extundo.com>
4889
4890         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
4891         now the canonical place for the M4 file).
4892
4893         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
4894         from the sys_socket dependency now.
4895
4896         * modules/inet_pton (Files): Ditto.
4897
4898         * modules/inet_ntop (Files): Ditto.
4899
4900 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
4901
4902         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
4903         not gl_PREREQ_GETUSERSHELL.
4904
4905 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4906
4907         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
4908         with only one argument, for Autoconf 2.60.
4909         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
4910         expand to nothing, so add a shell command to avoid syntax error.
4911         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
4912
4913 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4914
4915         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
4916
4917 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4918
4919         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
4920         no longer needed.  Check for isblank decl.
4921         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
4922         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
4923         of existence.
4924
4925 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4926
4927         * lib/getloadavg.c: Use __VMS, not VMS.
4928         * lib/getopt.c: Likewise.
4929         * lib/getpagesize.h: Likewise.
4930         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
4931         and probably does not work.
4932
4933 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4934
4935         * lib/.cppi-disable: Add wcwidth.
4936         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
4937         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
4938         (ISGRAPH): Remove.  All uses changed to isgraph.
4939         (FOLD) [!defined _LIBC]: Remove special case.
4940         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
4941         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
4942         HAVE_ISBLANK.
4943         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
4944         case.
4945
4946 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
4947
4948         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
4949         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
4950         brackets.  Other minor changes to suppress some compiler
4951         warnings.
4952
4953 2006-07-06  Derek R. Price  <derek@ximbiot.com>
4954         and Paul Eggert  <eggert@cs.ucla.edu>
4955
4956         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
4957         of invoking obsolescent AC_HEADER_DIRENT macro.
4958         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
4959         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
4960         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
4961         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
4962         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
4963         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
4964         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
4965         * m4/readdir.m4: Remove; no longer needed.
4966
4967 2006-07-06  Derek R. Price  <derek@ximbiot.com>
4968         and Paul Eggert  <eggert@cs.ucla.edu>
4969
4970         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
4971         Don't worry about this obsolete case any more.
4972         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
4973         directories.
4974         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
4975         worry about this obsolete case any more.
4976         * lib/fts.c: Likewise.
4977         * lib/getcwd.c: Likewise.
4978         * lib/glob.h: Likewise.
4979         * lib/savedir.c: Likewise.
4980
4981 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
4982
4983         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
4984         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
4985         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
4986         needed.
4987         All uses removed.
4988         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
4989         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
4990         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
4991         needed.
4992         * m4/getdate.m4 (gl_GETDATE): Likewise.
4993         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
4994         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
4995         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
4996         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
4997         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
4998         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
4999         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
5000         needed.
5001
5002 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
5003
5004         * lib/memcasecmp.c: Include <limits.h>.
5005         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
5006         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
5007         Don't assume isdigit succeeds only on '0' through '9'.
5008
5009 2006-07-05  Eric Blake  <ebb9@byu.net>
5010
5011         * modules/getaddrinfo (Depends-on): Add snprintf.
5012
5013 2006-07-05  Eric Blake  <ebb9@byu.net>
5014
5015         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
5016         to avoid 'header present but could not be compiled' on cygwin.
5017
5018 2006-07-05  Eric Blake  <ebb9@byu.net>
5019
5020         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
5021         missing from netdb.h.
5022         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
5023
5024 2006-07-05  Derek R. Price  <derek@ximbiot.com>
5025
5026         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
5027         no longer needed.
5028         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
5029         * m4/getdate.m4 (gl_GETDATE): Likewise.
5030         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
5031         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
5032         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
5033         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
5034         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
5035
5036 2006-07-05  Derek R. Price  <derek@ximbiot.com>
5037
5038         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
5039         All uses of is_space replaced by isspace.
5040         * lib/exit.h: Don't talk about STDC_HEADERS.
5041         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
5042         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
5043         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
5044         replaced by isprint etc.
5045         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
5046         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
5047         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
5048         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
5049         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
5050         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
5051
5052 2006-07-05  Bruno Haible  <bruno@clisp.org>
5053
5054         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
5055         the function exists, before testing against AIX.
5056         Reported by Martin Lambers <marlam@marlam.de>.
5057
5058 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
5059
5060         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
5061         From Mark D. Baushke.
5062
5063 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
5064
5065         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
5066         to the absolute name, not just one, to bypass Sun C 5.8's
5067         "warning: #include of /usr/include/... may be non-portable".
5068
5069 2006-07-04  Eric Blake  <ebb9@byu.net>
5070
5071         * modules/dirname-tests: New test module.
5072         * tests/test-dirname.c: New file, replacing dirname.c
5073         TEST_DIRNAME section that was recently deleted.
5074
5075 2006-07-04  Bruno Haible  <bruno@clisp.org>
5076
5077         Assume ANSI C header files and <ctype.h> functions.
5078         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
5079         (mbsnwidth): Use isprint, iscntrl instead.
5080
5081 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
5082
5083         Merge from coreutils.
5084         * MODULES.html.sh: Add xstrtold.
5085         * modules/xstrtold: New file.
5086         * modules/cycle-check (Files): Add lib/same-inode.h.
5087         * modules/dirname (Files): Add m4/double-slash-root.m4.
5088         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
5089         * modules/mkdir-p (Files): Add lib/same-inode.h.
5090         * modules/same (Files): Add lib/same-inode.h.
5091
5092 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
5093
5094         * m4/absolute-header.m4: Renamed from full-header-path.m4.
5095         This is to keep the terminology clean; POSIX talks about
5096         "absolute pathnames", not "full pathnames", but the GNU
5097         Coding Standards say to use "path" for something else;
5098         so use "absolute" to keep both sides happy.
5099         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
5100         Set gl_absolute_header, not gl_full_header_path.
5101         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
5102         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
5103         All uses changed.
5104
5105         Merge from coreutils.
5106
5107         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
5108
5109         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
5110         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
5111         want to require the building of c-strtod.o.
5112         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
5113         needs -lm directly.
5114         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
5115
5116         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
5117
5118         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
5119         --as-needed option if available.  Problem reported by Albert Chin in
5120         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
5121         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
5122         cc merely issues a bunch of annoying warnings for --as-needed
5123         (this problem was reported by Bob Proulx).  Also, try linking with
5124         -lm to detect a bug in binutils 2.16 (this problem was reported
5125         by Ralf Wildenhues).
5126
5127         2006-06-18  Jim Meyering  <jim@meyering.net>
5128
5129         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
5130         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
5131         macro.
5132         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
5133         also check for glibc-2.4's abort-inducing bug.
5134
5135         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
5136         Low-probability clean-up should be to use rmdir to get rid of
5137         the just-created directory, not unlink.
5138
5139         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
5140         configure fail, and request a bug report to inform us about it.
5141         Add a comment that, barring reports to the contrary, in 2007 we'll
5142         assume ftruncate is universally available.
5143
5144         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
5145
5146         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
5147
5148         2006-03-12  Jim Meyering  <jim@meyering.net>
5149
5150         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
5151         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
5152         * m4/same.m4 (gl_SAME): Likewise.
5153         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
5154
5155         2006-03-11  Eric Blake  <ebb9@byu.net>
5156
5157         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
5158         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
5159         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
5160         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
5161
5162 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
5163
5164         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
5165         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
5166         reported by Mark D. Baushke, one in
5167         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
5168
5169         Merge from coreutils.
5170
5171         * lib/.cppi-disable: Add stdint_.h.
5172         * lib/.cvsignore: Add stdint.h.
5173
5174         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
5175
5176         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
5177         both double and long double versions.
5178         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
5179         * lib/xstrtold.c: New file.
5180         * lib/xstrtod.h (xstrtold): New decl.
5181
5182         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
5183
5184         * lib/filemode.c (setst): Remove.
5185         (strmode): Rewrite to avoid setst.  This makes the code shorter,
5186         (arguably) clearer, and the generated code is a bit smaller on my
5187         Debian GNU/Linux stable x86 host.
5188
5189         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
5190
5191         * lib/filemode.c: Include "filemode.h" first, to test the interface.
5192         Assume that filemode.h includes sys/types.h and sys/stat.h.
5193         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
5194         (ftypelet): Reorder to put common cases first, for efficiency.
5195         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
5196         to do 'M'.
5197         (strmode): Renamed from mode_string, and now stores 12 bytes instead
5198         of 10, for compatibility with FreeBSD.  All callers changed.
5199         (filemodestring): Now stores 12 bytes instead of 10, and sets file
5200         types that can't be deduced solely from st_mode.  First arg is now a
5201         const pointer.
5202         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
5203         (strmode): Renamed from mode_string.
5204         (filemodestring): New decl.
5205         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
5206         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
5207         needed.
5208         (S_ISPORT, S_ISWHT): New macros, if not already defined.
5209
5210         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
5211
5212         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
5213         fsusage.h now does that.  Include fsusage.h first, to test interface.
5214         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
5215         at most one method (the old code could have generated decls that
5216         didn't conform to C89, not that this was ever exercised).
5217         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
5218
5219         2006-03-19  Jim Meyering  <jim@meyering.net>
5220
5221         Work even in a chroot where d_ino values for entries in "/"
5222         don't match the stat.st_ino values for the same names.
5223         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
5224         number, iterate through all entries again, using lstat instead.
5225         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
5226         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
5227
5228         * lib/getcwd.c (__getcwd): Clarify a comment.
5229         Use memcpy in place of a call to strcpy.
5230
5231         2006-03-12  Jim Meyering  <jim@meyering.net>
5232
5233         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
5234         matches that of the current directory (which we're about to chdir ".."
5235         out of), then save the dev-ino of the parent, instead.
5236
5237         * lib/same-inode.h (SAME_INODE): New file/macro.
5238         * lib/chdir-safer.c (SAME_INODE): Remove definition.
5239         Include "same-inode.h", instead.
5240         * lib/same.c: Likewise.
5241         * lib/cycle-check.h: Include "same-inode.h".
5242         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
5243         * lib/cycle-check.c (SAME_INODE): Remove definition.
5244         * lib/root-dev-ino.h: Include "same-inode.h".
5245
5246         2006-03-11  Eric Blake  <ebb9@byu.net>
5247
5248         * lib/same.c (same_name): s/base_name/last_component/
5249         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
5250         * lib/filenamecat.c (file_name_concat): Likewise.
5251
5252         2006-03-11  Eric Blake  <ebb9@byu.net>,
5253                     Paul Eggert  <eggert@cs.ucla.edu>
5254
5255         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
5256         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
5257         drive prefix.
5258         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
5259         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
5260         (last_component): New method.
5261         * lib/dirname.c (dir_len): Determine when drive letters need a
5262         subsequent slash.  Preserve // when it is special.
5263         (dir_name): Don't append dot when drive letter is absolute.
5264         [TEST_DIRNAME]: Move into a full-blown gnulib test.
5265         * lib/basename.c (base_name): New semantics - malloc the result.
5266         Preserve // when it is special.  Preserve relative files that look
5267         like drive letters.
5268         (base_len): Preserve // when it is special.
5269         (last_component): New method, similar to old base_name semantics.
5270         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
5271         base_name.  Strip redundant slashes from ///.
5272
5273 2006-07-03  Jim Meyering  <jim@meyering.net>
5274
5275         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
5276         macro is used before the first cycle_check call.
5277
5278 2006-07-03  Eric Blake  <ebb9@byu.net>
5279
5280         * modules/dirname (Depends-on): Add xstrndup.
5281
5282 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
5283
5284         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
5285         test cases, so that config.log is a bit easier to follow.
5286
5287 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
5288
5289         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
5290         both are 64 bits, since this seems to be the tradition, and this
5291         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
5292         we ever run into a host that prefers long long to long in this
5293         case, we'll need another configure-time test.  Problem reported by
5294         Jim Meyering.
5295
5296 2006-07-02  Eric Blake  <ebb9@byu.net>
5297
5298         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
5299
5300 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5301
5302         * modules/inttypes (Depends-on): No longer depends on stdint.
5303         * modules/stdint (Description): Say more about assumptions.
5304         Say that the fast types might differ.  Say macros are used.
5305         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
5306         (Makefile.am): Revise list of substituted symbols to match
5307         new stdint.m4.
5308         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
5309         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
5310         * tests/test-stdint.c (verify_same_types)
5311         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
5312         the code conforms to C99/C89.
5313         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
5314         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
5315
5316 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5317
5318         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
5319         but fix a bug, by requiring at least 64 bits.
5320         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
5321         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
5322         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
5323         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
5324
5325         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
5326         changes.  Make 2.59 a prerequisite.  Check and substitute for
5327         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
5328         inttypes.h.  Do not use special include files; just use the
5329         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
5330         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
5331         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
5332         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
5333         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
5334         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
5335         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
5336         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
5337         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
5338         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
5339         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
5340         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
5341         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
5342         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
5343         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
5344         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
5345         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
5346         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
5347         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
5348         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
5349         WINT_MAX.  Check for C99 conformance more strictly, by detecting
5350         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
5351         not check for things that C99 does not require, e.g., int8_t.  If
5352         a test isn't needed unless <stdint.h> isn't working, and is
5353         unlikely to be needed for any other reason, then don't do it
5354         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
5355         size_t, since we assume C89 freestanding at least.  Do not check
5356         for sig_atomic_t, wchar_t, or wint_t, since the code now does
5357         the right thing even if the types are not defined.  Instead use:
5358         (gl_STDINT_TYPE_PROPERTIES): New macro.
5359         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
5360         testing whether <sys/types.h> clashes, as Autoconf does this for
5361         us now.  All uses removed.
5362         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
5363         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
5364         (gl_CHECK_TYPE_SAME):
5365         Remove; no longer needed.
5366         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
5367         exists, since we'll return 0 anyway in that case.
5368         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
5369
5370 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5371
5372         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
5373         possible collision with system files.
5374         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
5375         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
5376         WCHAR_MIN and WCHAR_MAX in this case.
5377         (<stddef.h>): Do not include; no longer needed.
5378         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
5379         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
5380         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
5381         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
5382         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
5383         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
5384         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
5385         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
5386         !defined(__c99))]: Include in this case too, since it's harmless
5387         now.
5388         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
5389         dangerous to do so.
5390         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
5391         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
5392         (_STDINT_MIN, _STDINT_MAX): New macros.
5393         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
5394         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
5395         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
5396         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
5397         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
5398         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
5399         macros, not typedefs; this simplifies things quite a bit.
5400         Use long int for all types narrower than int64_t.
5401         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
5402         Define in terms of long long int or int64_t or long int,
5403         not int64_t or int32_t.  This saves some compile-time testing.
5404         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
5405         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
5406         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
5407         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
5408         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
5409         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
5410         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
5411         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
5412         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
5413         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
5414         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
5415         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
5416         undef any previous version and define our own version, for
5417         simplicity and consistency with the new macros for types.
5418         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
5419         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
5420         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
5421         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
5422         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
5423         @WINT_T_SUFFIX@ to keep things simple here.
5424         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
5425         Simplify by assuming typical 8/16/32/64 host, since we're
5426         already doing that elsewhere anyway.
5427         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
5428         and assume long long int is 64 bits if available.  This
5429         speeds up 'configure'.
5430
5431 2006-07-01  Eric Blake  <ebb9@byu.net>
5432
5433         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
5434         Reported by Andreas Buening.
5435
5436 2006-07-01  Eric Blake  <ebb9@byu.net>
5437
5438         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
5439
5440 2006-06-30  Jim Hyslop <jhyslop@dreampossible.ca>  (tiny change)
5441
5442         * lib/getaddrinfo.c: fixed typo
5443
5444 2006-06-29  Jim Meyering  <jim@meyering.net>
5445
5446         * modules/strftime (Maintainer): Add my name, since with the
5447         FPRINTFTIME changes strftime.c has forked from glibc.
5448
5449 2006-06-29  Eric Blake  <ebb9@byu.net>
5450
5451         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
5452
5453 2006-06-29  Eric Blake  <ebb9@byu.net>
5454
5455         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
5456
5457 2006-06-29  Eric Blake  <ebb9@byu.net>
5458
5459         * lib/stat_.h: New file.
5460
5461 2006-06-29  Eric Blake  <ebb9@byu.net>
5462
5463         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
5464         unused static function.
5465
5466 2006-06-29  Eric Blake  <ebb9@byu.net>
5467
5468         * doc/functions.texi (Function Portability): Document missing lstat
5469         on mingw.
5470
5471 2006-06-29  Eric Blake  <ebb9@byu.net>
5472
5473         * MODULES.html.sh: Add sys_stat.
5474         * modules/sys_stat: New module.
5475         * modules/mkstemp (Depends-on): Add sys_stat.
5476
5477 2006-06-29  Derek R. Price  <derek@ximbiot.com>
5478
5479         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
5480
5481 2006-06-29  Derek R. Price  <derek@ximbiot.com>
5482
5483         * m4/c-bs-a.m4: Removed.
5484
5485 2006-06-29  Derek R. Price  <derek@ximbiot.com>
5486
5487         * lib/strftime.c: Assume strftime() exists.
5488
5489 2006-06-29  Derek Price  <derek@ximbiot.com>
5490
5491         * modules/c-bs-a: Removed - \a is C89.
5492         * MODULES.html.sh: Remove c-bs-a.
5493
5494 2006-06-29  Bruno Haible  <bruno@clisp.org>
5495
5496         * modules/wcwidth (License): Change to LGPL.
5497
5498 2006-06-28  Simon Josefsson  <jas@extundo.com>
5499
5500         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
5501         on _WIN32.
5502
5503         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
5504         getnameinfo.
5505
5506 2006-06-28  Simon Josefsson  <jas@extundo.com>
5507
5508         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
5509
5510 2006-06-28  Simon Josefsson  <jas@extundo.com>
5511
5512         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
5513         functions there.  It will succeed on Windows XP, but on Windows
5514         2000 and (presumably) earlier, it will fail, and use the internal
5515         re-implementation.
5516         (use_win32_p): New function.
5517         (getaddrinfo): Use strtoul on servname, to support numeric ports.
5518         Support AI_NUMERICSERV to disable getservbyname.
5519         (getnameinfo): New function, only supports
5520         NI_NUMERICHOST|NI_NUMERICSERV for now.
5521
5522         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
5523         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
5524         getnameinfo.
5525
5526 2006-06-28  Eric Blake  <ebb9@byu.net>
5527
5528         * modules/wcwidth: New file.
5529         * modules/mbchar (Depends-on): Add wcwidth.
5530         * modules/mbswidth (Depends-on): Add wcwidth.
5531         * MODULES.html.sh: Add wcwidth.
5532
5533 2006-06-28  Eric Blake  <ebb9@byu.net>
5534
5535         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
5536         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
5537
5538 2006-06-28  Eric Blake  <ebb9@byu.net>
5539
5540         * lib/xvasprintf.h: Fix comments.
5541
5542 2006-06-28  Eric Blake  <ebb9@byu.net>
5543
5544         * lib/mbchar.h (wcwidth): Include wcwidth.h.
5545         * lib/mbswidth.c (wcwidth): Move from here...
5546         * lib/wcwidth.h: ...to this new file.
5547
5548 2006-06-28  Derek R. Price  <derek@ximbiot.com>
5549
5550         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
5551
5552         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
5553         it's obsolete.
5554         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
5555
5556 2006-06-28  Derek R. Price  <derek@ximbiot.com>
5557
5558         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
5559         Autoconf 2.60 says this stuff was obsolete.
5560
5561 2006-06-28  Bruno Haible  <bruno@clisp.org>
5562
5563         * modules/wcwidth (Files): Add m4/wchar_t.m4.
5564
5565 2006-06-28  Bruno Haible  <bruno@clisp.org>
5566
5567         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
5568         gt_TYPE_WCHAR_T.
5569
5570 2006-06-28  Bruno Haible  <bruno@clisp.org>
5571
5572         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
5573         declaration for wcwidth.
5574         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
5575
5576 2006-06-28  Bruno Haible  <bruno@clisp.org>
5577
5578         * lib/mkdtemp.c [MINGW]: Include <io.h>.
5579         (mkdir): Define using _mkdir.
5580
5581 2006-06-28  Bruno Haible  <bruno@clisp.org>
5582
5583         * lib/getaddrinfo.h: Fix POSIX URL.
5584         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
5585         _WIN32.
5586         (use_win32_p): Make static.
5587         (getaddrinfo): Reject service name if it is empty or does not consist
5588         solely of decimal digits, or if its value is > 65535.
5589         (getnameinfo): Remove useless casts.
5590
5591 2006-06-27  Simon Josefsson  <jas@extundo.com>
5592
5593         * modules/sys_select: New file, suggested by Bruno Haible, Paul
5594         Eggert and Martin Lambers.
5595
5596 2006-06-27  Simon Josefsson  <jas@extundo.com>
5597
5598         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
5599         Eggert and Martin Lambers.
5600
5601 2006-06-27  Bruno Haible  <bruno@clisp.org>
5602
5603         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
5604         result to 0, not to empty.
5605         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
5606
5607 2006-06-27  Bruno Haible  <bruno@clisp.org>
5608
5609         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
5610
5611 2006-06-26  Simon Josefsson  <jas@extundo.com>
5612
5613         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
5614         present.
5615
5616 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
5617
5618         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
5619         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
5620         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
5621
5622 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
5623
5624         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
5625
5626 2006-06-26  Bruno Haible  <bruno@clisp.org>
5627
5628         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
5629
5630 2006-06-26  Bruno Haible  <bruno@clisp.org>
5631
5632         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
5633
5634 2006-06-26  Bruno Haible  <bruno@clisp.org>
5635
5636         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
5637         SGI C compiler in pre-C99 mode.
5638         Suggested by Mark D. Baushke and Larry Jones.
5639
5640 2006-06-26  Bruno Haible  <bruno@clisp.org>
5641
5642         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
5643         WCHAR_MAX.
5644         Reported by Mark D. Baushke and Larry Jones.
5645
5646 2006-06-26  Bruno Haible  <bruno@clisp.org>
5647
5648         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
5649         in pre-C99 mode.
5650         Suggested by Mark D. Baushke and Larry Jones.
5651
5652 2006-06-23  Simon Josefsson  <jas@extundo.com>
5653             Bruno Haible  <bruno@clisp.org>
5654
5655         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
5656         Emit mostlyclean-local rule.
5657         (func_emit_tests_Makefile_am): Likewise.
5658         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
5659
5660 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
5661
5662         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
5663
5664 2006-06-23  Bruno Haible  <bruno@clisp.org>
5665
5666         * tests/test-stdint.c: Update to match ISO C 99 Technical
5667         Corrigendum 1.
5668
5669 2006-06-23  Bruno Haible  <bruno@clisp.org>
5670
5671         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
5672
5673 2006-06-23  Bruno Haible  <bruno@clisp.org>
5674
5675         * lib/stdint_.h: Treat IRIX like OpenBSD.
5676
5677 2006-06-23  Bruno Haible  <bruno@clisp.org>
5678
5679         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
5680         ISO C 99 Technical Corrigendum 1.
5681
5682 2006-06-22  Simon Josefsson  <jas@extundo.com>
5683
5684         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
5685         MinGW.
5686
5687 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
5688
5689         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
5690         needed.  Some compiler complained about some of them.  Problem reported
5691         by Larry Jones in
5692         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
5693
5694 2006-06-21  Simon Josefsson  <jas@extundo.com>
5695
5696         * tests/test-getaddrinfo.c: New file.
5697
5698         * modules/getaddrinfo-tests: New file.
5699
5700         * MODULES.html.sh: Add inet_pton.
5701
5702         * modules/inet_pton: New file.
5703
5704 2006-06-21  Simon Josefsson  <jas@extundo.com>
5705
5706         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
5707         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
5708         of using the (limited) gnulib implementation on Windows XP.
5709
5710         * m4/inet_pton.m4: New file.
5711
5712 2006-06-21  Simon Josefsson  <jas@extundo.com>
5713
5714         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
5715         variable.
5716
5717         * lib/socket_.h: Don't define WINVER.
5718
5719         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
5720         slightly modified to work in gnulib.
5721
5722 2006-06-21  Simon Josefsson  <jas@extundo.com>
5723
5724         * doc/gnulib.texi (Windows sockets): Add.
5725
5726 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
5727
5728         * lib/read-file.c (fread_file): Start with buffer allocation of
5729         0 bytes rather than 1 byte; this simplifies the code.
5730         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
5731         code to free buffer and save/restore errno.
5732         (internal_read_file): Remove unused local.
5733
5734 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
5735
5736         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
5737         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
5738         Problem reported by Denis Excoffier in
5739         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
5740
5741 2006-06-19  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
5742
5743         * modules/sys_socket, modules/socklen: Include sys/types since
5744         FreeBSD 4.x's sys/socket.h needs it.
5745
5746 2006-06-19  Simon Josefsson  <jas@extundo.com>
5747
5748         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
5749
5750 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
5751
5752         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
5753
5754 2006-06-19  Bruno Haible  <bruno@clisp.org>
5755
5756         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
5757         and FULL_PATH_INTTYPES_H in angle brackets.
5758         Reported by Mark D. Baushke <mdb@gnu.org>.
5759
5760 2006-06-17  Eric Blake  <ebb9@byu.net>
5761
5762         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
5763         errno.
5764
5765 2006-06-17  Bruno Haible  <bruno@clisp.org>
5766
5767         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
5768         <sys/inttypes.h>.
5769
5770 2006-06-17  Bruno Haible  <bruno@clisp.org>
5771
5772         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
5773         whether errno is declared. Assume <errno.h> declares errno.
5774
5775 2006-06-17  Bruno Haible  <bruno@clisp.org>
5776
5777         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
5778
5779 2006-06-17  Bruno Haible  <bruno@clisp.org>
5780
5781         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
5782         problem on Solaris 2.5.1.
5783
5784 2006-06-16  Eric Blake  <ebb9@byu.net>
5785
5786         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
5787         * lib/unicodeio.c [!defined errno]: Likewise.
5788         * lib/strtol.c [!defined errno]: Likewise.
5789         * lib/strtod.c [!defined errno]: Likewise.
5790
5791 2006-06-15  Eric Blake  <ebb9@byu.net>
5792
5793         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
5794
5795 2006-06-15  Eric Blake  <ebb9@byu.net>
5796
5797         * config/srclist.txt (ssize_t.m4): Lose sync.
5798
5799 2006-06-15  Bruno Haible  <bruno@clisp.org>
5800
5801         * modules/stdint (Files): Include m4/full-header-path.m4,
5802         m4/size_max.m4, m4/wchar_t.m4.
5803         (Makefile.am): Many more substitutions.
5804         * modules/stdint-tests: New file.
5805         * tests/test-stdint.c: New file.
5806
5807 2006-06-15  Bruno Haible  <bruno@clisp.org>
5808
5809         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
5810         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
5811         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
5812         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
5813         gl_CHECK_TYPE_SAME): New macros.
5814
5815 2006-06-15  Bruno Haible  <bruno@clisp.org>
5816
5817         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
5818
5819 2006-06-15  Bruno Haible  <bruno@clisp.org>
5820
5821         * lib/stdint_.h: Rewritten to be fully auto-configured.
5822         Fixes bug on HP-UX/IA64.
5823
5824 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
5825
5826         * lib/getdate.y (__attribute__): Don't define if already defined.
5827         Problem reported by Larry Jones.
5828         * lib/utimens.c (__attribute__): Likewise.
5829
5830 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
5831
5832         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
5833         reported by Andreas Schwab.
5834
5835 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5836             Bruno Haible  <bruno@clisp.org>
5837
5838         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
5839         check for the declaration of strnlen and a run test that exposes the
5840         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
5841         rpl_strndup.
5842
5843 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5844             Bruno Haible  <bruno@clisp.org>
5845
5846         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
5847
5848 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5849
5850         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
5851         compile test, for Tru64 4.0D.
5852
5853 2006-05-28  Karl Berry  <karl@gnu.org>
5854
5855         * config/srclist.txt (printf-args.c): lose sync.
5856
5857 2006-05-26  Martin Lambers  <marlam@marlam.de>
5858
5859         * lib/getpass.c: Updates the test for the native W32 API, and adds
5860         missing includes, thus fixing compilation warnings.
5861
5862 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
5863
5864         * lib/exclude.c (exclude_fnmatch): New function.
5865         (excluded_file_name): Call exclude_fnmatch.
5866         * lib/exclude.h (excluded_file_name): New prototype
5867
5868 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
5869
5870         * lib/tempname.c (small_open, large_open): New macros.
5871         (__open, __open64) [!_LIBC]: Remove.
5872         (__gen_tempname): Use small_open and large_open instead of __open
5873         and __open64.  This fixes a portability bug on HP-UX 11.11i
5874         reported by Simon Wing-Tang in
5875         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
5876
5877 2006-05-24  Bruno Haible  <bruno@clisp.org>
5878
5879         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
5880         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
5881         Reported by Thorsten Maerz <torte@netztorte.de> via
5882         Aaron Stone <aaron@serendipity.cx>.
5883
5884 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
5885
5886         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
5887         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
5888         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
5889         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
5890         not really conditional on the cache.
5891         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
5892
5893 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
5894
5895         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
5896         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
5897         (my_usleep): Don't mishandle maximum value.
5898
5899 2006-05-19  Jim Meyering  <jim@meyering.net>
5900
5901         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
5902
5903 2006-05-17  Bruno Haible  <bruno@clisp.org>
5904
5905         Cygwin portability.
5906         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
5907
5908 2006-05-17  Bruno Haible  <bruno@clisp.org>
5909
5910         * lib/stdint_.h: Fix recognition of Cygwin.
5911
5912 2006-05-15  Bruno Haible  <bruno@clisp.org>
5913
5914         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
5915         on libtool patch by Ralf Wildenhues.
5916
5917 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
5918
5919         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
5920         test for C99 conformance; (bool) 0.5 is an integer constant
5921         expression, but (bool) -0.5 is not.  Problem reported by Fedor
5922         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
5923
5924 2006-05-11  Simon Josefsson  <jas@extundo.com>
5925
5926         * m4/xvasprintf.m4: Fix obvious typo.
5927
5928 2006-05-11  Jim Meyering  <jim@meyering.net>
5929
5930         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
5931         James Lemley.
5932
5933 2006-05-10  Simon Josefsson  <jas@extundo.com>
5934
5935         * lib/md4.c: Typo fix, update copyright years.
5936         (K1, K2): Don't use L because it turn computations into 64-bit on
5937         64-bit platforms.
5938
5939 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
5940
5941         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
5942         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
5943         unwanted sign propagation, e.g., on hosts with 64-bit int.
5944         There still are some problems with reeelly weird theoretical hosts
5945         (e.g., 33-bit int) but it's not worth worrying about now.
5946         * lib/sha1.c (rol): Likewise.
5947         (K1, K2, K3, K4): Remove unnecessary L suffix.
5948
5949 2006-05-10  Bruno Haible  <bruno@clisp.org>
5950
5951         * lib/des.c: Cast to avoid warnings.
5952
5953 2006-05-09  Bruno Haible  <bruno@clisp.org>
5954
5955         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
5956         (Depends-on): Depend also on xsize, stdarg.
5957         (configure.ac): Add gl_XVASPRINTF.
5958
5959 2006-05-09  Bruno Haible  <bruno@clisp.org>
5960
5961         * m4/xvasprintf.m4: New file.
5962
5963 2006-05-09  Bruno Haible  <bruno@clisp.org>
5964
5965         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
5966         (EOVERFLOW): Define fallback value.
5967         (xstrcat): New function.
5968         (xvasprintf): Recognize the special case of a string concatenation.
5969
5970 2006-05-08  Eric Blake  <ebb9@byu.net>
5971
5972         * gnulib-tool (func_version): Base copyright year on CVS date.
5973         (func_emit_copyright_notice): New function.
5974         (func_emit_lib_Makefile_am): Use it.
5975         (func_emit_tests_Makefile_am): Likewise.
5976         (func_import): Likewise.
5977
5978 2006-05-08  Bruno Haible  <bruno@clisp.org>
5979
5980         * modules/stdarg: New file.
5981         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
5982
5983 2006-05-08  Bruno Haible  <bruno@clisp.org>
5984
5985         * m4/stdarg.m4: New file, from GNU gettext.
5986
5987 2006-05-08  Bruno Haible  <bruno@clisp.org>
5988
5989         * config/srclist.txt (build-aux/config.rpath): different from latest
5990         release.
5991
5992 2006-05-08  Bruno Haible  <bruno@clisp.org>
5993
5994         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
5995
5996 2006-05-05  Jim Meyering  <jim@meyering.net>
5997
5998         * m4/warning.m4: New file, derived from bison's file by the same name.
5999
6000 2006-05-03  Bruno Haible  <bruno@clisp.org>
6001
6002         * lib/stdint_.h: Shorter URL.
6003         * lib/inttypes.h: Likewise.
6004
6005 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6006
6007         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
6008
6009 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6010
6011         * lib/verify.h: Document the internals better.  Most of this change
6012         was written by Bruno Haible.
6013
6014 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6015
6016         * doc/verify.texi: New file, partly based on a proposal by
6017         Bruno Haible.
6018
6019 2006-05-02  Bruno Haible  <bruno@clisp.org>
6020
6021         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
6022         test from here...
6023         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
6024
6025 2006-04-29  Bruno Haible  <bruno@clisp.org>
6026
6027         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
6028         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
6029
6030 2006-04-29  Bruno Haible  <bruno@clisp.org>
6031
6032         * gnulib-tool: Make --update option actually work.
6033
6034 2006-04-29  Bruno Haible  <bruno@clisp.org>
6035
6036         * doc/gcd.texi: New file.
6037         * doc/gnulib.texi: Include it.
6038
6039 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
6040
6041         * lib/getdate.y (get_date): When adding relative date, start with the
6042         initial time, not with the result of the first mktime call.
6043
6044 2006-04-25  Bruno Haible  <bruno@clisp.org>
6045
6046         * gnulib-tool (func_import): Output the include directives in three
6047         blocks, sorted separately.
6048         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6049
6050 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
6051
6052         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
6053         to define main with arguments, for C++.  Reported by Eric Blake.
6054         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
6055         Prefer 'int main ()' to 'int main (void)', for C++.
6056         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
6057         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
6058         for 'main', for C99 and C++.
6059
6060 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
6061
6062         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
6063         Don't assume that exit status -1 is valid.
6064         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
6065         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
6066         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
6067         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
6068         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
6069         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
6070         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
6071         functions can be used without declaring them, or that you can
6072         exit with status -1.
6073         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
6074
6075 2006-04-24  Karl Berry  <karl@gnu.org>
6076
6077         * config/srclist.txt (longdouble.m4): sync lost.
6078
6079 2006-04-24  Eric Blake  <ebb9@byu.net>
6080
6081         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
6082
6083 2006-04-24  Bruno Haible  <bruno@clisp.org>
6084
6085         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
6086         poll() implementation in AIX.
6087         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6088
6089 2006-04-24  Bruno Haible  <bruno@clisp.org>
6090
6091         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
6092         assigned exactly once.
6093
6094 2006-04-23  Claudio Fontana  <claudio@gnu.org>
6095             Bruno Haible  <bruno@clisp.org>
6096
6097         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
6098         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
6099         for AM_CPPFLAGS.
6100
6101 2006-04-23  Bruno Haible  <bruno@clisp.org>
6102
6103         * modules/copy-file: Depend on unistd.
6104         * modules/execute: Likewise.
6105         * modules/fatal-signal: Likewise.
6106         * modules/findprog: Likewise.
6107         * modules/mkdtemp : Likewise.
6108         * modules/pipe: Likewise.
6109         * modules/wait-process: Likewise.
6110
6111 2006-04-23  Bruno Haible  <bruno@clisp.org>
6112
6113         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
6114         condition was already detected.
6115         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6116
6117 2006-04-23  Bruno Haible  <bruno@clisp.org>
6118
6119         * lib/copy-file.c: Include <unistd.h> unconditionally.
6120         * lib/execute.c: Likewise.
6121         * lib/fatal-signal.c: Likewise.
6122         * lib/findprog.c: Likewise.
6123         * lib/mkdtemp.c: Likewise.
6124         * lib/pipe.h: Likewise.
6125         * lib/pipe.c: Likewise.
6126         * lib/wait-process.h: Likewise.
6127
6128 2006-04-23  Bruno Haible  <bruno@clisp.org>
6129
6130         * gnulib-tool (func_usage): Fix --import description. Document
6131         --update.
6132         (func_import): Create temporary file in a temporary directory, if
6133         --dry-run is specified. Silence errors from 'grep' when there are no
6134         m4 files in $m4dir.
6135         (func_create_testdir): Silence errors from 'grep' when there are no
6136         m4 files in $m4dir.
6137         Reported by Karl Berry <karl@freefriends.org>.
6138
6139 2006-04-20  Bruno Haible  <bruno@clisp.org>
6140
6141         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
6142         one argument, so that the code will be portable to Autoconf 2.60.
6143         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
6144         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
6145         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
6146
6147 2006-04-19  Derek Price  <derek@ximbiot.com>
6148             Eric Blake  <ebb9@byu.net>
6149
6150         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
6151         rather than "/full/path.h".  Update comment to match.  Shorten &
6152         generalize m4_translit call via AS_TR_CPP.
6153
6154 2006-04-19  Derek Price  <derek@ximbiot.com>
6155             Eric Blake  <ebb9@byu.net>
6156
6157         * lib/inttypes.h: Correct grammar in comment.
6158
6159 2006-04-18  Derek Price  <derek@ximbiot.com>
6160             Paul Eggert  <eggert@cs.ucla.edu>
6161
6162         * modules/inttypes: New file.
6163         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
6164
6165 2006-04-18  Derek Price  <derek@ximbiot.com>
6166             Paul Eggert  <eggert@cs.ucla.edu>
6167
6168         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
6169         New files.
6170
6171 2006-04-18  Derek Price  <derek@ximbiot.com>
6172             Paul Eggert  <eggert@cs.ucla.edu>
6173
6174         * lib/inttypes.h: New file.
6175         * lib/strtoimax.c: Assume <inttypes.h>.
6176
6177 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
6178
6179         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
6180         isn't mounted.  Problem reported by Kir Kolyshkin.
6181
6182 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
6183
6184         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
6185         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
6186         Derek R. Price.
6187         * lib/regex.h (RE_DUP_MAX): Update comment to match current
6188         implementation.
6189
6190 2006-04-12  Eric Blake  <ebb9@byu.net>
6191
6192         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
6193         is now done automatically by the corresponding Autoconf macro.
6194
6195 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
6196
6197         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
6198         time_r.h.
6199
6200 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
6201
6202         Merge regex changes from libc, removing some of our
6203         POSIX-conformance changes that were rejected and redoing them in a
6204         less-intrusive way.
6205
6206         * lib/regcomp.c (re_compile_internal, init_dfa):
6207         Length arg is now size_t, not Idx.  All uses changed.
6208         (peek_token): Forward decl now says internal_function.
6209         (__re_error_msgid, __re_error_msgid_idx):
6210         Now static rather than extern with attribute_hidden.
6211         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
6212         For some reason libc prefers K&R style defns for external functions.
6213         (regerror) [!defined _LIBC]: Likewise.
6214         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
6215         (seek_collating_symbol_entry, lookup_collation_sequence_value):
6216         (build_range_exp, build_collating_symbol):
6217         Use K&R-style defn.
6218         (re_compile_fastmap): Use '\0' to memset, not 0.
6219         (utf8_sb_map): Make the calculations more obvious.
6220         (init_dfa, parse_bracket_exp, build_charclass_op):
6221         Call calloc and cast result, as glibc does.
6222         (init_word_char, fetch_token, peek_token, peek_token_bracket):
6223         (build_range_exp, build_collating_symbol):
6224         Now internal functions.
6225
6226         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
6227
6228         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
6229         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
6230         Don't depend on VMS; depend on __VMS instead, for POSIX
6231         namespace cleanness.
6232         (regoff_t): Define to ssize_t, not long int.
6233
6234         Remove the REG_ macros named below.  Instead, make the old names
6235         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
6236         __USE_GNU_REGEX.
6237         (REG_BACKSLASH_ESCAPE_IN_LISTS):
6238         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
6239         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
6240         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
6241         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
6242         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
6243         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
6244         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
6245         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
6246         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
6247         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
6248         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
6249         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
6250         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
6251         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
6252         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
6253         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
6254         (REG_NREGS):
6255         Remove.  All uses replaced by the old RE_* names.
6256         (RE_BACKSLASH_ESCAPE_IN_LISTS):
6257         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
6258         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
6259         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
6260         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
6261         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
6262         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
6263         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
6264         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
6265         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
6266         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
6267         Don't bother having these macros be independent of each others'
6268         values, since they no longer exist in the POSIX name space.
6269
6270         Rename the following member names back to their old names,
6271         unless !__USE_GNU_REGEX.  All uses changed back.
6272         (buffer): Renamed from re_buffer.
6273         (allocated): Renamed from re_allocated.
6274         (used): Renamed from re_used.
6275         (syntax): Renamed from re_syntax.
6276         (fastmap): Renamed from re_fastmap.
6277         (translate): Renamed from re_translate.
6278         (can_be_null): Renamed from re_can_be_null.
6279         (regs_allocated): Renamed from re_regs_allocated.
6280         (fastmap_accurate): Renamed from re_fastmap_accurate.
6281         (no_sub): Renamed from re_no_sub.
6282         (not_bol): Renamed from re_not_bol.
6283         (not_eol): Renamed from re_not_eol.
6284         (newline_anchor): Renamed from re_newline_anchor.
6285         (num_regs): Renamed from rm_num_regs.
6286         (start): Renamed from rm_start.
6287         (end): Renamed from rm_end.
6288
6289         (free_state): Move up a bit.
6290
6291         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
6292         #define to be empty.
6293         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
6294         when that is what is intended.
6295         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
6296         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
6297         (MAX): New macro.
6298         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
6299         All uses changed back to re_malloc, etc.  It's now the caller's
6300         responsibility to check for overflow; all callers changed.
6301         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
6302         (re_x2nrealloc): Remove.
6303         (free_state): Remove decl.
6304
6305         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
6306         (re_set_registers, re_exec):
6307         Use K&R-style defn.
6308
6309         2006-01-31  Roland McGrath  <roland@redhat.com>
6310
6311         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
6312         Reported by Mike Frysinger <vapier@gentoo.org>.
6313
6314         2006-01-15  Andreas Jaeger  <aj@suse.de>
6315
6316         [BZ #1950]
6317         * lib/regex_internal.c (re_string_reconstruct): Adjust for
6318         build_wcs_upper_buffer change.
6319         (build_wcs_upper_buffer): Change return type.
6320
6321         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
6322
6323         * lib/regex_internal.h: Include <stdint.h> if available.
6324
6325         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
6326
6327         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
6328
6329         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
6330
6331         * lib/regcomp.c: Adjust for changed secondary hash function.
6332
6333         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
6334
6335         * lib/regex.h: Pretty printing.
6336         Clean up namespace a bit.
6337
6338         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
6339
6340         * lib/regexec.c (update_cur_sifted_state, check_arrival,
6341         check_arrival_add_next_nodes): Avoid using uninitialized variable.
6342
6343         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
6344                     Ulrich Drepper  <drepper@redhat.com>
6345
6346         [BZ #1302]
6347         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
6348         changed.
6349         (bitset_word_t): Renamed from bitset_word.  All uses changed.
6350
6351         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
6352
6353         [BZ #281]
6354         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
6355         * lib/regcomp.c: Remove unnecessary uses of
6356         unsigned RE_TRANSLATE_TYPE.
6357         * lib/regex_internal.h: Likewise.
6358         * lib/regex_internal.c: Likewise.
6359         * lib/regexec.c: Likewise.
6360         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
6361
6362         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
6363
6364         * lib/regexec.c (find_recover_state): Remove unnecessary
6365         initialization.
6366         (transit_state_bkref): Make DFA a const pointer.
6367         (get_subexp): Likewise.
6368         (check_arrival): Likewise.
6369         (update_cur_sifted_state): Likewise.
6370         (re_search_internal): Likewise.
6371         (prune_impossible_nodes): Likewise.
6372         (acquire_init_state_context): Likewise.
6373         (proceed_next_node): Likewise.
6374         (set_regs): Likewise.
6375         (free_fail_stack_return): Likewise.
6376         (check_arrival_expand_ecl): Mark DFA parameter as const.
6377         (check_arrival_expand_ecl_sub): Likewise.
6378         (check_subexp_limits): Likewise.
6379         (sub_epsilon_src_nodes):  Likewise.
6380         (add_epsilon_src_nodes):  Likewise.
6381         (merge_state_array): Likewise.
6382         (update_regs): Likewise.
6383         (build_trtable): Likewise.
6384         (sift_states_backward): Mark MCTX parameter as const.
6385         (build_sifted_states): Likewise.
6386         (update_cur_sifted_state): Likewise.
6387         (sift_states_mkref): Likewise.
6388         (check_arrival_expand_ecl): Mark eclosure as const.
6389         (check_dst_limits_calc_pos_1): Likewise.
6390         * lib/regex_internal.h (re_match_context_t): Make dfa a const
6391         pointer.
6392
6393         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
6394
6395         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
6396         (transit_state_sb): Likewise.
6397         (transit_state_mb): Likewise.
6398         (sift_states_iter_mb): Likewise.
6399         (check_arrival_add_next_nodes): Likewise.
6400         (check_node_accept_bytes): Change first parameter to pointer-to-const.
6401         [_LIBC] (re_search_2_stub): Use mempcpy.
6402
6403         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
6404         mbrtowc for very simple UTF-8 case.
6405
6406         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
6407         a pointer-to-const.
6408         (re_acquire_state_context): Likewise.
6409         * lib/regex_internal.h: Adjust prototypes.
6410
6411         * lib/regex.c: Prevent using C++ compilers.
6412
6413         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
6414         (re_acquire_state_context): Likewise.
6415
6416 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
6417
6418         * modules/regex (Depends-on): Add ssize_t.
6419
6420 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
6421
6422         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
6423         translation table.
6424
6425 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
6426
6427         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
6428
6429 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
6430             Bruno Haible  <bruno@clisp.org>
6431
6432         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
6433         <sys/types.h> and <inttypes.h>.
6434
6435 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6436
6437         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
6438         `__error_t_defined', so argp.h will not typedef the former.
6439
6440 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
6441
6442         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
6443         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
6444         glibc names.  Even if glibc is changed to conform to POSIX, the
6445         traditional names will be available anyway, since regex depends on
6446         the extensions module.  Also, fix a longstanding typo in the
6447         implementation of Spencer ERE test #75 from grep 2.3.  Problems
6448         reported by Emanuele Giaquinta.  Also, change sense of cached
6449         variable, so that the message makes sense.
6450
6451 2006-03-24  Simon Josefsson  <jas@extundo.com>
6452
6453         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
6454         including some doc fixes.
6455         (base64_encode_alloc): Fix +1 bug on allocation failures.
6456
6457 2006-03-24  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6458
6459         * lib/base64.c (base64_encode): Do not read past end of array with
6460         unsanitized input on systems with CHAR_BIT > 8.
6461
6462 2006-03-24  Eric Blake  <ebb9@byu.net>
6463
6464         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
6465
6466 2006-03-22  Karl Berry  <karl@gnu.org>
6467
6468         * config/srclist.txt (*setenv.[ch]): get from coreutils.
6469         * config/srclistvars.sh (COREUTILS): new var.
6470
6471 2006-03-17  Jim Meyering  <jim@meyering.net>
6472
6473         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
6474         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
6475
6476 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
6477
6478         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
6479         no longer needs it.  Instead, check that regoff_t is as least
6480         as wide as ptrdiff_t.
6481
6482         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
6483         so that our regex.h stays compatible with the installed regex.
6484         This is helpful for installers who configure --without-included-regex.
6485         Problem reported by Emanuele Giaquinta.
6486
6487 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
6488
6489         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
6490         Typedef to long int, not to off_, as POSIX will likely change
6491         in that direction.
6492
6493 2006-03-15  Eric Blake  <ebb9@byu.net>
6494
6495         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
6496
6497 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
6498
6499         * lib/argp-help.c (validate_uparams): Fix typo
6500         * lib/argp-parse.c (argp_default_options): Consistently begin help
6501         messages with a lowercase letter.
6502
6503 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
6504
6505         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
6506         overrun buffers and shouldn't be used (much as gets shouldn't be
6507         used).
6508         * lib/time_r.c (asctime_r, ctime_r): Likewise.
6509
6510 2006-03-08  Simon Josefsson  <jas@extundo.com>
6511
6512         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
6513         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6514
6515 2006-03-08  Simon Josefsson  <jas@extundo.com>
6516
6517         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
6518         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6519
6520 2006-03-08  Simon Josefsson  <jas@extundo.com>
6521
6522         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
6523         signal that configure disabled the device.
6524
6525 2006-03-08  Simon Josefsson  <jas@extundo.com>
6526
6527         * build-aux/maint.mk: Fix refresh-po, to handle no translated
6528         languages.
6529
6530 2006-03-07  Simon Josefsson  <jas@extundo.com>
6531
6532         * modules/getopt (Depends-on): Add unistd.
6533
6534         * modules/unistd: New file.
6535
6536 2006-03-07  Simon Josefsson  <jas@extundo.com>
6537
6538         * modules/gc-random: New file.
6539
6540 2006-03-07  Simon Josefsson  <jas@extundo.com>
6541
6542         * m4/unistd_h.m4: New file.
6543
6544 2006-03-07  Simon Josefsson  <jas@extundo.com>
6545
6546         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
6547         test to be side-effect free by storing the result in the cache
6548         variable gl_cv_lib_readline, and moving the assignment of
6549         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
6550         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6551
6552 2006-03-07  Simon Josefsson  <jas@extundo.com>
6553
6554         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
6555         error on missing devices (the functions will return an error).
6556
6557         * m4/gc.m4: Move random stuff to gc-random.m4
6558
6559 2006-03-07  Simon Josefsson  <jas@extundo.com>
6560
6561         * lib/unistd_.h: New file.
6562
6563 2006-03-07  Simon Josefsson  <jas@extundo.com>
6564
6565         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
6566
6567 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
6568
6569         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
6570         Problem reported by Juan Manuel Guerrero.
6571
6572 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
6573
6574         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
6575         the unistd module.
6576         * lib/getlogin_r.c: Likewise.
6577         * lib/getlogin_r.h: Likewise.
6578         * lib/glob.c: Likewise.
6579         * lib/pagealign_alloc.c: Likewise.
6580         * lib/unistd_.h: Remove; no longer needed.
6581
6582 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
6583
6584         * MODULES.html.sh (Support for systems lacking POSIX:2001):
6585         Add unistd.
6586         * modules/c-stack (Depends-on): Add unistd.
6587         * modules/getlogin_r: Likewise.
6588         * modules/glob: Likewise.
6589         * modules/pagealign_alloc: Likewise.
6590         * modules/unistd (Files): Remove lib/unistd_.h.
6591         (EXTRA_DIST): Remove.
6592         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
6593         need unistd_.h.
6594         (MOSTLYCLEANFILES): Remove unistd.h-t.
6595
6596 2006-03-03  Simon Josefsson  <jas@extundo.com>
6597
6598         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
6599
6600 2006-03-03  Simon Josefsson  <jas@extundo.com>
6601
6602         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
6603         libidn and bison.
6604
6605 2006-03-03  Simon Josefsson  <jas@extundo.com>
6606
6607         * build-aux/maint.mk: Add indent target.
6608
6609 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
6610
6611         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
6612         our replacement poll.h in any case, to avoid a differing
6613         declaration from a system header.  Seen on AIX.
6614
6615 2006-03-01  Simon Josefsson  <jas@extundo.com>
6616
6617         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
6618         <kasal@ucw.cz>.
6619
6620 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
6621
6622         * modules/gettime (Depends-on): Add extensions module.
6623         * modules/nanosleep (Depends-on): Likewise.
6624         * modules/settime (Depends-on): Likewise.
6625
6626 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
6627
6628         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
6629         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
6630         pedantically.
6631         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
6632         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
6633
6634         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
6635         not "==".  Reported by Ralf Wildenhues.
6636
6637 2006-03-01  Karl Berry  <karl@gnu.org>
6638
6639         * doc/Copyright/request-*: new files, synced from gnuorg.
6640
6641 2006-03-01  Karl Berry  <karl@gnu.org>
6642
6643         * config/srclist.txt (Copyright/*): new entries.
6644
6645 2006-02-28  Simon Josefsson  <jas@extundo.com>
6646
6647         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
6648
6649 2006-02-27  Simon Josefsson  <jas@extundo.com>
6650
6651         * lib/base64.h: Indent #define's.  From Jim Meyering
6652         <jim@meyering.net>.
6653
6654 2006-02-27  Jim Meyering  <jim@meyering.net>
6655
6656         Revert the change of 2006-02-24, so these files can continue
6657         to be sync'd from gettext.
6658         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
6659         of `config.h'.
6660
6661 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
6662
6663         * modules/intprops: New file.
6664         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
6665         Add intprops.
6666         * modules/getloadavg (Files): Remove lib/intprops.h.
6667         (Depends-on): Add intprops.
6668         * modules/human: Likewise.
6669         * modules/inttostr: Likewise.
6670         * modules/openat: Likewise.
6671         * modules/sig2str: Likewise.
6672         * modules/userspec: Likewise.
6673         * modules/utimecmp: Likewise.
6674         * modules/xnanosleep: Likewise.
6675         * modules/xstrtol: Likewise.
6676
6677 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
6678
6679         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
6680         * modules/lock-tests (TESTS): Use $(EXEEXT).
6681         * modules/tls-tests: Likewise.
6682         * modules/argp-tests: Likewise.
6683         (check_PROGRAMS): New var, replacing...
6684         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
6685
6686 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6687
6688         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
6689         `config.h'.
6690
6691 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
6692
6693         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
6694
6695 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6696
6697         Sync from coreutils.
6698         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
6699         gl_CHDIR_SAFER.
6700
6701 2006-02-22  Jim Meyering  <jim@meyering.net>
6702
6703         Sync from coreutils.
6704         * m4/chdir-safer.m4: New file.
6705
6706 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
6707
6708         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
6709         AT_FDCWD exceeds INT_MAX.
6710         * lib/openat.h (AT_FDCWD): Likewise.
6711
6712 2006-02-17  Eric Blake  <address@hidden>
6713
6714         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
6715
6716 2006-02-16  Simon Josefsson  <jas@extundo.com>
6717
6718         * modules/getaddrinfo (Depends-on): Add sys_socket.
6719
6720 2006-02-15  Simon Josefsson  <jas@extundo.com>
6721
6722         * build-aux/maint.mk: Add dsyntax-check rule.
6723
6724 2006-02-15  Eric Blake  <ebb9@byu.net>
6725
6726         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
6727         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
6728         'present but cannot compile' warnings on cygwin.
6729         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
6730         use ws2tcpip.h if sys/socket.h works.
6731         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
6732         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
6733
6734 2006-02-14  Simon Josefsson  <jas@extundo.com>
6735
6736         * modules/maintainer-makefile (Files): Rename.
6737
6738         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
6739         and (the local) Makefile.cfg to maint-cfg.mk.
6740
6741         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
6742         to the latter.
6743
6744         * modules/maintainer-makefile: New module.
6745
6746         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
6747         severaly stripped to make it possible to build it up from scratch
6748         with reliable tests.
6749
6750         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
6751         fixes to permit overriding the default actions when configure and
6752         makefile are not available.
6753
6754 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
6755
6756         Sync from coreutils.
6757         * modules/lstat (Depends-on): Don't depend on xalloc.
6758         (License): Change from GPL to LGPL, since this is now simply a
6759         replacement for a libc function.
6760
6761 2006-02-14  Jim Meyering  <jim@meyering.net>
6762
6763         Sync from coreutils.
6764
6765         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
6766         failure on deficient systems, and simplify gnulib lgpl dependencies.
6767         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
6768         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
6769
6770         * lib/xalloc-die.c: Remove unused definition of N_.
6771
6772 2006-02-14  Jim Meyering  <jim@meyering.net>
6773
6774         Sync from coreutils.
6775         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
6776         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
6777         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
6778         double-quote uses of that variable, to accommodate the rare case in
6779         which getmntent is available in none of the libraries checked.  This
6780         happens at least on FreeBSD 5.0.
6781
6782 2006-02-13  Simon Josefsson  <jas@extundo.com>
6783
6784         * gnulib-tool (Usage): Fix --import, from
6785         karl@freefriends.org (Karl Berry).
6786
6787 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
6788
6789         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
6790
6791 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
6792
6793         * lib/argp-namefrob.h: Restore changes accidentally lost during the
6794         "autoupdate" on 2005-12-12.
6795
6796 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
6797
6798         * modules/closeout (Depends-on): Remove atexit.
6799
6800 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
6801
6802         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
6803         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
6804
6805 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
6806
6807         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
6808         __EXTENSIONS__ if this causes compilation to fail.  Problem
6809         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
6810         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
6811
6812 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
6813
6814         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
6815         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
6816         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
6817         All uses changed.
6818
6819 2006-01-26  Simon Josefsson  <jas@extundo.com>
6820
6821         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
6822         prototype is visible on mingw32.
6823
6824         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
6825         for mingw32.
6826
6827         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
6828         mingw32).
6829
6830 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
6831
6832         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
6833         attempt to open for write; this always fails, at least on POSIX
6834         hosts.  This reinstates the 2006-01-09 change, which was
6835         inadvertently removed.
6836
6837 2006-01-26  Bruno Haible  <bruno@clisp.org>
6838
6839         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
6840         Reported by Paul Eggert.
6841
6842 2006-01-26  Bruno Haible  <bruno@clisp.org>
6843             Paul Eggert  <eggert@cs.ucla.edu>
6844
6845         * lib/stdbool_.h (_Bool)
6846         [(! (defined __cplusplus || defined __BEOS__)
6847           && !defined __GNUC__
6848           && !(defined __HP_cc || defined __xlc__
6849                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
6850                || defined __sgi))]:
6851         #define to signed char in these cases too; this simplifies
6852         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
6853         etc., separately) and makes it more conservative.
6854
6855 2006-01-25  Simon Josefsson  <jas@extundo.com>
6856
6857         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
6858         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
6859         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
6860
6861 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
6862
6863         * lib/argp-namefrob.h: Bugfix. Remove stray #
6864
6865 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
6866
6867         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
6868         so that we test the test.
6869         Check for yet another HP-UX cc bug involving *bool |= bool.
6870
6871 2006-01-25  Karl Berry  <karl@gnu.org>
6872
6873         * config/srclist.txt (vasnprintf.c): sync lost.
6874
6875 2006-01-25  Jim Meyering  <jim@meyering.net>
6876
6877         Sync from the stable (b5) branch of coreutils:
6878
6879         * lib/fts.c (fts_children): Don't let close() clobber errno from
6880         failed fchdir().
6881
6882         * lib/fts.c (fts_stat): When following a symlink-to-directory,
6883         don't necessarily interpret stat-fails+lstat-succeeds as indicating
6884         a dangling symlink.  That can also happen at least for ELOOP.
6885         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
6886         FYI, this bug predates the inclusion of fts.c in coreutils.
6887
6888         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
6889         in their own block, so pre-c99 compilers don't object.
6890
6891         Avoid the double-free (first in fts_read, second in fts_close) that
6892         would occur when an `active' directory is made inaccessible (e.g.,
6893         via chmod a-x) during a traversal.
6894         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
6895         before returning.  Reproduce this failure by
6896         mkdir -p a/b; cd a; chmod a-x . b
6897         Reported by Stavros Passas.
6898
6899 2006-01-25  Jim Meyering  <jim@meyering.net>
6900
6901         * lib/fileblocks.c: Remove more useless parentheses.
6902         * lib/readutmp.h: Likewise.
6903
6904 2006-01-25  Bruno Haible  <bruno@clisp.org>
6905
6906         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
6907         warnings.
6908         Reported by Paul Eggert.
6909
6910 2006-01-25  Bruno Haible  <bruno@clisp.org>
6911
6912         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
6913         rid of a trap command. For Solaris sh.
6914         Reported by Mark D. Baushke <mdb@gnu.org>.
6915
6916 2006-01-24  Simon Josefsson  <jas@extundo.com>
6917
6918         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
6919         Bruno.
6920
6921 2006-01-24  Karl Berry  <karl@gnu.org>
6922
6923         * config/srclist.txt (argp-namefrob.h): sync lost.
6924
6925 2006-01-24  Jim Meyering  <jim@meyering.net>
6926
6927         * modules/openat (Files): Add lib/intprops.h.
6928         From Mark D. Baushke.
6929
6930 2006-01-24  Jim Meyering  <jim@meyering.net>
6931
6932         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
6933         Reported by Mark D. Baushke.
6934
6935 2006-01-24  Jim Meyering  <jim@meyering.net>
6936
6937         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
6938
6939 2006-01-24  Bruno Haible  <bruno@clisp.org>
6940
6941         * modules/strnlen (Maintainer): Change from glibc to all.
6942
6943 2006-01-24  Bruno Haible  <bruno@clisp.org>
6944
6945         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
6946         Patch by Paul Eggert.
6947
6948 2006-01-24  Bruno Haible  <bruno@clisp.org>
6949
6950         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
6951         already has it.
6952         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
6953         2005-11-26.
6954
6955         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
6956         'signed char' to avoid problems with the built-in _Bool type.
6957         Reported by Paul Eggert on 2005-11-26.
6958
6959 2006-01-24  Bruno Haible  <bruno@clisp.org>
6960
6961         * gnulib-tool (func_import): Avoid constructing complicated sed
6962         expressions inside backquote.
6963         Report and solution by Mark D. Baushke <mdb@gnu.org>.
6964
6965 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
6966
6967         These changes imported from libc.
6968         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
6969         test and two separate function calls.
6970         * lib/strndup.c (__strndup): Add libc_hidden_def.
6971
6972 2006-01-23  Simon Josefsson  <jas@extundo.com>
6973
6974         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
6975         Remove the test_*_SOURCES variable: automake infers it by default.
6976         * modules/tls-tests: Likewise.
6977
6978 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6979
6980         Work around porting bugs reported by Dieter in
6981         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
6982         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
6983         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
6984         Include "getopt.h" first, to check interface.
6985         (getenv): Declare only if defined HAVE_DECL_GETENV &&
6986         !HAVE_DECL_GETENV.
6987         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
6988         (__strndup): Revert to K&R-style function dfns, the glibc style.
6989         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
6990         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
6991         Include strnlen.h first, to get prototype properly.
6992         (strnlen): Renamed from __strnlen.
6993         Remove weak alias.
6994
6995 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
6996
6997         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
6998
6999 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7000
7001         * config/srclist.txt: Adjust to reflect glibc reorganization.
7002         This affects only comments.
7003
7004 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7005
7006          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
7007          Reported by Bruce Korb <bkorb@gnu.org>.
7008
7009 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
7010
7011         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
7012         to pacify gcc -Wswitch-default.
7013
7014 2006-01-22  Bruno Haible  <bruno@clisp.org>
7015
7016         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
7017         temporary buffer for sprintf, take into account the precision also
7018         for 'd', 'i', 'u', 'o', 'x', 'X'.
7019
7020 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
7021
7022         * modules/argp-tests: New module
7023         * tests/test-argp.c: New file
7024         * tests/test-argp-2.sh: New file
7025
7026 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
7027
7028         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
7029         (__argp_base_name): Removed
7030         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
7031         typo.
7032         (__argp_base_name): Provide macro definition or extern declaration
7033         depending on the configuration
7034
7035 2006-01-20  Simon Josefsson  <jas@extundo.com>
7036
7037         * modules/inet_ntop (Depends-on): Depend on sys_socket.
7038
7039 2006-01-20  Simon Josefsson  <jas@extundo.com>
7040
7041         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
7042
7043 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
7044
7045         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
7046         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
7047         Suggested by Bruno Haible.
7048
7049 2006-01-20  Karl Berry  <karl@gnu.org>
7050
7051         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
7052         until changes propagate, I guess.
7053
7054 2006-01-19  Simon Josefsson  <jas@extundo.com>
7055
7056         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
7057
7058 2006-01-19  Simon Josefsson  <jas@extundo.com>
7059
7060         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
7061
7062 2006-01-19  Simon Josefsson  <jas@extundo.com>
7063
7064         * gnulib-tool: Set check_PROGRAMS.
7065
7066         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
7067         modules/des-tests, modules/gc-arcfour-tests,
7068         modules/gc-arctwo-tests, modules/gc-des-tests,
7069         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
7070         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
7071         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
7072         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
7073         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
7074         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
7075         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
7076         test_*_SOURCES.
7077
7078 2006-01-18  Simon Josefsson  <jas@extundo.com>
7079
7080         * modules/socklen (Depends-on): Depend on sys_socket.
7081
7082 2006-01-18  Simon Josefsson  <jas@extundo.com>
7083
7084         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
7085         modules/des-tests, modules/gc-arcfour-tests,
7086         modules/gc-arctwo-tests, modules/gc-des-tests,
7087         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
7088         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
7089         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
7090         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
7091         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
7092         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
7093         $(EXEEXT) to automake TESTS variable, for mingw32.
7094
7095 2006-01-17  Simon Josefsson  <jas@extundo.com>
7096
7097         * modules/socklen (Include): Need sys/socket.h.
7098
7099 2006-01-17  Bruno Haible  <bruno@clisp.org>
7100
7101         * modules/ssize_t (Include): Add <sys/types.h>.
7102
7103 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
7104
7105         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
7106         it's not portable and it doesn't work with cross-compiles.
7107         Problem reported by Bruno Haible.  Fix missing-$ typo in
7108         'test "gl_cv_ignore_unused_libraries" ...' that prevented
7109         -zignore from being used with Sun's C compiler.
7110
7111 2006-01-12  Simon Josefsson  <jas@extundo.com>
7112
7113         * lib/base64.c: Fix warning, reported by Bruno Haible
7114         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
7115
7116 2006-01-12  Bruno Haible  <bruno@clisp.org>
7117
7118         * modules/ldd: New file.
7119         * build-aux/ldd.sh.in: New file.
7120         * MODULES.html.sh (Support for building libraries and executables): Add
7121         ldd.
7122
7123 2006-01-12  Bruno Haible  <bruno@clisp.org>
7124
7125         * m4/ldd.m4: New file.
7126
7127 2006-01-12  Bruno Haible  <bruno@clisp.org>
7128
7129         * gnulib-tool (func_import, func_create_testdir): Don't go into an
7130         endless loop while replacing $auxdir with build-aux.
7131
7132 2006-01-11  Simon Josefsson  <jas@extundo.com>
7133
7134         * lib/stdint_.h (SIZE_MAX): Add missing (.
7135
7136 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
7137
7138         Sync from coreutils.
7139         * lib/md5.c: Fix commentary typos.
7140         (alignof, UNALIGNED_P): No need for a GCC-specific version.
7141         * lib/md5.h (__attribute__): Remove; unused.
7142         * lib/sha1.c: Fix commentary to match md5 better.
7143         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
7144         so that we don't need to worry about alignment.  All uses changed.
7145         This merges the 2005-10-28 md5 change into sha1.
7146
7147 2006-01-11  Jim Meyering  <jim@meyering.net>
7148
7149         Sync from coreutils.
7150         * lib/md5.c (OP): Fix spacing.
7151
7152 2006-01-11  Bruno Haible  <bruno@clisp.org>
7153
7154         Ensure automatic ordering between gl_LOCK and gl_ARGP.
7155         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
7156         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
7157
7158 2006-01-11  Bruno Haible  <bruno@clisp.org>
7159
7160         Ensure automatic ordering between gl_LOCK and gl_ARGP.
7161         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
7162         the "early" section as well.
7163
7164 2006-01-11  Bruno Haible  <bruno@clisp.org>
7165
7166         Avoid "ar: no archive members specified" error on MacOS X.
7167         * gnulib-tool (func_modules_add_dummy): New function.
7168         (func_import, func_create_testdir): Invoke it.
7169
7170 2006-01-11  Bruno Haible  <bruno@clisp.org>
7171
7172         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
7173         with $auxdir in AC_CONFIG_FILES statements.
7174
7175 2006-01-11  Bruno Haible  <bruno@clisp.org>
7176
7177         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7178         Initialize also noinst_HEADERS to empty.
7179
7180 2006-01-11  Bruno Haible  <bruno@clisp.org>
7181
7182         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
7183         variables.
7184         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
7185         autoreconf.
7186
7187 2006-01-11  Bruno Haible  <bruno@clisp.org>
7188
7189         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
7190         overridable by the user.
7191         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7192
7193 2006-01-10  Simon Josefsson  <jas@extundo.com>
7194
7195         * modules/sys_socket: New file.
7196
7197 2006-01-10  Simon Josefsson  <jas@extundo.com>
7198
7199         * m4/sys_socket_h.m4: New file.
7200
7201 2006-01-10  Simon Josefsson  <jas@extundo.com>
7202
7203         * lib/socket_.h: New file.
7204
7205 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7206
7207         * modules/readutmp (Maintainer): Add myself.
7208
7209 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7210
7211         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
7212         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
7213         People who are still concerned with buggy memcmp implementations
7214         can invoke gl_FUNC_MEMCMP themselves.
7215
7216 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7217
7218         * lib/regex_internal.h (BITSET_WORD_BITS):
7219         Work around a bug in 64-bit PGC (before version 6.1-2), where the
7220         preprocessor mishandles large unsigned values as if they were signed.
7221         Problem reported by Claudio Fontana in
7222         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
7223
7224 2006-01-10  Jim Meyering  <jim@meyering.net>
7225
7226         Avoid the double-free (first in fts_read, second in fts_close) that
7227         would occur when an `active' directory is made inaccessible (e.g.,
7228         via chmod a-x) during a traversal.
7229         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
7230         before returning.  Reproduce this failure by
7231         mkdir -p a/b; cd a; chmod a-x . b
7232         Reported by Stavros Passas.
7233
7234         Sync from coreutils.
7235         * lib/sha1.c: Tweak grammar in a comment.
7236
7237 2006-01-10  Jim Meyering  <jim@meyering.net>
7238
7239         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
7240         Patch by Joerg Sonnenberger.
7241
7242 2006-01-10  Bruno Haible  <bruno@clisp.org>
7243
7244         * modules/readutmp: Depend on module free.
7245         * modules/strtok_r: Depend on module restrict.
7246
7247 2006-01-10  Bruno Haible  <bruno@clisp.org>
7248
7249         * modules/gettext (configure.ac): Add an invocation of
7250         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
7251
7252 2006-01-10  Bruno Haible  <bruno@clisp.org>
7253
7254         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
7255         Reported by Werner Lemberg <wl@gnu.org>.
7256
7257 2006-01-10  Bruno Haible  <bruno@clisp.org>
7258
7259         * lib/localcharset.c: Update from GNU gettext.
7260
7261 2006-01-10  Bruno Haible  <bruno@clisp.org>
7262
7263         * lib/argp.h (__const): Remove macro. Use const instead.
7264         * lib/argp-fmtstream.h (__const): Likewise.
7265         * lib/glob_.h (__const): Remove macro.
7266         * lib/glob-libc.h: Use const instead of __const.
7267
7268 2006-01-10  Bruno Haible  <bruno@clisp.org>
7269
7270         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
7271         variable.
7272         Needed to avoid an automake error regarding the 'gettext' module.
7273
7274 2006-01-09  Simon Josefsson  <jas@extundo.com>
7275
7276         * modules/inet_ntop (Depends-on): Add restrict.
7277
7278 2006-01-09  Simon Josefsson  <jas@extundo.com>
7279
7280         * modules/gc-rijndael-tests (License): Put under LGPL.
7281
7282         * modules/gc-des-tests (License): Likewise.
7283
7284         * modules/gc-arcfour-tests (License): Likewise.
7285
7286         * modules/gc-arctwo-tests (License): Likewise.
7287
7288         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
7289
7290         * modules/gc-hmac-sha1-tests (Files): Likewise.
7291
7292         * modules/gc-hmac-md5-tests (License): Likewise.
7293
7294         * modules/gc-sha1-tests (License): Likewise.
7295
7296         * modules/gc-md5-tests (License): Likewise.
7297
7298         * modules/gc-md4-tests (License): Likewise.
7299
7300         * modules/gc-md2-tests (License): Likewise.
7301
7302         * modules/gc-tests (License): Likewise.
7303
7304         * modules/des-tests (License): Likewise.
7305
7306         * modules/md4-tests (License): Likewise.
7307
7308         * modules/md2-tests (License): Likewise.
7309
7310 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
7311
7312         Sync from coreutils:
7313
7314         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
7315         * modules/lib-ignore: New file.
7316         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
7317         chdir-safer.m4, lchmod.m4.
7318         * modules/openat: Add mkdirat.c, openat-priv.h.
7319
7320 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
7321
7322         Sync from coreutils.
7323         * m4/lib-ignore.m4: New file.
7324         * m4/lchmod.m4: New file.
7325
7326 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
7327
7328         Sync from coreutils.
7329         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
7330         for write access: POSIX says that must fail.
7331         * lib/fts.c (diropen): Likewise.
7332         * lib/save-cwd.c (save_cwd): Likewise.
7333         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
7334         well, for minor improvements on hosts that lack O_DIRECTORY.
7335         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
7336         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
7337         Fall back on chown if open failed with EACCES.
7338
7339         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
7340         Report an error at compile-time if only a 1-second nominal clock
7341         resolution is found.
7342
7343         * lib/lchmod.h: New file.
7344         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
7345         (make_dir_parents): Use lchown rather than chown, and
7346         lchmod rather than chmod.
7347
7348         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
7349         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
7350         "proc" reported by n0dalus.
7351
7352         * lib/mountlist.c: Include <limits.h>.
7353         (dev_from_mount_options)
7354         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
7355         New function.  It no longer assumes "dev=" has the System V meaning
7356         on Linux (since it doesn't).  It also parses "dev=" more carefully.
7357         (read_file_system_list)
7358         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
7359         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
7360         dev= in that case.
7361
7362         * lib/posixtm.h (PDS_PRE_2000): New macro.
7363         * lib/posixtm.c (year): Arg is now syntax_bits rather than
7364         allow_century.  All usages changed.  Reject dates outside the range
7365         1969-1999 if PDS_PRE_2000 is used.
7366
7367 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
7368
7369         Sync from coreutils.
7370         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
7371         (Time of day items): Mention the possibility of leap seconds.
7372         Problem reported by Dr. David Alan Gilbert.
7373
7374 2006-01-09  Jim Meyering  <jim@meyering.net>
7375
7376         Sync from coreutils.
7377
7378         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
7379
7380         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
7381
7382         * lib/modechange.c (mode_compile): Reject an invalid mode string
7383         that starts with an octal digit.  From Andreas Gruenbacher.
7384
7385         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
7386         and dup to open_safer and dup_safer, respectively.
7387         (openat_permissive): Fix typo in comment.
7388
7389         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
7390         "gettext.h"; either no longer needed or are guaranteed by openat.h.
7391         (_): Remove; no longer needed.
7392         (openat): Renamed from rpl_openat; no need for rpl_openat
7393         since openat.h renames openat for us.
7394         Replace most of the body with a call to openat_permissive,
7395         to avoid duplicate code.
7396         Port to (probably hypothetical) environments were mode_t is
7397         wider than int.
7398         (openat_permissive): Require mode arg, so that we can check
7399         types better.  Put it just after flags.  Change cwd failure
7400         indicator from pointer-to-bool to pointer-to-errno-value.
7401         All callers changed.
7402         Invoke openat_save_fail and/or openat_restore_fail if
7403         cwd_errno is null, so that openat can call us.
7404         (openat_permissive, fdopendir, fstatat, unlinkat):
7405         Simplify errno handling to avoid some duplicate code,
7406         as it's OK to set errno on success.
7407         * lib/openat.h: Revamp code so that function macros depend on
7408         __OPENAT_PREFIX only, not also on AT_FDCWD.
7409         (openat_ro): Remove.  Caller changed to use openat_permissive.
7410         (openat_permissive): Now a macro, if not a function.
7411         (openat_restore_fail, openat_save_fail): Now always functions,
7412         since mkdirat needs them even if __OPENAT_PREFIX is defined.
7413
7414         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
7415         and openat.c.
7416         * lib/mkdirat.c: Include openat-priv.h.
7417         Remove definitions of macros defined therein.
7418         * lib/openat.c: Likewise.
7419
7420         * lib/mkdirat.c (mkdirat): New file and function.
7421         * lib/openat.h (mkdirat): Declare.
7422
7423         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
7424
7425         * lib/openat.h (openat_permissive): Declare.
7426         (openat_ro): Define.
7427
7428         * lib/openat.c (EXPECTED_ERRNO): New macro.
7429         (openat_permissive): New function -- used in remove.c rewrite.
7430         (all functions): Set errno just before returning, only if there
7431         was an actual failure.
7432         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
7433
7434         Emulate openat-family functions using Linux's procfs, if possible.
7435         Idea and some code based on Ulrich Drepper's glibc changes.
7436
7437         * lib/openat.c: (BUILD_PROC_NAME): New macro.
7438         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
7439         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
7440         before falling back on save_cwd and restore_cwd.
7441         (fdopendir, fstatat, unlinkat): Likewise.
7442
7443         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
7444         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
7445
7446         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
7447         as second argument to va_arg.  Otherwise, some versions of gcc
7448         warn that `if this code is reached, the program will abort'.
7449
7450 2006-01-09  Jim Meyering  <jim@meyering.net>
7451
7452         Sync from coreutils.
7453         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
7454         Require openat-priv.h.
7455
7456 2006-01-09  Bruno Haible  <bruno@clisp.org>
7457
7458         * modules/strnlen (Include): Use strnlen.h.
7459
7460 2006-01-09  Bruno Haible  <bruno@clisp.org>
7461
7462         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
7463
7464 2006-01-09  Bruno Haible  <bruno@clisp.org>
7465
7466         * lib/sysexit_.h (EX_OK): New macro.
7467         Suggested by Martin Lambers <marlam@marlam.de>.
7468
7469 2006-01-09  Bruno Haible  <bruno@clisp.org>
7470
7471         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
7472         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
7473
7474 2006-01-09  Bruno Haible  <bruno@clisp.org>
7475
7476         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
7477         numbers.
7478
7479 2006-01-09  Bruno Haible  <bruno@clisp.org>
7480
7481         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
7482         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
7483         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
7484         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
7485
7486 2006-01-09  Bruno Haible  <bruno@clisp.org>
7487
7488         * build-aux/javacomp.sh.in: New file, moved from lib/.
7489         * modules/javacomp-script (Files): Update.
7490         (configure.ac): Add AC_CONFIG_FILES invocation.
7491         (EXTRA_DIST): Remove variable.
7492
7493         * build-aux/javaexec.sh.in: New file, moved from lib/.
7494         * modules/javaexec (Files): Update.
7495         (configure.ac): Add AC_CONFIG_FILES invocation.
7496         (EXTRA_DIST): Remove javaexec.sh.in.
7497
7498         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
7499         * modules/csharpcomp-script (Files): Update.
7500         (configure.ac): Add AC_CONFIG_FILES invocation.
7501         (EXTRA_DIST): Remove variable.
7502
7503         * build-aux/csharpexec.sh.in: New file, moved from lib/.
7504         * modules/csharpexec (Files): Update.
7505         (configure.ac): Add AC_CONFIG_FILES invocation.
7506         (EXTRA_DIST): Remove csharpexec.sh.in.
7507
7508 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
7509
7510         Sync from coreutils.
7511
7512         Add POSIX ACL support
7513         * lib/acl.h (copy_acl, set_acl): Add declarations.
7514         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
7515         systems other than Linux.
7516         (chmod_or_fchmod): New function: use fchmod when possible,
7517         and chmod otherwise.
7518         (file_has_acl): Add a POSIX ACL implementation, with a
7519         Linux-specific subcase.
7520         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
7521         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
7522         acls are unsupported.
7523         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
7524         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
7525         are unsupported.
7526
7527 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
7528
7529         Sync from coreutils.
7530         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
7531
7532 2006-01-07  Bruno Haible  <bruno@clisp.org>
7533
7534         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
7535         gl_EARLY.
7536
7537 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
7538
7539         * lib/strftime.c (tzname): Don't declare if it is already #defined.
7540         Problem reported for Mingw by Mark Junker.
7541
7542 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
7543
7544         * README: Gnulib normally doesn't generate a tarball.
7545
7546 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
7547
7548         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
7549         long int, not int, for nanosecond counts, so that people who are
7550         used to POSIX struct timespec won't be surprised.  Reported by Jim
7551         Meyering.
7552
7553 2005-12-28  Bruno Haible  <bruno@clisp.org>
7554
7555         * build-aux/config.rpath: Update from GNU gettext.
7556
7557 2005-12-16  Jim Meyering  <jim@meyering.net>
7558
7559         * modules/fprintftime: New module.
7560         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
7561
7562 2005-12-16  Jim Meyering  <jim@meyering.net>
7563
7564         * m4/fprintftime.m4: New file.
7565
7566 2005-12-16  Jim Meyering  <jim@meyering.net>
7567
7568         * lib/fprintftime.c, lib/fprintftime.h: New files.
7569
7570 2005-12-15  Simon Josefsson  <jas@extundo.com>
7571
7572         * modules/socklen (configure.ac): Fix M4 macro name, to align with
7573         new m4/socklen.m4.
7574
7575 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7576
7577         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
7578         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
7579
7580 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7581
7582         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
7583         * lib/argp-help.c (fill_in_uparams): Check if the constructed
7584         struct uparams is valid. Fall back to the default values if it is
7585         not.
7586
7587 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
7588
7589         * modules/argp (Files): Add argp-pin.c
7590         (Depends-on): dirname
7591         (lib_SOURCES): Add argp-pin.c
7592
7593 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
7594
7595         * m4/argp.m4:  Check if program_invocation_name and
7596         program_invocation_short_name are declared and define appropriate
7597         macros if they are not.
7598
7599 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
7600
7601         * lib/argp-help.c (__argp_base_name): New function
7602         (__argp_short_program_name): Rewrite using __argp_base_name
7603         * lib/argp-namefrob.h: Define program_invocation_name and
7604         program_invocation_short_name if requested
7605         (__argp_base_name): Add prototype
7606         * lib/argp-parse.c (argp_def): Use gettext wrappers
7607         (argp_default_parser): Use __argp_base_name
7608         * lib/argp-pin.c: New file. Defines program_invocation_name and
7609         program_invocation_short_name on systems that lack them.
7610
7611 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
7612
7613         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
7614         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
7615         porting problem reported by Georg Schwarz in
7616         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
7617
7618 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
7619
7620         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
7621         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
7622         porting problem reported by Georg Schwarz in
7623         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
7624
7625 2005-12-05  Bruno Haible  <bruno@clisp.org>
7626
7627         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
7628         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
7629         Reported by Mark Junker <mjscod@gmx.de>.
7630
7631 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
7632
7633         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
7634         Use implementation from Albert Chin, with some
7635         comments/corrections by Stepan Kasal and myself.
7636
7637 2005-12-02  Bruno Haible  <bruno@clisp.org>
7638
7639         * gnulib-tool (func_import): Accept GPLed build tool modules when
7640         --lgpl is given.
7641         * modules/csharpcomp-script: New file.
7642         * modules/csharpcomp: Depend on it.
7643         * modules/javacomp-script: New file.
7644         * modules/javacomp: Depend on it.
7645         Suggested by Simon Josefsson.
7646
7647 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
7648
7649         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
7650         statement, to work around an HP-UX 10.20 compiler bug reported by
7651         Peter O'Gorman.
7652
7653 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
7654
7655         * modules/savedir (Depends-on): Add openat.
7656
7657 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
7658
7659         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
7660         (uintmax_t) [defined uintmax_t]: Do not declare.
7661         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
7662         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
7663         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
7664         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
7665         sake of portability to weird hosts that C allows (though we don't
7666         know of any practical examples).
7667
7668         * lib/savedir.h (fdsavedir): New decl.
7669         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
7670         contains most of the former guts of savedir.
7671         (savedir): Use savedirstream.
7672         Include "openat.h".
7673
7674 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
7675
7676         * modules/obstack (Files): Add m4/ulonglong.m4.
7677         Problem reported by Davide Angelocola.
7678
7679 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
7680
7681         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
7682         coreutils no longer futzes with rounding modes.
7683
7684 2005-11-14  Jim Meyering  <jim@meyering.net>
7685
7686         * lib/mkstemp-safer.c: Include <config.h>, required for possible
7687         replacement of mkstemp.
7688
7689 2005-11-10  Simon Josefsson  <jas@extundo.com>
7690
7691         * lib/readline.c: Remove EOL.
7692
7693 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
7694
7695         * modules/gethrxtime (Depends-on): Add gettime.
7696
7697 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
7698
7699         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
7700         or gettimeofday; no longer needed.
7701
7702 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
7703
7704         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
7705         time business.
7706         (gethrxtime) [! (HAVE_NANOUPTIME
7707         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
7708         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
7709         our own approximation.
7710
7711 2005-11-08  Eric Blake  <ebb9@byu.net>
7712
7713         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
7714
7715 2005-11-08  Eric Blake  <ebb9@byu.net>
7716
7717         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
7718
7719 2005-11-04  Bruno Haible  <bruno@clisp.org>
7720
7721         * gnulib-tool: Implement --update mode.
7722
7723 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
7724
7725         Fix porting problem reported by Theodoros V. Kalamatianos.
7726         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
7727         Don't assume that futimes failing means we must fail.
7728
7729 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
7730
7731         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
7732         variables to suggest the intended function of the PATH_MAX check.
7733
7734 2005-10-30  Kean Johnston  <jkj@sco.com>
7735
7736         Trivial changes to support SCO systems.
7737         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
7738         as PATH_MAX.
7739         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
7740         where __ptr is null when no I/O is pending.
7741
7742 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
7743
7744         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
7745         leave errno alone.  Problem reported by Dmitry V. Levin.
7746
7747 2005-10-28  Simon Josefsson  <jas@extundo.com>
7748
7749         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
7750         Test more.
7751
7752         * tests/test-gc-md2.c, tests/test-md2.c: New files.
7753
7754         * modules/md2, modules/md2-tests: New files.
7755
7756 2005-10-28  Simon Josefsson  <jas@extundo.com>
7757
7758         * m4/inet_ntop.m4: More tests.
7759
7760         * m4/gc-md2.m4, md2.m4: New file.
7761
7762 2005-10-28  Simon Josefsson  <jas@extundo.com>
7763
7764         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
7765         "restrict" keywords, as per POSIX.  Protect the function
7766         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
7767         Don't use K&R prototypes.  Check the sprintf return values.
7768         Re-define EAFNOSUPPORT if not present.  Indent.
7769
7770         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
7771         suggested by Bruno Haible <bruno@clisp.org>.
7772
7773         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
7774
7775         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
7776
7777         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
7778         libgcrypt).
7779
7780         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
7781
7782         * lib/md2.h, lib/md2.c: New files.
7783
7784 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
7785
7786         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
7787         errno alone.  Problem reported by Frederic Jolliton.
7788
7789 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
7790
7791         * modules/verify (License): Change from GPL to LGPL.  This is a
7792         tiny module and there are apparently near-equivalents that are
7793         under the BSD license.
7794
7795 2005-10-24  Simon Josefsson  <jas@extundo.com>
7796
7797         * modules/sha1: Relicense to LGPL.
7798
7799 2005-10-24  Simon Josefsson  <jas@extundo.com>
7800
7801         * lib/md4.h: Shrink buffer size, now that we changed the type.
7802
7803 2005-10-23  Simon Josefsson  <jas@extundo.com>
7804
7805         * gnulib-tool (func_import): Fix --tests-base.
7806
7807 2005-10-22  Simon Josefsson  <jas@extundo.com>
7808
7809         * modules/arcfour (Depends-on): Need stdint.
7810
7811 2005-10-22  Simon Josefsson  <jas@extundo.com>
7812
7813         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
7814         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
7815
7816 2005-10-22  Simon Josefsson  <jas@extundo.com>
7817
7818         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
7819         suggested by Bruno Haible <bruno@clisp.org>.
7820
7821 2005-10-22  Simon Josefsson  <jas@extundo.com>
7822
7823         * lib/crc.h: Include stddef.h, for size_t.
7824
7825 2005-10-22  Simon Josefsson  <jas@extundo.com>
7826
7827         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
7828         arcfour_context struct (simplify test vector testing in GNU
7829         Shishi).
7830
7831 2005-10-21  Simon Josefsson  <jas@extundo.com>
7832
7833         * modules/des, modules/des-tests: New files.
7834
7835         * modules/gc-des, modules/gc-des-tests: New files.
7836
7837         * tests/test-des.c, tests/test-gc-des.c: New file.
7838
7839 2005-10-21  Simon Josefsson  <jas@extundo.com>
7840
7841         * modules/arctwo, modules/arctwo-tests: New files.
7842
7843         * tests/test-arctwo.c: New file.
7844
7845         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
7846
7847         * tests/test-gc-arctwo.c: New file.
7848
7849 2005-10-21  Simon Josefsson  <jas@extundo.com>
7850
7851         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
7852         Bruno Haible <bruno@clisp.org>.
7853
7854         * m4/gc-des.m4: New file.
7855
7856 2005-10-21  Simon Josefsson  <jas@extundo.com>
7857
7858         * m4/arctwo.m4: New file.
7859
7860         * m4/gc-arctwo.m4: New file.
7861
7862 2005-10-21  Simon Josefsson  <jas@extundo.com>
7863
7864         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
7865         block.
7866
7867 2005-10-21  Simon Josefsson  <jas@extundo.com>
7868
7869         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
7870         <bruno@clisp.org>.
7871
7872         * lib/hmac-sha1.c (hmac_sha1): Likewise.
7873
7874         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
7875         Bruno Haible <bruno@clisp.org>.
7876
7877         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
7878         <bruno@clisp.org>.
7879
7880 2005-10-21  Simon Josefsson  <jas@extundo.com>
7881
7882         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
7883
7884 2005-10-21  Simon Josefsson  <jas@extundo.com>
7885
7886         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
7887
7888 2005-10-21  Simon Josefsson  <jas@extundo.com>
7889
7890         * lib/des.h, lib/des.c: New files.
7891
7892         * lib/gc-gnulib.c: Support DES.c
7893
7894 2005-10-21  Simon Josefsson  <jas@extundo.com>
7895
7896         * lib/arctwo.h, lib/arctwo.c: New files.
7897
7898         * lib/gc-gnulib.c: Support ARCTWO.
7899
7900 2005-10-21  Simon Josefsson  <jas@extundo.com>
7901
7902         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
7903         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7904
7905 2005-10-21  Simon Josefsson  <jas@extundo.com>
7906
7907         * gnulib-tool (func_import, func_create_testdir): Define automake
7908         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
7909         Makefile.am snippet),
7910         suggested by Bruno Haible <bruno@clisp.org>.
7911
7912         * modules/gc (Makefile.am): Use it.
7913
7914 2005-10-21  Bruno Haible  <bruno@clisp.org>
7915
7916         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
7917         patch.
7918
7919 2005-10-19  Simon Josefsson  <jas@extundo.com>
7920
7921         * tests/test-gc-rijndael.c: New file.
7922
7923         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
7924
7925 2005-10-19  Simon Josefsson  <jas@extundo.com>
7926
7927         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
7928         interface too.
7929
7930 2005-10-19  Simon Josefsson  <jas@extundo.com>
7931
7932         * tests/test-gc-arcfour.c: New file.
7933
7934         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
7935
7936 2005-10-19  Simon Josefsson  <jas@extundo.com>
7937
7938         * modules/gc-md4, modules/gc-md4-tests: New file.
7939
7940         * tests/test-gc-md4.c: New file.
7941
7942 2005-10-19  Simon Josefsson  <jas@extundo.com>
7943
7944         * m4/gc-md4.m4: New file.
7945
7946 2005-10-19  Simon Josefsson  <jas@extundo.com>
7947
7948         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
7949         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
7950         <kasal@ucw.cz>.
7951
7952 2005-10-19  Simon Josefsson  <jas@extundo.com>
7953
7954         * m4/gc-arcfour.m4: New file.
7955
7956         * m4/gc-rijndael.m4: New file.
7957
7958 2005-10-19  Simon Josefsson  <jas@extundo.com>
7959
7960         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
7961
7962 2005-10-19  Simon Josefsson  <jas@extundo.com>
7963
7964         * lib/gc-gnulib.c: Support ARCFOUR.
7965
7966 2005-10-19  Simon Josefsson  <jas@extundo.com>
7967
7968         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
7969         support.
7970
7971         * lib/gc.h: Add ECB enum type.
7972
7973         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
7974
7975 2005-10-18  Simon Josefsson  <jas@extundo.com>
7976
7977         * tests/test-md5.c: New file.
7978
7979         * modules/md5-tests: New file.
7980
7981 2005-10-18  Simon Josefsson  <jas@extundo.com>
7982
7983         * tests/test-md4.c: New file.
7984
7985         * modules/md4, modules/md4-tests: New files.
7986
7987 2005-10-18  Simon Josefsson  <jas@extundo.com>
7988
7989         * m4/md4.m4: New file.
7990
7991 2005-10-18  Simon Josefsson  <jas@extundo.com>
7992
7993         * lib/md4.h, lib/md4.c: New files, based on md5.?.
7994
7995 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
7996
7997         * gnulib-tool (func_create_testdir): Omit the second check whether
7998         BUILT_SOURCES in nonempty.
7999
8000 2005-10-17  Simon Josefsson  <jas@extundo.com>
8001
8002         * tests/test-rijndael.c: New file.
8003
8004 2005-10-17  Simon Josefsson  <jas@extundo.com>
8005
8006         * modules/sha1: Depend on stdint instead of md5.
8007
8008         * modules/md5: Depend on stdint, remove uint32_t.
8009
8010 2005-10-17  Simon Josefsson  <jas@extundo.com>
8011
8012         * modules/gc-sha1-tests: New file.
8013
8014         * tests/test-gc-sha1.c: New file.
8015
8016 2005-10-17  Simon Josefsson  <jas@extundo.com>
8017
8018         * m4/md5.m4: Remove call to uint32_t.m4.
8019
8020 2005-10-17  Simon Josefsson  <jas@extundo.com>
8021
8022         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
8023
8024         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
8025         md5.h.
8026
8027         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
8028
8029         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
8030
8031 2005-10-17  Simon Josefsson  <jas@extundo.com>
8032
8033         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
8034
8035 2005-10-17  Simon Josefsson  <jas@extundo.com>
8036
8037         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
8038
8039 2005-10-17  Simon Josefsson  <jas@extundo.com>
8040
8041         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
8042
8043         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
8044
8045 2005-10-17  Bruno Haible  <bruno@clisp.org>
8046
8047         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
8048         that it can also be used in a test.
8049
8050 2005-10-16  Bruno Haible  <bruno@clisp.org>
8051
8052         * gnulib-tool (func_emit_tests_Makefile_am): Also define
8053         TESTS_ENVIRONMENT, so that individual tests can augment it.
8054
8055         * gnulib-tool (func_create_testdir): Use an intermediate target for
8056         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
8057         macros, like $(ALLOCA_H), which cannot be passed through the command
8058         line.
8059
8060 2005-10-15  Simon Josefsson  <jas@extundo.com>
8061
8062         * modules/rijndael-tests: New file.
8063
8064         * modules/rijndael: New file.
8065
8066 2005-10-15  Simon Josefsson  <jas@extundo.com>
8067
8068         * m4/rijndael.m4: New file.
8069
8070 2005-10-15  Simon Josefsson  <jas@extundo.com>
8071
8072         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
8073
8074         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
8075
8076 2005-10-14  Simon Josefsson  <jas@extundo.com>
8077
8078         * tests/test-arcfour.c: New file.
8079
8080         * modules/arcfour, modules/arcfour-tests: New files.
8081
8082 2005-10-14  Simon Josefsson  <jas@extundo.com>
8083
8084         * m4/arcfour.m4: New file.
8085
8086 2005-10-14  Simon Josefsson  <jas@extundo.com>
8087
8088         * lib/arcfour.h, lib/arcfour.c: New files.
8089
8090 2005-10-14  Roland McGrath  <roland@redhat.com>
8091
8092         Import from libc.  [BZ #1331]
8093         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
8094         macro argument.
8095         Reported by Matej Vela <vela@debian.org>.
8096
8097 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
8098
8099         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
8100         include <wchar.h>; no longer needed.
8101
8102 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
8103
8104         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
8105
8106 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
8107         and  Ulrich Drepper  <drepper@redhat.com>
8108
8109         Import from libc.
8110         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
8111         instead of inline stream orientation test and two separate
8112         function calls.  Pay no attention to USE_IN_LIBIO.
8113
8114 2005-10-13  Simon Josefsson  <jas@extundo.com>
8115
8116         * modules/gc-hmac-md5-tests: New file.
8117
8118         * tests/test-gc-hmac-sha1.c: New file.
8119
8120         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
8121
8122         * modules/gc-hmac-md5-tests: New file.
8123
8124         * tests/test-gc-md5.c: New file.
8125
8126         * modules/gc-md5-tests: New file.
8127
8128 2005-10-13  Simon Josefsson  <jas@extundo.com>
8129
8130         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
8131         Move memory allocation outside of loop.
8132
8133 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
8134
8135         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
8136         intermediate directory is in a read-only file system.  Problem
8137         reported by Eric Blake.
8138
8139 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
8140
8141         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
8142
8143 2005-10-12  Simon Josefsson  <jas@extundo.com>
8144
8145         * tests/test-hmac-sha1.c: New file.
8146
8147         * modules/hmac-sha1-tests: New file.
8148
8149         * modules/hmac-sha1: New file.
8150
8151 2005-10-12  Simon Josefsson  <jas@extundo.com>
8152
8153         * modules/gc-sha1: New file.
8154
8155 2005-10-12  Simon Josefsson  <jas@extundo.com>
8156
8157         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
8158
8159         * tests/test-gc-pbkdf2-sha1.c: New file.
8160
8161 2005-10-12  Simon Josefsson  <jas@extundo.com>
8162
8163         * modules/gc-md5, modules/gc-hmac-md5: New files.
8164
8165         * modules/gc (Files): Remove md5, memxor and hmac files.
8166
8167 2005-10-12  Simon Josefsson  <jas@extundo.com>
8168
8169         * m4/gc-pbkdf2-sha1.m4: New file.
8170
8171         * m4/gc-hmac-sha1.m4: New file.
8172
8173         * m4/gc-sha1: New file.
8174
8175         * m4/hmac-sha1.m4: New file.
8176
8177 2005-10-12  Simon Josefsson  <jas@extundo.com>
8178
8179         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
8180
8181         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
8182
8183 2005-10-12  Simon Josefsson  <jas@extundo.com>
8184
8185         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
8186         suggested by Bruno Haible <bruno@clisp.org>.
8187
8188 2005-10-12  Simon Josefsson  <jas@extundo.com>
8189
8190         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
8191
8192 2005-10-12  Simon Josefsson  <jas@extundo.com>
8193
8194         * lib/gc-pbkdf2-sha1.c: New file.
8195
8196         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
8197
8198 2005-10-12  Simon Josefsson  <jas@extundo.com>
8199
8200         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
8201
8202         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
8203
8204 2005-10-12  Simon Josefsson  <jas@extundo.com>
8205
8206         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
8207         GC_USE_HMAC_MD5, respectively.
8208
8209         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
8210         (gc_md5): Fix typo.
8211
8212         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
8213
8214         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
8215
8216         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
8217
8218 2005-10-12  Bruno Haible  <bruno@clisp.org>
8219
8220         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
8221         Reported by Stepan Kasal <kasal@ucw.cz>.
8222
8223 2005-10-11  Simon Josefsson  <jas@extundo.com>
8224
8225         * tests/test-crc.c: New file.
8226
8227         * modules/crc, modules/crc-tests: New files.
8228
8229 2005-10-11  Simon Josefsson  <jas@extundo.com>
8230
8231         * m4/crc.m4: New file.
8232
8233 2005-10-11  Simon Josefsson  <jas@extundo.com>
8234
8235         * lib/gc.h: Add gc_hash and gc_hash_buffer.
8236
8237         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
8238
8239         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
8240
8241 2005-10-11  Simon Josefsson  <jas@extundo.com>
8242
8243         * lib/crc.h, lib/crc.c: New files.
8244
8245         * lib/gc.h (gc_hash_buffer): Add doc.
8246
8247 2005-10-11  Bruno Haible  <bruno@clisp.org>
8248
8249         * modules/c-strcasestr: New file.
8250         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
8251
8252 2005-10-11  Bruno Haible  <bruno@clisp.org>
8253
8254         * modules/c-strcase: New file.
8255         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
8256
8257 2005-10-11  Bruno Haible  <bruno@clisp.org>
8258
8259         * lib/strcasecmp.c: Include limits.h.
8260         (strcasecmp): Avoid integer overflow on exotic platforms.
8261         * lib/strncasecmp.c: Include limits.h.
8262         (strncasecmp): Avoid integer overflow on exotic platforms.
8263         Reported by Paul Eggert.
8264
8265 2005-10-11  Bruno Haible  <bruno@clisp.org>
8266
8267         * lib/c-strcasestr.h: New file, from GNU gettext.
8268         * lib/c-strcasestr.c: New file, from GNU gettext.
8269
8270 2005-10-11  Bruno Haible  <bruno@clisp.org>
8271
8272         * lib/c-strcase.h: New file, from GNU gettext.
8273         * lib/c-strcasecmp.c: New file, from GNU gettext.
8274         * lib/c-strncasecmp.c: New file, from GNU gettext.
8275
8276 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
8277
8278         * modules/mempcpy (License): GPL -> LGPL.
8279         * modules/strchrnul (License): Likewise.
8280         * modules/sysexits (License): Likewise.
8281
8282 2005-10-08  Simon Josefsson  <jas@extundo.com>
8283
8284         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
8285
8286 2005-10-07  Simon Josefsson  <jas@extundo.com>
8287
8288         * m4/memxor.m4: Remove gl_C_RESTRICT call.
8289
8290 2005-10-06  Simon Josefsson  <jas@extundo.com>
8291
8292         * tests/test-hmac-md5.c: New file.
8293
8294         * modules/hmac-md5-tests: New file.
8295
8296         * modules/hmac-md5: New file.
8297
8298 2005-10-06  Simon Josefsson  <jas@extundo.com>
8299
8300         * m4/hmac-md5.m4: New file.
8301
8302         * m4/memxor.m4: Require gl_C_RESTRICT.
8303
8304 2005-10-06  Simon Josefsson  <jas@extundo.com>
8305
8306         * lib/memxor.c (memxor): Avoid casts and warnings.
8307
8308 2005-10-06  Simon Josefsson  <jas@extundo.com>
8309
8310         * lib/hmac-md5.c: New file.
8311
8312         * lib/hmac.h: New file.
8313
8314 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
8315
8316         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
8317         promotes to int, not unsigned int, to catch the AIX 5.3
8318         compiler bug.
8319
8320 2005-10-05  Simon Josefsson  <jas@extundo.com>
8321
8322         * modules/memxor: New file.
8323
8324         * modules/iconv (Files): Move config.rpath to havelib, it is used
8325         there.
8326
8327         * modules/havelib (Files): Add config.rpath.
8328
8329 2005-10-05  Simon Josefsson  <jas@extundo.com>
8330
8331         * m4/memxor.m4: New file.
8332
8333 2005-10-05  Simon Josefsson  <jas@extundo.com>
8334
8335         * lib/memxor.c (memxor): Fix compiler error.
8336
8337         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
8338         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
8339
8340         * lib/memxor.h, lib/memxor.c: New files.
8341
8342         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
8343         we assume all systems have it, suggested by Jim Meyering
8344         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
8345         any systems lack sys/socket.h; mingw32 is known to lack it, but we
8346         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
8347         same reasons.
8348
8349 2005-10-05  Simon Josefsson  <jas@extundo.com>
8350
8351         * config/srclist.txt: Add glibc bug 1423 for md5.h.
8352
8353 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
8354
8355         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
8356         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
8357         needed, since the source code now assumes these .h files.
8358
8359 2005-10-05  Derek Price  <derek@ximbiot.com>
8360
8361         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
8362
8363 2005-10-05  Bruno Haible  <bruno@clisp.org>
8364
8365         * modules/stdint (License): Change to LGPL.
8366
8367 2005-10-04  Simon Josefsson  <jas@extundo.com>
8368
8369         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
8370         D. Baushke" <mdb@gnu.org>.
8371
8372 2005-10-04  Bruno Haible  <bruno@clisp.org>
8373
8374         * lib/verify.h (verify_true): Provide alternative definition for C++.
8375
8376 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
8377
8378         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
8379         (SSIZE_MAX): New macro, if not already defined.
8380         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
8381         than 2 GiB.
8382
8383 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
8384
8385         Sync from coreutils.
8386         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
8387         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
8388         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
8389         ULLONG_MAX doesn't work with 2.7.2.1.
8390
8391 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
8392
8393         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
8394         From Ben Pfaff.
8395
8396         * modules/exclude (Depends-on): Depend on verify.
8397         * modules/strtoimax (Depends-on): Likewise.
8398         * modules/utimecmp (Depends-on): Likewise.
8399
8400 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
8401
8402         * lib/exclude.c: Include verify.h.
8403         (verify): Remove.  All callers changed to use verify.h's version.
8404         * lib/strtoimax.c: Likewise.
8405         * lib/utimecmp.c: Likewis.e
8406
8407         Sync from coreutils.
8408         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
8409         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
8410         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
8411         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
8412         bother returning ENOSYS if settimeofday or stime fails; just let
8413         them return whatever errno they want to return.
8414         * lib/utimens.c: Include unistd.h, for dup2.
8415         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
8416         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
8417
8418 2005-10-02  Jim Meyering  <jim@meyering.net>
8419
8420         Sync from coreutils.
8421         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
8422         from glibc-2.2.5 that fails for read-only files.
8423
8424 2005-10-02  Jim Meyering  <jim@meyering.net>
8425
8426         Sync from coreutils.
8427         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
8428         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
8429         `#if HAVE_CONFIG_H'.
8430         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
8431         Remove AT_FDCWD test.
8432         Do not consume the fd unless successful.
8433         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
8434         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
8435         block, so that we don't even try to compile it if settimeofday is
8436         available.  This works around a compilation failure on OSF1 V5.1,
8437         due to stime requiring a `long int*' while tv_sec is `int'.
8438
8439 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
8440
8441         Sync from coreutils.
8442         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
8443         against `yes', rather than just testing for nonempty.
8444
8445 2005-10-01  Simon Josefsson  <jas@extundo.com>
8446
8447         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
8448         and Darwin.
8449
8450         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
8451         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
8452         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
8453         freeaddrinfo and gai_strerror are declared by the POSIX headers.
8454         Check if struct addrinfo is declared.
8455
8456 2005-10-01  Simon Josefsson  <jas@extundo.com>
8457
8458         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
8459         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
8460         AI_* and EAI_* definitions.  Protect function declarations.
8461
8462 2005-10-01  Jim Meyering  <jim@meyering.net>
8463
8464         Sync from coreutils.
8465
8466         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
8467         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
8468         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
8469         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
8470         in the inet and nsl libraries.  Required on Solaris 5.7.
8471
8472 2005-10-01  Jim Meyering  <jim@meyering.net>
8473
8474         Sync from coreutils.
8475         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
8476         in the inet and nsl libraries.  Required on Solaris 5.7.
8477
8478 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
8479
8480         * lib/getdelim.c (getdelim): Remove unused variables.
8481
8482 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
8483
8484         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
8485         so that the code works even with ancient cpp.  Portability problem
8486         with GCC 2.7.2.1 reported by Thomas M.Ott.
8487
8488 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
8489
8490         * modules/regex (Depends-on): Add strcase.
8491
8492         * modules/gethostname (Licence): Change from GPL to LGPL, since
8493         gethostname.c is a trivial implementation of a standard library
8494         function.
8495         * modules/poll (License): Change from GPL to LGPL, since it's
8496         derived from LGPL code.
8497
8498 2005-09-27  Jim Meyering  <jim@meyering.net>
8499
8500         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
8501         HAVE_CONFIG_H.
8502
8503         * lib/intprops.h (signed_type_or_expr__): Define.
8504         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
8505         for unsigned types.
8506
8507 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
8508
8509         * lib/verify.h (verify_expr): Remove, replacing with:
8510         (verify_true): New macro that returns true instead of void.
8511         (verify_type__): Remove.
8512         (verify): Use verify_true rather than verify_type__.
8513
8514 2005-09-26  Bruno Haible  <bruno@clisp.org>
8515
8516         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
8517         is necessary.
8518         (lib_SOURCES): Remove mbchar.c.
8519         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
8520         (Files): Add m4/mbrtowc.m4.
8521         * modules/mbiter: Likewise.
8522         * modules/mbuiter: Likewise.
8523
8524 2005-09-26  Bruno Haible  <bruno@clisp.org>
8525
8526         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
8527         compile mbchar.c if they are not both present.
8528         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
8529         * m4/mbiter.m4 (gl_MBITER): Likewise.
8530         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
8531         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
8532         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
8533
8534 2005-09-25  Jim Meyering  <jim@meyering.net>
8535
8536         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
8537         also uses socklen_t.
8538
8539 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
8540
8541         * lib/utimens.c (ENOSYS): Define if not already defined.
8542         (futimens): Support having a null PATH if the file descriptor
8543         is nonnegative.
8544
8545         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
8546         Remove.
8547         (__attribute): Define to empty unless GCC 3.1 or later.
8548         This works around a core dump on OpenBSD 3.4, which has GCC
8549         2.95.3, which dumps core when given __attribute__(()).  It also
8550         simplifies other tests, since we really don't want to bother with
8551         worrying about which ancient version of GCC supported what.
8552         Original problem reported by Yoann Vandoorselaere, with part of
8553         the fix suggested by Derek Price.
8554
8555 2005-09-24  Jim Meyering  <jim@meyering.net>
8556
8557         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
8558         so we can once again use a positive bitfield width of 1 -- now we
8559         don't have to explain why we were using a bitfield width of 2.
8560
8561 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
8562
8563         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
8564         and similarly for the other external symbols.  Problem reported
8565         by James Gallager.
8566
8567         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
8568         bug reported by Jim Meyering.
8569
8570         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
8571         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
8572         not needed, since socklen is a prerequisite module.
8573
8574 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
8575
8576         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
8577         Problem reported by Eric Blake.
8578         (getaddrinfo): Initialize se so that it's not garbage.
8579         Redo internal storage allocation so that it doesn't make unportable
8580         assumptions about alignment.
8581         Fix a memory leak.
8582
8583         * lib/utimens.c (futimens): Use futimesat if available.
8584         Prefer it to futimes since it doesn't have the futimes bug.
8585
8586         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
8587         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
8588         Instead, declare a function that returns a pointer to an array,
8589         and use verify_type__ to declare the size of the array.
8590         Problem and germ of a solution reported by Bruno Haible.
8591         (verify_type__): Use 2, not 1, for bitfield size, to avoid
8592         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
8593
8594 2005-09-23  Jim Meyering  <jim@meyering.net>
8595
8596         Sync from coreutils.
8597         Correct build failure (socklen_t not defined) on at least
8598         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
8599         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
8600
8601 2005-09-23  Jim Meyering  <jim@meyering.net>
8602
8603         * modules/getaddrinfo (Depends-on): Add socklen.
8604
8605 2005-09-23  Bruno Haible  <bruno@clisp.org>
8606
8607         * tests/test-verify.c: New file.
8608
8609 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
8610
8611         Sync from coreutils.
8612
8613         * modules/argmatch (Depends-on): Add verify.
8614         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
8615         unistd-safer.
8616         * modules/save-cwd (Depends-on): Likewise.
8617
8618         * modules/openat (Files): Add lib/openat-die.c.
8619         (Depends-on): Remove error, exitfail.
8620         Add dirname.
8621
8622         * modules/verify: New file.
8623         * MODULES.html.sh (Diagnostics <assert.h>): New section,
8624         with "verify" module.
8625
8626 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
8627
8628         Sync from coreutils.
8629
8630         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
8631         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
8632         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
8633         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
8634         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
8635         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
8636         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
8637         Don't bother checking for string.h, stdlib.h, unistd.h.
8638         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
8639         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
8640         module's job.
8641         * m4/jm-macros.m4 (gl_MACROS): Likewise.
8642         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
8643
8644         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
8645         (gl_GETDATE): Use it.
8646
8647         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
8648
8649 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
8650
8651         Sync from coreutils.
8652
8653         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
8654         stat-time.h.
8655         * lib/argmatch.h: Include verify.h
8656         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
8657         (ARGMATCH_ASSERT): Remove; unused.
8658         * lib/canonicalize.c: Assume STDC_HEADERS.
8659         * lib/exclude.c: Include "strcase.h".
8660         * lib/regex_internal.h [!defined _LIBC]: Likewise.
8661         * lib/getusershell.c: Include stdio--.h rather than stdio.h
8662         and stdio-safer.h.
8663         (getusershell): Call fopen, not fopen_safer.
8664         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
8665         Do not include unistd-safer.h.
8666         (save_cwd): Don't call fd_safer; no longer needed
8667         now that we include fcntl--.h.
8668
8669         * lib/getdate.y (relative_time): New type.
8670         (RELATIVE_TIME_0): New constant.
8671         (parser_control): Use relative_time instead of doing it ourselves.
8672         (%union): Add new relative_time rel member.
8673         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
8674         Now typeless.
8675         (relunit, relunit_snumber): Now of type rel.
8676         (zone, rel, relunit, get_date): Adjust to above changes.
8677
8678         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
8679         Do not include unistd-safer.h.
8680         (getloadavg): Don't call fd_safer; no longer needed
8681         now that we include fcntl--.h.
8682
8683         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
8684         (make_dir_parents): Treat ENOSYS like EEXIST.
8685
8686         Improve quality of diagnostics on restore_cwd failure.
8687         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
8688         (make_dir_parents): Last arg is now int * (for errno), not bool *.
8689         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
8690         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
8691         each time through the loop.  Do not diagnose restore_cwd failure;
8692         that is the caller's job (and perhaps the caller does not care).
8693
8694         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
8695         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
8696         If the file already exists but is not a directory, don't bother
8697         to try to make its parents.
8698         Close potential file descriptor leak if we can't chdir("/") (!).
8699         Don't always return true if chdir($PWD) fails; return true only
8700         if the requested action was done successfully (except for the
8701         chdir($PWD)).
8702         Don't log final directory unless we actually made it.
8703         Refactor to avoid duplicate code to fix up permissions.
8704         Don't attempt to fix up parent permissions if chdir($PWD) fails.
8705
8706         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
8707         to make it a bit faster and (I hope) clearer.
8708         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
8709         Fix bug in formats like %2N.
8710
8711         * lib/verify.h: New file.
8712
8713 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
8714
8715         Sync from coreutils.
8716         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
8717
8718 2005-09-22  Jim Meyering  <jim@meyering.net>
8719
8720         Sync from coreutils.
8721
8722         * m4/lstat.m4 (gl_FUNC_LSTAT):
8723         Use AC_LIBSOURCES to require lstat.c and lstat.h.
8724         Remove obsolete comment.
8725         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
8726         * m4/xstrtod.m4: Likewise.
8727
8728         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
8729
8730 2005-09-22  Jim Meyering  <jim@meyering.net>
8731
8732         Sync from coreutils.
8733
8734         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
8735
8736         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
8737         the .tm_year member, since otherwise gcc-4.0 would now warn about
8738         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
8739
8740         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
8741         order to avoid an unsuppressible warning from gcc on 64-bit systems.
8742
8743         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
8744         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
8745         when run in a time zone for which daylight savings time is in effect
8746         for the starting date.
8747
8748         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
8749         stop us from restricting permissions of just-created absolute-named
8750         directories.
8751         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
8752         to restore initial working directory.
8753         * lib/mkdir-p.c (make_dir_parents): New parameter:
8754         different_working_dir, to tell caller if/when we change the working
8755         directory and are unable to return to the initial one.
8756         * lib/mkdir-p.h (make_dir_parents): Update prototype.
8757         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
8758         `return false'.  This fixes a bug introduced on 2004-07-30.
8759
8760         * lib/openat.c (fdopendir): Be sure to close the supplied
8761         file descriptor before returning.  This makes our replacement
8762         implementation a little closer to Solaris's, where fdopendir
8763         ties the file descriptor to the returned DIR* pointer.
8764         * lib/openat.c (unlinkat): New function.
8765         * lib/openat.h (unlinkat): Add prototype.
8766         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
8767         (openat_restore_fail): Rename from openat_restore_die.
8768         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
8769
8770         Provide an alternative to exiting immediately upon save_cwd or
8771         restore_cwd failure.  Now, an application can arrange e.g.,
8772         to perform a longjump in that case.
8773         * lib/openat.c: Include dirname.h.
8774         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
8775         (rpl_openat, fdopendir, fstatat): Call openat_save_die
8776         and openat_restore_die rather than calling error directly.
8777         Don't include "error.h" or "exitfail.h"; they're no longer needed.
8778
8779         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
8780         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
8781         define.
8782
8783         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
8784         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
8785                             int utc, int nanoseconds);
8786         Background:
8787         date should not have to allocate a megabyte of virtual memory to
8788         handle a format argument like +%1048575T.  When implemented with
8789         strftime, it must allocate such a buffer, use strftime to fill it
8790         in, print it, then free it.
8791         With fprintftime, it simply prints everything and exits.
8792         With no need for memory allocation, that's one fewer way to fail.
8793         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
8794         optional field width, not before, so we accept %9:z, not %:9z.
8795         (my_strftime): Be sure to use L_('x') for literals.
8796
8797         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
8798         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
8799         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
8800         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
8801         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
8802         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
8803         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
8804         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
8805         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
8806         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
8807         * lib/xgethostname.c, lib/xreadlink.c:
8808         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
8809
8810         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
8811         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
8812         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
8813         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
8814         and don't include <sys/file.h>).
8815
8816 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
8817
8818         Sync from coreutils.
8819
8820         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
8821         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
8822         [!LDAV_DONE]: Avoid unused variable warning.
8823
8824 2005-09-21  Bruno Haible  <bruno@clisp.org>
8825
8826         * lib/unicodeio.h (unicode_to_mb): New declaration.
8827
8828 2005-09-20  Derek Price  <derek@ximbiot.com>
8829
8830         * lib/getaddrinfo.c: Don't include <netdb.h> included from
8831         getaddrinfo.h.
8832
8833 2005-09-20  Bruno Haible  <bruno@clisp.org>
8834
8835         * gnulib-tool: Remove trailing slashes from the values specified for
8836         --source-base, --m4-base, --tests-base, --aux-dir.
8837         Suggested by Simon Josefsson <jas@extundo.com>.
8838
8839 2005-09-20  Bruno Haible  <bruno@clisp.org>
8840
8841         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
8842         func_modules_to_filelist, func_import, func_create_testdir): Make all
8843         sorting results locale-independent, so that gnulib-cache.m4 doesn't
8844         change when gnulib-tool is invoked in a different locale.
8845
8846 2005-09-19  Simon Josefsson  <jas@extundo.com>
8847
8848         * m4/socklen.m4: Fix typo.
8849
8850 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8851
8852         Use a consistent style for including <config.h>.
8853         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
8854         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
8855         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
8856         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
8857         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
8858         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
8859         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
8860         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
8861         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
8862         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
8863         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
8864         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
8865         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
8866         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
8867         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
8868         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
8869         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
8870         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
8871         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
8872         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
8873         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
8874         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
8875         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
8876         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
8877         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
8878         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
8879         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
8880         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
8881         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
8882         lib/xstrtoumax.c, lib/yesno.c:
8883         Standardize inclusion of config.h.
8884         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
8885         lib/inttostr.h:  Removed inclusion of config.h from header files.
8886         * lib/inttostr.c:  Adjusted in-tree users.
8887         * lib/timespec.h: Remove superfluous warning to include config.h.
8888         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
8889         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
8890         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
8891         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
8892         config.h with HAVE_CONFIG_H.
8893
8894 2005-09-19  Jim Meyering  <jim@meyering.net>
8895
8896         * modules/pathmax (License): Change to LGPL.
8897
8898 2005-09-19  Derek Price  <derek@ximbiot.com>
8899
8900         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
8901
8902 2005-09-19  Bruno Haible  <bruno@clisp.org>
8903
8904         * gnulib-tool (import): Provide default for --tests-base.
8905
8906 2005-09-19  Bruno Haible  <bruno@clisp.org>
8907
8908         * doc/quote.texi: New file, extracted from gnulib.texi.
8909         * doc/ctime.texi: New file, extracted from gnulib.texi.
8910         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
8911         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
8912         * doc/gnulib.texi: Include them.
8913
8914 2005-09-18  Bruno Haible  <bruno@clisp.org>
8915
8916         Portability fix.
8917         * gnulib-tool (func_readlink): New function.
8918         (func_ln_if_changed): Use it.
8919
8920 2005-09-18  Bruno Haible  <bruno@clisp.org>
8921
8922         * gnulib-tool: Support --with-tests also with --import.
8923         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
8924         (func_import): Use variables $testsbase and $inctests. Emit a
8925         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
8926         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
8927         SUBDIRS += $testsdir.
8928         (func_create_testdir): Update.
8929
8930 2005-09-18  Bruno Haible  <bruno@clisp.org>
8931
8932         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
8933         instead of $dry_run.
8934         (func_cp_if_changed, func_mv_if_changed): Remove functions.
8935         (func_ln_if_changed): Don't handle dry-run here.
8936         (func_import): In dry-run mode, detect more precisely which actions
8937         would be performed, and don't use "...ing" verbs.
8938
8939 2005-09-18  Bruno Haible  <bruno@clisp.org>
8940
8941         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
8942         (func_import): Use join on two temporary files instead of three nested
8943         loops, in order to determine which files are new or old.
8944
8945 2005-09-18  Bruno Haible  <bruno@clisp.org>
8946
8947         * gnulib-tool (func_import): Comment out code that spits out the
8948         new files with --dry-run.
8949
8950 2005-09-18  Bruno Haible  <bruno@clisp.org>
8951
8952         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
8953
8954 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
8955
8956         * lib/stat-time.h: New file.
8957         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
8958         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
8959         in a different way.
8960         (timespec_cmp): New function.
8961         * lib/utimecmp.c: Include stat-time.h.
8962         (SYSCALL_RESOLUTION): Depend on whether various struct stat
8963         members exist, not on the obsolescent ST_MTIM_NSEC.
8964         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
8965
8966 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
8967
8968         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
8969
8970 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
8971
8972         * MODULES.html.sh (File system functions): Add stat-time.
8973         * modules/stat-time: New file.
8974         * modules/timespec (Files): Remove m4/st_mtim.m4; this
8975         is now done in a different way, by the stat-time module.
8976         * modules/utimecmp (Depends-on): Add stat-time.
8977
8978 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
8979
8980         * m4/st_mtim.m4: Remove.  Superseded by...
8981         * m4/stat-time.m4: New file.
8982         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
8983         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
8984
8985 2005-09-15  Derek Price  <derek@ximbiot.com>
8986
8987         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
8988
8989 2005-09-15  Derek Price  <derek@ximbiot.com>
8990
8991         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
8992         * lib/regex_internal.c: Ditto, using this...
8993         (__GNUC_PREREQ): ...new macro.
8994         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
8995         using...
8996         (__GNUC_PREREQ): ...this new macro.
8997
8998         * lib/strstr.h: Include string.h. Define strstr as a macro here.
8999
9000 2005-09-15  Derek Price  <derek@ximbiot.com>
9001             Paul Eggert  <eggert@cs.ucla.edu>
9002
9003         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
9004         changes, consolidating in...
9005         * lib/regex_internal.h: ...this file.
9006
9007 2005-09-13  Jim Meyering  <jim@meyering.net>
9008
9009         * lib/canon-host.c: Filter through gnu indent and reword comments
9010         slightly.
9011         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
9012
9013 2005-09-13  Derek Price  <derek@ximbiot.com>
9014
9015         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
9016         failure.
9017         Reported by Jim Meyering  <jim@meyering.net>.
9018
9019 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9020
9021         * lib/base64.c: Typo.
9022         (base64_encode): Put b64str in initialized data section.
9023
9024 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
9025
9026         Merge glibc and coreutils changes into gnulib, plus a few
9027         extra fixes.
9028         * lib/md5.c: Use #error rather than a string.
9029         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
9030         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
9031         (__attribute__): Define to empty for non recent-GCC.
9032         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
9033         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
9034         Renamed from their non-__ counterparts, with new macros replacing
9035         them if not _LIBC.  Add __THROW attribute.
9036         (rol): Remove.
9037         (struct md5_ctx): Align buffer if using GCC.
9038         * lib/sha1.h (struct sha1_ctx): Likewise.
9039         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
9040         The old name was backwards.
9041         (NOTSWAP): Remove; not used.
9042         (rol): New macro, moved here from md5.h.
9043         (sha1_process_block): Remove a FIXME that doesn't make sense.
9044
9045 2005-09-12  Derek Price  <derek@ximbiot.com>
9046
9047         Return usable errors from canon-host.
9048         * lib/canon-host.h: New file.
9049         * lib/canon-host.c (canon_host): Wrap...
9050         (canon_host_r): ...this new function, which now relies exclusively on
9051         getaddrinfo.
9052         (ch_strerror): New function.
9053         (last_cherror): New global.
9054         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
9055         interface.
9056         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
9057         void *.
9058         (freeaddrinfo): Free ai->ai_canonname when set.
9059
9060 2005-09-12  Derek Price  <derek@ximbiot.com>
9061
9062         Make canon-host require getaddrinfo.
9063         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
9064         AC_LIBSOURCE canon-host.h.  Call...
9065         (gl_PREREQ_CANON_HOST): ...this new function, which requires
9066         gl_GETADDRINFO.
9067         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
9068
9069 2005-09-12  Derek Price  <derek@ximbiot.com>
9070
9071         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
9072         LGPL.
9073         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
9074
9075 2005-09-12  Derek Price  <derek@ximbiot.com>
9076
9077         * lib/gai_strerror.c: Include config.h when available.  Include
9078         getaddrinfo.h before other headers to test interface.
9079         Reported by Larry Jones <lawrence.jones@ugs.com>.
9080
9081 2005-09-12  Derek Price  <derek@ximbiot.com>
9082             Paul Eggert  <eggert@cs.ucla.edu>
9083
9084         * modules/glob (Files): Add glob-libc.h.
9085
9086 2005-09-12  Derek Price  <derek@ximbiot.com>
9087             Paul Eggert  <eggert@cs.ucla.edu>
9088
9089         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
9090         glob_.h, glob-libc.h.
9091         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
9092
9093 2005-09-12  Derek Price  <derek@ximbiot.com>
9094             Paul Eggert  <eggert@cs.ucla.edu>
9095
9096         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
9097         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
9098         protecting things that should be done only in gnulib contexts.
9099         * lib/glob_.h: New file, containing only the glob things needed for
9100         gnulib.
9101         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
9102         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
9103         (glob, globfree, glob_pattern_p): Now defined simply in terms of
9104         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
9105         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
9106         and to respect the namespace rules better.
9107
9108 2005-09-08  Simon Josefsson  <jas@extundo.com>
9109
9110         * modules/socklen: New file.
9111
9112 2005-09-08  Simon Josefsson  <jas@extundo.com>
9113
9114         * m4/socklen.m4: New file.
9115
9116 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9117
9118         * modules/utimens (Files): Add m4/utimbuf.m4, since
9119         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
9120         Reported by Sergey Poznyakoff.
9121
9122 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9123
9124         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
9125         definitions, since that's the preferred style in glibc.
9126         Fix a minor spacing issue, and update copyright notice to match
9127         glibc's.
9128
9129 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9130
9131         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
9132
9133 2005-09-06  Simon Josefsson  <jas@extundo.com>
9134
9135         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
9136         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
9137
9138 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9139
9140         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
9141         warning.
9142
9143 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9144
9145         * config/srclist.txt: Add glibc bug 1302.
9146
9147 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
9148
9149         Change bitset word type from unsigned int to unsigned long int,
9150         as this has better performance on typical 64-bit hosts.
9151         Port bitset code to hosts with unusual word sizes.
9152         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
9153         (build_collating_symbol):
9154         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
9155         argument is a bitset.  This is merely a style issue, but it makes
9156         it clearer that an entire array is expected.
9157         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
9158         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
9159         Port to the case where bitset_word is not the same as unsigned int.
9160         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
9161         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
9162         Likewise.
9163         * lib/regexec.c (check_dst_limits_calc_pos_1,
9164         check_subexp_matching_top):
9165         (build_trtable, group_nodes_into_DFAstates):
9166         Likewise.
9167         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
9168         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
9169         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
9170         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
9171         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
9172         * lib/regcomp.c (optimize_subexps, lower_subexp):
9173         Work even if bitset_word has holes in its bitwise representation.
9174         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
9175         * lib/regexec.c (check_dst_limits_calc_pos_1,
9176         check_subexp_matching_top):
9177         Likewise.
9178         * lib/regex_internal.c (re_string_reconstruct):
9179         Don't assume UCHAR_MAX == 255.
9180         * lib/regex_internal.h (bitset_set_all): Likewise.
9181         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
9182         All uses changed.
9183         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
9184         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
9185         All uses changed.
9186         (BITSET_WORD_MAX): New macro.
9187         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
9188         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
9189         (bitset_empty, bitset_copy):
9190         Prefer sizeof (bitset) to multiplying it out ourselves.
9191         (bitset_not_merge): Remove; unused.
9192         (bitset_contain): Return bool, not unsigned int with one bit on.
9193         All callers changed.
9194         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
9195         alignment than re_node_set; do this by defining a new internal
9196         type struct dests_alloc and using it to allocate memory.
9197
9198 2005-09-05  Bruno Haible  <bruno@clisp.org>
9199
9200         * gnulib-tool (func_import): Fix comparison in handling of symbolic
9201         links.
9202
9203 2005-09-04  Martin Lambers <marlam@marlam.de>  (tiny change)
9204
9205         * modules/size_max (Makefile.am): Add size_max.h
9206
9207 2005-09-04  Derek Price  <derek@ximbiot.com>
9208
9209         * gnulib-tool (func_import): Fix reversed $symbolic logic.
9210
9211 2005-09-03  Simon Josefsson  <jas@extundo.com>
9212
9213         * gnulib-tool: Fix typo.
9214
9215 2005-09-03  Simon Josefsson  <jas@extundo.com>
9216
9217         * config/srclist.txt: Add glibc bug 1293.
9218
9219 2005-09-03  Derek Price  <derek@ximbiot.com>
9220
9221         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
9222         From Larry Jones <lawrence.jones@ugs.com>.
9223
9224 2005-09-02  Simon Josefsson  <jas@extundo.com>
9225
9226         * modules/socklen: New file.
9227
9228 2005-09-02  Simon Josefsson  <jas@extundo.com>
9229
9230         * modules/havelib: New module.
9231
9232         * modules/gettext, modules/iconv, modules/lock, modules/readline:
9233         Use havelib.
9234
9235 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
9236
9237         Check for arithmetic overflow when calculating sizes, to prevent
9238         some buffer-overflow issues.  These patches are conservative, in the
9239         sense that when I couldn't determine whether an overflow was possible,
9240         I inserted a run-time check.
9241         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
9242         macros.
9243         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
9244         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
9245         (re_xnrealloc, re_x2nrealloc): New inline functions.
9246         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
9247         parse_bracket_exp):
9248         (build_equiv_class, build_charclass): Check for arithmetic overflow
9249         in size expression calculations.
9250         * lib/regex_internal.c (re_string_realloc_buffers):
9251         (build_wcs_upper_buffer, re_node_set_add_intersect):
9252         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
9253         (re_dfa_add_node, register_state): Likewise.
9254         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
9255         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
9256         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
9257         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
9258
9259 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
9260
9261         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
9262         m4/ulonglong.m4.  Problem reported by Martin Lambers.
9263
9264 2005-09-02  Bruno Haible  <bruno@clisp.org>
9265
9266         Support for lib vs. lib64 distinction on biarch platforms.
9267         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
9268         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
9269         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
9270
9271 2005-09-02  Bruno Haible  <bruno@clisp.org>
9272
9273         * gnulib-tool (import): In the other first-use case, provide defaults
9274         as well.
9275
9276 2005-09-02  Bruno Haible  <bruno@clisp.org>
9277
9278         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
9279         patches not yet found in the latest gettext release.
9280
9281 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9282
9283         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
9284         to avoid a collision with bits/local_lim.h in glibc.
9285         All uses changed.  Problem reported by Dmitry V. Levin in
9286         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
9287
9288         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
9289         bugs in int versus size_t comparisons.
9290         (re_string_context_at): Fix bug where the code assumed that
9291         Idx is signed.
9292
9293         Use bool where appropriate.
9294         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
9295         All callers changed.
9296         (calc_eclosure_iter): Likewise, for ROOT arg.
9297         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
9298         (build_charclass_op): Likewise, for NON_MATCH arg.
9299         * lib/regex_internal.c (re_string_allocate, re_string_construct):
9300         (re_string_construct_common): Likewise, for ICASE arg.
9301         * lib/regexec.c (re_search_2_stub, re_search_stub):
9302         Likewise, for RET_LEN arg.
9303         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
9304         (set_regs): Likewise, for FL_BACKTRACK arg.
9305         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
9306         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
9307         (calc_eclosure_iter, parse_bracket_exp):
9308         Use bool for internal variables that are booleans.
9309         * lib/regexec.c (re_search_internal, check_matching,
9310         proceed_next_node):
9311         (set_regs, build_sifted_states, sift_states_bkref):
9312         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
9313         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
9314         (find_collation_sequence_value):
9315         Likewise.
9316         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
9317         (re_node_set_compare):
9318         Return bool, not int. All callers changed.
9319         * lib/regexec.c (check_halt_node_context, check_dst_limits):
9320         (build_trtable, check_node_accept): Likewise.
9321         * lib/regex_internal.h: Include stdbool.h.
9322
9323         Fix bugs uncovered when converting to bool.
9324         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
9325         failure instead of charging ahead blindly.
9326         * lib/regex_internal.c (register_state): Likewise.
9327         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
9328         for freeing internal storage.
9329         (group_nodes_into_DFA_states): Use unsigned int, not int, for
9330         bitset pieces used as boolean, to avoid undefined behavior
9331         on hosts that do int overflow checking.
9332
9333 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9334
9335         * config/srclist.txt: Add glibc bugs 1285-1287.
9336
9337 2005-09-01  Jim Meyering  <jim@meyering.net>
9338
9339         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
9340         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
9341         Require gl_STAT_MACROS, too.
9342
9343 2005-09-01  Bruno Haible  <bruno@clisp.org>
9344
9345         * gnulib-tool (import): In the first-use case, provide defaults.
9346
9347 2005-09-01  Bruno Haible  <bruno@clisp.org>
9348
9349         * gnulib-tool (func_import): Remove the .tmp files.
9350
9351 2005-09-01  Bruno Haible  <bruno@clisp.org>
9352
9353         * gnulib-tool (func_import): Fix handling of symbolic links.
9354
9355 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9356
9357         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
9358         old glibc regex code mishandles strings longer than 2**31 bytes.
9359         This patch fixes this when the regex code is used in gnulib
9360         (i.e., outside glibc).
9361
9362         This patch should not affect the use of the regex code inside
9363         glibc.  No doubt this problem also needs to be handled for glibc
9364         as well, but the result will be an incompatible change to the
9365         glibc ABI, and the old ABI will have to be supported too.  That
9366         can be the the subject for another patch.
9367
9368         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
9369         governing whether the rest of this patch is active.  By default,
9370         the macro is disabled and the patch has no effect.
9371         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
9372         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
9373         (struct re_pattern_buffer, re_search, re_search_2, re_match):
9374         (re_match_2, re_set_registers): Use the new types.
9375         * lib/regex_internal.h (Idx, re_hashval_t): New types.
9376         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
9377         New macros.
9378         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
9379         (re_string_context_at, bin_tree_t, re_dfastate_t):
9380         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
9381         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
9382         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
9383         (re_string_char_size_at, re_string_wchar_at):
9384         (re_string_elem_size_at):
9385         Use the new types and macros to port to 64-bit hosts.
9386         Use unsigned types for internal values, so that the code
9387         mostly works even for arrays larger than SSIZE_MAX.
9388         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
9389         (search_duplicated_node, calc_eclosure_iter, fetch_number):
9390         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
9391         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
9392         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
9393         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
9394         (calc_inveclosure, parse_dup_op, build_range_exp):
9395         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
9396         (fetch_number, create_token_tree, mark_opt_subexp):
9397         Likewise.
9398         * lib/regex_internal.c (re_string_construct_common,
9399         create_ci_newstate):
9400         (create_cd_newstate, re_string_allocate, re_string_construct):
9401         (re_string_realloc_buffers, build_wcs_upper_buffer):
9402         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
9403         (re_string_reconstruct, re_string_peek_byte_case):
9404         (re_string_fetch_byte_case, re_string_context_at):
9405         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
9406         (re_node_set_init_copy, re_node_set_add_intersect):
9407         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
9408         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
9409         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
9410         (re_acquire_state, re_acquire_state_context, register_state):
9411         Likewise.
9412         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
9413         search_cur_bkref_entry):
9414         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
9415         (re_search_internal, re_search_2_stub, re_search_stub)
9416         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
9417         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
9418         (update_cur_sifted_state, check_dst_limits):
9419         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
9420         (check_subexp_limits, sift_states_bkref, merge_state_array):
9421         (check_subexp_matching_top, get_subexp, get_subexp_sub):
9422         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
9423         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
9424         (expand_bkref_cache, check_node_accept_bytes):
9425         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
9426         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
9427         (acquire_init_state_context, check_halt_node_context):
9428         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
9429         (sift_states_backward, clean_state_log_if_needed):
9430         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
9431         (find_recover_state, transit_state_sb, transit_state_mb):
9432         (transit_state_bkref, build_trtable, match_ctx_clean):
9433         Likewise.
9434         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
9435         to work around an assumption that REG_MISSING is negative.
9436
9437         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
9438         (seek_collating_symbol_entry) [defined _LIBC]:
9439         (lookup_collation_sequence_value) [defined _LIBC]:
9440         (build_range_exp, build_collating_symbol) [defined _LIBC]:
9441         Use prototypes rather than old-style function definitions.
9442         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
9443         (transit_state_sb) [0]:
9444         (find_collation_sequence_value) [defined _LIBC]: Likewise.
9445
9446         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
9447         rm_eo.
9448
9449         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
9450         (optimize_subexps, lower_subexp):
9451         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
9452         since the signed shift might overflow.  Use 1u<<31 instead.
9453         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
9454         Likewise.
9455         * lib/regexec.c (check_dst_limits_calc_pos_1,
9456         check_subexp_matching_top): Likewise.
9457
9458         * lib/regcomp.c (optimize_subexps, lower_subexp):
9459         Use CHAR_BIT rather than 8, for clarity.
9460         * lib/regexec.c (check_dst_limits_calc_pos_1):
9461         (check_subexp_matching_top): Likewise.
9462         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
9463         have to worry about portability issues when shifting it left.
9464         Remove no-longer-needed test for table_size > 0.
9465         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
9466         in a word, as the resulting behavior is undefined.
9467         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
9468         in one case, a <= should have been an <, and in another case the
9469         whole test was missing.
9470         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
9471         the standard name CHAR_BIT.
9472         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
9473         this is not true on one's complement and signed-magnitude hosts.
9474
9475         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
9476         next_last_offset.
9477         (struct re_dfa_t): Remove unused member states_alloc.
9478         * lib/regcomp.c (init_dfa): Don't initialize unused members.
9479
9480 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9481
9482         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
9483         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
9484         and large-file glibc and in 32-bit large-file Solaris.
9485
9486 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9487
9488         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
9489         lengths fit in regoff_t; this isn't true if regoff_t is the same
9490         width as size_t.
9491         * lib/regex.c (re_search_internal): 5th arg is LAST_START
9492         (= START + RANGE) instead of RANGE.  This avoids overflow
9493         problems when regoff_t is the same width as size_t.
9494         All callers changed.
9495         (re_search_2_stub): Check for overflow when adding the
9496         sizes of the two strings.
9497         (re_search_stub): Check for overflow when adding START
9498         to RANGE; if it occurs, substitute the extreme value.
9499
9500 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9501
9502         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
9503
9504 2005-08-31  Jim Meyering  <jim@meyering.net>
9505
9506         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
9507         a pointer-to-const.
9508         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
9509         (register_state): Likewise.
9510         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
9511         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
9512         (group_nodes_into_DFAstates): Likewise.
9513
9514 2005-08-31  Jim Meyering  <jim@meyering.net>
9515
9516         * check-module: Add a FIXME comment.
9517
9518 2005-08-31  Eric Blake  <ebb9@byu.net>
9519
9520         * modules/unistd-safer (Files): Add unistd--.h.
9521         * modules/stdio-safer (Files): Add stdio--.h.
9522
9523 2005-08-31  Derek Price  <derek@ximbiot.com>
9524
9525         * lib/getdelim.c (getdelim): Return EOF on EOF.
9526         Reported by Larry Jones <lawrence.jones@ugs.com>.
9527
9528 2005-08-31  Bruno Haible  <bruno@clisp.org>
9529
9530         Avoid unnecessary diffs in the generated lib/Makefile.am.
9531         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
9532         the generated files.
9533         (func_import): Don't set cmd.
9534
9535 2005-08-31  Bruno Haible  <bruno@clisp.org>
9536
9537         * lib/strstr.c: Include <stddef.h>, for NULL.
9538         * lib/strcasestr.c: Likewise.
9539         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9540
9541 2005-08-31  Bruno Haible  <bruno@clisp.org>
9542
9543         * gnulib-tool: New option --macro-prefix.
9544         (func_import): Use macro_prefix.
9545         (import): Handle option --macro-prefix.
9546
9547 2005-08-31  Bruno Haible  <bruno@clisp.org>
9548
9549         * gnulib-tool (import): Rename most ac_* variables to cached_*.
9550         Also use new variables cached_lgpl, cached_libtool.
9551
9552 2005-08-31  Bruno Haible  <bruno@clisp.org>
9553
9554         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
9555         always instantiating them.
9556
9557 2005-08-31  Bruno Haible  <bruno@clisp.org>
9558
9559         * gnulib-tool (func_import): Read the previous cached settings
9560         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
9561         earlier added by gnulib but are now dropped. Warn when a gnulib file
9562         overwrites a non-gnulib file.
9563
9564 2005-08-31  Bruno Haible  <bruno@clisp.org>
9565
9566         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
9567         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
9568         projects that don't keep autogenerated files in CVS. Put into
9569         actioncmd only the specified modules, not the transitive closure.
9570
9571 2005-08-31  Bruno Haible  <bruno@clisp.org>
9572
9573         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
9574         Create directories that shall be filled.
9575         (import): Don't look for gl_* macros in configure.ac. Recurse across
9576         all directories containing a gnulib-cache.m4 files, if meaningful.
9577
9578 2005-08-31  Bruno Haible  <bruno@clisp.org>
9579
9580         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
9581         (import): Set seen_libtool when we see gl_LIBTOOL.
9582
9583 2005-08-31  Bruno Haible  <bruno@clisp.org>
9584
9585         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
9586         declaration macro definitions from generated gnulib.m4.
9587
9588 2005-08-30  "Oskar Liljeblad" <oskar@osk.mine.nu>
9589
9590         * lib/iconvme.h: Add prototype for iconv_alloc.
9591
9592 2005-08-29  Simon Josefsson  <jas@extundo.com>
9593
9594         * lib/iconvme.c: Fix errno.
9595
9596 2005-08-29  Bruno Haible  <bruno@clisp.org>
9597
9598         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
9599         that it works when the directory contains spaces.
9600
9601 2005-08-29  Bruno Haible  <bruno@clisp.org>
9602
9603         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
9604
9605 2005-08-29  Bruno Haible  <bruno@clisp.org>
9606
9607         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
9608         Emit more advice.
9609
9610 2005-08-29  Bruno Haible  <bruno@clisp.org>
9611         and Stepan Kasal  <kasal@ucw.cz>
9612
9613         * check-module: If more parameters are given, check each of them
9614         separately; add more exceptions, as noted by Jim Meyering.
9615         (check_module): New procedure.
9616         (%exempt_header): Now contains all exceptions.
9617
9618 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
9619
9620         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
9621
9622 2005-08-29  "Oskar Liljeblad" <oskar@osk.mine.nu>
9623
9624         * lib/iconvme.c: Split iconv_string into iconv_alloc.
9625
9626 2005-08-28  Bruno Haible  <bruno@clisp.org>
9627
9628         * m4/gnulib-tool.m4: New file.
9629
9630 2005-08-27  Jim Meyering  <jim@meyering.net>
9631
9632         * modules/unistd-safer (Files): Add pipe-safer.c.
9633         * modules/fcntl-safer (Files): Add creat-safer.c.
9634
9635 2005-08-27  Jim Meyering  <jim@meyering.net>
9636
9637         * m4/stdlib-safer.m4: New file.  From coreutils.
9638         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
9639         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
9640         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
9641         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
9642         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
9643
9644 2005-08-27  Jim Meyering  <jim@meyering.net>
9645
9646         * lib/fopen-safer.c: Merge minor changes from coreutils.
9647         * lib/dup-safer.c: Likewise.
9648         * lib/fd-safer.c: Likewise.
9649
9650         Merge from coreutils.
9651         * lib/stdio--.h: New file.
9652         * lib/stdlib--.h: New file.
9653         * lib/mkstemp-safer.c: New file.
9654
9655         GNU tar needs these.
9656         * lib/pipe-safer.c: New file.
9657         * lib/creat-safer.c: New file.
9658         * lib/fcntl--.h (creat): Define to creat_safer.
9659         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
9660         * lib/unistd--.h (pipe): Define to pipe_safer.
9661         * lib/unistd-safer.h: Declare pipe_safer.
9662
9663 2005-08-26  Simon Josefsson  <jas@extundo.com>
9664
9665         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
9666         Haible <bruno@clisp.org>.
9667
9668 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
9669
9670         * lib/regex_internal.h: Remove all references to
9671         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
9672         or better.
9673         (bitset_not, bitset_merge, bitset_not_merge):
9674         (bitset_mask, re_string_allocate, re_string_construct):
9675         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
9676         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
9677         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
9678         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
9679         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
9680         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
9681         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
9682         (re_acquire_state_context):
9683         Remove unnecessary forward decls.
9684         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
9685         Put __attribute at function definition,
9686         now that the function decl has been removed.
9687         * lib/regex_internal.c (re_string_peek_byte_case):
9688         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
9689         Likewise.
9690
9691 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
9692
9693         * m4/regex.m4: Add AC_PREREQ(2.50).
9694         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
9695
9696 2005-08-25  Simon Josefsson  <jas@extundo.com>
9697
9698         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
9699         __fsetlocking.
9700
9701 2005-08-25  Simon Josefsson  <jas@extundo.com>
9702
9703         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
9704         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
9705         GLIBC specific code.
9706
9707 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
9708
9709         Make regex safe for g++.  This fixes one real bug (an "err"
9710         that should have been "*err").  g++ problem reported by
9711         Sam Steingold.
9712         * lib/regex_internal.h (re_calloc): New macro, consistent with
9713         re_malloc etc.  All callers of calloc changed to use re_calloc.
9714         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
9715         not int.  All callers changed.
9716         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
9717         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
9718         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
9719         (find_recover_state): Change "err" to "*err"; this fixes what
9720         appears to be a real bug.
9721         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
9722         versus int.
9723
9724 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
9725
9726         * modules/regex (Depends-on): Add malloc, since the code
9727         assumes that !malloc(0) means failure.
9728
9729 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
9730
9731         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
9732
9733         alloca modernization/simplification for regex.
9734         * lib/regex.c: Remove portability cruft for alloca.  This no longer
9735         needs to be at the start of the file, and can be moved into
9736         regex_internal.h and simplified.
9737         * lib/regex_internal.h: Include <alloca.h>.
9738         (__libc_use_alloca) [!defined _LIBC]: New macro.
9739         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
9740         now works outside glibc.
9741
9742 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
9743
9744         * config/srclist.txt: Add glibc bugs 1241, 1245.
9745
9746 2005-08-25  Jim Meyering  <jim@meyering.net>
9747
9748         * lib/open-safer.c: Include <config.h>.
9749         Otherwise, we'd lose LARGEFILE support in any file using
9750         e.g. "fcntl--.h"
9751
9752 2005-08-25  Bruno Haible  <bruno@clisp.org>
9753
9754         * m4/minmax.m4: Require autoconf 2.52.
9755         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
9756         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
9757         alternatives of translit over the alphabet.
9758         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
9759
9760 2005-08-24  Simon Josefsson  <jas@extundo.com>
9761
9762         * tests/test-getpass.c: New file.
9763
9764 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
9765
9766         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
9767         for GNU regex features.
9768
9769 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
9770
9771         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
9772         * lib/regex.h (regerror): Likewise.
9773
9774         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
9775         requires this.  (The code never needed it.)
9776
9777         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
9778         All uses of recently-renamed identifiers changed to use the new,
9779         POSIX-compliant names.  The code will build and run just fine
9780         without these changes, but it's better to eat our own dog food
9781         and use the standard-conforming names.
9782
9783         * lib/regex.h: Fix a multitude of POSIX name space violations.
9784         These changes have an effect only for programs that define
9785         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
9786         do not change anything for programs compiled in the normal way.
9787         Also, there is no effect on the ABI.
9788
9789         (_REGEX_SOURCE): New macro.
9790         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
9791         defined and _GNU_SOURCE is not; this fixes a name space violation.
9792
9793         Rename the following macros to obey POSIX requirements.
9794         The old names are still visible as macros if _REGEX_SOURCE is defined.
9795         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
9796         RE_BACKSLASH_ESCAPE_IN_LISTS.
9797         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
9798         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
9799         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
9800         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
9801         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
9802         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
9803         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
9804         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
9805         (REG_INTERVALS): renamed from RE_INTERVALS.
9806         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
9807         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
9808         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
9809         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
9810         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
9811         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
9812         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
9813         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
9814         RE_UNMATCHED_RIGHT_PAREN_ORD.
9815         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
9816         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
9817         (REG_DEBUG): renamed from RE_DEBUG.
9818         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
9819         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
9820         unusual, since we can't clash with the POSIX REG_ICASE.
9821         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
9822         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
9823         (REG_NO_SUB): renamed from RE_NO_SUB.
9824         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
9825         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
9826         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
9827         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
9828         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
9829         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
9830         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
9831         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
9832         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
9833         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
9834         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
9835         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
9836         RE_SYNTAX_POSIX_MINIMAL_BASIC.
9837         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
9838         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
9839         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
9840         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
9841         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
9842         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
9843         (REG_FIXED): Renamed from REGS_FIXED.
9844         (REG_NREGS): Renamed from RE_NREGS.
9845
9846         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
9847         of other REG_* macros, since POSIX says the user is allowed to
9848         #undef these macros selectively.
9849
9850         (reg_errcode_t): Update comment stating what other tables need
9851         to be consistent.
9852
9853         Rename the following enum values to obey POSIX requirements.
9854         The old names are still visible as macros.
9855         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
9856         is not defined, since GNU is supposed to be a superset of POSIX as
9857         much as possible, and since we want reg_errcode_t to be a signed
9858         type for implementation consistency.
9859         (_REG_NOERROR): Renamed from REG_NOERROR.
9860         (_REG_NOMATCH): Renamed from REG_NOMATCH.
9861         (_REG_BADPAT): Renamed from REG_BADPAT.
9862         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
9863         (_REG_ECTYPE): Renamed from REG_ECTYPE.
9864         (_REG_EESCAPE): Renamed from REG_EESCAPE.
9865         (_REG_ESUBREG): Renamed from REG_ESUBREG.
9866         (_REG_EBRACK): Renamed from REG_EBRACK.
9867         (_REG_EPAREN): Renamed from REG_EPAREN.
9868         (_REG_EBRACE): Renamed from REG_EBRACE.
9869         (_REG_BADBR): Renamed from REG_BADBR.
9870         (_REG_ERANGE): Renamed from REG_ERANGE.
9871         (_REG_ESPACE): Renamed from REG_ESPACE.
9872         (_REG_BADRPT): Renamed from REG_BADRPT.
9873         (_REG_EEND): Renamed from REG_EEND.
9874         (_REG_ESIZE): Renamed from REG_ESIZE.
9875         (_REG_ERPAREN): Renamed from REG_ERPAREN.
9876         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
9877         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
9878         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
9879         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
9880
9881         (_REG_RE_NAME, _REG_RM_NAME): New macros.
9882         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
9883         changed.  But support the old name if the new one is not defined
9884         and if _REGEX_SOURCE.
9885
9886         Change the following member names in struct re_pattern_buffer.
9887         The old names are still supported if !_REGEX_SOURCE.
9888         The new names are always supported, regardless of _REGEX_SOURCE.
9889         (re_buffer): Renamed from buffer.
9890         (re_allocated): Renamed from allocated.
9891         (re_used): Renamed from used.
9892         (re_syntax): Renamed from syntax.
9893         (re_fastmap): Renamed from fastmap.
9894         (re_translate): Renamed from translate.
9895         (re_can_be_null): Renamed from can_be_null.
9896         (re_regs_allocated): Renamed from regs_allocated.
9897         (re_fastmap_accurate): Renamed from fastmap_accurate.
9898         (re_no_sub): Renamed from no_sub.
9899         (re_not_bol): Renamed from not_bol.
9900         (re_not_eol): Renamed from not_eol.
9901         (re_newline_anchor): Renamed from newline_anchor.
9902
9903         Change the following member names in struct re_registers.
9904         The old names are still supported if !_REGEX_SOURCE.
9905         The new names are always supported, regardless of _REGEX_SOURCE.
9906         (rm_num_regs): Renamed from num_regs.
9907         (rm_start): Renamed from start.
9908         (rm_end): Renamed from end.
9909
9910         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
9911         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
9912         Prepend __ to parameter names.
9913
9914         Undo yesterday's changes.
9915
9916 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
9917
9918         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
9919         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
9920         lib/regex.c.
9921
9922 2005-08-24  Jim Meyering  <jim@meyering.net>
9923
9924         Sync from coreutils.
9925         * m4/fcntl-safer.m4: New file.
9926
9927         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
9928         and object files for this module.
9929
9930 2005-08-24  Jim Meyering  <jim@meyering.net>
9931
9932         Sync from coreutils.
9933         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
9934
9935 2005-08-24  Jim Meyering  <jim@meyering.net>
9936
9937         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
9938         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
9939
9940 2005-08-24  Jim Meyering  <jim@meyering.net>
9941
9942         * modules/fcntl-safer: New module.
9943         * modules/fts (Depends-on): Add fcntl-safer.
9944         * MODULES.html.sh (File descriptor based Input/Output):
9945         Add fcntl-safer.
9946
9947 2005-08-24  Bruno Haible  <bruno@clisp.org>
9948
9949         Support for unit test modules.
9950         * modules/README: Mention tests modules.
9951         * modules/TEMPLATE-TESTS: New file.
9952         * gnulib-tool: New options --extract-tests-module, --with-tests and
9953         --tests-base (unused for the moment).
9954         (testsbase, inctests): New variables.
9955         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
9956         (func_verify_module): Exclude TEMPLATE-TESTS.
9957         (func_verify_nontests_module, func_verify_tests_module): New functions.
9958         (func_get_dependencies): Add implicit dependency for tests modules.
9959         (func_get_tests_module): New function.
9960         (func_modules_transitive_closure): When --with-tests was specified,
9961         include the unit tests as well, unless explicitly avoided.
9962         (func_emit_lib_Makefile_am): Ignore the tests modules here.
9963         (func_emit_tests_Makefile_am): New function.
9964         (func_create_testdir): When --with-tests was specified, emit a
9965         tests/ directory.
9966         * MODULES.html.sh (Future developments): Update.
9967
9968 2005-08-24  Bruno Haible  <bruno@clisp.org>
9969
9970         * modules/tls-tests: New file.
9971         * tests/test-tls.c: New file, from GNU gettext.
9972
9973 2005-08-24  Bruno Haible  <bruno@clisp.org>
9974
9975         * modules/lock-tests: New file.
9976         * tests/test-lock.c: New file, from GNU gettext.
9977
9978 2005-08-24  Bruno Haible  <bruno@clisp.org>
9979
9980         * lib/lock.h: Add multiple inclusion guard.
9981         * lib/tls.h: Add multiple inclusion guard.
9982
9983 2005-08-24  Bruno Haible  <bruno@clisp.org>
9984
9985         * gnulib-tool: Add support for the --aux-dir option to
9986         --create-testdir, --create-megatestdir, --test, --megatest.
9987         (func_create_testdir, func_create_megatestdir): Optionally emit a
9988         AC_CONFIG_AUX_DIR directive.
9989         (create-testdir, create-megatestdir, test, megatest): Provide a
9990         default value for $auxdir.
9991
9992 2005-08-24  Bruno Haible  <bruno@clisp.org>
9993
9994         * gnulib-tool (import): Use compound statement instead of subshell
9995         where possible.
9996
9997 2005-08-24  Bruno Haible  <bruno@clisp.org>
9998
9999         * gnulib-tool (import): Change --aux-dir default to "build-aux".
10000
10001 2005-08-24  Bruno Haible  <bruno@clisp.org>
10002
10003         * gnulib-tool (func_version): Update.
10004
10005 2005-08-24  Bruno Haible  <bruno@clisp.org>
10006
10007         * gnulib-tool (func_import, func_create_testdir,
10008         func_create_megatestdir): Quote all autoconf macro arguments.
10009
10010 2005-08-24  Bruno Haible  <bruno@clisp.org>
10011
10012         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
10013         option --force, because --force causes the aclocal.m4 of each
10014         subdirectory to be newer than the corresponding config.h.in.
10015
10016 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
10017
10018         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
10019         All contents moved to gl_REGEX.
10020         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
10021         assume that it does.
10022
10023 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
10024
10025         * lib/regex.h (REG_NOSYS)
10026         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
10027         Define, since POSIX requires it as of 2001.
10028         (_REG_ENOSYS)
10029         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
10030         New private symbol, used to keep the enum signed in all cases.
10031         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
10032         Youngman in
10033         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
10034
10035         * lib/regex_internal.c (re_string_skip_chars, register_state):
10036         (calc_state_hash):
10037         Remove forward decls; no longer needed now that we use prototypes.
10038         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
10039         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
10040         (clean_state_log_if_needed): Likewise.
10041
10042 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
10043
10044         * config/srclist.txt: Add glibc bugs 1231-1233.
10045
10046 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10047
10048         Fix problems reported by Sam Steingold in
10049         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
10050         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
10051         assumed that reg_errcode_t is a signed type, which is not
10052         necessarily true if _XOPEN_SOURCE is not defined.
10053         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
10054         since some compilers warn about it otherwise.
10055
10056 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10057
10058         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
10059         (init_word_char, create_initial_state, duplicate_node_closure):
10060         (fetch_token, peek_token_bracket, build_range_exp):
10061         (build_collating_symbol): Remove forward decls; no longer needed
10062         now that we use prototypes.
10063
10064         * lib/regcomp.c:
10065         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
10066         (re_compile_fastmap_iter, regcomp, regerror, regfree):
10067         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
10068         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
10069         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
10070         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
10071         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
10072         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
10073         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
10074         (build_range_exp, build_collating_symbol, parse_bracket_exp):
10075         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
10076         (build_charclass, build_charclass_op, fetch_number, create_tree):
10077         (create_token_tree, mark_opt_subexp, duplicate_tree):
10078         Use prototypes rather than old-style definitions.
10079
10080         * lib/regex_internal.c:
10081         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
10082         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
10083         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
10084         (re_string_reconstruct, re_string_peek_byte_case):
10085         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
10086         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
10087         (re_node_set_init_copy, re_node_set_add_intersect):
10088         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
10089         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
10090         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
10091         (re_acquire_state, re_acquire_state_context, register_state):
10092         (create_ci_newstate, create_cd_newstate, free_state):
10093         Likewise.
10094         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
10095         re_search_2):
10096         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
10097         (re_search_internal, prune_impossible_nodes):
10098         (acquire_init_state_context, check_matching, static):
10099         (check_halt_node_context, check_halt_state_context, proceed_next_node):
10100         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
10101         (update_regs, sift_states_backward, build_sifted_states):
10102         (clean_state_log_if_needed, merge_state_array):
10103         (update_cur_sifted_state, add_epsilon_src_nodes):
10104         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
10105         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
10106         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
10107         (find_recover_state, check_subexp_matching_top, transit_state_mb):
10108         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
10109         (check_arrival, check_arrival_add_next_nodes):
10110         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
10111         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
10112         (check_node_accept_bytes, check_node_accept, extend_buffers):
10113         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
10114         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
10115         (sift_ctx_init):
10116         Likewise.
10117
10118         * lib/regex_internal.h:
10119         (re_string_allocate, re_string_construct, re_string_reconstruct):
10120         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
10121         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
10122         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
10123         (re_string_context_at, re_string_peek_byte_case):
10124         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
10125         is defined, since we now use prototypes always.
10126
10127         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
10128         C89 or better.  All uses removed.
10129
10130 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10131
10132         * config/srclist.txt: Add glibc bugs 1220-1227.
10133
10134 2005-08-20  Jim Meyering  <jim@meyering.net>
10135
10136         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
10137         of unused local, dfa.
10138
10139 2005-08-20  Bruno Haible  <bruno@clisp.org>
10140
10141         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
10142
10143 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
10144
10145         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
10146         (re_node_set_insert_last, re_dfa_add_node):
10147         Rename local variables to avoid GCC shadowing warnings.
10148
10149 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
10150
10151         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
10152         [defined lint]: Suppress bogus uninitialized-variable warnings.
10153
10154         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
10155         and let the caller return REG_ESPACE if out of space.  This
10156         removes an uninitialied-variable warning with GCC 4.0.1, and also
10157         avoids taking the address of a local variable.  All callers
10158         changed.
10159
10160 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
10161
10162         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
10163         $LIBCSRC/posix/regexec.c.
10164         Add glibc bug 1217 for regcomp.c.
10165
10166 2005-08-19  Jim Meyering  <jim@meyering.net>
10167
10168         * lib/regexec.c (proceed_next_node): Redo local variables to
10169         avoid GCC shadowing warnings.
10170
10171 2005-08-18  Bruno Haible  <bruno@clisp.org>
10172
10173         * lib/strstr.c (strstr): Fix return value in multibyte case.
10174         * lib/strcasestr.c (strcasestr): Likewise.
10175
10176 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
10177
10178         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
10179
10180 2005-08-17  Jim Meyering  <jim@meyering.net>
10181
10182         Make the %s format (seconds since the epoch) work for a negative
10183         number and when used with a zero-padded field width, e.g. %015s.
10184
10185         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
10186         label so that it precedes the code to set `digits'.  Otherwise,
10187         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
10188         print `00-22'.  Now, it prints `-0022', as it should.
10189
10190 2005-08-17  Bruno Haible  <bruno@clisp.org>
10191
10192         * modules/strstr (Files): Add m4/mbrtowc.m4.
10193         (Depends-on): Add mbuiter.
10194
10195 2005-08-17  Bruno Haible  <bruno@clisp.org>
10196
10197         * modules/strcasestr: New file.
10198         * MODULES.html.sh (String handling, based on ANSI C 89): Add
10199         strcasestr.
10200
10201 2005-08-17  Bruno Haible  <bruno@clisp.org>
10202
10203         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
10204
10205 2005-08-17  Bruno Haible  <bruno@clisp.org>
10206
10207         * modules/mbuiter: New file.
10208         * MODULES.html.sh (Extended multibyte and wide character utilities):
10209         Add mbuiter.
10210
10211 2005-08-17  Bruno Haible  <bruno@clisp.org>
10212
10213         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
10214         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
10215
10216 2005-08-17  Bruno Haible  <bruno@clisp.org>
10217
10218         * m4/strcasestr.m4: New file.
10219
10220 2005-08-17  Bruno Haible  <bruno@clisp.org>
10221
10222         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
10223         * lib/strstr.c: Completely rewritten, with multibyte locale support.
10224
10225 2005-08-17  Bruno Haible  <bruno@clisp.org>
10226
10227         * lib/strcasestr.h: New file.
10228         * lib/strcasestr.c: New file.
10229
10230 2005-08-17  Bruno Haible  <bruno@clisp.org>
10231
10232         * lib/strcasecmp.c: Use mbuiter.h.
10233
10234 2005-08-17  Bruno Haible  <bruno@clisp.org>
10235
10236         * lib/mbuiter.h: New file.
10237
10238 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
10239
10240         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
10241         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
10242         and gl_GETOPT are both invoked via different paths (as happens
10243         with GNU tar CVS because it uses both argp and getopt), the former
10244         wins.
10245
10246 2005-08-16  Bruno Haible  <bruno@clisp.org>
10247
10248         * modules/tls: New file.
10249         * MODULES.html.sh (Multithreading): Add tls.
10250
10251 2005-08-16  Bruno Haible  <bruno@clisp.org>
10252
10253         * modules/strnlen1: New file.
10254         * MODULES.html.sh (String handling): Add strnlen1.
10255
10256 2005-08-16  Bruno Haible  <bruno@clisp.org>
10257
10258         * modules/strcase (Files): Add m4/mbrtowc.m4.
10259         (Depends-on): Add strnlen1, mbchar.
10260
10261 2005-08-16  Bruno Haible  <bruno@clisp.org>
10262
10263         * modules/mbiter: New file.
10264         * MODULES.html.sh (Extended multibyte and wide character utilities):
10265         Add mbiter.
10266
10267 2005-08-16  Bruno Haible  <bruno@clisp.org>
10268
10269         * modules/mbfile: New file.
10270         * MODULES.html.sh (Extended multibyte and wide character utilities):
10271         Add mbfile.
10272
10273 2005-08-16  Bruno Haible  <bruno@clisp.org>
10274
10275         * modules/mbchar: New file.
10276         * MODULES.html.sh (Extended multibyte and wide character utilities):
10277         New section.
10278
10279 2005-08-16  Bruno Haible  <bruno@clisp.org>
10280
10281         * m4/tls.m4: New file, from GNU gettext.
10282
10283 2005-08-16  Bruno Haible  <bruno@clisp.org>
10284
10285         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
10286         always.
10287         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
10288
10289 2005-08-16  Bruno Haible  <bruno@clisp.org>
10290
10291         * m4/mbiter.m4: New file.
10292
10293 2005-08-16  Bruno Haible  <bruno@clisp.org>
10294
10295         * m4/mbfile.m4: New file.
10296
10297 2005-08-16  Bruno Haible  <bruno@clisp.org>
10298
10299         * m4/mbchar.m4: New file.
10300
10301 2005-08-16  Bruno Haible  <bruno@clisp.org>
10302
10303         * lib/tls.h: New file, from GNU gettext.
10304         * lib/tls.c: New file, from GNU gettext.
10305
10306 2005-08-16  Bruno Haible  <bruno@clisp.org>
10307
10308         * lib/strnlen1.h: New file.
10309         * lib/strnlen1.c: New file.
10310
10311 2005-08-16  Bruno Haible  <bruno@clisp.org>
10312
10313         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
10314         (mbi_init): Update.
10315         (mbi_avail, mbi_advance): Let the iteration end before the terminating
10316         NUL byte, not after it.
10317
10318 2005-08-16  Bruno Haible  <bruno@clisp.org>
10319
10320         * lib/strcase.h (strcasecmp): Add note in comments.
10321         * lib/strncasecmp.c: Use code from strcasecmp.c.
10322         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
10323         (strcasecmp): Work correctly in multibyte locales.
10324
10325 2005-08-16  Bruno Haible  <bruno@clisp.org>
10326
10327         * lib/mbiter.h: New file.
10328
10329 2005-08-16  Bruno Haible  <bruno@clisp.org>
10330
10331         * lib/mbfile.h: New file.
10332
10333 2005-08-16  Bruno Haible  <bruno@clisp.org>
10334
10335         * lib/mbchar.h: New file.
10336         * lib/mbchar.c: New file.
10337
10338 2005-08-16  Bruno Haible  <bruno@clisp.org>
10339
10340         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
10341         the valid ones. Makes the comparison operations transitive:
10342         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
10343         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
10344
10345 2005-08-15  Simon Josefsson  <jas@extundo.com>
10346
10347         * modules/ssize_t (License): Change to 'unlimited'.
10348
10349         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
10350
10351 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10352
10353         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
10354         Add comments for each pending glibc patch.
10355
10356 2005-08-15  Bruno Haible  <bruno@clisp.org>
10357
10358         * lib/regex.h (__restrict_arr): Don't define to __restrict if
10359         __cplusplus is defined.
10360
10361 2005-08-14  Jim Meyering  <jim@meyering.net>
10362
10363         Sync from coreutils.
10364
10365         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
10366         Use the hash-table-based cycle-detection code not just when
10367         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
10368         Reported by James Youngman in
10369         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
10370         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
10371         FTS_TIGHT_CYCLE_CHECK.
10372         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
10373         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
10374         once again.
10375         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
10376         * lib/fts.c (fd_safer): Remove decl.
10377         Include fcntl--.h rather than unistd-safer.h
10378         (fts_safe_changedir): Don't call fd_safer; no longer needed
10379         now that we include fcntl--.h.
10380
10381 2005-08-12  Simon Josefsson  <jas@extundo.com>
10382
10383         * modules/getndelim2: Use ssize_t module.
10384         * modules/getnline: Likewise.
10385         * modules/safe-read: Likewise.
10386         * modules/xreadlink: Likewise.
10387
10388         * modules/ssize_t: New file.
10389
10390 2005-08-12  Simon Josefsson  <jas@extundo.com>
10391
10392         * m4/readline.m4: Look for termcap, curses or ncurses if required.
10393
10394 2005-08-12  Simon Josefsson  <jas@extundo.com>
10395
10396         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
10397         ssize_t.
10398
10399 2005-08-12  Simon Josefsson  <jas@extundo.com>
10400
10401         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
10402         readline, getdelim and check_version.
10403         (Support for systems lacking ISO C 99: Sizes of integer types):
10404         Add size_max.
10405
10406 2005-08-12  Bruno Haible  <bruno@clisp.org>
10407
10408         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
10409
10410 2005-08-11  Simon Josefsson  <jas@extundo.com>
10411
10412         * modules/readline: New file.
10413
10414         * modules/strnlen (Files): Add strnlen.h.
10415
10416 2005-08-11  Simon Josefsson  <jas@extundo.com>
10417
10418         * m4/readline.m4: New file.
10419
10420 2005-08-11  Simon Josefsson  <jas@extundo.com>
10421
10422         * lib/readline.h, readline.c: New file.
10423
10424 2005-08-11  Simon Josefsson  <jas@extundo.com>
10425
10426         * doc/gnulib.texi (Initial import, Finishing touches): Mention
10427         gl_AVOID.
10428
10429 2005-08-11  Bruno Haible  <bruno@clisp.org>
10430
10431         * lib/strnlen.h (strnlen): Change parameter name to match comment.
10432
10433 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
10434
10435         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
10436
10437 2005-08-10  Simon Josefsson  <jas@extundo.com>
10438
10439         * tests/test-iconvme.c: New file.
10440
10441 2005-08-10  Simon Josefsson  <jas@extundo.com>
10442
10443         * m4/strnlen.m4: New file.
10444
10445         * m4/strndup.m4: Don't check for strnlen declaration, done in
10446         strnlen.m4.
10447
10448 2005-08-10  Simon Josefsson  <jas@extundo.com>
10449
10450         * lib/strndup.c: Use strnlen.h.
10451
10452         * lib/strnlen.h: New file.
10453
10454 2005-08-08  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>  (tiny change)
10455
10456         * README: Typos.
10457
10458 2005-08-02  Simon Josefsson  <jas@extundo.com>
10459
10460         * modules/readline: New file.
10461
10462 2005-08-02  Simon Josefsson  <jas@extundo.com>
10463
10464         * modules/getdelim: New file.
10465
10466         * modules/getline: Rewrite, don't use getndelim2.
10467
10468 2005-08-02  Simon Josefsson  <jas@extundo.com>
10469
10470         * m4/getline.m4: Separate out getdelim stuff into separate module.
10471
10472         * m4/getdelim.m4: New file.
10473
10474 2005-08-02  Simon Josefsson  <jas@extundo.com>
10475
10476         * lib/getline.h, getline.c: Rewrite.
10477
10478         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
10479
10480 2005-07-31  Bruno Haible  <bruno@clisp.org>
10481
10482         * lib/lock.h (gl_lock_initializer): New macro.
10483         (gl_lock_define_initialized): Use it.
10484         (gl_rwlock_initializer): New macro.
10485         (gl_rwlock_define_initialized): Use it.
10486         (gl_recursive_lock_initializer): New macro.
10487         (gl_recursive_lock_define_initialized): Use it.
10488
10489 2005-07-30  Karl Berry  <karl@gnu.org>
10490
10491         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
10492         Report from Ben Pfaff, regarding getopt.
10493
10494 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
10495
10496         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
10497         normal way.
10498         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
10499         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
10500         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
10501         (gl_GETOPT): Use the new macros.  Most of the implementation
10502         is moved to the new macros.  This is for programs like Emacs
10503         that don't want all the functionality of gl_GETOPT.
10504
10505 2005-07-26  Bruno Haible  <bruno@clisp.org>
10506
10507         * m4/lock.m4: Update from GNU gettext.
10508
10509 2005-07-26  Bruno Haible  <bruno@clisp.org>
10510
10511         * lib/lock.h: Update from GNU gettext.
10512         * lib/lock.c: Update from GNU gettext.
10513
10514 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
10515
10516         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
10517         obsolescent AC_TRY_RUN.  Include the default includes files, for
10518         'exit'.
10519
10520 2005-07-24  Bruno Haible  <bruno@clisp.org>
10521
10522         * modules/visibility: New file.
10523         * MODULES.html.sh (Misc): Add visibility.
10524
10525 2005-07-24  Bruno Haible  <bruno@clisp.org>
10526
10527         * m4/visibility.m4: New file.
10528
10529 2005-07-24  Bruno Haible  <bruno@clisp.org>
10530
10531         * doc/visibility.texi: New file.
10532
10533 2005-07-22  Bruno Haible  <bruno@clisp.org>
10534
10535         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
10536         $(ALLOCA_H), redundant through BUILT_SOURCES.
10537         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
10538         redundant through BUILT_SOURCES.
10539         * modules/byteswap (Makefile.am): Remove explicit dependency on
10540         $(BYTESWAP_H), redundant through BUILT_SOURCES.
10541         * modules/fnmatch (Makefile.am): Remove explicit dependency on
10542         $(FNMATCH_H), redundant through BUILT_SOURCES.
10543         * modules/getopt (Makefile.am): Remove explicit dependency on
10544         $(GETOPT_H), redundant through BUILT_SOURCES.
10545         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
10546         redundant through BUILT_SOURCES.
10547         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
10548         redundant through BUILT_SOURCES.
10549         * modules/stdbool (Makefile.am): Remove explicit dependency on
10550         $(STDBOOL_H), redundant through BUILT_SOURCES.
10551         * modules/stdint (Makefile.am): Remove explicit dependency on
10552         $(STDINT_H), redundant through BUILT_SOURCES.
10553         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
10554         Remove explicit dependency on $(SYSEXITS_H).
10555         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
10556
10557 2005-07-18  Simon Josefsson  <jas@extundo.com>
10558
10559         * lib/check-version.c (check_version): Accept identical versions too.
10560
10561 2005-07-18  Bruno Haible  <bruno@clisp.org>
10562
10563         * modules/lock: New file.
10564         * MODULES.html.sh (Multithreading): New section.
10565
10566 2005-07-18  Bruno Haible  <bruno@clisp.org>
10567
10568         * m4/lock.m4: New file, from GNU gettext.
10569
10570 2005-07-18  Bruno Haible  <bruno@clisp.org>
10571
10572         * lib/lock.h: New file, from GNU gettext.
10573         * lib/lock.c: New file, from GNU gettext.
10574
10575 2005-07-18  Bruno Haible  <bruno@clisp.org>
10576
10577         * lib/lock.h (gl_once_t): New type.
10578         (gl_once_define, gl_once): New macros.
10579         * lib/lock.c (fresh_once): New variable.
10580         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
10581         functions.
10582
10583 2005-07-16  Simon Josefsson  <jas@extundo.com>
10584
10585         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
10586         workaround, suggested by Bruno.
10587
10588 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
10589
10590         * modules/xalloc (Depends-on): Add xalloc-die.
10591         * modules/xvasprintf (Depends-on): Add xalloc-die.
10592
10593 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
10594
10595         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
10596         with a minor change.
10597
10598 2005-07-15  Bruno Haible  <bruno@clisp.org>
10599
10600         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
10601         When using lib/poll.c, define poll as rpl_poll.
10602
10603 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
10604
10605         * modules/argp (Depends-on): Remove unlocked-io.
10606
10607 2005-07-14  Derek Price  <derek@ximbiot.com>
10608
10609         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
10610         for glob symlink bug.
10611
10612 2005-07-14  Bruno Haible  <bruno@clisp.org>
10613
10614         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
10615         Instead, test for *_unlocked function declarations directly.
10616
10617 2005-07-11  Simon Josefsson  <jas@extundo.com>
10618
10619         * modules/size_max: New file.
10620
10621         * modules/xsize: Depend on size_max module for size_max.m4.
10622
10623 2005-07-11  Simon Josefsson  <jas@extundo.com>
10624
10625         * lib/size_max.h: New file.
10626
10627 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
10628
10629         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
10630         copyright symbol and the year.
10631         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
10632         (version_etc_va): Use parameterized copyright notice.
10633         Reword to conform to the current GNU coding standards.
10634
10635 2005-07-11  Karl Berry  <karl@gnu.org>
10636
10637         * doc/gnulib.texi (Quoting): new node.
10638         (Initial import): more info, from Patrice.
10639
10640 2005-07-11  Bruno Haible  <bruno@clisp.org>
10641
10642         * gnulib-tool (func_usage): Document option --avoid.
10643         (Command line options): Handle --avoid.
10644         (func_acceptable): New function.
10645         (func_modules_transitive_closure): Use it.
10646
10647 2005-07-11  Bruno Haible  <bruno@clisp.org>
10648
10649         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
10650         Reported by Jim Meyering.
10651
10652 2005-07-10  Bruno Haible  <bruno@clisp.org>
10653
10654         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
10655         Needed when size_t is smaller than 'unsigned int'.
10656         Reported by Paul Eggert.
10657
10658 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10659
10660         * modules/argp (Depends-on): Add unlocked-io
10661
10662 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10663
10664         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
10665         block of defines.
10666
10667 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
10668
10669         * config/srclist.txt: Comment out regcomp.c, since we have a porting
10670         fix now.
10671
10672 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
10673         and Paul Eggert  <eggert@cs.ucla.edu>
10674
10675         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
10676         in wint_t, not wchar_t.  Remove now-unnecessary cast.
10677
10678 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
10679
10680         * modules/regex (Files): Add lib/regex_internal.c,
10681         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
10682         (Depends-on): Add extensions.
10683         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
10684
10685 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
10686
10687         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
10688         pathconf.
10689         * m4/same.m4 (gl_SAME): Likewise.
10690         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
10691
10692         * m4/regex.m4: Adjust to new libc regex implementation.
10693         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
10694         all the .c and .h parts of (the new) regex.
10695         Quote the m4 stuff better.
10696         Check for RE_ICASE bug of old gnulib.
10697         Check for REG_STARTEND of recent libc.
10698         Rename local variables from jm_* to gl_*.
10699         Quote operand of "test -f".
10700         Say "recent enough" version of libc, not "version 2".
10701         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
10702         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
10703         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
10704         Remove check for btowc, isascii.
10705         Require AM_LANGINFO_CODESET.
10706
10707 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
10708
10709         * lib/regex.c, regex.h: Sync from libc.
10710         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
10711         * lib/regexec.c:
10712         New files, synced from libc, except that regex_internal.h
10713         currently has a small porting fix.
10714
10715 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
10716
10717         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
10718         regex_internal.c, regexec.c.
10719         Add regex_internal.h too, but as a comment, since the libc version
10720         is currently broken in gnulib mode.
10721
10722 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10723
10724         Support programs like Emacs that use gnulib but not gettext.
10725         * MODULES.html.sh (Internationalization functions): Add gettext-h.
10726         * modules/gettext-h: New file.
10727         * modules/gettext (Files): Remove lib/gettext.h.
10728         (Depends-on): Add gettext-h.
10729         (Makefile.am): Remove lib_SOURCES.
10730         * modules/argmatch, modules/c-stack, modules/closeout:
10731         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
10732         * modules/execute, modules/file-type, modules/getaddrinfo:
10733         * modules/getopt, modules/human, modules/javacomp:
10734         * modules/javaexec, modules/mkdir-p, modules/obstack:
10735         * modules/openat, modules/pagealign_alloc, modules/pipe:
10736         * modules/quotearg, modules/regex, modules/rpmatch:
10737         * modules/unicodeio, modules/userspec, modules/version-etc:
10738         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
10739         * modules/xsetenv:
10740         Depend on gettext-h, not gettext.
10741
10742 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10743
10744         * gnulib-tool (func_import): Add support for 'public domain' license.
10745         * modules/alloca, modules/atexit, modules/memmove:
10746         Now public domain, not GPL.
10747         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
10748         * modules/realloc, modules/strerror, modules/strtod:
10749         Now LGPL, not GPL.
10750
10751 2005-07-05  Bruno Haible  <bruno@clisp.org>
10752
10753         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
10754         autoconf CVS. Needed for mingw.
10755
10756 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10757
10758         Remove the dependency of the strftime module on the tzset module.
10759         * modules/strftime (Depends-on): Remove dependency on tzset.
10760
10761 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10762
10763         Remove the dependency of the strftime module on the tzset module.
10764         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
10765         gl_FUNC_TZSET_CLOBBER.
10766
10767 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10768
10769         Remove the dependency of the strftime module on the tzset module.
10770         * lib/strftime.c (my_strftime)
10771         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
10772         Copy the input structure, to work around some of the bug with
10773         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
10774         Solaris releases, you should also use the tzset module, but we won't
10775         require it as a dependency any more since we don't want LGPLed code
10776         to depend on GPLed code.
10777
10778 2005-07-02  Jim Meyering  <jim@meyering.net>
10779
10780         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
10781         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
10782         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
10783         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
10784
10785 2005-07-02  Jim Meyering  <jim@meyering.net>
10786
10787         * lib/backupfile.c (backup_args): Change a `0' to NULL.
10788
10789 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10790
10791         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
10792         declares only 'struct timespec;' (!).
10793
10794 2005-07-01  Jim Meyering  <jim@meyering.net>
10795
10796         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
10797         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
10798         * lib/save-cwd.c, tempname.c:
10799         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
10800         and don't include <sys/file.h>).
10801
10802 2005-06-29  Jim Meyering  <jim@meyering.net>
10803
10804         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
10805         type name.  Use the variable name instead.
10806         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
10807         Likewise.
10808
10809 2005-06-28  Simon Josefsson  <jas@extundo.com>
10810
10811         * modules/check-version (Files): Add check-version.m4.
10812
10813 2005-06-28  Simon Josefsson  <jas@extundo.com>
10814
10815         * m4/check-version.m4: New file, suggested by Jim Meyering
10816         <jim@meyering.net>.
10817
10818 2005-06-28  Simon Josefsson  <jas@extundo.com>
10819
10820         * lib/check-version.h, lib/check-version.c: New files.
10821
10822 2005-06-28  Simon Josefsson  <jas@extundo.com>
10823
10824         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
10825         collision with global variable.  Better indentation.  Don't
10826         increment buffer pointer beyond buffer end.  Based on comments
10827         from Paul Eggert <eggert@cs.ucla.edu>.
10828
10829         * lib/base64.h: Indent.
10830
10831 2005-06-28  Simon Josefsson  <jas@extundo.com>
10832
10833         * doc/gnulib.texi (Library version handling): New section.
10834
10835 2005-06-28  Jim Meyering  <jim@meyering.net>
10836
10837         * check-module (find_included_lib_files): Hard-code another
10838         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
10839         but modules/fts-lgpl (correctly) does not list those files.
10840
10841         * modules/canonicalize (Files): Add lib/pathmax.h.
10842
10843 2005-06-25  Simon Josefsson  <jas@extundo.com>
10844
10845         * modules/check-version: New file.
10846
10847 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
10848
10849         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
10850         initializer of struct addrinfo, as an indication that we don't
10851         care how many members the structure has.
10852
10853 2005-06-24  Derek Price  <derek@ximbiot.com>
10854         and Bruno Haible  <bruno@clisp.org>
10855
10856         Remove stat module & update lstat.
10857         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
10858         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
10859         * m4/stat.m4: Remove this file.
10860
10861 2005-06-24  Derek Price  <derek@ximbiot.com>
10862         and Bruno Haible  <bruno@clisp.org>
10863
10864         Remove stat module & update lstat.
10865         * lib/stat.c: Remove this file...
10866         (slash_aware_lstat): ...moving this content and its support...
10867         * lib/lstat.c (rpl_lstat): ...into here.
10868         * lib/lstat.h: New file.
10869
10870 2005-06-24  Derek Price  <derek@ximbiot.com>
10871         and Bruno Haible  <bruno@clisp.org>
10872
10873         Remove stat module & update lstat.
10874         * config/srclist.txt (libc sources): Remove stat.
10875
10876 2005-06-24  Derek Price  <derek@ximbiot.com>
10877         and Bruno Haible  <bruno@clisp.org>
10878
10879         Remove stat module & update lstat.
10880         * MODULES.html.sh (stat): Remove.
10881         * MODULES.html: Regenerated.
10882         * modules/lstat (Description): Correct function name.
10883         (Files): Add "lstat.h".
10884         (Depends-on): Remove stat, add xalloc, stat-macros.
10885         * modules/stat: Remove this file.
10886         (Include): Add "lstat.h", remove <sys/stat.h>.
10887
10888 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
10889
10890         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
10891         (ranged_convert): Don't save conversion in a temporary struct.
10892         This causes a warning with GCC 4.0.0, and anyway in the typical
10893         case it's not worth the extra 100 bytes or so of code.
10894         (ranged_convert, __mktime_internal): When calling a function via a
10895         pointer P, use P () rather than (*P) (), as we now assume C89 or
10896         better.
10897
10898 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10899
10900         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
10901         "who -r" failed to give output.  Problem reported by Tim Waugh.
10902
10903         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
10904         (xcalloc): Use it to avoid needless tests.
10905         Problem reported by Jim Meyering.
10906
10907 2005-06-20  Derek Price  <derek@ximbiot.com>
10908
10909         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
10910         unnecessary for Autoconfs > 2.59c.
10911
10912 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
10913
10914         * lib/argp.h (__option_is_short): Check upper limit of
10915         __key. Isprint() requires its argument to have the value
10916         of an unsigned char or EOF.
10917
10918 2005-06-16  Jim Meyering  <jim@meyering.net>
10919
10920         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
10921         when either N or S is zero.
10922
10923 2005-06-16  Derek Price  <derek@ximbiot.com>
10924
10925         * m4/bison.m4: Declare YACC & YFLAGS precious.
10926
10927 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
10928
10929         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
10930         multibyte string or pattern, fall back on unibyte matching.
10931         Problem reported by James Youngman.
10932
10933 2005-06-08  Bruno Haible  <bruno@clisp.org>
10934
10935         * modules/csharpcomp: New file.
10936         * MODULES.html.sh (C#): Add csharpcomp.
10937
10938 2005-06-08  Bruno Haible  <bruno@clisp.org>
10939
10940         * m4/csharpcomp.m4: New file, from GNU gettext.
10941
10942 2005-06-08  Bruno Haible  <bruno@clisp.org>
10943
10944         * lib/csharpcomp.h: New file, from GNU gettext.
10945         * lib/csharpcomp.c: New file, from GNU gettext.
10946         * lib/csharpcomp.sh.in: New file, from GNU gettext.
10947
10948 2005-06-08  Bruno Haible  <bruno@clisp.org>
10949
10950         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
10951         warning on mingw.
10952
10953 2005-06-07  Derek Price  <derek@ximbiot.com>
10954
10955         Sync from CVS.
10956         * lib/glob_.h: Indent nested #ifdef.
10957
10958 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
10959
10960         Sync from coreutils.
10961         Use "file name" when talking about file names, instead of "filename"
10962         or "path", as per the GNU coding standards.
10963         * lib/mkdir-p.c: Renamed from makepath.c.
10964         (make_dir_parents): Renamed from make_path.  All callers changed.
10965         * lib/mkdir-p.h: Likewise.  All includers changed.
10966         * lib/filenamecat.c: Renamed from path-concat.c.
10967         (file_name_concat): Renamed from path_concat.  All callers changed.
10968         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
10969         * lib/filenamecat.h: Likewise.  All includers changed.
10970         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
10971         in comments or local variable names.
10972         * lib/basename.c: Likewise.
10973         * lib/canonicalize.c, canonicalize.h: Likewise.
10974         * lib/dirname.c, dirname.h: Likewise.
10975         * lib/euidaccess.c: Likewise.
10976         * lib/exclude.c: Likewise
10977         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
10978         * lib/fsusage.c, fsuage.h: Likewise.
10979         * lib/fts.c, fts_.h: Likewise.
10980         * lib/getcwd.c: Likewise.
10981         * lib/getloadavg.c: Likewise.
10982         * lib/mkstemp.c: Likewise.
10983         * lib/mountlist.c, mountlist.h: Likewise.
10984         * lib/openat.c, openat.h: Likewise.
10985         * lib/readlink-stub.c: Likewise.
10986         * lib/readutmp.c, readutmp.h: Likewise.
10987         * lib/rename.c: Likewise.
10988         * lib/rmdir.c: Likewise.
10989         * lib/same.c: Likewise.
10990         * lib/savedir.c: Likewise.
10991         * lib/stripslash.c: Likewise.
10992         * lib/tempname.c: Likewise.
10993         * lib/xreadlink.c: Likewise.
10994         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
10995         All uses changed.
10996         * lib/exclude.h: Likewise.
10997
10998         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
10999         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
11000         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
11001         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
11002         * lib/pathmax.h: Include <limits.h> unconditionally, since other
11003         files have been getting away with it for years (MORE/BSD 4.3
11004         is extinct now).
11005         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
11006         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
11007
11008         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
11009         Define to 256, not 255, as per modern POSIX.
11010
11011 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
11012
11013         Sync from coreutils.
11014         Use "file name" when talking about file names, instead of "filename"
11015         or "path", as per the GNU coding standards.
11016         * MODULES.html.sh: mkdir-p renamed from makepath.
11017         filenamecat renamed from path-concat.
11018         * modules/filenamecat: Renamed from modules/path-concat.
11019         (Files): filenamecat.h and filenamecat.c renamed from
11020         path-concat.h and path-concat.c.
11021         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
11022         (Include): filenamecat.h, not path-concat.h.
11023         * modules/mkdir-p: Renamed from modules/makepath.
11024         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
11025         makepath.c.
11026         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
11027         (Include): mkdir-p.h, not makepath.h.
11028
11029 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
11030
11031         Sync from coreutils.
11032         * m4/mkdir-p.m4: Renamed from makepath.m4.
11033         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
11034         Rename files from makepath.c to mkdir-p.c, and from
11035         makepath.h to mkdir-p.h.
11036         * m4/filenamecat.m4: Renamed from path-concat.m4.
11037         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
11038         Rename files from path-concat.c to filenamecat.c,
11039         and from path-concat.h to filenamecat.h.
11040         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
11041         "file name" in local variables or comments.
11042         * m4/rename.m4: Likewise.
11043
11044 2005-06-01  Bruno Haible  <bruno@clisp.org>
11045
11046         * modules/csharpexec: New file.
11047         * MODULES.html.sh (C#): New section.
11048
11049 2005-06-01  Bruno Haible  <bruno@clisp.org>
11050
11051         * m4/csharp.m4: New file, from GNU gettext.
11052         * m4/csharpexec.m4: New file, from GNU gettext.
11053
11054 2005-06-01  Bruno Haible  <bruno@clisp.org>
11055
11056         * lib/csharpexec.h: New file, from GNU gettext.
11057         * lib/csharpexec.c: New file, from GNU gettext.
11058         * lib/csharpexec.sh.in: New file, from GNU gettext.
11059
11060 2005-05-31  Derek Price  <derek@ximbiot.com>
11061             Paul Eggert  <eggert@cs.ucla.edu>
11062
11063         Sync from cvs.
11064         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
11065
11066 2005-05-31  Derek Price  <derek@ximbiot.com>
11067             Paul Eggert  <eggert@cs.ucla.edu>
11068
11069         Sync from cvs.
11070         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
11071
11072 2005-05-29  Derek Price  <derek@ximbiot.com>
11073
11074         * config/srclist.txt (glob_.h, glob.c): Add these files.
11075
11076 2005-05-29  Derek Price  <derek@ximbiot.com>
11077
11078         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
11079         * modules/glob: New file.
11080         * modules/getlogin_r: Add link to POSIX spec in description.
11081
11082 2005-05-29  Derek Price  <derek@ximbiot.com>
11083             Paul Eggert  <eggert@cs.ucla.edu>
11084
11085         * m4/glob.m4: New file.
11086
11087 2005-05-29  Derek Price  <derek@ximbiot.com>
11088             Paul Eggert  <eggert@cs.ucla.edu>
11089
11090         * lib/glob_.h, lib/glob.c: New files.
11091
11092 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
11093
11094         * modules/fts (Files): Remove m4/inttypes-pri.m4.
11095         * modules/fts-lgpl (Depends-on): Remove gettext.
11096
11097 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
11098
11099         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
11100         and don't require gt_INTTYPES_PRI.
11101
11102 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
11103
11104         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
11105
11106         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
11107         the configuration hassle isn't worth it.
11108         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
11109         (LONGEST_MODIFIER, PRIuMAX): Remove.
11110
11111 2005-05-27  Bruno Haible  <bruno@clisp.org>
11112
11113         * lib/getlogin_r.h: Remove second include of <stddef.h>.
11114
11115 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
11116
11117         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
11118         _POSIX_PTHREAD_SEMANTICS for Solaris.
11119
11120 2005-05-25  Derek Price  <derek@ximbiot.com>
11121
11122         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
11123
11124 2005-05-25  Derek Price  <derek@ximbiot.com>
11125             Paul Eggert  <eggert@cs.ucla.edu>
11126
11127         * modules/getlogin_r, m4/getlogin_r.m4: New files.
11128         * lib/getlogin_r.c, getlogin_r.h: New files.
11129
11130 2005-05-25  Bruno Haible  <bruno@clisp.org>
11131             Derek Price  <derek@ximbiot.com>
11132
11133         * lib/getlogin_r.h: Simplify API documentation.
11134
11135 2005-05-23  Derek Price  <derek@ximbiot.com>
11136
11137         * modules/minmax (Files): Add m4/minmax.m4.
11138         (configure.ac): Add gl_MINMAX.
11139
11140 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
11141
11142         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
11143         so that unistd-safer.h (GPL'ed code) need not be included.
11144
11145 2005-05-22  Bruno Haible  <bruno@clisp.org>
11146
11147         * m4/minmax.m4: New file.
11148         Based on a patch by Derek Price <derek@ximbiot.com>.
11149
11150 2005-05-22  Bruno Haible  <bruno@clisp.org>
11151
11152         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
11153         (INT64_MIN): Fix definition.
11154         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
11155
11156         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
11157         NEED_SIGNED_INT_TYPES.
11158
11159         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
11160         HAVE_SYSTEM_INTTYPES.
11161
11162 2005-05-22  Bruno Haible  <bruno@clisp.org>
11163
11164         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
11165         Also include <sys/param.h> if it defines MIN, MAX.
11166         Based on a patch by Derek Price <derek@ximbiot.com>.
11167
11168 2005-05-21  Jim Meyering  <jim@meyering.net>
11169
11170         * modules/fts (Files): Add m4/inttypes-pri.m4.
11171         (Depends-on): Add lstat and remove gettext.  Alphabetize.
11172
11173 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
11174
11175         New fts module.
11176         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
11177         (setup_dir, free_dir): New functions.
11178         (enter_dir, leave_dir): Define trivial
11179         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
11180         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
11181         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
11182         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
11183         Move to fts-cycle.c.
11184         (fts_open): Use setup_dir.
11185         (fts_close): Use free_dir.
11186         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
11187         This adds a label and some gotos, but the alternatives were messier.
11188         Check for memory allocation failure when entering a dir.
11189         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
11190         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
11191         (FTS): New member fts_cycle, that is a union that contains the
11192         old active_dir_ht and cycle_state.  All uses changed to mention
11193         fts_cycle.ht and fts_cycle.state.
11194         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
11195         fts.c, with the following changes:
11196         (setup_dir, free_dir): New functions.
11197         (enter_dir): Now returns bool.  Return true if successful, false
11198         if memory exhausted.  All callers changed.
11199         Do not bother partly cleaning up on
11200         memory allocation failure; that is free_dir's job.
11201         However, free ad if hash_insert fails, to avoid memory leak.
11202         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
11203         fts->fts_options to see which union member to use.
11204
11205 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
11206
11207         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
11208         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
11209
11210 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
11211
11212         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
11213
11214 2005-05-20  Jim Meyering  <jim@meyering.net>
11215
11216         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
11217         Now a macro, to pacify GCC.
11218
11219 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
11220
11221         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
11222         of -1.
11223
11224 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
11225
11226         * lib/chown.c (rpl_chown): Return -1 on failure.
11227
11228 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
11229
11230         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
11231         Don't check for stddef.h.
11232         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
11233         don't use its results.
11234         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
11235         since we include them unconditionally.  Don't require
11236         AM_STDBOOL_H, since stdbool is a prerequisite.
11237         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
11238         since we assume C89 or better.
11239         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
11240         as we don't use their results.
11241         Don't check for fchdir, memmove, memset, strrchr, as we use
11242         them unconditionally.
11243         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
11244         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
11245
11246 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
11247
11248         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
11249         Include <stddef.h> unconditionally, since we assume C89 now.
11250         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
11251         * lib/fts.c: Include fts_.h first, to check interface.
11252         Do not include intprops.h; no longer needed.
11253         Include cycle-check.h and hash.h, since fts_.h no longer does.
11254         Remove unnecessary casts of closedir to void.
11255         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
11256         decide whether to decrement nlinks.
11257         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
11258         (FTS): Use struct hash_table * instead of Hash_table, so that
11259         we no longer need to include hash.h here.
11260
11261 2005-05-18  Jim Meyering  <jim@meyering.net>
11262
11263         * modules/dirfd (License): Change to LGPL.  Most of the code
11264         is already in the public domain.
11265
11266 2005-05-18  Jim Meyering  <jim@meyering.net>
11267
11268         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
11269         Reported by Yoann Vandoorselaere.
11270
11271 2005-05-17  Jim Meyering  <jim@meyering.net>
11272
11273         * m4/fts.m4: New file, from coreutils.
11274
11275 2005-05-17  Jim Meyering  <jim@meyering.net>
11276
11277         * lib/fts.c, lib/fts_.h: New files, from coreutils.
11278
11279 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11280
11281         Sync from coreutils.
11282         * m4/unlinkdir.m4: New file.
11283
11284 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11285
11286         Sync from coreutils.
11287         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
11288         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
11289         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
11290         White space changes only.
11291         * lib/makepath.c (make_path): Port to hosts where leading "//" is
11292         special.
11293         * lib/yesno.c: Include getline.h, not ctype.h.
11294         (yesno): Don't remove leading white space; POSIX doesn't allow it.
11295         Use getline to remove arbitrary restriction on response length.
11296
11297 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11298
11299         * config/srclist-update: Spell out "Street" in FSF postal
11300         mail address; this is the style the FSF seems to prefer.
11301
11302         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
11303         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
11304         this updates FSF postal mail address.
11305
11306         Sync from coreutils.
11307         * modules/unlinkdir: New file.
11308         * modules/yesno (Depends-on): Add getline.
11309         * MODULES.html.sh (File system functions): Add unlinkdir.
11310
11311 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
11312
11313         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
11314         lib/strsep.h:
11315         Change the initial comment to refer to GPL, not LGPL.
11316         gnulib-tool will change it to LGPL as needed.
11317
11318         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
11319         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
11320         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
11321         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
11322         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
11323         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
11324         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
11325         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
11326         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
11327         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
11328         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
11329         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
11330         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
11331         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
11332         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
11333         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
11334         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
11335         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
11336         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
11337         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
11338         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
11339         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
11340         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
11341         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
11342         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
11343         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
11344         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
11345         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
11346         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
11347         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
11348         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
11349         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
11350         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
11351         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
11352         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
11353         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
11354         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
11355         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
11356         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
11357         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
11358         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
11359         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
11360         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
11361         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
11362         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
11363         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
11364         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
11365         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
11366         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
11367         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
11368         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
11369         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
11370         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
11371         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
11372         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
11373         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
11374         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
11375         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
11376         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
11377         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
11378         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
11379         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
11380         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
11381         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
11382         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
11383         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
11384         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
11385         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
11386         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
11387         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
11388         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
11389         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
11390         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
11391         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
11392         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
11393         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
11394         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
11395         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
11396         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
11397         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
11398         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
11399         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
11400         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
11401         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
11402         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
11403         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
11404         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
11405         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
11406         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
11407         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
11408         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
11409         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
11410         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
11411         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
11412         lib/yesno.c, lib/yesno.h:
11413         Update FSF postal mail address.
11414
11415 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
11416
11417         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
11418         tests/test-memmem.c, tests/test-stpncpy.c:
11419         Update FSF postal mail address.
11420
11421 2005-05-13  Bruno Haible  <bruno@clisp.org>
11422
11423         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
11424         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
11425         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
11426         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
11427         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
11428         Add support for 64-bit integers in the MSVC compiler.
11429
11430 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11431
11432         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
11433
11434 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
11435
11436         * gnulib-tool (func_import): Sort and uniquify recommended includes.
11437
11438 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
11439
11440         * doc/getdate.texi (General date syntax): Don't say that date
11441         date --iso-8601=ns generates acceptable dates; it doesn't yet.
11442         Problem reported by Nic Ferrier.
11443
11444 2005-05-10  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
11445
11446         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
11447         specified in ai_socktype. Fix invalid ai_protocol
11448         check. ai_protocol is usually set to 0 or depending on
11449         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
11450         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
11451         ai_socktype / ai_protocol in the returned addrinfo structure.
11452
11453 2005-05-10  Simon Josefsson  <jas@extundo.com>
11454
11455         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
11456         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11457
11458 2005-05-10  Karl Berry  <karl@gnu.org>
11459
11460         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
11461         (from http://www.gnu.org/licenses).
11462         * doc/COPYING.LIB: also rename to COPYING.LESSER.
11463         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
11464         fdl.texi suffices.
11465
11466 2005-05-10  Karl Berry  <karl@gnu.org>
11467
11468         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
11469         (COPYING.DOC): remove.
11470
11471         * config/srclist-update: new FSF address.
11472
11473 2005-05-10  Derek Price  <derek@ximbiot.com>
11474
11475         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
11476         possible.
11477
11478 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
11479             Bruno Haible  <bruno@clisp.org>
11480
11481         * modules/inet_ntop: New file.
11482         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11483         inet_ntop.
11484
11485 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
11486             Bruno Haible  <bruno@clisp.org>
11487
11488         * m4/inet_ntop.m4: New file.
11489
11490 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
11491             Bruno Haible  <bruno@clisp.org>
11492
11493         * lib/inet_ntop.h: New file.
11494         * lib/inet_ntop.c: New file, from glibc with modifications.
11495
11496 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
11497
11498         * modules/time_r (License): Change to LGPL.
11499         * modules/extensions (License): Change to LGPL.  Actually,
11500         the license is more permissive than that, but currently gnulib-tool
11501         doesn't know how to handle more-permissive licenses.
11502
11503         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
11504         Problem reported by Dave Love.
11505
11506 2005-05-08  Jim Meyering  <jim@meyering.net>
11507
11508         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
11509         blank.
11510
11511 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
11512
11513         * modules/argmatch (Depends-on): Add stdbool.
11514         * modules/backupfile (Depends-on): Likewise.
11515         * modules/chdir-long (Depends-on): Likewise.
11516         * modules/closeout (Depends-on): Likewise.
11517         * modules/cycle-check (Depends-on): Likewise.
11518         * modules/dirname (Depends-on): Likewise.
11519         * modules/fnmatch (Depends-on): Likewise.
11520         * modules/fsusage (Depends-on): Likewise.
11521         * modules/fwriteerror (Depends-on): Likewise.
11522         * modules/getcwd (Depends-on): Likewise.
11523         * modules/getloadavg (Depends-on): Likewise.
11524         * modules/hard-locale (Depends-on): Likewise.
11525         * modules/makepath (Depends-on): Likewise.
11526         * modules/mountlist (Depends-on): Likewise.
11527         * modules/nanosleep (Depends-on): Likewise.
11528         * modules/posixtm (Depends-on): Likewise.
11529         * modules/quotearg (Depends-on): Likewise.
11530         * modules/readtokens (Depends-on): Likewise.
11531         * modules/readtokens0 (Depends-on): Likewise.
11532         * modules/readutmp (Depends-on): Likewise.
11533         * modules/save-cwd (Depends-on): Likewise.
11534         * modules/strftime (Depends-on): Likewise.
11535         * modules/userspec (Depends-on): Likewise.
11536         * modules/utimecmp (Depends-on): Likewise.
11537         * modules/xgetcwd (Depends-on): Likewise.
11538         * modules/xnanosleep (Depends-on): Likewise.
11539         * modules/xstrtod (Depends-on): Likewise.
11540         * modules/yesno (Depends-on): Likewise.
11541
11542 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
11543
11544         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
11545         needless checks.
11546
11547 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
11548
11549         Merge from coreutils.  Among other things,
11550         add bulletproofing for cases where stdin, stdout, or stderr are closed.
11551         * lib/fd-safer.c: New file.
11552         * lib/fcntl-safer.h, open-safer.c: Remove.
11553         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
11554         * lib/dup-safer.c: Include unistd-safer.h first.
11555         Don't include errno.h.
11556         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
11557         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
11558         * lib/file-type.c: Rely on file-type.h change.
11559         * lib/getloadavg.c: Include unistd-safer.h.
11560         (getloadavg): Use safer open.
11561         * lib/getusershell.c: Include "stdio-safer.h".
11562         (getusershell): Use safer fopen.
11563         * lib/long-options.c (long_options): Use NULL rather than 0.
11564         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
11565         'free'.
11566         * lib/modechange.c: Likewise.
11567         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
11568         (MODE_DONE): New constant.
11569         (struct mode_change): Remove 'next' member.
11570         (make_node_op_equals): New function; like the old one of the
11571         same name, except it allocates an array.
11572         (mode_compile, mode_create_from_ref): Use it.
11573         (mode_compile): Allocate result as an array, not a linked list.
11574         Parse octal string ourself, so that we catch mistakes like "+0".
11575         (mode_adjust): Arg is an array, not a linked list.
11576         * lib/modechange.c: Include stat-macros.h, xalloc.h.
11577         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
11578         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
11579         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
11580         Remove.  This is now stat-macros.h's job.
11581         (talloc): Remove.  All callers replaced by xalloc, so that
11582         our invokers don't have to worry about reporting memory failures.
11583         (make_node_op_equals): Remove.
11584         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
11585         New constants.
11586         (struct mode_change): Moved here from modechange.h.
11587         (mode_append_entry): Remove.
11588         (mode_compile): Remove MASKED_OPS arg, since it encouraged
11589         apps to have incorrect behavior.  Use simpler algorithm for head
11590         and tail.  Don't futz with umask; that's now the job of mode_adjust.
11591         Detect more invalid usages rather than having somewhat-random behavior.
11592         Don't insert an "a=" action, as that leads to incorrect behavior.
11593         (mode_compile, mode_create_from_ref): Return NULL on error instead
11594         of an enum, since now there's only one way to have an error.  All
11595         callers changed.
11596         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
11597         at the correct time.  Simplify calculation of "+u" and its ilk.
11598         Don't mishandle "+X".
11599         (mode_free): Remove "register" and localize decls.
11600         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
11601         (struct mode_change): Move to modechange.c; callers don't
11602         need to see this stuff.
11603         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
11604         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
11605         (mode_change, mode_adjust): Reflect the new signatures noted above.
11606         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
11607         that might redefine system include files.
11608         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
11609         (my_usleep): Use NULL rather than (void *) 0.
11610         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
11611         Use siginterrupt to specify that system calls should be interrupted.
11612         (rpl_nanosleep): Move initialization of suspended closer to call of
11613         my_usleep.
11614         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
11615         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
11616         (desirable_utmp_entry): New function.
11617         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
11618         using x2nrealloc, to simplify logic.
11619         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
11620         size calculation.  Do not assume utmp file is a regular file.
11621         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
11622         (READ_UTMP_CHECK_PIDS): New constant.
11623         * lib/save-cwd.c: Include unistd-safer.h.
11624         (save_cwd): Use fd_safer.
11625         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
11626         [!_LIBC] Include "stat-macros.h" instead.
11627         * lib/unistd-safer.h (fd_safer): New decl.
11628
11629 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
11630
11631         * modules/getloadavg (Depends-on): Add unistd-safer.
11632         * modules/getusershell (Depends-on): Add stdio-safer.
11633         * modules/lstat (Depends-on): Remove xalloc.
11634         * modules/mkstemp (Depends-on): Add stat-macros.
11635         * modules/modechange (Depends-on): Remove xstrtol.
11636         Add stat-macros, xalloc.
11637         * modules/save-cwd (Depends-on): Add unistd-safer.
11638         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
11639         * modules/unistd-safer (Files): Add lib/fd-safer.c
11640         (Makefile.am): Remove lib_SOURCES.
11641
11642         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
11643         Remove fcntl-safer; unistd-safer supersedes it.
11644
11645 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
11646
11647         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
11648         AC_HEADER_STAT.
11649         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
11650         (gl_PREREQ_CHOWN): Remove.
11651         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
11652         it.  Don't require AC_HEADER_STAT.
11653         (gl_PREREQ_LSTAT): Remove.
11654         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
11655         Don't require AC_HEADER_STAT.
11656         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
11657         (gl_PREREQ_RMDIR): Remove.
11658         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
11659         mention stat-macros.h or AC_HEADER_STAT, since we'll make
11660         the stat-macros module a prerequisite.
11661         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
11662         * m4/filemode.m4 (gl_FILEMODE): Likewise.
11663         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
11664         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
11665         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
11666         variable names.
11667         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
11668         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
11669         variable prefixes.
11670         * m4/fcntl-safer.m4: Remove.
11671         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
11672         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
11673         Invoke gl_PREREQ_FD_SAFER.
11674         (gl_PREREQ_FD_SAFER): New macro.
11675         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
11676         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
11677         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
11678         Remove duplicate call to AC_LIBOBJ(readutmp).
11679         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
11680
11681         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
11682         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
11683
11684 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
11685
11686         * MODULES.html.sh (Misc): Add byteswap.
11687
11688 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
11689
11690         * modules/getcwd (Depends-on): Add extensions.
11691         * modules/openat (Depends-on): Likewise.
11692
11693 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
11694
11695         * modules/byteswap: New file.
11696
11697 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
11698
11699         * m4/byteswap.m4: New file.
11700
11701 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
11702
11703         * lib/byteswap_.h: New file.
11704
11705 2005-04-25  Karl Berry  <karl@gnu.org>
11706
11707         * m4/gettext.m4: Update from GNU gettext 0.14.4.
11708
11709 2005-04-25  Albert Chin  <china@thewrittenword.com>
11710
11711         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
11712         Toolkit C bug.
11713
11714 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
11715
11716         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
11717         (func_ln_if_changed) Remove forcibly for no error message
11718         in case file does not exist.
11719
11720 2005-04-19  Simon Josefsson  <jas@extundo.com>
11721
11722         * gnulib-tool (Options): Make --symlink mean --symbolic.
11723
11724 2005-04-18  Oskar Liljeblad <oskar@osk.mine.nu>
11725
11726         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
11727
11728 2005-04-16  Simon Josefsson  <jas@extundo.com>
11729
11730         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
11731
11732 2005-04-15  Simon Josefsson  <jas@extundo.com>
11733
11734         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
11735
11736 2005-04-15  Simon Josefsson  <jas@extundo.com>
11737
11738         * gnulib-tool: Rename --symlink to --symbolic.
11739
11740 2005-04-15  Oskar Liljeblad <oskar@osk.mine.nu>
11741
11742         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
11743         symbolic links to files instead of copying/moving.  Add --aux-dir,
11744         specifying directory relative --dir where auxiliary build tools
11745         are placed.
11746
11747 2005-04-14  Bruno Haible  <bruno@clisp.org>
11748
11749         * modules/allocsa (License): Change to LGPL.
11750         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
11751
11752 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11753
11754         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
11755         that "UTC +1 second" continues to work.  Problem reported
11756         by Dmitry V. Levin.
11757         (relunit_snumber): New rule.
11758         (relunit): Use it.
11759
11760 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
11761
11762         * lib/getdate.y (universal_time_zone_table): New constant.
11763         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
11764         universal_time_zone_table.
11765         (lookup_zone): Prefer universal_time_zone_table to
11766         local_time_zone_table, so that "GMT" time stamps are allowed in
11767         London during the summer.  Problem reported by Ian Abbott.
11768
11769 2005-04-12  Jim Meyering  <jim@meyering.net>
11770
11771         * lib/human.c (humblock): Set *options even when returning due to
11772         xstrtoumax conversion failure.  Thanks to a used-uninitialized
11773         warning from gcc-4.
11774
11775 2005-04-09  Jim Meyering  <jim@meyering.net>
11776
11777         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
11778         -Wuninitialized: initialize tm0.tm_year.
11779
11780 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
11781
11782         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
11783         count, since there's no maximum.  All uses changed.
11784         Add member dsts_seen.
11785         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
11786         not being INT_MAX.
11787         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
11788         Use pc_rels_seen to decide whther a date is absolute.
11789
11790         * lib/getdate.y (number): Don't overwrite year.
11791         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
11792         check.
11793
11794 2005-04-02  Simon Josefsson  <jas@extundo.com>
11795
11796         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
11797         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
11798
11799 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
11800
11801         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
11802         where no absolute path name can be longer than PATH_MAX.
11803
11804 2005-03-27  Jim Meyering  <jim@meyering.net>
11805
11806         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
11807
11808 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
11809
11810         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
11811         "one's complement" -> "ones' complement" in comment, as per Knuth.
11812         "value of type" -> "type or expression" in comment.
11813         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
11814
11815 2005-03-26  Jim Meyering  <jim@meyering.net>
11816
11817         Comment nits.
11818         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
11819         Correct typos: s/or/of/.
11820
11821 2005-03-26  Jim Meyering  <jim@meyering.net>
11822
11823         * modules/check-include-files: Move to ../ and rename to...
11824         * check-module: ...this.
11825
11826 2005-03-25  Jim Meyering  <jim@meyering.net>
11827
11828         * modules/xvasprintf (Files): Add xalloc.h.
11829
11830 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
11831
11832         * modules/gettext (Files): config/config.rpath ->
11833         build-aux/config.rpath
11834         * modules/iconv (Files): Likewise.
11835         Problem reported by Oskar Liljeblad.
11836
11837 2005-03-23  Jim Meyering  <jim@meyering.net>
11838
11839         * modules/check-include-files: New script to check for
11840         missing dependencies, multiple includes, etc.
11841
11842         * modules/c-strtold (Depends-on): Add xalloc.
11843         * modules/c-strtod (Depends-on): Add xalloc.
11844         * modules/hash (Depends-on): Add xalloc.
11845         (Files): Remove lib/xalloc.h.
11846
11847         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
11848         * modules/userspec (Files): Add lib/inttostr.h.
11849
11850 2005-03-23  Jim Meyering  <jim@meyering.net>
11851
11852         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
11853
11854 2005-03-22  Jim Meyering  <jim@meyering.net>
11855
11856         * modules/stat-macros: New module.
11857         * modules/canonicalize, modules/euidaccess, modules/file-type,
11858         * modules/filemode, modules/lchown, modules/makepath,
11859         * modules/rmdir, modules/stat: Depend on new stat-macros module
11860         rather than listing lib/stat-macros.h manually.
11861         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
11862
11863 2005-03-22  Jim Meyering  <jim@meyering.net>
11864
11865         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
11866
11867 2005-03-22  Bruno Haible  <bruno@clisp.org>
11868
11869         * config/srclist.txt: Replace target directory 'config' with
11870         'build-aux'.
11871         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
11872         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
11873         ../build-aux/.
11874
11875 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
11876
11877         * modules/chdir-long (Depends-on): Add mempcpy.
11878
11879         * modules/acl, modules/backupfile, modules/c-strtod,
11880         modules/c-strtold, modules/canon-host, modules/canonicalize,
11881         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
11882         modules/exclude, modules/exitfail, modules/file-type,
11883         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
11884         modules/getdate, modules/getline, modules/getpagesize,
11885         modules/getpass, modules/getugroups, modules/group-member,
11886         modules/hard-locale, modules/hash, modules/human, modules/idcache,
11887         modules/inttostr, modules/long-options, modules/makepath,
11888         modules/md5, modules/memcasecmp, modules/memcoll,
11889         modules/modechange, modules/mountlist, modules/path-concat,
11890         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
11891         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
11892         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
11893         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
11894         modules/strftime, modules/strndup, modules/strverscmp,
11895         modules/timespec, modules/unlocked-io, modules/userspec,
11896         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
11897         modules/yesno:
11898         Remove lib_SOURCES line from Makefile.am section, as this is now
11899         done automatically by the corresponding Autoconf macro.
11900
11901 2005-03-21  Jim Meyering  <jim@meyering.net>
11902
11903         Changes imported from coreutils.
11904
11905         * lib/cycle-check.c: Don't include xalloc.h.
11906
11907         * lib/path-concat.c: Don't include assert.h.
11908         (path_concat): Remove assertion that would have triggered
11909         for ABASE starting with more than one slash.
11910         Reported by Andreas Schwab.
11911
11912         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
11913         properly when ABASE is an absolute file name.
11914         Correct the description of this function.
11915         Include <assert.h>.
11916         Add an assertion and a test driver.
11917         This fixes a bug introduced on 2004-07-02.
11918         Andreas Schwab reported the resulting failure of cp --parents:
11919         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
11920
11921 2005-03-21  Jim Meyering  <jim@meyering.net>
11922
11923         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
11924         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
11925
11926 2005-03-21  Jim Meyering  <jim@meyering.net>
11927         and  Paul Eggert  <eggert@cs.ucla.edu>
11928
11929         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
11930         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
11931         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
11932         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
11933         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
11934         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
11935         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
11936         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
11937         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
11938         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
11939         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
11940         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
11941         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
11942         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
11943         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
11944         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
11945         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
11946         for these modules.
11947
11948 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
11949
11950         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
11951         (which shouldn't happen), generate nothing instead of returning 0
11952         immediately, so that nstrftime (NULL, ...) doesn't return 0.
11953
11954 2005-03-16  Bruno Haible  <bruno@clisp.org>
11955
11956         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
11957         HAVE_LONGLONG_64BIT.
11958
11959 2005-03-16  Bruno Haible  <bruno@clisp.org>
11960
11961         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
11962         HAVE_LONGLONG_64BIT.
11963
11964 2005-03-16  Bruno Haible  <bruno@clisp.org>
11965
11966         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
11967         HAVE_LONGLONG_64BIT.
11968
11969 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
11970
11971         * lib/strftime.c (my_strftime): Prepend space to format so that we can
11972         reliably distinguish strftime failure from empty output on POSIX
11973         hosts.
11974
11975 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
11976
11977         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
11978         (iconv_string): Don't guess a size-zero buffer, as that might cause
11979         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
11980         result would be 'too large', where 'too large' is (heuristically)
11981         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
11982         overflow concerns.  This will prevent some unwanted malloc failures
11983         when the inputs are very large.
11984
11985 2005-03-15  Karl Berry  <karl@gnu.org>
11986
11987         * config/srclist.txt (config.rpath): from gettext.
11988         * config/config.rpath: update.
11989
11990 2005-03-15  Bruno Haible  <bruno@clisp.org>
11991
11992         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
11993         to 'negate'.
11994
11995         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
11996         variable.
11997
11998         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
11999         results.
12000
12001 2005-03-14  Simon Josefsson  <jas@extundo.com>
12002
12003         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
12004         <fx@gnu.org>.
12005
12006 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
12007
12008         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
12009         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
12010         intprops.h.
12011         * lib/strtol.c: Likewise.
12012
12013 2005-03-14  Jim Meyering  <jim@meyering.net>
12014
12015         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
12016         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
12017         to be nonzero so that we (and caller) can detect the difference
12018         between a valid zero-length expansion and an error return, even
12019         when the underlying strftime fails before writing anything into
12020         that location.
12021
12022 2005-03-14  Bruno Haible  <bruno@clisp.org>
12023
12024         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
12025         Update from GNU gettext 0.14.3.
12026
12027 2005-03-10  Jim Meyering  <jim@meyering.net>
12028
12029         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
12030
12031 2005-03-10  Jim Meyering  <jim@meyering.net>
12032
12033         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
12034         so that this module works on systems without fchdir.
12035
12036 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
12037
12038         Factor int-properties macros into a single file, except for
12039         glibc-related files.
12040         * lib/intprops.h: New file.
12041         * lib/getloadavg.c: Include it instead of limits.h.
12042         (INT_STRLEN_BOUND): Remove.
12043         * lib/human.c: Include intprops.h.
12044         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
12045         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
12046         302/1000.
12047         * lib/inttostr.h: Include intprops.h instead of limits.h.
12048         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
12049         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
12050         for consistency with intprops.h.
12051         (time_t_is_integer, twos_complement_arithmetic): Use them.
12052         * lib/sig2str.h: Include <signal.h>, intprops.h.
12053         (INT_STRLEN_BOUND): Remove.
12054         * lib/strftime.c (TYPE_SIGNED): Remove.
12055         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
12056         * lib/strtol.c: Adjust comments to match intprops.h.
12057         * lib/userspec.c: Include intprops.h.
12058         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
12059         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
12060         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
12061         instead of rolling our own expressions.
12062         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
12063
12064         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
12065         instead of int.
12066         (my_strftime): Do not mishandle years close to INT_MAX, by doing
12067         the right thing even if adding 1900 would overflow.  Similarly
12068         for tm_mon + 1 and tm_yday + 1.
12069         Make %Y always equivalent to %C%y, and similarly for %G and %g.
12070         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
12071         (DO_SIGNED_NUMBER): New macro.
12072         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
12073
12074 2005-03-07  Bruno Haible  <bruno@clisp.org>
12075
12076         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
12077
12078 2005-03-07  Bruno Haible  <bruno@clisp.org>
12079
12080         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
12081
12082 2005-03-04  Derek R. Price  <derek@ximbiot.com>
12083
12084         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
12085         (func_import): Only replace files via --import when they have actually
12086         changed.
12087
12088 2005-03-03  Derek R. Price  <derek@ximbiot.com>
12089
12090         * m4/mmap-anon.m4: New file.
12091         * m4/pagealign_alloc.m4: New file.
12092
12093 2005-03-03  Derek R. Price  <derek@ximbiot.com>
12094             Bruno Haible  <bruno@clisp.org>
12095
12096         * modules/pagealign_alloc: New file.
12097         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
12098
12099 2005-03-03  Derek R. Price  <derek@ximbiot.com>
12100             Bruno Haible  <bruno@clisp.org>
12101
12102         * lib/pagealign_alloc.h: New file.
12103         * lib/pagealign_alloc.c: New file.
12104
12105 2005-03-03  Bruno Haible  <bruno@clisp.org>
12106
12107         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
12108         Use an all-permissive copyright notice, recommended by RMS.
12109
12110 2005-03-02  Bruno Haible  <bruno@clisp.org>
12111
12112         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
12113         of AIX, the replacement has to be done only after <string.h> is
12114         included, therefore not in config.h. stpncpy.h does the replacement,
12115         and stpncpy.c uses it.
12116
12117 2005-03-02  Bruno Haible  <bruno@clisp.org>
12118
12119         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
12120         stpncpy.c uses it.
12121
12122 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12123
12124         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
12125         The workaround isn't strictly needed for POSIX conformance, and
12126         it's too much of a pain to configure and maintain.  We'll ask
12127         people to fix their kernels instead.
12128         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
12129         (NANOSLEEP_BUG_WORKAROUND): Remove.
12130         (xnanosleep): Remove the workaround.
12131
12132 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12133
12134         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
12135         Reported by Derek Price.
12136         (Include): Add "timespec.h".
12137
12138         * modules/xnanosleep (Depends-on): Remove gethrxtime.
12139
12140 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12141
12142         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
12143         to detect nanosleep bug.
12144
12145 2005-03-01  Bruno Haible  <bruno@clisp.org>
12146
12147         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
12148
12149 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
12150
12151         * modules/gethrxtime: New file.
12152         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
12153         (Depends-on): Add gethrxtime.
12154         (configure.ac): Add gl_XNANOSLEEP.
12155         (Makefile.am): Remove lib_SOURCES line.
12156
12157 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
12158
12159         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
12160         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
12161
12162 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
12163
12164         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
12165         * lib/timespec.h (gettime): Return void, since it always
12166         succeeds now.  All uses changed.
12167         * lib/gettime.c (gettime) Likewise.
12168         [HAVE_NANOTIME]: Prefer nanotime.
12169         Assume gettimeofday succeeds, as POSIX requires.
12170         Assime time () succeeds, since other code already does.
12171         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
12172         (timespec_subtract): Remove.
12173         (NANOSLEEP_BUG_WORKAROUND): New constant.
12174         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
12175         things considerably.  Use it only on GNU/Linux hosts, since the
12176         workaround shouldn't be needed elsewhere.
12177
12178 2005-02-24  Bruno Haible  <bruno@clisp.org>
12179
12180         * modules/gettext (Files): Add m4/glibc2.m4.
12181
12182 2005-02-24  Bruno Haible  <bruno@clisp.org>
12183
12184         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
12185         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
12186         * m4/progtest.m4:
12187         Update from GNU gettext 0.14.2.
12188         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
12189
12190 2005-02-24  Bruno Haible  <bruno@clisp.org>
12191
12192         * lib/localcharset.c: Update from GNU gettext 0.14.2.
12193         * lib/config.charset: Update from GNU gettext 0.14.2.
12194
12195 2005-02-24  Bruno Haible  <bruno@clisp.org>
12196
12197         * lib/gettext.h: Update from GNU gettext 0.14.2.
12198
12199 2005-02-23  Simon Josefsson  <jas@extundo.com>
12200
12201         * m4/iconvme.m4: New file.
12202
12203 2005-02-23  Jim Meyering  <jim@meyering.net>
12204
12205         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
12206         change.
12207         Thanks to Bruno Haible for catching it.
12208
12209 2005-02-22  Simon Josefsson  <jas@extundo.com>
12210
12211         * modules/iconvme: New file.
12212
12213         * MODULES.html.sh: Add iconvme.
12214
12215 2005-02-22  Simon Josefsson  <jas@extundo.com>
12216
12217         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
12218
12219 2005-02-22  Simon Josefsson  <jas@extundo.com>
12220
12221         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
12222
12223 2005-02-22  Jim Meyering  <jim@meyering.net>
12224
12225         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
12226         s/ifndef/ifdef/.
12227
12228 2005-02-20  Neil Conway  <neilc@samurai.com>
12229
12230         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
12231         returned by OSX/Darwin if the specified buffer is not large
12232         enough for the hostname.
12233
12234 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12235
12236         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
12237         pass it to _help, otherwise the latter coredumps trying to
12238         dereference state.root_argp.
12239
12240 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
12241
12242         * modules/chdir-long (Depends-on): Add memrchr.
12243         * modules/memrchr (Files): Add lib/memrchr.h.
12244         (Include): "memrchr.h".
12245
12246 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
12247
12248         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
12249
12250 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
12251
12252         * lib/memrchr.h: New file.
12253         * lib/chdir-long.c: Include it.
12254         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
12255         Don't bother including stddef.h.
12256
12257 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
12258
12259         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
12260         inclusion.
12261         Include <sys/types.h>, for dev_t.
12262         (ME_DUMMY, ME_REMOTE): Move from here....
12263         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
12264         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
12265         Dmitry V. Levin.
12266         Include mountlist.h first, to test the interface.
12267
12268 2005-01-29  Bruno Haible  <bruno@clisp.org>
12269
12270         * lib/progname.c (program_name): Initialize.
12271         Needed when linking statically on MacOS X.
12272
12273 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
12274
12275         Sync from coreutils.
12276         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
12277         (Depends-on): Add c-strtod.
12278         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
12279
12280 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
12281
12282         Sync from coreutils.
12283         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
12284
12285         Remove files that are specific to coreutils.
12286         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
12287
12288 2005-01-28  Bruno Haible  <bruno@clisp.org>
12289
12290         * modules/javacomp: New file.
12291         * MODULES.html.sh (Java): Add javacomp.
12292
12293 2005-01-28  Bruno Haible  <bruno@clisp.org>
12294
12295         * m4/javacomp.m4: New file, from GNU gettext.
12296
12297 2005-01-28  Bruno Haible  <bruno@clisp.org>
12298
12299         * lib/javacomp.sh.in: New file, from GNU gettext.
12300         * lib/javacomp.h: New file, from GNU gettext.
12301         * lib/javacomp.c: New file, from GNU gettext.
12302
12303 2005-01-26  Simon Josefsson  <jas@extundo.com>
12304
12305         * lib/gai_strerror.c: Use GPL in header.
12306
12307 2005-01-26  Bruno Haible  <bruno@clisp.org>
12308
12309         * modules/javaexec: New file.
12310         * MODULES.html.sh (Java): Add javaexec.
12311
12312 2005-01-26  Bruno Haible  <bruno@clisp.org>
12313
12314         * m4/javaexec.m4: New file, from GNU gettext.
12315
12316 2005-01-26  Bruno Haible  <bruno@clisp.org>
12317
12318         * lib/javaexec.sh.in: New file, from GNU gettext.
12319         * lib/javaexec.h: New file, from GNU gettext.
12320         * lib/javaexec.c: New file, from GNU gettext.
12321
12322 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12323
12324         * modules/lchown (Depends-on): Remove lchown.h
12325
12326 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12327
12328         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
12329         must be defined if the header file was not found, in order
12330         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
12331
12332 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12333
12334         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
12335         initializers for struct pentry_state.
12336         (__argp_error): Check return value of __asprintf
12337         (__argp_failure): Translate error message
12338
12339         * lib/argp-parse.c: Removed braces around the expansion of N_()
12340
12341 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12342
12343         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
12344         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
12345         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
12346         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
12347         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
12348         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
12349         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
12350         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
12351         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
12352         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
12353         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
12354         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
12355         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
12356         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
12357         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
12358         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
12359         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
12360         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
12361         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
12362         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
12363         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
12364         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
12365         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
12366         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
12367         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
12368         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
12369         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
12370         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
12371         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
12372         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
12373         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
12374         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
12375         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
12376         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
12377         xstrtol.m4, xstrtoumax.m4, yesno.m4:
12378         Use an all-permissive copyright notice, recommended by RMS.
12379
12380 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
12381
12382         * modules/chdir-long (Depends-on): Remove mempcpy.
12383
12384 2005-01-21  Jim Meyering  <jim@meyering.net>
12385
12386         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
12387         same value as for Solaris 9.
12388
12389         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
12390         component length.  This included changing the parameter to be
12391         of type `char *' rather than `char const *'.
12392         * lib/chdir-long.h (chdir_long): Update prototype.
12393
12394         * lib/openat.c (fdopendir, fstatat): New functions.
12395         * lib/openat.h: Include headers required for use of DIR and struct
12396         stat.
12397         [AT_SYMLINK_NOFOLLOW]: Define.
12398         (fdopendir, fstatat): Add prototypes.
12399
12400 2005-01-21  Bruno Haible  <bruno@clisp.org>
12401
12402         * modules/classpath: New file.
12403         * MODULES.html.sh (Java): Add classpath.
12404
12405 2005-01-21  Bruno Haible  <bruno@clisp.org>
12406
12407         * lib/classpath.h: New file, from GNU gettext.
12408         * lib/classpath.c: New file, from GNU gettext.
12409
12410 2005-01-20  Simon Josefsson  <jas@extundo.com>
12411
12412         * modules/version-etc-fsf: New file.
12413
12414 2005-01-20  Simon Josefsson  <jas@extundo.com>
12415
12416         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
12417         * lib/version-etc.c: Remove version_etc_copyright.
12418         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
12419         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
12420
12421 2005-01-20  Simon Josefsson  <jas@extundo.com>
12422
12423         * lib/base64.h (isbase64): Add.
12424
12425         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
12426         using a unsigned prototype, don't inline.
12427         (base64_decode): Use it.
12428
12429 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12430
12431         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
12432         it.
12433
12434 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12435
12436         * lib/save-cwd.c (save_cwd): Remove code to support the case
12437         where fchdir is missing or flaky.
12438
12439 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12440
12441         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
12442
12443 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
12444
12445         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
12446         AC_LIBSOURCES now does this.
12447         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
12448         with new ullong_max module.
12449
12450 2005-01-19  Bruno Haible  <bruno@clisp.org>
12451
12452         * modules/sh-quote: New file.
12453         * MODULES.html.sh (Executing programs): Add sh-quote.
12454
12455 2005-01-19  Bruno Haible  <bruno@clisp.org>
12456
12457         * lib/sh-quote.h: New file, from GNU gettext.
12458         * lib/sh-quote.c: New file, from GNU gettext.
12459
12460 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
12461
12462         Merge from coreutils.
12463         * m4/ullong_max.m4: New file.
12464         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
12465         (gl_MACROS): Assume localeconv exists.
12466
12467 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
12468
12469         Merge changes from coreutils, as described below in several
12470         changelogs dated today.
12471
12472         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
12473         (O_DIRECTORY): Remove; not needed here, since "." must be
12474         a directory.  All uses removed.
12475         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
12476         universal on Suns, and we also need to test for IRIX.
12477         Revamp code to use 'if' rather than '#if'.
12478         Avoid unnecessary comparison of cwd->desc to 0.
12479
12480         * lib/utimens.c (futimens): Robustify the previous patch, by checking
12481         for known valid error numbers rather than observed invalid ones.
12482
12483 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
12484
12485         * modules/ullong_max: New file.
12486
12487         * modules/chdir-long, modules/openat: New files.
12488         * modules/save-cwd (Depends-on): Depend on chdir-long.
12489         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
12490
12491 2005-01-18  Jim Meyering  <jim@meyering.net>
12492
12493         Merge from coreutils.
12494         * m4/chdir-long.m4, m4/openat.m4: New files.
12495         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
12496         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
12497         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
12498         is sane and DOES follow symlinks.  Besides, testing 20 different
12499         systems found no broken chown implementations.
12500         Prompted by a change in rsync's copy of this macro.
12501         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
12502
12503         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
12504
12505         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
12506         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
12507         NULL-means-set-to-current-time semantics.
12508         Remove temporary file immediately, rather than waiting
12509         for configure's at-exit trap code to do it.
12510
12511 2005-01-18  Jim Meyering  <jim@meyering.net>
12512
12513         * lib/version-etc.c (version_etc_copyright): Update copyright date.
12514
12515         * lib/utimens.c (futimens): Account for the fact that futimes
12516         can also fail with errno == ENOSYS or errno == ENOENT.
12517         Patch from Dmitry V. Levin.
12518
12519         Change the name of the robust chdir function from chdir to chdir_long.
12520         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
12521         (restore_cwd): Use chdir_long, not chdir.
12522         * lib/chdir-long.c: Renamed from chdir.c.
12523         * lib/chdir-long.h: Renamed from chdir.h.
12524         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
12525         Hurd.
12526
12527 2005-01-18  Bruno Haible  <bruno@clisp.org>
12528
12529         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
12530         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
12531         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
12532         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
12533         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
12534         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
12535         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
12536         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
12537         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
12538         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
12539         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
12540         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
12541         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
12542         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
12543         Use an all-permissive copyright notice, recommended by RMS.
12544
12545 2005-01-18  Bob Proulx  <bob@proulx.com>
12546
12547         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
12548         simplify offsetof() macro construct to avoid compile failure with
12549         native HP-UX 11.0 ANSI C compiler.
12550
12551 2005-01-17  Bruno Haible  <bruno@clisp.org>
12552
12553         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
12554         redundant because stpncpy.m4 takes care of it.
12555
12556 2005-01-17  Bruno Haible  <bruno@clisp.org>
12557
12558         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
12559
12560 2005-01-17  Bruno Haible  <bruno@clisp.org>
12561
12562         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
12563         used.
12564
12565 2005-01-17  Bruno Haible  <bruno@clisp.org>
12566
12567         * lib/fwriteerror.h (fwriteerror): Change specification to include
12568         fclose.
12569         * lib/fwriteerror.c: Include <stdbool.h>.
12570         (fwriteerror): At the end, close the file stream. Record whether
12571         stdout was already closed.
12572
12573 2005-01-17  Bruno Haible  <bruno@clisp.org>
12574
12575         * lib/execute.c (environ): Declare if needed.
12576         * lib/pipe.c (environ): Likewise.
12577         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
12578
12579 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12580
12581         * modules/argp: Depend on vsnprintf
12582
12583 2005-01-10  Jim Meyering  <jim@meyering.net>
12584
12585         * modules/closeout (Depends-on): Add atexit.
12586
12587 2005-01-06  Bruno Haible  <bruno@clisp.org>
12588
12589         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
12590
12591 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12592
12593         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
12594         definitions to be after all include files, to avoid collisions.
12595         Problem reported by Bob Proulx.
12596
12597 2005-01-04  Jim Meyering  <jim@meyering.net>
12598
12599         Changes imported from coreutils.
12600         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
12601         as the mkstemp template, use a temporary directory and an
12602         8.3-friendly template to avoid trouble on systems like DJGPP.
12603         Reported by Juan M. Guerrero via Stepan Kasal.
12604         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
12605         close. Remove the temporary directory right away, rather than waiting
12606         for configure's at-exit trap code to do it.
12607         Suggestion from Stepan Kasal.
12608
12609 2005-01-01  Simon Josefsson  <jas@extundo.com>
12610
12611         * gnulib-tool: Print #include directives when --import'ing.
12612
12613 2004-12-28  Simon Josefsson  <jas@extundo.com>
12614
12615         * tests/test-base64.c: Include required header files.  Remove
12616         unused variables.
12617
12618 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
12619
12620         * modules/error (Depends-on): Remove gettext.
12621
12622 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
12623
12624         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
12625         not needed.  This removes a dependency on the gettext module.
12626         [defined _LIBC]: Do not include <libintl.h>; not needed.
12627
12628 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
12629
12630         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
12631         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
12632
12633 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
12634
12635         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
12636         HAVE_DECL_STRTOLD.
12637
12638 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
12639
12640         * modules/getdate (Depends-on): Remove alloca-opt.
12641
12642 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
12643
12644         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
12645
12646 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
12647
12648         * lib/argp-parse.c: Include <stddef.h>.
12649         (alignof, alignto): New macros.
12650         (parser_init): Don't assume that void * is aligned sufficiently
12651         for struct option.
12652
12653         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
12654         need to extend the stack.
12655         (YYINITDEPTH): New macro, so that the initial stack isn't overly
12656         large.
12657
12658 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12659
12660         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
12661
12662 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
12663
12664         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
12665         (2004-10-24) change.  Apparently this was a false alarm.
12666
12667         * modules/getdate: Depend on alloca-opt, not alloca.
12668
12669 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
12670
12671         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
12672         Remove now-obsolete comment about AIX.
12673         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
12674         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
12675         (YYMAXDEPTH): New macro.
12676
12677 2004-12-18  Simon Josefsson  <jas@extundo.com>
12678
12679         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
12680
12681 2004-12-18  Bruno Haible  <bruno@clisp.org>
12682
12683         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
12684
12685 2004-12-18  Bruno Haible  <bruno@clisp.org>
12686
12687         * lib/fatal-signal.c (fatal_signals): Make non-const.
12688         (init_fatal_signals): New function.
12689         (uninstall_handlers, install_handlers): Ignore signals that were set to
12690         SIG_IGN.
12691         (at_fatal_signal): Call init_fatal_signals.
12692         (init_fatal_signal_set): Likewise. Ignore signals that were set to
12693         SIG_IGN.
12694         Reported by Paul Eggert.
12695
12696 2004-12-18  Bruno Haible  <bruno@clisp.org>
12697
12698         * doc/alloca.texi: New file.
12699         * doc/alloca-opt.texi: New file.
12700
12701 2004-12-17  Jim Meyering  <jim@meyering.net>
12702
12703         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
12704         Otherwise, install-sh could exit with improper exit status when
12705         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
12706
12707 2004-12-16  Simon Josefsson  <jas@extundo.com>
12708
12709         * tests/test-base64.c: Add license.
12710
12711 2004-12-15  Stepan Kasal  <address@hidden>
12712
12713         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
12714
12715 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
12716
12717         * modules/getcwd (Files): Add m4/d-ino.m4.
12718         Suggested by Mark D. Baushke.
12719
12720 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
12721
12722         * lib/getdate.y (textint): New member "negative".
12723         (time_zone_hhmm): New function.
12724         Expect 14 shift-reduce conflicts, not 13.
12725         (o_colon_minutes): New rule.
12726         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
12727         (yylex): Set the "negative" member of signed numbers.
12728
12729 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
12730
12731         * doc/getdate.texi (Time of day items, Time zone items):
12732         Describe new formats +00:00, UTC+00:00.
12733
12734 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12735
12736         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
12737         spurious "-l"s.  Problem reported by Stepan Kasal.
12738
12739 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
12740
12741         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
12742         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
12743
12744 2004-12-04  Simon Josefsson  <jas@extundo.com>
12745
12746         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
12747         Vandoorselaere <yoann@prelude-ids.org>.
12748
12749 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
12750
12751         Changes imported from coreutils.
12752         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
12753         exist.
12754         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
12755
12756 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
12757
12758         Changes imported from coreutils.
12759         * lib/hard-locale.c: Assume <locale.h> exists.
12760         Include "strdup.h".
12761         (GLIBC_VERSION): New macro.
12762         (hard_locale): Assume setlocale exists.
12763         Rewrite to avoid #ifdef.
12764         Use strdup rather than malloc + strcpy.
12765         * lib/human.c: Assume <locale.h> exists.
12766         (human_readable): Assume localeconv exists.
12767
12768 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
12769
12770         * modules/hard-locale (Depends-on): Add strdup.
12771
12772 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
12773
12774         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
12775         convert T2, not T.  (Imported from libc.)
12776
12777 2004-11-30  Simon Josefsson  <jas@extundo.com>
12778
12779         * modules/restrict (License): Change to LGPL.
12780
12781 2004-11-30  Simon Josefsson  <jas@extundo.com>
12782
12783         * m4/restrict.m4: Add copyright and copying conditions.
12784
12785 2004-11-30  Simon Josefsson  <jas@extundo.com>
12786
12787         * m4/base64.m4: New file.
12788
12789 2004-11-30  Simon Josefsson  <jas@extundo.com>
12790
12791         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
12792         base64.
12793
12794         * tests/test-base64.c: New file.
12795
12796         * modules/base64: New file.
12797
12798 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
12799
12800         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
12801         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
12802
12803         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
12804
12805 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
12806
12807         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
12808         (__getcwd.c): Don't restore errno; glibc doesn't.
12809         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
12810         first, falling back to our code only if its results look suspicious.
12811         Ensure that the resulting buffer is only as large as necessary.
12812
12813         * lib/readutmp.c: Include readutmp.h first.
12814         Include <errno.h>, since readutmp.h no longer does that.
12815         * lib/readutmp.h: Don't include <errno.h>,
12816         <sys/param.h>, <time.h>; not needed to establish interface.
12817         (errno): Remove decl.
12818         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
12819         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
12820         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
12821
12822 2004-11-28  Simon Josefsson  <jas@extundo.com>
12823
12824         * lib/base64.h, base64.c: New file.
12825
12826 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
12827
12828         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
12829
12830 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
12831
12832         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
12833         (Depends-on): Remove pathmax, same.  Add mempcpy.
12834         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
12835         (Makefile.am): Append getcwd.h to lib_SOURCES.
12836         (Include): Add getcwd.h.
12837         (Maintainer): Change from Jim Meyering to "all, glibc",
12838         since getdate now uses intended-for-glibc code.
12839         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
12840         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
12841
12842 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
12843
12844         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
12845         HP's ANSI C compiler.
12846         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
12847         Declaring int functions causes warnings on some modern systems and
12848         shouldn't be needed to compile on ancient ones.
12849         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
12850         defined.
12851
12852         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
12853         with the following changes.
12854         (__set_errno): Parenthesize properly.
12855         Include <stdbool.h>.
12856         (MIN, MAX, MATCHING_INO): New macros.
12857         (__getcwd): Define with prototype, not K&R form.
12858         Use heuristics to allocate default buffer on stack if possible.
12859         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
12860         behavior, and to avoid the PATH_MAX limit when computing
12861         ../../../../...
12862         Use MATCHING_INO to compare inode number to file.
12863         Check for arithmetic overflow in size calculations.
12864         Fix bug in reallocation of dot array that caused getcwd to fail
12865         on directories nested deeper than 75.
12866         Be more careful about saving errno on error.
12867         Do not use realloc; use only free+malloc, as this is a bit
12868         more flexible and avoids a needless copy operation.
12869         Do not inspect st_dev and st_ino for symbolic links; POSIX
12870         doesn't specify the latter.
12871         Check for closedir errors.
12872         Avoid needless casts.
12873         Use "#ifdef weak_alias" around weak_alias, to be like other
12874         glibc code.
12875         The following changes to getcwd.c have effect only when used in
12876         gnulib; they have no effect inside glibc proper.
12877         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
12878         as alloca isn't used.
12879         (alloca, __alloca): Likewise.
12880         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
12881         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
12882         unconditionally, as gnulib assumes C89 or better.
12883         Do not include <sys/param.h>.
12884         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
12885         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
12886         better.
12887         (NULL) [!defined NULL]: Remove; we assume C89 or better.
12888         Include <dirent.h> in a way that is compatible with modern Autoconf.
12889         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
12890         New macros, if not already defined.
12891         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
12892         Use "_LIBC", not "defined _LIBC", for consistency.
12893         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
12894         a mempcpy module.
12895         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
12896         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
12897         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
12898         credit only to Jim Meyering and adjust the copyright dates.
12899         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
12900         <stdlib.h>, <unistd.h>, "pathmax.h".
12901         Instead, include "xgetcwd.h" (first) and "getcwd.h".
12902         (INITIAL_BUFFER_SIZE): Remove.
12903         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
12904
12905 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
12906
12907         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
12908         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
12909         Use the _ONCE methods, for efficiency.
12910         Check for fcntl.h.  In test program, include <errno.h>
12911         and <fcntl.h> if available.  Remove old K&R cruft from
12912         test program.  Check for common errors in GNU/Linux,
12913         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
12914         don't do AC_LIBOBJ, as that's getcwd.m4's job.
12915         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
12916         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
12917         name accordingly.
12918         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
12919         accommodate new getcwd.c.
12920         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
12921         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
12922         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
12923         that's all we need now.
12924
12925 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12926
12927         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
12928         argp-parse.c depends on getopt internals, that means we should
12929         always use our getopt, to be on the safe side.
12930         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
12931         order not to spoil the result of an eventual previous invocation
12932         of gl_GETOPT_SUBSTITUTE.
12933
12934 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12935
12936         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
12937         redefinition warnings. To avoid them, include the defines
12938         in `#if !defined __need_getopt ... #endif'. The only place
12939         where __getopt_argv_const is used is in definitions
12940         of getopt_long and getopt_long_only below, which are as well
12941         protected by `#ifndef __need_getopt'.
12942         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
12943         __need_getopt after including <stdio.h> and <unistd.h> These
12944         headers might have defined it.
12945
12946 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
12947
12948         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
12949
12950 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
12951
12952         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
12953         (futimens): New function, which uses futimes if available.
12954         (futimens, utimens): Support timespec==NULL, with same semantics
12955         as utime and utimens.
12956         * lib/utimens.h (futimens): New decl.
12957
12958 2004-11-23  Jim Meyering  <jim@meyering.net>
12959
12960         * lib/getopt_.h: Remove trailing blanks.
12961
12962 2004-11-23  Jim Meyering  <jim@meyering.net>
12963
12964         * lib/__fpending.c: Add comment.
12965
12966 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
12967
12968         * modules/canonicalize (Depends-on): Add xreadlink.
12969         Problem reported by James Youngman.
12970
12971 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
12972
12973         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
12974         New macros.
12975         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
12976         optopt): Use them instead of invoking ## directly; otherwise, the
12977         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
12978
12979 2004-11-19  Bruno Haible  <bruno@clisp.org>
12980
12981         * lib/strtok_r.c: Move comments from here...
12982         * lib/strtok_r.h: ... to here.
12983
12984 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
12985
12986         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
12987         implementations that mishandle size_t overflow.
12988
12989 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
12990
12991         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
12992         might fail.  Problem reported by Yoann Vandoorselaere.
12993         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
12994         implementations that mishandle size_t overflow.
12995
12996 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
12997
12998         * modules/canon-host (Depends-on): Add strdup.
12999
13000 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13001
13002         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
13003
13004 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13005
13006         * lib/canon-host.c: Include "strdup.h".
13007         (canon_host): Use getaddrinfo if available, so that IPv6 works.
13008         Use strdup instead of malloc/strcpy to duplicate strings.
13009
13010         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
13011         (human_space_before_unit): New constant.
13012         * lib/human.c (human_readable): Support it.
13013
13014         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
13015         (xgetcwd): Set errno correctly when failing.
13016         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
13017         the failure is actually due to a PATH_MAX problem.
13018
13019         Further getopt changes to make it more likely that glibc will
13020         buy the changes back.
13021         * lib/getopt.c (POSIXLY_CORRECT): New constant.
13022         (getopt): Use it, so to preserve glibc semantic
13023         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
13024         when compiling for libc.
13025         * lib/getopt_.h (__getopt_argv_const): Bring it back.
13026         (getopt_long, getopt_long_only): Use it.
13027
13028         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
13029         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
13030         (getopt): Argv is now char * const *, as per standard.
13031         (_getopt_internal_r, _getopt_internal): Argv is now char **,
13032         not char *__getopt_argv_const *.
13033         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
13034         _getopt_long_only_r): Likewise.
13035         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
13036         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
13037         _getopt_long_r, _getopt_long_only_r): Likewise.
13038         * lib/getopt_.h (__getopt_argv_const): Remove.
13039         (getopt): Argv is now char * const *, as per standard.
13040
13041         * lib/getdate.y (tORDINAL): New token.
13042         (day, relunit): Allow it for relative times.
13043         (relative_time_table): Use tORDINAL for ordinals.
13044
13045 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13046
13047         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
13048         Document that "second" isn't allowed as an ordinal number.
13049
13050 2004-11-16  Jim Meyering  <jim@meyering.net>
13051
13052         * modules/closeout (Depends-on): Add fpending.
13053
13054 2004-11-15  Jim Meyering  <jim@meyering.net>
13055
13056         * lib/closeout.c: Include "__fpending.h" once again.
13057         Include <stdbool.h>.
13058         (close_stdout): Don't fail just because stdout was closed initially,
13059         since some programs don't write to stdout in the normal course of
13060         operation (other than --version and --help), and we don't want this
13061         function to make e.g. `touch file >&-' fail.
13062         But do fail if it was closed and someone has tried to write to it.
13063         E.g., `printf foo >&-' must fail.
13064
13065 2004-11-13  Jim Meyering  <jim@meyering.net>
13066
13067         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
13068
13069 2004-11-12  Simon Josefsson  <jas@extundo.com>
13070
13071         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
13072         small doc fix is still pending.
13073
13074 2004-11-11  Simon Josefsson  <jas@extundo.com>
13075
13076         * modules/strtok_r: New file.
13077
13078         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13079         strtok_r.
13080
13081 2004-11-11  Simon Josefsson  <jas@extundo.com>
13082
13083         * m4/strtok_r.m4: New file.
13084
13085         * m4/getopt.m4: Replace opterr.
13086
13087 2004-11-11  Simon Josefsson  <jas@extundo.com>
13088
13089         * lib/strtok_r.h, strtok_r.c: New file.
13090
13091 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
13092
13093         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
13094         of replacing opterr, getopt, etc.  This should handle the
13095         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
13096
13097 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
13098
13099         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
13100         we can stop lying to compilers about the constness of argv when we
13101         are compiled outside glibc.
13102         (getopt, getopt_long, getopt_long_only): Use it.
13103         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
13104         _getopt_internal, getopt): Likewise.
13105         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
13106         _getopt_long_only_r): Likewise.
13107         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
13108         _getopt_long_r, _getopt_long_only_r): Likewise.
13109
13110         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
13111         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
13112         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
13113         the other external symbols.
13114         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
13115         declaration, since the above renaming now works around collisions.
13116
13117 2004-11-11  Jim Meyering  <jim@meyering.net>
13118
13119         * lib/linebreak.c: Remove trailing blanks.
13120         * lib/alloca_.h: Likewise.
13121         * lib/acosl.c: Likewise.
13122         * lib/euidaccess.c: Likewise.
13123         * lib/allocsa.h: Likewise.
13124
13125 2004-11-10  Simon Josefsson  <jas@extundo.com>
13126
13127         * m4/getaddrinfo.m4: New file.
13128
13129 2004-11-10  Simon Josefsson  <jas@extundo.com>
13130
13131         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
13132
13133 2004-11-10  Simon Josefsson  <jas@extundo.com>
13134
13135         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13136         getaddrinfo.
13137
13138         * modules/getaddrinfo: New file.
13139
13140 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13141
13142         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
13143
13144 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13145
13146         * lib/mktime.c (SHR): New macro, which is a portable
13147         substitute for >> that should work even on Crays.
13148         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
13149         Problem reported by Mark D. Baushke in
13150         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
13151         * lib/getdate.y (SHR): Likewise.
13152         (tm_diff): Use it.
13153         * lib/strftime.c (SHR): Likewise.
13154         (tm_diff): Use it.
13155         * lib/quotearg.c (struct quoting_options): Use unsigned int for
13156         quote_these_too, so that right shifts are well defined.  All uses
13157         changed.
13158
13159 2004-11-10  Jim Meyering  <jim@meyering.net>
13160
13161         Ensure that no close failure goes unreported.
13162         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
13163         return early when it seems there's nothing to flush.
13164         Don't include __fpending.h.
13165
13166 2004-11-10  Jim Meyering  <jim@meyering.net>
13167
13168         * modules/closeout (Depends-on): Remove fpending.
13169
13170 2004-11-10  Jim Meyering  <jim@meyering.net>
13171
13172         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
13173
13174 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
13175
13176         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
13177         gl_FUNC_STRFTIME.
13178         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
13179         and AC_REQUIRE when possible, to avoid duplicate checks.
13180         Check for <wchar.h>.
13181
13182 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
13183
13184         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
13185
13186 2004-11-09  Bruno Haible  <bruno@clisp.org>
13187
13188         * m4/sockpfaf.m4: New file.
13189
13190 2004-11-05  Bruno Haible  <bruno@clisp.org>
13191
13192         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
13193         Reported by Mark D. Baushke <mdb@cvshome.org>.
13194
13195 2004-11-04  Bruno Haible  <bruno@clisp.org>
13196
13197         2004-09-11  Bruno Haible  <bruno@clisp.org>
13198                 * allocsa.valgrind: New file.
13199         2004-02-06  Bruno Haible  <bruno@clisp.org>
13200                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
13201                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
13202                 Reported by Christopher Seip <chris.seip@hp.com>.
13203
13204 2004-11-04  Bruno Haible  <bruno@clisp.org>
13205
13206         * modules/allocsa (Files): Add lib/allocsa.valgrind.
13207         (Makefile.am): Distribute it.
13208
13209 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
13210
13211         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
13212         with errno == ERANGE if the buffer is too small.
13213         Problem reported by Mark D. Baushke.
13214
13215 2004-11-03  Albert Chin <china@thewrittenword.com>
13216             Paul Eggert  <eggert@cs.ucla.edu>
13217
13218         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
13219         equivalent, substitute $ac_type for equivalent type rather than
13220         blindly using uint32_t *always* which won't work if uint32_t is not
13221         available.  Define _UINT32_T to work around typedef of uint32_t if
13222         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
13223         2.5.1.
13224
13225 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
13226
13227         * m4/jm-macros.m4: Sync from coreutils.
13228         (gl_MACROS): Check for mbrlen, for pathchk.
13229         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
13230
13231 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
13232
13233         * lib/xreadlink.c (MAXSIZE): New macro.
13234         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
13235         size does not exceed MAXSIZE.  Avoid cast.
13236         As suggested by Mark D. Baushke in
13237         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
13238         if readlink fails with buffer size just under MAXSIZE, try again
13239         with MAXSIZE.
13240
13241 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
13242
13243         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
13244
13245 2004-11-02  Derek R. Price  <derek@ximbiot.com>
13246         and  Paul Eggert  <eggert@cs.ucla.edu>
13247
13248         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
13249         (get_date): Overparenthesize to avoid GCC warning.
13250
13251 2004-11-02  Bruno Haible  <bruno@clisp.org>
13252
13253         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
13254         returns void.
13255
13256 2004-11-02  Bruno Haible  <bruno@clisp.org>
13257
13258         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
13259         function returns void.
13260
13261 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
13262
13263         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
13264         fflush_unlocked, flockfile, funlockfile, funlockfile,
13265         fputs_unlocked, putc_unlocked.
13266
13267 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
13268
13269         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
13270         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
13271         already declared.
13272
13273 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13274
13275         * modules/getdate (Files): Add doc/getdate.texi.
13276         (Depends-on): Add setenv, xalloc.
13277
13278 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13279
13280         * lib/getdate.y: Add support for TZ="foo" within a date string.
13281         Fix some bugs near time_t boundaries.  Reject dates with
13282         out-of-range components, e.g., "Sept 31".
13283         Include <stdlib.h>, "setenv.h", "xalloc.h".
13284         (ISDIGIT_LOCALE): Remove; unused.
13285         Note that the TZ and time functions used here are not reentrant.
13286         (mktime_ok, get_tz): New functions.
13287         (TZBUFSIZE): New constant.
13288         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
13289         This requires that we sometimes generate our own TZ="XXX..." setting.
13290
13291 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13292
13293         * doc/getdate.texi: New file, from coreutils with modifications for
13294         the new TZ parsing.
13295
13296 2004-10-27  Derek R. Price  <derek@ximbiot.com>
13297
13298         * lib/mktime.c (not_equal_tm): Remove redundant check.
13299
13300 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13301
13302         * modules/regex (lib_SOURCES): Add regex.c.
13303         Reported by James Youngman in
13304         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
13305
13306 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13307
13308         * lib/getdate.y: Use Bison 1.875 features, and some minor
13309         code cleanups.  This change does not affect semantics.
13310         Don't include <stdlib.h>; no longer needed.
13311         Don't include unlocked-io.h; only the "#if TEST" code uses
13312         stdio, and performance isn't crucial there.
13313         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
13314         Bison 1.875 features as described below.
13315         All uses of "PC." replaced by "pc->".
13316         (YYSTYPE): Add a forward declaration.
13317         (yylex, yyerror): Use full prototypes in forward decls.
13318         Use "%pure-parser" rather than obsolescent "%pure_parser".
13319         Use %parse-param and %lex-param instead of obsolescent
13320         YYPARSE_PARAM and YYLEX_PARAM.
13321         (meridian_table, month_and_day_table, time_units_table,
13322         relative_time_table, time_zone_table, military_table,
13323         lookup_zone, lookup_word, get_date):
13324         Use NULL instead of 0 where appropriate.
13325         (to_hour): Avoid abort (), to avoid a dependency on
13326         stdlib.h.
13327         (yyerror, yylex): Now accepts parser_control * arg.
13328         (main) [TEST]: Use '\0' rather than 0 for char.
13329
13330 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
13331
13332         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
13333
13334 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
13335
13336         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
13337         It's now the caller's responsibility to handle the case where
13338         !HAVE_GETPAGESIZE && !defined getpagesize.
13339
13340         * lib/mktime.c (leapyear): Arg is long int, not int.
13341
13342 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
13343
13344         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
13345
13346 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
13347
13348         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
13349         missing.  Problem reported by James Youngman.
13350
13351 2004-10-16  Simon Josefsson  <jas@extundo.com>
13352
13353         * gnulib-tool: Fix comments.  Fix parse problem.
13354         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
13355
13356 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
13357
13358         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
13359         implementation of getopt_long.  Problem reported by Alexander Taler in:
13360         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
13361
13362 2004-10-15  Bruno Haible  <bruno@clisp.org>
13363
13364         * gnulib-tool: Untabify. Initialize supplied_libname.
13365         (func_usage): More homogenous output.
13366         (func_modules_transitive_closure, func_modules_to_filelist,
13367         func_emit_lib_Makefile_am): New functions.
13368         (func_import): New function, extracted from big case statement. Use
13369         func_get_license, func_modules_transitive_closure,
13370         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
13371         opt_lgpl. Don't use test -a, as it's not portable.
13372         (func_create_testdir): Use func_modules_transitive_closure,
13373         func_modules_to_filelist, func_emit_lib_Makefile_am.
13374
13375 2004-10-15  Bruno Haible  <bruno@clisp.org>
13376
13377         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
13378
13379 2004-10-15  Bruno Haible  <bruno@clisp.org>
13380
13381         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
13382         the portions belonging to each module.
13383         Suggested by Derek Robert Price <derek@ximbiot.com>.
13384
13385 2004-10-12  Simon Josefsson  <jas@extundo.com>
13386
13387         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
13388         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
13389         to real functions.
13390
13391 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13392
13393         * modules/vsnprintf: New file.
13394
13395 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13396
13397         * m4/vsnprintf.m4: New file.
13398
13399 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13400
13401         * lib/vsnprintf.h: New file.
13402         * lib/vsnprintf.c: New file.
13403
13404 2004-10-11  Bruno Haible  <bruno@clisp.org>
13405
13406         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
13407         vsnprintf.
13408
13409 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
13410
13411         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
13412
13413 2004-10-07  Bruno Haible  <bruno@clisp.org>
13414
13415         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
13416         fits into the provided buffer.
13417
13418 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13419
13420         * lib/diacrit.c, diacrit.h: Add GPL notice.
13421
13422         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
13423         notice.
13424         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
13425         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
13426         This avoids a potential constant-folding bug.
13427
13428 2004-10-05  Bruno Haible  <bruno@clisp.org>
13429
13430         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
13431         for the declaration of strsep.
13432
13433 2004-10-05  Bruno Haible  <bruno@clisp.org>
13434
13435         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
13436
13437 2004-10-04  Simon Josefsson  <jas@extundo.com>
13438
13439         * modules/memmem: New file.
13440         * tests/test-memmem.c: New file.
13441         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
13442
13443 2004-10-04  Simon Josefsson  <jas@extundo.com>
13444
13445         * m4/memmem.m4: New file.
13446
13447 2004-10-04  Simon Josefsson  <jas@extundo.com>
13448
13449         * lib/memmem.h: New file.
13450         * lib/memmem.c: New file, taken from glibc.
13451
13452 2004-10-04  Simon Josefsson  <jas@extundo.com>
13453
13454         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
13455         '#ifdef USE_UNLOCKED_IO'.
13456
13457 2004-10-04  Simon Josefsson  <jas@extundo.com>
13458
13459         * config/srclist.txt: Add memmem from glibc.
13460
13461 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
13462
13463         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
13464
13465         * modules/argmatch, modules/argp, modules/closeout, modules/error,
13466         modules/exclude, modules/getdate, modules/getline,
13467         modules/getndelim2, modules/getpass, modules/getpass-gnu,
13468         modules/getusershell, modules/linebuffer, modules/md5,
13469         modules/mountlist, modules/posixtm, modules/readtokens,
13470         modules/readutmp, modules/regex, modules/sha1,
13471         modules/version-etc, modules/yesno:
13472         Remove dependency on unlocked-io.
13473
13474 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
13475
13476         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
13477
13478         * m4/unlocked-io.m4: Add copyright notice.
13479         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
13480
13481 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
13482
13483         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
13484         * lib/xmalloc.c (xmemdup): Likewise.
13485         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
13486         XFREE): Remove these long-obsolescent macros.
13487         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
13488         * lib/xstrdup.c: Remove.
13489
13490         * lib/regex.c (re_comp): Cast gettext return value to char *,
13491         Problem reported by Martin Neitzel via Mark D. Baushke.
13492
13493 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
13494
13495         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
13496         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
13497         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
13498         regex.c, sha1.c, version-etc.c, yesno.c:
13499         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
13500         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
13501         the includer's responsibility.
13502
13503         Sync from coreutils.
13504
13505         * lib/modechange.c (mode_compile): Don't decrement a pointer that
13506         points to the start of a string, as the C Standard says the
13507         resulting behavior is undefined.
13508
13509         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
13510         simple -> simple_backups, numbered_existing ->
13511         numbered_existing_backups, numbered -> numbered_backups
13512         to avoid shadowing problems.  All uses changed.
13513         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
13514         * lib/backupfile.c (check_extension, numbered_backup):
13515         Rename locals to avoid shadowing 'basename'.
13516         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
13517         once.
13518
13519         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
13520         * lib/.cvsignore: Add getopt.h.
13521
13522 2004-10-04  Bruno Haible  <bruno@clisp.org>
13523
13524         * modules/README: New file.
13525         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
13526         not a module.
13527
13528 2004-10-02  Jim Meyering  <jim@meyering.net>
13529
13530         * lib/dirfd.h, getpagesize.h: Add copyright notice.
13531
13532 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
13533
13534         * modules/strsep: New file.
13535
13536 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
13537
13538         * m4/strsep.m4: New file.
13539
13540 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
13541
13542         * lib/strsep.h: New file.
13543         * lib/strsep.c: New file.
13544
13545 2004-10-01  Simon Josefsson  <jas@extundo.com>
13546
13547         * lib/snprintf.c (snprintf): Handle size==0.
13548
13549 2004-10-01  Simon Josefsson  <jas@extundo.com>
13550             Bruno Haible  <bruno@clisp.org>
13551
13552         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
13553         (snprintf): Declare 'args'.
13554
13555 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
13556
13557         * lib/snprintf.c: Remove comments as to why each header is needed.
13558
13559 2004-10-01  Bruno Haible  <bruno@clisp.org>
13560
13561         * MODULES.html.sh: Add strsep.
13562
13563 2004-09-30  Simon Josefsson  <jas@extundo.com>
13564
13565         * modules/snprintf: New file.
13566
13567 2004-09-30  Simon Josefsson  <jas@extundo.com>
13568
13569         * m4/snprintf.m4: New file.
13570
13571 2004-09-30  Simon Josefsson  <jas@extundo.com>
13572
13573         * lib/snprintf.h, lib/snprintf.c: New files.
13574
13575 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13576
13577         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
13578         (hol_entry_help): Never translate an empty string.
13579         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
13580         * lib/argp.h (OPTION_NO_TRANS): New option.
13581
13582 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
13583
13584         * modules/argp (Maintainer): Replace Simon Josefsson
13585         by Sergey Poznyakoff.
13586
13587 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
13588
13589         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
13590         changes merged back into glibc.
13591
13592 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
13593
13594         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
13595
13596 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
13597
13598         * lib/xvasprintf.c: Include xalloc.h.
13599         (xvasprintf): Use xalloc_die, not xmalloc_die.
13600
13601 2004-09-29  Bruno Haible  <bruno@clisp.org>
13602
13603         * modules/alloca-opt: New file, derived from modules/alloca.
13604         * modules/allocsa: Depend on alloca-opt instead of alloca.
13605         * modules/setenv: Likewise.
13606         * modules/vasnprintf: Likewise.
13607         * MODULES.html.sh: Add alloca-opt.
13608
13609 2004-09-28  Simon Josefsson  <jas@extundo.com>
13610
13611         * gnulib-tool: New parameter --lgpl, to asseert that modules are
13612         LGPL, and to replace license template from GPL to LGPL.
13613
13614 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
13615
13616         * modules/dummy: Change license to LGPL.
13617
13618 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
13619
13620         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
13621
13622 2004-09-24  Simon Josefsson  <jas@extundo.com>
13623
13624         * modules/minmax (License): Change from GPL to LGPL.
13625
13626 2004-09-23  Simon Josefsson  <jas@extundo.com>
13627
13628         * gnulib-tool (--import): Typo.
13629
13630 2004-09-23  Simon Josefsson  <jas@extundo.com>
13631
13632         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
13633
13634 2004-09-22  Bruno Haible  <bruno@clisp.org>
13635
13636         * modules/*: Add 'License' field.
13637         * gnulib-tool: Accept --extract-license option.
13638         (func_get_license): New function.
13639
13640 2004-09-21  Bruno Haible  <bruno@clisp.org>
13641
13642         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
13643         Reported by Simon Josefsson.
13644
13645 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
13646
13647         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
13648         gl_AC_TYPE_LONG_LONG.
13649
13650 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
13651
13652         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
13653
13654 2004-09-18  Simon Josefsson  <jas@extundo.com>
13655         and  Paul Eggert  <eggert@cs.ucla.edu>
13656
13657         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
13658         calls with autoreconf.  Define GL_LIB.
13659
13660 2004-09-14  Karl Berry  <karl@gnu.org>
13661
13662         * config/srclist.txt: unsync setenv.c, sigh.
13663
13664 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
13665
13666         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
13667         Problem reported by Bruno Haible in:
13668         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
13669
13670 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
13671
13672         * config/srclist.txt: Comment out argp-pvh.c.
13673
13674 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
13675
13676         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
13677         in case some system header has #define'd it.  Problem reported by
13678         Soeren D. Schulze in
13679         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
13680
13681 2004-09-09  Karl Berry  <karl@gnu.org>
13682
13683         * regex.[ch]: delete from the root.  These were supposed to be
13684                 synced with emacs cvs, but this has not happened for about
13685                 a year, and anyway nothing else uses emacs regex.[ch].
13686                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
13687                 lib/regex[.ch] is untouched.
13688
13689 2004-09-09  Bruno Haible  <bruno@clisp.org>
13690
13691         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
13692
13693 2004-09-09  Bruno Haible  <bruno@clisp.org>
13694
13695         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
13696         modifications.
13697         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
13698
13699 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
13700
13701         * modules/xvasprintf: New file.
13702         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
13703
13704 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
13705
13706         * lib/xvasprintf.h: New file.
13707         * lib/xvasprintf.c: New file.
13708         * lib/xasprintf.c: New file.
13709
13710 2004-09-08  Bruno Haible  <bruno@clisp.org>
13711
13712         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
13713
13714 2004-09-08  Bruno Haible  <bruno@clisp.org>
13715
13716         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
13717         length is > INT_MAX.
13718         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
13719         more.
13720
13721 2004-09-08  Bruno Haible  <bruno@clisp.org>
13722
13723         * lib/stdint_.h: New file, taken from GNU clisp.
13724
13725 2004-09-08  Bruno Haible  <bruno@clisp.org>
13726             Oskar Liljeblad  <oskar@osk.mine.nu>
13727
13728         * modules/stdint: New file.
13729         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
13730
13731 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13732
13733         Import from coreutils.
13734         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
13735         strings on unbounded length.  alloca's performance benefits aren't
13736         that important here.
13737         (V_STRDUP): Remove.
13738         (parse_with_separator): New function, with most of the internals
13739         of the old parse_user_spec.  Allow user to omit both user and group,
13740         for compatibility with FreeBSD.
13741         Clone only the user name, not the entire spec.
13742         Do not set *uid, *gid unless entirely successful.
13743         Avoid memory leak in some failing cases.
13744         Fix regression for USER.GROUP reported by Dmitry V. Levin in
13745         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
13746         (parse_user_spec): Rewrite to use parse_with_separator.
13747
13748 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13749
13750         * modules/userspec: Don't depend on alloca.
13751
13752 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13753
13754         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
13755
13756 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
13757
13758         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
13759         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
13760         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
13761
13762 2004-08-16  Simon Josefsson  <jas@extundo.com>
13763
13764         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
13765         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
13766         Add --dry-run for --import.
13767         Let user provided command line parameters override configure.ac
13768         settings.
13769
13770 2004-08-12  Simon Josefsson  <jas@extundo.com>
13771
13772         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
13773         as discussed with Paul Eggert in threads rooted at
13774         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
13775         and
13776         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
13777         Before, the test was empty, and relied on ELIDE_CODE in source
13778         code.)
13779         (gl_PREREQ_GETOPT): New macro.
13780         (gl_GETOPT): Use them.
13781
13782 2004-08-12  Simon Josefsson  <jas@extundo.com>
13783
13784         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
13785         * lib/getopt_.h: Renamed from getopt.h.
13786
13787 2004-08-12  Simon Josefsson  <jas@extundo.com>
13788
13789         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
13790         Change default library name from libfoo to libgnu.
13791         Now, if you have a configure.ac that says:
13792                 gl_SOURCE_BASE(gl)
13793                 gl_M4_BASE(gl/m4)
13794                 gl_MODULES(error getopt etcetera)
13795                 gl_INIT
13796         you can import all you need by running:
13797                 ../gnulib/gnulib-tool --import
13798
13799         * modules/getopt (Files): Rename getopt.h to getopt_.h.
13800         (Makefile.am): Rewrite, use logic from argz.
13801         (Include): Use <getopt.h> instead of "getopt.h".
13802
13803 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
13804
13805         * modules/argp (Files): Add m4/unlocked-io.m4.
13806         (Depends-on): Add extensions.
13807
13808 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
13809
13810         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
13811         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
13812         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
13813         Check for program_invocation_name, program_invocation_short_name,
13814         flockfile, funlockfile, features.h, _getopt_long_only_r.
13815
13816 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
13817
13818         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
13819         its complicated substitute.
13820         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
13821         and program_invocation_name.
13822         (__argp_basename) [!_LIBC]: Remove; the only use was
13823         replaced by its body.
13824         (__argp_short_program_name): Change condition from
13825         !defined __argp_short_program_name to
13826         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
13827         to match argp-namefrob.h.
13828         (__argp_failure): Don't assume strerror_r returns char *.
13829         * lib/argp-parse.c (N_): Define unconditionally.
13830         (argp_default_options): Fill out initializers with 0 to avoid
13831         gcc warnings.
13832
13833 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
13834
13835         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
13836         getopt1.c.
13837
13838 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
13839
13840         Merge from coreutils.
13841
13842         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
13843
13844         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
13845         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
13846
13847 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
13848
13849         Merge from coreutils.
13850
13851         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
13852         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
13853         for Reliant Unix 5.43.
13854
13855         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
13856         (union fooround): Use uintmax_t, not long int.
13857         The rest is a merge from libc:
13858         [defined _LIBC]: Include <shlib-compat.h>.
13859         (_obstack) [defined _LIBC]: Remove after 2.3.4.
13860
13861         * lib/settime.c (settime): Recode to avoid warning with
13862         Sun Forte C 6U2.
13863
13864         * lib/strverscmp.c: Convert to UTF-8.
13865
13866 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
13867
13868         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
13869         m4/uintmax_t.m4.
13870
13871 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13872
13873         * modules/xalloc-die: New file.
13874         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
13875
13876         * modules/md5 (Files): Add m4/uint32_t.m4.
13877         * modules/sha1: Renamed from modules/sha.
13878         (Files):
13879         Rename lib/sha.h to lib/sha1.h.
13880         Rename lib/sha.c to lib/sha1.c.
13881         Rename m4/sha.m4 to m4/sha1.m4.
13882         (lib_SOURCES): Likewise.
13883         (configure.ac): Rename gl_SHA to gl_SHA1.
13884         (Include): sha.h -> sha1.h.
13885
13886 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13887
13888         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
13889         * m4/sha1.m4: Renamed from sha.m4.
13890         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
13891
13892 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13893
13894         * lib/obstack.h (obstack_empty_p):
13895         Don't assume that chunk->contents is suitably aligned.
13896         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
13897         Likewise. Problem reported by Benno in
13898         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
13899
13900         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
13901         readable.  This could be improved further but it'd take some work.
13902
13903 2004-08-08  Simon Josefsson  <jas@extundo.com>
13904
13905         * modules/xgethostname (Depends-on): Remove exit and error (not
13906         used).
13907
13908         * modules/getpass-gnu: Add getpass.h.
13909         (Depends-on): Add stdbool.
13910         * modules/getpass: Add getpass.h.
13911
13912 2004-08-08  Simon Josefsson  <jas@extundo.com>
13913
13914         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
13915         Check getpass declaration.
13916
13917 2004-08-08  Simon Josefsson  <jas@extundo.com>
13918
13919         * lib/xgethostname.c: Don't include error.h (not used).
13920
13921         * lib/getpass.h: Add.
13922         * lib/getpass.c: Include getpass.h first.
13923
13924 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
13925
13926         * lib/xalloc-die.c: New file.
13927         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
13928         All uses removed.
13929         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
13930         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
13931         xalloc-die.c.
13932         (_, N_, xalloc_die): Move to xalloc-die.c.
13933         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
13934         so that we needn't mess with xalloc_msg_memory_exhausted.
13935
13936         * lib/sha1.h: Renamed from sha.h.
13937         (SHA1_H): Renamed from _SHA_H.
13938         (sha1_ctx): Renamed from sha_ctx.
13939         (sha1_init_ctx): Renamed from sha_init_ctx.
13940         (sha1_process_block): Renamed from sha_process_block.
13941         (sha1_process_bytes): Renamed from sha_process_bytes.
13942         (sha1_finish_ctx): Renamed from sha_finish_ctx.
13943         (sha1_read_ctx): Renamed from sha_read_ctx.
13944         (sha1_stream): Renamed from sha_stream.
13945         (sha1_buffer): Renamed from sha_buffer.
13946         * lib/sha1.c: Likewise; renamed from sha.c.
13947         Do not include <sys/types.h>.
13948         Include <stddef.h> rather than <stdlib.h>.
13949
13950 2004-08-08  Bruno Haible  <bruno@clisp.org>
13951
13952         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
13953         FILESYSTEM_PREFIX_LEN.
13954         * lib/progreloc.c: Likewise.
13955         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
13956
13957 2004-08-06  Simon Josefsson  <jas@extundo.com>
13958
13959         * modules/progname (Depends-on): Don't depend on stdbool.
13960
13961 2004-08-06  Simon Josefsson  <jas@extundo.com>
13962
13963         * modules/getsubopt: New file.
13964         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13965         getsubopt.
13966
13967 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
13968
13969         More merge from coreutils.
13970
13971         * m4/utimens.m4, m4/utimecmp.m4: New files.
13972         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
13973         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
13974         prereq.m4, sha.m4: Import changes from coreutils.
13975
13976 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
13977
13978         More merge from coreutils.
13979         * modules/raise, modules/readtokens0, modules/utimens:
13980         * modules/utimecmp, module/xnanosleep: New files.
13981         * modules/strftime: Add lib/strftime.h.
13982         Change include from <time.h> to "strftime.h".
13983         * modules/yesno: Add lib/yesno.h.
13984         * modules/backupfile: Remove lib/addext.c.
13985         * modules/euidaccess: Add stat-macros.h.
13986         * modules/canonicalize, modules/euidaccess,
13987         modules/filemode, modules/lchown, modules/makepath,
13988         modules/rmdir, modules/stat: Likewise.
13989
13990 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
13991
13992         Merge from tar.
13993         * lib/argp-help.c (make_hol, hol_append): Don't assume that
13994         SIZE_MAX is a valid preprocessor constant.
13995         (__argp_basename): Change from "#ifndef _LIBC"
13996         to "#ifndef __argp_short_program_name", so that
13997         we don't compile these functions for tar.
13998
13999         More merges from coreutils.
14000         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
14001         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
14002         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
14003         * lib/addext.c: Remove; no longer needed.
14004         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
14005         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
14006         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
14007         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
14008         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
14009         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
14010         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
14011         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
14012         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
14013         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
14014         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
14015         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
14016         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
14017         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
14018         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
14019         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
14020         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
14021         Import changes from coreutils.
14022
14023 2004-08-05  Simon Josefsson  <jas@extundo.com>
14024
14025         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
14026
14027 2004-08-05  Simon Josefsson  <jas@extundo.com>
14028
14029         * m4/getsubopt.m4: New file.
14030
14031 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
14032
14033         Merge from coreutils.
14034
14035         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
14036         * m4/getcwd-path-max.m4: New files.
14037
14038         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
14039         FILESYSTEM_PREFIX_LEN ->
14040         FILE_SYSTEM_PREFIX_LEN.
14041         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
14042         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
14043         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
14044         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
14045
14046         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
14047         prerequisite modules now handle the DOS stuff.
14048         Don't check for unistd.h.
14049
14050 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
14051
14052         Merge from coreutils.
14053
14054         * lib/.gdb-history: Remove; this doesn't belong here.
14055
14056         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
14057         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
14058         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
14059         * lib/getcwd.c: New files.
14060
14061         * lib/dirname.h: Include <stdbool.h>.
14062         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
14063         for consistency with POSIX terminology.  All uses changed.
14064         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
14065         (strip_trailing_slashes): Use bool for booleans.
14066         * lib/stripslash.c (strip_trailing_slashes): Likewise.
14067
14068         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
14069         sometimes returns a positive errno value even when it succeeds.
14070         (print_errno_message) [!LIBC]: Fall back on strerror if
14071         __strerror_r fails.
14072
14073         * lib/path-concat.c (mempcpy): Don't define if a system header defines
14074         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
14075         (longest_relative_suffix): New function.
14076         (path_concat): Use it.  Assume first argument is not NULL.
14077         Port to DOS.  Omit redundant separators.
14078         Report an error instead of returning NULL.
14079         Use mempcpy instead of memcpy.
14080         (xpath_concat): Remove: not declared or used.
14081
14082         * lib/same.h: Include <stdbool.h>
14083         (same_name): Return bool, not int.
14084         * lib/same.c (same_name): Likewise.
14085         (errno): Don't declare; we assume C89 or better now.
14086
14087         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
14088         if not already defined.
14089
14090         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
14091         * lib/dup-safer.c (errno): Likewise.
14092
14093 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
14094
14095         Merge from coreutils.
14096         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
14097         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
14098         * modules/path-concat: Don't depend on strdup.
14099
14100 2004-08-03  Simon Josefsson  <jas@extundo.com>
14101
14102         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
14103         * lib/progname.h: Don't include stdbool.h.
14104
14105 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
14106
14107         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
14108         * MODULES.html.sh (func_all_modules): Remove fatal.
14109
14110 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
14111
14112         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
14113
14114 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
14115
14116         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
14117         working.
14118
14119 2004-08-02  Simon Josefsson  <jas@extundo.com>
14120
14121         * lib/getsubopt.h: New file, with comments from Bruno Haible.
14122         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
14123         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
14124
14125 2004-08-01  Simon Josefsson  <jas@extundo.com>
14126
14127         * lib/xgetdomainname.c: Include stdlib.h, for free().
14128
14129 2004-07-19  Bruno Haible  <bruno@clisp.org>
14130
14131         * MODULES.html.sh (func_all_modules): Add dummy.
14132
14133 2004-07-16  Simon Josefsson  <jas@extundo.com>
14134
14135         * modules/dummy: New file.
14136
14137 2004-07-16  Simon Josefsson  <jas@extundo.com>
14138
14139         * lib/dummy.c: New file.
14140
14141 2004-07-16  Bruno Haible  <bruno@clisp.org>
14142
14143         * lib/backupfile.h: Add extern "C" for C++.
14144         * lib/closeout.h: Likewise.
14145         * lib/copy-file.h: Likewise.
14146         * lib/findprog.h: Likewise.
14147         * lib/full-write.h: Likewise.
14148         * lib/pathname.h: Likewise.
14149         * lib/progname.h: Likewise.
14150         * lib/stpcpy.h: Likewise.
14151         * lib/stpncpy.h: Likewise.
14152         * lib/strcase.h: Likewise.
14153         * lib/strstr.h: Likewise.
14154         * lib/xalloc.h: Likewise.
14155
14156         * lib/mbswidth.h: Add extern "C" for C++.
14157         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
14158
14159 2004-07-13  Robert Millan  <robertmh@gnu.org>
14160
14161         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
14162
14163 2004-07-09  Simon Josefsson  <jas@extundo.com>
14164
14165         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
14166         failed without this.)
14167
14168 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
14169
14170         * modules/chown (Files): Add lib/fchown-stub.c, since
14171         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
14172
14173 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
14174
14175         * lib/fchown-stub.c: New file.
14176
14177 2004-06-24  Jim Meyering  <jim@meyering.net>
14178
14179         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
14180
14181 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14182
14183         * modules/argz: Omit "#include".
14184
14185         * MODULES.html.sh (func_all_modules): Add calloc, to match
14186         2004-06-01 addition of calloc module.
14187
14188 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14189
14190         * m4/argz.m4: New file, which is autoupdated from libtool.
14191
14192 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14193
14194         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
14195         libtool.
14196
14197 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14198
14199         * config/srclist-update: Don't insist on "USA." before the
14200         close-comment, as libtool omits the period and puts the */ on a
14201         separate line.
14202         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
14203         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
14204
14205 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
14206
14207         * modules/argz: New file.
14208         * MODULES.html.sh (func_all_modules): Add argz.
14209
14210 2004-06-12  Jim Meyering  <jim@meyering.net>
14211         and  Paul Eggert  <eggert@cs.ucla.edu>
14212
14213         * modules/hash (Files): Add lib/xalloc.h.
14214         * modules/pipe (Depends-on): Add wait-process.
14215         * modules/stat (Depends-on): Add xalloc.
14216         * modules/userspec (Files): Add lib/userspec.h.
14217         * modules/xstrto
14218
14219         Upgrade from gettext-0.13.
14220         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
14221         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
14222         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
14223
14224 2004-06-10  Jim Meyering  <jim@meyering.net>
14225
14226         * lib/calloc.c: New file.
14227
14228 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
14229
14230         * lib/getdate.y (yylex): Allow space between sign and number.
14231         Problem reported by Dan Jacobson.
14232
14233 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
14234
14235         Merge from coreutils CVS.
14236
14237         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
14238         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
14239         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
14240         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
14241         xstrtol.m4: Fix copyright date and/or serial number.
14242
14243         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
14244         See if we need an fchown replacement.
14245         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
14246         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
14247         and use the replacement function if we detect either defect.
14248
14249         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
14250         gl_UTIMECMP.
14251
14252 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
14253         and  Jim Meyering  <jim@meyering.net>
14254
14255         Merge from coreutils CVS.
14256
14257         * lib/stat-macros.h: New file, with contents from file-type.h
14258         and coreutils' system.h.
14259         * lib/file-type.c: Include "stat-macros.h".
14260         * lib/file-type.h (file_type): Move all macro definitions to new file,
14261         stat-macros.h.
14262
14263         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
14264         Wrap old code with this conditional.
14265         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
14266         function that does not dereference symlinks.
14267         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
14268
14269         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
14270         dependency problems.
14271         (xreadlink): Accept new arg SIZE, for efficiency.
14272         All decls and uses changed.
14273         * lib/xreadlink.h: Include <stddef.h>, for size_t.
14274
14275         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
14276         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
14277
14278         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
14279         sysexits.h.
14280
14281 2004-06-01  Jim Meyering  <jim@meyering.net>
14282
14283         * m4/calloc.m4: New file.
14284
14285 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
14286
14287         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
14288         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
14289         Also, fix a typo in a diagnostic.
14290
14291 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
14292
14293         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
14294         or AC_FUNC_REALLOC.
14295
14296 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
14297
14298         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
14299         macros to be defined.
14300         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
14301         the allocator returns NULL because the requested size is zero.
14302
14303 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14304
14305         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
14306         var.  Add comment explaining why libc still defines it.  This
14307         merges the following patch from glibc:
14308         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
14309
14310 2004-05-20  Andreas Schwab  <schwab@suse.de>
14311
14312         * m4/free.m4: Replace free if it not known to work, not the other
14313         way round.
14314
14315 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14316
14317         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
14318         present in glibc since revision 1.1 of this file.
14319         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
14320         obstack_alignment_mask, obstack_alloc, obstack_base,
14321         obstack_blank, obstack_blank_fast, obstack_chunk_size,
14322         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
14323         obstack_grow0, obstack_init, obstack_int_grow,
14324         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
14325         obstack_next_free, obstack_object_size, obstack_ptr_grow,
14326         obstack_ptr_grow_fast, obstack_room): Remove declarations of
14327         nonexistent functions.
14328
14329 2004-05-18  Karl Berry  <karl@gnu.org>
14330
14331         * config/srclist.txt: break link for vasnprintf.c.
14332
14333 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
14334
14335         Port obstack to the AS/400, where pointers are 16 bytes wide and
14336         you cannot cast an integer to a valid pointer.  This patch is
14337         currently waiting to be integrated into glibc; see
14338         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
14339
14340         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
14341         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
14342         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
14343         (struct obstack): temp member is now a union of a pointer and
14344         an integer, instead of an integer.  All integer uses changed.
14345         This does not affect the physical layout of struct obstack,
14346         except on hosts (like the AS/400) where the size or alignment of
14347         void * is greater than that of ptrdiff_t.
14348         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
14349         __STDC__)]: Store temporary in pointer member of union, not
14350         integer member.
14351         * lib/obstack.c: Include <stddef.h>, for offsetof.
14352         (struct fooalign): Remove; it doesn't need a name.
14353         (union fooround): Change double to long double, and add void *.
14354         (DEFAULT_ALIGNMENT): Use offsetof to compute.
14355         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
14356         not a macro.  Hence the values are always int; so remove all
14357         casts-to-int in uses.
14358
14359 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
14360
14361         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
14362         we can get this patch merged into glibc.
14363
14364 2004-05-17  Derek R. Price  <derek@ximbiot.com>
14365             Paul Eggert  <eggert@cs.ucla.edu>
14366
14367         * m4/argp: Depend on alloca.
14368
14369 2004-05-17  Derek R. Price  <derek@ximbiot.com>
14370             Paul Eggert  <eggert@cs.ucla.edu>
14371
14372         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
14373         freecoding.
14374
14375 2004-05-17  Bruno Haible  <bruno@clisp.org>
14376
14377         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
14378         precision that consists of a '.' followed by an empty digit string.
14379         Patch by Tor Lillqvist <tml@iki.fi>.
14380
14381 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
14382
14383         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
14384         for backward compatibility with older code.  We need our own
14385         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
14386         it under some other name, and our alloca.h will define it.
14387
14388 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
14389             Derek Price  <derek@ximbiot.com>
14390
14391         * lib/alloca.c: Include <alloca.h>, to get our interface.
14392         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
14393         include <alloca.h> first.  Use C89 prototype for alloca; this
14394         requires including <stddef.h> for size_t.  Use extern "C" if C++.
14395         Use #elif for simplicity, since we can assume C89 now.
14396         Don't try to source the system alloca.h since it will not be found
14397         and to prevent recursively including its replacement.
14398         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
14399         * lib/regex.c: Likewise.
14400
14401 2004-05-16  Derek Price  <derek@ximbiot.com>
14402             Paul Eggert  <eggert@cs.ucla.edu>
14403
14404         getline cleanup.  This changes the getndelim2 API: both order of
14405         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
14406         no delimiter).
14407
14408         * lib/getline.c: Don't include stddef.h or stdio.h, since our
14409         interface does that.
14410         (getline): Always use getdelim, so that we don't have two
14411         copies of this code.
14412         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
14413         if available.
14414         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
14415         (GETNDELIM2_MAXIMUM): New macro.
14416         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
14417         instead of the old practice of delim2==0.  All callers changed.
14418         Return -1 on overflow, instead of returning junk.
14419         Do not set *linesize unless allocation succeeds.
14420         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
14421         that we include sys/types.h.
14422         * lib/getnline.h: Likewise.
14423         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
14424         (getndelim2): Reorder arguments.
14425         * lib/getnline.c (getnline, getndelim):
14426         Don't discard the NMAX argument.
14427         (getnline): Invoke getndelim, to avoid code duplication.
14428         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
14429         of (size_t) -1 by callers of the getnline family.
14430
14431 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14432
14433         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
14434         Check for gettimeofday.
14435         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
14436         Check for settimeofday, stime.
14437
14438 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14439
14440         * lib/nanosleep.c (suspended): Change its type from int to
14441         sig_atomic_t volatile.
14442         (first_call): Make it private to rpl_nanosleep, and have it
14443         be zero initially as that's a bit faster.
14444         (my_usleep): Round up fractional times instead of truncating them,
14445         as this is the usual meaning for 'sleep'.
14446
14447         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
14448         doesn't work.
14449         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
14450         (ENOSYS): Define if not defined.
14451         (settime): Fall back on stime if it exists and settimeofday fails.
14452         But don't bother with fallbacks if a method fails with errno == EPERM.
14453
14454 2004-05-11  Jim Meyering  <jim@meyering.net>
14455
14456         Prior to this change, the save_cwd caller required read access to the
14457         current directory on most systems (ones with the fchdir function).
14458
14459         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
14460         fails, try write-only, and finally, resort to using xgetcwd.
14461
14462 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
14463
14464         * lib/obstack.c, obstack.h: Import changes from libc.
14465
14466 2004-04-28  Bruno Haible  <bruno@clisp.org>
14467
14468         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
14469         also implicitly appends .exe to executables.
14470         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
14471         accepts Windows pathnames.
14472         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
14473         Treat Cygwin like Windows, since it now accepts Windows pathnames.
14474         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
14475         Treat Cygwin like Windows, since it now accepts Windows pathnames.
14476         Reported by Derek Robert Price <derek@ximbiot.com>.
14477
14478 2004-04-21  Karl Berry  <karl@gnu.org>
14479
14480         * config/srclist.txt (localcharset.c): break sync.
14481
14482 2004-04-20  Paul Eggert  <eggert@twinsun.com>
14483
14484         * m4/host-os.m4: Add a copyright notice.
14485
14486 2004-04-20  Jim Meyering  <jim@meyering.net>
14487
14488         Change UTILS_ to gl_ in AC_DEFINE'd names.
14489         Change utils_- and jm_-prefixed variables, too.
14490         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
14491         UTILS_FUNC_MKDIR_TRAILING_SLASH.
14492         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
14493
14494         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
14495         Don't emit trailing blanks.
14496         Also rename jm_-prefixed variables to have gl_ prefix.
14497
14498         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
14499         Also rename jm_-prefixed variables to have gl_ prefix.
14500
14501         * m4/jm-macros.m4: Reflect the renamings.
14502         * m4/prereq.m4: Likewise.
14503
14504 2004-04-20  Jim Meyering  <jim@meyering.net>
14505
14506         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
14507         memory.
14508
14509 2004-04-20  Jim Meyering  <jim@meyering.net>
14510             Bruno Haible  <bruno@clisp.org>
14511
14512         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
14513         memory when realloc fails.
14514
14515 2004-04-19  Jim Meyering  <jim@meyering.net>
14516
14517         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
14518         now that readutmp.c may call `free (0)'.
14519
14520 2004-04-19  Bruno Haible  <bruno@clisp.org>
14521
14522         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
14523         * m4/inttypes_h.m4: Likewise.
14524         * m4/stdint_h.m4: Likewise.
14525         * m4/intmax_t.m4: Likewise.
14526         * m4/uintmax_t.m4: Likewise.
14527
14528 2004-04-18  Jim Meyering  <jim@meyering.net>
14529
14530         * m4/prereq.m4: Don't forbid jm_ prefix.
14531
14532         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
14533         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
14534         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
14535         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
14536         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
14537         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
14538         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
14539         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
14540         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
14541         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
14542         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
14543         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
14544         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
14545         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
14546         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
14547         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
14548         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
14549         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
14550         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
14551
14552 2004-04-18  Jim Meyering  <jim@meyering.net>
14553
14554         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
14555         failure, don't leak memory and do call END_UTMP_ENT.
14556
14557 2004-04-16  Jim Meyering  <jim@meyering.net>
14558
14559         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
14560         coreutils' stat program.
14561         (gl_PREREQ): Don't require jm_PREREQ_STAT.
14562
14563 2004-04-11  Paul Eggert  <eggert@twinsun.com>
14564
14565         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
14566         C89.
14567         (CHAR_BIT): Remove, since we assume C89.
14568         Include <stdint.h> if available, as per current Autoconf CVS advice.
14569
14570 2004-03-31  Jim Meyering  <jim@meyering.net>
14571
14572         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
14573         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
14574         * m4/xalloc.m4: Likewise.
14575
14576 2004-03-30  Paul Eggert  <eggert@twinsun.com>
14577
14578         Merge from coreutils.
14579
14580         * m4/inttostr.m4: New file.
14581         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
14582         Require AM_STDBOOL_H and gl_TIMESPEC instead.
14583         Require gl_CLOCK_TIME.
14584         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
14585
14586 2004-03-30  Paul Eggert  <eggert@twinsun.com>
14587
14588         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
14589         not bool, to be more consistent with Unix conventions.
14590         Suggested by Bruno Haible.
14591
14592         Merge from coreutils.
14593
14594         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
14595         * lib/umaxtostr.c: New files.
14596
14597         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
14598         the usual <time.h> dance.
14599         (get_date): Change signature to support fractional time stamps.
14600         All callers changed.
14601         * lib/getdate.y: Include "getdate.h" first, as we can now
14602         assume C89 and don't need to worry about 'const'.
14603         Similarly, include "unlocked-io.h" near start, not in middle.
14604         Include <limits.h>.
14605         (textint.value): Use long int rather than int.
14606         (textint.digits): Use size_t rather than int.
14607         (BILLION, LOG10_BILLION): New constants.
14608         (parser_control): New member rel_ns.  Members day_ordinal,
14609         time_zone, month, day, hour, minutes, rel_year, rel_month,
14610         rel_day, rel_hour, rel_minutes, rel_seconds
14611         are now long int, not int.  Member seconds is now struct timespec,
14612         not int.  New member timespec_seen.  Members dates_seen, days_seen,
14613         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
14614         not int.
14615         (%union.intval): Now long int, not int.
14616         New member timespec.
14617         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
14618         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
14619         (spec): Now is a timespec or an item list.
14620         (timespec, items): New nonterminals.
14621         (time, rel, relunit, number, get_date):
14622         Add support for fractional seconds.
14623         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
14624         (gmtime, localtime, mktime): Remove decls; not needed with C89.
14625         (to_hour): First arg is now long int, not int.
14626         (to_year): Returns long int, not int.
14627         Don't treat year -70 like 70.
14628         (tm_diff): Returns long int, not int.
14629         (lookup_word): Use bool instead of int when appropriate.
14630         (yylex): Use size_t for count, not int.
14631         Detect overflow when parsing large integer constants.
14632         Add support for fractions.
14633         (get_date): Make pointers 'const' if possible.
14634         Use more-portable code to detect integer overflow.
14635         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
14636         Don't use ctime; it's not reliable if the year has >4 digits.
14637
14638         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
14639         This is for compatibility with BSD.
14640
14641         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
14642         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
14643         From coreutils' system.h.
14644
14645         * lib/userspec.c: Don't include "posixver.h".
14646         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
14647         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
14648         compatible extension.  Simplify code by removing a boolean int
14649         that was always nonzero if a string was nonnull.
14650
14651 2004-03-30  Jim Meyering  <jim@meyering.net>
14652
14653         Merge from coreutils.
14654
14655         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
14656         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
14657         on some systems one must include <grp.h> before it.
14658         Reported by Christian Krackowizer.
14659
14660 2004-03-30  Jim Meyering  <jim@meyering.net>
14661
14662         Merge from coreutils.
14663
14664         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
14665
14666         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
14667         an empty input stream.
14668
14669         * lib/readtokens.c: Include <stdbool.h>.
14670         (readtoken): Use `size_t' rather than int/long.
14671         All callers adjusted.
14672         Use `bool' rather than `int' where appropriate.
14673         Use memset rather than an explicit loop.
14674         Use x2nrealloc rather than xrealloc.
14675         Allow the use of `\0' as a delimiter.
14676         (readtokens): Likewise.
14677         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
14678
14679 2004-03-30  Jim Meyering  <jim@meyering.net>
14680
14681         * m4/realloc.m4: Remove file, since now it does no more than
14682         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
14683         the `configure.ac' section of module/realloc.
14684         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
14685
14686 2004-03-30  Bruno Haible  <bruno@clisp.org>
14687
14688         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
14689         nonnull.
14690
14691 2004-03-29  Paul Eggert  <eggert@twinsun.com>
14692
14693         Merge changes to getloadavg.c from coreutils and Emacs.
14694
14695         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
14696         Define to an expression, not to the empty string.
14697         Include cloexec.h and xalloc.h.
14698         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
14699         Use set_cloexec_flag rather than rolling our own.
14700         * lib/cloexec.c, lib/cloexec.h: New files.
14701
14702 2004-03-29  Paul Eggert  <eggert@twinsun.com>
14703
14704         * m4/cloexec.m4: New file.
14705
14706 2004-03-18  Paul Eggert  <eggert@twinsun.com>
14707
14708         * lib/getopt.h: Sync with libc CVS.
14709
14710 2004-03-18  Paul Eggert  <eggert@twinsun.com>
14711             Bruno Haible  <bruno@clisp.org>
14712
14713         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
14714         mbswidth.
14715
14716 2004-03-18  Paul Eggert  <eggert@twinsun.com>
14717             Bruno Haible  <bruno@clisp.org>
14718
14719         * lib/mbswidth.h: Include <wchar.h> only if
14720         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
14721         <wchar.h>.
14722         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
14723
14724 2004-03-09  Paul Eggert  <eggert@twinsun.com>
14725
14726         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
14727         Sync with libc CVS.
14728         * lib/getopt_int.h: New file, also synced from libc.
14729
14730 2004-03-09  Paul Eggert  <eggert@twinsun.com>
14731
14732         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
14733         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
14734         Bring back getopt.c, getopt.h, getopt1.c.
14735
14736 2004-03-07  Paul Eggert  <eggert@twinsun.com>
14737
14738         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
14739         All uses changed.  Check for sa_sigaction member; this fixes
14740         a bug first reported by Jason Andrade in
14741         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
14742
14743 2004-03-07  Paul Eggert  <eggert@twinsun.com>
14744
14745         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
14746         '#if' expressions.  Unlike the code it replaces, it does not
14747         depend on (defined _SC_PAGESIZE).  However, it does depend on
14748         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
14749         first reported by Jason Andrade in
14750         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
14751
14752 2004-02-25  Simon Josefsson  <jas@extundo.com>
14753
14754         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
14755
14756 2004-02-25  Simon Josefsson  <jas@extundo.com>
14757
14758         * lib/strdup.h: New file.
14759         * lib/strdup.c: Include it.
14760         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
14761         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
14762
14763 2004-02-23  Karl Berry  <karl@gnu.org>
14764
14765         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
14766         (from fencepost.gnu.org:/gd/gnuorg).
14767
14768 2004-02-23  Karl Berry  <karl@gnu.org>
14769
14770         * config/srclistvars.sh (GNUORG) [karl]: redefine.
14771         * config/srclist.txt: add maintain/standards documents.
14772
14773 2004-02-18  Bruno Haible  <bruno@clisp.org>
14774
14775         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
14776         Reported by Derek Robert Price <derek@ximbiot.com>.
14777
14778 2004-02-16  Karl Berry  <karl@gnu.org>
14779
14780         * config/mkinstalldirs, install-sh: update from automake.
14781
14782 2004-02-06  Karl Berry  <karl@gnu.org>
14783
14784         * m4/po.m4: update from gettext 0.14.1.
14785
14786 2004-02-06  Karl Berry  <karl@gnu.org>
14787
14788         * lib/config.charset: update from gettext 0.14.1.
14789
14790 2004-02-05  Paul Eggert  <eggert@twinsun.com>
14791
14792         Add comments and code, prompted by suggestions from Bruno Haible
14793         for sh-quote.
14794         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
14795         describing the enum quoting_style values.
14796         * lib/quotearg.c (quotearg_alloc): New function.
14797         (quotearg_buffer_restyled): Treat lone { and } as special.
14798         Treat = as special.  Work around bug with older shells
14799         that "see" a '\' that is really the 2nd byte of a multibyte char.
14800         Quote empty string with shell_quoting_style.
14801
14802 2004-02-03  Bruno Haible  <bruno@clisp.org>
14803
14804         * m4/pipe.m4: New file, from GNU gettext.
14805
14806 2004-02-03  Bruno Haible  <bruno@clisp.org>
14807
14808         * lib/pipe.h: New file, from GNU gettext.
14809         * lib/pipe.c: New file, from GNU gettext.
14810
14811 2004-01-27  Bruno Haible  <bruno@clisp.org>
14812
14813         * m4/execute.m4: New file, from GNU gettext.
14814
14815 2004-01-27  Bruno Haible  <bruno@clisp.org>
14816
14817         * lib/execute.h: New file, from GNU gettext.
14818         * lib/execute.c: New file, from GNU gettext.
14819         * lib/w32spawn.h: New file, from GNU gettext.
14820
14821 2004-01-24  Paul Eggert  <eggert@twinsun.com>
14822
14823         Merge from diffutils.
14824
14825         * lib/file-type.c (file_type): Add typed memory objects.
14826         * lib/file-type.h (S_TYPEISTMO): New macro.
14827
14828         * lib/c-stack.h (c_stack_action): Remove argv argument.
14829         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
14830         (die): Don't calculate message unless segv_action returns.
14831         (get_stack_location, min_address_from_argv, max_address_from_argv,
14832         volatile stack_base, volatile_stack_size): Remove.
14833         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
14834         that every segmentation violation is a stack overflow.  (Ouch!)
14835         See Debian bug 136249 (still outstanding) for more info about why
14836         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
14837
14838 2004-01-24  Paul Eggert  <eggert@twinsun.com>
14839
14840         Exit-status fix from coreutils.
14841
14842         Use exit_failure consistently in place of EXIT_FAILURE,
14843         so that program exit statuses are consistent on failure.
14844
14845         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
14846         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
14847         * lib/argmatch.h: Comment fix to match the above.
14848         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
14849         Now a macro referring to exit_failure, instead of a separate
14850         variable.  Include "exitfail.h" to get it.
14851         * lib/xstrtol.h: Include "exitfail.h".
14852         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
14853
14854         * lib/long-options.c (parse_long_options): Use prototype
14855         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
14856         for clarity.
14857
14858 2004-01-21  Jim Meyering  <jim@meyering.net>
14859
14860         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
14861         so as not to conflict with a different-sized __mktime_internal
14862         function in GNU libc.
14863         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
14864         Problem building statically-linked `ls' reported by Michael Brunnbauer.
14865
14866 2004-01-20  Karl Berry  <karl@gnu.org>
14867
14868         * config/config.guess: update from config.
14869
14870         * config/srclistvars.sh: GNUWWWLICENSES for karl.
14871
14872 2004-01-20  Bruno Haible  <bruno@clisp.org>
14873
14874         Safer stack allocation.
14875         * lib/setenv.c: Include allocsa.h.
14876         (alloca): Remove fallback definition.
14877         (freea): Remove macro.
14878         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
14879         instead of freea.
14880
14881 2004-01-20  Bruno Haible  <bruno@clisp.org>
14882
14883         * m4/eealloc.m4: New file, from GNU gettext.
14884
14885 2004-01-20  Bruno Haible  <bruno@clisp.org>
14886
14887         * m4/allocsa.m4: New file, from GNU gettext.
14888
14889 2004-01-20  Bruno Haible  <bruno@clisp.org>
14890
14891         * lib/xallocsa.h: New file, from GNU gettext.
14892         * lib/xallocsa.c: New file, from GNU gettext.
14893
14894 2004-01-20  Bruno Haible  <bruno@clisp.org>
14895
14896         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
14897
14898 2004-01-20  Bruno Haible  <bruno@clisp.org>
14899
14900         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
14901         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
14902         specially.
14903
14904 2004-01-20  Bruno Haible  <bruno@clisp.org>
14905
14906         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
14907         patch.
14908
14909 2004-01-20  Bruno Haible  <bruno@clisp.org>
14910
14911         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
14912
14913 2004-01-20  Bruno Haible  <bruno@clisp.org>
14914
14915         * lib/eealloc.h: New file.
14916
14917 2004-01-20  Bruno Haible  <bruno@clisp.org>
14918
14919         * lib/binary-io.h: Avoid warnings on Cygwin.
14920
14921 2004-01-20  Bruno Haible  <bruno@clisp.org>
14922
14923         * lib/allocsa.h: New file, from GNU gettext.
14924         * lib/allocsa.c: New file, from GNU gettext.
14925
14926 2004-01-18  Karl Berry  <karl@gnu.org>
14927
14928         * doc/gpl.texi, doc/lgpl.texi: new files.
14929
14930 2004-01-18  Karl Berry  <karl@gnu.org>
14931
14932         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
14933         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
14934
14935 2004-01-15  Paul Eggert  <eggert@twinsun.com>
14936
14937         Merge from coreutils.
14938
14939         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
14940         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
14941         (gl_DEFAULT_POSIX2_VERSION): Move
14942         the documentation from 'configure' into 'config.hin',
14943         so that 'configure --help' isn't burdened by it and
14944         we don't have to worry about its formatting there.
14945         Reword the documentation so that it's more succinct
14946         and can be run together into a single paragraph.
14947         * m4/same.m4 (gl_SAME): Check for pathconf.
14948
14949 2004-01-15  Paul Eggert  <eggert@twinsun.com>
14950
14951         Merge from coreutils.
14952
14953         * lib/posixver.c: Include posixver.h.
14954
14955         * lib/same.c: Include <stdbool.h>, <limits.h>.
14956         (_POSIX_NAME_MAX): Define if not defined.
14957         (MIN): New macro.
14958         (same_name): If file names are silently truncated, report
14959         that the file names are the same if they are the same after
14960         the silent truncation.
14961
14962         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
14963         conversion function.
14964         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
14965         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
14966         longer needed.
14967
14968 2004-01-15  Jim Meyering  <jim@meyering.net>
14969
14970         Merge from coreutils.
14971
14972         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
14973         if no library is required.
14974         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
14975         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
14976         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
14977         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
14978         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
14979         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
14980         value, $ac_cv_search_crypt, if it's "none required".
14981         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
14982         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
14983         not gl_FUNC_GETLOADAVG.
14984         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
14985         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
14986
14987 2004-01-15  Jim Meyering  <jim@meyering.net>
14988
14989         Merge from coreutils.
14990
14991         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
14992         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
14993         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
14994
14995         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
14996         optional configure-time default.
14997
14998         * lib/version-etc.c (version_etc_copyright): Update copyright date.
14999
15000         * lib/xreadlink.c (xreadlink): Correct outdated comment.
15001
15002 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
15003
15004         Merge from coreutils.
15005
15006         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
15007         value, $ac_cv_search_nanosleep, if it's "none required".
15008
15009 2004-01-14  Paul Eggert  <eggert@twinsun.com>
15010
15011         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
15012         with like-named macro in fnmatch.c.
15013         (EXT): Use an internal constant instead.
15014
15015         Merge fnmatch patches from glibc.
15016         * lib/fnmatch.c (mbsinit): Remove define.
15017         Add libc_hidden_ver (__fnmatch, fnmatch).
15018         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
15019         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
15020
15021 2004-01-14  Karl Berry  <karl@gnu.org>
15022
15023         * config/install-sh: update from automake.
15024
15025 2004-01-13  Karl Berry  <karl@gnu.org>
15026
15027         * config/install-sh: update from automake.
15028
15029 2004-01-09  Karl Berry  <karl@gnu.org>
15030
15031         * config/install-sh: update from automake.
15032
15033 2004-01-05  Karl Berry  <karl@gnu.org>
15034
15035         * config/config.{sub,guess}: update from config.
15036
15037 2003-12-31  Karl Berry  <karl@gnu.org>
15038
15039         * config/depcomp: update from automake.
15040
15041 2003-12-14  Karl Berry  <karl@gnu.org>
15042
15043         * lib/config.charset: update from gettext-runtime.
15044
15045 2003-12-03  Paul Eggert  <eggert@twinsun.com>
15046
15047         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
15048         Bug reported by Alfred M. Szmidt.
15049
15050 2003-12-03  Bruno Haible  <bruno@clisp.org>
15051
15052         * m4/gettext.m4: Upgrade from gettext-0.13.
15053         * m4/po.m4: Upgrade from gettext-0.13.
15054         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
15055         * m4/intmax.m4: New file, from gettext-0.13.
15056         * m4/printf-posix.m4: New file, from gettext-0.13.
15057
15058 2003-11-29  Karl Berry  <karl@gnu.org>
15059
15060         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
15061
15062 2003-11-25  Paul Eggert  <eggert@twinsun.com>
15063             Bruno Haible  <bruno@clisp.org>
15064
15065         * lib/printf-parse.h: Don't include sys/types.h.
15066         (ARG_NONE): New macro.
15067         (char_directive): Change type of *arg_index fields to size_t.
15068         * lib/printf-parse.c: Don't include sys/types.h.
15069         (SSIZE_MAX): Remove macro.
15070         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
15071         Remove unnecessary overflow check.
15072         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
15073         fields.
15074
15075 2003-11-25  Bruno Haible  <bruno@clisp.org>
15076
15077         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
15078
15079 2003-11-25  Bruno Haible  <bruno@clisp.org>
15080
15081         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
15082         gt_TYPE_SSIZE_T.
15083
15084 2003-11-24  Paul Eggert  <eggert@twinsun.com>
15085
15086         * modules/alloca: Remove dependency on xalloc.
15087
15088 2003-11-24  Paul Eggert  <eggert@twinsun.com>
15089
15090         * lib/alloca.c: Remove dependency on xalloc module.
15091         (xalloc_die): Remove.
15092         (memory_full) [!defined emacs]: New macro.
15093         [!defined emacs]: Don't include xalloc.h.
15094         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
15095         address arithmetic overflows.  Change datatypes a bit to avoid
15096         unnecessary casts.
15097
15098 2003-11-22  Jim Meyering  <jim@meyering.net>
15099
15100         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
15101         s/size/size_t/.
15102
15103 2003-11-21  Karl Berry  <karl@gnu.org>
15104
15105         * config/config.{sub,guess}: update from config.
15106
15107 2003-11-18  Karl Berry  <karl@gnu.org>
15108
15109         * config/config.{sub,guess}: update from config.
15110
15111         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
15112
15113 2003-11-17  Paul Eggert  <eggert@twinsun.com>
15114
15115         * README: Mention that S+T cannot overflow if S is the size of
15116         an existing object and T is sufficiently small.
15117
15118 2003-11-17  Jim Meyering  <jim@meyering.net>
15119
15120         On systems without utime and without a utimes function capable of
15121         dealing with a NULL struct utimbuf* argument, this utime replacement
15122         could -- in unusual circumstances -- leak a file descriptor.
15123         * lib/utime.c: Include <unistd.h> and <errno.h>.
15124         (utime_null): Be sure to close `fd' and to preserve errno.
15125         Reported by Geoff Collyer via Arnold Robbins.
15126
15127 2003-11-17  Bruno Haible  <bruno@clisp.org>
15128
15129         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
15130         (Depends-on): Add xsize.
15131
15132 2003-11-17  Bruno Haible  <bruno@clisp.org>
15133
15134         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
15135
15136 2003-11-17  Bruno Haible  <bruno@clisp.org>
15137
15138         * lib/vasnprintf.c (alloca): Remove fallback definition.
15139         (freea): Remove definition.
15140         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
15141         Reported by Paul Eggert.
15142
15143 2003-11-16  Paul Eggert  <eggert@twinsun.com>
15144             Bruno Haible  <bruno@clisp.org>
15145
15146         Protect against address arithmetic overflow.
15147         * lib/printf-args.h: Include stddef.h.
15148         (arguments): Change type of field 'count' to size_t.
15149         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
15150         'unsigned int' where appropriate.
15151         * lib/printf-parse.h: Include sys/types.h.
15152         (char_directive): Change type of *arg_index fields to ssize_t.
15153         (char_directives): Change type of fields 'count', max_*_length to
15154         size_t.
15155         * lib/printf-parse.c: Include sys/types.h and xsize.h.
15156         (SSIZE_MAX): Define fallback value.
15157         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
15158         instead of 'int' where appropriate. Check a_allocated, d_allocated
15159         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
15160         * lib/vasnprintf.c: Include xsize.h.
15161         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
15162         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
15163         overflow. Avoid wraparound when converting a width or precision from
15164         decimal to binary.
15165
15166 2003-11-16  Bruno Haible  <bruno@clisp.org>
15167
15168         Update from GNU gettext.
15169         * lib/printf-parse.c: Generalize to it can be compiled for wide
15170         strings.
15171         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
15172         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
15173         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
15174         SNPRINTF): New macros.
15175         Don't include <alloca.h> if the file is used inside libintl.
15176         (local_wcslen): New function, for Solaris 2.5.1.
15177         (VASNPRINTF): Use it instead of wcslen.
15178
15179 2003-11-16  Bruno Haible  <bruno@clisp.org>
15180
15181         * lib/xsize.h (xmax): New function.
15182         (xsum, xsum3, xsum4): Declare as "pure" functions.
15183
15184 2003-11-12  Paul Eggert  <eggert@twinsun.com>
15185
15186         * modules/xalloc (Files): Undo latest change, since xalloc.h
15187         no longer needs SIZE_MAX or PTRDIFF_MAX.
15188
15189 2003-11-12  Paul Eggert  <eggert@twinsun.com>
15190
15191         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
15192         gl_PTRDIFF_MAX.
15193
15194 2003-11-12  Paul Eggert  <eggert@twinsun.com>
15195
15196         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
15197         "return", to pacify some unknown compiler.  Problem reported
15198         by Joerg Schilling.
15199
15200 2003-11-12  Paul Eggert  <eggert@twinsun.com>
15201
15202         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
15203         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
15204         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
15205         heuristic is just as accurate as far as we know, and it removes a
15206         dependency on size_max.m4 and ptrdiff_max.m4.
15207
15208 2003-11-11  Bruno Haible  <bruno@clisp.org>
15209
15210         * modules/xsize (Files): Add m4/size_max.m4.
15211         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
15212
15213 2003-11-11  Bruno Haible  <bruno@clisp.org>
15214
15215         * m4/size_max.m4: New file.
15216         * m4/ptrdiff_max.m4: New file.
15217         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
15218         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
15219         (gl_XALLOC): Invoke it.
15220
15221 2003-11-11  Bruno Haible  <bruno@clisp.org>
15222
15223         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
15224         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
15225         defined.
15226
15227 2003-11-10  Paul Eggert  <eggert@twinsun.com>
15228
15229         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
15230         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
15231         rejected some allocations of exactly SIZE_MAX - 2 bytes.
15232         From Bruno Haible.
15233         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
15234         not (size_t) -1, since it's defined here.
15235
15236 2003-11-09  Karl Berry  <karl@gnu.org>
15237
15238         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
15239
15240 2003-11-06  Paul Eggert  <eggert@twinsun.com>
15241
15242         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
15243         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
15244         Reject sizes of exactly SIZE_MAX bytes.
15245         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
15246         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
15247
15248 2003-11-05  Bruno Haible  <bruno@clisp.org>
15249
15250         * lib/xsize.h: Include limits.h, to avoid a possible collision with
15251         SIZE_MAX defined in <limits.h> on Solaris.
15252
15253 2003-11-04  Jim Meyering  <jim@meyering.net>
15254
15255         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
15256         variable names, rather than @VAR@.
15257         * modules/poll: Likewise.
15258
15259 2003-11-04  Bruno Haible  <bruno@clisp.org>
15260
15261         * modules/xsize: New file.
15262         * modules/linebreak: Depend on xsize.
15263         * MODULES.html.sh (func_all_modules): Add xsize.
15264
15265 2003-11-04  Bruno Haible  <bruno@clisp.org>
15266
15267         * m4/xsize.m4: New file.
15268
15269 2003-11-04  Bruno Haible  <bruno@clisp.org>
15270
15271         * lib/xsize.h: New file.
15272         * lib/linebreak.c: Include xsize.h.
15273         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
15274         argument for overflow.
15275         Suggested by Paul Eggert.
15276
15277 2003-11-03  Karl Berry  <karl@gnu.org>
15278
15279         * config/config.{guess,sub}: update from config.
15280
15281 2003-11-03  Jim Meyering  <jim@meyering.net>
15282
15283         * modules/userspec (lib_SOURCES): Add userspec.h.
15284         (Include): Add "userspec.h".
15285         Improve description.
15286
15287 2003-11-03  Jim Meyering  <jim@meyering.net>
15288
15289         * lib/userspec.c: Include "userspec.h".
15290         * lib/userspec.h: New file.
15291
15292 2003-11-03  Bruno Haible  <bruno@clisp.org>
15293
15294         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
15295
15296 2003-11-03  Bruno Haible  <bruno@clisp.org>
15297
15298         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
15299         available, to avoid (extremely rare) race condition.
15300         Suggested by Paul Eggert.
15301
15302 2003-11-02  Karl Berry  <karl@gnu.org>
15303
15304         * config/srclist.txt (vasprintf.c): sync broken, sigh.
15305
15306 2003-10-31  Paul Eggert  <eggert@twinsun.com>
15307
15308         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
15309         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
15310         (read_filesystem_list): Set and use me_type_malloced.
15311         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
15312         whatever the type happens to be), for brevity and consistency.
15313         Check for size calculation overflow on Alphas running OSF/1.
15314
15315 2003-10-31  Jim Meyering  <jim@meyering.net>
15316
15317         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
15318
15319         * lib/linebuffer.c: Include <string.h> for declaration of memset.
15320
15321 2003-10-30  Paul Eggert  <eggert@twinsun.com>
15322             Bruno Haible  <bruno@clisp.org>
15323
15324         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
15325         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
15326
15327 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15328
15329         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
15330         netbsd*-gnu*.  Suggested by Robert Millan.
15331
15332 2003-10-29  Paul Eggert  <eggert@twinsun.com>
15333
15334         * modules/group-member: Depend on stdbool.
15335
15336 2003-10-29  Paul Eggert  <eggert@twinsun.com>
15337
15338         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
15339
15340 2003-10-29  Paul Eggert  <eggert@twinsun.com>
15341
15342         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
15343         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
15344         after the 'gnu' in these cases.  This fixes some bugs in the
15345         previous change, and is based on suggestions by Robert Millan.
15346
15347 2003-10-29  Paul Eggert  <eggert@twinsun.com>
15348
15349         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
15350         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
15351         no longer needed.
15352         * lib/quotearg.c (quotearg_n_options): Use it.
15353         * lib/group-member.c: Include <stdbool.h>.
15354         (free_group_info): Arg is now const *; don't free arg.
15355         (get_group_info): Now returns bool and accepts struct group_info *,
15356         rather than returning a malloc'ed struct group_info *.
15357         All uses changed.  Check for overflow in internal size calculation.
15358
15359         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
15360         rather than xmalloc/xrealloc.
15361         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
15362         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
15363         conformance bug: the old code used a pointer after freeing the
15364         storage that it addressed.
15365         * lib/hash.c (hash_initialize): Simplify the code by using
15366         xalloc_oversized rather than doing it by hand.
15367         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
15368         the buffer preserved.  Use free and xmalloc instead.
15369         * lib/quotearg.c (quotearg_n_options): Likewise.
15370         Use a simpler test for size overflow.  Don't use xalloc_oversized
15371         because unsigned int might be wider than size_t (!); this suggests
15372         that we should switch from unsigned int to size_t for slot numbers.
15373
15374 2003-10-28  Paul Eggert  <eggert@twinsun.com>
15375
15376         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
15377         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
15378         NetBSD kernels.  Requested by Richard Stallman.
15379
15380 2003-10-27  Paul Eggert  <eggert@twinsun.com>
15381
15382         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
15383         to allocate the returned structure.  Do not allocate a subarray,
15384         as x2nrealloc will do that.
15385         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
15386         instead of xnrealloc.
15387         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
15388
15389 2003-10-27  Bruno Haible  <bruno@clisp.org>
15390
15391         * lib/stdbool_.h: Better support for BeOS.
15392
15393 2003-10-26  Paul Eggert  <eggert@twinsun.com>
15394
15395         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
15396         now uses inline.
15397
15398 2003-10-26  Paul Eggert  <eggert@twinsun.com>
15399
15400         * lib/xalloc.h (xalloc_oversized): New static inline function, for
15401         callers that want to do their own size-overflow checking.  Include
15402         <stdbool.h>, since xalloc_oversized returns bool.
15403         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
15404         to use xalloc_oversized.
15405
15406         Add two functions x2realloc, x2nrealloc, for programs that grow
15407         arrays dynamically by doubling their sizes.
15408         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
15409         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
15410         New functions.
15411
15412         Port to C99 semantics for 'inline' of external functions.
15413         Bug reported by Bruno Haible.
15414         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
15415         with the old contents of xnmalloc.
15416         (xnmalloc, xmalloc): Use it.
15417         (xnrealloc_inline): New static inline function,
15418         with the old contents of xnrealloc.
15419         (xnrealloc, xrealloc): Use it.
15420
15421         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
15422         that.
15423
15424 2003-10-26  Karl Berry  <karl@gnu.org>
15425
15426         * config/srclist.txt (COPYING.DOC): no longer available from
15427         /gd/gnuorg; don't know where the ultimate source is.
15428
15429 2003-10-25  Paul Eggert  <eggert@twinsun.com>
15430
15431         Fix several address-calculation bugs in the hash modules,
15432         plus some minor code cleanup.
15433
15434         * lib/hash.h: Include <stdbool.h>, for bool.
15435         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
15436         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
15437         hash_get_n_entries, hash_get_max_bucket_length,
15438         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
15439         hash_rehash): Use size_t rather than unsigned.
15440         * lib/hash.c (struct hash_table, hash_get_n_buckets,
15441         hash_get_n_buckets_used, hash_get_n_entries,
15442         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
15443         hash_get_entries, hash_do_for_each, hash_string, is_prime,
15444         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
15445         Likewise.
15446         (SIZE_MAX): Define if not defined.
15447         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
15448         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
15449         hash_print):
15450         Use const * when possible.
15451         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
15452         (check_tuning): Fix bug: if tuning parameters were very close to
15453         0 or 1, rounding errors could have caused subscript violations.
15454         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
15455         (hash_initialize): Add 'fail:' label
15456         to free table and return NULL, and use it to simplify code.
15457         Use calloc rather than clearing the storage ourself.
15458         (hash_initialize, hash_rehash): Check for arithmetic overflow in
15459         buffer size calculations.
15460         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
15461         Include <stddef.h>, for size_t.
15462         * lib/hash-pjw.c (hash_pjw): Likewise.
15463         Switch to method described by Bruno Haible.
15464         Include <limits.h>, for CHAR_BIT.
15465         (SIZE_BITS): New macro.
15466
15467 2003-10-23  Paul Eggert  <eggert@twinsun.com>
15468
15469         * m4/getline.m4 (AM_FUNC_GETLINE):
15470         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
15471         hosts.  Problem reported by Derek Robert Price in
15472         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
15473         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
15474         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
15475
15476 2003-10-21  Paul Eggert  <eggert@twinsun.com>
15477
15478         * lib/getndelim2.c (getndelim2): When size calculation overflows,
15479         ceiling the allocation at NMAX bytes rather than silently
15480         discarding input bytes before NMAX is reached.  This makes
15481         a difference only if NMAX exceeds SIZE_MAX / 2.
15482
15483         * lib/obstack.c: Merge from glibc.
15484         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
15485         Add libc_hidden_def (_obstack_newchunk).
15486         (_obstack_free) [! defined _LIBC]: Remove.
15487         [defined _LIBC]: Make a strong alias from obstack_free, rather than
15488         a clone of the function body.
15489         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
15490         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
15491
15492         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
15493         glibc.
15494         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
15495         arg to memcpy.
15496
15497         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
15498         (obstack_ptr_grow_fast, obstack_int_grow_fast):
15499         Don't use lvalue casts, as GCC plans to remove support for them
15500         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
15501         was also present in the non-GCC version, indicating that this
15502         code had always been buggy and had never been widely used.
15503         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
15504         Use the fast variant of each macro, rather than copying the
15505         definiens of the fast variant; that way, we'll be more likely to
15506         catch future bugs in the fast variants.
15507
15508 2003-10-20  Bruno Haible  <bruno@clisp.org>
15509
15510         * modules/wait-process: New file.
15511         * MODULES.html.sh (func_all_modules): Add wait-process.
15512
15513 2003-10-20  Bruno Haible  <bruno@clisp.org>
15514
15515         * m4/wait-process.m4: New file.
15516
15517 2003-10-20  Bruno Haible  <bruno@clisp.org>
15518
15519         * lib/wait-process.h: New file, from GNU gettext.
15520         * lib/wait-process.c: New file, from GNU gettext.
15521
15522 2003-10-19  Jim Meyering  <jim@meyering.net>
15523
15524         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
15525         HPUX 10.20.
15526
15527 2003-10-18  Karl Berry  <karl@gnu.org>
15528
15529         * config/config.guess: update from config.
15530
15531 2003-10-16  Paul Eggert  <eggert@twinsun.com>
15532
15533         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
15534         (getgroups): First arg is int, not size_t.
15535         Don't let 'free' mangle errno.
15536
15537 2003-10-16  Paul Eggert  <eggert@twinsun.com>
15538
15539         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
15540
15541 2003-10-16  Karl Berry  <karl@gnu.org>
15542
15543         * config/config.{guess,sub}: update from config.
15544
15545 2003-10-16  Jim Meyering  <jim@meyering.net>
15546
15547         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
15548         memcpy.
15549
15550 2003-10-15  Paul Eggert  <eggert@twinsun.com>
15551
15552         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
15553         (SIZE_MAX): Remove.
15554         (new_exclude, add_exclude_file): Initial size no longer needs to
15555         be a power of 2.
15556         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
15557         our own address arithmetic overflow checking.
15558
15559         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
15560         (fnmatch): Do not alloca more than 2000 wide characters;
15561         instead, use malloc for large buffers.
15562         Check for address arithmetic overflow, and return -1
15563         with errno set to ENOMEM in that case.
15564         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
15565         (NEW_PATTERN): Do not alloca more than 8000 bytes;
15566         instead, return -1.  Check for address arithmetic overflow.
15567
15568 2003-10-14  Paul Eggert  <eggert@twinsun.com>
15569
15570         Handle invalid suffixes and overflow independently, so that
15571         callers can treat them independently as needed.  Fix some bugs in
15572         suffix handling, e.g., "100k@" was not diagnosed as an invalid
15573         suffix for a human-readable blocksize.  The major caller-visible
15574         change is the addition of a new
15575         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
15576         that both overflow and suffix chars were found.
15577
15578         * lib/human.c (humblock): Don't check separately for invalid suffix
15579         char; that is xstrtoumax's job (now that its bug is fixed).
15580         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
15581         INTMAX_MAX]: New macros.
15582         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
15583         TYPE_MAXIMUM): New macros.
15584         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
15585         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
15586         if overflow occurs, as it's what __strtol does and it's more useful
15587         in practice.
15588         (__xstrtol): If __strtol reports some error other than ERANGE,
15589         reflect it to the caller as LONGINT_INVALID.  If it reports
15590         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
15591         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
15592         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
15593         value.
15594         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
15595         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
15596         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
15597         [defined UINTMAX_MAX]: New macros.
15598
15599 2003-10-14  Bruno Haible  <bruno@clisp.org>
15600
15601         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
15602
15603 2003-10-14  Bruno Haible  <bruno@clisp.org>
15604
15605         * m4/sig_atomic_t: New file, from GNU gettext.
15606         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
15607
15608 2003-10-14  Bruno Haible  <bruno@clisp.org>
15609
15610         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
15611         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
15612         Also use volatile where needed.
15613
15614 2003-10-12  Paul Eggert  <eggert@twinsun.com>
15615
15616         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
15617         Change maintainer from Bruno Haible to 'all'.
15618
15619 2003-10-12  Paul Eggert  <eggert@twinsun.com>
15620
15621         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
15622
15623 2003-10-12  Paul Eggert  <eggert@twinsun.com>
15624
15625         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
15626         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
15627         and define in terms of the other primitives.
15628         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
15629         (SIZE_MAX): Define if not already defined.
15630         (array_size_overflow): New function.
15631         (xalloc_die): Abort instead of exiting if 'error' returns.
15632         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
15633         (xmalloc, xrealloc): Use them.
15634         (xcalloc): Check for address arithmetic overflow.
15635         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
15636         a bit faster than strcpy.
15637
15638 2003-10-10  Simon Josefsson  <jas@extundo.com>
15639
15640         * modules/argp (Depends-on): Add restrict and strcase.
15641
15642 2003-10-10  Simon Josefsson  <jas@extundo.com>
15643
15644         * m4/argp.m4: Add AC_C_INLINE.
15645
15646 2003-10-08  Paul Eggert  <eggert@twinsun.com>
15647
15648         Merge getpass from libc, plus a few fixes.
15649
15650         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
15651         Include <stdbool.h>.
15652         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
15653         __fsetlocking to empty.
15654         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
15655         do include <bits/libc-lock.h>.
15656         Do not include <fcntl.h>; not needed.
15657         [_LIBC]: Include <wchar.h>.
15658         (NOTCANCEL_MODE): New macro.
15659         (flockfile, funlockfile) [_LIBC]: New macros.
15660         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
15661         [!_LIBC]: New macros.
15662         (call_fclose): New function.
15663         (getpass): Use it.  Save tty stream separately; this simplifies the
15664         code and makes it more reliable if stdin happens to equal stdout.
15665         Invoke __fsetlocking on tty.
15666         Handle thread cancellation if needed.
15667         Namespace cleanup (use __tcgetattr, __getline).
15668         Use bool for Booleans.
15669         [USE_IN_LIBIO]: Handle wide streams.
15670         [!_LIBC]: Unconditionally do the fseek, since we don't know what
15671         stream might go where.
15672
15673         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
15674         doesn't have to include <stdio.h> before us.
15675         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
15676         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
15677         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
15678         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
15679         if not declared, so that we can use getpass.c code from libc without
15680         rewriting it.
15681         (flockfile, ftrylockfile, funlockfile): New macros.
15682
15683 2003-10-08  Paul Eggert  <eggert@twinsun.com>
15684
15685         * modules/getpass: Depend on stdbool.
15686
15687 2003-10-08  Paul Eggert  <eggert@twinsun.com>
15688
15689         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
15690
15691 2003-10-07  Karl Berry  <karl@gnu.org>
15692
15693         * config/config.{guess,sub}: update from config.
15694
15695 2003-10-06  Jim Meyering  <jim@meyering.net>
15696             Bruno Haible  <bruno@clisp.org>
15697
15698         This lets translators provide better translations for the
15699         "Written by ..." part of --version output.
15700         * lib/version-etc.h: Include stdarg.h.
15701         (version_etc_copyright): Declare as readonly.
15702         (version_etc): Make this function variadic with a NULL-terminated list
15703         of author name strings.
15704         (version_etc_va): New declaration.
15705         * lib/version-etc.c: Include stdarg.h, stdlib.h.
15706         (version_etc_copyright): Declare as readonly.
15707         (version_etc_va): New function. Provide a different translatable string
15708         for each possible number of authors < 10. Abbreviate when there are 10
15709         authors or more.
15710         (version_etc): Make this function variadic. Call version_etc_va.
15711         Suggestion from Gary V. Vaughan.
15712
15713         * lib/long-options.h (parse_long_options): Change prototype: the
15714         authors string is moved to the end and becomes variadic.
15715         * lib/long-options.c: Include stdarg.h.
15716         (parse_long_options): Make this function variadic, too.
15717         Call version_etc_va, not version_etc.
15718
15719 2003-10-06  Bruno Haible  <bruno@clisp.org>
15720
15721         * modules/version-etc-2: Remove file.
15722         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
15723
15724 2003-10-06  Bruno Haible  <bruno@clisp.org>
15725
15726         * modules/fatal-signal: New file.
15727         * MODULES.html.sh (func_all_modules): Add fatal-signal.
15728
15729 2003-10-06  Bruno Haible  <bruno@clisp.org>
15730
15731         * m4/fatal-signal.m4: New file.
15732         * m4/signalblocking.m4: New file, from GNU gettext.
15733
15734 2003-10-06  Bruno Haible  <bruno@clisp.org>
15735
15736         * lib/version-etc-2.h: Remove file.
15737         * lib/version-etc-2.c: Remove file.
15738
15739 2003-10-06  Bruno Haible  <bruno@clisp.org>
15740
15741         * lib/fatal-signal.h: New file, from GNU gettext.
15742         * lib/fatal-signal.c: New file, from GNU gettext.
15743
15744 2003-10-05  Paul Eggert  <eggert@twinsun.com>
15745
15746         * README: Rework advice for preventing empty .o files.
15747         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
15748         not <sys/types.h>.
15749
15750 2003-10-04  Karl Berry  <karl@gnu.org>
15751
15752         * lib/argp*: update from libc.
15753
15754 2003-10-04  Karl Berry  <karl@gnu.org>
15755
15756         * config/config.{guess,sub}: update from config.
15757
15758 2003-10-02  Bruno Haible  <bruno@clisp.org>
15759
15760         * modules/lchown (Include): Add lchown.h.
15761         * modules/time_r (Include): Use "..." syntax.
15762         * modules/xgetdomainname (Include): Add xgetdomainname.h.
15763
15764 2003-10-01  Simon Josefsson  <jas@extundo.com>
15765
15766         * MODULES.html.sh (func_all_modules): Move gethostname from section
15767         'based on' to section 'lacking' POSIX:2001.
15768
15769 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
15770
15771         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
15772         to output mode on the same stream.
15773
15774 2003-09-29  Paul Eggert  <eggert@twinsun.com>
15775
15776         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
15777         Fix arg typo in previous patch.
15778
15779 2003-09-28  Jim Meyering  <jim@meyering.net>
15780
15781         * lib/error.c: Correct cpp indentation.
15782
15783 2003-09-27  Paul Eggert  <eggert@twinsun.com>
15784
15785         * modules/free: New file.
15786
15787 2003-09-27  Paul Eggert  <eggert@twinsun.com>
15788
15789         * m4/free.m4: New file.
15790
15791 2003-09-27  Paul Eggert  <eggert@twinsun.com>
15792
15793         * lib/minmax.h (MIN, MAX)
15794         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
15795         Omit the special code that used __typeof__, since we worry that
15796         it could be more trouble than it's worth.  See:
15797         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
15798         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
15799
15800         * lib/free.c: New file.
15801
15802 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
15803
15804         Trivial fixes to Makefile.am parts of module listings.
15805         * modules/strstr: Append strstr.h to lib_SOURCES.
15806         * modules/strcase: Likewise, for strcase.h.
15807
15808 2003-09-27  Karl Berry  <karl@gnu.org>
15809
15810         * config/mkinstalldirs: update from automake.
15811
15812 2003-09-26  Paul Eggert  <eggert@twinsun.com>
15813
15814         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
15815         (error_tail): Do not loop, reallocating temporary buffer, since
15816         the output cannot contain more wide characters than the input
15817         contains bytes, the size must be big enough already.  This avoids
15818         one potential size overflow calculation.  Check for size overflow
15819         when calculating temporary buffer size.  Free temporary buffer
15820         when done, if it was allocated with malloc; this plugs a memory
15821         leak.  Remove casts from void * to pointers, that are no longer
15822         needed now that we're assuming C89 or better.
15823
15824         Merge error changes from glibc.
15825
15826         * lib/error.c, error.h: Update copyright notice header to match glibc.
15827         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
15828         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
15829         Disable cancellation while printing error.
15830         * lib/error.h: Prepend __ to parameter names.
15831
15832 2003-09-26  Jim Meyering  <jim@meyering.net>
15833
15834         * lib/error.c (error_tail): Move some declarations
15835         into inner scope where the local variables are used.
15836
15837 2003-09-26  Bruno Haible  <bruno@clisp.org>
15838
15839         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
15840         stpncpy().
15841         Don't define stpncpy through config.h; it's now done through stpncpy.h.
15842
15843 2003-09-26  Bruno Haible  <bruno@clisp.org>
15844
15845         * lib/stpncpy.h (gnu_stpncpy): New declaration.
15846         (stpncpy): Define as alias for gnu_stpncpy.
15847         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
15848
15849 2003-09-25  Simon Josefsson  <jas@extundo.com>
15850
15851         * lib/xgetdomainname.h: New file.
15852         * lib/xgetdomainname.c: New file.
15853
15854 2003-09-25  Simon Josefsson  <jas@extundo.com>
15855             Bruno Haible  <bruno@clisp.org>
15856
15857         * modules/getdomainname: New file.
15858         * modules/xgetdomainname: New file.
15859         * MODULES.html.sh (func_all_modules): Add getdomainname,
15860         xgetdomainname.
15861
15862 2003-09-25  Simon Josefsson  <jas@extundo.com>
15863             Bruno Haible  <bruno@clisp.org>
15864
15865         * m4/getdomainname.m4: New file.
15866
15867 2003-09-25  Simon Josefsson  <jas@extundo.com>
15868             Bruno Haible  <bruno@clisp.org>
15869
15870         * lib/getdomainname.h: New file.
15871         * lib/getdomainname.c: New file.
15872
15873 2003-09-25  Karl Berry  <karl@gnu.org>
15874
15875         * lib/argp-fmtstream.c, argp-help.c: update from libc.
15876
15877 2003-09-25  Karl Berry  <karl@gnu.org>
15878
15879         * config/install-sh: update from automake.
15880
15881 2003-09-25  Bruno Haible  <bruno@clisp.org>
15882
15883         * modules/version-etc-2: New file, from modules/version-etc with
15884         modifications.
15885         * MODULES.html.sh (func_all_modules): Add version-etc-2.
15886
15887 2003-09-25  Bruno Haible  <bruno@clisp.org>
15888
15889         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
15890         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
15891
15892 2003-09-24  Simon Josefsson  <jas@extundo.com>
15893
15894         * modules/xgethostname: Add xgethostname.h.
15895
15896 2003-09-24  Paul Eggert  <eggert@twinsun.com>
15897
15898         * lib/linebuffer.c (freebuffer): Don't free the argument, just
15899         the buffer associated with the argument.  Bug reported by
15900         Simon Josefsson.
15901
15902 2003-09-24  Paul Eggert  <eggert@twinsun.com>
15903
15904         * README: Document assumptions that 'int' is at least 32 bits
15905         wide, that integer arithmetic is 2's complement without overflow,
15906         that there are no holes in integer values, that adding sizes of
15907         two nonoverlapping objects can't overflow, and that all-bits-zero
15908         yields scalar zero.  Fix spelling and capitalization typos.
15909
15910 2003-09-19  Karl Berry  <karl@gnu.org>
15911
15912         * lib/argp.h: update from libc.
15913
15914 2003-09-17  Paul Eggert  <eggert@twinsun.com>
15915
15916         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
15917         to avoid spurious warnings like "AC_RUN_IFELSE was called before
15918         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
15919
15920 2003-09-17  Paul Eggert  <eggert@twinsun.com>
15921
15922         * gnulib-tool: Use "test -h", not "test -L", for portability
15923         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
15924         (tags_regexp): Remove, since \| doesn't conform to POSIX.
15925         (sed_extract_prog): Issue s commands one-by-one, rather than
15926         using \| in one s command.
15927
15928 2003-09-16  Paul Eggert  <eggert@twinsun.com>
15929
15930         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
15931         input error, instead of returning NULL the next time we are called
15932         (and therefore losing track of errno).
15933
15934 2003-09-16  Bruno Haible  <bruno@clisp.org>
15935
15936         * gnulib-tool (func_create_testdir): Warn about duplicated
15937         dependencies.
15938
15939 2003-09-15  Paul Eggert  <eggert@twinsun.com>
15940
15941         * modules/argmatch, modules/fatal, modules/obstack,
15942         modules/xalloc, modules/xgethostname: Sort dependencies by
15943         importance, not alphabetically.
15944
15945 2003-09-15  Paul Eggert  <eggert@twinsun.com>
15946
15947         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
15948         fails, so that the caller gets the proper errno.
15949
15950         * lib/readutmp.c (read_utmp): Likewise.
15951         Check for fstat error.  Close stream and free storage
15952         when failing.
15953
15954 2003-09-14  Karl Berry  <karl@gnu.org>
15955
15956         * config/srclist.txt (strdup.c): disable for c89 changes.
15957
15958 2003-09-14  Jim Meyering  <jim@meyering.net>
15959
15960         * lib/getloadavg.c: Correct cpp indentation.
15961         * lib/strdup.c: Likewise.
15962         * lib/vasnprintf.c: Likewise.
15963
15964 2003-09-14  Bruno Haible  <bruno@clisp.org>
15965
15966         * modules/fwriteerror: New file.
15967         * MODULES.html.sh (func_all_modules): Add fwriteerror.
15968
15969 2003-09-14  Bruno Haible  <bruno@clisp.org>
15970
15971         * lib/fwriteerror.h: New file.
15972         * lib/fwriteerror.c: New file.
15973
15974 2003-09-12  Paul Eggert  <eggert@twinsun.com>
15975
15976         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
15977         modules/xgethostname, modules/xalloc: Depend on exit.
15978
15979 2003-09-12  Paul Eggert  <eggert@twinsun.com>
15980
15981         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
15982
15983         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
15984         and AC_MINIX, too, so that their extensions are available.
15985
15986         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
15987         This macro has been superseded by gl_BACKUPFILE.
15988
15989         More patches to assume C89 or better.
15990
15991         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
15992
15993         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
15994         unconditionally.
15995         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
15996         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
15997         Include <string.h>, <stdlib.h> unconditionally.
15998         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
15999         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
16000         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
16001         headers or for string.h.
16002         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
16003         or strtoul.
16004
16005         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
16006         headers.
16007         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
16008         * m4/userspec.m4 (gl_USERSPEC): Likewise.
16009         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
16010         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
16011         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
16012         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
16013         memcpy, memset.
16014         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
16015         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
16016         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
16017         strtol.
16018         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
16019         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
16020         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
16021         strtoul.
16022
16023 2003-09-12  Paul Eggert  <eggert@twinsun.com>
16024
16025         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
16026         * lib/obstack.c [!defined _LIBC]: Likewise.
16027         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
16028         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
16029         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
16030
16031         More changes to assume C89 or better.
16032
16033         * lib/error.c (error_tail): Assume vprintf.
16034
16035         * lib/argmatch.c (getenv): Remove decl.
16036         * lib/progreloc.c (get_full_program_name): Define via prototype.
16037         * lib/setenv.c (clearenv): Likewise.
16038         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
16039         needed.
16040         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
16041         (malloc, memcpy): Remove decls.
16042         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
16043         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
16044         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
16045         (memcpy): Remove macro.
16046         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
16047         (__P): Remove.  All uses removed.
16048         (PTR): Remove.  All uses changed to void *.
16049         (CHAR_BIT, NULL): Remove.
16050         (spaces, zeros, memset_space, memset_zero)
16051         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
16052         Remove.
16053         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
16054         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
16055         Define with prototype.
16056         Remove now-unnecessary prototype decl.
16057         (extra_args_spec): Assume ANSI C.  All uses changed.
16058         (extra_args_spec_iso): Remove.
16059         (my_strftime, emacs_strftimeu): Define via prototype.
16060         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
16061         unconditionally.
16062         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
16063         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
16064         (strtoul, strtol): Remove decls.
16065         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
16066         LONG_MAX): Remove.
16067         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
16068         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
16069         (LOCALE_PARAM_PROTO): New macro.
16070         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
16071         (INTERNAL (strtol), strtol): Define with a prototype.
16072         (PARAMS): Remove.  All uses removed.
16073         * lib/tempname.c: Include <string.h> unconditionally.
16074         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
16075         * lib/xgethostname.c (main): Define with a prototype.
16076         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
16077         Include <stdlib.h> unconditionally.
16078         (calloc, malloc, realloc, free): Remove decls.
16079         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
16080         Include <stdlib.h> unconditionally.  Sort include file names.
16081         (strtod): Remove.
16082         (xstrtod): Define with a prototype.
16083         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
16084         (strtol, strtoul): Remove decls.
16085
16086 2003-09-11  Paul Eggert  <eggert@twinsun.com>
16087
16088         More patches to assume C89 or better.
16089         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
16090         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
16091         string.h, memchr, STDC_HEADERS.
16092
16093 2003-09-11  Paul Eggert  <eggert@twinsun.com>
16094
16095         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
16096         Include <stdlib.h>, <string.h> unconditionally.
16097         Remove now-unnecessary cast to char *.
16098         * lib/strnlen.c: Include <string.h> unconditionally.
16099         * lib/yesno.c (yesno): Define with a prototype.
16100
16101 2003-09-11  Bruno Haible  <bruno@clisp.org>
16102
16103         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
16104
16105 2003-09-10  Jim Meyering  <jim@meyering.net>
16106
16107         * lib/error.c: Correct indentation of cpp directives.
16108
16109 2003-09-10  Bruno Haible  <bruno@clisp.org>
16110
16111         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
16112         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
16113         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
16114         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
16115         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
16116         <stdlib.h> and <string.h> checks.
16117         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
16118         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
16119
16120 2003-09-10  Bruno Haible  <bruno@clisp.org>
16121
16122         * lib/strcspn.c: Include <string.h> unconditionally.
16123         * lib/strpbrk.c: Include <string.h> unconditionally.
16124         * lib/strstr.c: Include <string.h> unconditionally.
16125         * lib/unicodeio.c: Include <string.h> unconditionally.
16126         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
16127         * lib/unsetenv.c: Likewise.
16128         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
16129         * lib/yesno.c: Include <stdlib.h> unconditionally.
16130         (rpmatch): Add prototype.
16131
16132 2003-09-09  Paul Eggert  <eggert@twinsun.com>
16133
16134         More patches to assume C89 or better.
16135         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
16136         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
16137         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
16138         or for string.h.
16139         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
16140         stdlib.h.
16141         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
16142         C headers.
16143         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
16144         string.h.
16145         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
16146         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
16147         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
16148         or for string.h.
16149         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
16150         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
16151         C headers.
16152         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
16153         memcpy.
16154         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
16155         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
16156         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
16157         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
16158         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
16159         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
16160         string.h, free.
16161         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
16162         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
16163         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
16164         C headers, or for string.h.
16165         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
16166         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
16167         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
16168         headers, memory.h, stdlib.h, string.h, strings.h.
16169         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
16170         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
16171         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
16172         strchr.
16173         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
16174         headers, memory.h, string.h.
16175         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
16176         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
16177         free.
16178         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
16179         headers.
16180         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
16181         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
16182         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
16183         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
16184         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
16185
16186 2003-09-09  Paul Eggert  <eggert@twinsun.com>
16187
16188         More K&R removal.
16189
16190         * lib/acosl.c (main): Use a prototype.
16191         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
16192         tanl.c: Likewise.
16193
16194         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
16195
16196         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
16197         (getopt, etopt_long, getopt_long_only, _getopt_internal)
16198         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
16199         with a prototype.
16200         * lib/getopt.c (const): Remove macro.
16201         Include <string.h> unconditionally.
16202         (my_index): Remove; all uses changed to strchr.
16203         (strlen): Remove decl.
16204         (exchange): Remove forward decl; no longer needed.
16205         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
16206         Define with prototype.
16207         * lib/getopt1.c (const): Remove macro.
16208         (getopt_long, getopt_long_only, main): Define with prototype.
16209
16210         * lib/getugroups.c: Include <string.h> unconditionally.
16211
16212         * lib/getusershell.c: Include <stdlib.h> unconditionally.
16213         (getusershell, setusershell, endusershell, readname, main):
16214         Define with prototypes.
16215
16216         * lib/group-member.c: Include group-member.h first.
16217         Include <stdlib.h> unconditionally.
16218
16219         * lib/hard-locale.c: Include hard-locale.h first.
16220         Include <stdlib.h>, <string.h> unconditionally.
16221
16222         * lib/hash.c (free, malloc): Remove decls.
16223         Include <stdlib.h> unconditionally.
16224
16225         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
16226         (getenv): Do not declare.
16227
16228         * lib/idcache.c: Include <string.h> unconditionally.
16229
16230         * lib/long-options.c: Include long-options.h first, to test interface.
16231         Include <stdlib.h> unconditionally.
16232
16233         * lib/makepath.c: Include makepath.h first, to test interface.
16234         Include <stdlib.h> and <string.h> unconditionally.
16235
16236         * lib/linebuffer.c: Include <stdlib.h>.
16237         (free): Remove decl.
16238
16239         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
16240         stddef.h. rpl_malloc returns void *, not char *.
16241         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
16242         prototype.
16243
16244         * lib/md5.h: Include <limits.h> unconditionally.
16245         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
16246         (__P): Remove; all uses removed.
16247         * lib/md5.c: Include "md5.h" first.
16248         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
16249         md5_buffer, md5_process_bytes, md5_process_block):
16250         Define with prototypes.
16251         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
16252         * lib/sha.c: Include "sha.h" first.
16253         Include <stdlib.h>, <string.h> unconditionally.
16254
16255         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
16256         * lib/memcmp.c (__ptr_t): Likewise.
16257         * lib/memrchr.c (__ptr_t): Likewise.
16258         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
16259         Include <string.h> unconditionally.
16260         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
16261         * lib/memchr.c: Include <stdlib.h> unconditionally.
16262         * lib/memchr.c (LONG_MAX): Remove.
16263         * lib/memrchr.c (LONG_MAX): Likewise.
16264         * lib/memchr.c (__memchr): Define via a prototype.
16265         * lib/memrchr.c (__memrchr): Likewise.
16266         * lib/memcmp.c (__P): Remove, and remove all uses.
16267         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
16268         Remove forward decls; no longer needed.
16269         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
16270         Use types required by C89 in prototype.
16271
16272         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
16273         * lib/savedir.c: Likewise.
16274         * lib/mkdir.c (free): Remove decl.
16275         * lib/rmdir.c (rmdir): Define with a prototype.
16276         * lib/savedir.c: Include savedir.h first, to test interface.
16277
16278         * lib/mktime.c (STDC_HEADERS): Remove.
16279         Include <stdlib.h>, <string.h> unconditionally.
16280
16281         * lib/modechange.c: Include <stdlib.h> unconditionally.
16282         (malloc): Remove decl.
16283
16284         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
16285         (free): Remove decl.
16286
16287         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
16288         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
16289         (This type really should be intptr_t, but that's a C99ism.)
16290         (_obstack_memcpy): Remove: all uses changed to memcpy.
16291         Include <string.h> unconditionally.
16292         (struct obstack): Assume __STDC__ for types of members
16293         chunkfun, freefun, extra_arg.
16294         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
16295         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
16296         obstack_begin, obstack_specify_allocation,
16297         obstack_specify_allocation_with_arg, obstack_chunkfun,
16298         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
16299         Remove unprototyped decls and the macros that use them.
16300         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
16301         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
16302         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
16303         (defined __STDC__ && __STDC__)]:
16304         Remove nonprototyped code.
16305         Include <stdlib.h> unconditionally.
16306         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
16307         _obstack_allocated_p, _obstack_free, obstack_free,
16308         _obstack_memory_used, print_and_abort):
16309         Define using prototypes.
16310         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
16311         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
16312         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
16313         obstack_next_free, obstack_object_size, obstack_room) [0]:
16314         Remove unused, unprototyped code.
16315
16316         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
16317
16318         * lib/physmem.c (physmem_total, physmem_available, main): Define
16319         with prototypes.
16320
16321         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
16322         (main): Define with a prototype.
16323
16324         * lib/posixver.c (getenv): Remove decl.
16325
16326         * lib/putenv.c (malloc): Returns void *, not char *.
16327         Include <string.h> unconditionally.
16328         (strchr, memcpy, NULL): Do not define.
16329
16330         * lib/readtokens.c: Include readtokens.h first, to test interface.
16331         Include <stdlib.h>, <string.h> unconditionally.
16332         (init_tokenbuffer): Define with a prototype.
16333
16334         * lib/regex.c (PARAMS): Remove.  All uses removed.
16335         All uses of _RE_ARGS removed, too.
16336         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
16337         unconditionally.
16338         (bzero): Assume memset exists.
16339         (memcmp, memcpy, NULL): Remove.
16340         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
16341         char, or assignments to local vars of type signed char.
16342         (init_syntax_once, PREFIX(extract_number_and_incr),
16343         PREFIX(print_partial_compiled_pattern),
16344         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
16345         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
16346         PREFIX(regex_grow_registers), PREFIX(regex_compile),
16347         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
16348         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
16349         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
16350         wcs_compile_range, byte_compile_range, truncate_wchar,
16351         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
16352         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
16353         count_mbs_length, wcs_re_match_2_internal,
16354         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
16355         PREFIX(alt_match_null_string_p),
16356         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
16357         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
16358         regfree, PREFIX(extract_number)): Define with prototype.  Remove
16359         now-unnecessary declaration, if any.
16360         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
16361         regcomp, regexec):
16362         Remove now-unnecessary casts among pointer types.
16363         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
16364
16365         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
16366         (free): Remove decl.
16367
16368         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
16369
16370         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
16371         (free): Remove decl.
16372
16373         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
16374         * lib/xgetcwd.c: Likewise.
16375
16376         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
16377         (free): Remove decl.
16378
16379         * lib/strchrnul.c (strchrnul): Define with a prototype.
16380         Fix bug: c_in was not converted to char before searching.
16381
16382         The following changes are not K&R related:
16383
16384         * lib/group-member.h: Include <sys/types.h>, so that this file is
16385         self-contained.
16386         * lib/makepath.h: Likewise.
16387
16388         * lib/getusershell.c (readname, default_index, line_size, readname):
16389         Use size_t, not int, for sizes.
16390         (readname): If the size overflows, report an error instead of
16391         looping forever.
16392
16393 2003-09-09  Paul Eggert  <eggert@twinsun.com>
16394
16395         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
16396         libc.
16397
16398 2003-09-09  Paul Eggert  <eggert@twinsun.com>
16399
16400         * README: New section: portability guidelines.
16401
16402 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
16403
16404         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
16405         C89 spec.
16406
16407 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
16408
16409         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
16410
16411 2003-09-08  Paul Eggert  <eggert@twinsun.com>
16412
16413         Assume C89 or better; remove K&R cruft.
16414         A few of these changes were first proposed by Derek Robert Price
16415         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
16416
16417         * lib/addext.c: Include <string.h> unconditionally.
16418         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
16419         Don't declare getenv or malloc.
16420
16421         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
16422         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
16423         (NULL): Remove.
16424         (find_stack_direction, alloca): Use prototypes.
16425
16426         * lib/atexit.c (atexit): Define using a prototype.
16427
16428         * lib/basename.c, dirname.c, stripslash.c:
16429         Include <string.h> unconditionally.
16430
16431         * lib/bcopy.c: Include <stddef.h>.
16432         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
16433
16434         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
16435
16436         * lib/error.h (error, error_at_line, error_print_progname)
16437         [! (defined (__STDC__) && __STDC__)]: Remove decls.
16438         * lib/error.c: Include error.h first, to check interface.
16439         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
16440         (VA_START): Remove; all uses changeed to va_start.
16441         (exit, strerror): Remove decls.
16442         (error_print_progname): Prototype uncondionally.
16443         Don't include <errno.h>; no longer needed.
16444         (private_strerror): Remove.
16445         (error_tail): Always define.
16446         (error, error_at_line): Assume C89 or better; always use prototypes.
16447         * lib/fatal.c: Include "fatal.h" first, to test interface.
16448         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
16449         (VA_START): Remove; all uses changed to va_start.
16450         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
16451         this case.
16452         (exit): Remove decl.
16453         (fatal): Prototype unconditionally.  Assume va_start works.
16454         Abort at end, to pacify gcc.
16455
16456         * lib/euidaccess.c (main): Define with a prototype.
16457
16458         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
16459
16460         * lib/exitfail.c: Include <stdlib.h> unconditionally.
16461
16462         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
16463         prototypes.
16464         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
16465         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
16466         (getenv): Remove decl.
16467         (fnmatch): Define using a prototype.
16468         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
16469         (FCT): Define using a prototype.
16470
16471         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
16472
16473         * lib/gethostname.c: Include <stddef.h>.
16474         (gethostname): Define with prototype.  Length is size_t, not int.
16475
16476 2003-09-08  Paul Eggert  <eggert@twinsun.com>
16477
16478         Assume C89 or better; remove K&R cruft.
16479         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
16480         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
16481         string.h, getenv, malloc.
16482         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
16483         headers.
16484         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
16485         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
16486         do not check for strerror.
16487         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
16488         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
16489         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
16490         do not check for doprnt or vprintf.
16491         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
16492         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
16493
16494 2003-09-08  Paul Eggert  <eggert@twinsun.com>
16495
16496         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
16497         getversion.c should have been removed then, but was accidentally
16498         preserved.
16499
16500         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
16501         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
16502
16503 2003-09-08  Karl Berry  <karl@gnu.org>
16504
16505         * config/config.sub, config.guess, srclistvars.sh: update from savannah
16506                 config, forget about prep.
16507
16508         * config/depcomp, missing: update from automake.
16509
16510 2003-09-07  Paul Eggert  <eggert@twinsun.com>
16511
16512         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
16513         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
16514
16515 2003-09-07  Paul Eggert  <eggert@twinsun.com>
16516
16517         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
16518         copy_tm_result.  Bug reported by Simon Josefsson in
16519         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
16520
16521 2003-09-06  Paul Eggert  <eggert@twinsun.com>
16522
16523         * m4/time_r.m4: New file.
16524         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
16525         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
16526         is. Check for timegm declaration.
16527         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
16528         Do not check for gmtime_r.
16529         Replace mktime if __mktime_internal does not exist and if mktime
16530         hasn't been replaced already.
16531
16532 2003-09-06  Paul Eggert  <eggert@twinsun.com>
16533
16534         * lib/time_r.c, lib/time_r.h: New files.
16535
16536         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
16537         __localtime_r.
16538         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
16539         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
16540
16541         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
16542         __gmtime_r.
16543         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
16544         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
16545         Include <time_r.h>.
16546
16547         * lib/timegm.c: Switch to glibc implementation, with the following
16548         changes:
16549         [defined HAVE_CONFIG_H]: Include <config.h>.
16550         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
16551         (__mktime_internal) [!defined _LIBC]: New decl.
16552         (__gmtime_r) [!defined _LIBC]: New macro and function.
16553         (timegm): Use a prototype, since gnulib assumes C89.
16554         Do not bother declaring tmp to be const, as it's not really usefu.
16555         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
16556         (timegm): Declare only if HAVE_DECL_TIMEGM.
16557
16558 2003-09-06  Paul Eggert  <eggert@twinsun.com>
16559
16560         * MODULES.html.sh (func_all_modules): Add time_r.
16561         * modules/time_r: New file.
16562         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
16563         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
16564
16565 2003-09-03  Paul Eggert  <eggert@twinsun.com>
16566
16567         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
16568         Bug reported by Lute Kamstra in
16569         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
16570
16571         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
16572         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
16573         course with correspondingly smaller numbers for tomorrow and
16574         yesterday.  From Tadayoshi Funaba.  Originally installed into
16575         sh-utils on 1999-08-07, but the patch got lost (I guess during the
16576         coreutils merge?).
16577
16578 2003-08-31  Simon Josefsson  <jas@extundo.com>
16579
16580         * modules/timegm: New file.
16581         * MODULES.html.sh (func_all_modules): Add timegm.
16582
16583 2003-08-31  Simon Josefsson  <jas@extundo.com>
16584
16585         * m4/timegm.m4: New file.
16586
16587 2003-08-31  Simon Josefsson  <jas@extundo.com>
16588
16589         * lib/timegm.h: New file.
16590         * lib/timegm.c: New file.  Based on
16591         wget-1.8.2/src/http.c:mktime_from_utc.
16592
16593 2003-08-31  Karl Berry  <karl@gnu.org>
16594
16595         * lib/argp.h: update from libc.
16596
16597 2003-08-28  Bruno Haible  <bruno@clisp.org>
16598
16599         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
16600         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
16601         followed by '#define fnmatch fnmatch_posix' gives an error.
16602
16603 2003-08-28  Bruno Haible  <bruno@clisp.org>
16604
16605         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
16606         warning on QNX, which defines O_BINARY to 000000.
16607
16608 2003-08-27  Jim Meyering  <jim@meyering.net>
16609
16610         * m4/mkstemp.m4: Require that the system mkstemp be able to create
16611         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
16612         would fail after 32.  Reported by Danny Levinson.  Details here:
16613         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
16614
16615 2003-08-24  Bruno Haible  <bruno@clisp.org>
16616
16617         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
16618         MSVC7 <stdio.h> is included later.
16619
16620 2003-08-22  Simon Josefsson  <jas@extundo.com>
16621
16622         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
16623
16624 2003-08-20  Karl Berry  <karl@gnu.org>
16625
16626         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
16627
16628 2003-08-20  Bruno Haible  <bruno@clisp.org>
16629
16630         * modules/progname: New file.
16631         * MODULES.html.sh (func_all_modules): Add progname.
16632
16633 2003-08-20  Bruno Haible  <bruno@clisp.org>
16634
16635         * lib/progname.h: New file, from GNU gettext.
16636         * lib/progname.c: New file, from GNU gettext.
16637         * lib/progreloc.c: New file, from GNU gettext.
16638
16639 2003-08-19  Jim Meyering  <jim@meyering.net>
16640
16641         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
16642         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
16643
16644 2003-08-19  Bruno Haible  <bruno@clisp.org>
16645
16646         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
16647         more.
16648
16649 2003-08-19  Bruno Haible  <bruno@clisp.org>
16650
16651         * lib/xstrdup.c: Assume <string.h> exists.
16652
16653 2003-08-18  Paul Eggert  <eggert@twinsun.com>
16654
16655         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
16656         in makefile rules.
16657
16658 2003-08-18  Jim Meyering  <jim@meyering.net>
16659
16660         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
16661         * m4/lib-ld.m4: Likewise.
16662
16663 2003-08-18  Jim Meyering  <jim@meyering.net>
16664
16665         * lib/setenv.h: Indent nested cpp directive.
16666         * lib/vasnprintf.c: Remove trailing blanks.
16667
16668 2003-08-17  Simon Josefsson  <jas@extundo.com>
16669
16670         * modules/xstrndup: New file.
16671         * MODULES.html.sh (func_all_modules): Add xstrndup.
16672
16673 2003-08-17  Simon Josefsson  <jas@extundo.com>
16674
16675         * modules/argp: Fix autoconf macro name. Add more dependencies.
16676
16677 2003-08-17  Simon Josefsson  <jas@extundo.com>
16678
16679         * m4/xstrndup.m4: New file.
16680
16681 2003-08-17  Simon Josefsson  <jas@extundo.com>
16682
16683         * m4/argp.m4: New file.
16684
16685 2003-08-17  Simon Josefsson  <jas@extundo.com>
16686             Bruno Haible  <bruno@clisp.org>
16687
16688         * lib/xstrndup.h: New file.
16689         * lib/xstrndup.c: New file.
16690
16691 2003-08-17  Bruno Haible  <bruno@clisp.org>
16692
16693         * modules/strndup (Files, Include): Add lib/strndup.h.
16694
16695 2003-08-17  Bruno Haible  <bruno@clisp.org>
16696
16697         * modules/euidaccess (Files): Add lib/euidaccess.h.
16698
16699 2003-08-17  Bruno Haible  <bruno@clisp.org>
16700
16701         * lib/strndup.h: New file.
16702
16703 2003-08-17  Bruno Haible  <bruno@clisp.org>
16704
16705         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
16706         like AC_GNU_SOURCE.
16707         * modules/extensions (configure.ac): Comment out the invocation of
16708         gl_USE_SYSTEM_EXTENSIONS.
16709
16710 2003-08-16  Paul Eggert  <eggert@twinsun.com>
16711
16712         Merges from coreutils, etc.
16713         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
16714         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
16715         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
16716         fixing a typo.
16717         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
16718         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
16719
16720 2003-08-16  Paul Eggert  <eggert@twinsun.com>
16721
16722         Document merge from coreutils.
16723         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
16724         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
16725         * modules/utime: Add m4/utimes-null.m4.
16726
16727 2003-08-16  Paul Eggert  <eggert@twinsun.com>
16728
16729         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
16730         space, undoing this 2003-08-12 change:
16731         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
16732
16733 2003-08-16  Paul Eggert  <eggert@twinsun.com>
16734
16735         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
16736         strtoul.c from libc, undoing this 2003-08-12 change:
16737         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
16738
16739 2003-08-16  Jim Meyering  <jim@meyering.net>
16740
16741         Merges from coreutils.
16742         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
16743         prefix.  Adjust cache variables similarly.  Create 500 rather than
16744         just 300 files, to exercise bug on Darwin6.5, too.
16745         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
16746         $missing_dir.
16747         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
16748         AM_SYS_POSIX_TERMIOS.
16749         Reported by mkc@mathdogs.com.
16750         Also change use of $am_cv_sys_posix_termios
16751         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
16752         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
16753         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
16754         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
16755         in /proc/mounts until it finds one with matching device number.  This
16756         is unnecessary when the FILE argument *is* a mount point.  No stat call
16757         is necessary in that case.  So, disable the statvfs-testing code on
16758         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
16759         as RedHat bug# 84846.
16760         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
16761         to 1MB, so as not to render systems with no stack size limit (e.g.,
16762         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
16763         Include <unistd.h>.  On some systems,
16764         it is required for the definition of _SC_PAGESIZE.
16765
16766 2003-08-16  Jim Meyering  <jim@meyering.net>
16767
16768         Merge from coreutils.
16769         * lib/xstrtoimax.c: #else #if -> #elif.
16770         * lib/xstrtoumax.c: Likewise.
16771
16772 2003-08-16  Jim Meyering  <jim@meyering.net>
16773
16774         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
16775         * m4/utimes.m4: Removed.
16776         * m4/utimes-null.m4: Renamed from utimes.m4.
16777
16778         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
16779         to 1MB, so as not to render systems with no stack size limit (e.g.,
16780         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
16781         Include <unistd.h>.  On some systems,
16782         it is required for the definition of _SC_PAGESIZE.
16783
16784 2003-08-16  Jim Meyering  <jim@meyering.net>
16785         and Paul Eggert  <eggert@cs.ucla.edu>
16786
16787         Merges from coreutils, etc.
16788
16789         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
16790         using the latest version from cvs.  This avoids problems with #line
16791         directives using a vendor (Sun) compiler.
16792         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
16793         Don't set GETGROUPS_LIB here; now it's
16794         done via getgroups.m4's wrapper function.
16795         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
16796         rather than just in sh-util/configure.in, so that the
16797         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
16798         same.
16799         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
16800         AC_FUNC_GETLOADAVG where to find getloadavg.c.
16801         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
16802         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
16803         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
16804         Remove code that is now done by the newly-required macros.
16805         Append $(EXEEXT) to DF_PROG.
16806         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
16807         Do not invoke or require the following here,
16808         since prereq.m4 or some gnulib .m4 now does this for us:
16809         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
16810         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
16811         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
16812         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
16813         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
16814         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
16815         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
16816         AC_FUNC_OBSTACK.
16817         Do not replace the following functions, as this is now the job
16818         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
16819         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
16820         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
16821         atexit getpass, strdup, getpagesize.
16822         Replace 'raise'.
16823         Do not check for the following functions, as this is now the job
16824         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
16825         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
16826         setregid.
16827         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
16828         Check for sys/sysctl.h.
16829         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
16830         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
16831         of checking for ssize_t ourselves.
16832
16833         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
16834         Require every macro that gnulib/modules/* suggests for us.
16835         (jm_PREREQ_ADDEXT): New macro.
16836         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
16837         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
16838
16839         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
16840         (gl_PHYSMEM): Use it.
16841         Also check for `table' function.
16842         Check for new headers and functions.
16843         Add check for sys/sysmp.h.
16844         With suggestions from Kaveh Ghazi.
16845         Ignore headers that are present but cannot be compiled.  This
16846         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
16847         C 5.4.
16848
16849 2003-08-15  Paul Eggert  <eggert@twinsun.com>
16850
16851         Document merge from coreutils.
16852         * modules/userspec: Depend on posixver.
16853         * modules/strftime: Depend on tzset.
16854
16855 2003-08-15  Paul Eggert  <eggert@twinsun.com>
16856
16857         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
16858         rather than tab, after '#' in shell-script copyright notices.
16859         Suggested by Bruno Haible.
16860
16861 2003-08-15  Paul Eggert  <eggert@twinsun.com>
16862
16863         * config/srclist-update: Use three spaces, rather than tab, after '#'
16864         in shell-script copyright notices.  Suggested by Bruno Haible.
16865         Remove unnecessary parenthesization in regular expression.
16866
16867 2003-08-15  Jim Meyering  <jim@meyering.net>
16868
16869         Merge from coreutils.
16870         * lib/xgethostname.c: Include <stdlib.h>.
16871         (xghostname): Don't exit for anything other than memory-related
16872         failure; just return NULL.
16873         * lib/userspec.c: Include "posixver.h".
16874         (parse_user_spec): Accept `.' as a separator only
16875         in pre-POSIX-200112 mode.
16876         * lib/strtoimax.c: Use #elif rather than #else #if.
16877         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
16878         Remove function, now that we can rely on a working tzset function.
16879         [!_LIBC]: Ensure that the required autoconf test has been run.
16880         [!defined _NL_CURRENT && HAVE_STRFTIME]:
16881         Use underlying_strftime for %r.
16882         * lib/sha.c: Merge in some clean-up and optimization changes from
16883         glibc.
16884         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
16885         Ensure that it is a multiple of 64.
16886         Rearrange loop exit tests so as to avoid performing an
16887         additional fread after encountering an error or EOF.
16888         * lib/realloc.c: Update copyright date.
16889
16890 2003-08-15  Jim Meyering  <jim@meyering.net>
16891         and Paul Eggert  <eggert@twinsun.com>
16892
16893         Merge from coreutils.
16894         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
16895         member but strut utmpx does not.  Needed for AIX 4.3.3.
16896         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
16897
16898 2003-08-15  Jim Meyering  <jim@meyering.net>
16899         and Paul Eggert  <eggert@cs.ucla.edu>
16900
16901         Merges from coreutils, etc.
16902         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
16903         Require gl_FUNC_TZSET_CLOBBER.
16904         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
16905         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
16906         members.
16907
16908 2003-08-14  Paul Eggert  <eggert@twinsun.com>
16909
16910         Help the merge from coreutils.
16911         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
16912         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
16913         * m4/tzset.m4: Use it too.
16914
16915 2003-08-14  Paul Eggert  <eggert@twinsun.com>
16916
16917         * modules/tzset: New file.
16918
16919 2003-08-14  Jim Meyering  <jim@meyering.net>
16920
16921         Merges from coreutils.
16922         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
16923         variable names, rather than @FNMATCH_H@.
16924         * modules/alloca: Likewise for $(ALLOCA_H).
16925
16926         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
16927         the three copies of the literal target, `fnmatch.h'.
16928         * modules/alloca (alloca.h): Likewise.
16929
16930 2003-08-14  Jim Meyering  <jim@meyering.net>
16931
16932         Merge from coreutils.
16933         * m4/tzset.m4: New file.
16934         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
16935         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
16936         otherwise, AIX 5.1 systems would end up using the latter.
16937         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
16938         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
16939         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
16940         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
16941
16942 2003-08-14  Jim Meyering  <jim@meyering.net>
16943
16944         Merge from coreutils.
16945         * lib/obstack.h: Whitespace changes.
16946         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
16947         and xcalloc return values.
16948         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
16949         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
16950         hang on OSF/1 5.1 for DIR on both local and remote file systems.
16951         Reported by (and fix confirmed by) Nelson H. F. Beebe.
16952         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
16953         error from mntctl.
16954         Use mntctl's return value to drive the entry-processing loop, since
16955         we can't rely on the value of the vmt_length member in the last
16956         entry.  On some systems doing so could result in exhausting
16957         virtual memory.  Based in part on a patch from Mike Jetzer.
16958
16959 2003-08-14  Jim Meyering  <jim@meyering.net>
16960         and Paul Eggert  <eggert@twinsun.com>
16961
16962         Merges from coreutils, plus other fixes.
16963         * lib/physmem.c: Merge in portability changes from gcc/libiberty
16964         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
16965         for credits and details.  Thanks to Kaveh Ghazi for helping
16966         to keep these files in sync.
16967         (ARRAY_SIZE): Define it.
16968         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
16969         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
16970         (memcasecmp): Don't assume size_t fits in unsigned int.
16971         Remove casts and duplicate code.
16972         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
16973         (memcpy): Remove definition.
16974         Merge in some clean-up and optimization changes from glibc.
16975         [BLOCKSIZE]: Move definition to top of file.
16976         Ensure that it is a multiple of 64.
16977         Rearrange loop exit tests so as to avoid performing an
16978         additional fread after encountering an error or EOF.
16979         * lib/md5.h (md5_uintptr): Define.
16980         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
16981         return to the initial working directory.  Preserve errno
16982         for caller.
16983         * lib/idcache.c: Include "xalloc.h".
16984         (xmalloc, xrealloc): Remove decls.
16985         (getuser): Remove casts no longer required in C89.
16986         * lib/human.c: Include stdio.h, for sprintf.
16987         * lib/group-member.c: Include "xalloc.h".
16988         (xmalloc, xrealloc): Remove decls.
16989         (get_group_info): Remove casts no longer required in C89.
16990         * lib/getusershell.c (readname): Remove casts no longer required in
16991         C89.
16992         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
16993         * lib/getline.c: Whitespace fix, from coreutils.
16994
16995 2003-08-13  Paul Eggert  <eggert@twinsun.com>
16996
16997         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
16998         Check for isascii.
16999
17000         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
17001         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
17002         Undo previous (whitespace-only) change.
17003
17004 2003-08-13  Paul Eggert  <eggert@twinsun.com>
17005
17006         * lib/exclude.c: Include <ctype.h>
17007         (IN_CTYPE_DOMAIN): New macro.
17008         (is_space): New fn.
17009         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
17010         and empty lines.
17011
17012         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
17013         Undo previous (whitespace-only) change.
17014
17015 2003-08-13  Paul Eggert  <eggert@twinsun.com>
17016
17017         * config/srclist-update: Change update back to the old behavior,
17018         leaving whitespace alone.  Use one 'sed' command rather than a
17019         pipeline.
17020         (fixlicense): Now a variable, not a function.
17021         (remove_trailing_blanks): Remove.
17022         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
17023         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
17024         Undo previous (whitespace-only) change.
17025
17026 2003-08-12  Paul Eggert  <eggert@twinsun.com>
17027
17028         Merge from coreutils.
17029         * modules/euidaccess: Add lib_SOURCES, include for new
17030         file euidaccess.h
17031
17032 2003-08-12  Paul Eggert  <eggert@twinsun.com>
17033
17034         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
17035         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
17036         Normalize leading white space and remove trailing white space.
17037
17038         Merge from coreutils
17039         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
17040
17041         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
17042         0.12.1.  These files are now being upgraded automatically by
17043         ../config/srclist-update.
17044
17045 2003-08-12  Paul Eggert  <eggert@twinsun.com>
17046
17047         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
17048         Normalize leading white space and remove trailing white space.
17049         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
17050         notice, as per ../config/srclist-update.
17051
17052         Merge from coreutils.
17053         * lib/euidaccess.h: New file.
17054         * lib/euidaccess.c: Include it.
17055         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
17056         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
17057         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
17058
17059 2003-08-12  Paul Eggert  <eggert@twinsun.com>
17060
17061         * config/srclist-update: Add copyright notice.
17062         (remove_id_lines, remove_trailing_blanks): New constants.
17063         (fixfile): Use them to normalize spacing a bit in copied files.
17064         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
17065         Normalize leading white space and remove trailing white space.
17066
17067         * config/texinfo.tex: Sync with texinfo.
17068
17069         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
17070         strtoul.c from libc, to merge coreutils whitespace changes.
17071
17072         * config/srclist.txt: Get the following m4 files from gettext:
17073         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
17074         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
17075         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
17076         wint_t.m4.
17077
17078 2003-08-12  Karl Berry  <karl@gnu.org>
17079
17080         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
17081         been made.
17082
17083 2003-08-11  Paul Eggert  <eggert@twinsun.com>
17084
17085         * modules/gnu-source, m4/gnu-source.m4:
17086         Remove; we're assuming Autoconf 2.54 or later now.
17087         Suggested by Bruno Haible.
17088         * MODULES.html.sh (func_all_modules): Remove gnu-source.
17089
17090 2003-08-11  Bruno Haible  <bruno@clisp.org>
17091
17092         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
17093
17094 2003-08-11  Bruno Haible  <bruno@clisp.org>
17095
17096         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
17097         (vasnprintf): Use it instead of wcslen.
17098
17099 2003-08-11  Bruno Haible  <bruno@clisp.org>
17100
17101         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
17102         value to ensure that _Bool promotes to int. Use #define for _Bool when
17103         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
17104
17105 2003-08-10  Karl Berry  <karl@gnu.org>
17106
17107         * lib/regex.h: update from libc (whitespace fix).
17108
17109 2003-08-09  Paul Eggert  <eggert@twinsun.com>
17110
17111         Merge some files from coreutils.  These changes were
17112         originally made by Jim Meyering.
17113         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
17114         many older Unixes require this.
17115         * lib/alloca.c (alloca): Remove cast to argument of free;
17116         no longer needed in C89.
17117         * lib/alloca_.h, regex.h: Fix white space to match
17118         what GNU indent does.
17119
17120 2003-08-09  Paul Eggert  <eggert@twinsun.com>
17121
17122         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
17123         apparently Emacs's Unicode mode got confused before my 2003-08-05
17124         checkin.
17125
17126 2003-08-08  Paul Eggert  <eggert@twinsun.com>
17127
17128         * m4/extensions.m4: New file.
17129         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
17130         Require gl_USE_SYSTEM_EXTENSIONS.
17131         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
17132         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
17133
17134 2003-08-08  Paul Eggert  <eggert@twinsun.com>
17135
17136         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
17137         * modules/extensions, modules/gnu-source: New files.
17138         * modules/timespec, modules/unlocked-io: Depend on extensions.
17139
17140 2003-08-07 Paul Eggert  <eggert@twinsun.com>
17141
17142         * modules/restrict: New file.
17143         * MODULES.html.sh (func_all_modules): Add restrict.
17144         * modules/regex: Depend on restrict.
17145
17146 2003-08-07  Paul Eggert  <eggert@twinsun.com>
17147
17148         * m4/restrict.m4: New file.
17149         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
17150
17151 2003-08-07  Bruno Haible  <bruno@clisp.org>
17152
17153         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
17154         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
17155
17156 2003-08-07  Bruno Haible  <bruno@clisp.org>
17157
17158         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
17159         makes the module 'getndelim2' compatible with the module 'getline'.
17160
17161 2003-08-05  Paul Eggert  <eggert@twinsun.com>
17162
17163         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
17164         byte with "\201" to avoid glitches when editing that source file
17165         with multi-gnome-terminal.
17166
17167 2003-08-05  Paul Eggert  <eggert@twinsun.com>
17168
17169         * lib/bumpalloc.h: Remove.
17170
17171 2003-08-05  Paul Eggert  <eggert@twinsun.com>
17172
17173         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
17174         * modules/bumpalloc: Remove.
17175
17176 2003-08-04  Paul Eggert  <eggert@twinsun.com>
17177
17178         * lib/getloadavg.c: Change copyright notice and spacing to conform to
17179         GNU coding style.
17180
17181         Merge from coreutils.
17182         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
17183         1. From glibc.
17184         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
17185         from Karl Berry, implemented by Jim Meyering.
17186         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
17187         from Dmitry V. Levin.
17188         Remove anachronistic cast of xrealloc.
17189         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
17190         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
17191         type. Otherwise, it wouldn't compile with at least /bin/cc on
17192         ymp-cray-unicos9.0.2.X.
17193         Combine two mostly-identical uses of alloca into one.
17194         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
17195
17196 2003-08-04  Dave Love <d.love@dl.ac.uk>
17197
17198         [From Emacs.]
17199
17200         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
17201         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
17202         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
17203         obsolete NLIST_NAME_UNION.
17204         [__GNU__]: Undef BSD and FSCALE.
17205         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
17206
17207 2003-08-03  Paul Eggert  <eggert@twinsun.com>
17208
17209         * lib/stdbool_.h (_Bool): Make it signed char, instead of
17210         an enum type, so that it's guaranteed to promote to int.  See:
17211         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
17212
17213 2003-08-03  Karl Berry  <karl@gnu.org>
17214
17215         * config/depcomp: update from automake.
17216
17217 2003-07-31  Paul Eggert  <eggert@twinsun.com>
17218
17219         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
17220         (strerror): Don't assume that a printable int fits in 14 bytes.
17221
17222 2003-07-31  Bruno Haible  <bruno@clisp.org>
17223
17224         * modules/getpass-gnu: New file.
17225         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
17226
17227 2003-07-31  Bruno Haible  <bruno@clisp.org>
17228
17229         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
17230
17231 2003-07-24  Karl Berry  <karl@gnu.org>
17232
17233         * config/missing: update from automake.
17234
17235 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
17236             Bruno Haible  <bruno@clisp.org>
17237
17238         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
17239         * lib/getline.c (getline, getdelim): Likewise.
17240         Remove _GNU_SOURCE define; now it's defined in config.h through
17241         m4/getline.m4.
17242
17243 2003-07-23  Karl Berry  <karl@gnu.org>
17244
17245         * config/config.sub: update from prep.
17246
17247 2003-07-22  Paul Eggert  <eggert@twinsun.com>
17248
17249         * modules/xalloc (Depends-on): Add exitfail.
17250         * modules/xmemcoll: Likewise.
17251
17252 2003-07-22  Paul Eggert  <eggert@twinsun.com>
17253
17254         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
17255         over-parenthesization in macros.
17256
17257         Sync with coreutils.
17258
17259         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
17260         required by C99.
17261
17262         Use `exit_failure' for xalloc and xmemcoll instead of their own
17263         private exit-failure variables.
17264         * lib/xalloc.h (xalloc_exit_failure): Remove.
17265         * lib/xmalloc.c: Likewise.  Include exitfail.h.
17266         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
17267         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
17268         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
17269         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
17270
17271 2003-07-20  Jim Meyering  <jim@meyering.net>
17272
17273         * modules/closeout (Depends-on): Add exitfail.
17274         Suggestion from Bruno Haible.
17275
17276 2003-07-19  Karl Berry  <karl@gnu.org>
17277
17278         * config/config.sub: update from prep.
17279
17280 2003-07-18  Paul Eggert  <eggert@twinsun.com>
17281
17282         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
17283         Remove.
17284         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
17285         to test that it can stand by itself.  Include "exitfail.h".
17286         Clients should set exit_failure instead.
17287         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
17288
17289 2003-07-18  Bruno Haible  <bruno@clisp.org>
17290
17291         * modules/getndelim2: New file.
17292         * modules/getline: Share files with module getndelim2.
17293         * modules/getnline: Depend on getndelim2 instead of sharing files with
17294         it. Add getnline.c to lib_SOURCES.
17295         * MODULES.html.sh (func_all_modules): Add getndelim2.
17296
17297 2003-07-18  Bruno Haible  <bruno@clisp.org>
17298
17299         * m4/getndelim2.m4: New file.
17300         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
17301         invoke gl_PREREQ_GETNDELIM2.
17302         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
17303         gl_PREREQ_GETNDELIM2.
17304         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
17305         gl_GETNDELIM2.
17306
17307 2003-07-18  Bruno Haible  <bruno@clisp.org>
17308
17309         * lib/getndelim2.h: New file.
17310         * lib/getndelim2.c: Make into a module of its own. Include config.h,
17311         getndelim2.h.
17312         (getndelim2): Make non-static. Change return type to ssize_t.
17313         * lib/getline.h: Change argument names.
17314         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
17315         * lib/getnline.c: Include getndelim2.h.
17316
17317 2003-07-18  Andreas Schwab  <schwab@suse.de>
17318
17319         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
17320
17321 2003-07-17  Karl Berry  <karl@gnu.org>
17322
17323         * config/config.sub: update from prep.
17324
17325 2003-07-17  Bruno Haible  <bruno@clisp.org>
17326
17327         * modules/getnline: New file.
17328         * modules/getline: Add lib/getndelim2.c to source file list.
17329         * MODULES.html.sh (func_all_modules): Add getnline.
17330
17331 2003-07-17  Bruno Haible  <bruno@clisp.org>
17332
17333         * m4/getnline.m4: New file.
17334
17335 2003-07-17  Bruno Haible  <bruno@clisp.org>
17336
17337         * m4/Makefile.am.in: Remove file.
17338         * m4/Makefile.am: Remove file.
17339         * m4/Makefile.in: Remove file.
17340
17341 2003-07-17  Bruno Haible  <bruno@clisp.org>
17342
17343         * lib/getnline.h: New file.
17344         * lib/getnline.c: New file.
17345         * lib/getndelim2.c: New file, extracted from getline.c.
17346         (getndelim2): Renamed from getdelim2, with added nmax argument.
17347         * lib/getline.c: Include getndelim2.c.
17348         (getdelim2): Moved out to getndelim2.c.
17349         (getline, getdelim): Update.
17350
17351 2003-07-17  Bruno Haible  <bruno@clisp.org>
17352
17353         * lib/Makefile.am: Remove file.
17354         * lib/Makefile.in: Remove file.
17355
17356 2003-07-17  Bruno Haible  <bruno@clisp.org>
17357
17358         * configure.in: Remove file.
17359         * Makefile.in: Remove file.
17360
17361 2003-07-17  Bruno Haible  <bruno@clisp.org>
17362
17363         * MODULES.html.sh: Put the </BODY> right before </HTML>.
17364
17365 2003-07-16  Karl Berry  <karl@gnu.org>
17366
17367         * config/srclist-update: was running fixlicense twice, which caused
17368                 texinfo.tex to be nullified for some reason.  Simplify,
17369                 $gplsrc is no longer needed as far as I can see?
17370
17371 2003-07-16  Jim Meyering  <jim@meyering.net>
17372
17373         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
17374
17375 2003-07-15  Paul Eggert  <eggert@twinsun.com>
17376
17377         * config/srclist.txt: Get the following files from gettext-runtime/intl
17378         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
17379         ref-del.sin.  From Bruno Haible.
17380         * config/srclist-update (fixfile): Change grep pattern again, since the
17381         previous fix didn't work (there was another trailing $).  Use
17382         '[$]' to escape the $s.
17383
17384 2003-07-15  Karl Berry  <karl@gnu.org>
17385
17386         * lib/vasnprintf.c: update from gettext.
17387
17388 2003-07-15  Karl Berry  <karl@gnu.org>
17389
17390         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
17391         gets expanded when surrounded by '$'.
17392
17393 2003-07-15  Jim Meyering  <jim@meyering.net>
17394
17395         * modules/save-cwd: Don't depend on error.  From Derek Price.
17396
17397 2003-07-15  Jim Meyering  <jim@meyering.net>
17398
17399         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
17400
17401 2003-07-14  Simon Josefsson  <jas@extundo.com>
17402
17403         * modules/mempcpy: New file.
17404         * MODULES.html.sh (func_all_modules): Add mempcpy.
17405
17406 2003-07-14  Simon Josefsson  <jas@extundo.com>
17407
17408         * m4/mempcpy.m4: New file.
17409
17410 2003-07-14  Simon Josefsson  <jas@extundo.com>
17411
17412         * lib/mempcpy.h: New file.
17413         * lib/mempcpy.c: New file.
17414
17415 2003-07-14  Paul Eggert  <eggert@twinsun.com>
17416
17417         * modules/getdate, modules/posixtm: Depend on mktime.
17418
17419 2003-07-14  Paul Eggert  <eggert@twinsun.com>
17420
17421         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
17422         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
17423         unicodeio.c, unicodeio.h, unlocked-io.h:
17424         Switch from LGPL to GPL.
17425
17426 2003-07-14  Paul Eggert  <eggert@twinsun.com>
17427
17428         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
17429         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
17430         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
17431         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
17432         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
17433         updated automatically by ../config/srclist-update.  This changes
17434         their license from LPGL to GPL.
17435
17436 2003-07-14  Paul Eggert  <eggert@twinsun.com>
17437
17438         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
17439         assumed to refer to the root of the most recent stable gettext version.
17440         * config/srclistvars.sh: Add defaults for eggert.
17441         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
17442         Match "This program" as well as "The program".  This is needed
17443         for gettext.
17444
17445 2003-07-14  Jim Meyering  <jim@meyering.net>
17446
17447         Don't emit diagnostics.  Let callers do that.
17448         * lib/save-cwd.c: Don't include "error.h".
17449         (save_cwd): Don't call error.  Ensure that errno is valid
17450         when returning nonzero.
17451
17452         * lib/save-cwd.h (restore_cwd): Update prototype.
17453         * lib/save-cwd.c (restore_cwd): Remove two parameters.
17454         Simplify.  Don't call error upon failure.  Let callers do that.
17455         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
17456         when auditing is enabled.  But don't bother updating the #if.
17457
17458 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
17459
17460         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
17461         it breaks C++ compilation.
17462         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
17463
17464 2003-07-10  Simon Josefsson  <jas@extundo.com>
17465
17466         * modules/strchrnul (Makefile.am): Add strchrnul.h.
17467
17468 2003-07-10  Jim Meyering  <jim@meyering.net>
17469
17470         * m4/clock_time.m4: Remove trailing blank.
17471         * m4/intmax_t.m4: Likewise.
17472
17473 2003-07-10  Jim Meyering  <jim@meyering.net>
17474
17475         * lib/vasnprintf.c: Remove trailing blanks.
17476         Make cpp indentation consistent.
17477
17478 2003-07-09  Paul Eggert  <eggert@twinsun.com>
17479
17480         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
17481         posixver.c, strftime.c, strnlen.c, strverscmp.c:
17482         Switch from LGPL to GPL.
17483
17484 2003-07-09  Paul Eggert  <eggert@twinsun.com>
17485
17486         * config/srclist.txt: Sort sublists.  Add
17487         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
17488         that differ from gnulib for one reason or another; we'd like this list
17489         to be smaller but for now let's document what we have.
17490
17491 2003-07-08  Paul Eggert  <eggert@twinsun.com>
17492
17493         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
17494         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
17495         and sweeter "eval x=$x".
17496         * config/srclist.txt: Get lib/argp* from glibc.
17497
17498 2003-07-07  Paul Eggert  <eggert@twinsun.com>
17499
17500         * lib/mktime.c: Fix some boundary cases and remove need for floating
17501         point.
17502
17503         Issue a compile-time diagnostic if time_t is floating point, or if
17504         two's complement arithmetic is not in effect, or if arithmetic
17505         right shift does not propagate the sign.  These assumptions were
17506         all in the original code but they weren't checked.
17507
17508         (TIME_T_MIDPOINT, verify): New macros.
17509         (__isleap): Remove; it has integer overflow problems.
17510         (leapyear): New function, without those problems.
17511         (ydhms_tm_diff): Remove; splitting into two parts.
17512         (ydhms_diff): New function, containing the arithmetic part of
17513         the old ydhms_tm_diff function.  Issue a compile-time
17514         diagnostic if we are not using C99 integer division.
17515         Avoid casts when possible.
17516         (guess_time_tm): New function, containing the checking part of
17517         the old ydhms_tm_diff function.  Return the new value, rather than
17518         the difference between it and the old.  Accept a new argument T
17519         so that *T specifies the old value.  Check for overflow in the result.
17520
17521         (__mktime_internal): Use a time_t offset, not a long int offset.
17522         This undoes the 2003-06-04 change, which is no longer needed now
17523         that we have better overflow checking.
17524         (localtime_offset): Likewise.
17525
17526         (__mktime_internal): Avoid harmful overflow on hosts where time_t
17527         and long are 64-bit but int is only 32-bit.
17528         (ydhms_diff): Use long int to store year1 and yday1.
17529         Issue a compile-time diagnostic if long int is not wide enough.
17530
17531         (__mktime_internal): Use long int to store adjusted year and yday.
17532         Use plain C rather than preprocessor commands, if that doesn't
17533         affect efficiency.
17534         Check for overflow (and try to repair) after each probe
17535         rather than checking only at the very end.  This avoids some bugs
17536         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
17537         does not equal GMT offset at maximum time).
17538         Use integer to check for overflow rather than floating point; this
17539         is more portable to non-IEEE hosts, and is a tad faster.
17540         When we detect that we are oscillating between two values,
17541         don't check whether tm_isdst has the requested value, since
17542         we already know the answer.  When tm_isdst has the wrong value,
17543         use a different heuristic to find the right one, based on the
17544         extreme values actually observed in practice in tz2003a,
17545         rather than the (overly optimistic) "previous 3 calendar quarters".
17546
17547         (not_equal_tm, print_tm, check_result): Use "const T" rather than
17548         "T const" to accommodate glibc style.
17549         (check_result): Use less-confusing report format.  "long" -> "long int.
17550         (main): Likewise.
17551         Don't loop if the iteration overflows time_t.
17552         Allow a negative step in the iteration.
17553
17554 2003-07-06  Karl Berry  <karl@gnu.org>
17555
17556         * config/depcomp: update from automake.
17557         * config/config.sub: update from prep.
17558
17559 2003-07-03  Karl Berry  <karl@gnu.org>
17560
17561         * config/config.guess: update from prep.
17562
17563 2003-07-01  Paul Eggert  <eggert@twinsun.com>
17564
17565         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
17566         xreadlink.c now includes it unconditionally.
17567
17568 2003-07-01  Paul Eggert  <eggert@twinsun.com>
17569
17570         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
17571         having it depend on HAVE_SYS_TYPES_H.
17572
17573 2003-07-01  Bruno Haible  <bruno@clisp.org>
17574
17575         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
17576         <sys/types.h> should be sufficient.
17577         Reported by Paul Eggert.
17578
17579 2003-06-26  Karl Berry  <karl@gnu.org>
17580
17581         * config/depcomp: update from automake.
17582
17583 2003-06-26  Bruno Haible  <bruno@clisp.org>
17584
17585         * modules/human: Depend on module stdbool.
17586
17587 2003-06-25  Bruno Haible  <bruno@clisp.org>
17588
17589         * modules/readlink: New file.
17590         * modules/xreadlink: Depend on it.
17591         * MODULES.html.sh (func_all_modules): Add readlink.
17592
17593 2003-06-25  Bruno Haible  <bruno@clisp.org>
17594
17595         * m4/readlink.m4: New file.
17596
17597 2003-06-25  Bruno Haible  <bruno@clisp.org>
17598
17599         * lib/readlink.c: New file.
17600
17601 2003-06-22  Karl Berry  <karl@gnu.org>
17602
17603         * config/srclist.txt: update mkinstalldirs from automake.
17604         * config/mkinstalldirs: update.
17605
17606 2003-06-22  Bruno Haible  <bruno@clisp.org>
17607
17608         Portability to mingw32.
17609         * m4/ssize_t.m4: New file, from GNU gettext.
17610         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
17611         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
17612
17613 2003-06-22  Bruno Haible  <bruno@clisp.org>
17614
17615         * modules/safe-read: Add m4/ssize_t.m4.
17616         * modules/xreadlink: Add m4/ssize_t.m4.
17617
17618 2003-06-20  Bruno Haible  <bruno@clisp.org>
17619
17620         Assume C89, so PARAMS isn't needed.
17621         * lib/unicodeio.h (PARAMS): Remove.
17622         * lib/unicodeio.c: Don't use PARAMS.
17623
17624 2003-06-18  Karl Berry  <karl@gnu.org>
17625
17626         * config/config.{guess,sub}: update from prep.
17627
17628 2003-06-18  Jim Meyering  <jim@meyering.net>
17629
17630         Merge changes from coreutils.
17631         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
17632         Remove explicit declarations of xmalloc and realloc.
17633         Include xalloc.h.
17634         (read_utmp): Remove anachronistic cast of xmalloc.
17635
17636 2003-06-17  Paul Eggert  <eggert@twinsun.com>
17637
17638         Assume C89, so PARAMS isn't needed.
17639         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
17640         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
17641         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
17642         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
17643         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
17644         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
17645         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
17646         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
17647         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
17648         lib/xstrtod.h, lib/xstrtol.h: Likewise.
17649         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
17650         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
17651         no longer needed. Anyway, config.h should always be included before any
17652         other file.
17653
17654 2003-06-11  Simon Josefsson  <jas@extundo.com>
17655
17656         * modules/sysexits: New file.
17657         * MODULES.html.sh (func_all_modules): Add sysexits.
17658
17659 2003-06-11  Simon Josefsson  <jas@extundo.com>
17660
17661         * lib/sysexit_.h: New file.
17662
17663 2003-06-11  Derek Price  <derek@ximbiot.com>
17664
17665         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
17666         necessary.
17667
17668 2003-06-11  Bruno Haible  <bruno@clisp.org>
17669
17670         * m4/sysexits.m4: New file.
17671
17672 2003-06-10  Simon Josefsson <jas@extundo.com>
17673
17674         * lib/argp.h: New file, from glibc.
17675         * lib/argp-ba.c: New file, from glibc.
17676         * lib/argp-eexst.c: New file, from glibc.
17677         * lib/argp-fmtstream.c: New file, from glibc.
17678         * lib/argp-fmtstream.h: New file, from glibc.
17679         * lib/argp-fs-xinl.c: New file, from glibc.
17680         * lib/argp-help.c: New file, from glibc.
17681         * lib/argp-namefrob.h: New file, from glibc.
17682         * lib/argp-parse.c: New file, from glibc.
17683         * lib/argp-pv.c: New file, from glibc.
17684         * lib/argp-pvh.c: New file, from glibc.
17685         * lib/argp-xinl.c: New file, from glibc.
17686
17687 2003-06-10  Simon Josefsson  <jas@extundo.com>
17688
17689         * modules/strchrnul: New file.
17690
17691 2003-06-10  Simon Josefsson  <jas@extundo.com>
17692
17693         * modules/argp: New file.
17694
17695 2003-06-10  Simon Josefsson  <jas@extundo.com>
17696
17697         * m4/strchrnul.m4: New file.
17698
17699 2003-06-10  Simon Josefsson  <jas@extundo.com>
17700
17701         * lib/strchrnul.h: New file.
17702         * lib/strchrnul.c: New file.
17703
17704 2003-06-10  Bruno Haible  <bruno@clisp.org>
17705
17706         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
17707
17708 2003-06-07  Karl Berry  <karl@gnu.org>
17709
17710         * config/config.{guess,sub}: update from prep.
17711
17712 2003-06-07  Jim Meyering  <jim@meyering.net>
17713
17714         * modules/strtod: Use $(...) notation, not @...@ for
17715         AC_REPLACE'd variables.
17716         * modules/localcharset: Likewise.
17717
17718 2003-06-07  Jim Meyering  <jim@meyering.net>
17719
17720         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
17721         in place of my name in the copyright comment.
17722         Remove definition and uses of __P.
17723
17724         From coreutils.
17725         * lib/stat.c: Don't declare xmalloc explicitly.
17726         Instead, include "xalloc.h".
17727         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
17728         xrealloc, and xcalloc return values.
17729         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
17730         Improve comment.
17731         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
17732
17733 2003-06-07  Bruno Haible  <bruno@clisp.org>
17734
17735         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
17736         avoid AC_CONFIG_LINKS.
17737         * modules/fnmatch (Makefile.am): Use explicit creation rule for
17738         fnmatch.h, to avoid AC_CONFIG_LINKS.
17739         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
17740
17741 2003-06-07  Bruno Haible  <bruno@clisp.org>
17742
17743         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
17744         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
17745         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
17746         directory.
17747         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
17748         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
17749         directory.
17750
17751 2003-06-06  Jim Meyering  <jim@meyering.net>
17752
17753         Merge from coreutils.
17754         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
17755         Consolidate declarations and initializations of *_base* locals.
17756
17757         Merge from coreutils.
17758         This avoids a core dump on systems without GNU putenv,
17759         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
17760         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
17761         (unsetenv): New static function, from GNU libc.
17762         (rpl_putenv): Use it.
17763
17764         * lib/modechange.c: Remove trailing blanks.
17765
17766         Merge from coreutils.
17767         * lib/fsusage.c: Remove declaration of statfs.
17768         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
17769
17770         * lib/posixtm.c: Include <stdbool.h> unconditionally.
17771
17772 2003-06-06  Jim Meyering  <jim@meyering.net>
17773
17774         * lib/stdbool_.h: Renamed from stdbool.h.in.
17775
17776 2003-06-06  Jim Meyering  <jim@meyering.net>
17777             Bruno Haible  <bruno@clisp.org>
17778
17779         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
17780         Adjust Makefile.am snippet not to redirect directly to target.
17781         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
17782
17783 2003-06-05  Paul Eggert  <eggert@twinsun.com>
17784
17785         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
17786         mismatch, look in future quarters as well as past.  This fixes a
17787         bug when processing fall-backwards gaps immediately after a long
17788         period of daylight-saving time.
17789
17790         * lib/mktime.c: Assume freestanding C89 or better.
17791         (HAVE_LIMITS_H): Remove.  Assume it's 1.
17792         (__P): Remove; not used.
17793         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
17794         (mktime, not_equal_tm, print_tm, check_result,
17795         main): Use prototypes.  Use const * where appropriate.
17796         (main): Fix typo in testing code that uncovered by above changes.
17797         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
17798
17799 2003-06-04  Paul Eggert  <eggert@twinsun.com>
17800
17801         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
17802         locale.h, localeconv.  This merges changes from coreutils.
17803
17804         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
17805         It can be removed after the next Autoconf is released.
17806         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
17807         needed.
17808
17809 2003-06-04  Paul Eggert  <eggert@twinsun.com>
17810
17811         * lib/mktime.c: Fix Debian bug 177940
17812         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
17813         (localtime_offset): Now long int, not time_t, because we want it
17814         to be guaranteed to be signed.  All uses changed.
17815         (__mktime_internal): If overflow would occur when adding offset,
17816         don't add it.
17817
17818         Merge 'human' changes from coreutils.  Rewrite to support
17819         locale-specific notations like thousands separators.
17820         * lib/human.c: Simplify authorship notice.
17821         Include human.h immediately after config.h.
17822         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
17823         <limits.h>: Do not include, since human.h does.
17824         (SIZE_MAX, UINTMAX_MAX): New macros.
17825         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
17826         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
17827         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
17828         (power_letter): Renamed from suffixes.
17829         (generate_suffix_backwards): Remove.
17830         (adjust_value): Now takes int style (because of human.h changes)
17831         and long double value (for greater precision on some platforms).
17832         (group_number): New function.
17833         (human_readable): Use it.  Use integer options, not enum.
17834         Put the options before the sizes in the arg list.
17835         Support all the new options.
17836         The old human_readable function has been removed;
17837         use inttostr.h instead.
17838         (human_readable, default_block_size, humblock):
17839         Use uintmax_t, not int, for block sizes.
17840         (human_readable_inexact, block_size_types): Remove.
17841         (block_size_opts): New constant.
17842         (human_options): Renamed from human_block_size, with new signature
17843         that allows block sizes up to UINTMAX_MAX.  All callers changed.
17844         * lib/human.h: Add copyright and authorship notice.
17845         Include <limits.h> and <stdbool.h> unconditionally.
17846         (PARAMS): Remove.  All uses removed.
17847         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
17848         (enum human_inexact_style): Remove tag; now a nameless enum.
17849         (human_floor, human_ceiling, human_round_to_even): Now have
17850         values 2, 0, 1 rather than -1, 1, 0.
17851         (human_group_digits, human_suppress_point_zero, human_autoscale,
17852         human_base_1024, human_SI, human_B): New constants.
17853         (human_readable_inexact, human_block_size): Remove.
17854         (human_readable): Size args are now uintmax_t, not int.
17855         (human_options): New decl.
17856
17857         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
17858         unnecessary now that we assume C89 or better.  This change
17859         imported from coreutils.
17860
17861         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
17862         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
17863         in the 2003-05-30 sync from glibc.
17864
17865         .h files should stand alone, but we shouldn't include <sys/types.h>
17866         if we can get away with just <stddef.h>.
17867
17868         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
17869         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
17870         rather than <sys/types.h>, as we merely need size_t.
17871         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
17872         to get size_t.
17873         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
17874         Include <stdio.h>, to get FILE.
17875         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
17876         memcasecmp.h has included <stddef.h> and all we need is size_t.
17877         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
17878         our interface, instead of including <sys/types.h>
17879
17880 2003-06-04  Paul Eggert  <eggert@twinsun.com>
17881
17882         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
17883         now, as glibc mktime is buggy on non-glibc systems.
17884
17885 2003-06-03  Karl Berry  <karl@gnu.org>
17886
17887         * config/config.sub: update from prep.
17888
17889 2003-06-02  Paul Eggert  <eggert@twinsun.com>
17890
17891         [from coreutils]
17892         Fix some minor time-related bugs with POSIX time arguments.
17893         Some valid time stamps were being rejected (notably -1, and
17894         time stamps before 1900 on 64-bit hosts).  And some invalid
17895         time stamps were being accepted, e.g. September 31.
17896
17897         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
17898         that we can return (time_t) -1 successfully.
17899         * lib/posixtm.c: Likewise.
17900         [HAVE_STDBOOL_H]: Include <stdbool.h>.
17901         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
17902         (t): Remove static var.
17903         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
17904         of static var.  All uses changed.
17905         (year): Do not reject years before 1900; they can occur with
17906         64-bit time_t.
17907         (posix_time_parse): Do not check for out-of-range components;
17908         that is now the caller's responsibility, since our checks were
17909         only approximations.
17910         (posixtime): Use mktime to check for out-of-range components,
17911         since it knows them exactly.
17912         If mktime returns (time_t) -1, check whether an error actually occurred
17913         by invoking localtime on -1.
17914         (main) [TEST_POSIXTIME]: Check for input data errors, and report
17915         posixtime failures better.
17916         Improve the test data (in comments only).
17917
17918 2003-06-02  Karl Berry  <karl@gnu.org>
17919
17920         * config/mkinstalldirs (version): new variable.
17921         (--version): new option.
17922         (usage): improve message.
17923
17924 2003-05-30  Karl Berry  <karl@gnu.org>
17925
17926         * lib/mktime.c: update from libc.
17927
17928 2003-05-30  Bruno Haible  <bruno@clisp.org>
17929
17930         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
17931         * config/config.rpath: Upgrade to gettext-0.12.1.
17932
17933 2003-05-30  Bruno Haible  <bruno@clisp.org>
17934
17935         * m4/gettext.m4: Upgrade to gettext-0.12.1.
17936         * m4/nls.m4: New file, from gettext-0.12.1.
17937         * m4/po.m4: New file, from gettext-0.12.1.
17938         * m4/progtest.m4: Upgrade to gettext-0.12.1.
17939
17940 2003-05-30  Bruno Haible  <bruno@clisp.org>
17941
17942         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
17943         * lib/localcharset.h: Likewise.
17944         * lib/localcharset.c: Likewise.
17945
17946 2003-05-29  Karl Berry  <karl@gnu.org>
17947
17948         * config/config.rpath: update from gettext.
17949
17950 2003-05-28  Paul Eggert  <eggert@twinsun.com>
17951
17952         Assume the headers required for C89 freestanding compilers.
17953         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
17954         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
17955         * m4/human.m4 (gl_HUMAN): Likewise.
17956         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
17957         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
17958         * m4/userspec.m4 (gl_USERSPEC): Likewise.
17959         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
17960         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
17961         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
17962
17963 2003-05-28  Paul Eggert  <eggert@twinsun.com>
17964
17965         Assume the headers required for C89 freestanding compilers.
17966         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
17967         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
17968         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
17969         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
17970         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
17971         define, since <limits.h> is guaranteed to do that.
17972         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
17973         * lib/exclude.c: Include <stdbool.h> unconditionally.
17974         * lib/tempname.c: Include <stddef.h> unconditionally.
17975         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
17976         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
17977         <stddef.h> does that.
17978         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
17979         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
17980         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
17981         needed.
17982         * lib/xstrtol.c: Likewise.
17983         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
17984         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
17985
17986         * lib/addext.c (addext): Use assignment rather than cast, to avoid
17987         warnings on some platforms.
17988
17989         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
17990         arbitrarily.
17991
17992 2003-05-26  Jim Meyering  <jim@meyering.net>
17993
17994         Merge in a change from coreutils:
17995         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
17996         that is guaranteed to be `no'.  Use `no_such_member' to indicate
17997         that condition, rather than `-1' which is slightly misleading.
17998         Change the name of the cache variable to have the gl_ prefix.
17999         Prompted by a patch from Richard Dawe for DJGPP.
18000
18001 2003-05-24  Karl Berry  <karl@gnu.org>
18002
18003         * config/config.guess: update from prep.
18004
18005 2003-05-22  Karl Berry  <karl@gnu.org>
18006
18007         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
18008
18009 2003-05-20  Karl Berry  <karl@gnu.org>
18010
18011         * config/config.guess: update from prep.
18012
18013 2003-05-18  Karl Berry  <karl@gnu.org>
18014
18015         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
18016         might actually be set by the user.
18017
18018         * config/depcomp, install-sh, mdate-sh: update from automake.
18019
18020 2003-05-17  Bruno Haible  <bruno@clisp.org>
18021
18022         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
18023         invalid expansion for AC_EGREP_CPP.
18024         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
18025         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
18026         Suggested by Akim Demaille <akim@epita.fr> in
18027         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
18028
18029 2003-05-12  Jim Meyering  <jim@meyering.net>
18030
18031         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
18032         the space-padded-by-default conversion specifiers, %e, %k, %l.
18033
18034 2003-05-12  Bruno Haible  <bruno@clisp.org>
18035
18036         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
18037         the string is longer than 4 KB.
18038
18039 2003-05-11  Karl Berry  <karl@gnu.org>
18040
18041         * config/config.{guess,sub}: update from prep.
18042
18043 2003-05-09  Bruno Haible  <bruno@clisp.org>
18044
18045         * modules/error: Add m4/strerror_r.m4 to file list.
18046
18047 2003-05-03  Bruno Haible  <bruno@clisp.org>
18048
18049         Upgrade to Unicode-4.0.
18050         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
18051         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
18052         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
18053         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
18054         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
18055         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
18056         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
18057         Change width of U+E0100..U+E01EF from 1 to 0.
18058
18059 2003-04-25  Jim Meyering  <jim@meyering.net>
18060
18061         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
18062         of type size_t, not int.
18063
18064 2003-04-25  Bruno Haible  <bruno@clisp.org>
18065
18066         * lib/copy-file.c: Include <stddef.h>, for size_t.
18067
18068 2003-04-21  Paul Eggert  <eggert@twinsun.com>
18069
18070         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
18071         code which expansion is under static control.  Patch imported from
18072         Akim Demaille's patch to Bison; see
18073         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
18074
18075 2003-04-14  Bruno Haible  <bruno@clisp.org>
18076
18077         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
18078
18079 2003-04-11  Jim Meyering  <jim@meyering.net>
18080
18081         Merge changes from Coreutils.
18082
18083         2003-03-22  Jim Meyering  <jim@meyering.net>
18084
18085         * lib/strftime.c (widen): Cast alloca return value to proper type.
18086
18087         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
18088
18089         From GNU libc.
18090         * lib/strftime.c (my_strftime): Handle very large width
18091         specifications for numeric values correctly.  Improve checks for
18092         overflow.
18093
18094         2003-01-19  Jim Meyering  <jim@meyering.net>
18095
18096         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
18097         definitions.
18098         (nl_get_alt_digit) [! defined my_strftime]: Define.
18099         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
18100         _nl_get_alt_digit and _nl_get_walt_digit.
18101
18102         * lib/strftime.c (my_strftime): Merge in locale-related changes from
18103         libc. These changes have no effect outside of _LIBC.
18104
18105 2003-04-10  Bruno Haible  <bruno@clisp.org>
18106
18107         * modules/findprog: New file.
18108         * MODULES.html.sh (func_all_modules): Add it.
18109
18110 2003-04-10  Bruno Haible  <bruno@clisp.org>
18111
18112         * m4/findprog.m4: New file.
18113         * m4/eaccess.m4: New file.
18114
18115 2003-04-10  Bruno Haible  <bruno@clisp.org>
18116
18117         * lib/findprog.h: New file, from GNU gettext.
18118         * lib/findprog.c: New file, from GNU gettext.
18119
18120 2003-04-05  Jim Meyering  <jim@meyering.net>
18121
18122         Merge changes from Coreutils.
18123
18124         * lib/exclude.h (PARAMS): Remove definition and uses.
18125         * lib/exclude.c: Remove uses of `PARAMS'.
18126
18127         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
18128         Add test-cases for DOS filenames. Declare program_name.
18129         (main): Set up program_name.  Patch by Rich Dawe.
18130
18131         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
18132         error from mntctl.
18133         Use mntctl's return value to drive the entry-processing loop, since
18134         we can't rely on the value of the vmt_length member in the last
18135         entry.  On some systems doing so could result in exhausting
18136         virtual memory.  Based in part on a patch from Mike Jetzer.
18137
18138 2003-04-04  Bruno Haible  <bruno@clisp.org>
18139
18140         * modules/linebreak: New file.
18141         * MODULES.html.sh (func_all_modules): Add it.
18142
18143 2003-04-04  Bruno Haible  <bruno@clisp.org>
18144
18145         * m4/linebreak.m4: New file.
18146
18147 2003-04-04  Bruno Haible  <bruno@clisp.org>
18148
18149         * lib/linebreak.h: New file, from GNU gettext.
18150         * lib/linebreak.c: New file, from GNU gettext with slight
18151         modifications.
18152         * lib/lbrkprop.h: New file, from GNU gettext.
18153
18154 2003-04-03  Bruno Haible  <bruno@clisp.org>
18155
18156         * modules/utf8-ucs4: New file.
18157         * modules/utf16-ucs4: New file.
18158         * modules/ucs4-utf8: New file.
18159         * modules/ucs4-utf16: New file.
18160         * MODULES.html.sh (func_all_modules): Add them.
18161
18162 2003-04-03  Bruno Haible  <bruno@clisp.org>
18163
18164         * m4/utf-ucs4.m4: New file.
18165         * m4/ucs4-utf.m4: New file.
18166
18167 2003-04-03  Bruno Haible  <bruno@clisp.org>
18168
18169         * lib/utf8-ucs4.h: New file, from GNU gettext.
18170         * lib/utf16-ucs4.h: New file, from GNU gettext.
18171         * lib/ucs4-utf8.h: New file, from GNU gettext.
18172         * lib/ucs4-utf16.h: New file, from GNU gettext.
18173
18174 2003-04-02  Bruno Haible  <bruno@clisp.org>
18175
18176         * modules/binary-io: New file.
18177         * MODULES.html.sh (func_all_modules): Add it.
18178
18179 2003-04-02  Bruno Haible  <bruno@clisp.org>
18180
18181         * lib/binary-io.h: New file, from GNU gettext.
18182
18183 2003-04-01  Bruno Haible  <bruno@clisp.org>
18184
18185         * modules/pathname: New file.
18186         * MODULES.html.sh (func_all_modules): Add it.
18187
18188 2003-04-01  Bruno Haible  <bruno@clisp.org>
18189
18190         * lib/pathname.h: New file, from GNU gettext.
18191         * lib/concatpath.c: New file, from GNU gettext.
18192
18193 2003-03-30  Bruno Haible  <bruno@clisp.org>
18194
18195         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
18196
18197 2003-03-30  Bruno Haible  <bruno@clisp.org>
18198
18199         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
18200         function chown() doesn't exist.
18201
18202 2003-03-28  Bruno Haible  <bruno@clisp.org>
18203
18204         * modules/copy-file: New file.
18205         * MODULES.html.sh (func_all_modules): Add it.
18206
18207 2003-03-28  Bruno Haible  <bruno@clisp.org>
18208
18209         * m4/copy-file.m4: New file.
18210
18211 2003-03-28  Bruno Haible  <bruno@clisp.org>
18212
18213         * lib/copy-file.h: New file, from GNU gettext.
18214         * lib/copy-file.c: New file, from GNU gettext.
18215
18216 2003-03-18  Jim Meyering  <jim@meyering.net>
18217
18218         * lib/quote.c (quote_n): Fix typo in comment.
18219
18220 2003-03-18  Bruno Haible  <bruno@clisp.org>
18221
18222         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
18223         checking.
18224         * m4/onceonly_2_57.m4: Likewise.
18225
18226 2003-03-17  Bruno Haible  <bruno@clisp.org>
18227
18228         * m4/onceonly.m4: Require autoconf 2.54 or newer.
18229         (m4_quote): Remove macro.
18230         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
18231
18232 2003-03-14  Jim Meyering  <jim@meyering.net>
18233
18234         Merge changes from Coreutils.
18235         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
18236         to be const, in order to avoid warnings.
18237         (obstack_room): Likewise.
18238         (obstack_empty_p): Likewise.
18239
18240 2003-03-14  Bruno Haible  <bruno@clisp.org>
18241
18242         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
18243         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
18244
18245 2003-03-13  Paul Eggert  <eggert@twinsun.com>
18246
18247         Merge changes from Bison.
18248         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
18249         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
18250         when compiling Bison 1.875's `bitset bset = obstack_alloc
18251         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
18252         * lib/hash.c: Include <stdbool.h> unconditionally.
18253
18254 2003-03-13  Paul Eggert  <eggert@twinsun.com>
18255
18256         * m4/onceonly.m4 (m4_quote): New macro.
18257         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
18258         Quote AC_FOREACH variable-expansions properly.
18259
18260 2003-03-13  Paul Eggert  <eggert@twinsun.com>
18261
18262         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
18263
18264 2003-03-09  Paul Eggert  <eggert@twinsun.com>
18265
18266         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
18267         Reported by Bruce Becker; see:
18268         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
18269
18270 2003-03-03  Paul Eggert  <eggert@twinsun.com>
18271             Bruno Haible  <bruno@clisp.org>
18272
18273         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
18274         Reported by John Hughes, see
18275         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
18276
18277 2003-02-20  Bruno Haible  <bruno@clisp.org>
18278
18279         * MODULES.html.sh (func_all_modules): Add poll.
18280
18281 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
18282
18283         * modules/poll: New file.
18284
18285 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
18286
18287         * lib/poll_.h: New file.
18288         * lib/poll.c: New file.
18289
18290 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
18291
18292         * m4/poll.m4: New file.
18293
18294 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
18295
18296         * modules/mathl: New file.
18297
18298 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
18299
18300         * lib/mathl.h: New file.
18301         * lib/acosl.c: New file.
18302         * lib/asinl.c: New file.
18303         * lib/atanl.c: New file.
18304         * lib/ceill.c: New file.
18305         * lib/cosl.c: New file.
18306         * lib/expl.c: New file.
18307         * lib/floorl.c: New file.
18308         * lib/frexpl.c: New file.
18309         * lib/ldexpl.c: New file.
18310         * lib/logl.c: New file.
18311         * lib/sincosl.c: New file.
18312         * lib/sinl.c: New file.
18313         * lib/sqrtl.c: New file.
18314         * lib/tanl.c: New file.
18315         * lib/trigl.c: New file.
18316         * lib/trigl.h: New file.
18317
18318 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
18319
18320         * m4/mathl.m4: New file.
18321
18322 2003-02-18  Bruno Haible  <bruno@clisp.org>
18323
18324         * MODULES.html.sh (func_all_modules): Add mathl.
18325
18326 2003-02-17  Bruno Haible  <bruno@clisp.org>
18327
18328         * modules/mkdtemp: New module.
18329         * MODULES.html.sh (func_all_modules): Add it.
18330
18331 2003-02-17  Bruno Haible  <bruno@clisp.org>
18332
18333         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
18334
18335 2003-02-17  Bruno Haible  <bruno@clisp.org>
18336
18337         * lib/mkdtemp.h: New file, from GNU gettext.
18338         * lib/mkdtemp.c: New file, from GNU gettext.
18339
18340 2003-02-02  Jim Meyering  <jim@meyering.net>
18341
18342         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
18343         e.g. glibc-2.2.93.
18344
18345 2003-01-31  Bruno Haible  <bruno@clisp.org>
18346
18347         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
18348         'rpl_rename'.
18349         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
18350         'rpl_strnlen'.
18351         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
18352         'rpl_strtod'.
18353         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
18354         'rpl_utime'.
18355
18356 2003-01-31  Bruno Haible  <bruno@clisp.org>
18357
18358         * lib/rename.c: #undef rename before defining rpl_rename.
18359         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
18360
18361 2003-01-30  Bruno Haible  <bruno@clisp.org>
18362
18363         * modules/vasnprintf, modules/vasprintf: New modules.
18364         * MODULES.html.sh (func_all_modules): Add them.
18365
18366 2003-01-30  Bruno Haible  <bruno@clisp.org>
18367
18368         * m4/signed.m4: New file, from GNU gettext.
18369         * m4/longdouble.m4: New file, from GNU gettext.
18370         * m4/wchar_t.m4: New file, from GNU gettext.
18371         * m4/wint_t.m4: New file, from GNU gettext.
18372         * m4/vasnprintf.m4: New file.
18373         * m4/vasprintf.m4: New file.
18374
18375 2003-01-30  Bruno Haible  <bruno@clisp.org>
18376
18377         * lib/printf-args.h: New file, from GNU gettext.
18378         * lib/printf-args.c: New file, from GNU gettext.
18379         * lib/printf-parse.h: New file, from GNU gettext.
18380         * lib/printf-parse.c: New file, from GNU gettext.
18381         * lib/vasnprintf.h: New file, from GNU gettext.
18382         * lib/vasnprintf.c: New file, from GNU gettext.
18383         * lib/asnprintf.c: New file, from GNU gettext.
18384         * lib/vasprintf.h: New file, from GNU gettext with modifications.
18385         * lib/vasprintf.c: New file, from GNU gettext.
18386         * lib/asprintf.c: New file, from GNU gettext.
18387
18388 2003-01-29  Bruno Haible  <bruno@clisp.org>
18389
18390         * modules/stpncpy: New module.
18391         * MODULES.html.sh (func_all_modules): Add it.
18392
18393 2003-01-29  Bruno Haible  <bruno@clisp.org>
18394
18395         * m4/stpncpy.m4: New file.
18396
18397 2003-01-29  Bruno Haible  <bruno@clisp.org>
18398
18399         * lib/stpncpy.h: New file, from GNU gettext with modifications.
18400         * lib/stpncpy.c: New file, from GNU gettext with modifications.
18401
18402 2003-01-28  Bruno Haible  <bruno@clisp.org>
18403
18404         * modules/c-ctype: New module.
18405         * MODULES.html.sh (func_all_modules): Add it.
18406
18407 2003-01-28  Bruno Haible  <bruno@clisp.org>
18408
18409         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
18410         Paul Eggert.
18411         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
18412         Paul Eggert.
18413
18414 2003-01-27  Bruno Haible  <bruno@clisp.org>
18415
18416         * modules/xsetenv: New module.
18417         * MODULES.html.sh (func_all_modules): Add it.
18418
18419 2003-01-27  Bruno Haible  <bruno@clisp.org>
18420
18421         * lib/xsetenv.h: New file, from GNU gettext.
18422         * lib/xsetenv.c: New file, from GNU gettext.
18423
18424 2003-01-23  Jim Meyering  <jim@meyering.net>
18425
18426         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
18427         from working on systems without dirfd (at least Irix and OSF1/Tru64).
18428
18429 2003-01-23  Bruno Haible  <bruno@clisp.org>
18430
18431         * modules/minmax: New module.
18432         * MODULES.html.sh (func_all_modules): Add it.
18433
18434 2003-01-23  Bruno Haible  <bruno@clisp.org>
18435
18436         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
18437         Eggert.
18438
18439 2003-01-22  Bruno Haible  <bruno@clisp.org>
18440
18441         * modules/exit: New module.
18442         * MODULES.html.sh (func_all_modules): Add it.
18443
18444 2003-01-22  Bruno Haible  <bruno@clisp.org>
18445
18446         * lib/exit.h: New file, from GNU gettext.
18447
18448 2003-01-19  Bruno Haible  <bruno@clisp.org>
18449
18450         * gnulib-tool: Recognize option --extract-maintainer.
18451         (func_get_maintainer): New function.
18452         * modules/*: Add Maintainer entry.
18453
18454 2003-01-16  Jim Meyering  <jim@meyering.net>
18455
18456         * m4/regex.m4: The `regex' struct is both input and output.
18457         Initialize it before each use.  Patch by Tim Waugh.
18458
18459 2003-01-16  Bruno Haible  <bruno@clisp.org>
18460
18461         * MODULES.html.sh: Add a table of contents. Add the module name as
18462         leftmost column. Add hyperlinks.
18463
18464 2003-01-15  Bruno Haible  <bruno@clisp.org>
18465
18466         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
18467
18468 2003-01-15  Bruno Haible  <bruno@clisp.org>
18469
18470         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
18471         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
18472         suffix.
18473
18474 2003-01-15  Bruno Haible  <bruno@clisp.org>
18475
18476         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
18477
18478 2003-01-15  Bruno Haible  <bruno@clisp.org>
18479
18480         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
18481         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
18482
18483 2003-01-14  Jim Meyering  <jim@meyering.net>
18484
18485         * lib/same.c (same_name): Tweak a comment.
18486
18487 2003-01-14  Bruno Haible  <bruno@clisp.org>
18488
18489         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
18490         when a string comparison is sufficient.
18491
18492 2003-01-14  Bruno Haible  <bruno@clisp.org>
18493
18494         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
18495         'unsigned int'.
18496
18497 2003-01-14  Bruno Haible  <bruno@clisp.org>
18498
18499         * lib/hash-pjw.c: Add comment about low quality of this function.
18500
18501 2003-01-13  Bruno Haible  <bruno@clisp.org>
18502
18503         * modules/stpcpy: Distribute lib/stpcpy.h.
18504         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
18505
18506 2003-01-13  Bruno Haible  <bruno@clisp.org>
18507
18508         * modules/*: Add a description.
18509         * modules/strpbrk: Fix Makefile.am snippet.
18510         * modules/strtoimax: Fix dependencies.
18511         * modules/strtoumax: Likewise.
18512
18513 2003-01-13  Bruno Haible  <bruno@clisp.org>
18514
18515         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
18516         * modules/alloca (Makefile.am): All object files depend on alloca.h.
18517         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
18518
18519 2003-01-13  Bruno Haible  <bruno@clisp.org>
18520
18521         * gnulib-tool (func_create_testdir): Store config/* files in the main
18522         directory.
18523         * config.rpath: Move to ...
18524         * config/config.rpath: ... here.
18525         * modules/gettext: Contains config/config.rpath, not config.rpath.
18526         * modules/iconv: Likewise.
18527
18528 2003-01-12  Paul Eggert  <eggert@twinsun.com>
18529
18530         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
18531         to avoid collisions with libcurses and libreadline.
18532
18533         * m4/getstr.m4: Remove.
18534         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
18535
18536 2003-01-12  Paul Eggert  <eggert@twinsun.com>
18537
18538         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
18539         to avoid collisions with libcurses and libreadline.
18540
18541         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
18542         * lib/getstr.h, getstr.c: Remove.
18543         * lib/getline.c: Include "getline.h", to check interface.
18544         Move body of old getstr.c here: this defines MIN_CHUNK and
18545         declares getdelim2, which is renamed from getstr.
18546         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
18547
18548         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
18549         All uses changed.
18550         * lib/linebuffer.h: Likewise.
18551         (readline): Remove backward-compatibility macro.
18552
18553 2003-01-12  Paul Eggert  <eggert@twinsun.com>
18554
18555         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
18556         to avoid collisions with libcurses and libreadline.
18557         * getstr: Remove.
18558         * MODULES.html.sh: Remove getstr.
18559         * modules/getline: Depend on unlocked-io, not getstr.
18560
18561 2003-01-12  Jim Meyering  <jim@meyering.net>
18562
18563         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
18564
18565 2003-01-10  Bruno Haible  <bruno@clisp.org>
18566
18567         * modules/alloca: Change Makefile.am requirements. Simplify Include
18568         requirements. Add lib/alloca_.h to file list.
18569
18570 2003-01-10  Bruno Haible  <bruno@clisp.org>
18571
18572         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
18573
18574 2003-01-10  Bruno Haible  <bruno@clisp.org>
18575
18576         * lib/alloca_.h: New file.
18577         * lib/getdate.y: Unconditionally include alloca.h.
18578         * lib/makepath.c: Likewise.
18579         * lib/setenv.c: Likewise.
18580         * lib/userspec.c: Likewise.
18581
18582 2003-01-09  Karl Berry  <karl@gnu.org>
18583
18584         * MODULES.html.sh: include `dirname $0` in PATH, to find
18585         gnulib-tool.
18586
18587 2003-01-09  Bruno Haible  <bruno@clisp.org>
18588
18589         * modules/stdbool: Change configure.ac, Makefile.am requirements.
18590         Simplify Include requirements. Add lib/stdbool.h.in to file list.
18591
18592 2003-01-09  Bruno Haible  <bruno@clisp.org>
18593
18594         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
18595
18596 2003-01-09  Bruno Haible  <bruno@clisp.org>
18597
18598         * lib/stdbool.h.in: New file.
18599
18600 2003-01-09  Bruno Haible  <bruno@clisp.org>
18601
18602         * gnulib-tool (func_all_modules): Ignore files ending in ~.
18603         * MODULES.html.sh: Likewise.
18604
18605 2003-01-08  Jim Meyering  <jim@meyering.net>
18606
18607         * lib/full-write.c: Undefine and define-away `const' after inclusion
18608         of errno.h, not before.  Suggestion from Bruno Haible.
18609
18610 2003-01-08  Bruno Haible  <bruno@clisp.org>
18611
18612         * modules/full-read: Depend on full-write.
18613
18614 2003-01-08  Bruno Haible  <bruno@clisp.org>
18615
18616         * lib/safe-read.c: Include specification header first, to ensure its
18617         selfcontainedness.
18618         * lib/full-write.c: Likewise.
18619
18620 2003-01-07  Jim Meyering  <jim@meyering.net>
18621
18622         * lib/full-write.c: Rework so that it may serve to define full_read,
18623         too.
18624         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
18625
18626 2003-01-07  Bruno Haible  <bruno@clisp.org>
18627
18628         * lib/strtoimax.c: Include <stdint.h> as an alternative to
18629         <inttypes.h>.
18630         * lib/xstrtol.h: Likewise.
18631         * lib/xstrtoimax.c: Likewise.
18632         * lib/xstrtoumax.c: Likewise.
18633         * lib/human.h: Likewise.
18634
18635         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
18636         on systems that have <inttypes.h> but not <stdint.h>.
18637
18638 2003-01-07  Bruno Haible  <bruno@clisp.org>
18639
18640         * MODULES.html.sh: Add copyright notice.
18641         (missed_files): Omit CVS directory entries.
18642         (func_module): Make it work with sed-3.02.
18643         * MODULES.txt: Remove file.
18644
18645 2003-01-06  Jim Meyering  <jim@meyering.net>
18646
18647         * lib/version-etc.c: Update year in translatable copyright string.
18648
18649 2003-01-03  Karl Berry  <karl@gnu.org>
18650
18651         * config/config.{guess,sub}: update from prep.
18652
18653 2003-01-02  Karl Berry  <karl@gnu.org>
18654
18655         * doc/COPYING.DOC: belatedly updated to 1.2.
18656
18657 2003-01-01  Karl Berry  <karl@gnu.org>
18658
18659         * gnulib-tool (func_verify_module): report module name $module in
18660         error message, not $1.
18661         * gnulib-tool (create-testdir): don't complain if destdir couldn't
18662         be created, only if it doesn't exist.
18663         * gnulib-tool (last_checkin_date): don't expand the $Date here.
18664
18665 2002-12-31  Paul Eggert  <eggert@twinsun.com>
18666
18667         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
18668
18669 2002-12-31  Paul Eggert  <eggert@twinsun.com>
18670
18671         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
18672         memcmp if strcoll doesn't work.
18673
18674 2002-12-31  Bruno Haible  <bruno@clisp.org>
18675
18676         * lib/utime.c (utime_null): No need to call ftruncate if the file was
18677         nonempty.
18678
18679 2002-12-31  Bruno Haible  <bruno@clisp.org>
18680
18681         * lib/memcoll.c (STRCOLL): New macro.
18682         (memcoll): Use it.
18683
18684 2002-12-31  Bruno Haible  <bruno@clisp.org>
18685
18686         * lib/localcharset.h: New file.
18687         * lib/localcharset.c: Include it.
18688         * lib/unicodeio.c: Likewise.
18689
18690 2002-12-31  Bruno Haible  <bruno@clisp.org>
18691
18692         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
18693         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
18694
18695 2002-12-31  Bruno Haible  <bruno@clisp.org>
18696
18697         * lib/getline.h: Include <stddef.h>, for size_t.
18698
18699         * lib/unicodeio.h: Include <stddef.h>, for size_t.
18700         * lib/unicodeio.c: Don't include <stddef.h>.
18701
18702 2002-12-31  Bruno Haible  <bruno@clisp.org>
18703
18704         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
18705         HAVE_TM_ZONE.
18706
18707 2002-12-24  Karl Berry  <karl@gnu.org>
18708
18709         * config/config.guess: update from prep.
18710
18711 2002-12-24  Bruno Haible  <bruno@clisp.org>
18712
18713         General infrasructure.
18714         * m4/README: Rewritten.
18715         * m4/onceonly.m4: New file.
18716         * m4/onceonly_2_57.m4: New file.
18717
18718         Module atexit.
18719         * m4/atexit.m4: New file.
18720
18721         Module strtod.
18722         * m4/strtod.m4: New file.
18723
18724         Module strtol.
18725         * m4/strtol.m4: New file.
18726
18727         Module strtoul.
18728         * m4/strtoul.m4: New file.
18729
18730         Module memchr.
18731         * m4/memchr.m4: New file.
18732
18733         Module memcmp.
18734         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
18735         (jm_FUNC_MEMCMP): Invoke it.
18736
18737         Module memcpy.
18738         * m4/memcpy.m4: New file.
18739
18740         Module memmove.
18741         * m4/memmove.m4: New file.
18742
18743         Module memset.
18744         * m4/memset.m4: New file.
18745
18746         Module strcspn.
18747         * m4/strcspn.m4: New file.
18748
18749         Module strpbrk.
18750         * m4/strpbrk.m4: New file.
18751
18752         Module strstr.
18753         * m4/strstr.m4: New file.
18754
18755         Module strerror.
18756         * m4/strerror.m4: New file.
18757
18758         Module mktime.
18759         * m4/mktime.m4: Renamed from jm-mktime.m4.
18760         (gl_PREREQ_MKTIME): New macro.
18761         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
18762
18763         Module malloc.
18764         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
18765         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
18766         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
18767
18768         Module realloc.
18769         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
18770         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
18771         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
18772
18773         Module strftime.
18774         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
18775         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
18776         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
18777         gl_TM_GMTOFF.
18778         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
18779
18780         Module xalloc.
18781         * m4/xalloc.m4: New file.
18782
18783         Module alloca.
18784         * m4/alloca.m4: New file.
18785
18786         Module putenv.
18787         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
18788         (jm_FUNC_PUTENV): Invoke it.
18789
18790         Module setenv.
18791         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
18792         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
18793         when invoked twice.
18794         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
18795         gt_FUNC_SETENV.
18796
18797         Module memrchr.
18798         * m4/memrchr.m4: New file.
18799
18800         Module stpcpy.
18801         * m4/stpcpy.m4: New file.
18802
18803         Module strcase.
18804         * m4/strcase.m4: New file.
18805
18806         Module strdup.
18807         * m4/strdup.m4: New file.
18808
18809         Module strnlen.
18810         * m4/strnlen.m4: New file.
18811
18812         Module strndup.
18813         * m4/strndup.m4: New file.
18814
18815         Module xstrtod.
18816         * m4/xstrtod.m4: New file.
18817
18818         Module xstrtol.
18819         * m4/xstrtol.m4: New file.
18820
18821         Module getdate.
18822         * m4/getdate.m4: New file.
18823
18824         Module unlocked-io.
18825         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
18826         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
18827         * m4/jm-glibc-io.m4n: Remove file.
18828
18829         Module long-options.
18830         * m4/long-options.m4: New file.
18831
18832         Module md5.
18833         * m4/md5.m4: New file.
18834
18835         Module sha.
18836         * m4/sha.m4: New file.
18837
18838         Module getstr.
18839         * m4/getstr.m4: New file.
18840
18841         Module getline.
18842         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
18843         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
18844         <sys/types.h>, for size_t. Use the function name gnu_getline, not
18845         simply getline. Infoke gl_PREREQ_GETLINE.
18846
18847         Module obstack.
18848         * m4/obstack.m4: New file.
18849
18850         Module hash.
18851         * m4/hash.m4: New file.
18852
18853         Module readtokens.
18854         * m4/readtokens.m4: New file.
18855
18856         Module strverscmp.
18857         * m4/strverscmp.m4: New file.
18858
18859         Module stdbool.
18860         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
18861         OSF/1.
18862
18863         Module strtoll.
18864         * m4/strtoll.m4: New file.
18865
18866         Module strtoull.
18867         * m4/strtoull.m4: New file.
18868
18869         Module strtoimax.
18870         * m4/strtoimax.m4: New file.
18871
18872         Module strtoumax.
18873         * m4/strtoumax.m4: New file.
18874
18875         Module xstrtoimax.
18876         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
18877         jm_AC_PREREQ_XSTRTOIMAX.
18878         Moved the strtol prerequisites to strtol.m4.
18879         Moved the strtoll prerequisites to strtoll.m4.
18880         Moved the strtoimax prerequisites to strtoimax.m4.
18881
18882         Module xstrtoumax.
18883         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
18884         jm_AC_PREREQ_XSTRTOUMAX.
18885         Moved the strtoul prerequisites to strtoul.m4.
18886         Moved the strtoull prerequisites to strtoull.m4.
18887         Moved the strtoumax prerequisites to strtoumax.m4.
18888
18889         Module chown.
18890         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
18891         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
18892
18893         Module dup2.
18894         * m4/dup2.m4: New file.
18895
18896         Module ftruncate.
18897         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
18898         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
18899
18900         Module getgroups.
18901         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
18902         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
18903
18904         Module gettimeofday.
18905         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
18906         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
18907         gl_PREREQ_GETTIMEOFDAY.
18908
18909         Module mkdir.
18910         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
18911         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
18912
18913         Module mkstemp.
18914         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
18915         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
18916         jm_AC_TYPE_UINTMAX_T.
18917         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
18918
18919         Module stat.
18920         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
18921         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
18922
18923         Module lstat.
18924         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
18925         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
18926
18927         Module timespec.
18928         * m4/timespec.m4 (gl_TIMESPEC): New macro.
18929         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
18930         * m4/st_mtim.m4: Indentation.
18931
18932         Module nanosleep.
18933         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
18934         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
18935         gl_PREREQ_NANOSLEEP.
18936
18937         Module regex.
18938         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
18939         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
18940         (gl_REGEX): New macro.
18941
18942         Module rename.
18943         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
18944         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
18945
18946         Module rmdir.
18947         * m4/rmdir.m4: New file.
18948
18949         Module utime.
18950         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
18951         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
18952         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
18953
18954         Module dirname.
18955         * m4/dirname.m4: New file.
18956
18957         Module getopt.
18958         * m4/getopt.m4: New file.
18959
18960         Module unistd-safer.
18961         * m4/unistd-safer.m4: New file.
18962
18963         Module fnmatch.
18964         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
18965         declaration.
18966         (gl_PREREQ_FNMATCH_EXTRA): New macro.
18967         (gl_FUNC_FNMATCH_POSIX): New macro.
18968         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
18969         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
18970         simply fnmatch.
18971
18972         Module exclude.
18973         * m4/exclude.m4: New file.
18974
18975         Module human.
18976         * m4/human.m4: New file.
18977
18978         Module acl.
18979         * m4/acl.m4: Nop.
18980
18981         Module backupfile.
18982         * m4/backupfile.m4: New file.
18983         * m4/d-ino.m4: Indentation.
18984
18985         Module fsusage.
18986         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
18987         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
18988         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
18989
18990         Module dirfd.
18991         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
18992         requirements.
18993
18994         Module euidaccess.
18995         * m4/euidaccess.m4: New file.
18996
18997         Module file-type.
18998         * m4/file-type.m4: New file.
18999
19000         Module fileblocks.
19001         * m4/fileblocks.m4: New file.
19002
19003         Module filemode.
19004         * m4/filemode.m4: New file.
19005
19006         Module isdir.
19007         * m4/isdir.m4: New file.
19008
19009         Module lchown.
19010         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
19011         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
19012
19013         Module makepath.
19014         * m4/makepath.m4: New file.
19015
19016         Module modechange.
19017         * m4/modechange.m4: New file.
19018
19019         Module mountlist.
19020         * m4/mountlist.m4: New file.
19021         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
19022         Indentation.
19023
19024         Module path-concat.
19025         * m4/path-concat.m4: New file.
19026
19027         Module pathmax.
19028         * m4/pathmax.m4: New file.
19029
19030         Module same.
19031         * m4/same.m4: New file.
19032
19033         Module save-cwd.
19034         * m4/save-cwd.m4: New file.
19035
19036         Module savedir.
19037         * m4/savedir.m4: New file.
19038
19039         Module xgetcwd.
19040         * m4/xgetcwd.m4: New file.
19041         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
19042
19043         Module xreadlink.
19044         * m4/xreadlink.m4: New file.
19045
19046         Module safe-read.
19047         * m4/safe-read.m4: New file.
19048
19049         Module safe-write.
19050         * m4/safe-write.m4: New file.
19051
19052         Module closeout.
19053         * m4/closeout.m4: New file.
19054
19055         Module stdio-safer.
19056         * m4/stdio-safer.m4: New file.
19057
19058         Module getpass.
19059         * m4/getpass.m4: New file.
19060
19061         Module getugroups.
19062         * m4/getugroups.m4: New file.
19063
19064         Module group-member.
19065         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
19066         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
19067
19068         Module idcache.
19069         * m4/idcache.m4: New file.
19070
19071         Module userspec.
19072         * m4/userspec.m4: New file.
19073
19074         Module gettime.
19075         * m4/clock_time.m4: New file.
19076         * m4/gettime.m4: New file.
19077
19078         Module settime.
19079         * m4/settime.m4: New file.
19080
19081         Module posixtm.
19082         * m4/posixtm.m4: New file.
19083
19084         Module gethostname.
19085         * m4/gethostname.m4: New file.
19086
19087         Module canon-host.
19088         * m4/canon-host.m4: New file.
19089
19090         Module gettext.
19091         * m4/codeset.m4: New file, from gettext-0.11.5.
19092         * m4/gettext.m4: New file, from gettext-0.11.5.
19093         * m4/glibc21.m4: New file, from gettext-0.11.5.
19094         * m4/iconv.m4: New file, from gettext-0.11.5.
19095         * m4/intdiv0.m4: New file, from gettext-0.11.5.
19096         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
19097         * m4/inttypes.m4: New file, from gettext-0.11.5.
19098         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
19099         * m4/isc-posix.m4: New file, from gettext-0.11.5.
19100         * m4/lcmessage.m4: New file, from gettext-0.11.5.
19101         * m4/lib-ld.m4: New file, from gettext-0.11.5.
19102         * m4/lib-link.m4: New file, from gettext-0.11.5.
19103         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
19104         * m4/progtest.m4: New file, from gettext-0.11.5.
19105         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
19106         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
19107         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
19108
19109         Module localcharset.
19110         * m4/localcharset.m4: New file.
19111
19112         Module hard-locale.
19113         * m4/hard-locale.m4: New file.
19114
19115         Module mbswidth.
19116         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
19117         onceonly macros.
19118         * m4/mbrtowc.m4: Add comment.
19119
19120         Module memcasecmp.
19121         * m4/memcasecmp.m4: New file.
19122
19123         Module memcoll.
19124         * m4/memcoll.m4: New file.
19125
19126         Module unicodeio.
19127         * m4/unicodeio.m4: New file.
19128
19129         Module rpmatch.
19130         * m4/rpmatch.m4: New file.
19131
19132         Module yesno.
19133         * m4/yesno.m4: New file.
19134
19135         Module exitfail.
19136         * m4/exitfail.m4: New file.
19137
19138         Module c-stack.
19139         * m4/c-stack.m4 (gl_C_STACK): New macro.
19140         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
19141
19142         Module error.
19143         * m4/error.m4 (gl_ERROR): New macro.
19144         (jm_PREREQ_ERROR): Use onceonly macros.
19145
19146         Module fatal.
19147         * m4/fatal.m4: New file.
19148
19149         Module getloadavg.
19150         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
19151         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
19152
19153         Module getpagesize.
19154         * m4/getpagesize.m4: New file.
19155
19156         Module getusershell.
19157         * m4/getusershell.m4: New file.
19158
19159         Module physmem.
19160         * m4/physmem.m4: New file.
19161
19162         Module posixver.
19163         * m4/posixver.m4: New file.
19164
19165         Module quotearg.
19166         * m4/quotearg.m4: New file.
19167
19168         Module quote.
19169         * m4/quote.m4: New file.
19170
19171         Module readutmp.
19172         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
19173
19174         Module sig2str.
19175         * m4/sig2str.m4: New file.
19176
19177         Other.
19178         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
19179         ulonglong.m4.
19180         * m4/intmax_t.m4: New file.
19181         * m4/d-type.m4: Indentation.
19182         * m4/jm-macros.m4: Update.
19183         * m4/prereq.m4 (jm_PREREQ): Update.
19184         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
19185         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
19186         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
19187         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
19188         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
19189         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
19190         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
19191         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
19192         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
19193         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
19194         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
19195         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
19196         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
19197         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
19198         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
19199         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
19200         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
19201         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
19202         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
19203
19204 2002-12-24  Bruno Haible  <bruno@clisp.org>
19205
19206         * MODULES.txt: Update according to m4/ changes.
19207
19208         Module gettext.
19209         * config.rpath: New file, from gettext-0.11.5.
19210
19211         * modules/*: New module descriptions.
19212         * gnulib-tool: New file.
19213         * MODULES.html.sh: New file.
19214
19215 2002-12-21  Karl Berry  <karl@gnu.org>
19216
19217         * doc/fdl.texi: update to version 1.2.
19218
19219 2002-12-19  Karl Berry  <karl@gnu.org>
19220
19221         * config/config.guess: update from prep.
19222
19223 2002-12-18  Bruno Haible  <bruno@clisp.org>
19224
19225         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
19226         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
19227
19228 2002-12-17  Bruno Haible  <bruno@clisp.org>
19229
19230         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
19231         stdlib.h, string.h.
19232
19233 2002-12-17  Bruno Haible  <bruno@clisp.org>
19234
19235         * lib/canon-host.c (strdup): Remove unused declaration.
19236
19237         * lib/fsusage.c: Include full_read.h.
19238         (get_fs_usage): Use full_read instead of safe_read.
19239
19240         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
19241
19242 2002-12-12  Karl Berry  <karl@gnu.org>
19243
19244         * config/config.guess: update from prep.
19245
19246 2002-12-11  Bruno Haible  <bruno@clisp.org>
19247
19248         * m4/setenv.m4: New file, from gettext-0.11.5.
19249
19250 2002-12-11  Bruno Haible  <bruno@clisp.org>
19251
19252         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
19253         not unsetenv().
19254         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
19255         modifications:
19256
19257         2002-12-11  Bruno Haible  <bruno@clisp.org>
19258
19259                 * setenv.c (alloca): Fall back to malloc.
19260                 (freea): New macro.
19261                 (setenv): Use freea() to free memory allocated with alloca().
19262
19263         2002-11-13  Bruno Haible  <bruno@clisp.org>
19264
19265                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
19266                 function declarations.
19267                 * unsetenv.c (unsetenv): Likewise.
19268
19269         2002-03-04  Bruno Haible  <bruno@clisp.org>
19270
19271                 Portability to AIX 4.3.3.
19272                 * unsetenv.c: New file, extracted from setenv.c.
19273                 * setenv.c: Move the unsetenv() function to unsetenv.c.
19274
19275         2001-12-20  Bruno Haible  <bruno@clisp.org>
19276
19277                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
19278                 use malloc instead. For SunOS 4.
19279
19280         2001-12-11  Bruno Haible  <bruno@clisp.org>
19281
19282                 * setenv.c: Declare alloca.
19283                 (compar_fn_t): New typedef.
19284                 (KNOWN_VALUE, STORE_VALUE): Use it.
19285
19286         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
19287         setenv.h.
19288
19289 2002-12-10  Paul Eggert  <eggert@twinsun.com>
19290
19291         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
19292         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
19293         Choose values that are less likely to collide with system fnmatch
19294         options.
19295         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
19296         defined (e.g., a pure POSIX system).
19297         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
19298         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
19299
19300 2002-12-06  Paul Eggert  <eggert@twinsun.com>
19301
19302         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
19303         a pain in practice to deal with generated m4 files.  This change
19304         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
19305
19306         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
19307         and jm-glibc-io.m4, as they are no longer a special case.
19308         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
19309         kludge and the auto-generation stuff.  Check only whether the
19310         functions are declared, not whether they exist, since older hosts
19311         that don't declare the functions can't use the optimization anyway.
19312
19313 2002-12-06  Jim Meyering  <jim@meyering.net>
19314
19315         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
19316
19317         Merge in changes from libc's misc/error.c, in preparation
19318         for the merge of gnulib's changes back into libc.
19319
19320         * lib/error.c (_): Define only if not already defined.
19321         Move definition to follow all #include directives.
19322         Include unlocked-io.h only if !_LIBC.
19323         [_LIBC]: Include <libio/libioP.h>.
19324         [USE_IN_LIBIO]: Include <libio/iolibio.h>
19325         (fflush): Tweak definition to use INTUSE.
19326         (putc): Define.
19327
19328 2002-12-05  Paul Eggert  <eggert@twinsun.com>
19329
19330         * lib/alloca.c [defined emacs]: Include "lisp.h".
19331         (xalloc_die) [defined emacs]: New macro.
19332         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
19333         [! defined emacs]: Include <xalloc.h>.
19334         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
19335         (pointer): Typedef to POINTER_TYPE *.
19336         (malloc): Remove decl; we now always use xmalloc.
19337         (alloca): Use old-style definition, since Emacs needs this.
19338         Check for arithmetic overflow when computing combined size.
19339
19340 2002-12-04  Paul Eggert  <eggert@twinsun.com>
19341
19342         Do not generate unlocked-io.h automatically, since it's easier to
19343         maintain it by hand.
19344
19345         * lib/unlocked-io.h: New file, from GNU diffutils,
19346         but with proper copyright notice and attribution.
19347         * lib/gen-uio: Remove.
19348         * lib/Makefile.am: Add copyright notice.
19349         (libfetish_a_SOURCES): Add unlocked-io.h.
19350         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
19351         (DISTCLEANFILES, io_functions): Remove macros.
19352         (EXTRA_DIST): Remove gen_uio.
19353         (unlocked-io.h): Remove rule.
19354
19355 2002-12-04  Jim Meyering  <jim@meyering.net>
19356
19357         Reflect the fact that stat.c and lstat.c are no longer generated.
19358         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
19359         (DISTCLEANFILES): Likewise.
19360         (EXTRA_DIST): Likewise.
19361         (all_local): Don't depend on stat.c or lstat.c.
19362         (stat.c, lstat.c): Remove rules.
19363         (EXTRA_DIST): Remove xstat.in.
19364
19365         * lib/xstat.in: Remove file.  Contents moved into stat.c.
19366         * lib/stat.c: New file.  Contents mostly from xstat.in.
19367         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
19368         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
19369
19370         * lib/safe-read.c: Rework so that it may serve to define safe_write,
19371         too.
19372         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
19373
19374 2002-12-03  Jim Meyering  <jim@meyering.net>
19375
19376         * lib/safe-read.c, safe-write.c: Change variable names and comments,
19377         but not semantics, to minimize the differences between these two files.
19378         (safe_read): Change comment to mention SAFE_READ_ERROR.
19379
19380         * lib/safe-read.c (IS_EINTR): Define.
19381         (safe_read): Use IS_EINTR in place of in-function cpp directives.
19382
19383 2002-12-02  Jim Meyering  <jim@meyering.net>
19384
19385         * lib/safe-read.c (EINTR): Define.
19386         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
19387         (INT_MAX): Provide fallback.
19388         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
19389
19390         * lib/safe-read.h (SAFE_READ_ERROR): Define.
19391
19392 2002-12-02  Bruno Haible  <bruno@clisp.org>
19393
19394         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
19395         Define, taken from safe-read.c.
19396         (INT_MAX): Provide fallback.
19397         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
19398         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
19399
19400         * lib/safe-read.c (EINTR): Remove definition.
19401         (safe_read): Don't use EINTR if it is absent.
19402
19403 2002-12-01  Jim Meyering  <jim@meyering.net>
19404
19405         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
19406         zero.
19407         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
19408
19409 2002-11-27  Paul Eggert  <eggert@twinsun.com>
19410
19411         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
19412         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
19413         with `if (! (value < limit)) abort ();', for readability.
19414
19415 2002-11-26  Karl Berry  <karl@gnu.org>
19416
19417         * lib/strdup.c: copy from libc again, with jim's ok.
19418         * lib/.cppi-disable: re-add strdup.c
19419
19420 2002-11-25  Karl Berry  <karl@gnu.org>
19421
19422         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
19423         instead of "strtol.c".
19424
19425 2002-11-25  Karl Berry  <karl@gnu.org>
19426
19427         * config/install-sh: update from automake for variable quoting, $0 in
19428         error msgs, etc.
19429
19430         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
19431         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
19432         entry.
19433
19434 2002-11-25  Jim Meyering  <jim@meyering.net>
19435
19436         * lib/mktime.c: Sync from libc, now that it has the latest fix.
19437
19438 2002-11-24  Karl Berry  <karl@gnu.org>
19439
19440         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
19441         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
19442
19443 2002-11-24  Jim Meyering  <jim@meyering.net>
19444
19445         Update from coreutils:
19446
19447         * lib/mktime.c: Merge in changes from libc.
19448
19449         Avoid a link-time failure on some Linux systems.
19450         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
19451         (otherwise).
19452         (__mon_yday): Declare with the STATIC attribute.
19453         (__mktime_internal): Likewise.
19454         Based on a report from Greg Schafer.
19455
19456 2002-11-23  Jim Meyering  <jim@meyering.net>
19457
19458         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
19459         Use `unsigned', not `int', as type of index.
19460
19461         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
19462
19463         * lib/fsusage.c: Remove unneeded parentheses around operands of
19464         `defined'.
19465
19466 2002-11-22  Paul Eggert  <eggert@twinsun.com>
19467
19468         * lib/quotearg.h: Allow multiple inclusion by surrounding with
19469         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
19470         so that we can be included first.
19471         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
19472         * lib/quotearg.c: Include quotearg.h immediately after config.h.
19473         No need to include stddef.h or sys/types.h any more.
19474         Surround local include files with "", not "<>".
19475         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
19476         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
19477         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
19478         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
19479         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
19480         (ISPRINT): Remove; no longer needed now that we assume C89.
19481
19482         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
19483         Preserve errno.
19484
19485         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
19486         quotearg_char): Use SIZE_MAX rather than
19487         (size_t) -1 when we are talking about "infinity".
19488
19489         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
19490
19491 2002-11-22  Paul Eggert  <eggert@twinsun.com>
19492
19493         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
19494         hint that one should use `if (! x) abort ();' rather than `assert
19495         (x);', and anyway it's one less thing to worry about configuring.
19496         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
19497         hash_rehash, hash_insert): Use abort rather than assert.
19498
19499 2002-11-22  Bruno Haible  <bruno@clisp.org>
19500
19501         * lib/safe-read.h: Assume C89. Add comments.
19502         (safe_read): Change return type to size_t.
19503         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
19504         byte counts > SSIZE_MAX correctly.
19505         * lib/safe-write.h: New file.
19506         * lib/safe-write.c: New file.
19507         * lib/full-read.h: New file.
19508         * lib/full-read.c: New file.
19509         * lib/full-write.h: Assume C89. Add comments.
19510         * lib/full-write.c: Include safe-write.h.
19511         (full_write): Rewritten to use safe_write.
19512         Suggested by Jim Meyering and Paul Eggert.
19513
19514 2002-11-21  Jim Meyering  <jim@meyering.net>
19515
19516         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
19517
19518         Merge in changes from the coreutils.
19519
19520         2002-09-25  Paul Eggert  <eggert@twinsun.com>
19521         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
19522         <stdint.h>.
19523         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
19524         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
19525         int.  Work more efficiently if X is the same width as uintmax_t.
19526         Do not compare X to -1, to avoid bogus compiler warning.
19527         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
19528         Don't assume that f_frsize and f_bsize are the same type.
19529
19530         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
19531         warning on FreeBSD.
19532
19533         * lib/makepath.c (make_path): Restore umask *before* creating the final
19534         component.
19535         (make_path): Minor reformatting.
19536
19537         * lib/xmalloc.c: Adjust to work with new autoconf macros,
19538         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
19539         HAVE_MALLOC/HAVE_REALLOC.
19540
19541         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
19542         dummy ones.  At least on GNU/Linux systems, `auto' means something
19543         else.
19544         From Michael Stone.
19545
19546 2002-11-21  Bruno Haible  <bruno@clisp.org>
19547
19548         Remove case insensitive option matching.
19549         * lib/argmatch.h (argcasematch): Remove declaration.
19550         (ARGCASEMATCH): Remove macro.
19551         (__xargmatch_internal): Remove case_sensitive argument.
19552         (XARGMATCH): Update.
19553         (XARGCASEMATCH): Remove macro.
19554         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
19555         case_sensitive argument.
19556         (argcasematch): Remove function.
19557         (__xargmatch_internal): Remove case_sensitive argument.
19558         (main): Use XARGMATCH instead of XARGCASEMATCH.
19559
19560         * lib/xmalloc.c: Change compile-time error message. Add comment about
19561         required autoconf version.
19562
19563 2002-11-20  Paul Eggert  <eggert@twinsun.com>
19564
19565         Merge argmatch cleanups from Bison.  Assume C89.
19566
19567         * lib/argmatch.c: Include config.h here, not in argmatch.h.
19568         Include stdlib.h, for EXIT_FAILURE.
19569         Always include <string.h>, since we assume C89.
19570         (EXIT_FAILURE): Remove pre-C89 bug workaround.
19571         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
19572         Include <stddef.h> instead, since it's all we need for size_t.
19573         (PARAMS): Remove.  All uses removed.
19574         (ARRAY_CARDINALITY): Do not bother to #undef.
19575         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
19576         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
19577         Remove unnecessary parentheses.
19578         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
19579         Insert necessary parentheses.
19580         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
19581         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
19582
19583 2002-11-19  Bruno Haible  <bruno@clisp.org>
19584
19585         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
19586         * lib/mbswidth.h: Include <stddef.h>, for size_t.
19587
19588         * lib/mbswidth.h (PARAMS): Remove macro.
19589         (mbswidth, mbsnwidth): Use ANSI C function declarations.
19590         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
19591
19592         * lib/gcd.h (PARAMS): Remove macro.
19593         (gcd): Use ANSI C function declarations.
19594         * lib/gcd.c (gcd): Likewise.
19595
19596 2002-11-15  Bruno Haible  <bruno@clisp.org>
19597
19598         * lib/strcspn.c: Include <stddef.h>.
19599         (strcspn): Use ANSI C function declaration. Change return type to
19600         size_t. Use NULL.
19601         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
19602         (strpbrk): Use NULL.
19603         * lib/strpbrk.h (PARAMS): Remove macro.
19604         (strpbrk): Use ANSI C function declaration.
19605         * lib/strstr.c: Don't include <sys/types.h>.
19606         * lib/strstr.h (PARAMS): Remove macro.
19607         (strstr): Use ANSI C function declarations.
19608
19609 2002-11-14  Karl Berry  <karl@gnu.org>
19610
19611         * config/mkinstalldirs: `do' on separate line, instead of
19612         `for var; do'.
19613
19614 2002-11-06  Bruno Haible  <bruno@clisp.org>
19615
19616         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
19617         * lib/gcd.c (gcd): Likewise.
19618
19619 2002-11-05  Bruno Haible  <bruno@clisp.org>
19620
19621         * lib/gcd.h: New file, from gettext-0.11.5.
19622         * lib/gcd.c: New file, from gettext-0.11.5.
19623
19624 2002-11-05  Bruno Haible  <bruno@clisp.org>
19625
19626         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
19627         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
19628         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
19629         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
19630
19631         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
19632         <libintl.h>.
19633         * lib/makepath.c: Include gettext.h instead of <locale.h> and
19634         <libintl.h>.
19635
19636         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
19637         * lib/human.c: Include gettext.h instead of <libintl.h>.
19638         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
19639         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
19640         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
19641         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
19642         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
19643         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
19644         (textdomain): Remove definition.
19645         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
19646
19647         * lib/long-options.c: Remove include of <libintl.h> and definition of
19648         _.
19649         * lib/same.c: Remove include of <libintl.h> and definition of _.
19650
19651 2002-11-04  Owen Taylor  <otaylor@redhat.com>
19652
19653         * lib/config.charset: A few additions for Solaris.
19654
19655 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
19656
19657         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
19658         * lib/localcharset.c (locale_charset): Declare as extern "C".
19659
19660 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
19661
19662         * lib/config.charset: msdos in uk_UA uses CP1125.
19663
19664 2002-11-04  Bruno Haible  <bruno@clisp.org>
19665
19666         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
19667         * lib/strcase.h: New file, from GNU gettext-0.11.5.
19668         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
19669         * lib/strstr.h: New file, from GNU gettext-0.11.5.
19670         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
19671
19672 2002-11-04  Bruno Haible  <bruno@clisp.org>
19673
19674         * lib/localcharset.c (locale_charset): Don't return an empty string.
19675
19676 2002-11-04  Bruno Haible  <bruno@clisp.org>
19677
19678         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
19679         aliases.
19680
19681 2002-11-04  Bruno Haible  <bruno@clisp.org>
19682
19683         * lib/config.charset: Update for newest glibc. Add canonical names
19684         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
19685
19686 2002-11-04  Bruno Haible  <bruno@clisp.org>
19687
19688         * lib/config.charset: Add support for NetBSD.
19689
19690 2002-11-04  Bruno Haible  <bruno@clisp.org>
19691
19692         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
19693
19694 2002-11-01  Bruno Haible  <bruno@clisp.org>
19695
19696         * configure.in: Add AC_CONFIG_AUX_DIR call.
19697         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
19698         test/Makefile.
19699         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
19700
19701 2002-09-28  Karl Berry  <karl@gnu.org>
19702
19703         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
19704         installed automake until the next release, since changes have been
19705         made.
19706
19707 2002-09-25  Karl Berry  <karl@gnu.org>
19708
19709         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
19710         * lib/getopt*: copy from libc/posix.
19711         * lib/gettext.h: copy from gettext.
19712         * lib/.cppi-disable: add strdup.c, gettext.h.
19713
19714 2002-09-25  Karl Berry  <karl@gnu.org>
19715
19716         * config/srclist.txt: enable gettext.h check.
19717         * config/config.{guess,sub}: update from prep.
19718         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
19719                 from automake 1.6.3.
19720         See srclist*.
19721
19722 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
19723
19724         * regex.c (PATFETCH): Remove the translating fetch.
19725         (PATFETCH_RAW): Rename to PATFETCH.
19726         (set_image_of_range): New fun.
19727         (SET_RANGE_TABLE_WORK_AREA): Use it.
19728         (regex_compile): Don't translate the pattern chars so eagerly.
19729         Only do it when inserting an `exactn' bytecode or when handling
19730         a char-range.
19731         (mutually_exclusive_p): Avoid empty statement.
19732
19733 2002-07-06  Jim Meyering  <meyering@lucent.com>
19734
19735         * m4/README: Don't mention Makefile.am.in.
19736         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
19737
19738 2002-07-01  Jim Meyering  <meyering@lucent.com>
19739
19740         * lib/c-stack.c: Include sys/time.h.
19741         From Volker Borchert.
19742
19743 2002-06-26  Paul Eggert  <eggert@twinsun.com>
19744
19745         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
19746
19747 2002-06-26  Paul Eggert  <eggert@twinsun.com>
19748
19749         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
19750         New macro.  Use it uniformly instead of
19751         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
19752         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
19753         reported by Vin Shelton.
19754
19755 2002-06-22  Paul Eggert  <eggert@twinsun.com>
19756
19757         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
19758         Do not assume SA_SIGINFO behavior.
19759         Bug reported by Jim Meyering on NetBSD 1.5.2.
19760
19761 2002-06-22  Jim Meyering  <meyering@lucent.com>
19762
19763         * m4/c-stack.m4: New file, from diffutils-2.8.2.
19764         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
19765
19766         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
19767         now that configure.ac uses AC_GNU_SOURCE.
19768         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
19769         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
19770
19771         Update to latest tools.  Suggestions from Paul Eggert.
19772         * m4/stdbool.m4: New file, from diffutils-2.8.2.
19773         * m4/gnu-source.m4: Update from diffutils-2.8.2.
19774         * m4/fnmatch.m4: Likewise.
19775         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
19776         to AC_HEADER_STDBOOL
19777
19778 2002-06-22  Jim Meyering  <meyering@lucent.com>
19779
19780         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
19781         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
19782
19783 2002-06-22  Jim Meyering  <meyering@lucent.com>
19784
19785         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
19786
19787         * lib/exitfail.c, exitfail.h: Likewise.
19788         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
19789
19790         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
19791         of fnmatch.h.
19792         (EXTRA_DIST): Add fnmatch_loop.c.
19793         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
19794
19795         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
19796         * lib/fnmatch.c: Update from diffutils-2.8.2.
19797         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
19798         * lib/fnmatch.h: Remove file.
19799
19800 2002-06-21  Jim Meyering  <meyering@lucent.com>
19801
19802         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
19803         * m4/mbrtowc.m4: Likewise.
19804
19805         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
19806         * m4/mbswidth.m4: Reflect name change:
19807         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
19808         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
19809
19810         * m4/lib-link.m4: Update from gettext-0.11.2.
19811         * m4/gettext.m4: Likewise.
19812
19813         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
19814         From Alfred M. Szmidt.
19815
19816 2002-06-18  Paul Eggert  <eggert@twinsun.com>
19817
19818         * lib/file-type.h: Report an error if neither S_ISREG nor
19819         S_IFREG is defined, instead of using a test specific to glibc
19820         2.2.  This should be safe, since POSIX requires S_ISREG and
19821         Unix Version 7 had S_IFREG.  We don't need to check for
19822         <sys/types.h> since we don't use any symbols that it defines.
19823
19824 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
19825
19826         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
19827         $@-t, so that each temporary file name is unique and valid in the first
19828         8 characters, for operation under DOS.
19829
19830 2002-06-15  Paul Eggert  <eggert@twinsun.com>
19831
19832         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
19833
19834 2002-06-15  Jim Meyering  <meyering@lucent.com>
19835
19836         Work even with DJGPP 2.03, which lacks support for symlinks.
19837         From Richard Dawe.
19838         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
19839         is defined.
19840         * lib/lchown.c (S_ISLNK): Likewise.
19841
19842 2002-06-15  Jim Meyering  <meyering@lucent.com>
19843
19844         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
19845         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
19846         have been included before this file.
19847
19848 2002-06-14  Jim Meyering  <meyering@lucent.com>
19849
19850         * lib/file-type.h: Use the version from diffutils-2.8.2.
19851         * lib/file-type.c: Likewise.
19852
19853 2002-06-07  Jim Meyering  <meyering@lucent.com>
19854
19855         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
19856         They're needed at least for NetBSD 1.5.2.
19857         ($statxfs_includes): Include those same headers.
19858         ($statxfs_includes): Include sys/vfs.h if available.
19859         ($statxfs_includes): Likewise for sys/statvfs.h.
19860         Check for the following members in both structs statfs and statvfs:
19861         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
19862
19863 2002-06-01  Jim Meyering  <meyering@lucent.com>
19864
19865         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
19866         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
19867
19868 2002-05-28  Jim Meyering  <meyering@lucent.com>
19869
19870         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
19871         Reported by Volker Borchert.
19872
19873 2002-05-27  Jim Meyering  <meyering@lucent.com>
19874
19875         Fix a problem seen only on nonconforming systems whereby ls.c's
19876         use of localtime, and then of gettimeofday would cause trouble:
19877         the localtime call used to initialize rpl_gettimeofday's save
19878         mechanism would clobber ls's current local time information so
19879         that in any long listing the first file would always be listed
19880         with date 1970-01-01.  Analysis by Volker Borchert.
19881
19882         * lib/gettimeofday.c (localtime): Undefine.
19883         (rpl_localtime): New function.
19884
19885 2002-05-27  Jim Meyering  <meyering@lucent.com>
19886
19887         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
19888         localtime.
19889
19890         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
19891         use the replacement function; it wouldn't resolve at link time.
19892         Reported by Volker Borchert.
19893
19894 2002-05-22  Jim Meyering  <meyering@lucent.com>
19895
19896         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
19897         file-type.h.
19898         * lib/file-type.h: New file.
19899         * lib/file-type.c (file_type): New file/function.  Extracted from
19900         diffutils.
19901
19902 2002-04-30  Jim Meyering  <meyering@lucent.com>
19903
19904         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
19905
19906 2002-04-29  Paul Eggert  <eggert@twinsun.com>
19907
19908         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
19909
19910 2002-04-29  Paul Eggert  <eggert@twinsun.com>
19911
19912         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
19913         Do not check for alloca.h (no longer used) or stdbool.h (was never
19914         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
19915
19916 2002-04-29  Paul Eggert  <eggert@twinsun.com>
19917
19918         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
19919
19920 2002-04-29  Jim Meyering  <meyering@lucent.com>
19921
19922         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
19923         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
19924         Use AC_FUNC_STRNLEN here instead.
19925
19926         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
19927         With autoconf-2.53a, it's part of AC_PROG_CC.
19928
19929 2002-04-28  Paul Eggert  <eggert@twinsun.com>
19930
19931         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
19932         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
19933
19934 2002-04-28  Paul Eggert  <eggert@twinsun.com>
19935
19936         * lib/sig2str.h, lib/sig2str.c: New files.
19937         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
19938
19939 2002-04-28  Paul Eggert  <eggert@twinsun.com>
19940
19941         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
19942         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
19943         of 127, since 64 is the largest conceivable number for ancient
19944         nonstandard hosts.
19945         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
19946
19947 2002-04-28  Jim Meyering  <meyering@lucent.com>
19948
19949         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
19950
19951 2002-04-24  Jim Meyering  <meyering@lucent.com>
19952
19953         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
19954         (jm_PREREQ): Use it.
19955
19956         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
19957         mach/mach.h fcntl.h.
19958         Check for this function: setlocale.
19959
19960 2002-04-24  Jim Meyering  <meyering@lucent.com>
19961
19962         * lib/gettext.h: New file, from Gettext.
19963         * lib/Makefile.am (INCLUDES): Remove -I../intl.
19964         (libfetish_a_SOURCES): Add gettext.h.
19965
19966 2002-04-16  Jim Meyering  <meyering@lucent.com>
19967
19968         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
19969         ut_pid, ut_id, ut_exit.
19970
19971 2002-04-16  Jim Meyering  <meyering@lucent.com>
19972
19973         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
19974         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
19975         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
19976
19977 2002-04-12  Jim Meyering  <meyering@lucent.com>
19978
19979         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
19980         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
19981         existence of the getmntinfo function.  Needed for Darwin 5.3.
19982
19983         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
19984         This is necessary at least on Darwin 5.3.
19985
19986         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
19987         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
19988         strnlen.o in the library, and that makes some versions of ranlib
19989         object.
19990
19991 2002-04-12  Jim Meyering  <meyering@lucent.com>
19992
19993         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
19994
19995 2002-04-09  Jim Meyering  <meyering@lucent.com>
19996
19997         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
19998         to be more precise.  Rather than saying we're checking whether the
19999         function `works', say what we're testing.
20000         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
20001         Reported by Bruno Haible.
20002
20003 2002-03-10  Jim Meyering  <meyering@lucent.com>
20004
20005         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
20006         Suggestion from Santiago Vila.
20007
20008 2002-03-08  Jim Meyering  <meyering@lucent.com>
20009
20010         * lib/rename.c: Mention that this wrapper is needed also on
20011         mips-dec-ultrix4.4 systems.
20012
20013 2002-03-02  Jim Meyering  <meyering@lucent.com>
20014
20015         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
20016         not HAVE_CLOCK_SETTIME.
20017
20018 2002-02-27  Paul Eggert  <eggert@twinsun.com>
20019
20020         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
20021         Check for clock_settime.
20022
20023 2002-02-27  Paul Eggert  <eggert@twinsun.com>
20024
20025         * lib/nanosleep.h: Rename to....
20026         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
20027
20028         * lib/gettime.c: New file.
20029         * lib/settime.c: New file.
20030         * lib/stime.c: Remove.
20031
20032         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
20033         timespec.h.  Remove nanosleep.h.
20034
20035 2002-02-25  Paul Eggert  <eggert@twinsun.com>
20036
20037         * m4/acl.m4: New file.
20038         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
20039         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
20040
20041 2002-02-25  Paul Eggert  <eggert@twinsun.com>
20042
20043         * lib/acl.c, lib/acl.h: New files.
20044         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
20045
20046 2002-02-24  Jim Meyering  <meyering@lucent.com>
20047
20048         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
20049         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
20050         cause trouble.  Reported by Nelson Beebe.
20051
20052 2002-02-23  Paul Eggert  <eggert@twinsun.com>
20053
20054         * lib/path-concat.c (xpath_concat): Reorder code to pacify
20055         compilers that don't know that xalloc_die never returns.
20056
20057 2002-02-20  Jim Meyering  <meyering@lucent.com>
20058
20059         * lib/getdate.c: Regenerate using bison-1.33.
20060
20061 2002-02-17  Jim Meyering  <meyering@lucent.com>
20062
20063         * config/config.guess (main): Don't use `head -1'; it's no longer
20064         portable. Use `sed 1q' instead.
20065
20066 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
20067
20068         * m4/codeset.m4: Upgrade to gettext-0.11.
20069         * m4/gettext.m4: Upgrade to gettext-0.11.
20070         * m4/glibc21.m4: Upgrade to gettext-0.11.
20071         * m4/iconv.m4: Upgrade to gettext-0.11.
20072         * m4/isc-posix.m4: Upgrade to gettext-0.11.
20073         * m4/lcmessage.m4: Upgrade to gettext-0.11.
20074         * m4/lib-ld.m4: New file, from gettext-0.11.
20075         * m4/lib-link.m4: New file, from gettext-0.11.
20076         * m4/lib-prefix.m4: New file, from gettext-0.11.
20077         * m4/progtest.m4: Upgrade to gettext-0.11.
20078
20079 2002-02-15  Paul Eggert  <eggert@twinsun.com>
20080
20081         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
20082         (jm_PREREQ): Use it.
20083
20084 2002-02-15  Paul Eggert  <eggert@twinsun.com>
20085
20086         * lib/posixver.c, lib/posixver.h: New files.
20087         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
20088
20089 2002-02-02  Paul Eggert  <eggert@twinsun.com>
20090             Bruno Haible  <bruno@clisp.org>
20091
20092         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
20093         (fwrite_success_callback): New declaration.
20094         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
20095         print_unicode_char. Call failure callback instead of error.
20096         (fwrite_success_callback): New function.
20097         (exit_failure_callback): New function.
20098         (fallback_failure_callback): New function.
20099         (print_unicode_char): Call unicode_to_mb.
20100
20101 2002-01-26  Jim Meyering  <meyering@lucent.com>
20102
20103         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
20104         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
20105
20106 2002-01-26  Jim Meyering  <meyering@lucent.com>
20107
20108         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
20109
20110 2002-01-22  Paul Eggert  <eggert@twinsun.com>
20111
20112         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
20113
20114 2002-01-22  Jim Meyering  <meyering@lucent.com>
20115
20116         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
20117         Otherwise, some versions of automake would omit the rule that makes
20118         Makefile from Makefile.in.
20119
20120 2002-01-21  Paul Eggert  <eggert@twinsun.com>
20121
20122         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
20123         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
20124         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
20125         (memcoll): Set errno to zero if there is no error.
20126
20127         * lib/quotearg.c (quotearg_buffer_restyled):
20128         Fix bug with quoting buffers containing NUL when backslashing escapes.
20129         This bug was exposed by the other changes in this patch.
20130         (quotearg_n_options): New arg ARGSIZE.
20131         All callers changed.
20132         (quoting_options_from_style): New function.
20133         (quotearg_n_style): Use it.
20134         (quotearg_n_style_mem): New function.
20135
20136         * lib/quotearg.h (quotearg_n_style_mem): New function.
20137
20138 2002-01-19  Jim Meyering  <meyering@lucent.com>
20139
20140         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
20141         Remove useless quotes: DF_PROG="df".
20142         * m4/strnlen.m4: New file.
20143
20144 2002-01-16  Paul Eggert  <eggert@twinsun.com>
20145
20146         * lib/backupfile.c (ISDIGIT): Comment fix.
20147         * lib/getdate.y (ISDIGIT): Likewise.
20148         * lib/posixtm.c (ISDIGIT, year): Likewise.
20149         * lib/strverscmp.c (ISDIGIT): Likewise.
20150         * lib/userspec.c (ISDIGIT): Likewise.
20151
20152 2002-01-16  Jim Meyering  <meyering@lucent.com>
20153
20154         * lib/getdate.y: Add three semicolons, each just before a closing
20155         brace. Bison (as of version 1.31) no longer papers over that mistake.
20156
20157 2002-01-05  Jim Meyering  <meyering@lucent.com>
20158
20159         * lib/version-etc.c (version_etc_copyright): Update copyright year.
20160
20161 2001-12-19  Paul Eggert  <eggert@twinsun.com>
20162
20163         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
20164         not silently exit merely because the output buffer happens to
20165         have nothing pending.
20166
20167 2001-12-18  Paul Eggert  <eggert@twinsun.com>
20168
20169         See the big note in ../ChangeLog.
20170         * lib/human.c (suffixes): Prefer K to k for 1024.
20171         (generate_suffix_backwards): New function.
20172         (human_readable_inexact): Use it.
20173         * lib/xstrtol.c (__xstrtol): If there is no number but there
20174         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
20175         Accept 'K' as well as 'k'.
20176
20177 2001-12-15  Jim Meyering  <meyering@lucent.com>
20178
20179         * lib/regex.h (__restrict_arr): Update from libc.
20180
20181         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
20182         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
20183         (STREQ): Define.
20184
20185 2001-12-14  Jim Meyering  <meyering@lucent.com>
20186
20187         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
20188         Suggestion from Bruno Haible.
20189
20190 2001-12-10  Jim Meyering  <meyering@lucent.com>
20191
20192         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
20193         xrealloc, Instead, include "xalloc.h".
20194         (initbuffer): Don't cast xmalloc return value to char*.
20195         (readline): Reword comment.
20196         Don't cast xrealloc return value to char*
20197         Return NULL, not 0.
20198
20199 2001-12-09  Jim Meyering  <meyering@lucent.com>
20200
20201         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
20202         about `signed and unsigned type in conditional expression'.
20203         * lib/posixtm.c (posix_time_parse): Likewise.
20204
20205         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
20206
20207         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
20208         to avoid a pedantic warning.
20209
20210         * lib/getstr.c: Don't include assert.h.
20211         (getstr): Remove warning-evoking assertions.
20212         Return -1 if offset parameter is out of bounds.
20213         Change the type of a local from int to size_t.
20214
20215         * lib/strftime.c (my_strftime_localtime_r): Include this function
20216         definition in the `#if ! HAVE_TM_GMTOFF' block.
20217
20218         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
20219         Include xalloc.h instead.
20220
20221 2001-12-02  Jim Meyering  <meyering@lucent.com>
20222
20223         * lib/tempname.c: Don't declare getenv, thus reverting the change of
20224         2001-11-18.  It's no longer necessary, now that stdlib.h is always
20225         included.
20226
20227         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
20228         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
20229
20230 2001-11-30  Akim Demaille  <akim@epita.fr>
20231
20232         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
20233         before being defined.
20234
20235 2001-11-27  Paul Eggert  <eggert@twinsun.com>
20236
20237         * lib/quotearg.h (quotearg_n, quotearg_n_style):
20238         First arg is int, not unsigned.
20239         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
20240         (SIZE_MAX, UINT_MAX): New macros.
20241         (quotearg_n_options): Abort if N is negative.
20242         Avoid overflow check on hosts where size_t is 64 bits and int
20243         is 32 bits, as overflow is impossible there.
20244         Fix off-by-one typo that caused unnecessary reallocation.
20245
20246 2001-11-27  Jim Meyering  <meyering@lucent.com>
20247
20248         * lib/tempname.c: Merge with version from libc.
20249         * lib/regex.c: Likewise.
20250
20251         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
20252         systems for which STDC_HEADERS is 0, it was not included, resulting in
20253         a warning about an integer-to-pointer conversion problem with getenv.
20254         Reported by Volker Borchert.
20255
20256 2001-11-26  Jim Meyering  <meyering@lucent.com>
20257
20258         * lib/gtod.h: Remove file.
20259         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
20260         * lib/gettimeofday.c: Don't include gtod.h.
20261         (GTOD_init): Remove function.
20262         (rpl_gettimeofday): Do its job here instead, rather than aborting.
20263         Suggestion from Volker Borchert.
20264
20265 2001-11-23  Jim Meyering  <meyering@lucent.com>
20266
20267         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
20268         it.
20269         * lib/hash.c (struct hash_table): Define it here instead.
20270
20271 2001-11-22  Jim Meyering  <meyering@lucent.com>
20272
20273         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
20274
20275 2001-11-20  Jim Meyering  <meyering@lucent.com>
20276
20277         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
20278         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
20279
20280 2001-11-19  Jim Meyering  <meyering@lucent.com>
20281
20282         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
20283         directory.  Use "conftestXXXXXX" as the template.
20284         Suggestion from Paul Eggert.
20285
20286         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
20287         immediately, so the test doesn't mistakenly hit the max-open-files
20288         limit.
20289
20290 2001-11-18  Paul Eggert  <eggert@twinsun.com>
20291
20292         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
20293         (TEMPORARIES): New macro.
20294         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
20295         removes an artificial limitation (e.g. HP-UX 10.20, where
20296         TMP_MAX is 17576).
20297
20298 2001-11-18  Jim Meyering  <meyering@lucent.com>
20299
20300         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
20301
20302 2001-11-18  Jim Meyering  <meyering@lucent.com>
20303
20304         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
20305         on SunOS 4.
20306
20307         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
20308         files will be created before anything else.
20309
20310 2001-11-17 Paul Eggert  <eggert@twinsun.com>
20311
20312         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
20313         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
20314
20315 2001-11-17  Jim Meyering  <meyering@lucent.com>
20316
20317         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
20318         Prompted by a report from Bob Proulx.
20319
20320         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
20321         Instead, require UTILS_FUNC_MKSTEMP.
20322
20323 2001-11-17  Jim Meyering  <meyering@lucent.com>
20324
20325         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
20326         Now, that's done as part of AC_FUNC_STRTOD.
20327
20328 2001-11-17  Jim Meyering  <meyering@lucent.com>
20329
20330         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
20331         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
20332         rather than group writable.  Patch by Juan F. Codagnone.
20333
20334         * lib/readtokens.c: Remove explicit declarations of xmalloc and
20335         xrealloc, Instead, include "xalloc.h".
20336
20337         * lib/mountlist.c: Include unlocked-io.h after all system headers.
20338         Remove explicit declarations of xmalloc, xrealloc,
20339         and xstrdup.  Instead, include "xalloc.h".
20340
20341         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
20342         unlocked-io.h.
20343         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
20344         Likewise.
20345         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
20346
20347         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
20348         Reported by Padraig Brady.
20349
20350         * lib/mkstemp.c: #undef mkstemp.
20351         Include config.h.
20352         (rpl_mkstemp): Rename from mkstemp.
20353         Protoize.
20354
20355 2001-11-16  Jim Meyering  <meyering@lucent.com>
20356
20357         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
20358         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
20359         determine the amount of total physical memory, use pstat_getstatic.
20360         HPUX-11 doesn't define _SC_PHYS_PAGES.
20361         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
20362         If sysconf couldn't be used to determine the amount of available
20363         physical memory, use both pstat_getstatic and pstat_getdynamic.
20364         Based on a patch from Bob Proulx.
20365
20366 2001-11-10  Jim Meyering  <meyering@lucent.com>
20367
20368         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
20369         (jm_PREREQ): Use it.
20370
20371 2001-11-09  Jim Meyering  <meyering@lucent.com>
20372
20373         * m4/jm-macros.m4: Require autoconf-2.52f.
20374         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
20375         Use these AC_-prefixed names, not the AM_-prefixed ones.
20376
20377         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
20378
20379 2001-11-05  Jim Meyering  <meyering@lucent.com>
20380
20381         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
20382
20383 2001-11-04  Jim Meyering  <meyering@lucent.com>
20384
20385         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
20386         $DEFS.
20387
20388 2001-11-03  Jim Meyering  <meyering@lucent.com>
20389
20390         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
20391         of AC_DEFUN.
20392
20393         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
20394         know the name of the variable in the macro definition.
20395
20396 2001-11-03  Jim Meyering  <meyering@lucent.com>
20397
20398         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
20399         in argmatch_to_argument call.
20400
20401         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
20402         argument.
20403
20404         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
20405         e.g., a fault due to an attempt to free a NULL pointer.
20406
20407 2001-11-01  Jim Meyering  <meyering@lucent.com>
20408
20409         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
20410         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
20411
20412 2001-11-01  Jim Meyering  <meyering@lucent.com>
20413
20414         * lib/dirfd.c, lib/dirfd.h: New files.
20415         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
20416
20417         * lib/hash.c (hash_print) [TESTING]: Clean up.
20418
20419 2001-10-22  Paul Eggert  <eggert@twinsun.com>
20420
20421         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
20422         to avoid a warning if -Wall.
20423
20424 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
20425
20426         * README: New file
20427         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
20428         (per RMS's instructions, this is now the canonical source)
20429         * lgpl/, gpl/: New directories.
20430
20431 2001-10-21  Paul Eggert  <eggert@twinsun.com>
20432
20433         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
20434
20435 2001-10-21  Jim Meyering  <meyering@lucent.com>
20436
20437         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
20438         this code would end up calling gettext even in packages built
20439         with --disable-nls.
20440         * lib/getopt.c (_): Likewise.
20441         * lib/regex.c (_): Likewise.
20442
20443 2001-10-20  Paul Eggert  <eggert@twinsun.com>
20444
20445         * m4/error.m4 (jm_PREREQ_ERROR):
20446         Do not invoke AC_CHECK_FUNCS with strerror_r, as
20447         AC_FUNC_STRERROR_R does that.
20448         Check for strerror declaration.
20449
20450         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
20451         are supposed to have them these days.
20452         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
20453         Merge changes from latest Autoconf CVS.
20454         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
20455         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
20456         POSIX decided to standardize on the int flavor of strerror_r.
20457
20458 2001-10-20  Paul Eggert  <eggert@twinsun.com>
20459
20460         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
20461         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
20462         Use strerror_r that is only a macro, even if it is not a function.
20463         (strerror): Check for HAVE_DECL_STRERROR before declaring.
20464         (private_strerror): Use prototypes, not old-style function definition.
20465         (print_errno_message): New function.
20466         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
20467         char*-flavored one.
20468         (error_tail, error, error_at_line): Use it.
20469
20470 2001-10-11  Jim Meyering  <meyering@lucent.com>
20471
20472         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
20473         and quote_n (1, ... to avoid clobbering a buffer.
20474
20475 2001-10-05  Jim Meyering  <meyering@lucent.com>
20476
20477         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
20478         hash-pjw.h.
20479         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
20480         * lib/hash-pjw.h: New file.
20481
20482 2001-09-30  Jim Meyering  <meyering@lucent.com>
20483
20484         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
20485         `struct fsstat' has the `f_fstypename' member.
20486         Use that to define FS_TYPE, which is now used to make
20487         the getfsstat link test tighter.
20488
20489 2001-09-30  Jim Meyering  <meyering@lucent.com>
20490
20491         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
20492         Include <sys/ucred.h>, for Apple Darwin.
20493         Include sys/mount.h and sys/fs_types.h only if available.
20494         (FS_TYPE): Define.
20495         (read_filesystem_list): Use FS_TYPE.
20496
20497 2001-09-29  Paul Eggert  <eggert@twinsun.com>
20498
20499         * lib/exclude.c (excluded_filename): 0 -> false, since it's
20500         a boolean context.
20501
20502 2001-09-29  Jim Meyering  <meyering@lucent.com>
20503
20504         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
20505         [one-argument getmntent function]): Include stdio.h before mntent.h.
20506         SunOS 4.1.x needs it for the declaration of `FILE'.
20507         Patch by Volker Borchert.
20508
20509         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
20510         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
20511         sys/fs_types.h, and make the link-test for getfsstat guard #include
20512         directives with appropriate #if HAVE_*_H tests so that we can
20513         detect getfsstat on Apple Darwin1.3.7 systems.
20514         Reported by Nelson Beebe.
20515         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
20516
20517 2001-09-28  Paul Eggert  <eggert@twinsun.com>
20518
20519         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
20520         #defines strtoimax.  Also treat the other strto* functions
20521         like strtoimax.
20522
20523         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
20524         Check for strtoul and strtoumax,
20525         as those declarations are made even in the signed case.
20526         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
20527         Likewise, for strtol and strtoimax.
20528
20529 2001-09-28  Paul Eggert  <eggert@twinsun.com>
20530
20531         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
20532         #defines strtoimax.  Also treat the other strto* functions
20533         like strtoimax.
20534
20535         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
20536         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
20537         (strtoimax, strtoumax): Do not declare if already defined as a macro.
20538
20539 2001-09-26  Jim Meyering  <meyering@lucent.com>
20540
20541         Most macros in unlocked-io.h had the wrong number of arguments.
20542         * lib/gen-uio: New script.
20543         (USE_UNLOCKED_IO): Define to 1 if not already defined.
20544         * lib/unlocked-io.hin: Remove file.
20545         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
20546         rather than trying to embed it here.
20547         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
20548         Reported by Padraig Brady.
20549
20550 2001-09-25  Volker Borchert  <bt@teknon.de>
20551
20552         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
20553         `result'.
20554
20555 2001-09-24  Jim Meyering  <meyering@lucent.com>
20556
20557         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
20558
20559 2001-09-23  Jim Meyering  <meyering@lucent.com>
20560
20561         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
20562         instead of the mere test for existence of mntent.h.  The latter
20563         would get a false-positive on AIX 3.4 systems.
20564         In the outer getmntent if-block, don't die if neither of the getmntent
20565         tests succeeds.  Instead, just fall through and continue with the
20566         remaining tests.
20567
20568 2001-09-23  Jim Meyering  <meyering@lucent.com>
20569
20570         * lib/mountlist.c: Remove useless parentheses in #if directives.
20571         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
20572         the deprecated MOUNTED symbol is no longer defined in mntent.h.
20573
20574 2001-09-22  Jim Meyering  <meyering@lucent.com>
20575
20576         * m4/gettext.m4: New file.  From gettext.
20577         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
20578         * m4/progtest.m4: Likewise
20579         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
20580         * m4/glibc21.m4: Likewise.
20581
20582         * m4/libintl.m4: Remove.  No longer used.
20583
20584 2001-09-22  Jim Meyering  <meyering@lucent.com>
20585
20586         * lib/localcharset.c: Update from latest gettext.
20587         * lib/config.charset: Likewise.
20588
20589 2001-09-20  Jim Meyering  <meyering@lucent.com>
20590
20591         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
20592         strtoimax.
20593         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
20594         strtoumax.
20595
20596 2001-09-20  Jim Meyering  <meyering@lucent.com>
20597
20598         * lib/xstrtol.c (strtoimax): Guard declaration with
20599         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
20600         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
20601         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
20602         (strtoumax): Likewise, for completeness (it wasn't necessary).
20603
20604 2001-09-17  Paul Eggert  <eggert@twinsun.com>
20605
20606         * lib/strtoimax.c (HAVE_LONG_LONG):
20607         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
20608         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
20609         to work around bug in IBM C compiler.
20610
20611 2001-09-17  Jim Meyering  <meyering@lucent.com>
20612
20613         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
20614         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
20615         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
20616         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
20617         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
20618         whenever the right hand side need not be expanded by the shell.
20619
20620 2001-09-16  Paul Eggert  <eggert@twinsun.com>
20621
20622         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
20623         library.  It's not correct, as some older glibcs are buggy.
20624         fnmatch wasn't fixed until glibc 2.2.
20625
20626         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
20627         special shell magic here.
20628
20629 2001-09-16  Jim Meyering  <meyering@lucent.com>
20630
20631         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
20632         * m4/jm-macros.m4: Require it.
20633
20634 2001-09-16  Jim Meyering  <meyering@lucent.com>
20635
20636         * lib/mkdir.c: New file.
20637
20638 2001-09-15  Jim Meyering  <meyering@lucent.com>
20639
20640         * m4/jm-macros.m4: Check for help2man.
20641
20642 2001-09-11  Jim Meyering  <meyering@lucent.com>
20643
20644         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
20645         The body, by Paul Eggert, was moved here from configure.in.
20646         * m4/jm-macros.m4: Require UTILS_HOST_OS.
20647
20648 2001-09-04  Paul Eggert  <eggert@twinsun.com>
20649
20650         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
20651         (jm_PREREQ): Use it.
20652
20653 2001-09-04  Paul Eggert  <eggert@twinsun.com>
20654
20655         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
20656         Use ssize_t, not int, to store result of readlink.
20657         Check for ssize_t overflow as well as size_t overflow,
20658         as POSIX says the result of readlink is implementation-defined
20659         when ssize_t overflows.
20660         Remove unnecessary cast to char*.
20661         Use free+malloc instead of realloc, as the storage doesn't need
20662         to be preserved and it's clearer and can be more efficient that way.
20663         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
20664         * lib/xreadlink.h (xreadlink): Update prototype.
20665
20666 2001-09-04  Paul Eggert  <eggert@twinsun.com>
20667
20668         * lib/xgetcwd.c: Revert some of the previous change; intead,
20669         fix the HAVE_GETCWD_NULL code to behave more like the
20670         !HAVE_GETCWD_NULL code used to.
20671
20672         Include "xalloc.h".
20673         (xgetcwd): Do not return NULL when memory is exhausted; instead,
20674         invoke xalloc_die.
20675
20676 2001-09-03  Paul Eggert  <eggert@twinsun.com>
20677
20678         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
20679         sys/param.h, as pathmax.h includes them.
20680
20681 2001-09-03  Paul Eggert  <eggert@twinsun.com>
20682
20683         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
20684         (jm_PREREQ_XGETCWD): New macro.
20685
20686         * m4/getcwd.m4: New file.
20687
20688 2001-09-03  Paul Eggert  <eggert@twinsun.com>
20689
20690         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
20691         like the HAVE_GETCWD_NULL code.
20692         Include pathmax.h if not HAVE_GETCWD.
20693         Do not include xalloc.h.
20694         (INITIAL_BUFFER_SIZE): New symbol.
20695         Do not use xmalloc / xrealloc, since the caller is responsible for
20696         handling errors.  Preserve errno around `free' during failure.
20697         Do not overrun buffer when using getwd.
20698
20699 2001-09-03  Paul Eggert  <eggert@twinsun.com>
20700
20701         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
20702         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
20703         getcwd (NULL, 0).
20704
20705 2001-09-03  Paul Eggert  <eggert@twinsun.com>
20706
20707         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
20708         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
20709         spotted by Jim Meyering.
20710
20711 2001-09-03  Jim Meyering  <meyering@lucent.com>
20712
20713         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
20714         failure.
20715
20716 2001-09-02  Jim Meyering  <meyering@lucent.com>
20717
20718         * lib/error.c: Update from GNU libc.
20719
20720 2001-09-01  Jim Meyering  <meyering@lucent.com>
20721
20722         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
20723         Used by df.
20724
20725 2001-09-01  Jim Meyering  <meyering@lucent.com>
20726
20727         * lib/xreadlink.c: New file.
20728         * lib/xreadlink.h: New file.
20729         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
20730         xreadlink.h.
20731
20732         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
20733         doesn't conflict with sparc Solaris 7's definition in
20734         /usr/include/sys/int_types.h.
20735
20736         * lib/exclude.c: Use `""', not `<>' to #include non-system header
20737         files.
20738         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
20739         and strncasecmp as r-values.  Unixware didn't have declarations.
20740
20741 2001-08-31  Paul Eggert  <eggert@twinsun.com>
20742
20743         * lib/xstrtol.h: Add copyright notice.
20744         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
20745         LONGINT_INVALID_SUFFIX_CHAR.
20746
20747 2001-08-31  Paul Eggert  <eggert@twinsun.com>
20748
20749         * lib/xstrtol.c (strtoimax): New decl.
20750
20751 2001-08-31  Paul Eggert  <eggert@twinsun.com>
20752
20753         * lib/xgetcwd.c: Don't include pathmax.h.
20754         Include stdlib.h and unistd.h if available.
20755         Include xalloc.h.
20756         (xmalloc, xstrdup, free): Remove decls.
20757         (xgetcwd): Don't assume sizes fit in unsigned.
20758         Check for overflow when computing sizes.
20759         Simplify reallocation code.
20760
20761 2001-08-31  Paul Eggert  <eggert@twinsun.com>
20762
20763         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
20764         a directory's st_size can have an arbitrary value, so the old
20765         usage could waste an arbitrary amount of memory.  All uses
20766         changed.
20767         * lib/savedir.h: Update prototype.
20768
20769 2001-08-31  Paul Eggert  <eggert@twinsun.com>
20770
20771         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
20772
20773         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
20774         old strtoimax.c.
20775
20776         Also, make the following further changes to make this file's
20777         configuration more similar to that of strtol.c:
20778         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
20779         (strtoumax, uintmax_t, strtoull, strtol): Remove.
20780         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
20781         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
20782         changed to signed values.
20783
20784         And make the following changes as well:
20785         Fix copyright notice, as 1999 was missing.
20786         (verify): New macro.
20787         (strtoimax): Check sizes at compile-time, not run-time.
20788         Prefer strtol to strtoll if both work.
20789         (main): Remove; it was not that useful and was a pain to maintain.
20790
20791         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
20792
20793 2001-08-31  Jim Meyering  <meyering@lucent.com>
20794
20795         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
20796         Use an initial, malloc'd, buffer of length 128 rather than
20797         a statically allocated one of length 1024.
20798
20799 2001-08-30  Paul Eggert  <eggert@twinsun.com>
20800
20801         Simplify code, partly by assuming autoconf 2.52 semantics.
20802
20803         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
20804
20805         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
20806         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
20807         All uses removed.
20808         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
20809         Move AC_REQUIRE to next-to-top level, to avoid confusion.
20810         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
20811         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
20812         jm_AC_HEADER_INTTYPES_H.
20813         * m4/jm-macros.m4 (jm_MACROS): Likewise.
20814
20815         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
20816
20817         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
20818         Quote first arg of AC_DEFUN.
20819         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
20820         since they are needed to parse the include file even if we need
20821         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
20822         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
20823         but with opposite signedness.
20824
20825 2001-08-30  Paul Eggert  <eggert@twinsun.com>
20826
20827         Merge 'exclude' changes from tar 1.13.22.
20828         This fixes one or two unlikely storage allocation overflow bugs,
20829         but doesn't change user-visible behavior otherwise.
20830
20831 2001-08-30  Paul Eggert  <eggert@twinsun.com>
20832
20833         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
20834         (jm_PREREQ_EXCLUDE): New macro.
20835
20836 2001-08-30  Paul Eggert  <eggert@twinsun.com>
20837
20838         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
20839         tm to be declared.
20840
20841 2001-08-30  Paul Eggert  <eggert@twinsun.com>
20842
20843         * lib/hash.c: Remove '2001' from copyright notice.
20844
20845 2001-08-30  Paul Eggert  <eggert@twinsun.com>
20846
20847         * lib/full-write.h: New file.
20848         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
20849         * lib/full-write.c: Correct credits, as cccp.c no longer
20850         exists and anyway it was so heavily changed from the old cccp
20851         code as to be unrecognizable.  Include full-write.h.
20852         (full_write) Return size_t, with short writes meaning failure.
20853         All callers changed.  This fixes a bug with large buffers
20854         on 64-bit hosts.
20855         * lib/utime.c: Include full-write.h.
20856
20857 2001-08-30  Paul Eggert  <eggert@twinsun.com>
20858
20859         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
20860         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
20861         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
20862         Include if available.
20863         (<xalloc.h>): Include
20864         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
20865         (verify): New macro.  Use it to verify that EXCLUDE macros do not
20866         collide with FNM macros.
20867         (struct patopts): New struct.
20868         (struct exclude): Use it, as exclude patterns now come with options.
20869         (new_exclude): Support above changes.
20870         (new_exclude, add_exclude_file):
20871         Initial size must now be a power of two to simplify overflow checking.
20872         (free_exclude, fnmatch_no_wildcards): New function.
20873         (excluded_filename): No longer requires options arg, as the options
20874         are determined by add_exclude.  Now returns bool, not int.
20875         (excluded_filename, add_exclude):
20876         Add support for the fancy new exclusion options.
20877         (add_exclude, add_exclude_file): Now takes int options arg.
20878         Check for arithmetic overflow when computing sizes.
20879         (add_exclude_file): xrealloc might modify errno, so don't
20880         realloc until after errno might be used.
20881
20882         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
20883         New macros.
20884         (free_exclude): New decl.
20885         (add_exclude, add_exclude_file): Now takes int options arg.
20886         (excluded_filename): No longer requires options arg, as the options
20887         are determined by add_exclude.  Now returns bool, not int.
20888
20889 2001-08-30  Paul Eggert  <eggert@twinsun.com>
20890
20891         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
20892
20893 2001-08-27  Jim Meyering  <meyering@lucent.com>
20894
20895         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
20896
20897         * lib/version-etc.c (N_): Remove definition.
20898         Revert most of last change.
20899         Instead, simply don't mark the `Copyright...' string for translation.
20900         Based on advice from Paul Eggert.
20901
20902         * lib/strtoxmax.c: Tweak comment.
20903
20904 2001-08-26  Jim Meyering  <meyering@lucent.com>
20905
20906         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
20907
20908         * m4/xstrtoimax.m4: New file.
20909         * m4/xstrtoumax.m4: Add comments explaining why we
20910         AC_REPLACE_FUNCS(strtol).
20911
20912 2001-08-26  Jim Meyering  <meyering@lucent.com>
20913
20914         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
20915         of copyright with `%s' so translators don't get an untranslated
20916         message in 2002.
20917         (COPYRIGHT_YEAR): Define.
20918         (version_etc): Use fprintf rather than fputs.
20919         Suggestion from Ulrich Drepper.
20920
20921         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
20922
20923         * lib/strtoll.c: New file, from GNU libc.
20924         * lib/xstrtoimax.c: New file.
20925
20926         * lib/xstrtol.h: Add xstrtoimax.
20927         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
20928         * lib/strtoimax.c: New file.  Likewise, but first define
20929         STRTOUXMAX_SIGNED.
20930
20931         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
20932         ...
20933         * lib/strtoxmax.c: ... then renamed to this.
20934
20935 2001-08-18  Paul Eggert  <eggert@twinsun.com>
20936
20937         * m4/inttypes.m4: Add AC_PREREQ(2.13).
20938         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
20939         (jm_AC_TYPE_INTMAX_T): New macro.
20940         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
20941
20942         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
20943
20944         * m4/longlong.m4: Renamed from ulonglong.m4.
20945         * m4/inttypes.m4: Renamed from inttypes_h.m4.
20946         * m4/uintmax_t.m4: Removed.
20947
20948 2001-08-13  Paul Eggert  <eggert@twinsun.com>
20949
20950         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
20951         Port to Solaris 8, where 'sed' requires a space after the 'r'
20952         command, and where sh dislikes "$/".  Clean up the spacing a bit.
20953         Redirect output to $tmp just once.
20954
20955 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
20956
20957         * lib/addext.c (<errno.h>): Include.
20958         (errno): Declare if not defined.
20959         (addext): Work correctly when pathconf returns -1 and leaves
20960         errno alone because there is no limit.  Also, work even if
20961         pathconf returns a value greater than SIZE_MAX.
20962
20963 2001-08-12  Jim Meyering  <meyering@lucent.com>
20964
20965         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
20966         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
20967         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
20968         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
20969         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
20970         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
20971         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
20972         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
20973         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
20974         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
20975         utime.m4, utimes.m4, xstrtoumax.m4:
20976         Quote the first argument in each use of AC_DEFUN.
20977
20978 2001-08-12  Jim Meyering  <meyering@lucent.com>
20979
20980         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
20981         Simply `return getcwd (NULL, 0);'.
20982         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
20983         Use 1300 as initial value for length, not PATH_MAX.
20984
20985         * lib/pathmax.h: Clean up cpp syntax.
20986
20987 2001-08-12  Jim Meyering  <meyering@lucent.com>
20988
20989         * lib/gettimeofday.c: New file.
20990         * lib/gtod.h: New file.
20991         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
20992
20993 2001-08-05  Jim Meyering  <meyering@lucent.com>
20994
20995         * m4/jm-macros.m4: Require autoconf-2.52.
20996
20997 2001-08-04  Jim Meyering  <meyering@lucent.com>
20998
20999         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
21000         stmt, to get in sync with glibc.
21001
21002 2001-08-03  Paul Eggert  <eggert@twinsun.com>
21003
21004         The following changes are from gettext 0.10.39 as maintained by
21005         Bruno Haible.
21006
21007         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
21008         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
21009         with inverted sense.  All uses changed.
21010
21011         * lib/mbswidth.c: Don't include <limits.h>.
21012         Include <stdlib.h> and <string.h> unconditionally.
21013         (iswcntrl, mbsinit, ISCNTRL): New macros.
21014         (mbsnwidth): Use K&R style function declarations.
21015         Don't bother checking for MB_LEN_MAX == 1, since the compiler
21016         can optimize it when MB_CUR_MAX == 1.
21017         The width of control characters is zero, not 1.
21018
21019 2001-08-03  Paul Eggert  <eggert@twinsun.com>
21020
21021         The following changes are from gettext 0.10.39 as maintained by
21022         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
21023
21024         * m4/codeset.m4: Upgrade to serial AM1.
21025         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
21026         all uses changed.  Quote first arg of AC_DEFUN.
21027         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
21028
21029         * m4/iconv.m4: Upgrade to serial AM2.
21030         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
21031         Add --with-libconv-prefix.
21032         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
21033         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
21034         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
21035         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
21036         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
21037
21038         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
21039         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
21040         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
21041         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
21042         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
21043         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
21044         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
21045         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
21046         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
21047
21048         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
21049         string.h any more.
21050
21051         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
21052         not the default value.
21053
21054         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
21055         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
21056         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
21057         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
21058         Also check for iswcntrl, used for wcwidth fallback.
21059         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
21060         to Autoconf 2.13.
21061
21062 2001-08-03  Jim Meyering  <meyering@lucent.com>
21063
21064         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
21065         as it was in the original.  Reported by Paul Eggert.
21066
21067 2001-07-16  Jim Meyering  <meyering@lucent.com>
21068
21069         * m4/gettimeofday.m4: New file.
21070         Prompted by a report from Bernhard Baehr.
21071
21072 2001-07-15  Jim Meyering  <meyering@lucent.com>
21073
21074         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
21075         stuff. Now it's in ../Makefile.cfg.
21076
21077 2001-07-15  Jim Meyering  <meyering@lucent.com>
21078
21079         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
21080         (BUILT_SOURCES): Add unlocked-io.h.
21081         (io_functions): Define.
21082         (unlocked-io.h): New rule.
21083         (DISTCLEANFILES): Add unlocked-io.h.
21084         (all-local): Depend on unlocked-io.h, to ensure it is created.
21085
21086         * lib/unlocked-io.hin: New file
21087
21088         * lib/regex.c: Update from glibc.
21089
21090 2001-07-05  Jim Meyering  <meyering@lucent.com>
21091
21092         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
21093         recommendation.
21094         (libfetish_a_SOURCES): Put all .h files here instead.
21095         Remove a thus-exposed (better checks in automake) duplicate and
21096         two unnecessary .h files.
21097
21098 2001-07-04  Jim Meyering  <meyering@lucent.com>
21099
21100         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
21101         that generates jm-glibc-io.m4 so that it doesn't trigger any make
21102         distcheck failure.
21103
21104 2001-07-02  Jim Meyering  <meyering@lucent.com>
21105
21106         The following changes were prompted by suggestions from Bruno Haible.
21107
21108         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
21109         is now generated.
21110         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
21111         definition of EXTRA_DIST.
21112         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
21113         ensure that the generated file is created/updated whenever the list
21114         of $(unlocked_functions) is changed.
21115         (jm-glibc-io.m4): New rule.
21116         (unlocked-io.h): New rule -- currently unused.
21117
21118 2001-06-24  Jim Meyering  <meyering@lucent.com>
21119
21120         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
21121         unmatched right bracket, rather than kludging it with an extra,
21122         falsely-matching quote in a comment.  Patch by Akim Demaille.
21123
21124 2001-06-11  Jim Meyering  <meyering@lucent.com>
21125
21126         * lib/regex.c: Update from GNU libc.
21127
21128 2001-05-27  Jim Meyering  <meyering@lucent.com>
21129
21130         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
21131         Check for ut_type in struct utmp.
21132
21133 2001-05-27  Jim Meyering  <meyering@lucent.com>
21134
21135         * lib/readutmp.h (UT_TYPE): Define.
21136
21137 2001-05-24  Jim Meyering  <meyering@lucent.com>
21138
21139         * lib/argmatch.c: Include "quote.h".
21140         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
21141         quote function.  Reported by Göran Uddeborg.
21142
21143 2001-05-22  Jim Meyering  <meyering@lucent.com>
21144
21145         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
21146         now that we use the package-supplied version unconditionally.
21147         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
21148
21149 2001-05-21  Jim Meyering  <meyering@lucent.com>
21150
21151         * m4/regex.m4: Change a couple backticks to single quotes to avoid
21152         shell syntax errors.
21153
21154 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
21155
21156         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
21157
21158 2001-05-20  Paul Eggert  <eggert@twinsun.com>
21159
21160         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
21161         Don't bother to check library strftime, since
21162         we'll be using our own my_strftime function anyway.
21163         Define my_strftime instead of strftime.
21164
21165 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
21166
21167         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
21168         which is not yet declared.
21169
21170 2001-05-15  Jim Meyering  <meyering@lucent.com>
21171
21172         * m4/regex.m4: Use proper quoting so brackets appear in the test
21173         program.
21174         Reported by, and with help from, Bruno Haible.
21175
21176 2001-05-13  Jim Meyering  <meyering@lucent.com>
21177
21178         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
21179         undefined.
21180
21181 2001-05-11  Paul Eggert  <eggert@twinsun.com>
21182
21183         dirname code cleanup.  base_name now behaves more compatibly
21184         with POSIX basename when given file names that have trailing
21185         slashes, and similarly for dir_name.  Add new primitives
21186         base_len and dir_len.  Put the directory-name-related decls
21187         into dirname.h.
21188
21189         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
21190         * lib/backupfile.c (base_name): Likewise.
21191         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
21192         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
21193         * lib/makepath.c (strip_trailing_slashes): Likewise.
21194         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
21195         ISSLASH): Likewise.
21196         * lib/rename.c (strip_trailing_slashes): Likewise.
21197         * lib/same.c (base_name): Likewise.
21198         * lib/stripslash.c (ISSLASH): Likewise.
21199
21200         * lib/addext.c: Include <dirname.h> after size_t is defined.
21201         * lib/backupfile.c: Likewise.
21202
21203         * lib/addext.c (addext): Use base_len to trim redundant
21204         trailing slashes instead of doing it ourselves.
21205         But do not trim the last slash if it is not redundant.
21206
21207         * lib/backupfile.c (find_backup_file_name,
21208         max_backup_version): Use base_len instead of rolling it ourselves.
21209         Handle the case of "" and (on DOS) "C:" correctly.
21210
21211         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
21212         needed. Include <string.h>, <dirname.h>.
21213         (base_name): Allow file names ending in slashes, other than names
21214         that are all slashes.  In this case, return the basename followed
21215         by the slashes.  This is more general, and can be used in places
21216         where the original base_name purposely had an assertion failure.
21217         (base_len): New function.
21218
21219         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
21220         Do not include <assert.h>; no longer needed.
21221         Include xalloc.h.
21222         (memrchr): Remove decl.
21223         (dir_name_r): Remove.
21224         (dir_len): Renamed from dirlen.  All callers changed.
21225         Rewrite in terms of base_name, for simplicity and consistency.
21226         (dir_name): Never return NULL.  All callers changed.
21227         Do not include <stdlib.h> in test program; no longer needed.
21228         return 0; is fine for test program.
21229
21230         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
21231         New macros.
21232         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
21233
21234         * lib/path-concat.c (path_concat): Use base_len to compute
21235         base length, not strlen; this means we cannot rely on memcpy
21236         to null-terminate.
21237
21238         * lib/same.c (STREQ): Remove.
21239         (same_name): Handle the case where the basename ends in trailing '/'.
21240
21241         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
21242         a slash was stripped.  Do not strip the last slash after a
21243         file system prefix.
21244
21245 2001-05-11  Paul Eggert  <eggert@twinsun.com>
21246
21247         * lib/Makefile.am (libfetish_a_SOURCES):
21248         Add strftime.c, since we now compile it on all hosts.
21249
21250         * lib/strftime.c (my_strftime):
21251         Define to nstrftime if emacs, but only if my_strftime is not defined.
21252         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
21253         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
21254         Add one more extra argument: a nanoseconds value.
21255         All uses changed.
21256         (ns): New macro.
21257         (my_strftime function): Add %N format.
21258         (emacs_strftimeu): Renamed from emacs_strftime,
21259         with extra ut argument.
21260
21261 2001-05-09  Paul Eggert  <eggert@twinsun.com>
21262
21263         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
21264
21265 2001-04-21  Jim Meyering  <meyering@lucent.com>
21266
21267         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
21268         doesn't interfere.
21269
21270 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
21271
21272         * m4/ftruncate.m4: Check for chsize.
21273         Link with ftruncate.o unconditionally if ftruncate is missing.
21274         This was required when cross-compiling to i586-mingw32msvc.
21275
21276 2001-04-08  Jim Meyering  <meyering@lucent.com>
21277
21278         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
21279         recomputed; that's necessary when the offset spans a DST transition.
21280         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
21281
21282 2001-04-02  Jim Meyering  <meyering@lucent.com>
21283
21284         * lib/regex.h, regex.c: Update from GNU libc.
21285
21286 2001-03-24  Jim Meyering  <meyering@lucent.com>
21287
21288         * m4/jm-macros.m4: Require autoconf-2.49d.
21289
21290 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
21291
21292         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
21293
21294 2001-03-19  Paul Eggert  <eggert@twinsun.com>
21295
21296         * lib/version-etc.c (version_etc_copyright): Update to 2001.
21297
21298 2001-03-17  Jim Meyering  <meyering@lucent.com>
21299
21300         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
21301         now that the version in autoconf is equivalent.
21302         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
21303
21304         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
21305         Suggestion from Akim Demaille.
21306
21307         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
21308         (jm_PREREQ_TEMPNAME): New function.
21309
21310 2001-03-16  Paul Eggert  <eggert@twinsun.com>
21311
21312         * lib/tempname.c (uint64_t): Define to uintmax_t if
21313         not defined, and if UINT64_MAX is not defined.
21314         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
21315         Reported by John David Anglin.
21316
21317 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
21318
21319         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
21320         resolve alias if codeset is empty.
21321         * lib/config.charset (BeOS): Use wildcard syntax.
21322
21323 2001-03-13  Jim Meyering  <meyering@lucent.com>
21324
21325         * lib/path-concat.c (path_concat)
21326         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
21327         concatenating e.g., `C:' and `foo'.
21328         From Bruno Haible.
21329
21330 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
21331
21332         * lib/localcharset.c (locale_charset): Don't use
21333         setlocale(LC_CTYPE,NULL). Don't return NULL.
21334         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
21335
21336 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
21337
21338         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
21339         support for DOS/DJGPP.
21340
21341 2001-03-01  Paul Eggert  <eggert@twinsun.com>
21342
21343         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
21344         lacks mkstemp.  Compile our own tempname.c if we compile our own
21345         mkstemp.c, as mkstemp relies on tempname.
21346
21347 2001-03-01  Jim Meyering  <meyering@lucent.com>
21348
21349         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
21350         AH_VERBATIM really does output its argument verbatim.
21351
21352 2001-02-28  Paul Eggert  <eggert@twinsun.com>
21353
21354         * lib/Makefile.am (libfetish_a_SOURCES):
21355         Add dup-safer.c, fopen-safer.c.
21356         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
21357
21358         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
21359         * lib/unistd-safer.h: New files.
21360
21361 2001-02-25  Paul Eggert  <eggert@twinsun.com>
21362
21363         The mkstemp replacement is taken from glibc 2.2.2, with some
21364         portability fixes for use outside glibc, as follows:
21365
21366         * lib/tempname.c (struct_stat64): New macro.
21367         (direxists, __gen_tempname): Use it.
21368         This avoids a portability problem with Solaris 8.
21369
21370         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
21371         (<stddef.h>, <stdint.h>, <string.h>):
21372         Include only if STDC_HEADERS || _LIBC.
21373         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
21374         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
21375         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
21376         (__set_errno): Define this macro if <errno.h> doesn't.
21377         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
21378         Define these macros if <stdio.h> doesn't.
21379         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
21380         Define these macros if <sys/stat.h>
21381         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
21382         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
21383         __xstat64): Define if not _LIBC.
21384         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
21385         (__gen_tempname): Invoke gettimeofday only if
21386         HAVE_GETTIMEOFDAY || _LIBC;
21387         otherwise, fall back on plain "time".
21388         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
21389
21390         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
21391
21392         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
21393
21394 2001-02-18  Paul Eggert  <eggert@twinsun.com>
21395
21396         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
21397
21398 2001-02-17  Paul Eggert  <eggert@twinsun.com>
21399
21400         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
21401         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
21402         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
21403         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
21404
21405 2001-02-17  Paul Eggert  <eggert@twinsun.com>
21406
21407         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
21408         Remove workaround macros for hosts that have mbrtowc but not
21409         mbstate_t, as we now insist on proper declarations for both
21410         before using mbrtowc.
21411
21412 2001-02-17  Jim Meyering  <meyering@lucent.com>
21413
21414         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
21415         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
21416         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
21417         UnixWare 7.1.1.
21418
21419         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
21420         rather than AC_CACHE_VAL.
21421
21422 2001-02-17  Jim Meyering  <meyering@lucent.com>
21423
21424         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
21425         around included file name.
21426
21427         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
21428
21429         * lib/strftime.c: Update from GNU libc (the only changes were to
21430         comments).
21431
21432 2001-02-17  Jim Meyering  <meyering@lucent.com>
21433
21434         * lib/regex.c: Update from libc.
21435
21436 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
21437
21438         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
21439         clash.
21440
21441 2001-02-16  Paul Eggert  <eggert@twinsun.com>
21442
21443         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
21444         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
21445         Reported by Mark Hounschell via Paul Eggert.
21446
21447 2001-02-07  Jim Meyering  <meyering@lucent.com>
21448
21449         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
21450
21451 2001-02-05  Jim Meyering  <meyering@lucent.com>
21452
21453         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
21454         it includes the patch required for `large file' support with at least
21455         HP-UX's 10.20 /bin/cc.
21456
21457 2001-02-03  Jim Meyering  <meyering@lucent.com>
21458
21459         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
21460         AS_IF, now that it works once again (mysteriously).
21461         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
21462
21463 2001-01-30  Jim Meyering  <meyering@lucent.com>
21464
21465         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
21466         * m4/chown.m4: Rename conftestchown to conftest.chown.
21467         * m4/rename.m4: s/conftestdir/conftest.d1/ and
21468         s/conftestdir2/conftest.d2/.
21469         * m4/utimes.m4: s/conftestdata/conftest.data/
21470         Inspired by Pavel Roskin's change in autoconf.
21471
21472 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
21473
21474         * lib/config.charset: Update for FreeBSD 4.2.
21475
21476 2001-01-27  Jim Meyering  <meyering@lucent.com>
21477
21478         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
21479         a use of AS_IF.
21480         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
21481
21482 2001-01-26  Jim Meyering  <meyering@lucent.com>
21483
21484         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
21485         quotearg.c includes it.
21486
21487 2001-01-26  Jim Meyering  <meyering@lucent.com>
21488
21489         * lib/quotearg.c: Include stddef.h.
21490         * lib/quote.c: Include stddef.h.
21491         Reported by Axel Kittenberger.
21492
21493         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
21494         line in double quotes so that it evokes a better diagnostic.
21495         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
21496         Reported by Axel Kittenberger.
21497
21498 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
21499
21500         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
21501         as if it was a `charset'.
21502
21503 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
21504
21505         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
21506         has const.
21507
21508 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
21509
21510         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
21511         to avoid a warning.  Add back 'const' to inptr.
21512
21513 2001-01-20  Jim Meyering  <meyering@lucent.com>
21514
21515         Be sure that headers are checked before used in code compiled
21516         for the type checks.
21517         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
21518         In place of that, invoke jm_CHECK_ALL_TYPES.
21519         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
21520         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
21521         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
21522         The check for ssize_t was mistakenly run before the test for unistd.h.
21523
21524         The configure-time check for stdbool.h was missing.
21525         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
21526         (jm_PREREQ_HASH): New function.
21527
21528 2001-01-17  Jim Meyering  <meyering@lucent.com>
21529
21530         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
21531         for autoconf-2.49c.
21532         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
21533
21534 2001-01-16  Jim Meyering  <meyering@lucent.com>
21535
21536         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
21537         From Bruno Haible.
21538
21539 2001-01-14  Jim Meyering  <meyering@lucent.com>
21540
21541         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
21542         foo and bar.  Create conftestdir/ in the script, not in the C code.
21543         Remove directories in the script, not in the C code.
21544         Remove conftestdir{,2} before trying to create the directory.
21545         Make the entire configure script fail if the mkdir fails.
21546
21547 2001-01-14  Jim Meyering  <meyering@lucent.com>
21548
21549         * lib/rename.c: New file.  From Volker Borchert.
21550         Include stdlib.h, string.h or strings.h, and xalloc.h.
21551         Use strip_trailing_slashes rather than open-coding it.
21552
21553 2001-01-03  Paul Eggert  <eggert@twinsun.com>
21554
21555         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
21556
21557 2001-01-03  Jim Meyering  <meyering@lucent.com>
21558
21559         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
21560         of local `inptr' to avoid warning with some system declarations of
21561         iconv.
21562
21563 2001-01-02  Volker Borchert  <bt@teknon.de>
21564
21565         * m4/rename.m4: New file.
21566         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
21567
21568 2001-01-01  Jim Meyering  <meyering@lucent.com>
21569
21570         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
21571         even on systems with utmpx.h.  It's necessary for the declaration of
21572         utmp's ut_user member.  Reported by Andreas Jaeger.
21573
21574         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
21575         available. They are required for the declarations of getgrgid and
21576         getpwuid resp.
21577         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
21578         Reported by Andreas Jaeger.
21579
21580 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
21581
21582         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
21583         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
21584         so `make install' also works in VPATH builds.
21585
21586 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
21587
21588         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
21589         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
21590         can be used in subdirectories.
21591
21592 2000-12-29  Paul Eggert  <eggert@twinsun.com>
21593
21594         * lib/modechange.c: Do not assume that mode_t uses the
21595         traditional octal encoding.  E.g. "chmod 1 FOO" should set
21596         the other-execute bit of FOO even if S_IXOTH != 1.
21597
21598         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
21599         WOTH, XOTH, ALLM): New macros.
21600         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
21601          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
21602         Use them.
21603         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
21604         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
21605         (mode_compile):
21606         No need to use uintmax_t; unsigned long is long enough.
21607         Don't bother to get suffix since we don't use it.
21608
21609 2000-12-26  Jim Meyering  <meyering@lucent.com>
21610
21611         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
21612         better with autoheader.
21613
21614 2000-12-24  Jim Meyering  <meyering@lucent.com>
21615
21616         * lib/hash.c (is_prime): Return explicit boolean values.
21617         (hash_get_first): Return NULL to appease Irix5.6's 89.
21618         Reported by Nelson Beebe.
21619
21620 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
21621
21622         * lib/localcharset.c (locale_charset): Add support for Win32.
21623
21624 2000-12-18  Paul Eggert  <eggert@twinsun.com>
21625
21626         * lib/physmem.h, lib/physmem.c: New files.
21627
21628         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
21629         (noinst_HEADERS): Add physmem.h.
21630
21631         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
21632         't' for compatibility with Solaris 8 sort.
21633
21634 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
21635
21636         * lib/config.charset: Add support for BeOS.
21637
21638 2000-12-17  Jim Meyering  <meyering@lucent.com>
21639
21640         * m4/dos.m4 (jm_AC_DOS): New file and macro.
21641         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
21642
21643 2000-12-16  Jim Meyering  <meyering@lucent.com>
21644
21645         This bug had a serious impact on chown: `chown N:M FILE' (for integer
21646         N and M) would have treated it like `chown N:N FILE'.
21647
21648         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
21649
21650 2000-12-16  Jim Meyering  <meyering@lucent.com>
21651
21652         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
21653         SHELLS_FILE to a file name that's useful on djgpp systems.
21654         Include stdlib.h.
21655         (ADDITIONAL_DEFAULT_SHELLS): Define.
21656         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
21657         Based mostly on a patch from Prashant TR.
21658
21659 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
21660
21661         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
21662         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
21663         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
21664
21665 2000-12-08  Andreas Schwab  <schwab@suse.de>
21666
21667         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
21668         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
21669
21670 2000-12-07  Jim Meyering  <meyering@lucent.com>
21671
21672         * lib/stripslash.c (ISSLASH): Define.
21673         (strip_trailing_slashes): Use ISSLASH rather than comparing against
21674         `/'.
21675         From Prashant TR.
21676
21677         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
21678         (dir_name_r): Declare this function as static.
21679         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
21680         manifest itself on a name containing a mix of slashes and
21681         backslashes.
21682         Make this function work with names starting with a DOS-style
21683         drive letter and colon prefix.
21684         (dir_name): Append `.' if necessary.
21685         Based mostly on patches from Prashant TR and Eli Zaretskii.
21686
21687         * lib/dirname.h (dir_name_r): Remove prototype.
21688
21689 2000-12-06  Paul Eggert  <eggert@twinsun.com>
21690
21691         * m4/off_t-format.m4: Remove this file.
21692         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
21693
21694 2000-12-06  Jim Meyering  <meyering@lucent.com>
21695
21696         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
21697         replacement strtoull, we may well need the replacement strtoul, too.
21698         Check for declarations of strtoul and strtoull.
21699         Check for strtol.  Mainly as a cue to cause automake to include
21700         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
21701         Check for limits.h -- strtol.c needs it.
21702
21703 2000-12-05  Jim Meyering  <meyering@lucent.com>
21704
21705         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
21706
21707 2000-12-04  Jim Meyering  <meyering@lucent.com>
21708
21709         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
21710         Also include memory.h, stdlib.h, unistd.h if appropriate.
21711         Reported by Andreas Jaeger (conflicting declaration of malloc).
21712
21713 2000-12-02  Jim Meyering  <meyering@lucent.com>
21714
21715         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
21716         * m4/jm-macros.m4 (jm_MACROS): require it.
21717
21718 2000-12-02  Jim Meyering  <meyering@lucent.com>
21719
21720         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
21721
21722 2000-12-01  Paul Eggert  <eggert@twinsun.com>
21723
21724         * lib/memrchr.c: Include <config.h> before any system include file.
21725
21726 2000-11-30  Jim Meyering  <meyering@lucent.com>
21727
21728         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
21729
21730 2000-11-30  Jim Meyering  <meyering@lucent.com>
21731
21732         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
21733
21734 2000-11-29  Paul Eggert  <eggert@twinsun.com>
21735
21736         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
21737
21738 2000-11-26  Jim Meyering  <meyering@lucent.com>
21739
21740         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
21741
21742 2000-11-22  Paul Eggert  <eggert@twinsun.com>
21743
21744         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
21745         size of (size_t) -1; it's not portable.
21746
21747 2000-11-17  Jim Meyering  <meyering@lucent.com>
21748
21749         * lib/strstr.c: Update from GNU libc.
21750
21751 2000-11-17  Akim Demaille  <akim@epita.fr>
21752
21753         * lib/obstack.h: Formatting changes.
21754         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
21755         prevent type checking.
21756         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
21757         cast the value to (void *): assigning a `foo *' to a `void *'
21758         variable is valid.
21759         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
21760
21761 2000-11-16  Jim Meyering  <meyering@lucent.com>
21762
21763         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
21764
21765 2000-11-11  Jim Meyering  <meyering@lucent.com>
21766
21767         * lib/error.c: Add a couple #includes, merging from GNU libc version.
21768
21769 2000-11-10  Jim Meyering  <meyering@lucent.com>
21770
21771         * lib/obstack.h: Update from GNU libc.
21772         * lib/obstack.c: Likewise.
21773
21774 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
21775
21776         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
21777
21778 2000-11-06  Paul Eggert  <eggert@twinsun.com>
21779
21780         * lib/getusershell.c (setusershell): Use rewind rather than
21781         fseek/fseeko, to avoid configuration hassles with fseeko.
21782         Don't bother opening SHELLS_FILE if shellstream is NULL;
21783         it's not necessary.
21784
21785 2000-11-05  Jim Meyering  <meyering@lucent.com>
21786
21787         * lib/makepath.h (make_dir): Declare.
21788         * lib/makepath.c (make_dir): Remove `static' attribute.
21789         Tweak a comment.
21790
21791 2000-11-04  Jim Meyering  <meyering@lucent.com>
21792
21793         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
21794
21795 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
21796
21797         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
21798         last one in a bucket, advance to the next bucket.
21799
21800 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
21801
21802         * lib/fnmatch.c: Do not comment out all the code if we are using
21803         the GNU C library, because in some cases we are replacing buggy
21804         code in the GNU C library itself.
21805
21806 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
21807
21808         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
21809         (regex_compile): Catch bogus \(\1\).
21810
21811 2000-10-30  Paul Eggert  <eggert@twinsun.com>
21812
21813         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
21814         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
21815         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
21816
21817 2000-10-30  Paul Eggert  <eggert@twinsun.com>
21818
21819         * lib/error.h, getline.h, modechange.h:
21820         Remove "2000" from Copyright line, as the file hasn't been
21821         changed this year other than in the copyright notice.
21822
21823         * lib/xalloc.h: Add "2000" to Copyright line, as this file
21824         was changed this year.
21825
21826 2000-10-29  Jim Meyering  <meyering@lucent.com>
21827
21828         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
21829         renaming.
21830         * m4/ls-mntd-fs.m4: Likewise
21831
21832 2000-10-29  Jim Meyering  <meyering@lucent.com>
21833
21834         * lib/xstat.in: Fix grammar in comment.
21835
21836 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
21837
21838         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
21839         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
21840         doesn't define __restrict_arr.
21841
21842 2000-10-28  Jim Meyering  <meyering@lucent.com>
21843
21844         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
21845         (jm_PREREQ_MEMCHR): New function.
21846
21847 2000-10-28  Jim Meyering  <meyering@lucent.com>
21848
21849         * lib/memchr.c: Update from libc.
21850         Adjust for portability:
21851         [HAVE_STDLIB_H]: Include stdlib.h.
21852         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
21853         Undef __memchr, too.
21854         [!weak_alias]: Define __memchr to memchr.
21855
21856         * lib/regex.c: Update from libc.
21857         * lib/regex.h: Likewise.
21858         * lib/getopt1.c: Likewise.
21859         * lib/memcmp.c: Likewise.
21860
21861         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
21862         Avoid using fseek, when possible -- it's broken by design.
21863         Patch by Ulrich Drepper.
21864
21865 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
21866
21867         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
21868         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
21869         Giving in to popular pressure to shut up the compiler with casts.
21870
21871 2000-10-26  Jim Meyering  <meyering@lucent.com>
21872
21873         * lib/strftime.c: Update from libc.
21874
21875 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
21876
21877         * regex.c: More `unsigned char' -> `re_char' changes.
21878         Also change several `int' into `re_wchar_t'.
21879         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
21880         (PUSH_FAILURE_POINTER): Don't cast any more.
21881         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
21882         We want GCC to complain, since this piece of code makes
21883         re_match non-reentrant, which *should* be fixed.
21884         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
21885         (EXTEND_BUFFER): Use RETALLOC.
21886         (SET_LIST_BIT): Don't cast.
21887         (re_wchar_t): New type.
21888         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
21889         that those two functions will always properly return.
21890         (IMMEDIATE_QUIT_CHECK): Cast to void.
21891         (analyse_first): Use recursion rather than an explicit stack.
21892         (re_compile_fastmap): Can't fail anymore.
21893         (re_search_2): Don't check re_compile_fastmap for failure.
21894         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
21895         Now also sets the new value (passed in a new argument).
21896         (re_match_2_internal): Use it.
21897         Also, use a new var `reg' of type size_t when looping through regs
21898         rather than reuse the inappropriate `mcnt'.
21899
21900 2000-10-25  Jim Meyering  <meyering@lucent.com>
21901
21902         * lib/obstack.c: Update from libc.
21903
21904 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
21905
21906         * regex.c (regex_compile): Change the way of handling a range from
21907         a char less than 256 to a char not less than 256.
21908
21909 2000-10-24  Andrew Innes  <andrewi@gnu.org>
21910
21911         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
21912         NT-Emacs only.
21913         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
21914         so that re_search functions only quit when callers expect them to.
21915
21916 2000-10-23  Jim Meyering  <meyering@lucent.com>
21917
21918         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
21919         wrong.  That set_locale call must not have any side effects.
21920         From Paul Eggert.
21921
21922 2000-10-22  Jim Meyering  <meyering@lucent.com>
21923
21924         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
21925         [CYCLIC]: Remove now-unused definition.
21926
21927         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
21928         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
21929         Suggestion from Ulrich Drepper.
21930
21931 2000-10-21  Jim Meyering  <meyering@lucent.com>
21932
21933         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
21934         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
21935         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
21936
21937 2000-10-21  Jim Meyering  <meyering@lucent.com>
21938
21939         * lib/dirname.c (memrchr): Declare if necessary.
21940         (dir_name): Remove the restriction that there be no
21941         trailing slashes.  Now, this code skips past them, effectively
21942         ignoring them.
21943         [TEST_DIRNAME] (main): New unit tests.
21944
21945         * lib/memrchr.c: New file from GNU libc.
21946         Undef __memrchr, too.
21947         [!weak_alias]: Define __memrchr to memrchr.
21948         Guard weak_alias use with `#ifdef weak_alias'.
21949
21950 2000-10-21  Jim Meyering  <meyering@lucent.com>
21951
21952         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
21953         (dir_name): Use dir_name_r.
21954         * lib/dirname.h (dir_name_r): Declare it.
21955
21956 2000-10-17  Jim Meyering  <meyering@lucent.com>
21957
21958         * lib/quote.h (PARAMS): Define and use.
21959         Reported by Akim Demaille.
21960
21961         * lib/getopt.c: Update from libc.
21962
21963 2000-10-16  Jim Meyering  <meyering@lucent.com>
21964
21965         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
21966         setlocale.
21967         From Jan Fedak.
21968
21969 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
21970
21971         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
21972
21973 2000-09-25  Jim Meyering  <meyering@lucent.com>
21974
21975         * lib/md5.h (rol): Define (from GnuPG).
21976
21977         * lib/sha.c: Give credit (GnuPG) where due.
21978         (M): Use rol rather than open-coding it.
21979         Add a FIXME comment.
21980
21981 2000-09-21  Jim Meyering  <meyering@lucent.com>
21982
21983         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
21984         Reported by Michael Stone.
21985
21986 2000-09-20  Jim Meyering  <meyering@lucent.com>
21987
21988         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
21989         (noinst_HEADERS): Add sha.h.
21990         Based on code from Scott G. Miller and from GnuPG.
21991
21992 2000-09-18  Jim Meyering  <meyering@lucent.com>
21993
21994         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
21995         LIBS. Otherwise, everyone ends up linking with -lelf for some
21996         configurations.
21997         Reported by Mike Stone.
21998
21999 2000-09-15  Jim Meyering  <meyering@lucent.com>
22000
22001         * lib/regex.c: Update from libc.
22002
22003 2000-09-10  Jim Meyering  <meyering@lucent.com>
22004
22005         * lib/getopt.c (_getopt_internal): Update from glibc.
22006
22007 2000-09-09  Jim Meyering  <meyering@lucent.com>
22008
22009         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
22010         think it should be used as a general replacement for isascii.
22011         * lib/fnmatch.c: Likewise.
22012         * lib/mbswidth.c: Likewise
22013         * lib/regex.c: Likewise.
22014
22015         Don't use atoi.
22016         * lib/userspec.c: Include sys/param.h and limits.h.
22017         Include xstrtol.h.
22018         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
22019         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
22020         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
22021         UID, GID.  Check range.
22022
22023 2000-09-06  Jim Meyering  <meyering@lucent.com>
22024
22025         * lib/getopt.c (_getopt_internal): Update from glibc.
22026
22027 2000-08-30  Jim Meyering  <meyering@lucent.com>
22028
22029         * lib/strftime.c: Merge in changes from GNU libc.
22030
22031 2000-08-26  Jim Meyering  <meyering@lucent.com>
22032
22033         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
22034         * m4/fpending.m4: New file.
22035
22036 2000-08-26  Jim Meyering  <meyering@lucent.com>
22037
22038         * lib/closeout.c: Include "__fpending.h".
22039         (close_stdout_status): Return right away if there's nothing to flush.
22040
22041         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
22042         * lib/__fpending.c: New file.
22043         * lib/__fpending.h: New file.
22044
22045 2000-08-20  Jim Meyering  <meyering@lucent.com>
22046
22047         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
22048         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
22049         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
22050
22051 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
22052
22053         Improve fileutils installation on systems where running
22054         programs (like install) can't be unlinked.
22055         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
22056         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
22057
22058 2000-08-07  Paul Eggert  <eggert@twinsun.com>
22059
22060         Standardize on "memory exhausted" instead of "Memory exhausted"
22061         or "virtual memory exhausted".
22062         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
22063         "virtual memory exhausted".
22064         * lib/same.c (same_name): Invoke xalloc_die instead of printing
22065         our own message.
22066         * lib/userspec.c (parse_user_spec): Likewise.
22067         * lib/bumpalloc.h: comment fix
22068         * lib/same.c, userspec.c: Include xalloc.h.
22069
22070         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
22071         not char *const and pointing to a constant array.
22072         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
22073         (xrealloc): Comment fix.
22074
22075         * lib/userspec.c (parse_user_spec):
22076         Don't translate a message until just before returning,
22077         to avoid unnecessary translation.
22078
22079 2000-08-07  Jim Meyering  <meyering@lucent.com>
22080
22081         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
22082         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
22083         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
22084         getgroups.c, gethostname.c, getopt.h, group-member.c,
22085         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
22086         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
22087         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
22088         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
22089         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
22090         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
22091         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
22092         yesno.c: Back out Copyright date changes for each file with no change
22093         this year.  This eases coordination with other programs using the same
22094         source code modules.  From Paul Eggert.
22095
22096 2000-08-06  Paul Eggert  <eggert@twinsun.com>
22097
22098         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
22099         not char, for compatibility with glibc 2.1.3 strftime.c.
22100
22101 2000-08-03  Greg McGary  <greg@mcgary.org>
22102
22103         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
22104         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
22105         (EXTEND_BUFFER): Use them.
22106
22107 2000-08-01  Jim Meyering  <meyering@lucent.com>
22108
22109         * lib/dirname.c (ISSLASH): Define.
22110         (BACKSLASH_IS_PATH_SEPARATOR): Define.
22111         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
22112         both `\' and `/' may be use as path separators.
22113         Based on a patch from Prashant TR.
22114
22115 2000-07-31  Paul Eggert  <eggert@twinsun.com>
22116
22117         * lib/quotearg.c (quotearg_n_options): Don't make the initial
22118         slot vector a constant, since it might get modified.
22119
22120 2000-07-31  Jim Meyering  <meyering@lucent.com>
22121
22122         * lib/xmalloc.c: Use `virtual memory exhausted', not
22123         `Memory exhausted'.
22124         * lib/obstack.c (print_and_abort): Likewise.
22125
22126 2000-07-30  Paul Eggert  <eggert@twinsun.com>
22127
22128         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
22129         buffer, so that the caller can always quote one small
22130         component of a "memory exhausted" message in slot 0.
22131         From a suggestion by Jim Meyering.
22132
22133 2000-07-30  Jim Meyering  <meyering@lucent.com>
22134
22135         * lib/makepath.c (make_path): Quote the other instance, too.
22136
22137         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
22138         (STATIC_BUF_SIZE): Define.
22139         (quotearg_n_options): Use only statically allocated storage when
22140         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
22141         than STATIC_BUF_SIZE.
22142
22143 2000-07-29  Jim Meyering  <meyering@lucent.com>
22144
22145         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
22146         * lib/dirname.c (dir_name): Likewise.
22147
22148         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
22149         `/'.
22150
22151         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
22152         (dir_name): Assert that there are no trailing slashes.
22153
22154 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
22155
22156         * lib/mbswidth.h (mbswidth): Add a flags argument.
22157         (mbswidth): New declaration.
22158         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
22159         * lib/mbswidth.c (mbswidth): Add a flags argument.
22160         (mbsnwidth): New function.
22161
22162 2000-07-24  Jim Meyering  <meyering@lucent.com>
22163
22164         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
22165
22166 2000-07-23  Paul Eggert  <eggert@twinsun.com>
22167
22168         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
22169
22170 2000-07-23  Paul Eggert  <eggert@twinsun.com>
22171
22172         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
22173         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
22174         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
22175         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
22176         invoke multibyte primitives.
22177
22178 2000-07-23  Paul Eggert  <eggert@twinsun.com>
22179
22180         * lib/quotearg.c:
22181         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
22182         so that mbstate_t is always defined.
22183
22184         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
22185         be 1 in at least one GCC installation, and this configuration
22186         error is likely to be common.  Ignoring MB_LEN_MAX hurts
22187         performance on hosts that have mbrtowc but have only unibyte
22188         locales, but I assume these hosts are rare.
22189
22190 2000-07-23  Paul Eggert  <eggert@twinsun.com>
22191
22192         * lib/mbswidth.c (_XOPEN_SOURCE):
22193         Don't define; this causes problems on Solaris 7.
22194         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
22195
22196 2000-07-23  Jim Meyering  <meyering@lucent.com>
22197
22198         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
22199         too: getgrgid, getpwuid, getuid.
22200
22201 2000-07-23  Jim Meyering  <meyering@lucent.com>
22202
22203         * lib/basename.c (base_name): Add an assertion.
22204
22205 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
22206
22207         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
22208         shadow its mbsinit function.
22209
22210 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
22211
22212         * lib/mbswidth.h: New file.
22213         * lib/mbswidth.c: New file.
22214         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
22215         (noinst_HEADERS): Add mbswidth.h.
22216
22217 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
22218
22219         * lib/config.charset: Add support for FreeBSD. Improve support for
22220         HP-UX and IRIX 6.
22221
22222 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
22223
22224         * m4/mbswidth.m4: New file.
22225         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
22226
22227 2000-07-15  Jim Meyering  <meyering@lucent.com>
22228
22229         * lib/makepath.c: Include quote.h.
22230         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
22231         corresponding argument in a `quote (...)' call.
22232         Give better diagnostics.
22233
22234         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
22235         (noinst_HEADERS): Add quote.h.
22236
22237         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
22238         from tar's src/misc.c.
22239         * lib/quote.h: New file.  Prototypes for same.
22240
22241 2000-07-14  Paul Eggert  <eggert@twinsun.com>
22242
22243         From a suggestion by Bruno Haible.
22244         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
22245         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
22246         to decide whether to define the BeOS workaround macro;
22247         this adjusts to the change to AC_MBSTATE_T.
22248
22249 2000-07-14  Jim Meyering  <meyering@lucent.com>
22250
22251         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
22252         jm_AC_TYPE_UINTMAX_T.
22253
22254 2000-07-13  Paul Eggert  <eggert@twinsun.com>
22255
22256         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
22257
22258         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
22259         quotearg_buffer_restyled): Add support for
22260         clocale_quoting_style.  Undo previous change to
22261         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
22262         and "{RIGHT QUOTATION MARK}" msgids.
22263
22264 2000-07-10  Paul Eggert  <eggert@twinsun.com>
22265
22266         From a suggestion by Bruno Haible.
22267         * m4/mbstate_t.m4 (AC_MBSTATE_T):
22268         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
22269         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
22270         and mbstate_t, to a single-part test that simply defines mbstate_t.
22271         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
22272         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
22273
22274 2000-07-10  Jim Meyering  <meyering@lucent.com>
22275
22276         * m4/strerror_r.m4: Mirror the correction made in autoconf.
22277
22278         * m4/gnu-source.m4: Output to confdefs.h directly.
22279         Suggestion from Akim Demaille.
22280
22281 2000-07-09  Paul Eggert  <eggert@twinsun.com>
22282
22283         The old behavior of quoting `like this' doesn't look good with
22284         newer, ISO-style fonts.  See:
22285         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
22286
22287         Instead, quote "like this" by default.  Let the translator
22288         tailor the locale-specific quoting behavior by providing
22289         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
22290
22291         * lib/quotearg.c (N_): New macro.
22292         (gettext_default): New function.
22293         (quotearg_buffer_restyled): Use
22294         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
22295         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
22296
22297 2000-07-09  Jim Meyering  <meyering@lucent.com>
22298
22299         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
22300         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
22301
22302         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
22303         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
22304
22305 2000-07-09  Jim Meyering  <meyering@lucent.com>
22306
22307         * lib/Most files: Update copyright dates to include 2000.
22308
22309 2000-07-08  Jim Meyering  <meyering@lucent.com>
22310
22311         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
22312         if not defined.
22313         (xgethostname): Remove now-unnecessary #ifdef.
22314         Move declaration of `err' into loop where it's used.
22315
22316 2000-07-05  Paul Eggert  <eggert@twinsun.com>
22317         and Bruno Haible  <haible@clisp.cons.org>
22318
22319         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
22320         only if the test for an object-type mbstate_t fails.  This
22321         prevents us from mistakenly reporting that mbstate_t is a
22322         system object type after we "#define mbstate_t int" to work
22323         around its lack.
22324
22325 2000-07-05  Paul Eggert  <eggert@twinsun.com>
22326         and Bruno Haible  <haible@clisp.cons.org>
22327
22328         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
22329
22330 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
22331
22332         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
22333         to strerror_r.
22334         Include <ctype.h> for use of isalpha.
22335
22336 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
22337
22338         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
22339         by allocating a larger buffer. Test the gethostname return value for
22340         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
22341         returns an error and ENAMETOOLONG isn't defined.
22342
22343 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
22344
22345         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
22346         dimension.
22347
22348 2000-07-04  Jim Meyering  <meyering@lucent.com>
22349
22350         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
22351         of the deprecated AC_CHECKING.
22352
22353 2000-07-04  Jim Meyering  <meyering@lucent.com>
22354
22355         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
22356         Reported by Bruno Haible.
22357
22358 2000-07-04  Jim Meyering  <meyering@lucent.com>
22359
22360         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
22361         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
22362         lacks mbrtowc.
22363
22364 2000-07-03  Paul Eggert  <eggert@twinsun.com>
22365
22366         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
22367         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
22368
22369 2000-07-03  Paul Eggert  <eggert@twinsun.com>
22370         and Bruno Haible  <haible@clisp.cons.org>
22371
22372         * lib/quotearg.c (mbrtowc):
22373         Assign to *pwc, and return 1 only if result is nonzero.
22374         (iswprint): Use ISPRINT when substituting our own mbrtowc.
22375
22376 2000-07-03  Jim Meyering  <meyering@lucent.com>
22377
22378         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
22379
22380 2000-07-03  Jim Meyering  <meyering@lucent.com>
22381
22382         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
22383         This is necessary to get a definition of e.g., UTMP_FILE on
22384         HP-UX 10.20.
22385         From Bob Proulx.
22386
22387 2000-07-02  Jim Meyering  <meyering@lucent.com>
22388
22389         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
22390
22391         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
22392         AC_LIBOBJ(function_name).
22393         * m4/chown.m4: Likewise.
22394         * m4/fnmatch.m4: Likewise.
22395         * m4/ftruncate.m4: Likewise.
22396         * m4/getgroups.m4: Likewise.
22397         * m4/getline.m4: Likewise.
22398         * m4/group-member.m4: Likewise.
22399         * m4/jm-macros.m4: Likewise.
22400         * m4/lstat.m4: Likewise.
22401         * m4/malloc.m4: Likewise.
22402         * m4/memcmp.m4: Likewise.
22403         * m4/nanosleep.m4: Likewise.
22404         * m4/putenv.m4: Likewise.
22405         * m4/realloc.m4: Likewise.
22406         * m4/regex.m4: Likewise.
22407         * m4/stat.m4: Likewise.
22408         * m4/strftime.m4: Likewise.
22409
22410 2000-07-02  Jim Meyering  <meyering@lucent.com>
22411
22412         * lib/quotearg.c (mbstate_t): Don't define here.
22413
22414 2000-07-02  Jim Meyering  <meyering@lucent.com>
22415
22416         * lib/nanosleep.c (SIGCONT): Define if not already defined.
22417
22418 2000-07-01  Jim Meyering  <meyering@lucent.com>
22419
22420         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
22421
22422 2000-07-01  Jim Meyering  <meyering@lucent.com>
22423
22424         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
22425         problem.
22426
22427 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
22428
22429         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
22430         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
22431
22432 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
22433
22434         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
22435         per change in ../m4/ls-mntd-fs.m4.
22436         (read_filesystem_list): Ignore symbolic links.
22437
22438 2000-06-29  Jim Meyering  <meyering@lucent.com>
22439
22440         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
22441         for declaration of strcmp.
22442
22443         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
22444
22445         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
22446         Avoid warning by casting result to `char *' to remove `const'.
22447
22448 2000-06-28  Jim Meyering  <meyering@lucent.com>
22449
22450         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
22451         included by quotearg.c, for which we perform this test.  From
22452         Bruno Haible.
22453
22454 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
22455
22456         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
22457         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
22458         <utmpx.h> exists, put readutmp.o into LIBOBJS.
22459
22460 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
22461
22462         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
22463
22464 2000-06-26  Paul Eggert  <eggert@twinsun.com>
22465
22466         savedir now sets errno on failure and invokes xmalloc to get memory.
22467         Fix a couple of other minor bugs while we're at it.
22468
22469         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
22470         (NAMLEN): Remove macro.
22471         (malloc, realloc): Remove decls.
22472         (stpcpy): Likewise.
22473         ("xalloc.h"): Include.
22474         (NAME_SIZE_DEFAULT): New macro.
22475         (savedir): Use xmalloc / xrealloc to allocate memory.
22476         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
22477         Skip "" directory entries.
22478         Use strlen to calculate directory entry length, since the old method
22479         is rarely used these days and isn't worth supporting.
22480         Don't use a pointer after freeing it.
22481         Check for integer overflow when calculating allocation size.
22482         Use memcpy to copy entries, instead of stpcpy.
22483         Set errno properly when returning NULL.
22484         Check for readdir error.
22485
22486 2000-06-26  Jim Meyering  <meyering@lucent.com>
22487
22488         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
22489
22490 2000-06-25  Jim Meyering  <meyering@lucent.com>
22491
22492         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
22493         Linux header bug when _XOPEN_SOURCE is defined to 500.
22494
22495 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
22496
22497         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
22498         deficiency.
22499
22500 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
22501
22502         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
22503         Include xalloc.h.
22504         Don't include <stdlib.h>.  Don't declare malloc, realloc.
22505
22506 2000-06-24  Jim Meyering  <meyering@lucent.com>
22507
22508         * m4/strerror_r.m4: Revive this file -- to try out an experimental
22509         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
22510         for which strerror does return char*, but which lacks a conveniently
22511         accessible declaration of the function.  If the compile-test says
22512         strerror_r doesn't work, then resort to a `run'-test that works on
22513         BeOS and segfaults on DEC Unix.
22514
22515 2000-06-24  Jim Meyering  <meyering@lucent.com>
22516
22517         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
22518
22519 2000-06-23  Paul Eggert  <eggert@twinsun.com>
22520
22521         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
22522         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
22523
22524 2000-06-23  Paul Eggert  <eggert@twinsun.com>
22525
22526         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
22527         (mbrtowc, mbstate_t): Define substitutes if
22528         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
22529         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
22530         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
22531
22532 2000-06-23  Jim Meyering  <meyering@lucent.com>
22533
22534         * m4/afs.m4: Add missing AC_MSG_RESULT.
22535         Reported by Bruno Haible.
22536
22537         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
22538         Suggestion from Bruno Haible.
22539
22540 2000-06-23  Jim Meyering  <meyering@lucent.com>
22541
22542         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
22543
22544 2000-06-21  Jim Meyering  <meyering@lucent.com>
22545
22546         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
22547
22548 2000-06-21  Jim Meyering  <meyering@lucent.com>
22549
22550         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
22551         (noinst_HEADERS): Add getstr.h.
22552
22553         * lib/getline.c (getstr): Move into a separate file.
22554         * lib/getstr.c (getstr): New file, extracted from getline.c, with
22555         the following changes: new parameter, delim2; both delim[12]
22556         parameters have type `int', not `char'.  The latter would lose
22557         with 8-bit delimiters.
22558         * lib/getstr.h: New file.
22559
22560 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
22561
22562         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
22563         than 1024, return a memory chunk of least possible size, instead
22564         of size PATH_MAX + 2. In the loop, increment the size proportionally.
22565         Use free/xmalloc instead of xrealloc to avoid copying for very long
22566         paths.
22567
22568 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
22569
22570         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
22571         the empty string.
22572
22573 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
22574
22575         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
22576         address, not strdup.  Include <stdlib.h> and don't declare free().
22577
22578 2000-06-19  Jim Meyering  <meyering@lucent.com>
22579
22580         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
22581
22582 2000-06-18  Jim Meyering  <meyering@lucent.com>
22583
22584         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
22585
22586         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
22587         `checking whether...' message to be consistent with that of the
22588         lstat test.
22589
22590 2000-06-18  Jim Meyering  <meyering@lucent.com>
22591
22592         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
22593         Besides, these days every porting target provides a mkdir function.
22594
22595         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
22596         needed. (this snippet comes from src/system.h).
22597
22598 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
22599
22600         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
22601
22602 2000-06-15  Paul Eggert  <eggert@twinsun.com>
22603
22604         * lib/human.c (adjust_value): New function.
22605         (human_readable_inexact): Apply rounding style even when
22606         printing approximate values.
22607
22608 2000-06-14  Paul Eggert  <eggert@twinsun.com>
22609
22610         * lib/human.c (human_readable_inexact): Allow an input block
22611         size that is not a multiple of the output block size, and vice versa.
22612         Reported by Piergiorgio Sartor.
22613
22614 2000-06-14  Paul Eggert  <eggert@twinsun.com>
22615
22616         * lib/getdate.y (get_date): Apply relative times after time
22617         zone indicator, not before.  Reported by Todd A. Jacobs.
22618
22619 2000-06-13  Jim Meyering  <meyering@lucent.com>
22620
22621         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
22622
22623         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
22624
22625 2000-06-12  Paul Eggert  <eggert@twinsun.com>
22626
22627         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
22628
22629 2000-06-12  Jim Meyering  <meyering@lucent.com>
22630
22631         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
22632         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
22633         optional argument.
22634         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
22635         the optional argument, `lib'.
22636
22637 2000-06-08  Jim Meyering  <meyering@lucent.com>
22638
22639         * m4/largefile.m4: Remove file (now that it's part of autoconf).
22640
22641 2000-06-04  Paul Eggert  <eggert@twinsun.com>
22642
22643         Rewrite largefile configuration so that we don't need to run
22644         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
22645         AC_CANONICAL_HOST in configure.in -- jmm]
22646
22647         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
22648         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
22649         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
22650         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
22651         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
22652         All uses changed.
22653         Instead of inspecting the output of getconf, try to compile the
22654         test program without and with the macro definition.
22655         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
22656         for getconf.  Instead, check for the needed flags by compiling
22657         test programs.
22658
22659 2000-06-04  Paul Eggert  <eggert@twinsun.com>
22660
22661         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
22662
22663 2000-06-04  Jim Meyering  <meyering@lucent.com>
22664
22665         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
22666         SunOS 4.1.4 for which gid_t is an unsigned type.
22667
22668 2000-06-03  Jim Meyering  <meyering@lucent.com>
22669
22670         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
22671         now that autoconf requires that.
22672
22673         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
22674         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
22675         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
22676
22677 2000-06-03  Jim Meyering  <meyering@lucent.com>
22678
22679         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
22680
22681 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
22682
22683         * m4/glibc21.m4: New file.
22684         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
22685
22686 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
22687
22688         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
22689         newer, don't install charset.alias.
22690         * lib/config.charset: Change the Linux/glibc rules so they become empty
22691         on glibc-2.1 or newer.
22692
22693 2000-06-02  Jim Meyering  <meyering@lucent.com>
22694
22695         * lib/mountlist.c: Back out last change.  Instead, do this...
22696         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
22697         me_dummy member using the same `ignore'-testing code.
22698         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
22699         fs_type strings.
22700         From Mark D. Roth.
22701
22702 2000-05-29  Jim Meyering  <meyering@lucent.com>
22703
22704         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
22705         mounts with the `ignore' attribute.  Based on a patch from
22706         Mark D. Roth.
22707
22708 2000-05-28  Jim Meyering  <meyering@lucent.com>
22709
22710         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
22711         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
22712         * m4/stat.m4: Likewise.
22713         * m4/lstat.m4: Likewise.
22714         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
22715
22716         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
22717         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
22718
22719 2000-05-26  Jim Meyering  <meyering@lucent.com>
22720
22721         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
22722
22723 2000-05-24  Jim Meyering  <meyering@lucent.com>
22724
22725         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
22726         autoconf requires that.
22727         * m4/lib-check.m4: Likewise.
22728         * m4/jm-macros.m4: Likewise.
22729         * m4/strftime.m4: Likewise.
22730
22731         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
22732         AC_CHECK_DECLS, now that autoconf requires that.
22733
22734 2000-05-22  Jim Meyering  <meyering@lucent.com>
22735
22736         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
22737         * m4/lstat.m4: Likewise.
22738
22739 2000-05-22  Jim Meyering  <meyering@lucent.com>
22740
22741         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
22742
22743 2000-05-20  Jim Meyering  <meyering@lucent.com>
22744
22745         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
22746         (jm_PREREQ): Use it.
22747
22748 2000-05-18  Jim Meyering  <meyering@lucent.com>
22749
22750         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
22751         back, too, since it may have been modified by allocate_entry.
22752         (hash_delete): Rewrite to use neither the assignment operator
22753         nor the comma operator in an if-expression.
22754
22755 2000-05-15  Paul Eggert  <eggert@twinsun.com>
22756
22757         * lib/closeout.c:
22758         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
22759         Remove; no longer needed.
22760         "quotearg.h": Add include.
22761         (file_name): Do not bother to explicitly initialize to NULL; it's less
22762         efficient on some hosts.
22763         (close_stdout_status): Remove test as to whether stdout was already
22764         closed; it breaks for the case "echo x | sort >&-".
22765         Quote file name colons.
22766         Do not assume that _("write error") lacks format strings.
22767
22768 2000-05-15  Jim Meyering  <meyering@lucent.com>
22769
22770         * lib/version-etc.c (version_etc_copyright): Update the copyright
22771         string used in all --version output.
22772
22773 2000-05-14  Jim Meyering  <meyering@lucent.com>
22774
22775         * lib/closeout.c (close_stdout_set_file_name): New function.
22776         (close_stdout_status): Use new file-scoped global.
22777         Return right away if fstat says the stdout file descriptor is invalid.
22778         * lib/closeout.h (close_stdout_set_file_name): Declare.
22779
22780 2000-05-10  Jim Meyering  <meyering@lucent.com>
22781
22782         * lib/closeout.c [default_exit_status]: New file-scoped variable.
22783         (close_stdout_set_status): New function.
22784         * lib/closeout.h (close_stdout_set_status): Declare.
22785
22786 2000-05-09  Jim Meyering  <meyering@lucent.com>
22787
22788         * m4/gettext.m4: Rename this...
22789         * m4/libintl.m4: ...to this.
22790
22791 2000-05-08  Jim Meyering  <meyering@lucent.com>
22792
22793         * lib/long-options.c: Don't include closeout.h.
22794         (parse_long_options): Don't call close_stdout for --version.
22795
22796 2000-05-06  Paul Eggert  <eggert@twinsun.com>
22797
22798         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
22799         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
22800         2.1.3 bug.  This avoids a clash when files like regex.c define
22801         _GNU_SOURCE.
22802
22803 2000-05-06  Jim Meyering  <meyering@lucent.com>
22804
22805         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
22806         (AC_REPLACE_FUNCS): Add strnlen.
22807
22808         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
22809         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
22810
22811         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
22812         AC_SEARCH_LIBS call for nanosleep.
22813         (LIB_NANOSLEEP): Set and AC_SUBST.
22814
22815 2000-05-06  Jim Meyering  <meyering@lucent.com>
22816
22817         * lib/strnlen.c: Undefine __strnlen and strnlen.
22818         [!weak_alias]: Define __strnlen to strnlen.
22819
22820         * lib/atexit.c: New file, from libiberty.
22821
22822 2000-05-06  Jim Meyering  <meyering@lucent.com>
22823
22824         * lib/closeout.c (close_stdout_status): Also check for errors on the
22825         stderr stream.
22826
22827 2000-05-05  Jim Meyering  <meyering@lucent.com>
22828
22829         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
22830         AC_SEARCH_LIBS call for clock_gettime.
22831         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
22832
22833         * m4/search-libs.m4: Update from autoconf.
22834
22835         su doesn't work on Solaris 2.6.
22836         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
22837         <shadow.h>.  Reported by Dragos Harabor.
22838
22839 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
22840
22841         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
22842         memcpy instead of xmalloc, xrealloc, path_concat.
22843         (locale_charset): Treat empty environment variables as absent.
22844         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
22845
22846 2000-05-04  Jim Meyering  <meyering@lucent.com>
22847
22848         * lib/getopt.c: Update from glibc.
22849         * lib/obstack.c: Likewise.
22850         * lib/obstack.h: Likewise.
22851         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
22852         file
22853
22854         * lib/regex.h: Likewise.
22855         * lib/strndup.c: Likewise.
22856         * lib/strnlen.c: New file, from glibc.
22857
22858 2000-05-03  Jim Meyering  <meyering@lucent.com>
22859
22860         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
22861
22862 2000-05-02  Paul Eggert  <eggert@twinsun.com>
22863
22864         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
22865         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
22866         compile-time test, rather than inspecting host and OS, to
22867         decide whether to define _LARGEFILE_SOURCE.
22868
22869 2000-05-01  Jim Meyering  <meyering@lucent.com>
22870
22871         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
22872
22873         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
22874         Based on a patch from Bruno Haible.
22875
22876 2000-05-01  Jim Meyering  <meyering@lucent.com>
22877
22878         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
22879
22880 2000-04-29  Jim Meyering  <meyering@lucent.com>
22881
22882         * lib/path-concat.c: Declare strdup only if it's not defined.
22883         * lib/canon-host.c: Likewise.
22884
22885 2000-04-28  Jim Meyering  <meyering@lucent.com>
22886
22887         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
22888         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
22889         is included first, then limits.h is included by locale.h by libintl.h.
22890         From John David Anglin.
22891
22892 2000-04-25  Jim Meyering  <meyering@lucent.com>
22893
22894         * lib/makepath.c (S_IRWXUGO): Define.
22895         (make_path): Always perform explicit chmod if MODE specifies any
22896         of the `special' permission bits.  Prompted by a bug report against
22897         install from Mate Wierdl and Joost van Baal.
22898
22899 2000-04-18  Jim Meyering  <meyering@lucent.com>
22900
22901         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
22902         (jm_PREREQ): Use it.
22903
22904 2000-04-18  Jim Meyering  <meyering@lucent.com>
22905
22906         * lib/README: New file.
22907
22908         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
22909         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
22910
22911 2000-04-17  Jim Meyering  <meyering@lucent.com>
22912
22913         Get it right :-)
22914         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
22915         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
22916         Suggestion from Akim Demaille.
22917
22918 2000-04-17  Jim Meyering  <meyering@lucent.com>
22919
22920         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
22921         the definition of it to rpl_strftime also defined-away the system's
22922         declaration.
22923
22924 2000-04-15  Jim Meyering  <meyering@lucent.com>
22925
22926         Use `C' to denote so-called `contiguous' files, the same way
22927         that tar does.
22928         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
22929         (ftypelet): Use S_ISCTG.
22930         From Michael Deutschmann.
22931
22932 2000-04-14  Jim Meyering  <meyering@lucent.com>
22933
22934         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
22935         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
22936         clobbered.
22937
22938 2000-04-14  Jim Meyering  <meyering@lucent.com>
22939
22940         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
22941
22942 2000-04-13  Jim Meyering  <meyering@lucent.com>
22943
22944         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
22945         AH_VERBATIM to insert required #ifndef into config.h.in.
22946         Suggestion from Akim Demaille.
22947
22948 2000-04-12  Jim Meyering  <meyering@lucent.com>
22949
22950         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
22951         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
22952         Christian Krackowizer.
22953
22954         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
22955         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
22956         (AC_SYS_LARGEFILE): Require.
22957         (AM_C_PROTOTYPES): Require.
22958
22959 2000-04-08  Jim Meyering  <meyering@lucent.com>
22960
22961         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
22962         names don't conflict.  Reported by Eli Zaretskii.
22963
22964 2000-04-07  Jim Meyering  <meyering@lucent.com>
22965
22966         * lib/putenv.c: Move inclusion of errno.h so it follows that of
22967         sys/types.h, to work around system header problems on AIX 3.2.5.
22968         From Bruno Haible.
22969
22970 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
22971
22972         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
22973         bug.  Deal with the different error behavior of Irix iconv.
22974
22975 2000-04-05  Paul Eggert  <eggert@twinsun.com>
22976
22977         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
22978         IRIX if the installer said otherwise.
22979
22980 2000-04-05  Jim Meyering  <meyering@lucent.com>
22981
22982         Portability tweaks required for ultrix4.3.
22983         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
22984         (jm_CHECK_DECLS): Add getutent to the list of functions.
22985         (_jm_DECL_HEADERS): Add utmpx.h.
22986         From John David Anglin.
22987
22988         * m4/strftime.m4: Back out the 2000-04-02 change.
22989         Instead of that change, simply undefine putenv in the test program.
22990
22991 2000-04-05  Jim Meyering  <meyering@lucent.com>
22992
22993         Portability tweaks required for ultrix4.3.
22994         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
22995         getutent.
22996         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
22997         * lib/canon-host.c: Declare strdup.
22998         * lib/path-concat.c: Likewise.
22999         From John David Anglin.
23000
23001 2000-04-04  Jim Meyering  <meyering@lucent.com>
23002
23003         Be more DOS 8.3-friendly.
23004         * lib/ref-add.sin: Renamed from ref-add.sed.in.
23005         * lib/ref-del.sin: Renamed from ref-del.sed.in.
23006         * lib/Makefile.am: Reflect renaming.
23007         Reported by Eli Zaretskii.
23008
23009         Use a temporary file name that won't clash with `charset.alias'
23010         in the DOS 8.3 name space.
23011         * lib/Makefile.am (charset_tmp): Define.
23012         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
23013         (uninstall-local): Likewise.
23014         Reported by Eli Zaretskii.
23015
23016 2000-04-03  Jim Meyering  <meyering@lucent.com>
23017
23018         * m4/gettext.m4: Fix typo in comment.
23019
23020         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
23021         textutils/configure.in).  Suggestion from Paul Eggert.
23022         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
23023
23024 2000-04-02  Paul Eggert  <eggert@twinsun.com>
23025
23026         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
23027         variable in the shell rather than using putenv, which isn't
23028         portable.  This avoids the configure-time inter-test dependency
23029         on the potentially-renamed putenv function.
23030
23031 2000-03-30  Paul Eggert  <eggert@twinsun.com>
23032
23033         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
23034         before checking struct stat.st_blksize, so that
23035         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
23036
23037 2000-03-29  Paul Eggert  <eggert@twinsun.com>
23038
23039         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
23040         since strftime.c uses HAVE_STRFTIME to decide whether to use
23041         the underlying strftime.
23042
23043 2000-03-29  Paul Eggert  <eggert@twinsun.com>
23044
23045         * lib/time/strftime.c (my_strftime): Make sure we call the system
23046         strftime, not ourselves, when invoking the underlying strftime.
23047
23048 2000-03-24  Jim Meyering  <meyering@lucent.com>
23049
23050         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
23051         (charset_alias): Define.
23052         (install-exec-local): Factor out common code.
23053         (uninstall-local): Split lines longer than 80.
23054         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
23055         (SUFFIXES): Define.
23056         (.sed.in.sed): New rule.  Don't redirect directly to $@.
23057         (CLEANFILES): Add ref-add.sed and ref-del.sed.
23058
23059 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
23060
23061         * lib/config.charset: Output a line containing "Packages using this
23062         file".
23063         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
23064         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
23065         ref-del.sed): New rules.
23066
23067 2000-03-17  Jim Meyering  <meyering@lucent.com>
23068
23069         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
23070         Otherwise, include <strings.h>
23071
23072 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
23073
23074         * lib/unicodeio.c (utf8_wctomb): New function.
23075         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
23076         format instead of in UCS-4 with platform dependent endianness.
23077
23078 2000-03-10  Jim Meyering  <meyering@lucent.com>
23079
23080         * m4/lib-check.m4: Look for getspnam in -lgen, too.
23081         From Marco Franzen.
23082
23083 2000-03-07  Paul Eggert  <eggert@twinsun.com>
23084
23085         * lib/savedir.c (savedir): Work even if directory size is
23086         negative; this can happen with some screwy NFS configurations.
23087
23088 2000-03-06  Jim Meyering  <meyering@lucent.com>
23089
23090         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
23091         if it's NULL (because we ran out of memory).  From Bruno Haible.
23092
23093 2000-03-05  Jim Meyering  <meyering@lucent.com>
23094
23095         * lib/localcharset.c ("path-concat.h"): Include.
23096         (get_charset_aliases): Use path_concat instead of ANSI string
23097         concatenation.
23098
23099         * lib/unicodeio.h (PARAMS): Define.
23100         Use it to guard prototype.
23101
23102 2000-03-04  Jim Meyering  <meyering@lucent.com>
23103
23104         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
23105         for lib/localcharset.c.
23106
23107 2000-03-04  Jim Meyering  <meyering@lucent.com>
23108
23109         * lib/Makefile.am (install-exec-local): Create $(libdir) before
23110         installing into it.
23111         (uninstall-local): Uncomment this rule so `make distcheck' works
23112         once again.
23113
23114         * lib/unicodeio.c (<errno.h>): Include it.
23115         (errno): Declare if not defined.
23116
23117         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
23118
23119         * lib/config.charset: New version, incorporating remarks from a linux
23120         i18n mailing list.  From Bruno Haible.
23121
23122 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
23123
23124         * m4/codeset.m4: New file.
23125         * m4/iconv.m4: New file.
23126         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
23127
23128 2000-03-03  Jim Meyering  <meyering@lucent.com>
23129
23130         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
23131
23132 2000-03-02  Jim Meyering  <meyering@lucent.com>
23133
23134         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
23135         the messages come out on separate lines.
23136
23137         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
23138         rather than jm_CHECK_DECLARATIONS.
23139         * m4/decl.m4: Remove now-unused file.
23140
23141         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
23142         geteuid.
23143
23144 2000-03-02  Jim Meyering  <meyering@lucent.com>
23145
23146         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
23147
23148 2000-03-01  Jim Meyering  <meyering@lucent.com>
23149
23150         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
23151         * lib/unicodeio.c: Likewise.
23152
23153 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
23154
23155         * lib/config.charset: New file.
23156         * lib/localcharset.c: New file.
23157         * lib/unicodeio.h, lib/unicodeio.c: New files.
23158         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
23159         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
23160         (noinst_HEADERS): Add unicodeio.h.
23161         (all-local, install-exec-local, charset.alias): New targets.
23162
23163 2000-02-28  Paul Eggert  <eggert@twinsun.com>
23164
23165         * lib/quotearg.c (ALERT_CHAR): New macro.
23166         (quotearg_buffer_restyled): Use it.
23167
23168 2000-02-27  Jim Meyering  <meyering@lucent.com>
23169
23170         * m4/check-decl.m4: Add getenv to the list.
23171
23172 2000-02-27  Jim Meyering  <meyering@lucent.com>
23173
23174         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
23175         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
23176
23177         * lib/backupfile.c: Guard inclusion of stdlib.h with
23178         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
23179         Declare malloc if needed.
23180
23181         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
23182         `#ifndef HAVE_DECL..'
23183         now that autoconf always defines the HAVE_DECL_ symbols.
23184         * lib/human.c: Likewise.
23185         * lib/same.c: Likewise.
23186         * lib/strtoumax.c: Likewise.
23187
23188         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
23189         declaration check was not run.
23190         * lib/hash.c: Likewise.
23191         * lib/human.c: Likewise.
23192         * lib/same.c: Likewise.
23193         * lib/strtoumax.c: Likewise.
23194
23195         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
23196         `.', then first look up the entire `.'-containing string as a login
23197         name.
23198
23199 2000-02-23  Jim Meyering  <meyering@lucent.com>
23200
23201         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
23202         in place of my hack.
23203
23204 2000-02-18  Paul Eggert  <eggert@twinsun.com>
23205
23206         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
23207         (textint): New typedef.
23208         (parser_control): Member year changed from int to textint.
23209         All uses changed.
23210         (YYSTYPE): Removed; replaced by %union with int and textint members.
23211         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
23212         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
23213         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
23214         (tSNUMBER, tUNUMBER): Now of type <textintval>.
23215         (date, number, to_year): Use width of number in digits, not its value,
23216         to determine whether it's a 2-digit year, or a 2-digit time.
23217         (yylex): Store number of digits of numeric tokens.
23218         Reported by John Kendall.
23219
23220         (parser_control): Changed from struct parser_control to typedef (for
23221         consistency).  All uses changed.
23222
23223         (tID): Removed; not used.
23224         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
23225
23226 2000-02-14  Paul Eggert  <eggert@twinsun.com>
23227
23228         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
23229         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
23230
23231 2000-02-12  Jim Meyering  <meyering@lucent.com>
23232
23233         * lib/userspec.c (ISDIGIT): Define it.
23234         (isdigit): Remove definition.
23235         (is_number): Use ISDIGIT, not isdigit.
23236         <libintl.h>: Include.
23237         (_ and N_): Define.
23238         (parse_user_spec): Mark translatable strings.
23239
23240 2000-02-10  Jim Meyering  <meyering@lucent.com>
23241
23242         With these changes, nanosleep.[ch] are finally enough like the other
23243         lib/* replacement files to compile on a few more losing systems.
23244
23245         * lib/nanosleep.h: Don't include config.h.
23246         Remove prototype from declaration of nanosleep.
23247         (PARAMS): Remove now-unneeded definition.
23248         * lib/nanosleep.c: #undef nanosleep.
23249         (rpl_nanosleep): Rename from nanosleep.
23250
23251 2000-02-10  Jim Meyering  <meyering@lucent.com>
23252
23253         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
23254         gnu_nanosleep to rpl_nanosleep.
23255
23256 2000-02-09  Jim Meyering  <meyering@lucent.com>
23257
23258         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
23259         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
23260
23261 2000-02-08  Akim Demaille  <akim@epita.fr>
23262
23263         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
23264         `[' and `]' and remove uses of `changequote'.
23265         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
23266         (AC_SYS_LARGEFILE): Likewise.
23267         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
23268         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
23269         of changequote.
23270         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
23271         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
23272         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
23273         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
23274
23275 2000-02-05  Jim Meyering  <meyering@lucent.com>
23276
23277         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
23278         Remove explicit use of AC_HEADER_TIME.  It is required by
23279         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
23280         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
23281         in autoconf whereby the expansion of the latter ended up preceding
23282         the expansion of its prerequisite, AC_HEADER_TIME.
23283         Reported by Volker Borchert.
23284
23285 2000-02-03  Jim Meyering  <meyering@lucent.com>
23286
23287         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
23288
23289 2000-02-03  Jim Meyering  <meyering@lucent.com>
23290
23291         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
23292         rather than with `#if HAVE_UTMPNAME'.
23293
23294 2000-02-02  Jim Meyering  <meyering@lucent.com>
23295
23296         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
23297         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
23298         Reported by Eli Zaretskii.
23299
23300 2000-02-01  Jim Meyering  <meyering@lucent.com>
23301
23302         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
23303
23304 2000-01-31  Jim Meyering  <meyering@lucent.com>
23305
23306         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
23307         functions.  Add the time.h and sys/time.h headers along with the
23308         AC_REQUIRE'ment of AC_HEADER_TIME.
23309
23310 2000-01-31  Jim Meyering  <meyering@lucent.com>
23311
23312         * lib/nanosleep.h (nanosleep): Guard declaration with
23313         `#if ! HAVE_DECL_NANOSLEEP'.
23314         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
23315         the declaration in that vendor's sys/timers.h.
23316         Reported by Christian Krackowizer.
23317
23318         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
23319         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
23320         (ISPRINT): Likewise.
23321         Reported by Tom Tromey.
23322
23323 2000-01-30  Jim Meyering  <meyering@lucent.com>
23324
23325         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
23326
23327         * m4/prereq.m4 (utmp_includes): Define.
23328         Check for ut_user and ut_name members in both struct utmpx
23329         and struct utmp.
23330
23331 2000-01-30  Jim Meyering  <meyering@lucent.com>
23332
23333         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
23334         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
23335         header files where only utmpx.ut_user is declared.
23336
23337         * lib/readutmp.h (UT_USER): Define.
23338
23339 2000-01-29  Jim Meyering  <meyering@lucent.com>
23340
23341         * m4/lib-check.m4: New file containing library-related checks from
23342         fileutils and sh-utils (textutils had none).
23343
23344 2000-01-28  Jim Meyering  <meyering@lucent.com>
23345
23346         * m4/perl.m4: Change format of warning message to look more like that
23347         from the missing script.  Suggestion from François Pinard.
23348
23349 2000-01-25  Jim Meyering  <meyering@lucent.com>
23350
23351         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
23352         well as time.h in the compile check.
23353         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
23354         Fix typo in cross-compiling case: s/yes/no/.
23355
23356 2000-01-23  Jim Meyering  <meyering@lucent.com>
23357
23358         * m4/jm-macros.m4: Move df-related tests here from
23359         fileutils/configure.in
23360
23361         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
23362         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
23363
23364         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
23365         s/space/ac_fsusage_space/.
23366         (jm_FILE_SYSTEM_USAGE): Take two parameters.
23367
23368         * m4/ftruncate.m4: New file (derived from part of
23369         fileutils/configure.in).
23370         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
23371         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
23372
23373         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
23374         AC_SUBST these here, rather than just in sh-util/configure.in, so
23375         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
23376         all the same.
23377         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
23378         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
23379         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
23380         (AC_SUBST(POW_LIBM)): Likewise.
23381         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
23382
23383 2000-01-23  Jim Meyering  <meyering@lucent.com>
23384
23385         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
23386         obstack.c.
23387
23388 2000-01-22  Jim Meyering  <meyering@lucent.com>
23389
23390         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
23391
23392         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
23393
23394         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
23395         configure.in
23396         (AC_CHECK_HEADERS): Likewise for sh-utils.
23397         (AC_CHECK_HEADERS): Likewise for textutils.
23398         Merge the three lists of headers.
23399
23400         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
23401         from fileutils' configure.in.
23402
23403         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
23404         code. Moved tests into their own function (_jm_DECL_HEADERS) in
23405         check-decl.m4.
23406
23407         * m4/check-decl.m4: Use #if rather than #ifdef.
23408         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
23409         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
23410         (_jm_DECL_HEADERS): Define new function.
23411         (jm_CHECK_DECLARATIONS): Require it.
23412
23413 2000-01-22  Jim Meyering  <meyering@lucent.com>
23414
23415         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
23416         [! HAVE_DECL_STRTOULL]: Declare strtoull.
23417         Required for some AIX systems.  Reported by Christian Krackowizer.
23418         [TESTING] (main): New function.
23419
23420         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
23421         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
23422         letters.
23423
23424         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
23425         iswprint.
23426
23427         * lib/strverscmp.c (ISDIGIT): Define.
23428         (strverscmp): Use ISDIGIT, not isdigit.
23429
23430 2000-01-19  Jim Meyering  <meyering@lucent.com>
23431
23432         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
23433         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
23434         defines `struct timespec' in <sys/time.h>
23435
23436         * m4/c-bs-a.m4: Remove uses of changequote altogether.
23437         Thanks to Akim for explaining.
23438
23439 2000-01-17  Paul Eggert  <eggert@twinsun.com>
23440
23441         * lib/nanosleep.c (nanosleep):
23442         Don't use SA_INTERRUPT to decide whether to call sigaction, as
23443         POSIX.1 doesn't require SA_INTERRUPT and some systems
23444         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
23445         it's been part of POSIX.1 since day 1 (in 1988).
23446
23447 2000-01-17  Jim Meyering  <meyering@lucent.com>
23448
23449         * lib/interlock: Remove unused file.  Reported by François Pinard.
23450
23451 2000-01-16  Paul Eggert  <eggert@twinsun.com>
23452
23453         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
23454         alert, backslash, formfeed, and vertical tab unnecessarily in
23455         shell quoting style.
23456
23457 2000-01-16  Jim Meyering  <meyering@lucent.com>
23458
23459         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
23460         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
23461         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
23462         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
23463
23464 2000-01-16  Jim Meyering  <meyering@lucent.com>
23465
23466         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
23467         because the latter didn't work.
23468
23469 2000-01-15  Jim Meyering  <meyering@lucent.com>
23470
23471         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
23472         (AC_REPLACE_FUNCS): Add memcpy and memset.
23473         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
23474         Add strpbrk.
23475         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
23476
23477 2000-01-12  Jim Meyering  <meyering@lucent.com>
23478
23479         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
23480         (jm_PREREQ): Use it.
23481         (jm_PREREQ_READUTMP): New macro.
23482         (jm_PREREQ): Use it.
23483
23484 2000-01-11  Paul Eggert  <eggert@twinsun.com>
23485
23486         Quote multibyte characters correctly.
23487         * m4/c-bs-a.m4: New file.
23488         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
23489         (jm_PREREQ): Use it.
23490
23491 2000-01-11  Paul Eggert  <eggert@twinsun.com>
23492
23493         * m4/uintmax_t.m4: Port to autoconf 2.13.
23494
23495 2000-01-08  Jim Meyering  <meyering@ascend.com>
23496
23497         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
23498         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
23499
23500 2000-01-04  Jim Meyering  <meyering@ascend.com>
23501
23502         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
23503         jm_STRUCT_DIRENT_D_TYPE.
23504         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
23505         jm_STRUCT_DIRENT_D_INO.
23506         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
23507         jm_STRUCT_UTIMBUF.
23508         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
23509         renamings.
23510         * m4/utime.m4: Likewise.
23511
23512         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
23513         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
23514
23515 2000-01-03  Paul Eggert  <eggert@twinsun.com>
23516
23517         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
23518         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
23519
23520 2000-01-02  Jim Meyering  <meyering@ascend.com>
23521
23522         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
23523         remember if this is necessary.
23524
23525 1999-12-26  Jim Meyering  <meyering@ascend.com>
23526
23527         * m4/jm-macros.m4: Use it here.
23528         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
23529
23530 1999-12-23  Jim Meyering  <meyering@ascend.com>
23531
23532         * m4/jm-macros.m4: Check for clock_gettime (moved from
23533         fileutils/configure.in)
23534         Check for gettimeofday.
23535
23536 1999-12-20  Jim Meyering  <meyering@ascend.com>
23537
23538         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
23539         autoconf-2.14a-1999-12-20.
23540
23541 1999-12-19  Jim Meyering  <meyering@ascend.com>
23542
23543         * m4/lstat-slash.m4: New file.
23544         * m4/jm-macros.m4: Use the new macro:
23545         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
23546
23547 1999-12-07  Jim Meyering  <meyering@ascend.com>
23548
23549         * m4/perl.m4: Require that File::Compare be available, too.
23550         Too many systems seem to lack it.
23551
23552         * m4/strftime.m4: Add checks for most of the cpp macros tested in
23553         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
23554
23555 1999-11-18  Paul Eggert  <eggert@twinsun.com>
23556
23557         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
23558         problem with the QNX 4.25 shell, which doesn't propagate exit
23559         status of failed commands inside shell assignments.
23560
23561 1999-11-17  Jim Meyering  <meyering@ascend.com>
23562
23563         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
23564
23565 1999-11-07  Jim Meyering  <meyering@ascend.com>
23566
23567         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
23568
23569 1999-11-06  Jim Meyering  <meyering@ascend.com>
23570
23571         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
23572         * m4/jm-macros.m4 (jm_MACROS): Use it here.
23573
23574 1999-11-05  Jim Meyering  <meyering@ascend.com>
23575
23576         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
23577         configure.in of textutils, fileutils, and sh-utils into this one
23578         (shared between those packages) file.
23579         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
23580         AC_STRUCT_ST_BLKSIZE.
23581
23582 1999-11-03  Jim Meyering  <meyering@ascend.com>
23583
23584         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
23585         of AC_CHECK_TYPE checks includes unistd.h.
23586         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
23587         Suggestion from Akim Demaille.
23588
23589 1999-10-30  Jim Meyering  <meyering@ascend.com>
23590
23591         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
23592         m4-quoted string.
23593         * m4/ls-mntd-fs.m4: Likewise.
23594         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
23595         * m4/jm-winsz1.m4: Likewise.
23596
23597         * m4/const.m4: Remove file, since the fix made it into the experimental
23598         version of autoconf.
23599         * m4/mktime.m4: Likewise.
23600
23601         * m4/check-type.m4: Remove file, now that the latest version of
23602         AC_CHECK_TYPE takes a third arg to specify additional #includes.
23603
23604         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
23605         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
23606         AC_CHECK_TYPE.
23607
23608 1999-10-04  Jim Meyering  <meyering@ascend.com>
23609
23610         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
23611
23612 1999-09-22  Paul Eggert  <eggert@twinsun.com>
23613
23614         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
23615         2.95.1 bug with HP-UX 10.20.
23616
23617 1999-09-17  Jim Meyering  <meyering@ascend.com>
23618
23619         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
23620         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
23621         due to missing strdup (against sh-utils-2.0).
23622
23623 1999-08-29  Jim Meyering  <meyering@ascend.com>
23624
23625         * m4/jm-macros.m4: Require jm_BISON.
23626         * m4/bison.m4: New file.
23627
23628 1999-08-17  Paul Eggert  <eggert@twinsun.com>
23629
23630         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
23631         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
23632
23633 1999-08-05  Jim Meyering  <meyering@ascend.com>
23634
23635         * m4/getline.m4: Rename test file from conftestdata to conftest.data
23636         to avoid conflicts with `conftest' on 8+3 filesystems.
23637         Suggestion from Eli Zaretskii.
23638
23639 1999-08-04  Jim Meyering  <meyering@ascend.com>
23640
23641         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
23642         fileutils and sh-utils (textutils's getline test was inadequate).
23643         (AM_FUNC_GETLINE): Run this test.
23644         (AC_CHECK_FUNCS): Check for getdelim.
23645         Reported by Bob Proulx.
23646
23647 1999-08-02  Jim Meyering  <meyering@ascend.com>
23648
23649         * m4/jm-macros.m4: Add a comment.
23650
23651 1999-08-01  Paul Eggert  <eggert@twinsun.com>
23652
23653         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
23654         <inttypes.h> defines strtoumax as a macro (and not as a
23655         function).
23656
23657 1999-08-01  Paul Eggert  <eggert@twinsun.com>
23658
23659         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
23660         that we can shift, multiply and divide unsigned long long
23661         values; Ultrix cc can't do it.
23662
23663 1999-08-01  Paul Eggert  <eggert@twinsun.com>
23664
23665         * m4/mktime.m4: New file, which is a preview of what should appear
23666         in the next public autoconf release.
23667
23668 1999-08-01  Paul Eggert  <eggert@twinsun.com>
23669
23670         * m4/lfs.m4: Remove this file.
23671         * m4/largefile.m4: New file.  It contains the old contents of
23672         lfs.m4, except that all names with prefix AC_LFS have been
23673         changed to use the prefix AC_SYS_LARGEFILE instead, to be
23674         compatible with future autoconf versions.  Also, some minor m4
23675         quoting problems have been fixed.
23676
23677 1999-08-01  Paul Eggert  <eggert@twinsun.com>
23678
23679         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
23680         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
23681         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
23682         and simplify the shell code.
23683
23684 1999-08-01  Jim Meyering  <meyering@ascend.com>
23685
23686         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
23687         m4.
23688
23689 1999-07-20  Jim Meyering  <meyering@ascend.com>
23690
23691         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
23692
23693 1999-07-15  Jim Meyering  <meyering@ascend.com>
23694
23695         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
23696
23697 1999-05-22  Jim Meyering  <meyering@ascend.com>
23698
23699         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
23700
23701 1999-05-20  Jim Meyering  <meyering@ascend.com>
23702
23703         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
23704         Add a colon after each `then' in case $4 is empty.
23705
23706 1999-05-16  Jim Meyering  <meyering@ascend.com>
23707
23708         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
23709
23710 1999-05-10  Jim Meyering  <meyering@ascend.com>
23711
23712         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
23713
23714         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
23715         AC_FUNC_MKTIME.
23716
23717 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
23718
23719         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
23720
23721 1999-05-04  Paul Eggert  <eggert@twinsun.com>
23722
23723         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
23724         not CPPFLAGS, so that linking works correctly in IRIX.
23725
23726 1999-04-30  Paul Eggert  <eggert@twinsun.com>
23727
23728         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
23729
23730 1999-04-20  Paul Eggert  <eggert@twinsun.com>
23731
23732         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
23733         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
23734         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
23735         jm_AC_TYPE_UNSIGNED_LONG_LONG.
23736         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
23737
23738         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
23739
23740 1999-04-20  Jim Meyering  <meyering@ascend.com>
23741
23742         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
23743         AC_REPLACE xstroull if necessary.  From Paul Eggert.
23744         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
23745
23746 1999-04-18  Jim Meyering  <meyering@ascend.com>
23747
23748         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
23749         * m4/jm-macros.m4: Use it.
23750
23751 1999-04-06  Jim Meyering  <meyering@ascend.com>
23752
23753         * m4/strftime.m4: Remove test for %f.
23754
23755 1999-03-29  Jim Meyering  <meyering@ascend.com>
23756
23757         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
23758         superset of the AC_TYPE_* checks in the textutils, fileutils,
23759         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
23760         AC_TYPE_PID_T.
23761
23762 1999-03-28  Jim Meyering  <meyering@ascend.com>
23763
23764         * m4/jm-macros.m4: Define GNU_PACKAGE here.
23765         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
23766         replaced e.g., in the *.sh files of the sh-utils.
23767
23768 1999-03-20  Jim Meyering  <meyering@ascend.com>
23769
23770         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
23771         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
23772         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
23773
23774 1999-03-19  Jim Meyering  <meyering@ascend.com>
23775
23776         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
23777
23778 1999-03-12  Jim Meyering  <meyering@ascend.com>
23779
23780         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
23781
23782 1999-03-07  Jim Meyering  <meyering@ascend.com>
23783
23784         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
23785         declared.
23786
23787 1999-02-17  Jim Meyering  <meyering@ascend.com>
23788
23789         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
23790         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
23791
23792 1999-02-07  Jim Meyering  <meyering@ascend.com>
23793
23794         * m4/group-member.m4: New file -- extracted from sh-utils'
23795         configure.in.
23796
23797         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
23798         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
23799
23800 1999-02-06  Jim Meyering  <meyering@ascend.com>
23801
23802         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
23803         * m4/fnmatch.m4: Likewise.
23804         * m4/getgroups.m4: Likewise.
23805         * m4/lstat.m4: Likewise.
23806         * m4/malloc.m4: Likewise.
23807         * m4/putenv.m4: Likewise.
23808         * m4/realloc.m4: Likewise.
23809         * m4/regex.m4: Likewise.
23810         * m4/stat.m4: Likewise.
23811         * m4/strftime.m4: Likewise.
23812         Suggestion from Alain Magloire.
23813
23814         * m4/chown.m4: Use `.$ac_objext', not `.o'.
23815         * m4/fnmatch.m4: Likewise.
23816         * m4/getgroups.m4: Likewise.
23817         * m4/getline.m4: Likewise.
23818         * m4/lstat.m4: Likewise.
23819         * m4/malloc.m4: Likewise.
23820         * m4/memcmp.m4: Likewise.
23821         * m4/putenv.m4: Likewise.
23822         * m4/realloc.m4: Likewise.
23823         * m4/regex.m4: Likewise.
23824         * m4/stat.m4: Likewise.
23825         * m4/strftime.m4: Likewise.
23826         Suggestion from Alain Magloire.
23827
23828         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
23829         an argument.
23830
23831         * m4/regex.m4: Add a run-time Test for proper operation of
23832         re_compile_pattern.
23833
23834 1999-01-31  Jim Meyering  <meyering@ascend.com>
23835
23836         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
23837
23838 1999-01-30  Jim Meyering  <meyering@ascend.com>
23839
23840         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
23841
23842         * m4/jm-mktime.m4: Make this a wrapper around the official
23843         AM_FUNC_MKTIME rather than my private copy, now that the official one
23844         is up to date.
23845         * m4/mktime.m4: Remove file.
23846
23847         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
23848         * m4/uptime.m4: Likewise.
23849         * m4/uintmax_t.m4: Likewise.
23850
23851 1999-01-28  Jim Meyering  <meyering@ascend.com>
23852
23853         * m4/jm-macros.m4: Use jm_AFS.
23854         * m4/afs.m4: New file (from fileutils' configure.in).
23855
23856         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
23857         * m4/chown.m4: Likewise.
23858         * m4/d-ino.m4: Likewise.
23859         * m4/d-type.m4: Likewise.
23860         * m4/fnmatch.m4: Likewise.
23861         * m4/getgroups.m4: Likewise.
23862         * m4/gettext.m4: Likewise.
23863         * m4/jm-mktime.m4: Likewise.
23864         * m4/jm-winsz2.m4: Likewise.
23865         * m4/lcmessage.m4: Likewise.
23866         * m4/ls-mntd-fs.m4: Likewise.
23867         * m4/malloc.m4: Likewise.
23868         * m4/memcmp.m4: Likewise.
23869         * m4/putenv.m4: Likewise.
23870         * m4/realloc.m4: Likewise.
23871         * m4/st_mtim.m4: Likewise.
23872         * m4/strftime.m4: Likewise.
23873
23874 1999-01-16  Jim Meyering  <meyering@ascend.com>
23875
23876         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
23877         (ARGMATCH_DIE_DECL): Define.
23878
23879 1999-01-12  Jim Meyering  <meyering@ascend.com>
23880
23881         * m4/Makefile.am.in: Rewrite to avoid using fmt.
23882         Reported by Lars Hecking.
23883
23884 1999-01-10  Jim Meyering  <meyering@ascend.com>
23885
23886         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
23887         gross kludge.
23888         * m4/inttypes_h.m4: Likewise.
23889         * m4/lstat.m4: Likewise.
23890         * m4/malloc.m4: Likewise.
23891         * m4/readdir.m4: Likewise.
23892         * m4/realloc.m4: Likewise.
23893         * m4/st_dm_mode.m4: Likewise.
23894         * m4/stat.m4: Likewise.
23895         * m4/utimbuf.m4: Likewise.
23896         * m4/utimes.m4: Likewise.
23897
23898         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
23899         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
23900         comments in config.h.in are meaningful.
23901
23902         * m4/jm-macros.m4: Require autoconf-2.13 here.
23903
23904         * m4/regex.m4: By default, don't use the included regex.c on systems
23905         with glibc 2.  Suggestion from Uli Drepper.
23906
23907 1999-01-02  Jim Meyering  <meyering@ascend.com>
23908
23909         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
23910
23911 1998-12-18  Jim Meyering  <meyering@ascend.com>
23912
23913         * m4/Makefile.am.in (Makefile.am): Simplify rule.
23914         Based on a suggestion from Lars Hecking.
23915
23916 1998-11-16  Paul Eggert  <eggert@twinsun.com>
23917
23918         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
23919
23920 1998-11-16  Jim Meyering  <meyering@ascend.com>
23921
23922         * m4/lfs.m4: Double-quote the `uname...` expression.
23923
23924 1998-11-14  Jim Meyering  <meyering@ascend.com>
23925
23926         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
23927         * m4/stat.m4: Likewise.
23928
23929 1998-11-03  Jim Meyering  <meyering@ascend.com>
23930
23931         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
23932         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
23933
23934 1998-10-18  Jim Meyering  <meyering@ascend.com>
23935
23936         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
23937
23938 1998-10-17  Jim Meyering  <meyering@ascend.com>
23939
23940         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
23941         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
23942         calls for those previously hard-coded headers.  Instead, take a new
23943         parameter.
23944         (jm_CHECK_DECLARATIONS): Reflect interface change.
23945         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
23946         (jm_CHECK_DECL_LOCALTIME_R): New macro.
23947
23948         * m4/mktime.m4: Test for spring-forward gap before long-running test.
23949
23950 1998-10-14  Jim Meyering  <meyering@ascend.com>
23951
23952         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
23953         instead of "TZ=America/Vancouver".  From Paul Eggert.
23954
23955 1998-10-11  Jim Meyering  <meyering@ascend.com>
23956
23957         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
23958         This adds a test for a recently added compatibility fix for mktime.c.
23959         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
23960
23961 1998-09-27  Jim Meyering  <meyering@ascend.com>
23962
23963         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
23964
23965         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
23966         ../configure.in, including a change from Gordon Matzigkeit to allow
23967         cross-compiling for the Hurd.
23968
23969         * m4/glibc.m4: New file/macro to test for the GNU C Library
23970         versions 1 and 2.  From Gordon Matzigkeit.
23971         Indent.
23972
23973 1998-09-21  Jim Meyering  <meyering@ascend.com>
23974
23975         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
23976
23977 1998-08-18  Paul Eggert  <eggert@twinsun.com>
23978
23979         Port nanosecond-resolution times to UnixWare 2.1.2 and
23980         pedantic Solaris 2.6.
23981
23982         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
23983         AC_STRUCT_ST_MTIM.
23984         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
23985         Generate name of ns member, instead of just 1 or undef.
23986         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
23987
23988 1998-08-15  Jim Meyering  <meyering@ascend.com>
23989
23990         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
23991         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
23992         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
23993         instead of jm_TYPE_SSIZE_T.
23994
23995 1998-08-12  Jim Meyering  <meyering@ascend.com>
23996
23997         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
23998
23999 1998-08-02  Jim Meyering  <meyering@ascend.com>
24000
24001         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
24002         in acconfig.h manually.
24003
24004 1998-07-31  Paul Eggert  <eggert@twinsun.com>
24005
24006         * m4/st_mtim.m4: New file.
24007
24008 1998-07-28  Jim Meyering  <meyering@ascend.com>
24009
24010         * m4/utimes.m4: Undef stat.
24011
24012 1998-07-25  Jim Meyering  <meyering@ascend.com>
24013
24014         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
24015         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
24016
24017 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
24018
24019         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
24020         uid and gid actually remain unchanged.
24021
24022 1998-07-07  Jim Meyering  <meyering@ascend.com>
24023
24024         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
24025
24026 1998-07-04  Jim Meyering  <meyering@ascend.com>
24027
24028         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
24029         to prove that this macro can be used in packages without regex.c.
24030
24031 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
24032
24033         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
24034         is to be used.
24035
24036 1998-07-03  Jim Meyering  <meyering@ascend.com>
24037
24038         * m4/gettext.m4: Add -lintl if it's found to be necessary.
24039
24040         * m4/gettext.m4: New file -- from gettext-0.10.35.
24041         * m4/lcmessage.m4: Likewise.
24042         * m4/progtest.m4: Likewise.
24043
24044         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
24045         * m4/jm-macros.m4: Require the new macro.
24046
24047 1998-06-29  Jim Meyering  <meyering@ascend.com>
24048
24049         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
24050         for the definition of NGROUPS (used in a system header included
24051         by sys/mount.h).
24052
24053 1998-06-28  Jim Meyering  <meyering@ascend.com>
24054
24055         * m4/ls-mntd-fs.m4: New file.
24056         * m4/fstypename.m4: New file.
24057
24058         * m4/jm-macros.m4: Require the new macro.
24059         * m4/jm-glibc-io.m4: New file.
24060
24061 1998-05-19  Jim Meyering  <meyering@ascend.com>
24062
24063         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
24064         * m4/lchown.m4: New file.
24065
24066         * m4/Makefile.am.in: New file.
24067         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
24068
24069 1998-05-14  Jim Meyering  <meyering@ascend.com>
24070
24071         * m4/Makefile.am (EXTRA_DIST): Add them.
24072         * m4/jm-macros.m4: New file.
24073         * m4/utimbuf.m4: New file.
24074
24075 1998-05-12  Jim Meyering  <meyering@ascend.com>
24076
24077         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
24078
24079 1998-05-11  Jim Meyering  <meyering@ascend.com>
24080
24081         * m4/isc-posix.m4: New file.
24082
24083 1998-05-10  Jim Meyering  <meyering@ascend.com>
24084
24085         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
24086
24087 1998-05-09  Jim Meyering  <meyering@ascend.com>
24088
24089         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
24090         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
24091         with automake.
24092
24093         * m4/ssize_t.m4: New file.
24094         * m4/mktime.m4: Remove file -- the new automake has this now.
24095
24096 1998-04-26  Jim Meyering  <meyering@ascend.com>
24097
24098         * m4/assert.m4: New file.
24099         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
24100
24101 1998-04-05  Jim Meyering  <meyering@ascend.com>
24102
24103         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
24104         (jm_PREREQ): Use it here.
24105
24106 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
24107
24108         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
24109         in acconfig.h.
24110
24111 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
24112
24113         * m4/prereq.m4: New file.
24114         * m4/error.m4: New file.
24115         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
24116
24117 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
24118
24119         * m4/getline.m4: Don't set am_cv_func_working_getline before the
24120         cache-check for the same variable -- that defeated the purpose of
24121         the test; the test program was never run.  This was a problem only
24122         on systems with losing getline functions -- HP-UX 10.20 is one.
24123         Reported by Bjorn Helgaas.
24124
24125 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
24126
24127         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
24128
24129 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
24130
24131         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
24132
24133         * m4/const.m4: New file.  Use an initializer in this declaration
24134         typedef int charset[2]; const charset x;
24135         Reported by Bob Glickstein.
24136
24137 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
24138
24139         * m4/chown.m4: Fix reversed types on -1 args to chown.
24140         From Kaveh Ghazi.
24141
24142 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
24143
24144         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
24145         Add lseek and memchr.
24146
24147         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
24148         T.E.Dickey <dickey@clark.net> said that some older preprocessors
24149         have a 20-character limit on names.
24150
24151 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
24152
24153         * m4/inttypes_h.m4: New file.
24154         * m4/uintmax_t.m4: New file.
24155         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
24156
24157 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
24158   Free Software Foundation, Inc.
24159 Copying and distribution of this file, with or without modification,
24160 are permitted provided the copyright notice and this notice are preserved.