a266f17ba89ce80bc49ed2248c68da24659f8955
[gnulib.git] / ChangeLog
1 2006-10-10  Bruno Haible  <bruno@clisp.org>
2
3         Make it possible to #define set_program_name to an alias.
4         * lib/progname.c: Don't undefine set_program_name; instead, undefine
5         ENABLE_RELOCATABLE early.
6
7 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
8
9         Port to Tandem NSK OSS, which has 64-bit signed int but at most
10         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
11         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
12         More generally, don't assume that 64-bit signed int is available
13         if unsigned int is, and vice versa.
14         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
15         unsigned symbols, not on their signed counterparts.
16         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
17         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
18         (UINT64_C, UINTMAX_C):
19         Likewise.
20         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
21         unsigned counterparts.
22         (Have_long_long, Unsigned): New macros.
23         (Int): Renamed from INT.
24         (strtoimax): Use the new macros.
25         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
26         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
27         * modules/inttypes (inttypes.h): Substitute
28         HAVE_UNSIGNED_LONG_LONG_INT.
29         * modules/stdint (stdint.h): Likewise.
30         (Files): Add m4/ulonglong.m4.
31
32 2006-10-10  Bruno Haible  <bruno@clisp.org>
33
34         Fix a gcc -Wshadow warning.
35         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
36         to 'bucket'.
37         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
38         gl_linked_indexof_from_to): Likewise.
39         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
40         Likewise.
41         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
42         Likewise.
43         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
44         Reported by Eric Blake.
45
46 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
47
48         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
49         for NetBSD.  Problem reported by Bruno Haible.
50
51 2006-10-09  Jim Meyering  <jim@meyering.net>
52
53         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
54         Patch from Bruno Haible.
55
56 2006-10-09  Jim Meyering  <jim@meyering.net>
57
58         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
59         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
60         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
61
62 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
63
64         Don't include <config.h> twice; this doesn't work in some cases,
65         e.g., when config.h has "#define intmax_t long long int" and
66         we include <config.h>, <inttypes.h>, <config.h> in that order.
67         Problem reported by Matthew Woehlke in:
68         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
69         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
70         * lib/fts-cycle.c: Don't include config.h.
71         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
72         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
73         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
74         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
75         inttypes.h.
76         * lib/xstrtoumax.c: Likewise.
77         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
78         __strtol and the like, so that this module is more like its siblings.
79         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
80         Remove; no longer needed now that we assume gnulib inttypes.h.
81
82 2006-10-08  Bruno Haible  <bruno@clisp.org>
83
84         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
85         option.
86
87 2006-10-07  Jim Meyering  <jim@meyering.net>
88
89         * modules/inttypes (inttypes.h): Revert what seems to have been
90         an inadvertent part of today's change: use "|", not "/" in the
91         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
92
93 2006-10-07  Bruno Haible  <bruno@clisp.org>
94
95         * modules/sublist: New file.
96
97 2006-10-07  Bruno Haible  <bruno@clisp.org>
98
99         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
100         * modules/argz (argz.h): Likewise.
101         * modules/arpa_inet (arpa/inet.h): Likewise.
102         * modules/byteswap (byteswap.h): Likewise.
103         * modules/configmake (configmake.h): Likewise.
104         * modules/fcntl (fcntl.h): Likewise.
105         * modules/fnmatch (fnmatch.h): Likewise.
106         * modules/getopt (getopt.h): Likewise.
107         * modules/glob (glob.h): Likewise.
108         * modules/inttypes (inttypes.h): Likewise.
109         * modules/netinet_in (netinet/in.h): Likewise.
110         * modules/poll (poll.h): Likewise.
111         * modules/stdbool (stdbool.h): Likewise.
112         * modules/stdint (stdint.h): Likewise.
113         * modules/sys_select (sys/select.h): Likewise.
114         * modules/sys_socket (sys/socket.h): Likewise.
115         * modules/sys_stat (sys/stat.h): Likewise.
116         * modules/sysexits (sysexits.h): Likewise.
117         * modules/unistd (unistd.h): Likewise.
118         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
119         Add a "DO NOT EDIT" comment to the generated file.
120         (func_import): Likewise for gnulib-comp.m4.
121
122 2006-10-07  Bruno Haible  <bruno@clisp.org>
123
124         * lib/gl_sublist.h: New file.
125         * lib/gl_sublist.c: New file.
126
127 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
128
129         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
130         name (relative to the original working directory) and the file
131         name component (relative to the temporary working directory).  All
132         callers changed.
133         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
134         * lib/mkdir-p.c (make_dir_parents): Likewise.
135         * lib/mkdir-p.h (make_dir_parents): Likewise.
136
137 2006-10-06  Eric Blake  <ebb9@byu.net>
138
139         Define several macros for use by the clean-temp module.
140         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
141         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
142         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
143
144         * lib/clean-temp.h (close_stream_temp): New declaration.
145         * lib/clean-temp.c (includes): Pull in headers according to what
146         other modules are in use.
147         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
148
149 2006-10-06  Bruno Haible  <bruno@clisp.org>
150
151         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
152         instead of fopen, fwriteerror.
153
154 2006-10-06  Bruno Haible  <bruno@clisp.org>
155
156         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
157         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
158         int.
159         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
160         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
161         Return an error indicator.
162         Suggested by Eric Blake.
163
164 2006-10-06  Bruno Haible  <bruno@clisp.org>
165
166         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
167         Reported by Eric Blake.
168
169 2006-10-06  Bruno Haible  <bruno@clisp.org>
170
171         * modules/closeout (Description): Mention stderr too.
172
173 2006-10-06  Bruno Haible  <bruno@clisp.org>
174         and Paul Eggert  <eggert@cs.ucla.edu>
175
176         * lib/closeout.c (close_stdout): Also close stderr.
177         * lib/closeout.h: Update comment.
178
179 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
180
181         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
182         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
183         * lib/dirchownmod.c: Include lchown.h.
184         * lib/lchown.c: Don't include files that lchown.h now includes.
185         Don't declare chown, since lchown.h now does that.
186         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
187         (lchown): Define to rpl_chown if lchown is declared but
188         does not exist.  Declare using a prototype if lchown is not
189         declared.  Add a copyright notice.
190         * lib/mkstemp.h: Include <unistd.h>.
191         * lib/openat.c: Include lchown.h.
192
193         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
194         we now test for that separately.
195         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
196         rather than O_NOFOLLOW, when testing whether it's possible to
197         avoid a race condition reliably.
198         * lib/savewd.c (savewd_chdir): Likewise.
199
200         Remove macros that are no longer needed now that stdint.h is
201         reliable.
202         * lib/fsusage.c (UINTMAX_MAX): Remove.
203         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
204         * lib/utimecmp.c (SIZE_MAX): Remove.
205
206         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
207
208         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
209         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
210         O_NOATIME works.
211
212 2006-10-05  Bruno Haible  <bruno@clisp.org>
213
214         * lib/gl_list.h (gl_sortedlist_search_from_to,
215         gl_sortedlist_indexof_from_to): New declarations.
216         (gl_list_implementation): New fields sortedlist_search_from_to,
217         sortedlist_indexof_from_to.
218         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
219         inline functions.
220         * lib/gl_list.c (gl_sortedlist_search_from_to,
221         gl_sortedlist_indexof_from_to): New functions.
222         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
223         function.
224         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
225         (gl_array_sortedlist_search_from_to): New function.
226         (gl_array_list_implementation): Update.
227         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
228         function.
229         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
230         (gl_carray_sortedlist_search_from_to): New function.
231         (gl_carray_list_implementation): Update.
232         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
233         gl_linked_sortedlist_indexof_from_to): New functions.
234         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
235         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
236         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
237         gl_tree_sortedlist_indexof_from_to): New functions.
238         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
239         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
240         Update.
241         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
242         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
243         Update.
244
245 2006-10-05  Bruno Haible  <bruno@clisp.org>
246
247         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
248         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
249         (struct gl_list_implementation): Add fields search_from_to,
250         indexof_from_to. Remove fields search, indexof.
251         (gl_list_search): Use the search_from_to method.
252         (gl_list_search_from, gl_list_search_from_to): New functions.
253         (gl_list_indexof): Use the indexof_from_to method.
254         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
255         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
256         (gl_list_search_from, gl_list_search_from_to): New functions.
257         (gl_list_indexof): Use the indexof_from_to method.
258         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
259         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
260         gl_array_indexof. Add start_index, end_index arguments.
261         (gl_array_search_from_to): Renamed from gl_array_search. Add
262         start_index, end_index arguments.
263         (gl_array_remove, gl_array_list_implementation): Update.
264         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
265         gl_carray_indexof. Add start_index, end_index arguments.
266         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
267         start_index, end_index arguments.
268         (gl_carray_remove, gl_carray_list_implementation): Update.
269         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
270         gl_linked_search. Add start_index, end_index arguments.
271         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
272         start_index, end_index arguments.
273         (gl_linked_remove): Update.
274         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
275         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
276         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
277         field to 'size_t'.
278         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
279         gl_tree_search. Add start_index, end_index arguments.
280         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
281         start_index, end_index arguments.
282         (gl_tree_remove): Update.
283         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
284         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
285         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
286         function.
287         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
288         gl_tree_search. Add start_index, end_index arguments.
289         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
290         start_index, end_index arguments.
291         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
292         Update.
293         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
294
295 2006-10-05  Bruno Haible  <bruno@clisp.org>
296
297         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
298
299         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
300         fwriteerror_temp): New declarations.
301         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
302         (descriptors): New variable.
303         (cleanup): First, close the descriptors.
304         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
305         fclose_temp, fwriteerror_temp): New functions.
306
307 2006-10-04  Jim Meyering  <jim@meyering.net>
308
309         * lib/fts.c (fts_open): Tiny comment change.
310
311 2006-10-04  Bruno Haible  <bruno@clisp.org>
312
313         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
314         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
315         gl_LOCK_BODY.
316         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
317         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
318         gl_LOCK_EARLY_BODY.
319         (gl_LOCK): Require gl_LOCK_BODY.
320
321 2006-10-04  Bruno Haible  <bruno@clisp.org>
322
323         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
324         (gl_oset_search_atleast): New declaration.
325         (struct gl_oset_implementation): Add field 'search_atleast'.
326         (gl_oset_search_atleast): New inline function.
327         * lib/gl_oset.c (gl_oset_search_atleast): New function.
328         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
329         (gl_array_oset_implementation): Update.
330         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
331         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
332         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
333
334 2006-10-04  Bruno Haible  <bruno@clisp.org>
335
336         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
337
338 2006-10-03  Bruno Haible  <bruno@clisp.org>
339
340         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
341         from gl_avltreehash_list_implementation.
342
343 2006-10-03  Bruno Haible  <bruno@clisp.org>
344
345         * lib/gl_oset.c (gl_oset_add): Fix return type.
346
347 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
348
349         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
350
351 2006-10-02  Eric Blake  <ebb9@byu.net>
352
353         * modules/strnlen (Depends-on): Add extensions.
354
355 2006-10-02  Eric Blake  <ebb9@byu.net>
356
357         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
358         definition in 2.60+.
359
360 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
361
362         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
363         checks.
364
365 2006-10-02  Bruno Haible  <bruno@clisp.org>
366
367         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
368         to the AUTOMAKE_OPTIONS.
369         Reported by Jim Meyering.
370
371 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
372
373         Work around bug in Solaris 10 /proc file system:
374         /proc/self/fd/NNN/.. isn't the parent directory of
375         the directory whose file descriptor is NNN.  This needs to
376         be worked around at run time, not compile time, since a
377         program might be built on Solaris 8, where things work, and
378         run on Solaris 10.
379         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
380         to use the following interface instead:
381         (OPENAT_BUFFER_SIZE): New macro.
382         (openat_proc_name): New function.
383         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
384         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
385         Likewise.
386         * lib/openat-proc.c: New file.
387         * modules/openat (Files): Add lib/openat-proc.c.
388         (Depends-on): Add same-inode, stdbool.
389         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
390
391 2006-09-29  Bruno Haible  <bruno@clisp.org>
392
393         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
394         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
395         argument. Set stdout_closed before testing for ferror, not after.
396         (fwriteerror, fwriteerror_no_ebadf): New functions.
397
398 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
399
400         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
401
402 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
403
404         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
405         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
406
407 2006-09-28  Jim Meyering  <jim@meyering.net>
408
409         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
410         Include <unistd.h>.
411
412 2006-09-28  Bruno Haible  <bruno@clisp.org>
413
414         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
415         * modules/linkedhash-list (Depends-on): Likewise.
416         * modules/rbtreehash-list (Depends-on): Likewise.
417
418 2006-09-28  Bruno Haible  <bruno@clisp.org>
419
420         * lib/strndup.h: Simplify the redefinition of strndup.
421         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
422         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
423
424 2006-09-28  Bruno Haible  <bruno@clisp.org>
425
426         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
427         * lib/gl_linkedhash_list.c: Likewise.
428         * lib/gl_rbtreehash_list.c: Likewise.
429
430 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
431
432         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
433         getaddrinfo.
434
435         * lib/__fpending.h: Don't include <stdio_ext.h> unless
436         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
437         it causes <stdio_ext.h> to cause a compile-time error.
438         Problem reported by Nelson H. F. Beebe.
439         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
440         of HAVE_DECL___PENDING.
441
442         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
443         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
444         declaration.
445
446 2006-09-27  Jim Meyering  <jim@meyering.net>
447
448         This file could end up with a definition for a function
449         named __strndup, rather than rpl_strndup on a system with
450         incomplete weak_alias support.
451         * lib/strndup.c (strndup): Rename from __strndup.
452         Remove #defines that used to map __strndup to strndup.
453         Don't use K&R prototypes.
454         Remove LIBC-related code, since this file is not sync'd with glibc.
455         * lib/strndup.h: Revamp, accordingly.
456         * m4/strndup.m4: Modernize.
457
458 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
459
460         * modules/savewd (Depends-on): Add 'raise'.
461         * lib/savewd.c: Include <signal.h>, for 'raise'.
462
463 2006-09-26  Jim Meyering  <jim@meyering.net>
464
465         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
466         when we detect Darwin 8.7.0's acl_get_file bug.
467         Rearrange to perform the new (below) run-test while $LIBS
468         contains any acl-related library.  Set USE_ACL at the end.
469         (gl_ACL_GET_FILE): New function.
470
471 2006-09-26  Eric Blake  <ebb9@byu.net>
472
473         * lib/verror.c: Include <config.h> unconditionally.
474
475 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
476
477         * modules/clock-time (Maintainer): Add self.
478         * modules/getlogin_r (Depends-on): Add extensions.
479
480 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
481
482         * modules/clock-time: New module.
483         * modules/nanosleep (Depends-on): Add clock-time.
484         * modules/gethrxtime (Depends-on): Likewise.
485         * modules/gettime (Depends-on): Likewise.
486         * modules/settime (Depends-on): Likewise.
487
488         * modules/fts-lgpl: Depend on openat.
489         * modules/mkancesdirs: Depend on savewd.
490         * modules/mkdir-p: Likewise.
491
492 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
493
494         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
495
496         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
497         `gl_have_arbitrary_file_name_length_limit' to
498         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
499         actually works between configure runs.
500
501 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
502             Bruno Haible  <bruno@clisp.org>
503
504         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
505
506 2006-09-25  Jim Meyering  <jim@meyering.net>
507
508         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
509         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
510
511 2006-09-25  Eric Blake  <ebb9@byu.net>
512
513         * gnulib-tool (func_import, func_create_testdir): Fix typos in
514         exec's in 2006-09-18 patch when shuffling fds.
515
516 2006-09-25  Bruno Haible  <bruno@clisp.org>
517
518         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
519         Reported by Jim Meyering.
520
521 2006-09-24  Jim Meyering  <jim@meyering.net>
522
523         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
524         compare a pointer against a literal "0".  That caused failures with
525         at least HP-UX's hpcc.
526
527 2006-09-22  Simon Josefsson  <jas@extundo.com>
528
529         * modules/gc-sha1:
530         * modules/gc-md4:
531         * modules/gc-hmac-sha1:
532         * modules/gc-hmac-md5:
533         * modules/gc-des:
534         * modules/gc-arcfour: Distribute more files.
535
536 2006-09-22  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
537
538         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
539         (gl_linked_iterator_from_to): Initialize struct completely.
540         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
541         (gl_tree_iterator_from_to): Likewise
542         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
543         * lib/gl_array_list.c [lint] (gl_array_iterator)
544         (gl_array_iterator_from_to): Likewise.
545         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
546         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
547         (gl_carray_iterator_from_to): Likewise.
548
549         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
550         * lib/md4.c (md4_process_block): Remove unused variable.
551         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
552         parentheses for clarity.
553
554 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
555
556         * modules/bison-i18n (Depends-on): Add gettext.
557
558 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
559
560         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
561         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
562         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
563         also add missing comma that caused broken test.
564         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
565         stdlib.h, for `abort'.
566         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
567         variables.
568         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
569         include unistd.h if present, for `rmdir'.
570         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
571         variables.
572         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
573         in the process include standard headers for prototypes.
574         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
575         gets declared on GNU/Linux.
576         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
577         unistd.h, for `rmdir'.
578         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
579
580         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
581         always true.
582         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
583
584         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
585
586 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
587
588         * gnulib-tool (func_version): Create output all at once.  This
589         may help avoid triggering unnecessary SIGPIPEs, and at any
590         rate it doesn't hurt.
591
592 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
593             Bruno Haible  <bruno@clisp.org>
594
595         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
596         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
597         * m4/signed.m4 (bh_C_SIGNED): Likewise.
598
599         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
600         (gl_FUNC_VASPRINTF): Invoke it.
601
602 2006-09-22  Bruno Haible  <bruno@clisp.org>
603
604         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
605         getloadavg.c as first argument.
606
607 2006-09-22  Bruno Haible  <bruno@clisp.org>
608
609         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
610         at the beginning of the gl_INIT macro.
611         * modules/getloadavg (configure.ac): Pass $gl_source_base to
612         gl_GETLOADAVG.
613
614 2006-09-22  Bruno Haible  <bruno@clisp.org>
615
616         * gnulib-tool (func_create_megatestdir): Don't include the config-h
617         module.
618         Suggested by Ralf Wildenhues.
619
620 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
621
622         Import this patch from libc:
623
624         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
625
626         * lib/regex_internal.c (re_string_reconstruct): Handle
627         offset < pstr->valid_raw_len && pstr->offsets_needed case.
628         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
629         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
630         re_string_context_at.
631
632         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
633         now requires it.
634         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
635         gl_REGEX now does it for us.
636         (gl_REGEX): Add test taken from
637         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
638
639         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
640         Check that large offsets work.  Modernize Autoconf usages.
641         Prefer "yes" to mean a good thing rather than a bad.
642         Don't put "#define mkstemp" in config.h, as this might interfere
643         with standard system headers that "#define mkstemp mkstemp64".
644
645         * modules/mkstemp (Depends-on): Add extensions, so that
646         mkstemp is visible on some platforms.
647         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
648         (Include): Change to "mkstemp.h" from <stdlib.h>.
649         (Files): Add mkstemp.h.
650
651         * lib/mkstemp.h: New file, since some standard headers
652         #define mkstemp.
653         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
654         Include "mkstemp.h".
655         Make the _LIBC code resemble glibc original more,
656         e.g., use K&R style.
657         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
658         (mkstemp): Remove, since mkstemp.h does this for us.
659         * lib/stdlib--.h: Include mkstemp.h.
660
661         Import this patch from libc:
662
663         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
664
665         * lib/tempname.c (__gen_tempname): Change attempts_min
666         into a macro.  Use preprocessor to decide how to initialize
667         attempts [Coverity CID 67].
668
669 2006-09-20  Bruno Haible  <bruno@clisp.org>
670
671         * lib/mkdtemp.c: Import from libc.
672         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
673                 * sysdeps/posix/tempname.c (__gen_tempname): Change
674                 attempts_min into a macro.  Use preprocessor to decide how to
675                 initialize attempts [Coverity CID 67].
676         2001-11-27  Paul Eggert  <eggert@twinsun.com>
677                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
678                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
679
680 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
681
682         * gnulib-tool (func_exit): New function, to allow to pass the
683         exit status portably through the trap.  Use everywhere.
684         (--help, --version): Signal a write error.
685         (trap): catch SIGPIPE, for write errors.
686         Exit at the end of the trap, with the correct exit status.
687
688 2006-09-19  Karl Berry  <karl@gnu.org>
689
690         * doc/gnulib.texi: note about the license texinfo files.
691
692 2006-09-19  Eric Blake  <ebb9@byu.net>
693
694         * gnulib-tool: Avoid space-tab.
695
696 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
697
698         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
699         that prevented coreutils 6.1 from building.  Problem reported
700         by Petter Reinholdtsen.
701
702 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
703
704         * gnulib-tool (avoidlist): Fix typo that broke options like
705         --avoid=lock that are used by coreutils bootstrap.
706
707 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
708
709         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
710         more systematically.
711
712 2006-09-18  Jim Meyering  <jim@meyering.net>
713
714         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
715
716 2006-09-18  Bruno Haible  <bruno@clisp.org>
717
718         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
719
720 2006-09-18  Bruno Haible  <bruno@clisp.org>
721
722         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
723         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
724         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
725         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
726         * m4/gettext.m4: Require autoconf >= 2.52.
727         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
728         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
729         of gl_cv_header_inttypes_h.
730
731 2006-09-18  Bruno Haible  <bruno@clisp.org>
732
733         * lib/javaversion.c: Include configmake.h.
734
735 2006-09-18  Bruno Haible  <bruno@clisp.org>
736
737         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
738         avoid that the while loops be executed in a subshell.
739
740 2006-09-18  Bruno Haible  <bruno@clisp.org>
741
742         * MODULES.html.sh (func_module): Break long lines.
743         Suggested by Bruce Korb <bkorb@gnu.org>.
744
745 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
746
747         Speed up by a factor of 1.12.
748         * gnulib-tool (nl): New variable.
749         (func_import): Rewrite include directive extraction to only read each
750         directive once.
751
752 2006-09-17  Bruno Haible  <bruno@clisp.org>
753
754         * modules/javaversion (Makefile.am): Remove DEFS setting.
755         (Depends-on): Add configmake, for PKGDATADIR definition.
756
757 2006-09-17  Bruno Haible  <bruno@clisp.org>
758
759         * gnulib-tool (func_create_testdir): Rewrite all files at once.
760
761 2006-09-17  Bruno Haible  <bruno@clisp.org>
762
763         * gnulib-tool (func_append): New function, stolen from libtool.m4.
764         (func_modules_transitive_closure, func_modules_add_dummy,
765         func_modules_to_filelist, func_import, func_create_testdir,
766         func_create_megatestdir, ...): Use it wherever possible.
767         Suggested by Ralf Wildenhues.
768
769 2006-09-16  Karl Berry  <karl@gnu.org>
770
771         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
772         to avoid sectioning errors.
773         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
774         [ifinfo]: blank line after @center-ed titles.
775         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
776         Spell FSF address consistently with others.
777         (These changes approved by rms.)
778
779 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
780
781         Speed up by a factor of 1.61.
782         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
783         already checked module names again.
784
785 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
786
787         Speed up by a factor of 1.13.
788         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
789         for new_files, and the input to func_add_or_update.
790
791 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
792
793         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
794         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
795
796 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
797
798         * modules/mkancesdirs (Depends-on): Add fcntl.
799         * modules/savewd: New file.
800         * MODULES.html.sh (File system functions): Add savewd.
801
802         * modules/configmake (Makefile.am): Add support for the
803         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
804
805 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
806
807         * m4/savewd.m4: New file.
808
809 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
810
811         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
812         (dirchownmod): New arg FD.  All callers changed.
813         Use FD rather than opening the directory ourself, as opening is
814         now the caller's responsibility.
815         * lib/dirchownmod.h: Likewise.
816         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
817         hosts that require <sys/types.h> before <sys/stat.h>.  Include
818         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
819         (test_dir): Remove.
820         (mkancesdirs): Return length of prefix of FILE that has already
821         been made, or -2 if there is a child doing the work.  Redo
822         algorithm so that it is O(N) rather than O(N**2).  Optimize away
823         ".", and treat ".." specially since it might stray back into
824         already-created areas.  Use a subprocess if necessary.  New arg
825         WD; all users changed.  MAKE_DIR function should now return 1
826         if it creates a directory that is not readable.  Return -2 if
827         a child process is spun off.
828         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
829         Adjust signature to match code.
830         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
831         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
832         all users changed.
833         * lib/savewd.c, savewd.h: New files.
834
835 2006-09-15  Jim Meyering  <jim@meyering.net>
836
837         * modules/rename-dest-slash: New module.
838         * MODULES.html.sh (posix_compat): Add it here.
839
840         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
841
842 2006-09-15  Jim Meyering  <jim@meyering.net>
843
844         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
845         file.
846
847         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
848
849 2006-09-15  Jim Meyering  <jim@meyering.net>
850
851         * lib/rename-dest-slash.c (has_trailing_slash): Use
852         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
853         (rpl_rename_dest_slash): Perform the cheaper trailing slash
854         test before testing whether SRC is a directory.
855         Suggestions from Bruno Haible.
856
857         Avoid a warning about an unused variable.
858         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
859         into the #ifdef block where it's used.
860
861         * lib/rename-dest-slash.c: New file.
862
863 2006-09-14  Bruno Haible  <bruno@clisp.org>
864
865         * lib/allocsa.c: Include <config.h> unconditionally.
866         * lib/asnprintf.c: Likewise.
867         * lib/asprintf.c: Likewise.
868         * lib/c-strcasecmp.c: Likewise.
869         * lib/c-strcasestr.c: Likewise.
870         * lib/c-strncasecmp.c: Likewise.
871         * lib/c-strstr.c: Likewise.
872         * lib/classpath.c: Likewise.
873         * lib/clean-temp.c: Likewise.
874         * lib/concatpath.c: Likewise.
875         * lib/copy-file.c: Likewise.
876         * lib/csharpcomp.c: Likewise.
877         * lib/csharpexec.c: Likewise.
878         * lib/execute.c: Likewise.
879         * lib/fatal-signal.c: Likewise.
880         * lib/findprog.c: Likewise.
881         * lib/fwriteerror.c: Likewise.
882         * lib/gl_array_list.c: Likewise.
883         * lib/gl_array_oset.c: Likewise.
884         * lib/gl_avltree_list.c: Likewise.
885         * lib/gl_avltree_oset.c: Likewise.
886         * lib/gl_avltreehash_list.c: Likewise.
887         * lib/gl_carray_list.c: Likewise.
888         * lib/gl_linked_list.c: Likewise.
889         * lib/gl_linkedhash_list.c: Likewise.
890         * lib/gl_list.c: Likewise.
891         * lib/gl_oset.c: Likewise.
892         * lib/gl_rbtree_list.c: Likewise.
893         * lib/gl_rbtree_oset.c: Likewise.
894         * lib/gl_rbtreehash_list.c: Likewise.
895         * lib/imaxabs.c: Likewise.
896         * lib/imaxdiv.c: Likewise.
897         * lib/javacomp.c: Likewise.
898         * lib/javaexec.c: Likewise.
899         * lib/javaversion.c: Likewise.
900         * lib/linebreak.c: Likewise.
901         * lib/localcharset.c: Likewise.
902         * lib/lock.c: Likewise.
903         * lib/mbchar.c: Likewise.
904         * lib/mbswidth.c: Likewise.
905         * lib/mkdtemp.c: Likewise.
906         * lib/pipe.c: Likewise.
907         * lib/printf-args.c: Likewise.
908         * lib/printf-parse.c: Likewise.
909         * lib/progname.c: Likewise.
910         * lib/progreloc.c: Likewise.
911         * lib/readlink.c: Likewise.
912         * lib/sh-quote.c: Likewise.
913         * lib/stpcpy.c: Likewise.
914         * lib/stpncpy.c: Likewise.
915         * lib/strcasecmp.c: Likewise.
916         * lib/strcasestr.c: Likewise.
917         * lib/strcspn.c: Likewise.
918         * lib/striconv.c: Likewise.
919         * lib/strncasecmp.c: Likewise.
920         * lib/strnlen1.c: Likewise.
921         * lib/strstr.c: Likewise.
922         * lib/strtok_r.c: Likewise.
923         * lib/tls.c: Likewise.
924         * lib/tmpdir.c: Likewise.
925         * lib/unicodeio.c: Likewise.
926         * lib/unsetenv.c: Likewise.
927         * lib/vasnprintf.c: Likewise.
928         * lib/vasprintf.c: Likewise.
929         * lib/wait-process.c: Likewise.
930         * lib/xallocsa.c: Likewise.
931         * lib/xsetenv.c: Likewise.
932         * lib/xstriconv.c: Likewise.
933
934 2006-09-13  Simon Josefsson  <jas@extundo.com>
935
936         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
937         that internally, suggested by Ralf Wildenhues
938         <Ralf.Wildenhues@gmx.de>.
939
940 2006-09-13  Simon Josefsson  <jas@extundo.com>
941
942         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
943         @LIBOBJS@.
944         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
945
946 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
947
948         * lib/_fpending.c: Include <config.h> unconditionally, since we no
949         longer worry about uses that don't define HAVE_CONFIG_H.
950         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
951         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
952         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
953         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
954         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
955         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
956         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
957         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
958         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
959         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
960         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
961         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
962         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
963         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
964         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
965         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
966         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
967         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
968         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
969         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
970         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
971         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
972         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
973         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
974         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
975         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
976         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
977         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
978         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
979         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
980         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
981         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
982         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
983         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
984         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
985         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
986         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
987         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
988         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
989         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
990         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
991         Likewise.
992
993 2006-09-13  Eric Blake  <ebb9@byu.net>
994
995         * lib/getopt.c: Fix typo in last commit.
996
997 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
998
999         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
1000         dgettext.
1001
1002 2006-09-12  Jim Meyering  <jim@meyering.net>
1003
1004         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
1005         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
1006         Reported by Nelson H. F. Beebe.
1007
1008 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
1009
1010         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
1011         program_invocation_name and program_invocation_short_name are
1012         initialized.
1013         * lib/argp-namefrob.h: Move declarations of program_invocation_name
1014         and program_invocation_short_name to argp.h, so they are visible
1015         to user programs.
1016         * lib/argp.h: Likewise
1017
1018 2006-09-10  Bruno Haible  <bruno@clisp.org>
1019
1020         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
1021         m4/inttypes_h.m4, m4/uintmax_t.m4.
1022
1023 2006-09-10  Bruno Haible  <bruno@clisp.org>
1024
1025         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
1026         gl_AC_TYPE_UINTMAX_T.
1027
1028 2006-09-10  Bruno Haible  <bruno@clisp.org>
1029
1030         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
1031
1032 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
1033
1034         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
1035         convention.  Text proposed by Bruno Haible.
1036         (struct argp_option): Document the use of N_() wrappers.
1037
1038         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
1039         '\v', and translate the two parts separately, instead of feeding
1040         the whole string to gettext.  This allows to exclude
1041         '\v' from the strings visible to the translator by writing doc
1042         strings as N_("..") "\v" N_("..").
1043
1044 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
1045
1046         * config/srclist.txt: Undo latest change; the bug was fixed.
1047
1048 2006-09-09  Bruno Haible  <bruno@clisp.org>
1049
1050         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
1051         assignments if building a library without libtool.
1052         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
1053         in func_emit_lib_Makefile_am.
1054         (func_import): When building a static library libfoo.a, arrange to
1055         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
1056         (func_create_testdir): Likewise.
1057         * modules/gc (configure.ac, Makefile.am): If building statically,
1058         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
1059         * modules/iconvme (configure.ac, Makefile.am): Likewise.
1060         * modules/striconv (configure.ac, Makefile.am): Likewise.
1061         Based on a suggestion by Ralf Wildenhues.
1062
1063 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1064
1065         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
1066         Check for unistd.h too, since Autoconf doesn't assume POSIX.
1067         Also:
1068
1069         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1070         Add year_2050_test to catch glibc bug 2821
1071         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
1072
1073         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
1074         Prefer #ifdef to #if.
1075
1076         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
1077         Return from 'main' instead of calling 'exit'.
1078
1079 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1080
1081         * lib/mktime.c (guess_time_tm): Fix bug where mktime
1082         returned the maximum time_t value rather than (time_t) -1.
1083         Problem originally reported by William Bardwell
1084         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
1085
1086         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
1087         Moved to here ...
1088         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
1089         ... from here.
1090
1091 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1092
1093         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
1094         2821 is fixed.
1095
1096 2006-09-08  Jim Meyering  <jim@meyering.net>
1097
1098         Don't make generated files read-only.  That would bother too many
1099         people.  However, do retain the ability to work when targets are
1100         read-only: remove the destination and temporary files before writing
1101         them (when generated via sed or echo), or by using the -f option for
1102         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
1103         * modules/alloca-opt, modules/argz, modules/arpa_inet:
1104         * modules/byteswap, modules/configmake, modules/fcntl:
1105         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
1106         * modules/localcharset, modules/netinet_in, modules/poll:
1107         * modules/stdbool, modules/stdint, modules/sys_select:
1108         * modules/sys_socket, modules/sys_stat, modules/sysexits:
1109
1110 2006-09-08  Jim Meyering  <jim@meyering.net>
1111
1112         Avoid new build failure on FreeBSD 6.0.
1113         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
1114         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
1115         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
1116
1117 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1118
1119         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
1120
1121 2006-09-07  Jim Meyering  <jim@meyering.net>
1122
1123         Fix global typo in last change: use chmod u-w, not chmod u-x.
1124         Spotted by Paul Eggert and Bruce Korb.
1125         * modules/alloca-opt, modules/argz, modules/arpa_inet:
1126         * modules/byteswap, modules/configmake, modules/fcntl:
1127         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
1128         * modules/localcharset, modules/netinet_in, modules/poll:
1129         * modules/stdbool, modules/stdint, modules/sys_select:
1130         * modules/sys_socket, modules/sys_stat, modules/sysexits:
1131
1132 2006-09-06  Jim Meyering  <jim@meyering.net>
1133
1134         Make generated files be read-only.
1135         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
1136         Ensure that each generated file is now read-only.
1137         * modules/argz: Likewise.
1138         * modules/arpa_inet: Likewise.
1139         * modules/byteswap: Likewise.
1140         * modules/configmake: Likewise.
1141         * modules/fcntl: Likewise.
1142         * modules/fnmatch: Likewise.
1143         * modules/getopt: Likewise.
1144         * modules/glob: Likewise.
1145         * modules/inttypes: Likewise.
1146         * modules/netinet_in: Likewise.
1147         * modules/poll: Likewise.
1148         * modules/stdbool: Likewise.
1149         * modules/stdint: Likewise.
1150         * modules/sys_select: Likewise.
1151         * modules/sys_socket: Likewise.
1152         * modules/sys_stat: Likewise.
1153         * modules/sysexits: Likewise.
1154         * modules/localcharset: Same as above, but continue using temporary
1155         file named "t-$@" (why different?) rather than the "$@-t" used
1156         everywhere else.
1157
1158         * modules/sysexits (Makefile.am): Replace literal occurrences
1159         of "sysexit.h" more readable, and more consistent, "$@".
1160
1161 2006-09-06  Bruno Haible  <bruno@clisp.org>
1162
1163         * modules/striconv: New file.
1164         * modules/xstriconv: New file.
1165         * MODULES.html.sh (Internationalization functions): Add striconv,
1166         xstriconv.
1167
1168 2006-09-06  Bruno Haible  <bruno@clisp.org>
1169
1170         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
1171         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
1172         not using libtool correctly.
1173
1174 2006-09-06  Bruno Haible  <bruno@clisp.org>
1175
1176         * lib/striconv.h: New file.
1177         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
1178         iconvstring.c.
1179         * lib/xstriconv.h: New file.
1180         * lib/xstriconv.c: New file.
1181
1182 2006-09-06  Bruno Haible  <bruno@clisp.org>
1183
1184         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
1185         lib_..._LDFLAGS.
1186
1187 2006-09-05  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1188
1189         * lib/argz_.h: Sync from Libtool.
1190
1191         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
1192                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1193
1194         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
1195
1196 2006-09-05  Davide Angelocola <davide.angelocola@tiscali.it>
1197
1198         * modules/trim: New file.
1199
1200 2006-09-05  Davide Angelocola <davide.angelocola@tiscali.it>
1201
1202         * lib/trim.h: New file.
1203         * lib/trim.c: New file.
1204
1205 2006-09-05  Bruno Haible  <bruno@clisp.org>
1206
1207         * MODULES.html.sh (String handling): Add trim.
1208
1209 2006-09-04  Karl Berry  <karl@gnu.org>
1210
1211         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
1212         until next release.
1213
1214 2006-09-03  Bruno Haible  <bruno@clisp.org>
1215
1216         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
1217         correctly.
1218
1219 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1220
1221         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
1222         not gl_GETLOADAVG.  Omit unneeded semicolons.
1223         Problems reported by Ralf Wildenhues in
1224         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
1225         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
1226         at the end, which is the usual gnulib style.
1227
1228         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
1229         of doing all the work ourselves.
1230         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
1231         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
1232
1233 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1234
1235         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
1236         Problem reported by Ralf Wildenhues in
1237         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
1238
1239         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
1240         HAVE_STRUCT_STATFS_F_FSTYPENAME.
1241
1242 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1243
1244         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
1245         yesterday's patch by changing test -n to test -z.
1246
1247 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1248
1249         * modules/getloadavg (Files): Add m4/getloadavg.m4.
1250         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
1251         the former is now obsolescent.
1252
1253         * modules/chdir-long (Depends-on): Add fcntl.
1254
1255 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1256
1257         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
1258         obsolescent, and programs should use gnulib instead.
1259         * m4/getloadavg.m4: New file, with contents taken from Autoconf
1260         but with prefixes changed.
1261
1262 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1263
1264         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
1265         or stdbool.h, because they might not exist while configuring.
1266
1267         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
1268         Don't include unistd.h or limits.h; not needed, since chdir-long.h
1269         does that for us.
1270         (O_DIRECTORY): Remove.
1271
1272 2006-08-31  Eric Blake  <ebb9@byu.net>
1273
1274         * gnulib-tool: Don't let emacs change spaces to TAB.
1275
1276 2006-08-31  Bruno Haible  <bruno@clisp.org>
1277
1278         * gnulib-tool: When calling func_import more than once, do it in a
1279         subshell.
1280         Reported by Eric Blake <ebb9@byu.net>.
1281
1282 2006-08-31  Bruno Haible  <bruno@clisp.org>
1283
1284         * gnulib-tool (nl): Remove variable.
1285         (sed_transform_lib_file): Use more robust test for config-h module.
1286         (func_import): Fix typo in 2006-08-25 patch.
1287
1288 2006-08-31  Bruno Haible  <bruno@clisp.org>
1289
1290         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
1291         specified, augment Makefile.am variables instead of assigning them.
1292
1293 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
1294
1295         Work around a bug in both the Linux and SunOS 64-bit kernels:
1296         nanosleep mishandles sleeps for longer than 2**31 seconds.
1297         Problem reported by Frank v Waveren in
1298         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
1299         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
1300         Check for nanosleep bug.
1301         (LIB_NANOSLEEP): Append clock_gettime library if needed.
1302
1303 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
1304
1305         Work around a bug in both the Linux and SunOS 64-bit kernels:
1306         nanosleep mishandles sleeps for longer than 2**31 seconds.
1307         Problem reported by Frank v Waveren in
1308         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
1309         * lib/nanosleep.c (BILLION): New constant.
1310         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
1311         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
1312         implementation.
1313
1314 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
1315
1316         * modules/nanosleep (Depends-on): Add gettime.
1317
1318 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
1319         and Simon Josefsson  <jas@extundo.com>
1320         and Oskar Liljeblad  <oskar@osk.mine.nu>
1321
1322         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
1323         * gnulib-tool (func_import): New license type 'unmodifiable license
1324         text'.
1325         * modules/fdl: Use it.  Longer description.
1326         * module/gpl, module/lgpl: New files.
1327
1328 2006-08-30  Jim Meyering  <jim@meyering.net>
1329
1330         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
1331         shadowing the parameter.
1332
1333 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1334
1335         Sync from Libtool:
1336
1337         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1338
1339         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
1340         sharing with gnulib.  Report by Eric Blake.
1341
1342 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
1343
1344         * modules/isapipe: New file.
1345         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
1346
1347 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
1348
1349         * modules/configmake (Makefile.am): Add a comment, and omit
1350         the CONFIGMAKE_ prefix from generated macro names.  Suggested
1351         by Bruno Haible.
1352
1353 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
1354
1355         * m4/isapipe.m4: New file.
1356
1357 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
1358
1359         * lib/isapipe.c, isapipe.h: New files.
1360
1361 2006-08-29  Jim Meyering  <jim@meyering.net>
1362
1363         * modules/configmake (Makefile.am): Make configmake.h depend on
1364         Makefile.  Otherwise, a stale configmake.h could hang around.
1365
1366 2006-08-29  Eric Blake  <ebb9@byu.net>
1367
1368         * lib/error.c (error_at_line, print_errno_message): Match libc, after
1369         resolution of upstream bug 3044.
1370
1371 2006-08-29  Bruno Haible  <bruno@clisp.org>
1372
1373         * modules/localcharset (Depends-on): Add configmake.
1374         (Makefile.am): Remove setting of LIBDIR through DEFS.
1375
1376 2006-08-29  Bruno Haible  <bruno@clisp.org>
1377
1378         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
1379         defined.
1380
1381 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1382
1383         * modules/fcntl: New file.
1384         * modules/chdir-safer (Depends-on): Add fcntl.
1385         * modules/fts: Likewise.
1386         * modules/mkdir-p: Likewise.
1387
1388         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
1389         This undoes the most recent change, since we're now addressing the
1390         problem in a different way.
1391
1392         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
1393         into output, since the output might be called Makefile.am even
1394         if $makefile_name is something different.
1395         (func_import): Use $makefile_am rather than
1396         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
1397         empty.
1398
1399         * modules/inttypes (Files): Add m4/inttypes-h.m4.
1400
1401 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1402
1403         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
1404         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
1405         recent change to stdint.m4, since we're now addressing the problem in a
1406         different way.
1407
1408 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1409
1410         * m4/fcntl_h.m4: New file.
1411
1412 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
1413
1414         * lib/fcntl_.h: New file.
1415         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
1416         the fcntl module.
1417         * lib/dirchownmod.c: Likewise.
1418         * lib/fts.c: Likewise.
1419
1420         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
1421         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
1422         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
1423         just before including <inttypes.h>, to avoid circular inclusion.
1424
1425 2006-08-28  Jim Meyering  <jim@meyering.net>
1426
1427         * doc/visibility.texi: Actually read and correct the grammar of the
1428         sentence affected by yesterday's change.
1429
1430 2006-08-28  Eric Blake  <ebb9@byu.net>
1431
1432         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
1433         needs wrapper.
1434
1435 2006-08-28  Eric Blake  <ebb9@byu.net>
1436
1437         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
1438
1439 2006-08-28  Eric Blake  <ebb9@byu.net>
1440
1441         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
1442
1443 2006-08-28  Bruno Haible  <bruno@clisp.org>
1444
1445         * modules/c-strstr: New file, from GNU gettext.
1446         * MODULES.html.sh (String handling): Add c-strstr.
1447
1448 2006-08-28  Bruno Haible  <bruno@clisp.org>
1449
1450         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
1451         macros.
1452         Reported by Eric Blake.
1453
1454 2006-08-28  Bruno Haible  <bruno@clisp.org>
1455
1456         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
1457         (VASNPRINTF): Return a string of length > INT_MAX without failing.
1458         * lib/vasprintf.c: Include errno.h, limits.h.
1459         (EOVERFLOW): New fallback definition.
1460         (vasprintf): Test here whether the string length is > INT_MAX.
1461         * lib/vsnprintf.c: Include errno.h, limits.h.
1462         (EOVERFLOW): New fallback definition.
1463         (vsnprintf): Fix bug when generated string was too long for the buffer.
1464         Test here whether the string length is > INT_MAX.
1465
1466 2006-08-28  Bruno Haible  <bruno@clisp.org>
1467
1468         * lib/inttypes_.h (SCNX*): Remove definitions.
1469         Reported by Eric Blake.
1470
1471 2006-08-28  Bruno Haible  <bruno@clisp.org>
1472
1473         * lib/c-strstr.h: New file, from GNU gettext.
1474         * lib/c-strstr.c: New file, from GNU gettext.
1475
1476 2006-08-28  Bruno Haible  <bruno@clisp.org>
1477
1478         * gnulib-tool: Reorder some statements.
1479
1480 2006-08-28  Bruno Haible  <bruno@clisp.org>
1481
1482         * gnulib-tool: New option --makefile-name.
1483         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
1484         $makefile_name.
1485         (func_import): Write $makefile_name to the cache file, and read it from
1486         there unless explicitly specified. Use $makefile_name as file name
1487         instead of Makefile.am. Adjust the recommendations accordingly.
1488
1489 2006-08-28  Bruno Haible  <bruno@clisp.org>
1490
1491         * gnulib-tool (func_verify_module): Check against misapplying patch.
1492
1493 2006-08-28  Bruno Haible  <bruno@clisp.org>
1494
1495         * gnulib-tool (func_relativize, func_relconcat): New functions.
1496         Give an error if --local-dir is given with --update.
1497         Remove trailing slashes from $local_gnulib_dir.
1498         (func_import): Store the relativized $local_gnulib_dir in
1499         gnulib-cache.m4, and read it from there if not specified explicitly.
1500
1501 2006-08-28  Bruno Haible  <bruno@clisp.org>
1502
1503         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
1504         is the current directory. Respect also $local_gnulib_dir.
1505
1506 2006-08-28  Bruno Haible  <bruno@clisp.org>
1507             Simon Josefsson  <jas@extundo.com>
1508
1509         BeOS portability.
1510         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
1511
1512 2006-08-27  Jim Meyering  <jim@meyering.net>
1513
1514         * doc/visibility.texi: Remove duplicate word: "pointer".
1515
1516 2006-08-26  Bruno Haible  <bruno@clisp.org>
1517
1518         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
1519         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
1520         (Makefile.am): Create inttypes.h from inttypes_.h.
1521         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
1522
1523         * modules/imaxabs: New file.
1524
1525         * modules/imaxdiv: New file.
1526
1527 2006-08-26  Bruno Haible  <bruno@clisp.org>
1528
1529         * m4/inttypes.m4: New file.
1530         * m4/_inttypes_h.m4: Remove file.
1531         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
1532         PRI_MACROS_BROKEN.
1533         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
1534
1535         * m4/imaxabs.m4: New file.
1536
1537         * m4/imaxdiv.m4: New file.
1538
1539 2006-08-26  Bruno Haible  <bruno@clisp.org>
1540
1541         * lib/inttypes_.h: New file.
1542         * lib/inttypes.h: Remove file.
1543         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
1544
1545         * lib/imaxabs.c: New file.
1546
1547         * lib/imaxdiv.c: New file.
1548
1549 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1550
1551         New config-h module, so that "make" output needn't be cluttered
1552         by -DHAVE_CONFIG_H.
1553         * MODULES.html.sh (Support for building libraries and executables):
1554         Add config-h.
1555         * modules/config-h: New file.
1556         * gnulib-tool (nl, sed_transform_lib_file): New vars.
1557         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
1558         the config-h module is used.
1559
1560         New configmake module, so that "make" output needn't be cluttered
1561         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
1562         * MODULES.html.sh (Support for building libraries and executables):
1563         Add configmake.
1564         * modules/configmake: New file.
1565
1566 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1567
1568         * m4/config-h.m4: New file.
1569
1570 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1571
1572         * config/srclist.txt: Add elisp-comp.
1573
1574 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1575
1576         * MODULES.html.sh (Support for building libraries and executables):
1577         Add elisp-comp.
1578         * build-aux/elisp-comp: New file.
1579         * modules/elisp-comp: New file.
1580
1581 2006-08-24  Bruno Haible <bruno@clisp.org>
1582
1583         * gnulib-tool (func_create_testdir): Use non-default values of
1584         sourcebase and m4base.
1585
1586 2006-08-24  Bruno Haible <bruno@clisp.org>
1587
1588         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
1589         HTML structure.
1590
1591 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
1592
1593         * modules/openat (Depends-on): Add lchown.
1594
1595 2006-08-23  Bruno Haible <bruno@clisp.org>
1596
1597         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
1598         of gl_LOCK_EARLY instead of gl_LOCK.
1599
1600 2006-08-23  Bruno Haible  <bruno@clisp.org>
1601
1602         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
1603         on OSF/1 to no.
1604         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
1605
1606 2006-08-23  Bruno Haible  <bruno@clisp.org>
1607
1608         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
1609         as unusable.
1610
1611         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
1612         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
1613         (gl_LOCK): New macro.
1614
1615 2006-08-22  Simon Josefsson  <jas@extundo.com>
1616
1617         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
1618         to md5 module.
1619
1620 2006-08-22  Simon Josefsson  <jas@extundo.com>
1621
1622         * MODULES.html.sh: Add "Support for maintaining and release
1623         projects".
1624
1625         * build-aux/gnupload: New file, from coreutils.
1626
1627 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
1628
1629         Avoid the need for AC_LIBSOURCES in m4 macros.
1630         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
1631         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
1632         * modules/check-version (EXTRA_DIST): Add check-version.h.
1633         * modules/crc (EXTRA_DIST): Add crc.h.
1634         * modules/des (EXTRA_DIST): Add des.h.
1635         * modules/gc (EXTRA_DIST): Add gc.h.
1636         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
1637         * modules/getline (EXTRA_DIST): Add getline.h.
1638         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
1639         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
1640         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
1641         * modules/md2 (EXTRA_DIST): Add md2.h.
1642         * modules/md4 (EXTRA_DIST): Add md4.h.
1643         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
1644         * modules/read-file (EXTRA_DIST): Add read-file.h.
1645         * modules/readline (EXTRA_DIST): Add readline.h.
1646         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
1647         rijndael-api-fst.h.
1648
1649 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
1650
1651         * m4/rijndael.m4 (gl_ARCFOUR):
1652         * m4/arctwo.m4 (gl_ARCTWO):
1653         * m4/check-version.m4 (gl_CHECK_VERSION):
1654         * m4/crc.m4 (gl_CRC):
1655         * m4/des.m4 (gl_DES):
1656         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
1657         * m4/gc.m4 (gl_GC):
1658         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
1659         * m4/getline.m4 (gl_FUNC_GETLINE):
1660         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
1661         * m4/hmac-md5.m4 (gl_HMAC_MD5):
1662         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
1663         * m4/md2.m4 (gl_MD2):
1664         * m4/md4.m4 (gl_MD4):
1665         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
1666         * m4/read-file.m4 (gl_FUNC_READ_FILE):
1667         * m4/readline.m4 (gl_FUNC_READLINE):
1668         * m4/rijndael.m4 (gl_RIJNDAEL):
1669         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
1670         to get the necessary .h files and whatnot.
1671
1672 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
1673
1674         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
1675         gnulib rather than the other way around.
1676         * config/srclistvars.sh (COREUTILS): Remove.
1677
1678 2006-08-22  Jim Meyering  <jim@meyering.net>
1679
1680         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
1681
1682         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
1683
1684 2006-08-22  Eric Blake  <ebb9@byu.net>
1685
1686         * modules/regexprops-generic: New file.
1687         * MODULES.html.sh (Support for building documentation): List it.
1688
1689 2006-08-22  Eric Blake  <ebb9@byu.net>
1690
1691         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
1692         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
1693         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
1694         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
1695
1696 2006-08-22  Bruno Haible <bruno@clisp.org>
1697
1698         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
1699         and lib_LTLIBRARIES like the other lib_* variables.
1700
1701 2006-08-22  Bruno Haible <bruno@clisp.org>
1702
1703         * build-aux/x-to-1.in: New file, from GNU gettext.
1704
1705 2006-08-22  Bruno Haible  <bruno@clisp.org>
1706
1707         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
1708         <utmpx.h> exists.
1709
1710 2006-08-22  Bruno Haible  <bruno@clisp.org>
1711
1712         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
1713         <utmpx.h> exists.
1714
1715 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
1716
1717         BeOS portability.
1718         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
1719         exist.
1720         Problem reported by Bruno Haible.
1721
1722 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
1723
1724         Avoid the need for AC_LIBSOURCES in m4 macros.
1725         * modules/acl (EXTRA_DIST): Add acl.h.
1726         * modules/argmatch (Files): Add m4/argmatch.m4.
1727         (configure.ac): Add gl_ARGMATCH.
1728         (EXTRA_DIST): Renamed from lib_SOURCES, for
1729         consistency with the other modules.  Remove argmatch.c.
1730         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
1731         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
1732         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
1733         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
1734         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
1735         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
1736         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
1737         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
1738         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
1739         * modules/closeout (EXTRA_DIST): Add closeout.h.
1740         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
1741         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
1742         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
1743         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
1744         dirname.h; remove basename.c and stripslash.c.
1745         * modules/exclude (EXTRA_DIST): Add exclude.h.
1746         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
1747         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
1748         * modules/file-type (EXTRA_DIST): Add file-type.h.
1749         * modules/filemode (EXTRA_DIST): Add filemode.h.
1750         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
1751         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
1752         * modules/fpending (EXTRA_DIST): Add __fpending.h.
1753         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
1754         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
1755         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
1756         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
1757         * modules/getdate (EXTRA_DIST): Add getdate.c.
1758         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
1759         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
1760         * modules/getpass (EXTRA_DIST): Add getpass.h.
1761         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
1762         * modules/group-member (EXTRA_DIST): Add group-member.h.
1763         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
1764         * modules/hash (EXTRA_DIST): Add hash.h.
1765         * modules/human (EXTRA_DIST): Add human.h.
1766         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
1767         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
1768         * modules/lchown (EXTRA_DIST): Add lchown.h.
1769         * modules/long-options (EXTRA_DIST): Add long-options.h.
1770         * modules/lstat (EXTRA_DIST): Add lstat.h.
1771         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
1772         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
1773         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
1774         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
1775         * modules/memxor (EXTRA_DIST): Add memxor.h.
1776         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
1777         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
1778         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
1779         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
1780         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
1781         * modules/physmem (EXTRA_DIST): Add physmem.h.
1782         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
1783         * modules/posixver (EXTRA_DIST): Add posixver.h.
1784         * modules/quote (EXTRA_DIST): Add quote.h.
1785         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
1786         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
1787         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
1788         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
1789         regex_internal.h regexec.c.
1790         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
1791         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
1792         * modules/same (EXTRA_DIST): Add same.h.
1793         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
1794         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
1795         * modules/savedir (EXTRA_DIST): Add savedir.h.
1796         * modules/sha1 (EXTRA_DIST): Add sha1.h.
1797         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
1798         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
1799         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
1800         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
1801         * modules/strdup (EXTRA_DIST): Add strdup.h.
1802         * modules/strftime (EXTRA_DIST): Add strftime.h.
1803         * modules/strndup (EXTRA_DIST): Add strndup.h.
1804         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
1805         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
1806         * modules/time_r (EXTRA_DIST): Add time_r.h.
1807         * modules/timespec (EXTRA_DIST): Add timespec.h.
1808         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
1809         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
1810         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
1811         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
1812         * modules/userspec (EXTRA_DIST): Add userspec.h.
1813         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
1814         * modules/utimens (EXTRA_DIST): Add utimens.h.
1815         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
1816         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
1817         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
1818         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
1819         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
1820         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
1821         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
1822         * modules/yesno (EXTRA_DIST): Add yesno.h.
1823
1824 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
1825
1826         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
1827
1828         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
1829         * m4/dev-ino.m4, same-inode.m4: Remove.
1830
1831         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
1832         * m4/acl.m4 (AC_FUNC_ACL):
1833         * m4/backupfile.m4 (gl_BACKUPFILE):
1834         * m4/c-strtod.m4 (gl_C99_STRTOLD):
1835         * m4/canon-host.m4 (gl_CANON_HOST):
1836         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
1837         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
1838         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
1839         * m4/cloexec.m4 (gl_CLOEXEC):
1840         * m4/close-stream.m4 (gl_CLOSE_STREAM):
1841         * m4/closeout.m4 (gl_CLOSEOUT):
1842         * m4/dirfd.m4 (gl_FUNC_DIRFD):
1843         * m4/dirname.m4 (gl_DIRNAME):
1844         * m4/exclude.m4 (gl_EXCLUDE):
1845         * m4/exitfail.m4 (gl_EXITFAIL):
1846         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
1847         * m4/file-type.m4 (gl_FILE_TYPE):
1848         * m4/filemode.m4 (gl_FILEMODE):
1849         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
1850         * m4/fpending.m4 (gl_FUNC_FPENDING):
1851         * m4/fprintftime.m4 (gl_FPRINTFTIME):
1852         * m4/fts.m4 (gl_FUNC_FTS):
1853         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
1854         * m4/getdate.m4 (gl_GETDATE):
1855         * m4/gethrxtime.m4 (gl_GETHRXTIME):
1856         * m4/getpagesize.m4 (gl_GETPAGESIZE):
1857         * m4/getpass.m4 (gl_FUNC_GETPASS):
1858         * m4/gettime.m4 (gl_GETTIME):
1859         * m4/getugroups.m4 (gl_GETUGROUPS):
1860         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
1861         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
1862         * m4/hard-locale.m4 (gl_HARD_LOCALE):
1863         * m4/hash.m4 (gl_HASH):
1864         * m4/idcache.m4 (gl_IDCACHE):
1865         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
1866         * m4/lchown.m4 (gl_FUNC_LCHOWN):
1867         * m4/long-options.m4 (gl_LONG_OPTIONS):
1868         * m4/lstat.m4 (gl_FUNC_LSTAT):
1869         * m4/md5.m4 (gl_MD5):
1870         * m4/memcasecmp.m4 (gl_MEMCASECMP):
1871         * m4/memcoll.m4 (gl_MEMCOLL):
1872         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
1873         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
1874         * m4/memxor.m4 (gl_MEMXOR):
1875         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
1876         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
1877         * m4/modechange.m4 (gl_MODECHANGE):
1878         * m4/mountlist.m4 (gl_MOUNTLIST):
1879         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1880         * m4/openat.m4 (gl_FUNC_OPENAT):
1881         * m4/pathmax.m4 (gl_PATHMAX):
1882         * m4/physmem.m4 (gl_PHYSMEM):
1883         * m4/posixtm.m4 (gl_POSIXTM):
1884         * m4/posixver.m4 (gl_POSIXVER):
1885         * m4/quote.m4 (gl_QUOTE):
1886         * m4/quotearg.m4 (gl_QUOTEARG):
1887         * m4/readtokens.m4 (gl_READTOKENS):
1888         * m4/readutmp.m4 (gl_READUTMP):
1889         * m4/regex.m4 (gl_REGEX):
1890         * m4/safe-read.m4 (gl_SAFE_READ):
1891         * m4/safe-write.m4 (gl_SAFE_WRITE):
1892         * m4/same.m4 (gl_SAME):
1893         * m4/save-cwd.m4 (gl_SAVE_CWD):
1894         * m4/savedir.m4 (gl_SAVEDIR):
1895         * m4/settime.m4 (gl_SETTIME):
1896         * m4/sha1.m4 (gl_SHA1):
1897         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
1898         * m4/stat-macros.m4 (gl_STAT_MACROS):
1899         * m4/stat-time.m4 (gl_STAT_TIME):
1900         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
1901         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
1902         * m4/strdup.m4 (gl_FUNC_STRDUP):
1903         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
1904         * m4/strndup.m4 (gl_FUNC_STRNDUP):
1905         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
1906         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
1907         * m4/time_r.m4 (gl_TIME_R):
1908         * m4/timespec.m4 (gl_TIMESPEC):
1909         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
1910         * m4/unlinkdir.m4 (gl_UNLINKDIR):
1911         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
1912         * m4/userspec.m4 (gl_USERSPEC):
1913         * m4/utimecmp.m4 (gl_UTIMECMP):
1914         * m4/utimens.m4 (gl_UTIMENS):
1915         * m4/xalloc.m4 (gl_XALLOC):
1916         * m4/xgetcwd.m4 (gl_XGETCWD):
1917         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
1918         * m4/xreadlink.m4 (gl_XREADLINK):
1919         * m4/xstrtod.m4 (gl_XSTRTOD):
1920         * m4/yesno.m4 (gl_YESNO):
1921         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
1922         to get the necessary .h files and whatnot.
1923
1924 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
1925             Bruno Haible <bruno@clisp.org>
1926
1927         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
1928         /bin/sh understanding of '!' conditional negation.
1929
1930 2006-08-21  Jim Meyering  <jim@meyering.net>
1931
1932         * modules/openat (Depends-on): Really alphabetize.
1933
1934         * modules/acl (Depends-on): Add error and quote.
1935
1936         * check-module (find_included_lib_files): Add at-func.c to the
1937         ok-to-include-more-than-once white list.
1938
1939         * modules/openat (Depends-on): Add lstat.  Alphabetize.
1940
1941 2006-08-21  Bruno Haible <bruno@clisp.org>
1942
1943         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1944         Emit a pkgdata_DATA variable only if some snippets add contents to it.
1945         Reported by Martin Lambers <marlam@marlam.de>.
1946
1947 2006-08-21  Bruno Haible <bruno@clisp.org>
1948
1949         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
1950         specify an installation location, don't emit a noinst_LIBRARIES or
1951         noinst_LTLIBRARIES assignment.
1952
1953 2006-08-21  Bruno Haible  <bruno@clisp.org>
1954
1955         BeOS portability.
1956         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
1957         BeOS has mbrtowc() but no <wctype.h>.
1958
1959 2006-08-21  Bruno Haible  <bruno@clisp.org>
1960
1961         BeOS portability.
1962         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
1963         exist.
1964
1965 2006-08-21  Bruno Haible  <bruno@clisp.org>
1966
1967         BeOS portability.
1968         * lib/mbchar.h: Include <wctype.h> only if it exists.
1969
1970 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
1971
1972         Remove files that are no longer needed by their respective modules.
1973         * m4/obstack.m4: Remove.
1974         * m4/strerror_r.m4: Remove.
1975         * m4/uint32_t.m4: Remove.
1976         * m4/uintptr_t.m4: Remove.
1977         * m4/ullong_max.m4: Remove.
1978         * m4/xstrtoimax.m4: Remove.
1979         * m4/xstrtoumax.m4: Remove.
1980
1981         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
1982         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
1983         dependencies now capture this.
1984
1985         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
1986         Do not use AC_LIBSOURCES, since gnulib modules now do this.
1987         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
1988         * m4/human.m4 (gl_HUMAN): Likewise.
1989         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
1990         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
1991
1992         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
1993
1994         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
1995         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
1996         stdint.
1997         * m4/human.m4 (gl_HUMAN): Likewise.
1998         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
1999         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
2000         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
2001         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
2002         * m4/xstrtol (gl_XSTRTOL): Likewise.
2003
2004         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
2005         AC_TYPE_LONG_LONG_INT.
2006         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
2007         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
2008         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
2009         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
2010
2011         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
2012         on stdbool.
2013
2014         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
2015         (gl_PREREQ_XSTRTOUL): Remove.
2016
2017         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
2018
2019         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
2020         mode.
2021
2022 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
2023
2024         Add and change modules to make it easier for coreutils to use
2025         gnulib-tool.
2026         * modules/backupfile (Files): Remove m4/d-ino.m4.
2027         (Depends-on): Add d-ino.
2028         * modules/cycle-check (Depends-on): Add stdint.
2029         (lib_SOURCES): Add cycle-check.h.
2030         * modules/d-ino: New module.
2031         * modules/d-type: New module.
2032         * modules/error (Files): Remove m4/strerror_r.m4.
2033         * modules/filemode (Files): Add m4/st_dm_mode.m4.
2034         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
2035         m4/inttypes_h.m4, m4/uintmax_t.m4.
2036         (Depends-on): Add stdint.
2037         (lib_SOURCES): Add fsusage.h.
2038         * modules/getcwd (Files): Remove d-ino.m4.
2039         (Depends-on): Add d-ino.
2040         * modules/getndelim2 (Depends-on): Add stdint.
2041         * modules/glob (Files): Remove m4/d-type.m4.
2042         (Depends-on): Add d-type.
2043         * modules/host-os: New module.
2044         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
2045         m4/inttypes_h.m4, m4/uintmax_t.m4.
2046         * Depends-on: Add stdint.
2047         (lib_SOURCES): Add human.h.
2048         * modules/inttostr (Files): Remove m4/intmax_t.m4,
2049         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
2050         m4/uintmax_t.m4, m4/ulonglong.m4.
2051         (Depends-on): Add stdint.
2052         (EXTRA_DIST): Add inttostr.h.
2053         * modules/lchmod: New module.
2054         * modules/link-follow: New module.
2055         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
2056         (Depends-on): Add lchmod.
2057         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
2058         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
2059         (Depends-on): Add stdint.
2060         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
2061         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
2062         (Depends-on): Add stdint.
2063         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
2064         * modules/perl: New module.
2065         * modules/regex (Depends-on): Add stdint.
2066         * modules/rmdir-errno: New module.
2067         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
2068         m4/intmax_t.m4.
2069         (Depends-on): Add stdint.
2070         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
2071         m4/uintmax_t.m4.
2072         (Depends-on): Add stdint.
2073         * modules/unlink-busy: New module.
2074         * modules/utimecmp (Depends-on): Add stdint.
2075         * modules/uptime: New module.
2076         * modules/winsz-ioctl: New module.
2077         * modules/winsz-termios: New module.
2078         * modules/xnanosleep (Depends-on): Add nanosleep.
2079         * modules/ullong_max: Remove.
2080         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
2081         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
2082         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
2083         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
2084         (Depends-on): Add inttypes.
2085         (lib_SOURCES): Add xstrtol.h.
2086         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
2087         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
2088         * MODULES.html.sh: Move 'assert' into the assert section.
2089         Move 'dummy' into the linking section.
2090         Remove ullong_max.
2091         Add section for compatibility checks for POSIX:2001 functions,
2092         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
2093         winsz-ioctl, and winsz-termios into it.
2094         Add lchmod.
2095         Add top-level Misc section and put host-os, perl, and uptime
2096         into it.
2097
2098 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
2099
2100         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
2101         now assume the stdint module.  Do not include inttypes.h.
2102         * lib/fsusage.h: Likewise.
2103         * lib/getndelim2.c: Likewise.
2104         * lib/human.h: Likewise.
2105         * lib/inttostr.h: Likewise.
2106         * lib/obstack.c: Likewise.
2107         * lib/regex_internal.h: Likewise.
2108         * lib/tempname.c: Likewise.
2109         * lib/utimecmp.c: Likewise.
2110         * lib/xstrtol.h: Likewise.
2111
2112         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
2113
2114         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
2115         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
2116         * lib/xtime.h: Likewise.
2117
2118 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
2119
2120         * modules/openat (Files): Add lib/fchmodat.c.
2121         Fixes problem reported by Jay Youngman.
2122
2123 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
2124
2125         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
2126         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
2127
2128 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
2129             Bruno Haible  <bruno@clisp.org>
2130
2131         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
2132         and is a script that invokes bison. Tighten the code. Add comments.
2133
2134 2006-08-18  Jim Meyering  <jim@meyering.net>
2135
2136         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
2137         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
2138         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
2139         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
2140
2141 2006-08-18  Bruno Haible  <bruno@clisp.org>
2142
2143         * modules/bison-i18n: New file.
2144         * MODULES.html.sh (Internationalization functions): Add it.
2145
2146 2006-08-18  Bruno Haible  <bruno@clisp.org>
2147
2148         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
2149         sys/statvfs.h. When getmntinfo was found, check its declaration and
2150         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
2151
2152 2006-08-18  Bruno Haible  <bruno@clisp.org>
2153
2154         * m4/bison-i18n.m4: New file, from bison.
2155
2156 2006-08-18  Bruno Haible  <bruno@clisp.org>
2157
2158         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
2159         (ME_DUMMY): Treat "kernfs" as a dummy.
2160         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
2161
2162 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
2163
2164         Update from coreutils.
2165
2166         2006-08-15  Jim Meyering  <jim@meyering.net>
2167
2168         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
2169
2170         2006-01-17  Jim Meyering  <jim@meyering.net>
2171
2172         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
2173
2174         2006-01-11  Jim Meyering  <jim@meyering.net>
2175
2176         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
2177         Check for the lchmod function.
2178
2179 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
2180
2181         Update from coreutils.
2182
2183         * lib/__fpending.h: Add copyright notice.
2184         * lib/fprintftime.h: Likewise.
2185         * lib/savedir.c: Use (C) in copyright notice.
2186         * lib/savedir.h: Likewise.
2187
2188         2006-08-15  Jim Meyering  <jim@meyering.net>
2189
2190         * lib/at-func.c: New file, with the logic of all emulated at-functions.
2191         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
2192         in support of the EXPECTED_ERRNO macro.
2193         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
2194         definitions.  Instead, define the appropriate symbols and include
2195         "at-func.c".
2196         * lib/mkdirat.c (mkdirat): Likewise.
2197         * lib/fchmodat.c (fchmodat): Likewise.
2198         (ENOSYS): Remove definition.
2199         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
2200         it.  Don't include "unistd--.h" -- it wasn't ever used.
2201
2202         2006-01-17  Jim Meyering  <jim@meyering.net>
2203
2204         Rewrite fts.c not to change the current working directory,
2205         by using openat, fstatat, fdopendir, etc..
2206
2207         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
2208         (HAVE_OPENAT_SUPPORT): Define.
2209         [_LIBC] (fchdir): Don't undef or define; no longer used.
2210         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
2211         Now, this `function' always succeeds, and consumes its file descriptor
2212         parameter -- so callers must not close such FDs.  Update callers.
2213         (diropen_fd, opendirat, cwd_advance_fd): New functions.
2214         (diropen): Add parameter, SP.  Adjust all callers.
2215         Implement using diropen_fd, rather than open.
2216         (fts_open): Initialize new member, fts_cwd_fd.
2217         Remove fts_rft-setting code.
2218         (fts_close): Close fts_cwd_fd, if necessary.
2219         (__opendir2): Define in terms of opendir or opendirat,
2220         depending on whether the FST_NOCHDIR flag is set.
2221         (fts_build): Since fts_safe_changedir consumes its FD, and since
2222         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
2223         and close the dup'd file descriptor upon failure.
2224         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
2225         (fts_safe_changedir): Tweak semantics to reflect that this function
2226         now calls cwd_advance_fd and hence consumes its FD argument.
2227         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
2228         [struct FTS] (fts_rft): Remove now-unused member.
2229         [struct FTS] (fts_cycle.state): Improve comment.
2230
2231         * lib/openat.c (openat_needs_fchdir): New function.
2232         * lib/openat.h (openat_needs_fchdir): Declare it.
2233
2234 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
2235
2236         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
2237         Problem and fix reported by Pádraig Brady in
2238         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
2239
2240 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2241
2242         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
2243
2244 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2245
2246         * lib/memcoll.c (memcoll): Optimize for the common case where the
2247         arguments are bytewise equal.
2248
2249 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2250
2251         * doc/regexprops-generic.texi: Add a copyright notice.
2252
2253 2006-08-15  Bruno Haible  <bruno@clisp.org>
2254
2255         * modules/tmpdir (License): Change to LGPL.
2256
2257 2006-08-15  Bruno Haible  <bruno@clisp.org>
2258
2259         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
2260         module.
2261
2262 2006-08-14  Simon Josefsson  <jas@extundo.com>
2263
2264         * config/srclist.txt: Add gnupload.
2265
2266 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2267
2268         Change copyright notice from LGPL 2 to GPL 2, since that's the
2269         standard form used in the gnulib repository.
2270         * tests/test-lock.c: Likewise.
2271         * tests/test-stdint.c: Likewise.
2272         * tests/test-tls.c: Likewise.
2273
2274         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
2275         prelude-manager.  User shorter URLs for GNU projects, without '?'.
2276         Add copyright notice.
2277
2278         * check-module: Add copyright notice.  Output a copyright
2279         notice if "--version" is specified.
2280         * modules/COPYING: New file.
2281         * tests/test-getaddrinfo.c: Add copyright notice.
2282         * tests/test-verify.c: Likewise.
2283
2284 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2285
2286         Change copyright notice from LGPL 2 to GPL 2, since that's the
2287         standard form used in the gnulib repository.
2288         * lib/lock.c: LGPL -> GPL.
2289         * lib/lock.h: Likewise.
2290         * lib/strnlen1.c: Likewise.
2291         * lib/strnlen1.h: Likewise.
2292         * lib/tls.c: Likewise.
2293         * lib/tls.h: Likewise.
2294         * lib/tmpdir.c: Likewise.
2295
2296         * lib/TODO: Remove; this belongs only in coreutils.
2297
2298 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2299
2300         Add copyright notices to long-enough files that lack them, since
2301         otherwise the files aren't clearly free.  Use the same notice that
2302         getdate.texi already uses.
2303         * doc/alloca-opt.texi: Add copyright notice.
2304         * doc/alloca.texi: Likewise.
2305         * doc/ctime.texi: Likewise.
2306         * doc/functions.texi: Likewise.
2307         * doc/gcd.texi: Likewise.
2308         * doc/gnulib-tool.texi: Likewise.
2309         * doc/inet_ntoa.texi: Likewise.
2310         * doc/visibility.texi: Likewise.
2311
2312         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
2313         * doc/quote.texi: Add copyright notice.
2314
2315         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
2316         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
2317         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
2318         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
2319         is now obsolete, and give a pointer to the Sun list.
2320         Add copyright notice.
2321
2322 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
2323
2324         * config/srclistvars.sh: Add copyright notice.
2325
2326 2006-08-14  Eric Blake  <ebb9@byu.net>
2327
2328         Import the following change from libc:
2329
2330         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
2331
2332         Upstream bug 2997.
2333         * lib/misc/error.c: Add space between program name and message if file
2334         name is missing.
2335
2336 2006-08-12  Karl Berry  <karl@gnu.org>
2337
2338         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
2339         remove, these originate in gnulib now.
2340
2341 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2342
2343         * doc/Makefile (standards.info standards.html standards.dvi):
2344         Also depend on make-stds.texi.
2345
2346 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
2347
2348         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
2349         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
2350
2351         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
2352         in wchar_t.  Problem reported by Eric Blake.
2353
2354         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
2355         LEN is smaller than SIZE.  Suggested by Bruno Haible.
2356         Also, help the compiler to keep LEN in a register.
2357
2358 2006-08-11  Eric Blake  <ebb9@byu.net>
2359
2360         * users.txt: Sort.  Add tar.
2361
2362 2006-08-11  Bruno Haible  <bruno@clisp.org>
2363
2364         * users.txt: New file.
2365
2366 2006-08-11  Bruno Haible  <bruno@clisp.org>
2367
2368         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
2369         before <wchar.h>. Needed for OSF/1 and BSD/OS.
2370
2371 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
2372
2373         * modules/snprintf (Depends-on): Remove minmax.
2374         (Maintainer): Add self and Bruno.
2375
2376 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
2377
2378         * lib/.cppi-disable: Add snprintf.h, socket_.h.
2379         * lib/snprintf.c: Include <errno.h> and <limits.h>.
2380         (EOVERFLOW): Define if the system does not.
2381         Do not include "minmax.h"; it wasn't used.
2382         (snprintf): Don't assume size_t promotes to an unsigned type.
2383         Fix bug when generated string was too long for the buffer: the
2384         buffer's contents are supposed to be the initial prefix of the
2385         output.  Don't assume vasnprintf returns EOVERFLOW if the size
2386         exceeds INT_MAX; do the check ourselves.
2387
2388         Import the following changes from libc:
2389
2390         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
2391
2392         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
2393         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
2394         set wc to the byte which couldn't be converted.
2395         (re_string_reconstruct): Don't clear valid_raw_len before calling
2396         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
2397         tip_context using re_string_context_at.
2398
2399         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
2400
2401         * lib/posix/regex.h: g++ still cannot handled [restrict].
2402
2403         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
2404
2405         * lib/posix/regex.h: Remove special handling for VMS.
2406
2407 2006-08-10  Jim Meyering  <jim@meyering.net>
2408
2409         * modules/same-inode: New module.
2410         * modules/dev-ino: New module.
2411         * modules/cycle-check: Depend on these modules, rather than simply
2412         including their .h files.
2413         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
2414         required via m4/cycle-check.m4.
2415         * modules/same: Depend on new same-inode module, rather than
2416         including same-inode.h.
2417         * modules/chdir-safer: New file.
2418
2419         * modules/chown (Depends-on): Add stat-macros.
2420
2421 2006-08-10  Jim Meyering  <jim@meyering.net>
2422
2423         * m4/cycle-check.m4: New file.
2424         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
2425         * m4/dev-ino.m4, same-inode.m4: New files.
2426
2427 2006-08-10  Eric Blake  <ebb9@byu.net>
2428
2429         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
2430         in from original proposal.
2431
2432 2006-08-10  Eric Blake  <ebb9@byu.net>
2433         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2434
2435         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
2436         namespace.
2437
2438 2006-08-10  Bruno Haible  <bruno@clisp.org>
2439
2440         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
2441         as well.
2442
2443 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
2444
2445         Sync from coreutils.
2446
2447         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
2448
2449         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
2450         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
2451
2452 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
2453
2454         * modules/restrict: Remove; no longer needed now that we assume
2455         Autoconf 2.59 or later.
2456         * MODULES.html.sh: Remove 'restrict'.
2457         * modules/argp (Depends-on): Remove 'restrict'.
2458         * modules/base64 (Depends-on): Likewise.
2459         * modules/gc (Depends-on): Likewise.
2460         * modules/getaddrinfo (Depends-on): Likewise.
2461         * modules/glob (Depends-on): Likewise.
2462         * modules/inet_ntop (Depends-on): Likewise.
2463         * modules/inet_pton (Depends-on): Likewise.
2464         * modules/memxor (Depends-on): Likewise.
2465         * modules/regex (Depends-on): Likewise.
2466         * modules/strtok_r (Depends-on): Likewise.
2467         * modules/time_r (Depends-on): Likewise.
2468
2469 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
2470
2471         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
2472         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
2473         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
2474         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
2475         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
2476         * m4/memxor.m4 (gl_MEMXOR): Likewise.
2477         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
2478         gl_C_RESTRICT replaced by AC_C_RESTRICT.
2479
2480         Merge from coreutils.
2481         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
2482         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
2483         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
2484         * m4/time_r.m4 (gl_TIME_R): Likewise.
2485
2486 2006-08-09  Karl Berry  <karl@gnu.org>
2487
2488         * config/srclist.txt: no more gettext-tools, per Bruno.
2489
2490 2006-08-08  Eric Blake  <ebb9@byu.net>
2491
2492         * modules/verror: New module.
2493         * MODULES.html.sh: Document it.
2494
2495 2006-08-08  Eric Blake  <ebb9@byu.net>
2496
2497         * lib/verror.h, verror.c: New files.
2498
2499 2006-08-08  Eric Blake  <ebb9@byu.net>
2500
2501         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
2502         verror_at_line output complies with GNU Coding Standards even when
2503         file is NULL.
2504
2505 2006-08-07  Bruno Haible  <bruno@clisp.org>
2506
2507         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
2508         versions of AIX.
2509         Reported by Ralf Wildenhues.
2510
2511 2006-08-07  Bruno Haible  <bruno@clisp.org>
2512
2513         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
2514         in an AC_DEFUN. Needed so that the autoconf snippets can use
2515         AC_REQUIRE.
2516
2517 2006-08-06  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2518
2519         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2520         Initialize pkgdata_DATA.
2521         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
2522         overriding it.
2523
2524 2006-08-06  Eric Blake  <ebb9@byu.net>
2525
2526         * lib/error.h: Fold in some upstream changes from glibc.
2527         * lib/error.c: Likewise.
2528
2529 2006-08-04  Bruno Haible  <bruno@clisp.org>
2530
2531         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2532         Make the mostlyclean-local rule depend on mostlyclean-generic.
2533         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
2534
2535 2006-07-31  Bruno Haible  <bruno@clisp.org>
2536
2537         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
2538         <stdlib.h>, <string.h>.
2539
2540 2006-07-30  Bruno Haible  <bruno@clisp.org>
2541
2542         * modules/readlink (License): Change to LGPL.
2543
2544 2006-07-30  Bruno Haible  <bruno@clisp.org>
2545
2546         * modules/javaversion (Makefile.am): Distribute javaversion.java and
2547         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
2548         set PKGDATADIR to point to it.
2549
2550 2006-07-30  Bruno Haible  <bruno@clisp.org>
2551
2552         * modules/csharpexec (configure.ac): Comment out macro invocation.
2553         * modules/javaexec (configure.ac): Likewise.
2554         * modules/javacomp-script (configure.ac): Likewise.
2555
2556         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
2557
2558 2006-07-30  Bruno Haible  <bruno@clisp.org>
2559
2560         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
2561         linked-list.
2562
2563 2006-07-30  Bruno Haible  <bruno@clisp.org>
2564
2565         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
2566
2567 2006-07-30  Bruno Haible  <bruno@clisp.org>
2568
2569         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2570         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
2571         get removed.
2572
2573 2006-07-29  Bruno Haible  <bruno@clisp.org>
2574
2575         Make it possible for gnulib-tool to work with locally modified or
2576         augmented gnulib repositories.
2577         * gnulib-tool (func_usage): Document --local-dir option.
2578         (local_gnulib_dir): New variable.
2579         Handle --local-dir option.
2580         (func_lookup_file): New function.
2581         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
2582         (func_get_description, func_get_filelist, func_get_description,
2583         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
2584         func_get_automake_snippet, func_get_include_directive,
2585         func_get_license, func_get_maintainer): Use func_lookup_file.
2586         (func_import, func_create_testdir): Use func_lookup_file.
2587
2588 2006-07-29  Bruno Haible  <bruno@clisp.org>
2589
2590         * modules/setenv (Depends-on): Add unistd.
2591
2592 2006-07-29  Bruno Haible  <bruno@clisp.org>
2593
2594         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
2595
2596 2006-07-29  Bruno Haible  <bruno@clisp.org>
2597
2598         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
2599
2600 2006-07-29  Bruno Haible  <bruno@clisp.org>
2601
2602         * gnulib-tool (import, update): If there is no Makefile.am, look at
2603         aclocal.m4, instead of bailing out.
2604
2605 2006-07-29  Bruno Haible  <bruno@clisp.org>
2606
2607         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
2608         Categorize the options by when they are useful.
2609
2610 2006-07-29  Bruno Haible  <bruno@clisp.org>
2611
2612         * gnulib-tool (func_usage): Document option --no-libtool.
2613         Handle option --no-libtool.
2614         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
2615         for changed semantics of $libtool variable.
2616         (func_import): Likewise. If libtool is not used, show this through
2617         an option --no-libtool.
2618         (func_create_testdir): Update.
2619
2620 2006-07-29  Bruno Haible  <bruno@clisp.org>
2621
2622         * gnulib-tool (func_import): Extend error message about missing
2623         --doc-base.
2624
2625 2006-07-29  Bruno Haible  <bruno@clisp.org>
2626
2627         * gnulib-tool (func_import): Don't create the $docbase directory if
2628         there is no file to store there.
2629
2630 2006-07-29  Bruno Haible  <bruno@clisp.org>
2631
2632         * gnulib-tool (autoconf_minversion): If a --dir option is given and
2633         relevant, look for configure.ac there, not in the current directory.
2634         Also use a simple search for AC_PREREQ, not "autoconf --trace".
2635
2636 2006-07-29  Bruno Haible  <bruno@clisp.org>
2637
2638         * gnulib-tool (SORT): New variable.
2639         (func_usage): Undocument --assume-autoconf option.
2640         Remove --assume-autoconf option handling.
2641         (autoconf_minversion): Determine from the contents of configure.ac.
2642         (func_import): Remove autoconf_minversion handling.
2643         Suggested by Eric Blake.
2644
2645 2006-07-29  Bruno Haible  <bruno@clisp.org>
2646
2647         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
2648
2649 2006-07-29  Bruno Haible  <bruno@clisp.org>
2650
2651         * config/srclist.txt (*setenv.[ch]): Remove rules.
2652
2653 2006-07-28  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
2654
2655         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
2656
2657 2006-07-28  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
2658
2659         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
2660         arpa/inet.h.
2661
2662 2006-07-28  Simon Josefsson  <jas@extundo.com>
2663
2664         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
2665         * modules/inet_pton (Depends-on): Likewise.
2666
2667 2006-07-28  Simon Josefsson  <jas@extundo.com>
2668
2669         * m4/netinet_in_h.m4: New file.
2670
2671 2006-07-28  Simon Josefsson  <jas@extundo.com>
2672
2673         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
2674         #include's.
2675
2676 2006-07-28  Simon Josefsson  <jas@extundo.com>
2677
2678         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
2679         #include's.
2680
2681 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
2682
2683         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
2684         setgid on directories only if they set these bits.
2685         * lib/modechange.h: Remove obsolete comment about masks.
2686
2687 2006-07-28  Eric Blake  <ebb9@byu.net>
2688
2689         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
2690         macro expansion.
2691
2692 2006-07-28  Bruno Haible <bruno@clisp.org>
2693
2694         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
2695
2696 2006-07-28  Bruno Haible  <bruno@clisp.org>
2697
2698         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
2699
2700 2006-07-28  Bruno Haible  <bruno@clisp.org>
2701
2702         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
2703         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
2704         Define fallbacks.
2705         Avoids link error on FreeBSD 4.x.
2706         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
2707
2708         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
2709         encoding.
2710         * lib/mbswidth.c (iswcntrl): Likewise.
2711
2712 2006-07-27  Bruno Haible  <bruno@clisp.org>
2713
2714         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
2715         test.
2716
2717 2006-07-27  Bruno Haible  <bruno@clisp.org>
2718
2719         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
2720         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
2721         defined.
2722
2723 2006-07-26  Eric Blake  <ebb9@byu.net>
2724
2725         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
2726
2727 2006-07-26  Eric Blake  <ebb9@byu.net>
2728
2729         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
2730         like mingw that lack mkstemp.
2731         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
2732         avoid compilation warning on mingw.
2733
2734 2006-07-26  Bruno Haible  <bruno@clisp.org>
2735
2736         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
2737         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
2738         INT_FAST*_MIN, INTPTR_MIN.
2739
2740 2006-07-25  Bruno Haible  <bruno@clisp.org>
2741
2742         * modules/version-etc (Depends-on): Add stdarg.
2743
2744 2006-07-25  Bruno Haible  <bruno@clisp.org>
2745
2746         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
2747         complex commands.
2748
2749 2006-07-25  Bruno Haible  <bruno@clisp.org>
2750
2751         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
2752         defined in <stdarg.h> or config.h.
2753
2754 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
2755
2756         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
2757         (gl_STDIO_SAFER): Remove.
2758
2759 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
2760
2761         * MODULES.html.sh (File stream based Input/Output):
2762         Add fopen-safer, tmpfile-safer; remove stdio-safer.
2763         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
2764         * modules/fopen-safer, modules/tmpfile-safer: New files.
2765         * modules/stdio-safer: Remove.
2766
2767 2006-07-24  Bruno Haible  <bruno@clisp.org>
2768
2769         * modules/tmpdir: New file.
2770         * MODULES.html.sh (File system functions): Add it.
2771
2772 2006-07-24  Bruno Haible  <bruno@clisp.org>
2773
2774         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
2775         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
2776
2777 2006-07-24  Bruno Haible  <bruno@clisp.org>
2778
2779         * modules/clean-temp: New file.
2780
2781 2006-07-24  Bruno Haible  <bruno@clisp.org>
2782
2783         * m4/tmpdir.m4: New file, from GNU gettext.
2784
2785 2006-07-24  Bruno Haible  <bruno@clisp.org>
2786
2787         * lib/tmpdir.h: New file, from GNU gettext.
2788         * lib/tmpdir.c: New file, from GNU gettext.
2789
2790 2006-07-24  Bruno Haible  <bruno@clisp.org>
2791
2792         * lib/clean-temp.h: New file, from GNU gettext.
2793         * lib/clean-temp.c: New file, from GNU gettext.
2794
2795 2006-07-23  Eric Blake  <ebb9@byu.net>
2796
2797         * modules/stdio-safer (Files): Add tmpfile-safer.c.
2798         (Depends-on): Add binary-io.
2799
2800 2006-07-23  Eric Blake  <ebb9@byu.net>
2801
2802         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
2803
2804 2006-07-23  Eric Blake  <ebb9@byu.net>
2805
2806         * lib/tmpfile-safer.c: New file.
2807         * lib/stdio-safer.h (fopen_safer): Add prototype.
2808         * lib/stdio--.h (tmpfile): Make safer.
2809
2810 2006-07-23  Bruno Haible  <bruno@clisp.org>
2811
2812         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
2813         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
2814         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
2815         gl_linked_remove_at): Use it.
2816
2817 2006-07-22  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
2818         and Simon Josefsson <jas@extundo.com>
2819
2820         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
2821
2822         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
2823
2824 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
2825
2826         * modules/close-stream: New file.
2827         * modules/closeout (Description): Make it clear that it exits
2828         with a diagnostic on error.
2829         (Depends-on): Add close-stream.  Remove fpending, stdbool.
2830         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
2831
2832 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
2833
2834         * m4/close-stream.m4: New file.
2835
2836 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
2837
2838         * lib/close-stream.c, close-stream.h: New files.
2839
2840 2006-07-22  Bruno Haible  <bruno@clisp.org>
2841
2842         Merge from GNU gettext 0.15.
2843
2844         2006-05-01  Bruno Haible  <bruno@clisp.org>
2845
2846                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
2847
2848         2006-07-22  Bruno Haible  <bruno@clisp.org>
2849
2850                 * modules/javaversion: New file.
2851                 * MODULES.html.sh (Java): Add javaversion.
2852
2853         2006-03-12  Bruno Haible  <bruno@clisp.org>
2854
2855                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
2856
2857         2005-12-04  Bruno Haible  <bruno@clisp.org>
2858
2859                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
2860                 (untested).
2861
2862         2006-06-21  Bruno Haible  <bruno@clisp.org>
2863
2864                 Avoid warnings from recent versions of mcs.
2865                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
2866                 -o, -L, -r any more. Use options documented since mcs-1.0
2867                 instead. Similarly for -g.
2868
2869         2005-12-04  Bruno Haible  <bruno@clisp.org>
2870
2871                 * build-aux/csharpcomp.sh.in: Suffix for resources is
2872                 .resources, not .resource.
2873
2874         2005-07-09  Bruno Haible  <bruno@clisp.org>
2875
2876                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
2877                 add a .dll suffix.
2878                 Reported by Mark Junker <mjscod@gmx.de>.
2879
2880         2006-07-22  Bruno Haible  <bruno@clisp.org>
2881
2882                 * modules/gettext: Upgrade to gettext-0.15.
2883                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
2884                 m4/visibility.m4.
2885                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
2886
2887 2006-07-22  Bruno Haible  <bruno@clisp.org>
2888
2889         Merge from GNU gettext 0.15.
2890
2891         2006-03-25  Bruno Haible  <bruno@clisp.org>
2892
2893                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
2894
2895         2006-07-21  Bruno Haible  <bruno@clisp.org>
2896
2897                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
2898                 "1.1".
2899
2900         2006-05-09  Bruno Haible  <bruno@clisp.org>
2901
2902                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
2903                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
2904                 for the conftestver execution.
2905
2906         2006-05-01  Bruno Haible  <bruno@clisp.org>
2907
2908                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
2909                 optional target-version argument. Verify that the compiler
2910                 groks source of the specified source-version, or add -source
2911                 option as necessary. Verify that the compiler produces
2912                 bytecode in the specified target-version, or add -target and
2913                 -source options as necessary. Make the result of the test
2914                 available as variable CONF_JAVAC. Also log error output in
2915                 config.log.
2916
2917         2006-03-11  Bruno Haible  <bruno@clisp.org>
2918
2919                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
2920
2921         2006-05-09  Bruno Haible  <bruno@clisp.org>
2922
2923                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
2924                 CLASSPATH_SEPARATOR to a semicolon.
2925
2926         2006-03-12  Bruno Haible  <bruno@clisp.org>
2927
2928                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
2929                 available as variable CONF_JAVA, for subsequent autoconf
2930                 tests. Also log error output in config.log.
2931
2932         2006-07-19  Bruno Haible  <bruno@clisp.org>
2933
2934                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
2935                 that getline works on glibc2 systems. Needed to avoid trouble
2936                 in relocatable.c.
2937                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
2938
2939         2005-12-04  Bruno Haible  <bruno@clisp.org>
2940
2941                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
2942                 launcher (untested).
2943
2944         2005-12-04  Bruno Haible  <bruno@clisp.org>
2945
2946                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
2947
2948         2006-07-22  Bruno Haible  <bruno@clisp.org>
2949
2950                 * gettext.m4: Update from GNU gettext-0.15.
2951                 * nls.m4: Likewise.
2952                 * po.m4: Likewise.
2953                 * inttypes-pri.m4: Likewise.
2954                 * inttypes-h.m4: Renamed from inttypes.m4.
2955                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
2956
2957 2006-07-22  Bruno Haible  <bruno@clisp.org>
2958
2959         Merge from GNU gettext 0.15.
2960
2961         2005-07-05  Bruno Haible  <bruno@clisp.org>
2962
2963                 * printf-args.c (printf_fetchargs): Work around broken
2964                 definition of wint_t on mingw.
2965
2966         2005-02-12  Bruno Haible  <bruno@clisp.org>
2967
2968                 * xallocsa.h: Add extern "C" for C++.
2969
2970         2006-05-17  Bruno Haible  <bruno@clisp.org>
2971
2972                 Cygwin portability.
2973                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
2974
2975         2006-04-30  Bruno Haible  <bruno@clisp.org>
2976
2977                 * progreloc.c: Include <mach-o/dyld.h> if available.
2978                 (find_executable): Use _NSGetExecutablePath when possible.
2979
2980         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
2981
2982                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
2983                 function.
2984
2985         2005-12-29  Bruno Haible  <bruno@clisp.org>
2986
2987                 * progreloc.c (set_program_name_and_installdir): Fix
2988                 compilation error.
2989
2990         2005-12-04  Bruno Haible  <bruno@clisp.org>
2991
2992                 Cygwin portability.
2993                 * progreloc.c: Include <windows.h> also on Cygwin.
2994                 (find_executable): Add support for Cygwin.
2995                 (set_program_name_and_installdir): Handle also platforms with
2996                 nonempty EXEEXT.
2997
2998         2006-07-11  Bruno Haible  <bruno@clisp.org>
2999
3000                 * javacomp.c: Fix a comment.
3001                 Reported by Jim Meyering.
3002
3003         2006-04-30  Bruno Haible  <bruno@clisp.org>
3004
3005                 * javacomp.h (compile_java_class): Add source_version,
3006                 target_version arguments.
3007                 * javacomp.c: Rewritten to choose only a compiler that
3008                 respects the specified source_version and target_version.
3009
3010         2006-06-27  Bruno Haible  <bruno@clisp.org>
3011
3012                 Assume correct S_ISDIR macro.
3013                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
3014
3015         2006-07-22  Bruno Haible  <bruno@clisp.org>
3016
3017                 * javaversion.h: New file, from GNU gettext.
3018                 * javaversion.c: New file, from GNU gettext.
3019                 * javaversion.java: New file, from GNU gettext.
3020                 * javaversion.class: New file, from GNU gettext.
3021
3022         2006-05-17  Bruno Haible  <bruno@clisp.org>
3023
3024                 Cygwin portability.
3025                 * javaexec.c (execute_java_class): Test for jview program
3026                 also on Cygwin.
3027
3028         2006-04-09  Bruno Haible  <bruno@clisp.org>
3029
3030                 * fatal-signal.c: Don't include string.h.
3031                 (at_fatal_signal): Use a copying loop instead of memcpy.
3032
3033         2005-12-04  Bruno Haible  <bruno@clisp.org>
3034
3035                 * csharpexec.c: Add support for 'clix' launcher (untested).
3036                 (execute_csharp_using_sscli): New function.
3037                 (execute_csharp_program): Call it.
3038
3039         2006-06-21  Bruno Haible  <bruno@clisp.org>
3040
3041                 Avoid warnings from recent versions of mcs.
3042                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
3043                 -o, -L, -r any more. Use options documented since mcs-1.0
3044                 instead. Similarly for -g.
3045
3046         2005-07-09  Bruno Haible  <bruno@clisp.org>
3047
3048                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
3049                 add a .dll suffix.
3050                 Reported by Mark Junker <mjscod@gmx.de>.
3051
3052         2006-06-17  Bruno Haible  <bruno@clisp.org>
3053
3054                 * config.charset: Update for NetBSD 3.0.
3055
3056         2006-05-17  Bruno Haible  <bruno@clisp.org>
3057
3058                 Cygwin portability.
3059                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
3060
3061         2006-05-16  Bruno Haible  <bruno@clisp.org>
3062
3063                 * localcharset.c [CYGWIN]: Include <windows.h>.
3064                 (get_charset_aliases): For Cygwin, return the same CPxxx
3065                 aliases list as under WIN32.
3066                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
3067                 the environment variables. Fall back to GetACP().
3068
3069         2006-04-05  Bruno Haible  <bruno@clisp.org>
3070
3071                 * config.charset: Update Juan Manuel Guerrero's address.
3072
3073         2005-02-12  Bruno Haible  <bruno@clisp.org>
3074
3075                 * allocsa.h: Add extern "C" for C++.
3076
3077         2005-02-10  Bruno Haible  <bruno@clisp.org>
3078
3079                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
3080                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
3081
3082         2006-07-22  Bruno Haible  <bruno@clisp.org>
3083
3084                 * gettext.h: Update to GNU gettext-0.15.
3085
3086 2006-07-22  Bruno Haible  <bruno@clisp.org>
3087
3088         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
3089         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
3090         lib-prefix.m4, longdouble.m4, ssize_t.m4.
3091
3092 2006-07-21  Eric Blake  <ebb9@byu.net>
3093
3094         * modules/stdlib-safer: New file.
3095         * MODULES.html.sh (File stream based Input/Output): Add
3096         stdlib-safer.
3097
3098 2006-07-21  Eric Blake  <ebb9@byu.net>
3099
3100         * lib/stdlib-safer.h: New file from coreutils, required by
3101         stdlib--.h.
3102
3103 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
3104
3105         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
3106
3107 2006-07-20  Bruno Haible  <bruno@clisp.org>
3108
3109         * gnulib-tool: Recognize new option --assume-autoconf.
3110         (autoconf_minversion): New variable.
3111         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
3112
3113 2006-07-20  Bruno Haible  <bruno@clisp.org>
3114
3115         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
3116
3117 2006-07-19  Derek R. Price  <derek@ximbiot.com>
3118
3119         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
3120         Reindent and repaginate.
3121
3122 2006-07-19  Derek Price  <derek@ximbiot.com>
3123
3124         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
3125         Correct grammar.
3126
3127 2006-07-17  Bruno Haible  <bruno@clisp.org>
3128
3129         * modules/list: New file.
3130         * modules/array-list: New file.
3131         * modules/carray-list, modules/carray-list-tests: New files.
3132         * modules/linked-list, modules/linked-list-tests: New files.
3133         * modules/avltree-list, modules/avltree-list-tests: New files.
3134         * modules/rbtree-list, modules/rbtree-list-tests: New files.
3135         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
3136         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
3137         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
3138         * modules/oset: New file.
3139         * modules/array-oset: New file.
3140         * modules/avltree-oset, modules/avltree-oset-tests: New files.
3141         * modules/rbtree-oset, rbtree-oset-tests: New files.
3142         * tests/test-carray_list.c: New file.
3143         * tests/test-linked_list.c: New file.
3144         * tests/test-avltree_list.c: New file.
3145         * tests/test-rbtree_list.c: New file.
3146         * tests/test-linkedhash_list.c: New file.
3147         * tests/test-avltreehash_list.c: New file.
3148         * tests/test-rbtreehash_list.c: New file.
3149         * tests/test-avltree_oset.c: New file.
3150         * tests/test-rbtree_oset.c: New file.
3151         * MODULES.html.sh (Container data structures): New section.
3152
3153 2006-07-17  Bruno Haible  <bruno@clisp.org>
3154
3155         * m4/gl_list.m4: New file.
3156
3157 2006-07-17  Bruno Haible  <bruno@clisp.org>
3158
3159         * lib/gl_list.h: New file.
3160         * lib/gl_list.c: New file.
3161         * lib/gl_array_list.h: New file.
3162         * lib/gl_array_list.c: New file.
3163         * lib/gl_carray_list.h: New file.
3164         * lib/gl_carray_list.c: New file.
3165         * lib/gl_linked_list.h: New file.
3166         * lib/gl_linked_list.c: New file.
3167         * lib/gl_anylinked_list1.h: New file.
3168         * lib/gl_anylinked_list2.h: New file.
3169         * lib/gl_avltree_list.h: New file.
3170         * lib/gl_avltree_list.c: New file.
3171         * lib/gl_anyavltree_list1.h: New file.
3172         * lib/gl_anyavltree_list2.h: New file.
3173         * lib/gl_rbtree_list.h: New file.
3174         * lib/gl_rbtree_list.c: New file.
3175         * lib/gl_anyrbtree_list1.h: New file.
3176         * lib/gl_anyrbtree_list2.h: New file.
3177         * lib/gl_anytree_list1.h: New file.
3178         * lib/gl_anytree_list2.h: New file.
3179         * lib/gl_linkedhash_list.h: New file.
3180         * lib/gl_linkedhash_list.c: New file.
3181         * lib/gl_anyhash_list1.h: New file.
3182         * lib/gl_anyhash_list2.h: New file.
3183         * lib/gl_avltreehash_list.h: New file.
3184         * lib/gl_avltreehash_list.c: New file.
3185         * lib/gl_rbtreehash_list.h: New file.
3186         * lib/gl_rbtreehash_list.c: New file.
3187         * lib/gl_anytreehash_list1.h: New file.
3188         * lib/gl_anytreehash_list2.h: New file.
3189
3190         * lib/gl_oset.h: New file.
3191         * lib/gl_oset.c: New file.
3192         * lib/gl_array_oset.h: New file.
3193         * lib/gl_array_oset.c: New file.
3194         * lib/gl_avltree_oset.h: New file.
3195         * lib/gl_avltree_oset.c: New file.
3196         * lib/gl_rbtree_oset.h: New file.
3197         * lib/gl_rbtree_oset.c: New file.
3198         * lib/gl_anytree_oset.h: New file.
3199
3200 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
3201
3202         * m4/mkancesdirs.m4: New file.
3203         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
3204         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
3205         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
3206         it.
3207
3208 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
3209
3210         * lib/dirchownmod.c, dirchownmod.h, mkancesdirs.c, mkancesdirs.h:
3211         New files.
3212         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
3213         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
3214         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
3215         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
3216         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
3217         callers changed.  Revamp internals significantly, by not
3218         attempting to create directories that are temporarily more
3219         permissive than the final results.  Do not attempt to use
3220         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
3221         This removes some race conditions, fixes some bugs, and simplifies
3222         things.  Use new dirchownmod function to do owner and mode changes.
3223         * lib/mkdir-p.h: Likewise.
3224         * lib/modechange.c (octal_to_mode): New function.
3225         (struct mode_change): New member mentioned.
3226         (make_node_op_equals): New arg mentioned.  All callers changed.
3227         (mode_compile): Keep track of which mode bits the user has explicitly
3228         mentioned.
3229         (mode_adjust): New arg DIR, so that we implement the X op correctly.
3230         New arg PMODE_BITS, to keep track of which mode bits the user
3231         mentioned; it treats S_ISUID and S_ISGID speciall.
3232         All callers changed.
3233         * lib/modechange.h: Likewise.
3234
3235 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
3236
3237         * MODULES.html.sh: Add mkancestors.
3238         * modules/mkancesdirs: New module.
3239         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
3240         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
3241         The chdir-safer and afs files are now orphans; I'll remove them
3242         unless someone speaks up.
3243         Add lib/dirchownmod.c, lib/dirchownmod.h.
3244         (Depends-on): Remove alloca, chown, save-cwd, dirname.
3245         Add lchown, mkancesdirs.
3246         (Maintainer): Add self.
3247
3248 2006-07-15  Karl Berry  <karl@gnu.org>
3249
3250         * gnulib-tool: help message wording/arrangement.
3251
3252 2006-07-14  Simon Josefsson  <jas@extundo.com>
3253
3254         * doc/gnulib.texi (Libtool and Windows): New section.
3255
3256 2006-07-12  Simon Josefsson  <jas@extundo.com>
3257
3258         * modules/gendocs (License): Fix license, approved by Karl.
3259
3260 2006-07-12  Eric Blake  <ebb9@byu.net>
3261
3262         * MODULES.html.sh: Add gendocs.
3263
3264 2006-07-11  Eric Blake  <ebb9@byu.net>
3265
3266         * modules/fdl: New module, to install doc/fdl.texi.
3267         * MODULES.html.sh: Add new section for documentation modules.
3268         * gnulib-tool: Avoid space-tab.
3269         (--doc-base): New option, to manage files from doc.
3270
3271 2006-07-11  Eric Blake  <ebb9@byu.net>
3272
3273         * m4/absolute-header.m4: Fix comments to match recent change.
3274
3275 2006-07-11  Eric Blake  <ebb9@byu.net>
3276
3277         * gnulib-tool: List --doc-base before --tests-base.
3278
3279 2006-07-11  Derek R. Price  <derek@ximbiot.com>
3280
3281         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
3282
3283 2006-07-11  Bruno Haible  <bruno@clisp.org>
3284
3285         * README: Mention where to put documentation.
3286
3287 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3288
3289         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
3290
3291 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
3292
3293         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
3294         to stdint.m4.
3295
3296 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
3297
3298         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
3299         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
3300         "no/such/file/stdint.h" when there is no such file, so that
3301         the resulting C code can be parsed by dodgy compilers.
3302         Problems reported by Bob Proulx.
3303
3304 2006-07-10  Derek R. Price  <derek@ximbiot.com>
3305
3306         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
3307         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
3308         macros into the GNU _D_EXACT_NAMLEN.
3309         * lib/savedir.c:  Likewise.
3310         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
3311
3312 2006-07-10  Derek R. Price  <derek@ximbiot.com>
3313         and Paul Eggert  <eggert@cs.ucla.edu>
3314
3315         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
3316         * m4/savedir.m4:
3317         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
3318         macros into the GNU _D_EXACT_NAMLEN.
3319
3320 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
3321
3322         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
3323         around the absolute name, to work around a problem with the HP-UX
3324         11.23 native C compiler, reported by Bob Proulx.
3325
3326 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
3327
3328         * doc/maintain.texi, make-stds.texi: Sync from
3329         <http://savannah.gnu.org/projects/gnustandards>.
3330
3331 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
3332
3333         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
3334
3335 2006-07-09  Jim Meyering  <jim@meyering.net>
3336
3337         * m4/glob.m4: Remove a doubled word in a comment.
3338
3339 2006-07-09  Jim Meyering  <jim@meyering.net>
3340
3341         * lib/argp-pv.c: Remove a doubled word in a comment.
3342         * lib/check-version.c (check_version): Likewise.
3343         * lib/javacomp.c (compile_java_class): Likewise.
3344
3345 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
3346
3347         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
3348         for the benefit of people using Autoconf 2.60.  If you want to
3349         support older Autoconf versions you can copy m4/onceonly_2_57.m4
3350         (or m4/onceonly.m4, if pre-2.57) manually.
3351
3352 2006-07-08  Jim Meyering  <jim@meyering.net>
3353
3354         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
3355         comment.
3356         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
3357         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
3358         comment.
3359
3360 2006-07-08  Jim Meyering  <jim@meyering.net>
3361
3362         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
3363
3364 2006-07-07  Simon Josefsson  <jas@extundo.com>
3365
3366         * tests/test-crc.c: Change expected crc value, the test vector
3367         were probably computed using the old broken crc.c?
3368
3369 2006-07-06  Simon Josefsson  <jas@extundo.com>
3370
3371         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
3372         now the canonical place for the M4 file).
3373
3374         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
3375         from the sys_socket dependency now.
3376
3377         * modules/inet_pton (Files): Ditto.
3378
3379         * modules/inet_ntop (Files): Ditto.
3380
3381 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
3382
3383         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
3384         not gl_PREREQ_GETUSERSHELL.
3385
3386 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3387
3388         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
3389         with only one argument, for Autoconf 2.60.
3390         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
3391         expand to nothing, so add a shell command to avoid syntax error.
3392         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
3393
3394 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3395
3396         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
3397
3398 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3399
3400         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
3401         no longer needed.  Check for isblank decl.
3402         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
3403         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
3404         of existence.
3405
3406 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3407
3408         * lib/getloadavg.c: Use __VMS, not VMS.
3409         * lib/getopt.c: Likewise.
3410         * lib/getpagesize.h: Likewise.
3411         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
3412         and probably does not work.
3413
3414 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
3415
3416         * lib/.cppi-disable: Add wcwidth.
3417         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
3418         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
3419         (ISGRAPH): Remove.  All uses changed to isgraph.
3420         (FOLD) [!defined _LIBC]: Remove special case.
3421         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
3422         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
3423         HAVE_ISBLANK.
3424         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
3425         case.
3426
3427 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
3428
3429         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
3430         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
3431         brackets.  Other minor changes to suppress some compiler
3432         warnings.
3433
3434 2006-07-06  Derek R. Price  <derek@ximbiot.com>
3435         and Paul Eggert  <eggert@cs.ucla.edu>
3436
3437         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
3438         of invoking obsolescent AC_HEADER_DIRENT macro.
3439         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
3440         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
3441         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
3442         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
3443         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
3444         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
3445         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
3446         * m4/readdir.m4: Remove; no longer needed.
3447
3448 2006-07-06  Derek R. Price  <derek@ximbiot.com>
3449         and Paul Eggert  <eggert@cs.ucla.edu>
3450
3451         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
3452         Don't worry about this obsolete case any more.
3453         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
3454         directories.
3455         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
3456         worry about this obsolete case any more.
3457         * lib/fts.c: Likewise.
3458         * lib/getcwd.c: Likewise.
3459         * lib/glob.h: Likewise.
3460         * lib/savedir.c: Likewise.
3461
3462 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
3463
3464         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
3465         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
3466         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
3467         needed.
3468         All uses removed.
3469         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
3470         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
3471         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
3472         needed.
3473         * m4/getdate.m4 (gl_GETDATE): Likewise.
3474         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
3475         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
3476         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
3477         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
3478         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
3479         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
3480         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
3481         needed.
3482
3483 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
3484
3485         * lib/memcasecmp.c: Include <limits.h>.
3486         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
3487         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
3488         Don't assume isdigit succeeds only on '0' through '9'.
3489
3490 2006-07-05  Eric Blake  <ebb9@byu.net>
3491
3492         * modules/getaddrinfo (Depends-on): Add snprintf.
3493
3494 2006-07-05  Eric Blake  <ebb9@byu.net>
3495
3496         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
3497         to avoid 'header present but could not be compiled' on cygwin.
3498
3499 2006-07-05  Eric Blake  <ebb9@byu.net>
3500
3501         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
3502         missing from netdb.h.
3503         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
3504
3505 2006-07-05  Derek R. Price  <derek@ximbiot.com>
3506
3507         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
3508         no longer needed.
3509         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
3510         * m4/getdate.m4 (gl_GETDATE): Likewise.
3511         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
3512         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
3513         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
3514         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
3515         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
3516
3517 2006-07-05  Derek R. Price  <derek@ximbiot.com>
3518
3519         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
3520         All uses of is_space replaced by isspace.
3521         * lib/exit.h: Don't talk about STDC_HEADERS.
3522         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
3523         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
3524         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
3525         replaced by isprint etc.
3526         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
3527         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
3528         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
3529         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
3530         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
3531         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
3532
3533 2006-07-05  Bruno Haible  <bruno@clisp.org>
3534
3535         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
3536         the function exists, before testing against AIX.
3537         Reported by Martin Lambers <marlam@marlam.de>.
3538
3539 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
3540
3541         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
3542         From Mark D. Baushke.
3543
3544 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
3545
3546         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
3547         to the absolute name, not just one, to bypass Sun C 5.8's
3548         "warning: #include of /usr/include/... may be non-portable".
3549
3550 2006-07-04  Eric Blake  <ebb9@byu.net>
3551
3552         * modules/dirname-tests: New test module.
3553         * tests/test-dirname.c: New file, replacing dirname.c
3554         TEST_DIRNAME section that was recently deleted.
3555
3556 2006-07-04  Bruno Haible  <bruno@clisp.org>
3557
3558         Assume ANSI C header files and <ctype.h> functions.
3559         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
3560         (mbsnwidth): Use isprint, iscntrl instead.
3561
3562 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
3563
3564         Merge from coreutils.
3565         * MODULES.html.sh: Add xstrtold.
3566         * modules/xstrtold: New file.
3567         * modules/cycle-check (Files): Add lib/same-inode.h.
3568         * modules/dirname (Files): Add m4/double-slash-root.m4.
3569         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
3570         * modules/mkdir-p (Files): Add lib/same-inode.h.
3571         * modules/same (Files): Add lib/same-inode.h.
3572
3573 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
3574
3575         * m4/absolute-header.m4: Renamed from full-header-path.m4.
3576         This is to keep the terminology clean; POSIX talks about
3577         "absolute pathnames", not "full pathnames", but the GNU
3578         Coding Standards say to use "path" for something else;
3579         so use "absolute" to keep both sides happy.
3580         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
3581         Set gl_absolute_header, not gl_full_header_path.
3582         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
3583         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
3584         All uses changed.
3585
3586         Merge from coreutils.
3587
3588         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
3589
3590         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
3591         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
3592         want to require the building of c-strtod.o.
3593         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
3594         needs -lm directly.
3595         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
3596
3597         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
3598
3599         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
3600         --as-needed option if available.  Problem reported by Albert Chin in
3601         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
3602         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
3603         cc merely issues a bunch of annoying warnings for --as-needed
3604         (this problem was reported by Bob Proulx).  Also, try linking with
3605         -lm to detect a bug in binutils 2.16 (this problem was reported
3606         by Ralf Wildenhues).
3607
3608         2006-06-18  Jim Meyering  <jim@meyering.net>
3609
3610         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
3611         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
3612         macro.
3613         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
3614         also check for glibc-2.4's abort-inducing bug.
3615
3616         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
3617         Low-probability clean-up should be to use rmdir to get rid of
3618         the just-created directory, not unlink.
3619
3620         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
3621         configure fail, and request a bug report to inform us about it.
3622         Add a comment that, barring reports to the contrary, in 2007 we'll
3623         assume ftruncate is universally available.
3624
3625         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
3626
3627         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
3628
3629         2006-03-12  Jim Meyering  <jim@meyering.net>
3630
3631         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
3632         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
3633         * m4/same.m4 (gl_SAME): Likewise.
3634         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
3635
3636         2006-03-11  Eric Blake  <ebb9@byu.net>
3637
3638         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
3639         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
3640         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
3641         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
3642
3643 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
3644
3645         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
3646         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
3647         reported by Mark D. Baushke, one in
3648         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
3649
3650         Merge from coreutils.
3651
3652         * lib/.cppi-disable: Add stdint_.h.
3653         * lib/.cvsignore: Add stdint.h.
3654
3655         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
3656
3657         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
3658         both double and long double versions.
3659         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
3660         * lib/xstrtold.c: New file.
3661         * lib/xstrtod.h (xstrtold): New decl.
3662
3663         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
3664
3665         * lib/filemode.c (setst): Remove.
3666         (strmode): Rewrite to avoid setst.  This makes the code shorter,
3667         (arguably) clearer, and the generated code is a bit smaller on my
3668         Debian GNU/Linux stable x86 host.
3669
3670         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
3671
3672         * lib/filemode.c: Include "filemode.h" first, to test the interface.
3673         Assume that filemode.h includes sys/types.h and sys/stat.h.
3674         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
3675         (ftypelet): Reorder to put common cases first, for efficiency.
3676         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
3677         to do 'M'.
3678         (strmode): Renamed from mode_string, and now stores 12 bytes instead
3679         of 10, for compatibility with FreeBSD.  All callers changed.
3680         (filemodestring): Now stores 12 bytes instead of 10, and sets file
3681         types that can't be deduced solely from st_mode.  First arg is now a
3682         const pointer.
3683         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
3684         (strmode): Renamed from mode_string.
3685         (filemodestring): New decl.
3686         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
3687         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
3688         needed.
3689         (S_ISPORT, S_ISWHT): New macros, if not already defined.
3690
3691         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
3692
3693         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
3694         fsusage.h now does that.  Include fsusage.h first, to test interface.
3695         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
3696         at most one method (the old code could have generated decls that
3697         didn't conform to C89, not that this was ever exercised).
3698         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
3699
3700         2006-03-19  Jim Meyering  <jim@meyering.net>
3701
3702         Work even in a chroot where d_ino values for entries in "/"
3703         don't match the stat.st_ino values for the same names.
3704         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
3705         number, iterate through all entries again, using lstat instead.
3706         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
3707         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
3708
3709         * lib/getcwd.c (__getcwd): Clarify a comment.
3710         Use memcpy in place of a call to strcpy.
3711
3712         2006-03-12  Jim Meyering  <jim@meyering.net>
3713
3714         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
3715         matches that of the current directory (which we're about to chdir ".."
3716         out of), then save the dev-ino of the parent, instead.
3717
3718         * lib/same-inode.h (SAME_INODE): New file/macro.
3719         * lib/chdir-safer.c (SAME_INODE): Remove definition.
3720         Include "same-inode.h", instead.
3721         * lib/same.c: Likewise.
3722         * lib/cycle-check.h: Include "same-inode.h".
3723         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
3724         * lib/cycle-check.c (SAME_INODE): Remove definition.
3725         * lib/root-dev-ino.h: Include "same-inode.h".
3726
3727         2006-03-11  Eric Blake  <ebb9@byu.net>
3728
3729         * lib/same.c (same_name): s/base_name/last_component/
3730         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
3731         * lib/filenamecat.c (file_name_concat): Likewise.
3732
3733         2006-03-11  Eric Blake  <ebb9@byu.net>,
3734                     Paul Eggert  <eggert@cs.ucla.edu>
3735
3736         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
3737         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
3738         drive prefix.
3739         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
3740         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
3741         (last_component): New method.
3742         * lib/dirname.c (dir_len): Determine when drive letters need a
3743         subsequent slash.  Preserve // when it is special.
3744         (dir_name): Don't append dot when drive letter is absolute.
3745         [TEST_DIRNAME]: Move into a full-blown gnulib test.
3746         * lib/basename.c (base_name): New semantics - malloc the result.
3747         Preserve // when it is special.  Preserve relative files that look
3748         like drive letters.
3749         (base_len): Preserve // when it is special.
3750         (last_component): New method, similar to old base_name semantics.
3751         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
3752         base_name.  Strip redundant slashes from ///.
3753
3754 2006-07-03  Jim Meyering  <jim@meyering.net>
3755
3756         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
3757         macro is used before the first cycle_check call.
3758
3759 2006-07-03  Eric Blake  <ebb9@byu.net>
3760
3761         * modules/dirname (Depends-on): Add xstrndup.
3762
3763 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
3764
3765         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
3766         test cases, so that config.log is a bit easier to follow.
3767
3768 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
3769
3770         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
3771         both are 64 bits, since this seems to be the tradition, and this
3772         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
3773         we ever run into a host that prefers long long to long in this
3774         case, we'll need another configure-time test.  Problem reported by
3775         Jim Meyering.
3776
3777 2006-07-02  Eric Blake  <ebb9@byu.net>
3778
3779         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
3780
3781 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3782
3783         * modules/inttypes (Depends-on): No longer depends on stdint.
3784         * modules/stdint (Description): Say more about assumptions.
3785         Say that the fast types might differ.  Say macros are used.
3786         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
3787         (Makefile.am): Revise list of substituted symbols to match
3788         new stdint.m4.
3789         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
3790         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
3791         * tests/test-stdint.c (verify_same_types)
3792         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
3793         the code conforms to C99/C89.
3794         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
3795         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
3796
3797 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3798
3799         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
3800         but fix a bug, by requiring at least 64 bits.
3801         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
3802         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
3803         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
3804         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
3805
3806         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
3807         changes.  Make 2.59 a prerequisite.  Check and substitute for
3808         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
3809         inttypes.h.  Do not use special include files; just use the
3810         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
3811         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
3812         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
3813         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
3814         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
3815         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
3816         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
3817         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
3818         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
3819         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
3820         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
3821         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
3822         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
3823         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
3824         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
3825         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
3826         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
3827         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
3828         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
3829         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
3830         WINT_MAX.  Check for C99 conformance more strictly, by detecting
3831         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
3832         not check for things that C99 does not require, e.g., int8_t.  If
3833         a test isn't needed unless <stdint.h> isn't working, and is
3834         unlikely to be needed for any other reason, then don't do it
3835         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
3836         size_t, since we assume C89 freestanding at least.  Do not check
3837         for sig_atomic_t, wchar_t, or wint_t, since the code now does
3838         the right thing even if the types are not defined.  Instead use:
3839         (gl_STDINT_TYPE_PROPERTIES): New macro.
3840         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
3841         testing whether <sys/types.h> clashes, as Autoconf does this for
3842         us now.  All uses removed.
3843         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
3844         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
3845         (gl_CHECK_TYPE_SAME):
3846         Remove; no longer needed.
3847         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
3848         exists, since we'll return 0 anyway in that case.
3849         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
3850
3851 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3852
3853         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
3854         possible collision with system files.
3855         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
3856         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
3857         WCHAR_MIN and WCHAR_MAX in this case.
3858         (<stddef.h>): Do not include; no longer needed.
3859         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
3860         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
3861         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
3862         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
3863         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
3864         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
3865         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
3866         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
3867         !defined(__c99))]: Include in this case too, since it's harmless
3868         now.
3869         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
3870         dangerous to do so.
3871         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
3872         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
3873         (_STDINT_MIN, _STDINT_MAX): New macros.
3874         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
3875         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
3876         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
3877         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
3878         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
3879         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
3880         macros, not typedefs; this simplifies things quite a bit.
3881         Use long int for all types narrower than int64_t.
3882         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
3883         Define in terms of long long int or int64_t or long int,
3884         not int64_t or int32_t.  This saves some compile-time testing.
3885         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
3886         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
3887         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
3888         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
3889         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
3890         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
3891         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
3892         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
3893         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
3894         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
3895         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
3896         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
3897         undef any previous version and define our own version, for
3898         simplicity and consistency with the new macros for types.
3899         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
3900         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
3901         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
3902         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
3903         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
3904         @WINT_T_SUFFIX@ to keep things simple here.
3905         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
3906         Simplify by assuming typical 8/16/32/64 host, since we're
3907         already doing that elsewhere anyway.
3908         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
3909         and assume long long int is 64 bits if available.  This
3910         speeds up 'configure'.
3911
3912 2006-07-01  Eric Blake  <ebb9@byu.net>
3913
3914         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
3915         Reported by Andreas Buening.
3916
3917 2006-07-01  Eric Blake  <ebb9@byu.net>
3918
3919         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
3920
3921 2006-06-30  Jim Hyslop <jhyslop@dreampossible.ca>  (tiny change)
3922
3923         * lib/getaddrinfo.c: fixed typo
3924
3925 2006-06-29  Jim Meyering  <jim@meyering.net>
3926
3927         * modules/strftime (Maintainer): Add my name, since with the
3928         FPRINTFTIME changes strftime.c has forked from glibc.
3929
3930 2006-06-29  Eric Blake  <ebb9@byu.net>
3931
3932         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
3933
3934 2006-06-29  Eric Blake  <ebb9@byu.net>
3935
3936         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
3937
3938 2006-06-29  Eric Blake  <ebb9@byu.net>
3939
3940         * lib/stat_.h: New file.
3941
3942 2006-06-29  Eric Blake  <ebb9@byu.net>
3943
3944         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
3945         unused static function.
3946
3947 2006-06-29  Eric Blake  <ebb9@byu.net>
3948
3949         * doc/functions.texi (Function Portability): Document missing lstat
3950         on mingw.
3951
3952 2006-06-29  Eric Blake  <ebb9@byu.net>
3953
3954         * MODULES.html.sh: Add sys_stat.
3955         * modules/sys_stat: New module.
3956         * modules/mkstemp (Depends-on): Add sys_stat.
3957
3958 2006-06-29  Derek R. Price  <derek@ximbiot.com>
3959
3960         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
3961
3962 2006-06-29  Derek R. Price  <derek@ximbiot.com>
3963
3964         * m4/c-bs-a.m4: Removed.
3965
3966 2006-06-29  Derek R. Price  <derek@ximbiot.com>
3967
3968         * lib/strftime.c: Assume strftime() exists.
3969
3970 2006-06-29  Derek Price  <derek@ximbiot.com>
3971
3972         * modules/c-bs-a: Removed - \a is C89.
3973         * MODULES.html.sh: Remove c-bs-a.
3974
3975 2006-06-29  Bruno Haible  <bruno@clisp.org>
3976
3977         * modules/wcwidth (License): Change to LGPL.
3978
3979 2006-06-28  Simon Josefsson  <jas@extundo.com>
3980
3981         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
3982         on _WIN32.
3983
3984         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
3985         getnameinfo.
3986
3987 2006-06-28  Simon Josefsson  <jas@extundo.com>
3988
3989         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
3990
3991 2006-06-28  Simon Josefsson  <jas@extundo.com>
3992
3993         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
3994         functions there.  It will succeed on Windows XP, but on Windows
3995         2000 and (presumably) earlier, it will fail, and use the internal
3996         re-implementation.
3997         (use_win32_p): New function.
3998         (getaddrinfo): Use strtoul on servname, to support numeric ports.
3999         Support AI_NUMERICSERV to disable getservbyname.
4000         (getnameinfo): New function, only supports
4001         NI_NUMERICHOST|NI_NUMERICSERV for now.
4002
4003         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
4004         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
4005         getnameinfo.
4006
4007 2006-06-28  Eric Blake  <ebb9@byu.net>
4008
4009         * modules/wcwidth: New file.
4010         * modules/mbchar (Depends-on): Add wcwidth.
4011         * modules/mbswidth (Depends-on): Add wcwidth.
4012         * MODULES.html.sh: Add wcwidth.
4013
4014 2006-06-28  Eric Blake  <ebb9@byu.net>
4015
4016         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
4017         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
4018
4019 2006-06-28  Eric Blake  <ebb9@byu.net>
4020
4021         * lib/xvasprintf.h: Fix comments.
4022
4023 2006-06-28  Eric Blake  <ebb9@byu.net>
4024
4025         * lib/mbchar.h (wcwidth): Include wcwidth.h.
4026         * lib/mbswidth.c (wcwidth): Move from here...
4027         * lib/wcwidth.h: ...to this new file.
4028
4029 2006-06-28  Derek R. Price  <derek@ximbiot.com>
4030
4031         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
4032
4033         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
4034         it's obsolete.
4035         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
4036
4037 2006-06-28  Derek R. Price  <derek@ximbiot.com>
4038
4039         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
4040         Autoconf 2.60 says this stuff was obsolete.
4041
4042 2006-06-28  Bruno Haible  <bruno@clisp.org>
4043
4044         * modules/wcwidth (Files): Add m4/wchar_t.m4.
4045
4046 2006-06-28  Bruno Haible  <bruno@clisp.org>
4047
4048         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
4049         gt_TYPE_WCHAR_T.
4050
4051 2006-06-28  Bruno Haible  <bruno@clisp.org>
4052
4053         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
4054         declaration for wcwidth.
4055         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
4056
4057 2006-06-28  Bruno Haible  <bruno@clisp.org>
4058
4059         * lib/mkdtemp.c [MINGW]: Include <io.h>.
4060         (mkdir): Define using _mkdir.
4061
4062 2006-06-28  Bruno Haible  <bruno@clisp.org>
4063
4064         * lib/getaddrinfo.h: Fix POSIX URL.
4065         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
4066         _WIN32.
4067         (use_win32_p): Make static.
4068         (getaddrinfo): Reject service name if it is empty or does not consist
4069         solely of decimal digits, or if its value is > 65535.
4070         (getnameinfo): Remove useless casts.
4071
4072 2006-06-27  Simon Josefsson  <jas@extundo.com>
4073
4074         * modules/sys_select: New file, suggested by Bruno Haible, Paul
4075         Eggert and Martin Lambers.
4076
4077 2006-06-27  Simon Josefsson  <jas@extundo.com>
4078
4079         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
4080         Eggert and Martin Lambers.
4081
4082 2006-06-27  Bruno Haible  <bruno@clisp.org>
4083
4084         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
4085         result to 0, not to empty.
4086         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
4087
4088 2006-06-27  Bruno Haible  <bruno@clisp.org>
4089
4090         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
4091
4092 2006-06-26  Simon Josefsson  <jas@extundo.com>
4093
4094         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
4095         present.
4096
4097 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
4098
4099         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
4100         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
4101         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
4102
4103 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
4104
4105         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
4106
4107 2006-06-26  Bruno Haible  <bruno@clisp.org>
4108
4109         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
4110
4111 2006-06-26  Bruno Haible  <bruno@clisp.org>
4112
4113         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
4114
4115 2006-06-26  Bruno Haible  <bruno@clisp.org>
4116
4117         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
4118         SGI C compiler in pre-C99 mode.
4119         Suggested by Mark D. Baushke and Larry Jones.
4120
4121 2006-06-26  Bruno Haible  <bruno@clisp.org>
4122
4123         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
4124         WCHAR_MAX.
4125         Reported by Mark D. Baushke and Larry Jones.
4126
4127 2006-06-26  Bruno Haible  <bruno@clisp.org>
4128
4129         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
4130         in pre-C99 mode.
4131         Suggested by Mark D. Baushke and Larry Jones.
4132
4133 2006-06-23  Simon Josefsson  <jas@extundo.com>
4134             Bruno Haible  <bruno@clisp.org>
4135
4136         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
4137         Emit mostlyclean-local rule.
4138         (func_emit_tests_Makefile_am): Likewise.
4139         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
4140
4141 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
4142
4143         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
4144
4145 2006-06-23  Bruno Haible  <bruno@clisp.org>
4146
4147         * tests/test-stdint.c: Update to match ISO C 99 Technical
4148         Corrigendum 1.
4149
4150 2006-06-23  Bruno Haible  <bruno@clisp.org>
4151
4152         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
4153
4154 2006-06-23  Bruno Haible  <bruno@clisp.org>
4155
4156         * lib/stdint_.h: Treat IRIX like OpenBSD.
4157
4158 2006-06-23  Bruno Haible  <bruno@clisp.org>
4159
4160         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
4161         ISO C 99 Technical Corrigendum 1.
4162
4163 2006-06-22  Simon Josefsson  <jas@extundo.com>
4164
4165         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
4166         MinGW.
4167
4168 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
4169
4170         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
4171         needed.  Some compiler complained about some of them.  Problem reported
4172         by Larry Jones in
4173         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
4174
4175 2006-06-21  Simon Josefsson  <jas@extundo.com>
4176
4177         * tests/test-getaddrinfo.c: New file.
4178
4179         * modules/getaddrinfo-tests: New file.
4180
4181         * MODULES.html.sh: Add inet_pton.
4182
4183         * modules/inet_pton: New file.
4184
4185 2006-06-21  Simon Josefsson  <jas@extundo.com>
4186
4187         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
4188         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
4189         of using the (limited) gnulib implementation on Windows XP.
4190
4191         * m4/inet_pton.m4: New file.
4192
4193 2006-06-21  Simon Josefsson  <jas@extundo.com>
4194
4195         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
4196         variable.
4197
4198         * lib/socket_.h: Don't define WINVER.
4199
4200         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
4201         slightly modified to work in gnulib.
4202
4203 2006-06-21  Simon Josefsson  <jas@extundo.com>
4204
4205         * doc/gnulib.texi (Windows sockets): Add.
4206
4207 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
4208
4209         * lib/read-file.c (fread_file): Start with buffer allocation of
4210         0 bytes rather than 1 byte; this simplifies the code.
4211         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
4212         code to free buffer and save/restore errno.
4213         (internal_read_file): Remove unused local.
4214
4215 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
4216
4217         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
4218         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
4219         Problem reported by Denis Excoffier in
4220         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
4221
4222 2006-06-19  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4223
4224         * modules/sys_socket, modules/socklen: Include sys/types since
4225         FreeBSD 4.x's sys/socket.h needs it.
4226
4227 2006-06-19  Simon Josefsson  <jas@extundo.com>
4228
4229         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
4230
4231 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
4232
4233         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
4234
4235 2006-06-19  Bruno Haible  <bruno@clisp.org>
4236
4237         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
4238         and FULL_PATH_INTTYPES_H in angle brackets.
4239         Reported by Mark D. Baushke <mdb@gnu.org>.
4240
4241 2006-06-17  Eric Blake  <ebb9@byu.net>
4242
4243         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
4244         errno.
4245
4246 2006-06-17  Bruno Haible  <bruno@clisp.org>
4247
4248         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
4249         <sys/inttypes.h>.
4250
4251 2006-06-17  Bruno Haible  <bruno@clisp.org>
4252
4253         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
4254         whether errno is declared. Assume <errno.h> declares errno.
4255
4256 2006-06-17  Bruno Haible  <bruno@clisp.org>
4257
4258         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
4259
4260 2006-06-17  Bruno Haible  <bruno@clisp.org>
4261
4262         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
4263         problem on Solaris 2.5.1.
4264
4265 2006-06-16  Eric Blake  <ebb9@byu.net>
4266
4267         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
4268         * lib/unicodeio.c [!defined errno]: Likewise.
4269         * lib/strtol.c [!defined errno]: Likewise.
4270         * lib/strtod.c [!defined errno]: Likewise.
4271
4272 2006-06-15  Eric Blake  <ebb9@byu.net>
4273
4274         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
4275
4276 2006-06-15  Eric Blake  <ebb9@byu.net>
4277
4278         * config/srclist.txt (ssize_t.m4): Lose sync.
4279
4280 2006-06-15  Bruno Haible  <bruno@clisp.org>
4281
4282         * modules/stdint (Files): Include m4/full-header-path.m4,
4283         m4/size_max.m4, m4/wchar_t.m4.
4284         (Makefile.am): Many more substitutions.
4285         * modules/stdint-tests: New file.
4286         * tests/test-stdint.c: New file.
4287
4288 2006-06-15  Bruno Haible  <bruno@clisp.org>
4289
4290         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
4291         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
4292         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
4293         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
4294         gl_CHECK_TYPE_SAME): New macros.
4295
4296 2006-06-15  Bruno Haible  <bruno@clisp.org>
4297
4298         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
4299
4300 2006-06-15  Bruno Haible  <bruno@clisp.org>
4301
4302         * lib/stdint_.h: Rewritten to be fully auto-configured.
4303         Fixes bug on HP-UX/IA64.
4304
4305 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
4306
4307         * lib/getdate.y (__attribute__): Don't define if already defined.
4308         Problem reported by Larry Jones.
4309         * lib/utimens.c (__attribute__): Likewise.
4310
4311 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
4312
4313         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
4314         reported by Andreas Schwab.
4315
4316 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4317             Bruno Haible  <bruno@clisp.org>
4318
4319         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
4320         check for the declaration of strnlen and a run test that exposes the
4321         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
4322         rpl_strndup.
4323
4324 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4325             Bruno Haible  <bruno@clisp.org>
4326
4327         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
4328
4329 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4330
4331         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
4332         compile test, for Tru64 4.0D.
4333
4334 2006-05-28  Karl Berry  <karl@gnu.org>
4335
4336         * config/srclist.txt (printf-args.c): lose sync.
4337
4338 2006-05-26  Martin Lambers  <marlam@marlam.de>
4339
4340         * lib/getpass.c: Updates the test for the native W32 API, and adds
4341         missing includes, thus fixing compilation warnings.
4342
4343 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
4344
4345         * lib/exclude.c (exclude_fnmatch): New function.
4346         (excluded_file_name): Call exclude_fnmatch.
4347         * lib/exclude.h (excluded_file_name): New prototype
4348
4349 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
4350
4351         * lib/tempname.c (small_open, large_open): New macros.
4352         (__open, __open64) [!_LIBC]: Remove.
4353         (__gen_tempname): Use small_open and large_open instead of __open
4354         and __open64.  This fixes a portability bug on HP-UX 11.11i
4355         reported by Simon Wing-Tang in
4356         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
4357
4358 2006-05-24  Bruno Haible  <bruno@clisp.org>
4359
4360         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
4361         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
4362         Reported by Thorsten Maerz <torte@netztorte.de> via
4363         Aaron Stone <aaron@serendipity.cx>.
4364
4365 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
4366
4367         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
4368         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
4369         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
4370         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
4371         not really conditional on the cache.
4372         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
4373
4374 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
4375
4376         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
4377         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
4378         (my_usleep): Don't mishandle maximum value.
4379
4380 2006-05-19  Jim Meyering  <jim@meyering.net>
4381
4382         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
4383
4384 2006-05-17  Bruno Haible  <bruno@clisp.org>
4385
4386         Cygwin portability.
4387         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
4388
4389 2006-05-17  Bruno Haible  <bruno@clisp.org>
4390
4391         * lib/stdint_.h: Fix recognition of Cygwin.
4392
4393 2006-05-15  Bruno Haible  <bruno@clisp.org>
4394
4395         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
4396         on libtool patch by Ralf Wildenhues.
4397
4398 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
4399
4400         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
4401         test for C99 conformance; (bool) 0.5 is an integer constant
4402         expression, but (bool) -0.5 is not.  Problem reported by Fedor
4403         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
4404
4405 2006-05-11  Simon Josefsson  <jas@extundo.com>
4406
4407         * m4/xvasprintf.m4: Fix obvious typo.
4408
4409 2006-05-11  Jim Meyering  <jim@meyering.net>
4410
4411         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
4412         James Lemley.
4413
4414 2006-05-10  Simon Josefsson  <jas@extundo.com>
4415
4416         * lib/md4.c: Typo fix, update copyright years.
4417         (K1, K2): Don't use L because it turn computations into 64-bit on
4418         64-bit platforms.
4419
4420 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
4421
4422         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
4423         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
4424         unwanted sign propagation, e.g., on hosts with 64-bit int.
4425         There still are some problems with reeelly weird theoretical hosts
4426         (e.g., 33-bit int) but it's not worth worrying about now.
4427         * lib/sha1.c (rol): Likewise.
4428         (K1, K2, K3, K4): Remove unnecessary L suffix.
4429
4430 2006-05-10  Bruno Haible  <bruno@clisp.org>
4431
4432         * lib/des.c: Cast to avoid warnings.
4433
4434 2006-05-09  Bruno Haible  <bruno@clisp.org>
4435
4436         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
4437         (Depends-on): Depend also on xsize, stdarg.
4438         (configure.ac): Add gl_XVASPRINTF.
4439
4440 2006-05-09  Bruno Haible  <bruno@clisp.org>
4441
4442         * m4/xvasprintf.m4: New file.
4443
4444 2006-05-09  Bruno Haible  <bruno@clisp.org>
4445
4446         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
4447         (EOVERFLOW): Define fallback value.
4448         (xstrcat): New function.
4449         (xvasprintf): Recognize the special case of a string concatenation.
4450
4451 2006-05-08  Eric Blake  <ebb9@byu.net>
4452
4453         * gnulib-tool (func_version): Base copyright year on CVS date.
4454         (func_emit_copyright_notice): New function.
4455         (func_emit_lib_Makefile_am): Use it.
4456         (func_emit_tests_Makefile_am): Likewise.
4457         (func_import): Likewise.
4458
4459 2006-05-08  Bruno Haible  <bruno@clisp.org>
4460
4461         * modules/stdarg: New file.
4462         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
4463
4464 2006-05-08  Bruno Haible  <bruno@clisp.org>
4465
4466         * m4/stdarg.m4: New file, from GNU gettext.
4467
4468 2006-05-08  Bruno Haible  <bruno@clisp.org>
4469
4470         * config/srclist.txt (build-aux/config.rpath): different from latest
4471         release.
4472
4473 2006-05-08  Bruno Haible  <bruno@clisp.org>
4474
4475         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
4476
4477 2006-05-05  Jim Meyering  <jim@meyering.net>
4478
4479         * m4/warning.m4: New file, derived from bison's file by the same name.
4480
4481 2006-05-03  Bruno Haible  <bruno@clisp.org>
4482
4483         * lib/stdint_.h: Shorter URL.
4484         * lib/inttypes.h: Likewise.
4485
4486 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
4487
4488         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
4489
4490 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
4491
4492         * lib/verify.h: Document the internals better.  Most of this change
4493         was written by Bruno Haible.
4494
4495 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
4496
4497         * doc/verify.texi: New file, partly based on a proposal by
4498         Bruno Haible.
4499
4500 2006-05-02  Bruno Haible  <bruno@clisp.org>
4501
4502         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
4503         test from here...
4504         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
4505
4506 2006-04-29  Bruno Haible  <bruno@clisp.org>
4507
4508         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
4509         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
4510
4511 2006-04-29  Bruno Haible  <bruno@clisp.org>
4512
4513         * gnulib-tool: Make --update option actually work.
4514
4515 2006-04-29  Bruno Haible  <bruno@clisp.org>
4516
4517         * doc/gcd.texi: New file.
4518         * doc/gnulib.texi: Include it.
4519
4520 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
4521
4522         * lib/getdate.y (get_date): When adding relative date, start with the
4523         initial time, not with the result of the first mktime call.
4524
4525 2006-04-25  Bruno Haible  <bruno@clisp.org>
4526
4527         * gnulib-tool (func_import): Output the include directives in three
4528         blocks, sorted separately.
4529         Reported by Ben Pfaff <blp@cs.stanford.edu>.
4530
4531 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
4532
4533         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
4534         to define main with arguments, for C++.  Reported by Eric Blake.
4535         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
4536         Prefer 'int main ()' to 'int main (void)', for C++.
4537         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
4538         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
4539         for 'main', for C99 and C++.
4540
4541 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
4542
4543         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
4544         Don't assume that exit status -1 is valid.
4545         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
4546         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
4547         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
4548         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
4549         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
4550         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
4551         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
4552         functions can be used without declaring them, or that you can
4553         exit with status -1.
4554         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
4555
4556 2006-04-24  Karl Berry  <karl@gnu.org>
4557
4558         * config/srclist.txt (longdouble.m4): sync lost.
4559
4560 2006-04-24  Eric Blake  <ebb9@byu.net>
4561
4562         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
4563
4564 2006-04-24  Bruno Haible  <bruno@clisp.org>
4565
4566         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
4567         poll() implementation in AIX.
4568         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4569
4570 2006-04-24  Bruno Haible  <bruno@clisp.org>
4571
4572         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
4573         assigned exactly once.
4574
4575 2006-04-23  Claudio Fontana  <claudio@gnu.org>
4576             Bruno Haible  <bruno@clisp.org>
4577
4578         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
4579         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
4580         for AM_CPPFLAGS.
4581
4582 2006-04-23  Bruno Haible  <bruno@clisp.org>
4583
4584         * modules/copy-file: Depend on unistd.
4585         * modules/execute: Likewise.
4586         * modules/fatal-signal: Likewise.
4587         * modules/findprog: Likewise.
4588         * modules/mkdtemp : Likewise.
4589         * modules/pipe: Likewise.
4590         * modules/wait-process: Likewise.
4591
4592 2006-04-23  Bruno Haible  <bruno@clisp.org>
4593
4594         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
4595         condition was already detected.
4596         Reported by Ben Pfaff <blp@cs.stanford.edu>.
4597
4598 2006-04-23  Bruno Haible  <bruno@clisp.org>
4599
4600         * lib/copy-file.c: Include <unistd.h> unconditionally.
4601         * lib/execute.c: Likewise.
4602         * lib/fatal-signal.c: Likewise.
4603         * lib/findprog.c: Likewise.
4604         * lib/mkdtemp.c: Likewise.
4605         * lib/pipe.h: Likewise.
4606         * lib/pipe.c: Likewise.
4607         * lib/wait-process.h: Likewise.
4608
4609 2006-04-23  Bruno Haible  <bruno@clisp.org>
4610
4611         * gnulib-tool (func_usage): Fix --import description. Document
4612         --update.
4613         (func_import): Create temporary file in a temporary directory, if
4614         --dry-run is specified. Silence errors from 'grep' when there are no
4615         m4 files in $m4dir.
4616         (func_create_testdir): Silence errors from 'grep' when there are no
4617         m4 files in $m4dir.
4618         Reported by Karl Berry <karl@freefriends.org>.
4619
4620 2006-04-20  Bruno Haible  <bruno@clisp.org>
4621
4622         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
4623         one argument, so that the code will be portable to Autoconf 2.60.
4624         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
4625         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
4626         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
4627
4628 2006-04-19  Derek Price  <derek@ximbiot.com>
4629             Eric Blake  <ebb9@byu.net>
4630
4631         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
4632         rather than "/full/path.h".  Update comment to match.  Shorten &
4633         generalize m4_translit call via AS_TR_CPP.
4634
4635 2006-04-19  Derek Price  <derek@ximbiot.com>
4636             Eric Blake  <ebb9@byu.net>
4637
4638         * lib/inttypes.h: Correct grammar in comment.
4639
4640 2006-04-18  Derek Price  <derek@ximbiot.com>
4641             Paul Eggert  <eggert@cs.ucla.edu>
4642
4643         * modules/inttypes: New file.
4644         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
4645
4646 2006-04-18  Derek Price  <derek@ximbiot.com>
4647             Paul Eggert  <eggert@cs.ucla.edu>
4648
4649         * m4/_inttypes_h.m4, full-header-path.m4, include_next: New files.
4650
4651 2006-04-18  Derek Price  <derek@ximbiot.com>
4652             Paul Eggert  <eggert@cs.ucla.edu>
4653
4654         * lib/inttypes.h: New file.
4655         * lib/strtoimax.c: Assume <inttypes.h>.
4656
4657 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
4658
4659         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
4660         isn't mounted.  Problem reported by Kir Kolyshkin.
4661
4662 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
4663
4664         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
4665         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
4666         Derek R. Price.
4667         * lib/regex.h (RE_DUP_MAX): Update comment to match current
4668         implementation.
4669
4670 2006-04-12  Eric Blake  <ebb9@byu.net>
4671
4672         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
4673         is now done automatically by the corresponding Autoconf macro.
4674
4675 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
4676
4677         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
4678         time_r.h.
4679
4680 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
4681
4682         Merge regex changes from libc, removing some of our
4683         POSIX-conformance changes that were rejected and redoing them in a
4684         less-intrusive way.
4685
4686         * lib/regcomp.c (re_compile_internal, init_dfa):
4687         Length arg is now size_t, not Idx.  All uses changed.
4688         (peek_token): Forward decl now says internal_function.
4689         (__re_error_msgid, __re_error_msgid_idx):
4690         Now static rather than extern with attribute_hidden.
4691         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
4692         For some reason libc prefers K&R style defns for external functions.
4693         (regerror) [!defined _LIBC]: Likewise.
4694         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
4695         (seek_collating_symbol_entry, lookup_collation_sequence_value):
4696         (build_range_exp, build_collating_symbol):
4697         Use K&R-style defn.
4698         (re_compile_fastmap): Use '\0' to memset, not 0.
4699         (utf8_sb_map): Make the calculations more obvious.
4700         (init_dfa, parse_bracket_exp, build_charclass_op):
4701         Call calloc and cast result, as glibc does.
4702         (init_word_char, fetch_token, peek_token, peek_token_bracket):
4703         (build_range_exp, build_collating_symbol):
4704         Now internal functions.
4705
4706         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
4707
4708         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
4709         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
4710         Don't depend on VMS; depend on __VMS instead, for POSIX
4711         namespace cleanness.
4712         (regoff_t): Define to ssize_t, not long int.
4713
4714         Remove the REG_ macros named below.  Instead, make the old names
4715         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
4716         __USE_GNU_REGEX.
4717         (REG_BACKSLASH_ESCAPE_IN_LISTS):
4718         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
4719         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
4720         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
4721         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
4722         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
4723         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
4724         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
4725         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
4726         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
4727         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
4728         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
4729         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
4730         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
4731         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
4732         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
4733         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
4734         (REG_NREGS):
4735         Remove.  All uses replaced by the old RE_* names.
4736         (RE_BACKSLASH_ESCAPE_IN_LISTS):
4737         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
4738         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
4739         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
4740         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
4741         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
4742         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
4743         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
4744         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
4745         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
4746         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
4747         Don't bother having these macros be independent of each others'
4748         values, since they no longer exist in the POSIX name space.
4749
4750         Rename the following member names back to their old names,
4751         unless !__USE_GNU_REGEX.  All uses changed back.
4752         (buffer): Renamed from re_buffer.
4753         (allocated): Renamed from re_allocated.
4754         (used): Renamed from re_used.
4755         (syntax): Renamed from re_syntax.
4756         (fastmap): Renamed from re_fastmap.
4757         (translate): Renamed from re_translate.
4758         (can_be_null): Renamed from re_can_be_null.
4759         (regs_allocated): Renamed from re_regs_allocated.
4760         (fastmap_accurate): Renamed from re_fastmap_accurate.
4761         (no_sub): Renamed from re_no_sub.
4762         (not_bol): Renamed from re_not_bol.
4763         (not_eol): Renamed from re_not_eol.
4764         (newline_anchor): Renamed from re_newline_anchor.
4765         (num_regs): Renamed from rm_num_regs.
4766         (start): Renamed from rm_start.
4767         (end): Renamed from rm_end.
4768
4769         (free_state): Move up a bit.
4770
4771         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
4772         #define to be empty.
4773         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
4774         when that is what is intended.
4775         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
4776         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
4777         (MAX): New macro.
4778         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
4779         All uses changed back to re_malloc, etc.  It's now the caller's
4780         responsibility to check for overflow; all callers changed.
4781         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
4782         (re_x2nrealloc): Remove.
4783         (free_state): Remove decl.
4784
4785         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
4786         (re_set_registers, re_exec):
4787         Use K&R-style defn.
4788
4789         2006-01-31  Roland McGrath  <roland@redhat.com>
4790
4791         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
4792         Reported by Mike Frysinger <vapier@gentoo.org>.
4793
4794         2006-01-15  Andreas Jaeger  <aj@suse.de>
4795
4796         [BZ #1950]
4797         * lib/regex_internal.c (re_string_reconstruct): Adjust for
4798         build_wcs_upper_buffer change.
4799         (build_wcs_upper_buffer): Change return type.
4800
4801         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
4802
4803         * lib/regex_internal.h: Include <stdint.h> if available.
4804
4805         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
4806
4807         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
4808
4809         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
4810
4811         * lib/regcomp.c: Adjust for changed secondary hash function.
4812
4813         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
4814
4815         * lib/regex.h: Pretty printing.
4816         Clean up namespace a bit.
4817
4818         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
4819
4820         * lib/regexec.c (update_cur_sifted_state, check_arrival,
4821         check_arrival_add_next_nodes): Avoid using uninitialized variable.
4822
4823         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
4824                     Ulrich Drepper  <drepper@redhat.com>
4825
4826         [BZ #1302]
4827         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
4828         changed.
4829         (bitset_word_t): Renamed from bitset_word.  All uses changed.
4830
4831         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
4832
4833         [BZ #281]
4834         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
4835         * lib/regcomp.c: Remove unnecessary uses of
4836         unsigned RE_TRANSLATE_TYPE.
4837         * lib/regex_internal.h: Likewise.
4838         * lib/regex_internal.c: Likewise.
4839         * lib/regexec.c: Likewise.
4840         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
4841
4842         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
4843
4844         * lib/regexec.c (find_recover_state): Remove unnecessary
4845         initialization.
4846         (transit_state_bkref): Make DFA a const pointer.
4847         (get_subexp): Likewise.
4848         (check_arrival): Likewise.
4849         (update_cur_sifted_state): Likewise.
4850         (re_search_internal): Likewise.
4851         (prune_impossible_nodes): Likewise.
4852         (acquire_init_state_context): Likewise.
4853         (proceed_next_node): Likewise.
4854         (set_regs): Likewise.
4855         (free_fail_stack_return): Likewise.
4856         (check_arrival_expand_ecl): Mark DFA parameter as const.
4857         (check_arrival_expand_ecl_sub): Likewise.
4858         (check_subexp_limits): Likewise.
4859         (sub_epsilon_src_nodes):  Likewise.
4860         (add_epsilon_src_nodes):  Likewise.
4861         (merge_state_array): Likewise.
4862         (update_regs): Likewise.
4863         (build_trtable): Likewise.
4864         (sift_states_backward): Mark MCTX parameter as const.
4865         (build_sifted_states): Likewise.
4866         (update_cur_sifted_state): Likewise.
4867         (sift_states_mkref): Likewise.
4868         (check_arrival_expand_ecl): Mark eclosure as const.
4869         (check_dst_limits_calc_pos_1): Likewise.
4870         * lib/regex_internal.h (re_match_context_t): Make dfa a const
4871         pointer.
4872
4873         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
4874
4875         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
4876         (transit_state_sb): Likewise.
4877         (transit_state_mb): Likewise.
4878         (sift_states_iter_mb): Likewise.
4879         (check_arrival_add_next_nodes): Likewise.
4880         (check_node_accept_bytes): Change first parameter to pointer-to-const.
4881         [_LIBC] (re_search_2_stub): Use mempcpy.
4882
4883         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
4884         mbrtowc for very simple UTF-8 case.
4885
4886         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
4887         a pointer-to-const.
4888         (re_acquire_state_context): Likewise.
4889         * lib/regex_internal.h: Adjust prototypes.
4890
4891         * lib/regex.c: Prevent using C++ compilers.
4892
4893         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
4894         (re_acquire_state_context): Likewise.
4895
4896 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
4897
4898         * modules/regex (Depends-on): Add ssize_t.
4899
4900 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
4901
4902         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
4903         translation table.
4904
4905 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
4906
4907         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
4908
4909 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
4910             Bruno Haible  <bruno@clisp.org>
4911
4912         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
4913         <sys/types.h> and <inttypes.h>.
4914
4915 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4916
4917         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
4918         `__error_t_defined', so argp.h will not typedef the former.
4919
4920 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
4921
4922         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
4923         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
4924         glibc names.  Even if glibc is changed to conform to POSIX, the
4925         traditional names will be available anyway, since regex depends on
4926         the extensions module.  Also, fix a longstanding typo in the
4927         implementation of Spencer ERE test #75 from grep 2.3.  Problems
4928         reported by Emanuele Giaquinta.  Also, change sense of cached
4929         variable, so that the message makes sense.
4930
4931 2006-03-24  Simon Josefsson  <jas@extundo.com>
4932
4933         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
4934         including some doc fixes.
4935         (base64_encode_alloc): Fix +1 bug on allocation failures.
4936
4937 2006-03-24  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4938
4939         * lib/base64.c (base64_encode): Do not read past end of array with
4940         unsanitized input on systems with CHAR_BIT > 8.
4941
4942 2006-03-24  Eric Blake  <ebb9@byu.net>
4943
4944         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
4945
4946 2006-03-22  Karl Berry  <karl@gnu.org>
4947
4948         * config/srclist.txt (*setenv.[ch]): get from coreutils.
4949         * config/srclistvars.sh (COREUTILS): new var.
4950
4951 2006-03-17  Jim Meyering  <jim@meyering.net>
4952
4953         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
4954         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
4955
4956 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
4957
4958         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
4959         no longer needs it.  Instead, check that regoff_t is as least
4960         as wide as ptrdiff_t.
4961
4962         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
4963         so that our regex.h stays compatible with the installed regex.
4964         This is helpful for installers who configure --without-included-regex.
4965         Problem reported by Emanuele Giaquinta.
4966
4967 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
4968
4969         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
4970         Typedef to long int, not to off_, as POSIX will likely change
4971         in that direction.
4972
4973 2006-03-15  Eric Blake  <ebb9@byu.net>
4974
4975         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
4976
4977 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
4978
4979         * lib/argp-help.c (validate_uparams): Fix typo
4980         * lib/argp-parse.c (argp_default_options): Consistently begin help
4981         messages with a lowercase letter.
4982
4983 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
4984
4985         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
4986         overrun buffers and shouldn't be used (much as gets shouldn't be
4987         used).
4988         * lib/time_r.c (asctime_r, ctime_r): Likewise.
4989
4990 2006-03-08  Simon Josefsson  <jas@extundo.com>
4991
4992         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
4993         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4994
4995 2006-03-08  Simon Josefsson  <jas@extundo.com>
4996
4997         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
4998         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4999
5000 2006-03-08  Simon Josefsson  <jas@extundo.com>
5001
5002         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
5003         signal that configure disabled the device.
5004
5005 2006-03-08  Simon Josefsson  <jas@extundo.com>
5006
5007         * build-aux/maint.mk: Fix refresh-po, to handle no translated
5008         languages.
5009
5010 2006-03-07  Simon Josefsson  <jas@extundo.com>
5011
5012         * modules/getopt (Depends-on): Add unistd.
5013
5014         * modules/unistd: New file.
5015
5016 2006-03-07  Simon Josefsson  <jas@extundo.com>
5017
5018         * modules/gc-random: New file.
5019
5020 2006-03-07  Simon Josefsson  <jas@extundo.com>
5021
5022         * m4/unistd_h.m4: New file.
5023
5024 2006-03-07  Simon Josefsson  <jas@extundo.com>
5025
5026         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
5027         test to be side-effect free by storing the result in the cache
5028         variable gl_cv_lib_readline, and moving the assignment of
5029         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
5030         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5031
5032 2006-03-07  Simon Josefsson  <jas@extundo.com>
5033
5034         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
5035         error on missing devices (the functions will return an error).
5036
5037         * m4/gc.m4: Move random stuff to gc-random.m4
5038
5039 2006-03-07  Simon Josefsson  <jas@extundo.com>
5040
5041         * lib/unistd_.h: New file.
5042
5043 2006-03-07  Simon Josefsson  <jas@extundo.com>
5044
5045         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
5046
5047 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
5048
5049         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
5050         Problem reported by Juan Manuel Guerrero.
5051
5052 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
5053
5054         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
5055         the unistd module.
5056         * lib/getlogin_r.c: Likewise.
5057         * lib/getlogin_r.h: Likewise.
5058         * lib/glob.c: Likewise.
5059         * lib/pagealign_alloc.c: Likewise.
5060         * lib/unistd_.h: Remove; no longer needed.
5061
5062 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
5063
5064         * MODULES.html.sh (Support for systems lacking POSIX:2001):
5065         Add unistd.
5066         * modules/c-stack (Depends-on): Add unistd.
5067         * modules/getlogin_r: Likewise.
5068         * modules/glob: Likewise.
5069         * modules/pagealign_alloc: Likewise.
5070         * modules/unistd (Files): Remove lib/unistd_.h.
5071         (EXTRA_DIST): Remove.
5072         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
5073         need unistd_.h.
5074         (MOSTLYCLEANFILES): Remove unistd.h-t.
5075
5076 2006-03-03  Simon Josefsson  <jas@extundo.com>
5077
5078         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
5079
5080 2006-03-03  Simon Josefsson  <jas@extundo.com>
5081
5082         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
5083         libidn and bison.
5084
5085 2006-03-03  Simon Josefsson  <jas@extundo.com>
5086
5087         * build-aux/maint.mk: Add indent target.
5088
5089 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
5090
5091         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
5092         our replacement poll.h in any case, to avoid a differing
5093         declaration from a system header.  Seen on AIX.
5094
5095 2006-03-01  Simon Josefsson  <jas@extundo.com>
5096
5097         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
5098         <kasal@ucw.cz>.
5099
5100 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
5101
5102         * modules/gettime (Depends-on): Add extensions module.
5103         * modules/nanosleep (Depends-on): Likewise.
5104         * modules/settime (Depends-on): Likewise.
5105
5106 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
5107
5108         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
5109         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
5110         pedantically.
5111         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
5112         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
5113
5114         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
5115         not "==".  Reported by Ralf Wildenhues.
5116
5117 2006-03-01  Karl Berry  <karl@gnu.org>
5118
5119         * doc/Copyright/request-*: new files, synced from gnuorg.
5120
5121 2006-03-01  Karl Berry  <karl@gnu.org>
5122
5123         * config/srclist.txt (Copyright/*): new entries.
5124
5125 2006-02-28  Simon Josefsson  <jas@extundo.com>
5126
5127         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
5128
5129 2006-02-27  Simon Josefsson  <jas@extundo.com>
5130
5131         * lib/base64.h: Indent #define's.  From Jim Meyering
5132         <jim@meyering.net>.
5133
5134 2006-02-27  Jim Meyering  <jim@meyering.net>
5135
5136         Revert the change of 2006-02-24, so these files can continue
5137         to be sync'd from gettext.
5138         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
5139         of `config.h'.
5140
5141 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
5142
5143         * modules/intprops: New file.
5144         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
5145         Add intprops.
5146         * modules/getloadavg (Files): Remove lib/intprops.h.
5147         (Depends-on): Add intprops.
5148         * modules/human: Likewise.
5149         * modules/inttostr: Likewise.
5150         * modules/openat: Likewise.
5151         * modules/sig2str: Likewise.
5152         * modules/userspec: Likewise.
5153         * modules/utimecmp: Likewise.
5154         * modules/xnanosleep: Likewise.
5155         * modules/xstrtol: Likewise.
5156
5157 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
5158
5159         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
5160         * modules/lock-tests (TESTS): Use $(EXEEXT).
5161         * modules/tls-tests: Likewise.
5162         * modules/argp-tests: Likewise.
5163         (check_PROGRAMS): New var, replacing...
5164         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
5165
5166 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5167
5168         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
5169         `config.h'.
5170
5171 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
5172
5173         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
5174
5175 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5176
5177         Sync from coreutils.
5178         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
5179         gl_CHDIR_SAFER.
5180
5181 2006-02-22  Jim Meyering  <jim@meyering.net>
5182
5183         Sync from coreutils.
5184         * m4/chdir-safer.m4: New file.
5185
5186 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
5187
5188         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
5189         AT_FDCWD exceeds INT_MAX.
5190         * lib/openat.h (AT_FDCWD): Likewise.
5191
5192 2006-02-17  Eric Blake  <address@hidden>
5193
5194         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
5195
5196 2006-02-16  Simon Josefsson  <jas@extundo.com>
5197
5198         * modules/getaddrinfo (Depends-on): Add sys_socket.
5199
5200 2006-02-15  Simon Josefsson  <jas@extundo.com>
5201
5202         * build-aux/maint.mk: Add dsyntax-check rule.
5203
5204 2006-02-15  Eric Blake  <ebb9@byu.net>
5205
5206         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
5207         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
5208         'present but cannot compile' warnings on cygwin.
5209         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
5210         use ws2tcpip.h if sys/socket.h works.
5211         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
5212         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
5213
5214 2006-02-14  Simon Josefsson  <jas@extundo.com>
5215
5216         * modules/maintainer-makefile (Files): Rename.
5217
5218         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
5219         and (the local) Makefile.cfg to maint-cfg.mk.
5220
5221         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
5222         to the latter.
5223
5224         * modules/maintainer-makefile: New module.
5225
5226         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
5227         severaly stripped to make it possible to build it up from scratch
5228         with reliable tests.
5229
5230         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
5231         fixes to permit overriding the default actions when configure and
5232         makefile are not available.
5233
5234 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
5235
5236         Sync from coreutils.
5237         * modules/lstat (Depends-on): Don't depend on xalloc.
5238         (License): Change from GPL to LGPL, since this is now simply a
5239         replacement for a libc function.
5240
5241 2006-02-14  Jim Meyering  <jim@meyering.net>
5242
5243         Sync from coreutils.
5244
5245         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
5246         failure on deficient systems, and simplify gnulib lgpl dependencies.
5247         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
5248         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
5249
5250         * lib/xalloc-die.c: Remove unused definition of N_.
5251
5252 2006-02-14  Jim Meyering  <jim@meyering.net>
5253
5254         Sync from coreutils.
5255         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
5256         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
5257         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
5258         double-quote uses of that variable, to accommodate the rare case in
5259         which getmntent is available in none of the libraries checked.  This
5260         happens at least on FreeBSD 5.0.
5261
5262 2006-02-13  Simon Josefsson  <jas@extundo.com>
5263
5264         * gnulib-tool (Usage): Fix --import, from
5265         karl@freefriends.org (Karl Berry).
5266
5267 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
5268
5269         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
5270
5271 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
5272
5273         * lib/argp-namefrob.h: Restore changes accidentally lost during the
5274         "autoupdate" on 2005-12-12.
5275
5276 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
5277
5278         * modules/closeout (Depends-on): Remove atexit.
5279
5280 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
5281
5282         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
5283         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
5284
5285 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
5286
5287         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
5288         __EXTENSIONS__ if this causes compilation to fail.  Problem
5289         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
5290         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
5291
5292 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
5293
5294         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
5295         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
5296         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
5297         All uses changed.
5298
5299 2006-01-26  Simon Josefsson  <jas@extundo.com>
5300
5301         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
5302         prototype is visible on mingw32.
5303
5304         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
5305         for mingw32.
5306
5307         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
5308         mingw32).
5309
5310 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
5311
5312         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
5313         attempt to open for write; this always fails, at least on POSIX
5314         hosts.  This reinstates the 2006-01-09 change, which was
5315         inadvertently removed.
5316
5317 2006-01-26  Bruno Haible  <bruno@clisp.org>
5318
5319         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
5320         Reported by Paul Eggert.
5321
5322 2006-01-26  Bruno Haible  <bruno@clisp.org>
5323             Paul Eggert  <eggert@cs.ucla.edu>
5324
5325         * lib/stdbool_.h (_Bool)
5326         [(! (defined __cplusplus || defined __BEOS__)
5327           && !defined __GNUC__
5328           && !(defined __HP_cc || defined __xlc__
5329                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
5330                || defined __sgi))]:
5331         #define to signed char in these cases too; this simplifies
5332         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
5333         etc., separately) and makes it more conservative.
5334
5335 2006-01-25  Simon Josefsson  <jas@extundo.com>
5336
5337         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
5338         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
5339         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
5340
5341 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
5342
5343         * lib/argp-namefrob.h: Bugfix. Remove stray #
5344
5345 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
5346
5347         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
5348         so that we test the test.
5349         Check for yet another HP-UX cc bug involving *bool |= bool.
5350
5351 2006-01-25  Karl Berry  <karl@gnu.org>
5352
5353         * config/srclist.txt (vasnprintf.c): sync lost.
5354
5355 2006-01-25  Jim Meyering  <jim@meyering.net>
5356
5357         Sync from the stable (b5) branch of coreutils:
5358
5359         * lib/fts.c (fts_children): Don't let close() clobber errno from
5360         failed fchdir().
5361
5362         * lib/fts.c (fts_stat): When following a symlink-to-directory,
5363         don't necessarily interpret stat-fails+lstat-succeeds as indicating
5364         a dangling symlink.  That can also happen at least for ELOOP.
5365         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
5366         FYI, this bug predates the inclusion of fts.c in coreutils.
5367
5368         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
5369         in their own block, so pre-c99 compilers don't object.
5370
5371         Avoid the double-free (first in fts_read, second in fts_close) that
5372         would occur when an `active' directory is made inaccessible (e.g.,
5373         via chmod a-x) during a traversal.
5374         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
5375         before returning.  Reproduce this failure by
5376         mkdir -p a/b; cd a; chmod a-x . b
5377         Reported by Stavros Passas.
5378
5379 2006-01-25  Jim Meyering  <jim@meyering.net>
5380
5381         * lib/fileblocks.c: Remove more useless parentheses.
5382         * lib/readutmp.h: Likewise.
5383
5384 2006-01-25  Bruno Haible  <bruno@clisp.org>
5385
5386         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
5387         warnings.
5388         Reported by Paul Eggert.
5389
5390 2006-01-25  Bruno Haible  <bruno@clisp.org>
5391
5392         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
5393         rid of a trap command. For Solaris sh.
5394         Reported by Mark D. Baushke <mdb@gnu.org>.
5395
5396 2006-01-24  Simon Josefsson  <jas@extundo.com>
5397
5398         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
5399         Bruno.
5400
5401 2006-01-24  Karl Berry  <karl@gnu.org>
5402
5403         * config/srclist.txt (argp-namefrob.h): sync lost.
5404
5405 2006-01-24  Jim Meyering  <jim@meyering.net>
5406
5407         * modules/openat (Files): Add lib/intprops.h.
5408         From Mark D. Baushke.
5409
5410 2006-01-24  Jim Meyering  <jim@meyering.net>
5411
5412         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
5413         Reported by Mark D. Baushke.
5414
5415 2006-01-24  Jim Meyering  <jim@meyering.net>
5416
5417         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
5418
5419 2006-01-24  Bruno Haible  <bruno@clisp.org>
5420
5421         * modules/strnlen (Maintainer): Change from glibc to all.
5422
5423 2006-01-24  Bruno Haible  <bruno@clisp.org>
5424
5425         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
5426         Patch by Paul Eggert.
5427
5428 2006-01-24  Bruno Haible  <bruno@clisp.org>
5429
5430         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
5431         already has it.
5432         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
5433         2005-11-26.
5434
5435         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
5436         'signed char' to avoid problems with the built-in _Bool type.
5437         Reported by Paul Eggert on 2005-11-26.
5438
5439 2006-01-24  Bruno Haible  <bruno@clisp.org>
5440
5441         * gnulib-tool (func_import): Avoid constructing complicated sed
5442         expressions inside backquote.
5443         Report and solution by Mark D. Baushke <mdb@gnu.org>.
5444
5445 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
5446
5447         These changes imported from libc.
5448         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
5449         test and two separate function calls.
5450         * lib/strndup.c (__strndup): Add libc_hidden_def.
5451
5452 2006-01-23  Simon Josefsson  <jas@extundo.com>
5453
5454         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
5455         Remove the test_*_SOURCES variable: automake infers it by default.
5456         * modules/tls-tests: Likewise.
5457
5458 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
5459
5460         Work around porting bugs reported by Dieter in
5461         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
5462         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
5463         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
5464         Include "getopt.h" first, to check interface.
5465         (getenv): Declare only if defined HAVE_DECL_GETENV &&
5466         !HAVE_DECL_GETENV.
5467         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
5468         (__strndup): Revert to K&R-style function dfns, the glibc style.
5469         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
5470         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
5471         Include strnlen.h first, to get prototype properly.
5472         (strnlen): Renamed from __strnlen.
5473         Remove weak alias.
5474
5475 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
5476
5477         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
5478
5479 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
5480
5481         * config/srclist.txt: Adjust to reflect glibc reorganization.
5482         This affects only comments.
5483
5484 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
5485
5486          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
5487          Reported by Bruce Korb <bkorb@gnu.org>.
5488
5489 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
5490
5491         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
5492         to pacify gcc -Wswitch-default.
5493
5494 2006-01-22  Bruno Haible  <bruno@clisp.org>
5495
5496         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
5497         temporary buffer for sprintf, take into account the precision also
5498         for 'd', 'i', 'u', 'o', 'x', 'X'.
5499
5500 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
5501
5502         * modules/argp-tests: New module
5503         * tests/test-argp.c: New file
5504         * tests/test-argp-2.sh: New file
5505
5506 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
5507
5508         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
5509         (__argp_base_name): Removed
5510         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
5511         typo.
5512         (__argp_base_name): Provide macro definition or extern declaration
5513         depending on the configuration
5514
5515 2006-01-20  Simon Josefsson  <jas@extundo.com>
5516
5517         * modules/inet_ntop (Depends-on): Depend on sys_socket.
5518
5519 2006-01-20  Simon Josefsson  <jas@extundo.com>
5520
5521         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
5522
5523 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
5524
5525         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
5526         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
5527         Suggested by Bruno Haible.
5528
5529 2006-01-20  Karl Berry  <karl@gnu.org>
5530
5531         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
5532         until changes propagate, I guess.
5533
5534 2006-01-19  Simon Josefsson  <jas@extundo.com>
5535
5536         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
5537
5538 2006-01-19  Simon Josefsson  <jas@extundo.com>
5539
5540         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
5541
5542 2006-01-19  Simon Josefsson  <jas@extundo.com>
5543
5544         * gnulib-tool: Set check_PROGRAMS.
5545
5546         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
5547         modules/des-tests, modules/gc-arcfour-tests,
5548         modules/gc-arctwo-tests, modules/gc-des-tests,
5549         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
5550         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
5551         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
5552         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
5553         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
5554         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
5555         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
5556         test_*_SOURCES.
5557
5558 2006-01-18  Simon Josefsson  <jas@extundo.com>
5559
5560         * modules/socklen (Depends-on): Depend on sys_socket.
5561
5562 2006-01-18  Simon Josefsson  <jas@extundo.com>
5563
5564         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
5565         modules/des-tests, modules/gc-arcfour-tests,
5566         modules/gc-arctwo-tests, modules/gc-des-tests,
5567         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
5568         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
5569         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
5570         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
5571         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
5572         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
5573         $(EXEEXT) to automake TESTS variable, for mingw32.
5574
5575 2006-01-17  Simon Josefsson  <jas@extundo.com>
5576
5577         * modules/socklen (Include): Need sys/socket.h.
5578
5579 2006-01-17  Bruno Haible  <bruno@clisp.org>
5580
5581         * modules/ssize_t (Include): Add <sys/types.h>.
5582
5583 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
5584
5585         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
5586         it's not portable and it doesn't work with cross-compiles.
5587         Problem reported by Bruno Haible.  Fix missing-$ typo in
5588         'test "gl_cv_ignore_unused_libraries" ...' that prevented
5589         -zignore from being used with Sun's C compiler.
5590
5591 2006-01-12  Simon Josefsson  <jas@extundo.com>
5592
5593         * lib/base64.c: Fix warning, reported by Bruno Haible
5594         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
5595
5596 2006-01-12  Bruno Haible  <bruno@clisp.org>
5597
5598         * modules/ldd: New file.
5599         * build-aux/ldd.sh.in: New file.
5600         * MODULES.html.sh (Support for building libraries and executables): Add
5601         ldd.
5602
5603 2006-01-12  Bruno Haible  <bruno@clisp.org>
5604
5605         * m4/ldd.m4: New file.
5606
5607 2006-01-12  Bruno Haible  <bruno@clisp.org>
5608
5609         * gnulib-tool (func_import, func_create_testdir): Don't go into an
5610         endless loop while replacing $auxdir with build-aux.
5611
5612 2006-01-11  Simon Josefsson  <jas@extundo.com>
5613
5614         * lib/stdint_.h (SIZE_MAX): Add missing (.
5615
5616 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
5617
5618         Sync from coreutils.
5619         * lib/md5.c: Fix commentary typos.
5620         (alignof, UNALIGNED_P): No need for a GCC-specific version.
5621         * lib/md5.h (__attribute__): Remove; unused.
5622         * lib/sha1.c: Fix commentary to match md5 better.
5623         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
5624         so that we don't need to worry about alignment.  All uses changed.
5625         This merges the 2005-10-28 md5 change into sha1.
5626
5627 2006-01-11  Jim Meyering  <jim@meyering.net>
5628
5629         Sync from coreutils.
5630         * lib/md5.c (OP): Fix spacing.
5631
5632 2006-01-11  Bruno Haible  <bruno@clisp.org>
5633
5634         Ensure automatic ordering between gl_LOCK and gl_ARGP.
5635         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
5636         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
5637
5638 2006-01-11  Bruno Haible  <bruno@clisp.org>
5639
5640         Ensure automatic ordering between gl_LOCK and gl_ARGP.
5641         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
5642         the "early" section as well.
5643
5644 2006-01-11  Bruno Haible  <bruno@clisp.org>
5645
5646         Avoid "ar: no archive members specified" error on MacOS X.
5647         * gnulib-tool (func_modules_add_dummy): New function.
5648         (func_import, func_create_testdir): Invoke it.
5649
5650 2006-01-11  Bruno Haible  <bruno@clisp.org>
5651
5652         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
5653         with $auxdir in AC_CONFIG_FILES statements.
5654
5655 2006-01-11  Bruno Haible  <bruno@clisp.org>
5656
5657         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5658         Initialize also noinst_HEADERS to empty.
5659
5660 2006-01-11  Bruno Haible  <bruno@clisp.org>
5661
5662         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
5663         variables.
5664         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
5665         autoreconf.
5666
5667 2006-01-11  Bruno Haible  <bruno@clisp.org>
5668
5669         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
5670         overridable by the user.
5671         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5672
5673 2006-01-10  Simon Josefsson  <jas@extundo.com>
5674
5675         * modules/sys_socket: New file.
5676
5677 2006-01-10  Simon Josefsson  <jas@extundo.com>
5678
5679         * m4/sys_socket_h.m4: New file.
5680
5681 2006-01-10  Simon Josefsson  <jas@extundo.com>
5682
5683         * lib/socket_.h: New file.
5684
5685 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
5686
5687         * modules/readutmp (Maintainer): Add myself.
5688
5689 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
5690
5691         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
5692         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
5693         People who are still concerned with buggy memcmp implementations
5694         can invoke gl_FUNC_MEMCMP themselves.
5695
5696 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
5697
5698         * lib/regex_internal.h (BITSET_WORD_BITS):
5699         Work around a bug in 64-bit PGC (before version 6.1-2), where the
5700         preprocessor mishandles large unsigned values as if they were signed.
5701         Problem reported by Claudio Fontana in
5702         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
5703
5704 2006-01-10  Jim Meyering  <jim@meyering.net>
5705
5706         Avoid the double-free (first in fts_read, second in fts_close) that
5707         would occur when an `active' directory is made inaccessible (e.g.,
5708         via chmod a-x) during a traversal.
5709         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
5710         before returning.  Reproduce this failure by
5711         mkdir -p a/b; cd a; chmod a-x . b
5712         Reported by Stavros Passas.
5713
5714         Sync from coreutils.
5715         * lib/sha1.c: Tweak grammar in a comment.
5716
5717 2006-01-10  Jim Meyering  <jim@meyering.net>
5718
5719         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
5720         Patch by Joerg Sonnenberger.
5721
5722 2006-01-10  Bruno Haible  <bruno@clisp.org>
5723
5724         * modules/readutmp: Depend on module free.
5725         * modules/strtok_r: Depend on module restrict.
5726
5727 2006-01-10  Bruno Haible  <bruno@clisp.org>
5728
5729         * modules/gettext (configure.ac): Add an invocation of
5730         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
5731
5732 2006-01-10  Bruno Haible  <bruno@clisp.org>
5733
5734         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
5735         Reported by Werner Lemberg <wl@gnu.org>.
5736
5737 2006-01-10  Bruno Haible  <bruno@clisp.org>
5738
5739         * lib/localcharset.c: Update from GNU gettext.
5740
5741 2006-01-10  Bruno Haible  <bruno@clisp.org>
5742
5743         * lib/argp.h (__const): Remove macro. Use const instead.
5744         * lib/argp-fmtstream.h (__const): Likewise.
5745         * lib/glob_.h (__const): Remove macro.
5746         * lib/glob-libc.h: Use const instead of __const.
5747
5748 2006-01-10  Bruno Haible  <bruno@clisp.org>
5749
5750         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
5751         variable.
5752         Needed to avoid an automake error regarding the 'gettext' module.
5753
5754 2006-01-09  Simon Josefsson  <jas@extundo.com>
5755
5756         * modules/inet_ntop (Depends-on): Add restrict.
5757
5758 2006-01-09  Simon Josefsson  <jas@extundo.com>
5759
5760         * modules/gc-rijndael-tests (License): Put under LGPL.
5761
5762         * modules/gc-des-tests (License): Likewise.
5763
5764         * modules/gc-arcfour-tests (License): Likewise.
5765
5766         * modules/gc-arctwo-tests (License): Likewise.
5767
5768         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
5769
5770         * modules/gc-hmac-sha1-tests (Files): Likewise.
5771
5772         * modules/gc-hmac-md5-tests (License): Likewise.
5773
5774         * modules/gc-sha1-tests (License): Likewise.
5775
5776         * modules/gc-md5-tests (License): Likewise.
5777
5778         * modules/gc-md4-tests (License): Likewise.
5779
5780         * modules/gc-md2-tests (License): Likewise.
5781
5782         * modules/gc-tests (License): Likewise.
5783
5784         * modules/des-tests (License): Likewise.
5785
5786         * modules/md4-tests (License): Likewise.
5787
5788         * modules/md2-tests (License): Likewise.
5789
5790 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
5791
5792         Sync from coreutils:
5793
5794         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
5795         * modules/lib-ignore: New file.
5796         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
5797         chdir-safer.m4, lchmod.m4.
5798         * modules/openat: Add mkdirat.c, openat-priv.h.
5799
5800 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
5801
5802         Sync from coreutils.
5803         * m4/lib-ignore.m4: New file.
5804         * m4/lchmod.m4: New file.
5805
5806 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
5807
5808         Sync from coreutils.
5809         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
5810         for write access: POSIX says that must fail.
5811         * lib/fts.c (diropen): Likewise.
5812         * lib/save-cwd.c (save_cwd): Likewise.
5813         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
5814         well, for minor improvements on hosts that lack O_DIRECTORY.
5815         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
5816         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
5817         Fall back on chown if open failed with EACCES.
5818
5819         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
5820         Report an error at compile-time if only a 1-second nominal clock
5821         resolution is found.
5822
5823         * lib/lchmod.h: New file.
5824         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
5825         (make_dir_parents): Use lchown rather than chown, and
5826         lchmod rather than chmod.
5827
5828         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
5829         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
5830         "proc" reported by n0dalus.
5831
5832         * lib/mountlist.c: Include <limits.h>.
5833         (dev_from_mount_options)
5834         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
5835         New function.  It no longer assumes "dev=" has the System V meaning
5836         on Linux (since it doesn't).  It also parses "dev=" more carefully.
5837         (read_file_system_list)
5838         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
5839         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
5840         dev= in that case.
5841
5842         * lib/posixtm.h (PDS_PRE_2000): New macro.
5843         * lib/posixtm.c (year): Arg is now syntax_bits rather than
5844         allow_century.  All usages changed.  Reject dates outside the range
5845         1969-1999 if PDS_PRE_2000 is used.
5846
5847 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
5848
5849         Sync from coreutils.
5850         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
5851         (Time of day items): Mention the possibility of leap seconds.
5852         Problem reported by Dr. David Alan Gilbert.
5853
5854 2006-01-09  Jim Meyering  <jim@meyering.net>
5855
5856         Sync from coreutils.
5857
5858         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
5859
5860         * lib/chdir-safer.h, chdir-safer.c: New files.
5861
5862         * lib/modechange.c (mode_compile): Reject an invalid mode string
5863         that starts with an octal digit.  From Andreas Gruenbacher.
5864
5865         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
5866         and dup to open_safer and dup_safer, respectively.
5867         (openat_permissive): Fix typo in comment.
5868
5869         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
5870         "gettext.h"; either no longer needed or are guaranteed by openat.h.
5871         (_): Remove; no longer needed.
5872         (openat): Renamed from rpl_openat; no need for rpl_openat
5873         since openat.h renames openat for us.
5874         Replace most of the body with a call to openat_permissive,
5875         to avoid duplicate code.
5876         Port to (probably hypothetical) environments were mode_t is
5877         wider than int.
5878         (openat_permissive): Require mode arg, so that we can check
5879         types better.  Put it just after flags.  Change cwd failure
5880         indicator from pointer-to-bool to pointer-to-errno-value.
5881         All callers changed.
5882         Invoke openat_save_fail and/or openat_restore_fail if
5883         cwd_errno is null, so that openat can call us.
5884         (openat_permissive, fdopendir, fstatat, unlinkat):
5885         Simplify errno handling to avoid some duplicate code,
5886         as it's OK to set errno on success.
5887         * lib/openat.h: Revamp code so that function macros depend on
5888         __OPENAT_PREFIX only, not also on AT_FDCWD.
5889         (openat_ro): Remove.  Caller changed to use openat_permissive.
5890         (openat_permissive): Now a macro, if not a function.
5891         (openat_restore_fail, openat_save_fail): Now always functions,
5892         since mkdirat needs them even if __OPENAT_PREFIX is defined.
5893
5894         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
5895         and openat.c.
5896         * lib/mkdirat.c: Include openat-priv.h.
5897         Remove definitions of macros defined therein.
5898         * lib/openat.c: Likewise.
5899
5900         * lib/mkdirat.c (mkdirat): New file and function.
5901         * lib/openat.h (mkdirat): Declare.
5902
5903         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
5904
5905         * lib/openat.h (openat_permissive): Declare.
5906         (openat_ro): Define.
5907
5908         * lib/openat.c (EXPECTED_ERRNO): New macro.
5909         (openat_permissive): New function -- used in remove.c rewrite.
5910         (all functions): Set errno just before returning, only if there
5911         was an actual failure.
5912         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
5913
5914         Emulate openat-family functions using Linux's procfs, if possible.
5915         Idea and some code based on Ulrich Drepper's glibc changes.
5916
5917         * lib/openat.c: (BUILD_PROC_NAME): New macro.
5918         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
5919         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
5920         before falling back on save_cwd and restore_cwd.
5921         (fdopendir, fstatat, unlinkat): Likewise.
5922
5923         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
5924         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
5925
5926         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
5927         as second argument to va_arg.  Otherwise, some versions of gcc
5928         warn that `if this code is reached, the program will abort'.
5929
5930 2006-01-09  Jim Meyering  <jim@meyering.net>
5931
5932         Sync from coreutils.
5933         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
5934         Require openat-priv.h.
5935
5936 2006-01-09  Bruno Haible  <bruno@clisp.org>
5937
5938         * modules/strnlen (Include): Use strnlen.h.
5939
5940 2006-01-09  Bruno Haible  <bruno@clisp.org>
5941
5942         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
5943
5944 2006-01-09  Bruno Haible  <bruno@clisp.org>
5945
5946         * lib/sysexit_.h (EX_OK): New macro.
5947         Suggested by Martin Lambers <marlam@marlam.de>.
5948
5949 2006-01-09  Bruno Haible  <bruno@clisp.org>
5950
5951         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
5952         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
5953
5954 2006-01-09  Bruno Haible  <bruno@clisp.org>
5955
5956         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
5957         numbers.
5958
5959 2006-01-09  Bruno Haible  <bruno@clisp.org>
5960
5961         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
5962         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
5963         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
5964         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
5965
5966 2006-01-09  Bruno Haible  <bruno@clisp.org>
5967
5968         * build-aux/javacomp.sh.in: New file, moved from lib/.
5969         * modules/javacomp-script (Files): Update.
5970         (configure.ac): Add AC_CONFIG_FILES invocation.
5971         (EXTRA_DIST): Remove variable.
5972
5973         * build-aux/javaexec.sh.in: New file, moved from lib/.
5974         * modules/javaexec (Files): Update.
5975         (configure.ac): Add AC_CONFIG_FILES invocation.
5976         (EXTRA_DIST): Remove javaexec.sh.in.
5977
5978         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
5979         * modules/csharpcomp-script (Files): Update.
5980         (configure.ac): Add AC_CONFIG_FILES invocation.
5981         (EXTRA_DIST): Remove variable.
5982
5983         * build-aux/csharpexec.sh.in: New file, moved from lib/.
5984         * modules/csharpexec (Files): Update.
5985         (configure.ac): Add AC_CONFIG_FILES invocation.
5986         (EXTRA_DIST): Remove csharpexec.sh.in.
5987
5988 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
5989
5990         Sync from coreutils.
5991
5992         Add POSIX ACL support
5993         * lib/acl.h (copy_acl, set_acl): Add declarations.
5994         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
5995         systems other than Linux.
5996         (chmod_or_fchmod): New function: use fchmod when possible,
5997         and chmod otherwise.
5998         (file_has_acl): Add a POSIX ACL implementation, with a
5999         Linux-specific subcase.
6000         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
6001         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
6002         acls are unsupported.
6003         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
6004         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
6005         are unsupported.
6006
6007 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
6008
6009         Sync from coreutils.
6010         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
6011
6012 2006-01-07  Bruno Haible  <bruno@clisp.org>
6013
6014         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
6015         gl_EARLY.
6016
6017 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
6018
6019         * lib/strftime.c (tzname): Don't declare if it is already #defined.
6020         Problem reported for Mingw by Mark Junker.
6021
6022 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
6023
6024         * README: Gnulib normally doesn't generate a tarball.
6025
6026 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
6027
6028         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
6029         long int, not int, for nanosecond counts, so that people who are
6030         used to POSIX struct timespec won't be surprised.  Reported by Jim
6031         Meyering.
6032
6033 2005-12-28  Bruno Haible  <bruno@clisp.org>
6034
6035         * build-aux/config.rpath: Update from GNU gettext.
6036
6037 2005-12-16  Jim Meyering  <jim@meyering.net>
6038
6039         * modules/fprintftime: New module.
6040         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
6041
6042 2005-12-16  Jim Meyering  <jim@meyering.net>
6043
6044         * m4/fprintftime.m4: New file.
6045
6046 2005-12-16  Jim Meyering  <jim@meyering.net>
6047
6048         * lib/fprintftime.c, fprintftime.h: New files.
6049
6050 2005-12-15  Simon Josefsson  <jas@extundo.com>
6051
6052         * modules/socklen (configure.ac): Fix M4 macro name, to align with
6053         new m4/socklen.m4.
6054
6055 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
6056
6057         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
6058         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
6059
6060 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
6061
6062         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
6063         * lib/argp-help.c (fill_in_uparams): Check if the constructed
6064         struct uparams is valid. Fall back to the default values if it is
6065         not.
6066
6067 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6068
6069         * modules/argp (Files): Add argp-pin.c
6070         (Depends-on): dirname
6071         (lib_SOURCES): Add argp-pin.c
6072
6073 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6074
6075         * m4/argp.m4:  Check if program_invocation_name and
6076         program_invocation_short_name are declared and define appropriate
6077         macros if they are not.
6078
6079 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
6080
6081         * lib/argp-help.c (__argp_base_name): New function
6082         (__argp_short_program_name): Rewrite using __argp_base_name
6083         * lib/argp-namefrob.h: Define program_invocation_name and
6084         program_invocation_short_name if requested
6085         (__argp_base_name): Add prototype
6086         * lib/argp-parse.c (argp_def): Use gettext wrappers
6087         (argp_default_parser): Use __argp_base_name
6088         * lib/argp-pin.c: New file. Defines program_invocation_name and
6089         program_invocation_short_name on systems that lack them.
6090
6091 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
6092
6093         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
6094         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
6095         porting problem reported by Georg Schwarz in
6096         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
6097
6098 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
6099
6100         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
6101         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
6102         porting problem reported by Georg Schwarz in
6103         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
6104
6105 2005-12-05  Bruno Haible  <bruno@clisp.org>
6106
6107         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
6108         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
6109         Reported by Mark Junker <mjscod@gmx.de>.
6110
6111 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
6112
6113         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
6114         Use implementation from Albert Chin, with some
6115         comments/corrections by Stepan Kasal and myself.
6116
6117 2005-12-02  Bruno Haible  <bruno@clisp.org>
6118
6119         * gnulib-tool (func_import): Accept GPLed build tool modules when
6120         --lgpl is given.
6121         * modules/csharpcomp-script: New file.
6122         * modules/csharpcomp: Depend on it.
6123         * modules/javacomp-script: New file.
6124         * modules/javacomp: Depend on it.
6125         Suggested by Simon Josefsson.
6126
6127 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
6128
6129         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
6130         statement, to work around an HP-UX 10.20 compiler bug reported by
6131         Peter O'Gorman.
6132
6133 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
6134
6135         * modules/savedir (Depends-on): Add openat.
6136
6137 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
6138
6139         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
6140         (uintmax_t) [defined uintmax_t]: Do not declare.
6141         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
6142         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
6143         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
6144         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
6145         sake of portability to weird hosts that C allows (though we don't
6146         know of any practical examples).
6147
6148         * lib/savedir.h (fdsavedir): New decl.
6149         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
6150         contains most of the former guts of savedir.
6151         (savedir): Use savedirstream.
6152         Include "openat.h".
6153
6154 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
6155
6156         * modules/obstack (Files): Add m4/ulonglong.m4.
6157         Problem reported by Davide Angelocola.
6158
6159 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
6160
6161         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
6162         coreutils no longer futzes with rounding modes.
6163
6164 2005-11-14  Jim Meyering  <jim@meyering.net>
6165
6166         * lib/mkstemp-safer.c: Include <config.h>, required for possible
6167         replacement of mkstemp.
6168
6169 2005-11-10  Simon Josefsson  <jas@extundo.com>
6170
6171         * lib/readline.c: Remove EOL.
6172
6173 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
6174
6175         * modules/gethrxtime (Depends-on): Add gettime.
6176
6177 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
6178
6179         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
6180         or gettimeofday; no longer needed.
6181
6182 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
6183
6184         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
6185         time business.
6186         (gethrxtime) [! (HAVE_NANOUPTIME
6187         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
6188         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
6189         our own approximation.
6190
6191 2005-11-08  Eric Blake  <ebb9@byu.net>
6192
6193         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
6194
6195 2005-11-08  Eric Blake  <ebb9@byu.net>
6196
6197         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
6198
6199 2005-11-04  Bruno Haible  <bruno@clisp.org>
6200
6201         * gnulib-tool: Implement --update mode.
6202
6203 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
6204
6205         Fix porting problem reported by Theodoros V. Kalamatianos.
6206         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
6207         Don't assume that futimes failing means we must fail.
6208
6209 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
6210
6211         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
6212         variables to suggest the intended function of the PATH_MAX check.
6213
6214 2005-10-30  Kean Johnston  <jkj@sco.com>
6215
6216         Trivial changes to support SCO systems.
6217         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
6218         as PATH_MAX.
6219         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
6220         where __ptr is null when no I/O is pending.
6221
6222 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
6223
6224         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
6225         leave errno alone.  Problem reported by Dmitry V. Levin.
6226
6227 2005-10-28  Simon Josefsson  <jas@extundo.com>
6228
6229         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
6230         Test more.
6231
6232         * tests/test-gc-md2.c, tests/test-md2.c: New files.
6233
6234         * modules/md2, modules/md2-tests: New files.
6235
6236 2005-10-28  Simon Josefsson  <jas@extundo.com>
6237
6238         * m4/inet_ntop.m4: More tests.
6239
6240         * m4/gc-md2.m4, md2.m4: New file.
6241
6242 2005-10-28  Simon Josefsson  <jas@extundo.com>
6243
6244         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
6245         "restrict" keywords, as per POSIX.  Protect the function
6246         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
6247         Don't use K&R prototypes.  Check the sprintf return values.
6248         Re-define EAFNOSUPPORT if not present.  Indent.
6249
6250         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
6251         suggested by Bruno Haible <bruno@clisp.org>.
6252
6253         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
6254
6255         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
6256
6257         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
6258         libgcrypt).
6259
6260         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
6261
6262         * lib/md2.h, md2.c: New files.
6263
6264 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
6265
6266         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
6267         errno alone.  Problem reported by Frederic Jolliton.
6268
6269 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
6270
6271         * modules/verify (License): Change from GPL to LGPL.  This is a
6272         tiny module and there are apparently near-equivalents that are
6273         under the BSD license.
6274
6275 2005-10-24  Simon Josefsson  <jas@extundo.com>
6276
6277         * modules/sha1: Relicense to LGPL.
6278
6279 2005-10-24  Simon Josefsson  <jas@extundo.com>
6280
6281         * lib/md4.h: Shrink buffer size, now that we changed the type.
6282
6283 2005-10-23  Simon Josefsson  <jas@extundo.com>
6284
6285         * gnulib-tool (func_import): Fix --tests-base.
6286
6287 2005-10-22  Simon Josefsson  <jas@extundo.com>
6288
6289         * modules/arcfour (Depends-on): Need stdint.
6290
6291 2005-10-22  Simon Josefsson  <jas@extundo.com>
6292
6293         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
6294         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
6295
6296 2005-10-22  Simon Josefsson  <jas@extundo.com>
6297
6298         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
6299         suggested by Bruno Haible <bruno@clisp.org>.
6300
6301 2005-10-22  Simon Josefsson  <jas@extundo.com>
6302
6303         * lib/crc.h: Include stddef.h, for size_t.
6304
6305 2005-10-22  Simon Josefsson  <jas@extundo.com>
6306
6307         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
6308         arcfour_context struct (simplify test vector testing in GNU
6309         Shishi).
6310
6311 2005-10-21  Simon Josefsson  <jas@extundo.com>
6312
6313         * modules/des, modules/des-tests: New files.
6314
6315         * modules/gc-des, modules/gc-des-tests: New files.
6316
6317         * tests/test-des.c, tests/test-gc-des.c: New file.
6318
6319 2005-10-21  Simon Josefsson  <jas@extundo.com>
6320
6321         * modules/arctwo, modules/arctwo-tests: New files.
6322
6323         * tests/test-arctwo.c: New file.
6324
6325         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
6326
6327         * tests/test-gc-arctwo.c: New file.
6328
6329 2005-10-21  Simon Josefsson  <jas@extundo.com>
6330
6331         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
6332         Bruno Haible <bruno@clisp.org>.
6333
6334         * m4/gc-des.m4: New file.
6335
6336 2005-10-21  Simon Josefsson  <jas@extundo.com>
6337
6338         * m4/arctwo.m4: New file.
6339
6340         * m4/gc-arctwo.m4: New file.
6341
6342 2005-10-21  Simon Josefsson  <jas@extundo.com>
6343
6344         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
6345         block.
6346
6347 2005-10-21  Simon Josefsson  <jas@extundo.com>
6348
6349         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
6350         <bruno@clisp.org>.
6351
6352         * lib/hmac-sha1.c (hmac_sha1): Likewise.
6353
6354         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
6355         Bruno Haible <bruno@clisp.org>.
6356
6357         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
6358         <bruno@clisp.org>.
6359
6360 2005-10-21  Simon Josefsson  <jas@extundo.com>
6361
6362         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
6363
6364 2005-10-21  Simon Josefsson  <jas@extundo.com>
6365
6366         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
6367
6368 2005-10-21  Simon Josefsson  <jas@extundo.com>
6369
6370         * lib/des.h, des.c: New files.
6371
6372         * lib/gc-gnulib.c: Support DES.c
6373
6374 2005-10-21  Simon Josefsson  <jas@extundo.com>
6375
6376         * lib/arctwo.h, arctwo.c: New files.
6377
6378         * lib/gc-gnulib.c: Support ARCTWO.
6379
6380 2005-10-21  Simon Josefsson  <jas@extundo.com>
6381
6382         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
6383         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6384
6385 2005-10-21  Simon Josefsson  <jas@extundo.com>
6386
6387         * gnulib-tool (func_import, func_create_testdir): Define automake
6388         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
6389         Makefile.am snippet),
6390         suggested by Bruno Haible <bruno@clisp.org>.
6391
6392         * modules/gc (Makefile.am): Use it.
6393
6394 2005-10-21  Bruno Haible  <bruno@clisp.org>
6395
6396         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
6397         patch.
6398
6399 2005-10-19  Simon Josefsson  <jas@extundo.com>
6400
6401         * tests/test-gc-rijndael.c: New file.
6402
6403         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
6404
6405 2005-10-19  Simon Josefsson  <jas@extundo.com>
6406
6407         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
6408         interface too.
6409
6410 2005-10-19  Simon Josefsson  <jas@extundo.com>
6411
6412         * tests/test-gc-arcfour.c: New file.
6413
6414         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
6415
6416 2005-10-19  Simon Josefsson  <jas@extundo.com>
6417
6418         * modules/gc-md4, modules/gc-md4-tests: New file.
6419
6420         * tests/test-gc-md4.c: New file.
6421
6422 2005-10-19  Simon Josefsson  <jas@extundo.com>
6423
6424         * m4/gc-md4.m4: New file.
6425
6426 2005-10-19  Simon Josefsson  <jas@extundo.com>
6427
6428         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
6429         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
6430         <kasal@ucw.cz>.
6431
6432 2005-10-19  Simon Josefsson  <jas@extundo.com>
6433
6434         * m4/gc-arcfour.m4: New file.
6435
6436         * m4/gc-rijndael.m4: New file.
6437
6438 2005-10-19  Simon Josefsson  <jas@extundo.com>
6439
6440         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
6441
6442 2005-10-19  Simon Josefsson  <jas@extundo.com>
6443
6444         * lib/gc-gnulib.c: Support ARCFOUR.
6445
6446 2005-10-19  Simon Josefsson  <jas@extundo.com>
6447
6448         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
6449         support.
6450
6451         * lib/gc.h: Add ECB enum type.
6452
6453         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
6454
6455 2005-10-18  Simon Josefsson  <jas@extundo.com>
6456
6457         * tests/test-md5.c: New file.
6458
6459         * modules/md5-tests: New file.
6460
6461 2005-10-18  Simon Josefsson  <jas@extundo.com>
6462
6463         * tests/test-md4.c: New file.
6464
6465         * modules/md4, modules/md4-tests: New files.
6466
6467 2005-10-18  Simon Josefsson  <jas@extundo.com>
6468
6469         * m4/md4.m4: New file.
6470
6471 2005-10-18  Simon Josefsson  <jas@extundo.com>
6472
6473         * lib/md4.h, md4.c: New files, based on md5.?.
6474
6475 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
6476
6477         * gnulib-tool (func_create_testdir): Omit the second check whether
6478         BUILT_SOURCES in nonempty.
6479
6480 2005-10-17  Simon Josefsson  <jas@extundo.com>
6481
6482         * tests/test-rijndael.c: New file.
6483
6484 2005-10-17  Simon Josefsson  <jas@extundo.com>
6485
6486         * modules/sha1: Depend on stdint instead of md5.
6487
6488         * modules/md5: Depend on stdint, remove uint32_t.
6489
6490 2005-10-17  Simon Josefsson  <jas@extundo.com>
6491
6492         * modules/gc-sha1-tests: New file.
6493
6494         * tests/test-gc-sha1.c: New file.
6495
6496 2005-10-17  Simon Josefsson  <jas@extundo.com>
6497
6498         * m4/md5.m4: Remove call to uint32_t.m4.
6499
6500 2005-10-17  Simon Josefsson  <jas@extundo.com>
6501
6502         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
6503
6504         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
6505         md5.h.
6506
6507         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
6508
6509         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
6510
6511 2005-10-17  Simon Josefsson  <jas@extundo.com>
6512
6513         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
6514
6515 2005-10-17  Simon Josefsson  <jas@extundo.com>
6516
6517         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
6518
6519 2005-10-17  Simon Josefsson  <jas@extundo.com>
6520
6521         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
6522
6523         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
6524
6525 2005-10-17  Bruno Haible  <bruno@clisp.org>
6526
6527         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
6528         that it can also be used in a test.
6529
6530 2005-10-16  Bruno Haible  <bruno@clisp.org>
6531
6532         * gnulib-tool (func_emit_tests_Makefile_am): Also define
6533         TESTS_ENVIRONMENT, so that individual tests can augment it.
6534
6535         * gnulib-tool (func_create_testdir): Use an intermediate target for
6536         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
6537         macros, like $(ALLOCA_H), which cannot be passed through the command
6538         line.
6539
6540 2005-10-15  Simon Josefsson  <jas@extundo.com>
6541
6542         * modules/rijndael-tests: New file.
6543
6544         * modules/rijndael: New file.
6545
6546 2005-10-15  Simon Josefsson  <jas@extundo.com>
6547
6548         * m4/rijndael.m4: New file.
6549
6550 2005-10-15  Simon Josefsson  <jas@extundo.com>
6551
6552         * lib/rijndael-api-fst.h, rijndael-api-fst.c: New files.
6553
6554         * lib/rijndael-alg-fst.h, rijndael-alg-fst.c: New files.
6555
6556 2005-10-14  Simon Josefsson  <jas@extundo.com>
6557
6558         * tests/test-arcfour.c: New file.
6559
6560         * modules/arcfour, modules/arcfour-tests: New files.
6561
6562 2005-10-14  Simon Josefsson  <jas@extundo.com>
6563
6564         * m4/arcfour.m4: New file.
6565
6566 2005-10-14  Simon Josefsson  <jas@extundo.com>
6567
6568         * lib/arcfour.h, arcfour.c: New files.
6569
6570 2005-10-14  Roland McGrath  <roland@redhat.com>
6571
6572         Import from libc.  [BZ #1331]
6573         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
6574         macro argument.
6575         Reported by Matej Vela <vela@debian.org>.
6576
6577 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
6578
6579         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
6580         include <wchar.h>; no longer needed.
6581
6582 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
6583
6584         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
6585
6586 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
6587         and  Ulrich Drepper  <drepper@redhat.com>
6588
6589         Import from libc.
6590         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
6591         instead of inline stream orientation test and two separate
6592         function calls.  Pay no attention to USE_IN_LIBIO.
6593
6594 2005-10-13  Simon Josefsson  <jas@extundo.com>
6595
6596         * modules/gc-hmac-md5-tests: New file.
6597
6598         * tests/test-gc-hmac-sha1.c: New file.
6599
6600         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
6601
6602         * modules/gc-hmac-md5-tests: New file.
6603
6604         * tests/test-gc-md5.c: New file.
6605
6606         * modules/gc-md5-tests: New file.
6607
6608 2005-10-13  Simon Josefsson  <jas@extundo.com>
6609
6610         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
6611         Move memory allocation outside of loop.
6612
6613 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
6614
6615         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
6616         intermediate directory is in a read-only file system.  Problem
6617         reported by Eric Blake.
6618
6619 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
6620
6621         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
6622
6623 2005-10-12  Simon Josefsson  <jas@extundo.com>
6624
6625         * tests/test-hmac-sha1.c: New file.
6626
6627         * modules/hmac-sha1-tests: New file.
6628
6629         * modules/hmac-sha1: New file.
6630
6631 2005-10-12  Simon Josefsson  <jas@extundo.com>
6632
6633         * modules/gc-sha1: New file.
6634
6635 2005-10-12  Simon Josefsson  <jas@extundo.com>
6636
6637         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
6638
6639         * tests/test-gc-pbkdf2-sha1.c: New file.
6640
6641 2005-10-12  Simon Josefsson  <jas@extundo.com>
6642
6643         * modules/gc-md5, modules/gc-hmac-md5: New files.
6644
6645         * modules/gc (Files): Remove md5, memxor and hmac files.
6646
6647 2005-10-12  Simon Josefsson  <jas@extundo.com>
6648
6649         * m4/gc-pbkdf2-sha1.m4: New file.
6650
6651         * m4/gc-hmac-sha1.m4: New file.
6652
6653         * m4/gc-sha1: New file.
6654
6655         * m4/hmac-sha1.m4: New file.
6656
6657 2005-10-12  Simon Josefsson  <jas@extundo.com>
6658
6659         * m4/gc-md5.m4, gc-hmac-md5: New files.
6660
6661         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
6662
6663 2005-10-12  Simon Josefsson  <jas@extundo.com>
6664
6665         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
6666         suggested by Bruno Haible <bruno@clisp.org>.
6667
6668 2005-10-12  Simon Josefsson  <jas@extundo.com>
6669
6670         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
6671
6672 2005-10-12  Simon Josefsson  <jas@extundo.com>
6673
6674         * lib/gc-pbkdf2-sha1.c: New file.
6675
6676         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
6677
6678 2005-10-12  Simon Josefsson  <jas@extundo.com>
6679
6680         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
6681
6682         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
6683
6684 2005-10-12  Simon Josefsson  <jas@extundo.com>
6685
6686         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
6687         GC_USE_HMAC_MD5, respectively.
6688
6689         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
6690         (gc_md5): Fix typo.
6691
6692         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
6693
6694         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
6695
6696         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
6697
6698 2005-10-12  Bruno Haible  <bruno@clisp.org>
6699
6700         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
6701         Reported by Stepan Kasal <kasal@ucw.cz>.
6702
6703 2005-10-11  Simon Josefsson  <jas@extundo.com>
6704
6705         * tests/test-crc.c: New file.
6706
6707         * modules/crc, modules/crc-tests: New files.
6708
6709 2005-10-11  Simon Josefsson  <jas@extundo.com>
6710
6711         * m4/crc.m4: New file.
6712
6713 2005-10-11  Simon Josefsson  <jas@extundo.com>
6714
6715         * lib/gc.h: Add gc_hash and gc_hash_buffer.
6716
6717         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
6718
6719         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
6720
6721 2005-10-11  Simon Josefsson  <jas@extundo.com>
6722
6723         * lib/crc.h, crc.c: New files.
6724
6725         * lib/gc.h (gc_hash_buffer): Add doc.
6726
6727 2005-10-11  Bruno Haible  <bruno@clisp.org>
6728
6729         * modules/c-strcasestr: New file.
6730         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
6731
6732 2005-10-11  Bruno Haible  <bruno@clisp.org>
6733
6734         * modules/c-strcase: New file.
6735         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
6736
6737 2005-10-11  Bruno Haible  <bruno@clisp.org>
6738
6739         * lib/strcasecmp.c: Include limits.h.
6740         (strcasecmp): Avoid integer overflow on exotic platforms.
6741         * lib/strncasecmp.c: Include limits.h.
6742         (strncasecmp): Avoid integer overflow on exotic platforms.
6743         Reported by Paul Eggert.
6744
6745 2005-10-11  Bruno Haible  <bruno@clisp.org>
6746
6747         * lib/c-strcasestr.h: New file, from GNU gettext.
6748         * lib/c-strcasestr.c: New file, from GNU gettext.
6749
6750 2005-10-11  Bruno Haible  <bruno@clisp.org>
6751
6752         * lib/c-strcase.h: New file, from GNU gettext.
6753         * lib/c-strcasecmp.c: New file, from GNU gettext.
6754         * lib/c-strncasecmp.c: New file, from GNU gettext.
6755
6756 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
6757
6758         * modules/mempcpy (License): GPL -> LGPL.
6759         * modules/strchrnul (License): Likewise.
6760         * modules/sysexits (License): Likewise.
6761
6762 2005-10-08  Simon Josefsson  <jas@extundo.com>
6763
6764         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
6765
6766 2005-10-07  Simon Josefsson  <jas@extundo.com>
6767
6768         * m4/memxor.m4: Remove gl_C_RESTRICT call.
6769
6770 2005-10-06  Simon Josefsson  <jas@extundo.com>
6771
6772         * tests/test-hmac-md5.c: New file.
6773
6774         * modules/hmac-md5-tests: New file.
6775
6776         * modules/hmac-md5: New file.
6777
6778 2005-10-06  Simon Josefsson  <jas@extundo.com>
6779
6780         * m4/hmac-md5.m4: New file.
6781
6782         * m4/memxor.m4: Require gl_C_RESTRICT.
6783
6784 2005-10-06  Simon Josefsson  <jas@extundo.com>
6785
6786         * lib/memxor.c (memxor): Avoid casts and warnings.
6787
6788 2005-10-06  Simon Josefsson  <jas@extundo.com>
6789
6790         * lib/hmac-md5.c: New file.
6791
6792         * lib/hmac.h: New file.
6793
6794 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
6795
6796         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
6797         promotes to int, not unsigned int, to catch the AIX 5.3
6798         compiler bug.
6799
6800 2005-10-05  Simon Josefsson  <jas@extundo.com>
6801
6802         * modules/memxor: New file.
6803
6804         * modules/iconv (Files): Move config.rpath to havelib, it is used
6805         there.
6806
6807         * modules/havelib (Files): Add config.rpath.
6808
6809 2005-10-05  Simon Josefsson  <jas@extundo.com>
6810
6811         * m4/memxor.m4: New file.
6812
6813 2005-10-05  Simon Josefsson  <jas@extundo.com>
6814
6815         * lib/memxor.c (memxor): Fix compiler error.
6816
6817         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
6818         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
6819
6820         * lib/memxor.h, memxor.c: New files.
6821
6822         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
6823         we assume all systems have it, suggested by Jim Meyering
6824         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
6825         any systems lack sys/socket.h; mingw32 is known to lack it, but we
6826         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
6827         same reasons.
6828
6829 2005-10-05  Simon Josefsson  <jas@extundo.com>
6830
6831         * config/srclist.txt: Add glibc bug 1423 for md5.h.
6832
6833 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
6834
6835         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
6836         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
6837         needed, since the source code now assumes these .h files.
6838
6839 2005-10-05  Derek Price  <derek@ximbiot.com>
6840
6841         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
6842
6843 2005-10-05  Bruno Haible  <bruno@clisp.org>
6844
6845         * modules/stdint (License): Change to LGPL.
6846
6847 2005-10-04  Simon Josefsson  <jas@extundo.com>
6848
6849         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
6850         D. Baushke" <mdb@gnu.org>.
6851
6852 2005-10-04  Bruno Haible  <bruno@clisp.org>
6853
6854         * lib/verify.h (verify_true): Provide alternative definition for C++.
6855
6856 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
6857
6858         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
6859         (SSIZE_MAX): New macro, if not already defined.
6860         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
6861         than 2 GiB.
6862
6863 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
6864
6865         Sync from coreutils.
6866         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
6867         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
6868         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
6869         ULLONG_MAX doesn't work with 2.7.2.1.
6870
6871 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
6872
6873         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
6874         From Ben Pfaff.
6875
6876         * modules/exclude (Depends-on): Depend on verify.
6877         * modules/strtoimax (Depends-on): Likewise.
6878         * modules/utimecmp (Depends-on): Likewise.
6879
6880 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
6881
6882         * lib/exclude.c: Include verify.h.
6883         (verify): Remove.  All callers changed to use verify.h's version.
6884         * lib/strtoimax.c: Likewise.
6885         * lib/utimecmp.c: Likewis.e
6886
6887         Sync from coreutils.
6888         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
6889         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
6890         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
6891         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
6892         bother returning ENOSYS if settimeofday or stime fails; just let
6893         them return whatever errno they want to return.
6894         * lib/utimens.c: Include unistd.h, for dup2.
6895         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
6896         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
6897
6898 2005-10-02  Jim Meyering  <jim@meyering.net>
6899
6900         Sync from coreutils.
6901         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
6902         from glibc-2.2.5 that fails for read-only files.
6903
6904 2005-10-02  Jim Meyering  <jim@meyering.net>
6905
6906         Sync from coreutils.
6907         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
6908         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
6909         `#if HAVE_CONFIG_H'.
6910         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
6911         Remove AT_FDCWD test.
6912         Do not consume the fd unless successful.
6913         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
6914         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
6915         block, so that we don't even try to compile it if settimeofday is
6916         available.  This works around a compilation failure on OSF1 V5.1,
6917         due to stime requiring a `long int*' while tv_sec is `int'.
6918
6919 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
6920
6921         Sync from coreutils.
6922         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
6923         against `yes', rather than just testing for nonempty.
6924
6925 2005-10-01  Simon Josefsson  <jas@extundo.com>
6926
6927         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
6928         and Darwin.
6929
6930         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
6931         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
6932         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
6933         freeaddrinfo and gai_strerror are declared by the POSIX headers.
6934         Check if struct addrinfo is declared.
6935
6936 2005-10-01  Simon Josefsson  <jas@extundo.com>
6937
6938         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
6939         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
6940         AI_* and EAI_* definitions.  Protect function declarations.
6941
6942 2005-10-01  Jim Meyering  <jim@meyering.net>
6943
6944         Sync from coreutils.
6945
6946         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
6947         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
6948         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
6949         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
6950         in the inet and nsl libraries.  Required on Solaris 5.7.
6951
6952 2005-10-01  Jim Meyering  <jim@meyering.net>
6953
6954         Sync from coreutils.
6955         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
6956         in the inet and nsl libraries.  Required on Solaris 5.7.
6957
6958 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
6959
6960         * lib/getdelim.c (getdelim): Remove unused variables.
6961
6962 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
6963
6964         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
6965         so that the code works even with ancient cpp.  Portability problem
6966         with GCC 2.7.2.1 reported by Thomas M.Ott.
6967
6968 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
6969
6970         * modules/regex (Depends-on): Add strcase.
6971
6972         * modules/gethostname (Licence): Change from GPL to LGPL, since
6973         gethostname.c is a trivial implementation of a standard library
6974         function.
6975         * modules/poll (License): Change from GPL to LGPL, since it's
6976         derived from LGPL code.
6977
6978 2005-09-27  Jim Meyering  <jim@meyering.net>
6979
6980         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
6981         HAVE_CONFIG_H.
6982
6983         * lib/intprops.h (signed_type_or_expr__): Define.
6984         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
6985         for unsigned types.
6986
6987 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
6988
6989         * lib/verify.h (verify_expr): Remove, replacing with:
6990         (verify_true): New macro that returns true instead of void.
6991         (verify_type__): Remove.
6992         (verify): Use verify_true rather than verify_type__.
6993
6994 2005-09-26  Bruno Haible  <bruno@clisp.org>
6995
6996         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
6997         is necessary.
6998         (lib_SOURCES): Remove mbchar.c.
6999         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
7000         (Files): Add m4/mbrtowc.m4.
7001         * modules/mbiter: Likewise.
7002         * modules/mbuiter: Likewise.
7003
7004 2005-09-26  Bruno Haible  <bruno@clisp.org>
7005
7006         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
7007         compile mbchar.c if they are not both present.
7008         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
7009         * m4/mbiter.m4 (gl_MBITER): Likewise.
7010         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
7011         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
7012         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
7013
7014 2005-09-25  Jim Meyering  <jim@meyering.net>
7015
7016         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
7017         also uses socklen_t.
7018
7019 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
7020
7021         * lib/utimens.c (ENOSYS): Define if not already defined.
7022         (futimens): Support having a null PATH if the file descriptor
7023         is nonnegative.
7024
7025         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
7026         Remove.
7027         (__attribute): Define to empty unless GCC 3.1 or later.
7028         This works around a core dump on OpenBSD 3.4, which has GCC
7029         2.95.3, which dumps core when given __attribute__(()).  It also
7030         simplifies other tests, since we really don't want to bother with
7031         worrying about which ancient version of GCC supported what.
7032         Original problem reported by Yoann Vandoorselaere, with part of
7033         the fix suggested by Derek Price.
7034
7035 2005-09-24  Jim Meyering  <jim@meyering.net>
7036
7037         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
7038         so we can once again use a positive bitfield width of 1 -- now we
7039         don't have to explain why we were using a bitfield width of 2.
7040
7041 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
7042
7043         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
7044         and similarly for the other external symbols.  Problem reported
7045         by James Gallager.
7046
7047         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
7048         bug reported by Jim Meyering.
7049
7050         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
7051         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
7052         not needed, since socklen is a prerequisite module.
7053
7054 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
7055
7056         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
7057         Problem reported by Eric Blake.
7058         (getaddrinfo): Initialize se so that it's not garbage.
7059         Redo internal storage allocation so that it doesn't make unportable
7060         assumptions about alignment.
7061         Fix a memory leak.
7062
7063         * lib/utimens.c (futimens): Use futimesat if available.
7064         Prefer it to futimes since it doesn't have the futimes bug.
7065
7066         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
7067         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
7068         Instead, declare a function that returns a pointer to an array,
7069         and use verify_type__ to declare the size of the array.
7070         Problem and germ of a solution reported by Bruno Haible.
7071         (verify_type__): Use 2, not 1, for bitfield size, to avoid
7072         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
7073
7074 2005-09-23  Jim Meyering  <jim@meyering.net>
7075
7076         Sync from coreutils.
7077         Correct build failure (socklen_t not defined) on at least
7078         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
7079         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
7080
7081 2005-09-23  Jim Meyering  <jim@meyering.net>
7082
7083         * modules/getaddrinfo (Depends-on): Add socklen.
7084
7085 2005-09-23  Bruno Haible  <bruno@clisp.org>
7086
7087         * tests/test-verify.c: New file.
7088
7089 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
7090
7091         Sync from coreutils.
7092
7093         * modules/argmatch (Depends-on): Add verify.
7094         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
7095         unistd-safer.
7096         * modules/save-cwd (Depends-on): Likewise.
7097
7098         * modules/openat (Files): Add lib/openat-die.c.
7099         (Depends-on): Remove error, exitfail.
7100         Add dirname.
7101
7102         * modules/verify: New file.
7103         * MODULES.html.sh (Diagnostics <assert.h>): New section,
7104         with "verify" module.
7105
7106 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
7107
7108         Sync from coreutils.
7109
7110         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
7111         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
7112         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
7113         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
7114         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
7115         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
7116         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
7117         Don't bother checking for string.h, stdlib.h, unistd.h.
7118         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
7119         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
7120         module's job.
7121         * m4/jm-macros.m4 (gl_MACROS): Likewise.
7122         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
7123
7124         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
7125         (gl_GETDATE): Use it.
7126
7127         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
7128
7129 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
7130
7131         Sync from coreutils.
7132
7133         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
7134         stat-time.h.
7135         * lib/argmatch.h: Include verify.h
7136         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
7137         (ARGMATCH_ASSERT): Remove; unused.
7138         * lib/canonicalize.c: Assume STDC_HEADERS.
7139         * lib/exclude.c: Include "strcase.h".
7140         * lib/regex_internal.h [!defined _LIBC]: Likewise.
7141         * lib/getusershell.c: Include stdio--.h rather than stdio.h
7142         and stdio-safer.h.
7143         (getusershell): Call fopen, not fopen_safer.
7144         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
7145         Do not include unistd-safer.h.
7146         (save_cwd): Don't call fd_safer; no longer needed
7147         now that we include fcntl--.h.
7148
7149         * lib/getdate.y (relative_time): New type.
7150         (RELATIVE_TIME_0): New constant.
7151         (parser_control): Use relative_time instead of doing it ourselves.
7152         (%union): Add new relative_time rel member.
7153         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
7154         Now typeless.
7155         (relunit, relunit_snumber): Now of type rel.
7156         (zone, rel, relunit, get_date): Adjust to above changes.
7157
7158         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
7159         Do not include unistd-safer.h.
7160         (getloadavg): Don't call fd_safer; no longer needed
7161         now that we include fcntl--.h.
7162
7163         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
7164         (make_dir_parents): Treat ENOSYS like EEXIST.
7165
7166         Improve quality of diagnostics on restore_cwd failure.
7167         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
7168         (make_dir_parents): Last arg is now int * (for errno), not bool *.
7169         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
7170         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
7171         each time through the loop.  Do not diagnose restore_cwd failure;
7172         that is the caller's job (and perhaps the caller does not care).
7173
7174         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
7175         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
7176         If the file already exists but is not a directory, don't bother
7177         to try to make its parents.
7178         Close potential file descriptor leak if we can't chdir("/") (!).
7179         Don't always return true if chdir($PWD) fails; return true only
7180         if the requested action was done successfully (except for the
7181         chdir($PWD)).
7182         Don't log final directory unless we actually made it.
7183         Refactor to avoid duplicate code to fix up permissions.
7184         Don't attempt to fix up parent permissions if chdir($PWD) fails.
7185
7186         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
7187         to make it a bit faster and (I hope) clearer.
7188         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
7189         Fix bug in formats like %2N.
7190
7191         * lib/verify.h: New file.
7192
7193 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
7194
7195         Sync from coreutils.
7196         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
7197
7198 2005-09-22  Jim Meyering  <jim@meyering.net>
7199
7200         Sync from coreutils.
7201
7202         * m4/lstat.m4 (gl_FUNC_LSTAT):
7203         Use AC_LIBSOURCES to require lstat.c and lstat.h.
7204         Remove obsolete comment.
7205         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
7206         * m4/xstrtod.m4: Likewise.
7207
7208         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
7209
7210 2005-09-22  Jim Meyering  <jim@meyering.net>
7211
7212         Sync from coreutils.
7213
7214         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
7215
7216         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
7217         the .tm_year member, since otherwise gcc-4.0 would now warn about
7218         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
7219
7220         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
7221         order to avoid an unsuppressible warning from gcc on 64-bit systems.
7222
7223         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
7224         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
7225         when run in a time zone for which daylight savings time is in effect
7226         for the starting date.
7227
7228         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
7229         stop us from restricting permissions of just-created absolute-named
7230         directories.
7231         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
7232         to restore initial working directory.
7233         * lib/mkdir-p.c (make_dir_parents): New parameter:
7234         different_working_dir, to tell caller if/when we change the working
7235         directory and are unable to return to the initial one.
7236         * lib/mkdir-p.h (make_dir_parents): Update prototype.
7237         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
7238         `return false'.  This fixes a bug introduced on 2004-07-30.
7239
7240         * lib/openat.c (fdopendir): Be sure to close the supplied
7241         file descriptor before returning.  This makes our replacement
7242         implementation a little closer to Solaris's, where fdopendir
7243         ties the file descriptor to the returned DIR* pointer.
7244         * lib/openat.c (unlinkat): New function.
7245         * lib/openat.h (unlinkat): Add prototype.
7246         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
7247         (openat_restore_fail): Rename from openat_restore_die.
7248         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
7249
7250         Provide an alternative to exiting immediately upon save_cwd or
7251         restore_cwd failure.  Now, an application can arrange e.g.,
7252         to perform a longjump in that case.
7253         * lib/openat.c: Include dirname.h.
7254         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
7255         (rpl_openat, fdopendir, fstatat): Call openat_save_die
7256         and openat_restore_die rather than calling error directly.
7257         Don't include "error.h" or "exitfail.h"; they're no longer needed.
7258
7259         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
7260         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
7261         define.
7262
7263         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
7264         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
7265                             int utc, int nanoseconds);
7266         Background:
7267         date should not have to allocate a megabyte of virtual memory to
7268         handle a format argument like +%1048575T.  When implemented with
7269         strftime, it must allocate such a buffer, use strftime to fill it
7270         in, print it, then free it.
7271         With fprintftime, it simply prints everything and exits.
7272         With no need for memory allocation, that's one fewer way to fail.
7273         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
7274         optional field width, not before, so we accept %9:z, not %:9z.
7275         (my_strftime): Be sure to use L_('x') for literals.
7276
7277         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
7278         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
7279         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
7280         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
7281         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
7282         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
7283         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
7284         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
7285         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
7286         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
7287         * lib/xgethostname.c, lib/xreadlink.c:
7288         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
7289
7290         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
7291         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
7292         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
7293         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
7294         and don't include <sys/file.h>).
7295
7296 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
7297
7298         Sync from coreutils.
7299
7300         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
7301         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
7302         [!LDAV_DONE]: Avoid unused variable warning.
7303
7304 2005-09-21  Bruno Haible  <bruno@clisp.org>
7305
7306         * lib/unicodeio.h (unicode_to_mb): New declaration.
7307
7308 2005-09-20  Derek Price  <derek@ximbiot.com>
7309
7310         * lib/getaddrinfo.c: Don't include <netdb.h> included from
7311         getaddrinfo.h.
7312
7313 2005-09-20  Bruno Haible  <bruno@clisp.org>
7314
7315         * gnulib-tool: Remove trailing slashes from the values specified for
7316         --source-base, --m4-base, --tests-base, --aux-dir.
7317         Suggested by Simon Josefsson <jas@extundo.com>.
7318
7319 2005-09-20  Bruno Haible  <bruno@clisp.org>
7320
7321         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
7322         func_modules_to_filelist, func_import, func_create_testdir): Make all
7323         sorting results locale-independent, so that gnulib-cache.m4 doesn't
7324         change when gnulib-tool is invoked in a different locale.
7325
7326 2005-09-19  Simon Josefsson  <jas@extundo.com>
7327
7328         * m4/socklen.m4: Fix typo.
7329
7330 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7331
7332         Use a consistent style for including <config.h>.
7333         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
7334         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
7335         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
7336         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
7337         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
7338         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
7339         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
7340         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
7341         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
7342         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
7343         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
7344         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
7345         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
7346         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
7347         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
7348         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
7349         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
7350         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
7351         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
7352         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
7353         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
7354         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
7355         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
7356         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
7357         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
7358         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
7359         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
7360         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
7361         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
7362         lib/xstrtoumax.c, lib/yesno.c:
7363         Standardize inclusion of config.h.
7364         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
7365         lib/inttostr.h:  Removed inclusion of config.h from header files.
7366         * lib/inttostr.c:  Adjusted in-tree users.
7367         * lib/timespec.h: Remove superfluous warning to include config.h.
7368         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
7369         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
7370         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
7371         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
7372         config.h with HAVE_CONFIG_H.
7373
7374 2005-09-19  Jim Meyering  <jim@meyering.net>
7375
7376         * modules/pathmax (License): Change to LGPL.
7377
7378 2005-09-19  Derek Price  <derek@ximbiot.com>
7379
7380         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
7381
7382 2005-09-19  Bruno Haible  <bruno@clisp.org>
7383
7384         * gnulib-tool (import): Provide default for --tests-base.
7385
7386 2005-09-19  Bruno Haible  <bruno@clisp.org>
7387
7388         * doc/quote.texi: New file, extracted from gnulib.texi.
7389         * doc/ctime.texi: New file, extracted from gnulib.texi.
7390         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
7391         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
7392         * doc/gnulib.texi: Include them.
7393
7394 2005-09-18  Bruno Haible  <bruno@clisp.org>
7395
7396         Portability fix.
7397         * gnulib-tool (func_readlink): New function.
7398         (func_ln_if_changed): Use it.
7399
7400 2005-09-18  Bruno Haible  <bruno@clisp.org>
7401
7402         * gnulib-tool: Support --with-tests also with --import.
7403         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
7404         (func_import): Use variables $testsbase and $inctests. Emit a
7405         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
7406         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
7407         SUBDIRS += $testsdir.
7408         (func_create_testdir): Update.
7409
7410 2005-09-18  Bruno Haible  <bruno@clisp.org>
7411
7412         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
7413         instead of $dry_run.
7414         (func_cp_if_changed, func_mv_if_changed): Remove functions.
7415         (func_ln_if_changed): Don't handle dry-run here.
7416         (func_import): In dry-run mode, detect more precisely which actions
7417         would be performed, and don't use "...ing" verbs.
7418
7419 2005-09-18  Bruno Haible  <bruno@clisp.org>
7420
7421         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
7422         (func_import): Use join on two temporary files instead of three nested
7423         loops, in order to determine which files are new or old.
7424
7425 2005-09-18  Bruno Haible  <bruno@clisp.org>
7426
7427         * gnulib-tool (func_import): Comment out code that spits out the
7428         new files with --dry-run.
7429
7430 2005-09-18  Bruno Haible  <bruno@clisp.org>
7431
7432         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
7433
7434 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
7435
7436         * lib/stat-time.h: New file.
7437         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
7438         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
7439         in a different way.
7440         (timespec_cmp): New function.
7441         * lib/utimecmp.c: Include stat-time.h.
7442         (SYSCALL_RESOLUTION): Depend on whether various struct stat
7443         members exist, not on the obsolescent ST_MTIM_NSEC.
7444         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
7445
7446 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
7447
7448         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
7449
7450 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
7451
7452         * MODULES.html.sh (File system functions): Add stat-time.
7453         * modules/stat-time: New file.
7454         * modules/timespec (Files): Remove m4/st_mtim.m4; this
7455         is now done in a different way, by the stat-time module.
7456         * modules/utimecmp (Depends-on): Add stat-time.
7457
7458 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7459
7460         * m4/st_mtim.m4: Remove.  Superseded by...
7461         * m4/stat-time.m4: New file.
7462         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
7463         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
7464
7465 2005-09-15  Derek Price  <derek@ximbiot.com>
7466
7467         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
7468
7469 2005-09-15  Derek Price  <derek@ximbiot.com>
7470
7471         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
7472         * lib/regex_internal.c: Ditto, using this...
7473         (__GNUC_PREREQ): ...new macro.
7474         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
7475         using...
7476         (__GNUC_PREREQ): ...this new macro.
7477
7478         * lib/strstr.h: Include string.h. Define strstr as a macro here.
7479
7480 2005-09-15  Derek Price  <derek@ximbiot.com>
7481             Paul Eggert  <eggert@cs.ucla.edu>
7482
7483         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
7484         changes, consolidating in...
7485         * lib/regex_internal.h: ...this file.
7486
7487 2005-09-13  Jim Meyering  <jim@meyering.net>
7488
7489         * lib/canon-host.c: Filter through gnu indent and reword comments
7490         slightly.
7491         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
7492
7493 2005-09-13  Derek Price  <derek@ximbiot.com>
7494
7495         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
7496         failure.
7497         Reported by Jim Meyering  <jim@meyering.net>.
7498
7499 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7500
7501         * lib/base64.c: Typo.
7502         (base64_encode): Put b64str in initialized data section.
7503
7504 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
7505
7506         Merge glibc and coreutils changes into gnulib, plus a few
7507         extra fixes.
7508         * lib/md5.c: Use #error rather than a string.
7509         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
7510         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
7511         (__attribute__): Define to empty for non recent-GCC.
7512         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
7513         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
7514         Renamed from their non-__ counterparts, with new macros replacing
7515         them if not _LIBC.  Add __THROW attribute.
7516         (rol): Remove.
7517         (struct md5_ctx): Align buffer if using GCC.
7518         * lib/sha1.h (struct sha1_ctx): Likewise.
7519         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
7520         The old name was backwards.
7521         (NOTSWAP): Remove; not used.
7522         (rol): New macro, moved here from md5.h.
7523         (sha1_process_block): Remove a FIXME that doesn't make sense.
7524
7525 2005-09-12  Derek Price  <derek@ximbiot.com>
7526
7527         Return usable errors from canon-host.
7528         * lib/canon-host.h: New file.
7529         * lib/canon-host.c (canon_host): Wrap...
7530         (canon_host_r): ...this new function, which now relies exclusively on
7531         getaddrinfo.
7532         (ch_strerror): New function.
7533         (last_cherror): New global.
7534         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
7535         interface.
7536         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
7537         void *.
7538         (freeaddrinfo): Free ai->ai_canonname when set.
7539
7540 2005-09-12  Derek Price  <derek@ximbiot.com>
7541
7542         Make canon-host require getaddrinfo.
7543         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
7544         AC_LIBSOURCE canon-host.h.  Call...
7545         (gl_PREREQ_CANON_HOST): ...this new function, which requires
7546         gl_GETADDRINFO.
7547         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
7548
7549 2005-09-12  Derek Price  <derek@ximbiot.com>
7550
7551         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
7552         LGPL.
7553         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
7554
7555 2005-09-12  Derek Price  <derek@ximbiot.com>
7556
7557         * lib/gai_strerror.c: Include config.h when available.  Include
7558         getaddrinfo.h before other headers to test interface.
7559         Reported by Larry Jones <lawrence.jones@ugs.com>.
7560
7561 2005-09-12  Derek Price  <derek@ximbiot.com>
7562             Paul Eggert  <eggert@cs.ucla.edu>
7563
7564         * modules/glob (Files): Add glob-libc.h.
7565
7566 2005-09-12  Derek Price  <derek@ximbiot.com>
7567             Paul Eggert  <eggert@cs.ucla.edu>
7568
7569         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
7570         glob_.h, glob-libc.h.
7571         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
7572
7573 2005-09-12  Derek Price  <derek@ximbiot.com>
7574             Paul Eggert  <eggert@cs.ucla.edu>
7575
7576         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
7577         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
7578         protecting things that should be done only in gnulib contexts.
7579         * lib/glob_.h: New file, containing only the glob things needed for
7580         gnulib.
7581         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
7582         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
7583         (glob, globfree, glob_pattern_p): Now defined simply in terms of
7584         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
7585         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
7586         and to respect the namespace rules better.
7587
7588 2005-09-08  Simon Josefsson  <jas@extundo.com>
7589
7590         * modules/socklen: New file.
7591
7592 2005-09-08  Simon Josefsson  <jas@extundo.com>
7593
7594         * m4/socklen.m4: New file.
7595
7596 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7597
7598         * modules/utimens (Files): Add m4/utimbuf.m4, since
7599         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
7600         Reported by Sergey Poznyakoff.
7601
7602 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7603
7604         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
7605         definitions, since that's the preferred style in glibc.
7606         Fix a minor spacing issue, and update copyright notice to match
7607         glibc's.
7608
7609 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7610
7611         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
7612
7613 2005-09-06  Simon Josefsson  <jas@extundo.com>
7614
7615         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
7616         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
7617
7618 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7619
7620         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
7621         warning.
7622
7623 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7624
7625         * config/srclist.txt: Add glibc bug 1302.
7626
7627 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
7628
7629         Change bitset word type from unsigned int to unsigned long int,
7630         as this has better performance on typical 64-bit hosts.
7631         Port bitset code to hosts with unusual word sizes.
7632         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
7633         (build_collating_symbol):
7634         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
7635         argument is a bitset.  This is merely a style issue, but it makes
7636         it clearer that an entire array is expected.
7637         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
7638         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
7639         Port to the case where bitset_word is not the same as unsigned int.
7640         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
7641         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
7642         Likewise.
7643         * lib/regexec.c (check_dst_limits_calc_pos_1,
7644         check_subexp_matching_top):
7645         (build_trtable, group_nodes_into_DFAstates):
7646         Likewise.
7647         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
7648         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
7649         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
7650         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
7651         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
7652         * lib/regcomp.c (optimize_subexps, lower_subexp):
7653         Work even if bitset_word has holes in its bitwise representation.
7654         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
7655         * lib/regexec.c (check_dst_limits_calc_pos_1,
7656         check_subexp_matching_top):
7657         Likewise.
7658         * lib/regex_internal.c (re_string_reconstruct):
7659         Don't assume UCHAR_MAX == 255.
7660         * lib/regex_internal.h (bitset_set_all): Likewise.
7661         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
7662         All uses changed.
7663         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
7664         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
7665         All uses changed.
7666         (BITSET_WORD_MAX): New macro.
7667         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
7668         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
7669         (bitset_empty, bitset_copy):
7670         Prefer sizeof (bitset) to multiplying it out ourselves.
7671         (bitset_not_merge): Remove; unused.
7672         (bitset_contain): Return bool, not unsigned int with one bit on.
7673         All callers changed.
7674         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
7675         alignment than re_node_set; do this by defining a new internal
7676         type struct dests_alloc and using it to allocate memory.
7677
7678 2005-09-05  Bruno Haible  <bruno@clisp.org>
7679
7680         * gnulib-tool (func_import): Fix comparison in handling of symbolic
7681         links.
7682
7683 2005-09-04  Martin Lambers <marlam@marlam.de>  (tiny change)
7684
7685         * modules/size_max (Makefile.am): Add size_max.h
7686
7687 2005-09-04  Derek Price  <derek@ximbiot.com>
7688
7689         * gnulib-tool (func_import): Fix reversed $symbolic logic.
7690
7691 2005-09-03  Simon Josefsson  <jas@extundo.com>
7692
7693         * gnulib-tool: Fix typo.
7694
7695 2005-09-03  Simon Josefsson  <jas@extundo.com>
7696
7697         * config/srclist.txt: Add glibc bug 1293.
7698
7699 2005-09-03  Derek Price  <derek@ximbiot.com>
7700
7701         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
7702         From Larry Jones <lawrence.jones@ugs.com>.
7703
7704 2005-09-02  Simon Josefsson  <jas@extundo.com>
7705
7706         * modules/socklen: New file.
7707
7708 2005-09-02  Simon Josefsson  <jas@extundo.com>
7709
7710         * modules/havelib: New module.
7711
7712         * modules/gettext, modules/iconv, modules/lock, modules/readline:
7713         Use havelib.
7714
7715 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
7716
7717         Check for arithmetic overflow when calculating sizes, to prevent
7718         some buffer-overflow issues.  These patches are conservative, in the
7719         sense that when I couldn't determine whether an overflow was possible,
7720         I inserted a run-time check.
7721         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
7722         macros.
7723         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
7724         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
7725         (re_xnrealloc, re_x2nrealloc): New inline functions.
7726         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
7727         parse_bracket_exp):
7728         (build_equiv_class, build_charclass): Check for arithmetic overflow
7729         in size expression calculations.
7730         * lib/regex_internal.c (re_string_realloc_buffers):
7731         (build_wcs_upper_buffer, re_node_set_add_intersect):
7732         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
7733         (re_dfa_add_node, register_state): Likewise.
7734         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
7735         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
7736         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
7737         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
7738
7739 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
7740
7741         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
7742         m4/ulonglong.m4.  Problem reported by Martin Lambers.
7743
7744 2005-09-02  Bruno Haible  <bruno@clisp.org>
7745
7746         Support for lib vs. lib64 distinction on biarch platforms.
7747         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
7748         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
7749         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
7750
7751 2005-09-02  Bruno Haible  <bruno@clisp.org>
7752
7753         * gnulib-tool (import): In the other first-use case, provide defaults
7754         as well.
7755
7756 2005-09-02  Bruno Haible  <bruno@clisp.org>
7757
7758         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
7759         patches not yet found in the latest gettext release.
7760
7761 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7762
7763         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
7764         to avoid a collision with bits/local_lim.h in glibc.
7765         All uses changed.  Problem reported by Dmitry V. Levin in
7766         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
7767
7768         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
7769         bugs in int versus size_t comparisons.
7770         (re_string_context_at): Fix bug where the code assumed that
7771         Idx is signed.
7772
7773         Use bool where appropriate.
7774         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
7775         All callers changed.
7776         (calc_eclosure_iter): Likewise, for ROOT arg.
7777         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
7778         (build_charclass_op): Likewise, for NON_MATCH arg.
7779         * lib/regex_internal.c (re_string_allocate, re_string_construct):
7780         (re_string_construct_common): Likewise, for ICASE arg.
7781         * lib/regexec.c (re_search_2_stub, re_search_stub):
7782         Likewise, for RET_LEN arg.
7783         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
7784         (set_regs): Likewise, for FL_BACKTRACK arg.
7785         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
7786         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
7787         (calc_eclosure_iter, parse_bracket_exp):
7788         Use bool for internal variables that are booleans.
7789         * lib/regexec.c (re_search_internal, check_matching,
7790         proceed_next_node):
7791         (set_regs, build_sifted_states, sift_states_bkref):
7792         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
7793         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
7794         (find_collation_sequence_value):
7795         Likewise.
7796         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
7797         (re_node_set_compare):
7798         Return bool, not int. All callers changed.
7799         * lib/regexec.c (check_halt_node_context, check_dst_limits):
7800         (build_trtable, check_node_accept): Likewise.
7801         * lib/regex_internal.h: Include stdbool.h.
7802
7803         Fix bugs uncovered when converting to bool.
7804         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
7805         failure instead of charging ahead blindly.
7806         * lib/regex_internal.c (register_state): Likewise.
7807         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
7808         for freeing internal storage.
7809         (group_nodes_into_DFA_states): Use unsigned int, not int, for
7810         bitset pieces used as boolean, to avoid undefined behavior
7811         on hosts that do int overflow checking.
7812
7813 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7814
7815         * config/srclist.txt: Add glibc bugs 1285-1287.
7816
7817 2005-09-01  Jim Meyering  <jim@meyering.net>
7818
7819         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
7820         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
7821         Require gl_STAT_MACROS, too.
7822
7823 2005-09-01  Bruno Haible  <bruno@clisp.org>
7824
7825         * gnulib-tool (import): In the first-use case, provide defaults.
7826
7827 2005-09-01  Bruno Haible  <bruno@clisp.org>
7828
7829         * gnulib-tool (func_import): Remove the .tmp files.
7830
7831 2005-09-01  Bruno Haible  <bruno@clisp.org>
7832
7833         * gnulib-tool (func_import): Fix handling of symbolic links.
7834
7835 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7836
7837         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
7838         old glibc regex code mishandles strings longer than 2**31 bytes.
7839         This patch fixes this when the regex code is used in gnulib
7840         (i.e., outside glibc).
7841
7842         This patch should not affect the use of the regex code inside
7843         glibc.  No doubt this problem also needs to be handled for glibc
7844         as well, but the result will be an incompatible change to the
7845         glibc ABI, and the old ABI will have to be supported too.  That
7846         can be the the subject for another patch.
7847
7848         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
7849         governing whether the rest of this patch is active.  By default,
7850         the macro is disabled and the patch has no effect.
7851         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
7852         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
7853         (struct re_pattern_buffer, re_search, re_search_2, re_match):
7854         (re_match_2, re_set_registers): Use the new types.
7855         * lib/regex_internal.h (Idx, re_hashval_t): New types.
7856         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
7857         New macros.
7858         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
7859         (re_string_context_at, bin_tree_t, re_dfastate_t):
7860         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
7861         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
7862         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
7863         (re_string_char_size_at, re_string_wchar_at):
7864         (re_string_elem_size_at):
7865         Use the new types and macros to port to 64-bit hosts.
7866         Use unsigned types for internal values, so that the code
7867         mostly works even for arrays larger than SSIZE_MAX.
7868         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
7869         (search_duplicated_node, calc_eclosure_iter, fetch_number):
7870         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
7871         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
7872         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
7873         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
7874         (calc_inveclosure, parse_dup_op, build_range_exp):
7875         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
7876         (fetch_number, create_token_tree, mark_opt_subexp):
7877         Likewise.
7878         * lib/regex_internal.c (re_string_construct_common,
7879         create_ci_newstate):
7880         (create_cd_newstate, re_string_allocate, re_string_construct):
7881         (re_string_realloc_buffers, build_wcs_upper_buffer):
7882         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
7883         (re_string_reconstruct, re_string_peek_byte_case):
7884         (re_string_fetch_byte_case, re_string_context_at):
7885         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
7886         (re_node_set_init_copy, re_node_set_add_intersect):
7887         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
7888         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
7889         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
7890         (re_acquire_state, re_acquire_state_context, register_state):
7891         Likewise.
7892         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
7893         search_cur_bkref_entry):
7894         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
7895         (re_search_internal, re_search_2_stub, re_search_stub)
7896         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
7897         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
7898         (update_cur_sifted_state, check_dst_limits):
7899         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
7900         (check_subexp_limits, sift_states_bkref, merge_state_array):
7901         (check_subexp_matching_top, get_subexp, get_subexp_sub):
7902         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
7903         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
7904         (expand_bkref_cache, check_node_accept_bytes):
7905         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
7906         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
7907         (acquire_init_state_context, check_halt_node_context):
7908         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
7909         (sift_states_backward, clean_state_log_if_needed):
7910         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
7911         (find_recover_state, transit_state_sb, transit_state_mb):
7912         (transit_state_bkref, build_trtable, match_ctx_clean):
7913         Likewise.
7914         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
7915         to work around an assumption that REG_MISSING is negative.
7916
7917         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
7918         (seek_collating_symbol_entry) [defined _LIBC]:
7919         (lookup_collation_sequence_value) [defined _LIBC]:
7920         (build_range_exp, build_collating_symbol) [defined _LIBC]:
7921         Use prototypes rather than old-style function definitions.
7922         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
7923         (transit_state_sb) [0]:
7924         (find_collation_sequence_value) [defined _LIBC]: Likewise.
7925
7926         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
7927         rm_eo.
7928
7929         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
7930         (optimize_subexps, lower_subexp):
7931         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
7932         since the signed shift might overflow.  Use 1u<<31 instead.
7933         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
7934         Likewise.
7935         * lib/regexec.c (check_dst_limits_calc_pos_1,
7936         check_subexp_matching_top): Likewise.
7937
7938         * lib/regcomp.c (optimize_subexps, lower_subexp):
7939         Use CHAR_BIT rather than 8, for clarity.
7940         * lib/regexec.c (check_dst_limits_calc_pos_1):
7941         (check_subexp_matching_top): Likewise.
7942         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
7943         have to worry about portability issues when shifting it left.
7944         Remove no-longer-needed test for table_size > 0.
7945         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
7946         in a word, as the resulting behavior is undefined.
7947         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
7948         in one case, a <= should have been an <, and in another case the
7949         whole test was missing.
7950         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
7951         the standard name CHAR_BIT.
7952         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
7953         this is not true on one's complement and signed-magnitude hosts.
7954
7955         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
7956         next_last_offset.
7957         (struct re_dfa_t): Remove unused member states_alloc.
7958         * lib/regcomp.c (init_dfa): Don't initialize unused members.
7959
7960 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7961
7962         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
7963         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
7964         and large-file glibc and in 32-bit large-file Solaris.
7965
7966 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7967
7968         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
7969         lengths fit in regoff_t; this isn't true if regoff_t is the same
7970         width as size_t.
7971         * lib/regex.c (re_search_internal): 5th arg is LAST_START
7972         (= START + RANGE) instead of RANGE.  This avoids overflow
7973         problems when regoff_t is the same width as size_t.
7974         All callers changed.
7975         (re_search_2_stub): Check for overflow when adding the
7976         sizes of the two strings.
7977         (re_search_stub): Check for overflow when adding START
7978         to RANGE; if it occurs, substitute the extreme value.
7979
7980 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
7981
7982         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
7983
7984 2005-08-31  Jim Meyering  <jim@meyering.net>
7985
7986         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
7987         a pointer-to-const.
7988         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
7989         (register_state): Likewise.
7990         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
7991         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
7992         (group_nodes_into_DFAstates): Likewise.
7993
7994 2005-08-31  Jim Meyering  <jim@meyering.net>
7995
7996         * check-module: Add a FIXME comment.
7997
7998 2005-08-31  Eric Blake  <ebb9@byu.net>
7999
8000         * modules/unistd-safer (Files): Add unistd--.h.
8001         * modules/stdio-safer (Files): Add stdio--.h.
8002
8003 2005-08-31  Derek Price  <derek@ximbiot.com>
8004
8005         * lib/getdelim.c (getdelim): Return EOF on EOF.
8006         Reported by Larry Jones <lawrence.jones@ugs.com>.
8007
8008 2005-08-31  Bruno Haible  <bruno@clisp.org>
8009
8010         Avoid unnecessary diffs in the generated lib/Makefile.am.
8011         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
8012         the generated files.
8013         (func_import): Don't set cmd.
8014
8015 2005-08-31  Bruno Haible  <bruno@clisp.org>
8016
8017         * lib/strstr.c: Include <stddef.h>, for NULL.
8018         * lib/strcasestr.c: Likewise.
8019         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
8020
8021 2005-08-31  Bruno Haible  <bruno@clisp.org>
8022
8023         * gnulib-tool: New option --macro-prefix.
8024         (func_import): Use macro_prefix.
8025         (import): Handle option --macro-prefix.
8026
8027 2005-08-31  Bruno Haible  <bruno@clisp.org>
8028
8029         * gnulib-tool (import): Rename most ac_* variables to cached_*.
8030         Also use new variables cached_lgpl, cached_libtool.
8031
8032 2005-08-31  Bruno Haible  <bruno@clisp.org>
8033
8034         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
8035         always instantiating them.
8036
8037 2005-08-31  Bruno Haible  <bruno@clisp.org>
8038
8039         * gnulib-tool (func_import): Read the previous cached settings
8040         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
8041         earlier added by gnulib but are now dropped. Warn when a gnulib file
8042         overwrites a non-gnulib file.
8043
8044 2005-08-31  Bruno Haible  <bruno@clisp.org>
8045
8046         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
8047         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
8048         projects that don't keep autogenerated files in CVS. Put into
8049         actioncmd only the specified modules, not the transitive closure.
8050
8051 2005-08-31  Bruno Haible  <bruno@clisp.org>
8052
8053         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
8054         Create directories that shall be filled.
8055         (import): Don't look for gl_* macros in configure.ac. Recurse across
8056         all directories containing a gnulib-cache.m4 files, if meaningful.
8057
8058 2005-08-31  Bruno Haible  <bruno@clisp.org>
8059
8060         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
8061         (import): Set seen_libtool when we see gl_LIBTOOL.
8062
8063 2005-08-31  Bruno Haible  <bruno@clisp.org>
8064
8065         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
8066         declaration macro definitions from generated gnulib.m4.
8067
8068 2005-08-30  "Oskar Liljeblad" <oskar@osk.mine.nu>
8069
8070         * lib/iconvme.h: Add prototype for iconv_alloc.
8071
8072 2005-08-29  Simon Josefsson  <jas@extundo.com>
8073
8074         * lib/iconvme.c: Fix errno.
8075
8076 2005-08-29  Bruno Haible  <bruno@clisp.org>
8077
8078         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
8079         that it works when the directory contains spaces.
8080
8081 2005-08-29  Bruno Haible  <bruno@clisp.org>
8082
8083         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
8084
8085 2005-08-29  Bruno Haible  <bruno@clisp.org>
8086
8087         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
8088         Emit more advice.
8089
8090 2005-08-29  Bruno Haible  <bruno@clisp.org>
8091         and Stepan Kasal  <kasal@ucw.cz>
8092
8093         * check-module: If more parameters are given, check each of them
8094         separately; add more exceptions, as noted by Jim Meyering.
8095         (check_module): New procedure.
8096         (%exempt_header): Now contains all exceptions.
8097
8098 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
8099
8100         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
8101
8102 2005-08-29  "Oskar Liljeblad" <oskar@osk.mine.nu>
8103
8104         * lib/iconvme.c: Split iconv_string into iconv_alloc.
8105
8106 2005-08-28  Bruno Haible  <bruno@clisp.org>
8107
8108         * m4/gnulib-tool.m4: New file.
8109
8110 2005-08-27  Jim Meyering  <jim@meyering.net>
8111
8112         * modules/unistd-safer (Files): Add pipe-safer.c.
8113         * modules/fcntl-safer (Files): Add creat-safer.c.
8114
8115 2005-08-27  Jim Meyering  <jim@meyering.net>
8116
8117         * m4/stdlib-safer.m4: New file.  From coreutils.
8118         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
8119         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
8120         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
8121         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
8122         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
8123
8124 2005-08-27  Jim Meyering  <jim@meyering.net>
8125
8126         * lib/fopen-safer.c: Merge minor changes from coreutils.
8127         * lib/dup-safer.c: Likewise.
8128         * lib/fd-safer.c: Likewise.
8129
8130         Merge from coreutils.
8131         * lib/stdio--.h: New file.
8132         * lib/stdlib--.h: New file.
8133         * lib/mkstemp-safer.c: New file.
8134
8135         GNU tar needs these.
8136         * lib/pipe-safer.c: New file.
8137         * lib/creat-safer.c: New file.
8138         * lib/fcntl--.h (creat): Define to creat_safer.
8139         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
8140         * lib/unistd--.h (pipe): Define to pipe_safer.
8141         * lib/unistd-safer.h: Declare pipe_safer.
8142
8143 2005-08-26  Simon Josefsson  <jas@extundo.com>
8144
8145         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
8146         Haible <bruno@clisp.org>.
8147
8148 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
8149
8150         * lib/regex_internal.h: Remove all references to
8151         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
8152         or better.
8153         (bitset_not, bitset_merge, bitset_not_merge):
8154         (bitset_mask, re_string_allocate, re_string_construct):
8155         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
8156         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
8157         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
8158         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
8159         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
8160         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
8161         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
8162         (re_acquire_state_context):
8163         Remove unnecessary forward decls.
8164         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
8165         Put __attribute at function definition,
8166         now that the function decl has been removed.
8167         * lib/regex_internal.c (re_string_peek_byte_case):
8168         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
8169         Likewise.
8170
8171 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
8172
8173         * m4/regex.m4: Add AC_PREREQ(2.50).
8174         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
8175
8176 2005-08-25  Simon Josefsson  <jas@extundo.com>
8177
8178         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
8179         __fsetlocking.
8180
8181 2005-08-25  Simon Josefsson  <jas@extundo.com>
8182
8183         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
8184         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
8185         GLIBC specific code.
8186
8187 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8188
8189         Make regex safe for g++.  This fixes one real bug (an "err"
8190         that should have been "*err").  g++ problem reported by
8191         Sam Steingold.
8192         * lib/regex_internal.h (re_calloc): New macro, consistent with
8193         re_malloc etc.  All callers of calloc changed to use re_calloc.
8194         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
8195         not int.  All callers changed.
8196         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
8197         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
8198         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
8199         (find_recover_state): Change "err" to "*err"; this fixes what
8200         appears to be a real bug.
8201         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
8202         versus int.
8203
8204 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8205
8206         * modules/regex (Depends-on): Add malloc, since the code
8207         assumes that !malloc(0) means failure.
8208
8209 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8210
8211         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
8212
8213         alloca modernization/simplification for regex.
8214         * lib/regex.c: Remove portability cruft for alloca.  This no longer
8215         needs to be at the start of the file, and can be moved into
8216         regex_internal.h and simplified.
8217         * lib/regex_internal.h: Include <alloca.h>.
8218         (__libc_use_alloca) [!defined _LIBC]: New macro.
8219         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
8220         now works outside glibc.
8221
8222 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8223
8224         * config/srclist.txt: Add glibc bugs 1241, 1245.
8225
8226 2005-08-25  Jim Meyering  <jim@meyering.net>
8227
8228         * lib/open-safer.c: Include <config.h>.
8229         Otherwise, we'd lose LARGEFILE support in any file using
8230         e.g. "fcntl--.h"
8231
8232 2005-08-25  Bruno Haible  <bruno@clisp.org>
8233
8234         * m4/minmax.m4: Require autoconf 2.52.
8235         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
8236         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
8237         alternatives of translit over the alphabet.
8238         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
8239
8240 2005-08-24  Simon Josefsson  <jas@extundo.com>
8241
8242         * tests/test-getpass.c: New file.
8243
8244 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8245
8246         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
8247         for GNU regex features.
8248
8249 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8250
8251         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
8252         * lib/regex.h (regerror): Likewise.
8253
8254         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
8255         requires this.  (The code never needed it.)
8256
8257         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
8258         All uses of recently-renamed identifiers changed to use the new,
8259         POSIX-compliant names.  The code will build and run just fine
8260         without these changes, but it's better to eat our own dog food
8261         and use the standard-conforming names.
8262
8263         * lib/regex.h: Fix a multitude of POSIX name space violations.
8264         These changes have an effect only for programs that define
8265         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
8266         do not change anything for programs compiled in the normal way.
8267         Also, there is no effect on the ABI.
8268
8269         (_REGEX_SOURCE): New macro.
8270         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
8271         defined and _GNU_SOURCE is not; this fixes a name space violation.
8272
8273         Rename the following macros to obey POSIX requirements.
8274         The old names are still visible as macros if _REGEX_SOURCE is defined.
8275         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
8276         RE_BACKSLASH_ESCAPE_IN_LISTS.
8277         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
8278         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
8279         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
8280         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
8281         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
8282         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
8283         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
8284         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
8285         (REG_INTERVALS): renamed from RE_INTERVALS.
8286         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
8287         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
8288         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
8289         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
8290         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
8291         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
8292         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
8293         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
8294         RE_UNMATCHED_RIGHT_PAREN_ORD.
8295         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
8296         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
8297         (REG_DEBUG): renamed from RE_DEBUG.
8298         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
8299         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
8300         unusual, since we can't clash with the POSIX REG_ICASE.
8301         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
8302         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
8303         (REG_NO_SUB): renamed from RE_NO_SUB.
8304         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
8305         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
8306         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
8307         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
8308         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
8309         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
8310         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
8311         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
8312         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
8313         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
8314         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
8315         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
8316         RE_SYNTAX_POSIX_MINIMAL_BASIC.
8317         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
8318         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
8319         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
8320         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
8321         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
8322         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
8323         (REG_FIXED): Renamed from REGS_FIXED.
8324         (REG_NREGS): Renamed from RE_NREGS.
8325
8326         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
8327         of other REG_* macros, since POSIX says the user is allowed to
8328         #undef these macros selectively.
8329
8330         (reg_errcode_t): Update comment stating what other tables need
8331         to be consistent.
8332
8333         Rename the following enum values to obey POSIX requirements.
8334         The old names are still visible as macros.
8335         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
8336         is not defined, since GNU is supposed to be a superset of POSIX as
8337         much as possible, and since we want reg_errcode_t to be a signed
8338         type for implementation consistency.
8339         (_REG_NOERROR): Renamed from REG_NOERROR.
8340         (_REG_NOMATCH): Renamed from REG_NOMATCH.
8341         (_REG_BADPAT): Renamed from REG_BADPAT.
8342         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
8343         (_REG_ECTYPE): Renamed from REG_ECTYPE.
8344         (_REG_EESCAPE): Renamed from REG_EESCAPE.
8345         (_REG_ESUBREG): Renamed from REG_ESUBREG.
8346         (_REG_EBRACK): Renamed from REG_EBRACK.
8347         (_REG_EPAREN): Renamed from REG_EPAREN.
8348         (_REG_EBRACE): Renamed from REG_EBRACE.
8349         (_REG_BADBR): Renamed from REG_BADBR.
8350         (_REG_ERANGE): Renamed from REG_ERANGE.
8351         (_REG_ESPACE): Renamed from REG_ESPACE.
8352         (_REG_BADRPT): Renamed from REG_BADRPT.
8353         (_REG_EEND): Renamed from REG_EEND.
8354         (_REG_ESIZE): Renamed from REG_ESIZE.
8355         (_REG_ERPAREN): Renamed from REG_ERPAREN.
8356         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
8357         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
8358         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
8359         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
8360
8361         (_REG_RE_NAME, _REG_RM_NAME): New macros.
8362         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
8363         changed.  But support the old name if the new one is not defined
8364         and if _REGEX_SOURCE.
8365
8366         Change the following member names in struct re_pattern_buffer.
8367         The old names are still supported if !_REGEX_SOURCE.
8368         The new names are always supported, regardless of _REGEX_SOURCE.
8369         (re_buffer): Renamed from buffer.
8370         (re_allocated): Renamed from allocated.
8371         (re_used): Renamed from used.
8372         (re_syntax): Renamed from syntax.
8373         (re_fastmap): Renamed from fastmap.
8374         (re_translate): Renamed from translate.
8375         (re_can_be_null): Renamed from can_be_null.
8376         (re_regs_allocated): Renamed from regs_allocated.
8377         (re_fastmap_accurate): Renamed from fastmap_accurate.
8378         (re_no_sub): Renamed from no_sub.
8379         (re_not_bol): Renamed from not_bol.
8380         (re_not_eol): Renamed from not_eol.
8381         (re_newline_anchor): Renamed from newline_anchor.
8382
8383         Change the following member names in struct re_registers.
8384         The old names are still supported if !_REGEX_SOURCE.
8385         The new names are always supported, regardless of _REGEX_SOURCE.
8386         (rm_num_regs): Renamed from num_regs.
8387         (rm_start): Renamed from start.
8388         (rm_end): Renamed from end.
8389
8390         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
8391         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
8392         Prepend __ to parameter names.
8393
8394         Undo yesterday's changes.
8395
8396 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8397
8398         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
8399         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
8400         lib/regex.c.
8401
8402 2005-08-24  Jim Meyering  <jim@meyering.net>
8403
8404         Sync from coreutils.
8405         * m4/fcntl-safer.m4: New file.
8406
8407         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
8408         and object files for this module.
8409
8410 2005-08-24  Jim Meyering  <jim@meyering.net>
8411
8412         Sync from coreutils.
8413         * lib/fcntl--.h, fcntl-safer.h, open-safer.c: New files.
8414
8415 2005-08-24  Jim Meyering  <jim@meyering.net>
8416
8417         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
8418         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
8419
8420 2005-08-24  Jim Meyering  <jim@meyering.net>
8421
8422         * modules/fcntl-safer: New module.
8423         * modules/fts (Depends-on): Add fcntl-safer.
8424         * MODULES.html.sh (File descriptor based Input/Output):
8425         Add fcntl-safer.
8426
8427 2005-08-24  Bruno Haible  <bruno@clisp.org>
8428
8429         Support for unit test modules.
8430         * modules/README: Mention tests modules.
8431         * modules/TEMPLATE-TESTS: New file.
8432         * gnulib-tool: New options --extract-tests-module, --with-tests and
8433         --tests-base (unused for the moment).
8434         (testsbase, inctests): New variables.
8435         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
8436         (func_verify_module): Exclude TEMPLATE-TESTS.
8437         (func_verify_nontests_module, func_verify_tests_module): New functions.
8438         (func_get_dependencies): Add implicit dependency for tests modules.
8439         (func_get_tests_module): New function.
8440         (func_modules_transitive_closure): When --with-tests was specified,
8441         include the unit tests as well, unless explicitly avoided.
8442         (func_emit_lib_Makefile_am): Ignore the tests modules here.
8443         (func_emit_tests_Makefile_am): New function.
8444         (func_create_testdir): When --with-tests was specified, emit a
8445         tests/ directory.
8446         * MODULES.html.sh (Future developments): Update.
8447
8448 2005-08-24  Bruno Haible  <bruno@clisp.org>
8449
8450         * modules/tls-tests: New file.
8451         * tests/test-tls.c: New file, from GNU gettext.
8452
8453 2005-08-24  Bruno Haible  <bruno@clisp.org>
8454
8455         * modules/lock-tests: New file.
8456         * tests/test-lock.c: New file, from GNU gettext.
8457
8458 2005-08-24  Bruno Haible  <bruno@clisp.org>
8459
8460         * lib/lock.h: Add multiple inclusion guard.
8461         * lib/tls.h: Add multiple inclusion guard.
8462
8463 2005-08-24  Bruno Haible  <bruno@clisp.org>
8464
8465         * gnulib-tool: Add support for the --aux-dir option to
8466         --create-testdir, --create-megatestdir, --test, --megatest.
8467         (func_create_testdir, func_create_megatestdir): Optionally emit a
8468         AC_CONFIG_AUX_DIR directive.
8469         (create-testdir, create-megatestdir, test, megatest): Provide a
8470         default value for $auxdir.
8471
8472 2005-08-24  Bruno Haible  <bruno@clisp.org>
8473
8474         * gnulib-tool (import): Use compound statement instead of subshell
8475         where possible.
8476
8477 2005-08-24  Bruno Haible  <bruno@clisp.org>
8478
8479         * gnulib-tool (import): Change --aux-dir default to "build-aux".
8480
8481 2005-08-24  Bruno Haible  <bruno@clisp.org>
8482
8483         * gnulib-tool (func_version): Update.
8484
8485 2005-08-24  Bruno Haible  <bruno@clisp.org>
8486
8487         * gnulib-tool (func_import, func_create_testdir,
8488         func_create_megatestdir): Quote all autoconf macro arguments.
8489
8490 2005-08-24  Bruno Haible  <bruno@clisp.org>
8491
8492         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
8493         option --force, because --force causes the aclocal.m4 of each
8494         subdirectory to be newer than the corresponding config.h.in.
8495
8496 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
8497
8498         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
8499         All contents moved to gl_REGEX.
8500         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
8501         assume that it does.
8502
8503 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
8504
8505         * lib/regex.h (REG_NOSYS)
8506         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
8507         Define, since POSIX requires it as of 2001.
8508         (_REG_ENOSYS)
8509         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
8510         New private symbol, used to keep the enum signed in all cases.
8511         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
8512         Youngman in
8513         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
8514
8515         * lib/regex_internal.c (re_string_skip_chars, register_state):
8516         (calc_state_hash):
8517         Remove forward decls; no longer needed now that we use prototypes.
8518         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
8519         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
8520         (clean_state_log_if_needed): Likewise.
8521
8522 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
8523
8524         * config/srclist.txt: Add glibc bugs 1231-1233.
8525
8526 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8527
8528         Fix problems reported by Sam Steingold in
8529         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
8530         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
8531         assumed that reg_errcode_t is a signed type, which is not
8532         necessarily true if _XOPEN_SOURCE is not defined.
8533         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
8534         since some compilers warn about it otherwise.
8535
8536 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8537
8538         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
8539         (init_word_char, create_initial_state, duplicate_node_closure):
8540         (fetch_token, peek_token_bracket, build_range_exp):
8541         (build_collating_symbol): Remove forward decls; no longer needed
8542         now that we use prototypes.
8543
8544         * lib/regcomp.c:
8545         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
8546         (re_compile_fastmap_iter, regcomp, regerror, regfree):
8547         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
8548         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
8549         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
8550         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
8551         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
8552         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
8553         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
8554         (build_range_exp, build_collating_symbol, parse_bracket_exp):
8555         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
8556         (build_charclass, build_charclass_op, fetch_number, create_tree):
8557         (create_token_tree, mark_opt_subexp, duplicate_tree):
8558         Use prototypes rather than old-style definitions.
8559
8560         * lib/regex_internal.c:
8561         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
8562         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
8563         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
8564         (re_string_reconstruct, re_string_peek_byte_case):
8565         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
8566         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
8567         (re_node_set_init_copy, re_node_set_add_intersect):
8568         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
8569         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
8570         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
8571         (re_acquire_state, re_acquire_state_context, register_state):
8572         (create_ci_newstate, create_cd_newstate, free_state):
8573         Likewise.
8574         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
8575         re_search_2):
8576         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
8577         (re_search_internal, prune_impossible_nodes):
8578         (acquire_init_state_context, check_matching, static):
8579         (check_halt_node_context, check_halt_state_context, proceed_next_node):
8580         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
8581         (update_regs, sift_states_backward, build_sifted_states):
8582         (clean_state_log_if_needed, merge_state_array):
8583         (update_cur_sifted_state, add_epsilon_src_nodes):
8584         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
8585         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
8586         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
8587         (find_recover_state, check_subexp_matching_top, transit_state_mb):
8588         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
8589         (check_arrival, check_arrival_add_next_nodes):
8590         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
8591         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
8592         (check_node_accept_bytes, check_node_accept, extend_buffers):
8593         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
8594         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
8595         (sift_ctx_init):
8596         Likewise.
8597
8598         * lib/regex_internal.h:
8599         (re_string_allocate, re_string_construct, re_string_reconstruct):
8600         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
8601         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
8602         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
8603         (re_string_context_at, re_string_peek_byte_case):
8604         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
8605         is defined, since we now use prototypes always.
8606
8607         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
8608         C89 or better.  All uses removed.
8609
8610 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8611
8612         * config/srclist.txt: Add glibc bugs 1220-1227.
8613
8614 2005-08-20  Jim Meyering  <jim@meyering.net>
8615
8616         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
8617         of unused local, dfa.
8618
8619 2005-08-20  Bruno Haible  <bruno@clisp.org>
8620
8621         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
8622
8623 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8624
8625         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
8626         (re_node_set_insert_last, re_dfa_add_node):
8627         Rename local variables to avoid GCC shadowing warnings.
8628
8629 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8630
8631         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
8632         [defined lint]: Suppress bogus uninitialized-variable warnings.
8633
8634         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
8635         and let the caller return REG_ESPACE if out of space.  This
8636         removes an uninitialied-variable warning with GCC 4.0.1, and also
8637         avoids taking the address of a local variable.  All callers
8638         changed.
8639
8640 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8641
8642         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
8643         $LIBCSRC/posix/regexec.c.
8644         Add glibc bug 1217 for regcomp.c.
8645
8646 2005-08-19  Jim Meyering  <jim@meyering.net>
8647
8648         * lib/regexec.c (proceed_next_node): Redo local variables to
8649         avoid GCC shadowing warnings.
8650
8651 2005-08-18  Bruno Haible  <bruno@clisp.org>
8652
8653         * lib/strstr.c (strstr): Fix return value in multibyte case.
8654         * lib/strcasestr.c (strcasestr): Likewise.
8655
8656 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8657
8658         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
8659
8660 2005-08-17  Jim Meyering  <jim@meyering.net>
8661
8662         Make the %s format (seconds since the epoch) work for a negative
8663         number and when used with a zero-padded field width, e.g. %015s.
8664
8665         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
8666         label so that it precedes the code to set `digits'.  Otherwise,
8667         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
8668         print `00-22'.  Now, it prints `-0022', as it should.
8669
8670 2005-08-17  Bruno Haible  <bruno@clisp.org>
8671
8672         * modules/strstr (Files): Add m4/mbrtowc.m4.
8673         (Depends-on): Add mbuiter.
8674
8675 2005-08-17  Bruno Haible  <bruno@clisp.org>
8676
8677         * modules/strcasestr: New file.
8678         * MODULES.html.sh (String handling, based on ANSI C 89): Add
8679         strcasestr.
8680
8681 2005-08-17  Bruno Haible  <bruno@clisp.org>
8682
8683         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
8684
8685 2005-08-17  Bruno Haible  <bruno@clisp.org>
8686
8687         * modules/mbuiter: New file.
8688         * MODULES.html.sh (Extended multibyte and wide character utilities):
8689         Add mbuiter.
8690
8691 2005-08-17  Bruno Haible  <bruno@clisp.org>
8692
8693         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
8694         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
8695
8696 2005-08-17  Bruno Haible  <bruno@clisp.org>
8697
8698         * m4/strcasestr.m4: New file.
8699
8700 2005-08-17  Bruno Haible  <bruno@clisp.org>
8701
8702         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
8703         * lib/strstr.c: Completely rewritten, with multibyte locale support.
8704
8705 2005-08-17  Bruno Haible  <bruno@clisp.org>
8706
8707         * lib/strcasestr.h: New file.
8708         * lib/strcasestr.c: New file.
8709
8710 2005-08-17  Bruno Haible  <bruno@clisp.org>
8711
8712         * lib/strcasecmp.c: Use mbuiter.h.
8713
8714 2005-08-17  Bruno Haible  <bruno@clisp.org>
8715
8716         * lib/mbuiter.h: New file.
8717
8718 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
8719
8720         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
8721         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
8722         and gl_GETOPT are both invoked via different paths (as happens
8723         with GNU tar CVS because it uses both argp and getopt), the former
8724         wins.
8725
8726 2005-08-16  Bruno Haible  <bruno@clisp.org>
8727
8728         * modules/tls: New file.
8729         * MODULES.html.sh (Multithreading): Add tls.
8730
8731 2005-08-16  Bruno Haible  <bruno@clisp.org>
8732
8733         * modules/strnlen1: New file.
8734         * MODULES.html.sh (String handling): Add strnlen1.
8735
8736 2005-08-16  Bruno Haible  <bruno@clisp.org>
8737
8738         * modules/strcase (Files): Add m4/mbrtowc.m4.
8739         (Depends-on): Add strnlen1, mbchar.
8740
8741 2005-08-16  Bruno Haible  <bruno@clisp.org>
8742
8743         * modules/mbiter: New file.
8744         * MODULES.html.sh (Extended multibyte and wide character utilities):
8745         Add mbiter.
8746
8747 2005-08-16  Bruno Haible  <bruno@clisp.org>
8748
8749         * modules/mbfile: New file.
8750         * MODULES.html.sh (Extended multibyte and wide character utilities):
8751         Add mbfile.
8752
8753 2005-08-16  Bruno Haible  <bruno@clisp.org>
8754
8755         * modules/mbchar: New file.
8756         * MODULES.html.sh (Extended multibyte and wide character utilities):
8757         New section.
8758
8759 2005-08-16  Bruno Haible  <bruno@clisp.org>
8760
8761         * m4/tls.m4: New file, from GNU gettext.
8762
8763 2005-08-16  Bruno Haible  <bruno@clisp.org>
8764
8765         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
8766         always.
8767         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
8768
8769 2005-08-16  Bruno Haible  <bruno@clisp.org>
8770
8771         * m4/mbiter.m4: New file.
8772
8773 2005-08-16  Bruno Haible  <bruno@clisp.org>
8774
8775         * m4/mbfile.m4: New file.
8776
8777 2005-08-16  Bruno Haible  <bruno@clisp.org>
8778
8779         * m4/mbchar.m4: New file.
8780
8781 2005-08-16  Bruno Haible  <bruno@clisp.org>
8782
8783         * lib/tls.h: New file, from GNU gettext.
8784         * lib/tls.c: New file, from GNU gettext.
8785
8786 2005-08-16  Bruno Haible  <bruno@clisp.org>
8787
8788         * lib/strnlen1.h: New file.
8789         * lib/strnlen1.c: New file.
8790
8791 2005-08-16  Bruno Haible  <bruno@clisp.org>
8792
8793         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
8794         (mbi_init): Update.
8795         (mbi_avail, mbi_advance): Let the iteration end before the terminating
8796         NUL byte, not after it.
8797
8798 2005-08-16  Bruno Haible  <bruno@clisp.org>
8799
8800         * lib/strcase.h (strcasecmp): Add note in comments.
8801         * lib/strncasecmp.c: Use code from strcasecmp.c.
8802         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
8803         (strcasecmp): Work correctly in multibyte locales.
8804
8805 2005-08-16  Bruno Haible  <bruno@clisp.org>
8806
8807         * lib/mbiter.h: New file.
8808
8809 2005-08-16  Bruno Haible  <bruno@clisp.org>
8810
8811         * lib/mbfile.h: New file.
8812
8813 2005-08-16  Bruno Haible  <bruno@clisp.org>
8814
8815         * lib/mbchar.h: New file.
8816         * lib/mbchar.c: New file.
8817
8818 2005-08-16  Bruno Haible  <bruno@clisp.org>
8819
8820         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
8821         the valid ones. Makes the comparison operations transitive:
8822         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
8823         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
8824
8825 2005-08-15  Simon Josefsson  <jas@extundo.com>
8826
8827         * modules/ssize_t (License): Change to 'unlimited'.
8828
8829         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
8830
8831 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
8832
8833         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
8834         Add comments for each pending glibc patch.
8835
8836 2005-08-15  Bruno Haible  <bruno@clisp.org>
8837
8838         * lib/regex.h (__restrict_arr): Don't define to __restrict if
8839         __cplusplus is defined.
8840
8841 2005-08-14  Jim Meyering  <jim@meyering.net>
8842
8843         Sync from coreutils.
8844
8845         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
8846         Use the hash-table-based cycle-detection code not just when
8847         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
8848         Reported by James Youngman in
8849         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
8850         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
8851         FTS_TIGHT_CYCLE_CHECK.
8852         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
8853         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
8854         once again.
8855         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
8856         * lib/fts.c (fd_safer): Remove decl.
8857         Include fcntl--.h rather than unistd-safer.h
8858         (fts_safe_changedir): Don't call fd_safer; no longer needed
8859         now that we include fcntl--.h.
8860
8861 2005-08-12  Simon Josefsson  <jas@extundo.com>
8862
8863         * modules/getndelim2: Use ssize_t module.
8864         * modules/getnline: Likewise.
8865         * modules/safe-read: Likewise.
8866         * modules/xreadlink: Likewise.
8867
8868         * modules/ssize_t: New file.
8869
8870 2005-08-12  Simon Josefsson  <jas@extundo.com>
8871
8872         * m4/readline.m4: Look for termcap, curses or ncurses if required.
8873
8874 2005-08-12  Simon Josefsson  <jas@extundo.com>
8875
8876         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
8877         ssize_t.
8878
8879 2005-08-12  Simon Josefsson  <jas@extundo.com>
8880
8881         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
8882         readline, getdelim and check_version.
8883         (Support for systems lacking ISO C 99: Sizes of integer types):
8884         Add size_max.
8885
8886 2005-08-12  Bruno Haible  <bruno@clisp.org>
8887
8888         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
8889
8890 2005-08-11  Simon Josefsson  <jas@extundo.com>
8891
8892         * modules/readline: New file.
8893
8894         * modules/strnlen (Files): Add strnlen.h.
8895
8896 2005-08-11  Simon Josefsson  <jas@extundo.com>
8897
8898         * m4/readline.m4: New file.
8899
8900 2005-08-11  Simon Josefsson  <jas@extundo.com>
8901
8902         * lib/readline.h, readline.c: New file.
8903
8904 2005-08-11  Simon Josefsson  <jas@extundo.com>
8905
8906         * doc/gnulib.texi (Initial import, Finishing touches): Mention
8907         gl_AVOID.
8908
8909 2005-08-11  Bruno Haible  <bruno@clisp.org>
8910
8911         * lib/strnlen.h (strnlen): Change parameter name to match comment.
8912
8913 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
8914
8915         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
8916
8917 2005-08-10  Simon Josefsson  <jas@extundo.com>
8918
8919         * tests/test-iconvme.c: New file.
8920
8921 2005-08-10  Simon Josefsson  <jas@extundo.com>
8922
8923         * m4/strnlen.m4: New file.
8924
8925         * m4/strndup.m4: Don't check for strnlen declaration, done in
8926         strnlen.m4.
8927
8928 2005-08-10  Simon Josefsson  <jas@extundo.com>
8929
8930         * lib/strndup.c: Use strnlen.h.
8931
8932         * lib/strnlen.h: New file.
8933
8934 2005-08-08  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>  (tiny change)
8935
8936         * README: Typos.
8937
8938 2005-08-02  Simon Josefsson  <jas@extundo.com>
8939
8940         * modules/readline: New file.
8941
8942 2005-08-02  Simon Josefsson  <jas@extundo.com>
8943
8944         * modules/getdelim: New file.
8945
8946         * modules/getline: Rewrite, don't use getndelim2.
8947
8948 2005-08-02  Simon Josefsson  <jas@extundo.com>
8949
8950         * m4/getline.m4: Separate out getdelim stuff into separate module.
8951
8952         * m4/getdelim.m4: New file.
8953
8954 2005-08-02  Simon Josefsson  <jas@extundo.com>
8955
8956         * lib/getline.h, getline.c: Rewrite.
8957
8958         * lib/getdelim.h, getdelim.c: New files, ported from glibc.
8959
8960 2005-07-31  Bruno Haible  <bruno@clisp.org>
8961
8962         * lib/lock.h (gl_lock_initializer): New macro.
8963         (gl_lock_define_initialized): Use it.
8964         (gl_rwlock_initializer): New macro.
8965         (gl_rwlock_define_initialized): Use it.
8966         (gl_recursive_lock_initializer): New macro.
8967         (gl_recursive_lock_define_initialized): Use it.
8968
8969 2005-07-30  Karl Berry  <karl@gnu.org>
8970
8971         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
8972         Report from Ben Pfaff, regarding getopt.
8973
8974 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
8975
8976         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
8977         normal way.
8978         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
8979         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
8980         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
8981         (gl_GETOPT): Use the new macros.  Most of the implementation
8982         is moved to the new macros.  This is for programs like Emacs
8983         that don't want all the functionality of gl_GETOPT.
8984
8985 2005-07-26  Bruno Haible  <bruno@clisp.org>
8986
8987         * m4/lock.m4: Update from GNU gettext.
8988
8989 2005-07-26  Bruno Haible  <bruno@clisp.org>
8990
8991         * lib/lock.h: Update from GNU gettext.
8992         * lib/lock.c: Update from GNU gettext.
8993
8994 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
8995
8996         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
8997         obsolescent AC_TRY_RUN.  Include the default includes files, for
8998         'exit'.
8999
9000 2005-07-24  Bruno Haible  <bruno@clisp.org>
9001
9002         * modules/visibility: New file.
9003         * MODULES.html.sh (Misc): Add visibility.
9004
9005 2005-07-24  Bruno Haible  <bruno@clisp.org>
9006
9007         * m4/visibility.m4: New file.
9008
9009 2005-07-24  Bruno Haible  <bruno@clisp.org>
9010
9011         * doc/visibility.texi: New file.
9012
9013 2005-07-22  Bruno Haible  <bruno@clisp.org>
9014
9015         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
9016         $(ALLOCA_H), redundant through BUILT_SOURCES.
9017         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
9018         redundant through BUILT_SOURCES.
9019         * modules/byteswap (Makefile.am): Remove explicit dependency on
9020         $(BYTESWAP_H), redundant through BUILT_SOURCES.
9021         * modules/fnmatch (Makefile.am): Remove explicit dependency on
9022         $(FNMATCH_H), redundant through BUILT_SOURCES.
9023         * modules/getopt (Makefile.am): Remove explicit dependency on
9024         $(GETOPT_H), redundant through BUILT_SOURCES.
9025         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
9026         redundant through BUILT_SOURCES.
9027         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
9028         redundant through BUILT_SOURCES.
9029         * modules/stdbool (Makefile.am): Remove explicit dependency on
9030         $(STDBOOL_H), redundant through BUILT_SOURCES.
9031         * modules/stdint (Makefile.am): Remove explicit dependency on
9032         $(STDINT_H), redundant through BUILT_SOURCES.
9033         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
9034         Remove explicit dependency on $(SYSEXITS_H).
9035         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
9036
9037 2005-07-18  Simon Josefsson  <jas@extundo.com>
9038
9039         * lib/check-version.c (check_version): Accept identical versions too.
9040
9041 2005-07-18  Bruno Haible  <bruno@clisp.org>
9042
9043         * modules/lock: New file.
9044         * MODULES.html.sh (Multithreading): New section.
9045
9046 2005-07-18  Bruno Haible  <bruno@clisp.org>
9047
9048         * m4/lock.m4: New file, from GNU gettext.
9049
9050 2005-07-18  Bruno Haible  <bruno@clisp.org>
9051
9052         * lib/lock.h: New file, from GNU gettext.
9053         * lib/lock.c: New file, from GNU gettext.
9054
9055 2005-07-18  Bruno Haible  <bruno@clisp.org>
9056
9057         * lib/lock.h (gl_once_t): New type.
9058         (gl_once_define, gl_once): New macros.
9059         * lib/lock.c (fresh_once): New variable.
9060         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
9061         functions.
9062
9063 2005-07-16  Simon Josefsson  <jas@extundo.com>
9064
9065         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
9066         workaround, suggested by Bruno.
9067
9068 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
9069
9070         * modules/xalloc (Depends-on): Add xalloc-die.
9071         * modules/xvasprintf (Depends-on): Add xalloc-die.
9072
9073 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
9074
9075         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
9076         with a minor change.
9077
9078 2005-07-15  Bruno Haible  <bruno@clisp.org>
9079
9080         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
9081         When using lib/poll.c, define poll as rpl_poll.
9082
9083 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
9084
9085         * modules/argp (Depends-on): Remove unlocked-io.
9086
9087 2005-07-14  Derek Price  <derek@ximbiot.com>
9088
9089         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
9090         for glob symlink bug.
9091
9092 2005-07-14  Bruno Haible  <bruno@clisp.org>
9093
9094         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
9095         Instead, test for *_unlocked function declarations directly.
9096
9097 2005-07-11  Simon Josefsson  <jas@extundo.com>
9098
9099         * modules/size_max: New file.
9100
9101         * modules/xsize: Depend on size_max module for size_max.m4.
9102
9103 2005-07-11  Simon Josefsson  <jas@extundo.com>
9104
9105         * lib/size_max.h: New file.
9106
9107 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
9108
9109         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
9110         copyright symbol and the year.
9111         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
9112         (version_etc_va): Use parameterized copyright notice.
9113         Reword to conform to the current GNU coding standards.
9114
9115 2005-07-11  Karl Berry  <karl@gnu.org>
9116
9117         * doc/gnulib.texi (Quoting): new node.
9118         (Initial import): more info, from Patrice.
9119
9120 2005-07-11  Bruno Haible  <bruno@clisp.org>
9121
9122         * gnulib-tool (func_usage): Document option --avoid.
9123         (Command line options): Handle --avoid.
9124         (func_acceptable): New function.
9125         (func_modules_transitive_closure): Use it.
9126
9127 2005-07-11  Bruno Haible  <bruno@clisp.org>
9128
9129         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
9130         Reported by Jim Meyering.
9131
9132 2005-07-10  Bruno Haible  <bruno@clisp.org>
9133
9134         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
9135         Needed when size_t is smaller than 'unsigned int'.
9136         Reported by Paul Eggert.
9137
9138 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9139
9140         * modules/argp (Depends-on): Add unlocked-io
9141
9142 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9143
9144         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
9145         block of defines.
9146
9147 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
9148
9149         * config/srclist.txt: Comment out regcomp.c, since we have a porting
9150         fix now.
9151
9152 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
9153        and  Paul Eggert  <eggert@cs.ucla.edu>
9154
9155         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
9156         in wint_t, not wchar_t.  Remove now-unnecessary cast.
9157
9158 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
9159
9160         * modules/regex (Files): Add lib/regex_internal.c,
9161         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
9162         (Depends-on): Add extensions.
9163         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
9164
9165 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
9166
9167         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
9168         pathconf.
9169         * m4/same.m4 (gl_SAME): Likewise.
9170         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
9171
9172         * m4/regex.m4: Adjust to new libc regex implementation.
9173         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
9174         all the .c and .h parts of (the new) regex.
9175         Quote the m4 stuff better.
9176         Check for RE_ICASE bug of old gnulib.
9177         Check for REG_STARTEND of recent libc.
9178         Rename local variables from jm_* to gl_*.
9179         Quote operand of "test -f".
9180         Say "recent enough" version of libc, not "version 2".
9181         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
9182         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
9183         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
9184         Remove check for btowc, isascii.
9185         Require AM_LANGINFO_CODESET.
9186
9187 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
9188
9189         * lib/regex.c, regex.h: Sync from libc.
9190         * lib/regcomp.c, regexec_internal.c, regex_internal.h, regexec.c:
9191         New files, synced from libc, except that regex_internal.h
9192         currently has a small porting fix.
9193
9194 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
9195
9196         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
9197         regex_internal.c, regexec.c.
9198         Add regex_internal.h too, but as a comment, since the libc version
9199         is currently broken in gnulib mode.
9200
9201 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
9202
9203         Support programs like Emacs that use gnulib but not gettext.
9204         * MODULES.html.sh (Internationalization functions): Add gettext-h.
9205         * modules/gettext-h: New file.
9206         * modules/gettext (Files): Remove lib/gettext.h.
9207         (Depends-on): Add gettext-h.
9208         (Makefile.am): Remove lib_SOURCES.
9209         * modules/argmatch, modules/c-stack, modules/closeout:
9210         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
9211         * modules/execute, modules/file-type, modules/getaddrinfo:
9212         * modules/getopt, modules/human, modules/javacomp:
9213         * modules/javaexec, modules/mkdir-p, modules/obstack:
9214         * modules/openat, modules/pagealign_alloc, modules/pipe:
9215         * modules/quotearg, modules/regex, modules/rpmatch:
9216         * modules/unicodeio, modules/userspec, modules/version-etc:
9217         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
9218         * modules/xsetenv:
9219         Depend on gettext-h, not gettext.
9220
9221 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
9222
9223         * gnulib-tool (func_import): Add support for 'public domain' license.
9224         * modules/alloca, modules/atexit, modules/memmove:
9225         Now public domain, not GPL.
9226         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
9227         * modules/realloc, modules/strerror, modules/strtod:
9228         Now LGPL, not GPL.
9229
9230 2005-07-05  Bruno Haible  <bruno@clisp.org>
9231
9232         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
9233         autoconf CVS. Needed for mingw.
9234
9235 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9236
9237         Remove the dependency of the strftime module on the tzset module.
9238         * modules/strftime (Depends-on): Remove dependency on tzset.
9239
9240 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9241
9242         Remove the dependency of the strftime module on the tzset module.
9243         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
9244         gl_FUNC_TZSET_CLOBBER.
9245
9246 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
9247
9248         Remove the dependency of the strftime module on the tzset module.
9249         * lib/strftime.c (my_strftime)
9250         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
9251         Copy the input structure, to work around some of the bug with
9252         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
9253         Solaris releases, you should also use the tzset module, but we won't
9254         require it as a dependency any more since we don't want LGPLed code
9255         to depend on GPLed code.
9256
9257 2005-07-02  Jim Meyering  <jim@meyering.net>
9258
9259         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
9260         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
9261         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
9262         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
9263
9264 2005-07-02  Jim Meyering  <jim@meyering.net>
9265
9266         * lib/backupfile.c (backup_args): Change a `0' to NULL.
9267
9268 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
9269
9270         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
9271         declares only 'struct timespec;' (!).
9272
9273 2005-07-01  Jim Meyering  <jim@meyering.net>
9274
9275         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
9276         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
9277         * lib/save-cwd.c, tempname.c:
9278         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
9279         and don't include <sys/file.h>).
9280
9281 2005-06-29  Jim Meyering  <jim@meyering.net>
9282
9283         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
9284         type name.  Use the variable name instead.
9285         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
9286         Likewise.
9287
9288 2005-06-28  Simon Josefsson  <jas@extundo.com>
9289
9290         * modules/check-version (Files): Add check-version.m4.
9291
9292 2005-06-28  Simon Josefsson  <jas@extundo.com>
9293
9294         * m4/check-version.m4: New file, suggested by Jim Meyering
9295         <jim@meyering.net>.
9296
9297 2005-06-28  Simon Josefsson  <jas@extundo.com>
9298
9299         * lib/check-version.h, check-version.c: New files.
9300
9301 2005-06-28  Simon Josefsson  <jas@extundo.com>
9302
9303         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
9304         collision with global variable.  Better indentation.  Don't
9305         increment buffer pointer beyond buffer end.  Based on comments
9306         from Paul Eggert <eggert@cs.ucla.edu>.
9307
9308         * lib/base64.h: Indent.
9309
9310 2005-06-28  Simon Josefsson  <jas@extundo.com>
9311
9312         * doc/gnulib.texi (Library version handling): New section.
9313
9314 2005-06-28  Jim Meyering  <jim@meyering.net>
9315
9316         * check-module (find_included_lib_files): Hard-code another
9317         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
9318         but modules/fts-lgpl (correctly) does not list those files.
9319
9320         * modules/canonicalize (Files): Add lib/pathmax.h.
9321
9322 2005-06-25  Simon Josefsson  <jas@extundo.com>
9323
9324         * modules/check-version: New file.
9325
9326 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
9327
9328         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
9329         initializer of struct addrinfo, as an indication that we don't
9330         care how many members the structure has.
9331
9332 2005-06-24  Derek Price  <derek@ximbiot.com>
9333         and Bruno Haible  <bruno@clisp.org>
9334
9335         Remove stat module & update lstat.
9336         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
9337         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
9338         * m4/stat.m4: Remove this file.
9339
9340 2005-06-24  Derek Price  <derek@ximbiot.com>
9341         and Bruno Haible  <bruno@clisp.org>
9342
9343         Remove stat module & update lstat.
9344         * lib/stat.c: Remove this file...
9345         (slash_aware_lstat): ...moving this content and its support...
9346         * lib/lstat.c (rpl_lstat): ...into here.
9347         * lib/lstat.h: New file.
9348
9349 2005-06-24  Derek Price  <derek@ximbiot.com>
9350         and Bruno Haible  <bruno@clisp.org>
9351
9352         Remove stat module & update lstat.
9353         * config/srclist.txt (libc sources): Remove stat.
9354
9355 2005-06-24  Derek Price  <derek@ximbiot.com>
9356         and Bruno Haible  <bruno@clisp.org>
9357
9358         Remove stat module & update lstat.
9359         * MODULES.html.sh (stat): Remove.
9360         * MODULES.html: Regenerated.
9361         * modules/lstat (Description): Correct function name.
9362         (Files): Add "lstat.h".
9363         (Depends-on): Remove stat, add xalloc, stat-macros.
9364         * modules/stat: Remove this file.
9365         (Include): Add "lstat.h", remove <sys/stat.h>.
9366
9367 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9368
9369         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
9370         (ranged_convert): Don't save conversion in a temporary struct.
9371         This causes a warning with GCC 4.0.0, and anyway in the typical
9372         case it's not worth the extra 100 bytes or so of code.
9373         (ranged_convert, __mktime_internal): When calling a function via a
9374         pointer P, use P () rather than (*P) (), as we now assume C89 or
9375         better.
9376
9377 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
9378
9379         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
9380         "who -r" failed to give output.  Problem reported by Tim Waugh.
9381
9382         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
9383         (xcalloc): Use it to avoid needless tests.
9384         Problem reported by Jim Meyering.
9385
9386 2005-06-20  Derek Price  <derek@ximbiot.com>
9387
9388         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
9389         unnecessary for Autoconfs > 2.59c.
9390
9391 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
9392
9393         * lib/argp.h (__option_is_short): Check upper limit of
9394         __key. Isprint() requires its argument to have the value
9395         of an unsigned char or EOF.
9396
9397 2005-06-16  Jim Meyering  <jim@meyering.net>
9398
9399         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
9400         when either N or S is zero.
9401
9402 2005-06-16  Derek Price  <derek@ximbiot.com>
9403
9404         * m4/bison.m4: Declare YACC & YFLAGS precious.
9405
9406 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
9407
9408         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
9409         multibyte string or pattern, fall back on unibyte matching.
9410         Problem reported by James Youngman.
9411
9412 2005-06-08  Bruno Haible  <bruno@clisp.org>
9413
9414         * modules/csharpcomp: New file.
9415         * MODULES.html.sh (C#): Add csharpcomp.
9416
9417 2005-06-08  Bruno Haible  <bruno@clisp.org>
9418
9419         * m4/csharpcomp.m4: New file, from GNU gettext.
9420
9421 2005-06-08  Bruno Haible  <bruno@clisp.org>
9422
9423         * lib/csharpcomp.h: New file, from GNU gettext.
9424         * lib/csharpcomp.c: New file, from GNU gettext.
9425         * lib/csharpcomp.sh.in: New file, from GNU gettext.
9426
9427 2005-06-08  Bruno Haible  <bruno@clisp.org>
9428
9429         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
9430         warning on mingw.
9431
9432 2005-06-07  Derek Price  <derek@ximbiot.com>
9433
9434         Sync from CVS.
9435         * lib/glob_.h: Indent nested #ifdef.
9436
9437 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
9438
9439         Sync from coreutils.
9440         Use "file name" when talking about file names, instead of "filename"
9441         or "path", as per the GNU coding standards.
9442         * lib/mkdir-p.c: Renamed from makepath.c.
9443         (make_dir_parents): Renamed from make_path.  All callers changed.
9444         * lib/mkdir-p.h: Likewise.  All includers changed.
9445         * lib/filenamecat.c: Renamed from path-concat.c.
9446         (file_name_concat): Renamed from path_concat.  All callers changed.
9447         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
9448         * lib/filenamecat.h: Likewise.  All includers changed.
9449         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
9450         in comments or local variable names.
9451         * lib/basename.c: Likewise.
9452         * lib/canonicalize.c, canonicalize.h: Likewise.
9453         * lib/dirname.c, dirname.h: Likewise.
9454         * lib/euidaccess.c: Likewise.
9455         * lib/exclude.c: Likewise
9456         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
9457         * lib/fsusage.c, fsuage.h: Likewise.
9458         * lib/fts.c, fts_.h: Likewise.
9459         * lib/getcwd.c: Likewise.
9460         * lib/getloadavg.c: Likewise.
9461         * lib/mkstemp.c: Likewise.
9462         * lib/mountlist.c, mountlist.h: Likewise.
9463         * lib/openat.c, openat.h: Likewise.
9464         * lib/readlink-stub.c: Likewise.
9465         * lib/readutmp.c, readutmp.h: Likewise.
9466         * lib/rename.c: Likewise.
9467         * lib/rmdir.c: Likewise.
9468         * lib/same.c: Likewise.
9469         * lib/savedir.c: Likewise.
9470         * lib/stripslash.c: Likewise.
9471         * lib/tempname.c: Likewise.
9472         * lib/xreadlink.c: Likewise.
9473         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
9474         All uses changed.
9475         * lib/exclude.h: Likewise.
9476
9477         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
9478         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
9479         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
9480         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
9481         * lib/pathmax.h: Include <limits.h> unconditionally, since other
9482         files have been getting away with it for years (MORE/BSD 4.3
9483         is extinct now).
9484         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
9485         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
9486
9487         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
9488         Define to 256, not 255, as per modern POSIX.
9489
9490 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
9491
9492         Sync from coreutils.
9493         Use "file name" when talking about file names, instead of "filename"
9494         or "path", as per the GNU coding standards.
9495         * MODULES.html.sh: mkdir-p renamed from makepath.
9496         filenamecat renamed from path-concat.
9497         * modules/filenamecat: Renamed from modules/path-concat.
9498         (Files): filenamecat.h and filenamecat.c renamed from
9499         path-concat.h and path-concat.c.
9500         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
9501         (Include): filenamecat.h, not path-concat.h.
9502         * modules/mkdir-p: Renamed from modules/makepath.
9503         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
9504         makepath.c.
9505         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
9506         (Include): mkdir-p.h, not makepath.h.
9507
9508 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
9509
9510         Sync from coreutils.
9511         * m4/mkdir-p.m4: Renamed from makepath.m4.
9512         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
9513         Rename files from makepath.c to mkdir-p.c, and from
9514         makepath.h to mkdir-p.h.
9515         * m4/filenamecat.m4: Renamed from path-concat.m4.
9516         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
9517         Rename files from path-concat.c to filenamecat.c,
9518         and from path-concat.h to filenamecat.h.
9519         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
9520         "file name" in local variables or comments.
9521         * m4/rename.m4: Likewise.
9522
9523 2005-06-01  Bruno Haible  <bruno@clisp.org>
9524
9525         * modules/csharpexec: New file.
9526         * MODULES.html.sh (C#): New section.
9527
9528 2005-06-01  Bruno Haible  <bruno@clisp.org>
9529
9530         * m4/csharp.m4: New file, from GNU gettext.
9531         * m4/csharpexec.m4: New file, from GNU gettext.
9532
9533 2005-06-01  Bruno Haible  <bruno@clisp.org>
9534
9535         * lib/csharpexec.h: New file, from GNU gettext.
9536         * lib/csharpexec.c: New file, from GNU gettext.
9537         * lib/csharpexec.sh.in: New file, from GNU gettext.
9538
9539 2005-05-31  Derek Price  <derek@ximbiot.com>
9540             Paul Eggert  <eggert@cs.ucla.edu>
9541
9542         Sync from cvs.
9543         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
9544
9545 2005-05-31  Derek Price  <derek@ximbiot.com>
9546             Paul Eggert  <eggert@cs.ucla.edu>
9547
9548         Sync from cvs.
9549         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
9550
9551 2005-05-29  Derek Price  <derek@ximbiot.com>
9552
9553         * config/srclist.txt (glob_.h, glob.c): Add these files.
9554
9555 2005-05-29  Derek Price  <derek@ximbiot.com>
9556
9557         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
9558         * modules/glob: New file.
9559         * modules/getlogin_r: Add link to POSIX spec in description.
9560
9561 2005-05-29  Derek Price  <derek@ximbiot.com>
9562             Paul Eggert  <eggert@cs.ucla.edu>
9563
9564         * m4/glob.m4: New file.
9565
9566 2005-05-29  Derek Price  <derek@ximbiot.com>
9567             Paul Eggert  <eggert@cs.ucla.edu>
9568
9569         * lib/glob_.h, glob.c: New files.
9570
9571 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
9572
9573         * modules/fts (Files): Remove m4/inttypes-pri.m4.
9574         * modules/fts-lgpl (Depends-on): Remove gettext.
9575
9576 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
9577
9578         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
9579         and don't require gt_INTTYPES_PRI.
9580
9581 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
9582
9583         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
9584
9585         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
9586         the configuration hassle isn't worth it.
9587         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
9588         (LONGEST_MODIFIER, PRIuMAX): Remove.
9589
9590 2005-05-27  Bruno Haible  <bruno@clisp.org>
9591
9592         * lib/getlogin_r.h: Remove second include of <stddef.h>.
9593
9594 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
9595
9596         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
9597         _POSIX_PTHREAD_SEMANTICS for Solaris.
9598
9599 2005-05-25  Derek Price  <derek@ximbiot.com>
9600
9601         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
9602
9603 2005-05-25  Derek Price  <derek@ximbiot.com>
9604             Paul Eggert  <eggert@cs.ucla.edu>
9605
9606         * modules/getlogin_r: New files.
9607
9608 2005-05-25  Derek Price  <derek@ximbiot.com>
9609             Paul Eggert  <eggert@cs.ucla.edu>
9610
9611         * m4/getlogin_r.m4: New files.
9612
9613 2005-05-25  Derek Price  <derek@ximbiot.com>
9614             Paul Eggert  <eggert@cs.ucla.edu>
9615
9616         * lib/getlogin_r.c, getlogin_r.h: New files.
9617
9618 2005-05-25  Bruno Haible  <bruno@clisp.org>
9619             Derek Price  <derek@ximbiot.com>
9620
9621         * lib/getlogin_r.h: Simplify API documentation.
9622
9623 2005-05-23  Derek Price  <derek@ximbiot.com>
9624
9625         * modules/minmax (Files): Add m4/minmax.m4.
9626         (configure.ac): Add gl_MINMAX.
9627
9628 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
9629
9630         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
9631         so that unistd-safer.h (GPL'ed code) need not be included.
9632
9633 2005-05-22  Bruno Haible  <bruno@clisp.org>
9634
9635         * m4/minmax.m4: New file.
9636         Based on a patch by Derek Price <derek@ximbiot.com>.
9637
9638 2005-05-22  Bruno Haible  <bruno@clisp.org>
9639
9640         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
9641         (INT64_MIN): Fix definition.
9642         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
9643
9644         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
9645         NEED_SIGNED_INT_TYPES.
9646
9647         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
9648         HAVE_SYSTEM_INTTYPES.
9649
9650 2005-05-22  Bruno Haible  <bruno@clisp.org>
9651
9652         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
9653         Also include <sys/param.h> if it defines MIN, MAX.
9654         Based on a patch by Derek Price <derek@ximbiot.com>.
9655
9656 2005-05-21  Jim Meyering  <jim@meyering.net>
9657
9658         * modules/fts (Files): Add m4/inttypes-pri.m4.
9659         (Depends-on): Add lstat and remove gettext.  Alphabetize.
9660
9661 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
9662
9663         New fts module.
9664         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
9665         (setup_dir, free_dir): New functions.
9666         (enter_dir, leave_dir): Define trivial
9667         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
9668         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
9669         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
9670         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
9671         Move to fts-cycle.c.
9672         (fts_open): Use setup_dir.
9673         (fts_close): Use free_dir.
9674         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
9675         This adds a label and some gotos, but the alternatives were messier.
9676         Check for memory allocation failure when entering a dir.
9677         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
9678         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
9679         (FTS): New member fts_cycle, that is a union that contains the
9680         old active_dir_ht and cycle_state.  All uses changed to mention
9681         fts_cycle.ht and fts_cycle.state.
9682         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
9683         fts.c, with the following changes:
9684         (setup_dir, free_dir): New functions.
9685         (enter_dir): Now returns bool.  Return true if successful, false
9686         if memory exhausted.  All callers changed.
9687         Do not bother partly cleaning up on
9688         memory allocation failure; that is free_dir's job.
9689         However, free ad if hash_insert fails, to avoid memory leak.
9690         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
9691         fts->fts_options to see which union member to use.
9692
9693 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
9694
9695         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
9696         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
9697
9698 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
9699
9700         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
9701
9702 2005-05-20  Jim Meyering  <jim@meyering.net>
9703
9704         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
9705         Now a macro, to pacify GCC.
9706
9707 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
9708
9709         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
9710         of -1.
9711
9712 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
9713
9714         * lib/chown.c (rpl_chown): Return -1 on failure.
9715
9716 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
9717
9718         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
9719         Don't check for stddef.h.
9720         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
9721         don't use its results.
9722         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
9723         since we include them unconditionally.  Don't require
9724         AM_STDBOOL_H, since stdbool is a prerequisite.
9725         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
9726         since we assume C89 or better.
9727         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
9728         as we don't use their results.
9729         Don't check for fchdir, memmove, memset, strrchr, as we use
9730         them unconditionally.
9731         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
9732         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
9733
9734 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
9735
9736         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
9737         Include <stddef.h> unconditionally, since we assume C89 now.
9738         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
9739         * lib/fts.c: Include fts_.h first, to check interface.
9740         Do not include intprops.h; no longer needed.
9741         Include cycle-check.h and hash.h, since fts_.h no longer does.
9742         Remove unnecessary casts of closedir to void.
9743         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
9744         decide whether to decrement nlinks.
9745         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
9746         (FTS): Use struct hash_table * instead of Hash_table, so that
9747         we no longer need to include hash.h here.
9748
9749 2005-05-18  Jim Meyering  <jim@meyering.net>
9750
9751         * modules/dirfd (License): Change to LGPL.  Most of the code
9752         is already in the public domain.
9753
9754 2005-05-18  Jim Meyering  <jim@meyering.net>
9755
9756         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
9757         Reported by Yoann Vandoorselaere.
9758
9759 2005-05-17  Jim Meyering  <jim@meyering.net>
9760
9761         * m4/fts.m4: New file, from coreutils.
9762
9763 2005-05-17  Jim Meyering  <jim@meyering.net>
9764
9765         * lib/fts.c, fts_.h: New files, from coreutils.
9766
9767 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
9768
9769         Sync from coreutils.
9770         * m4/unlinkdir.m4: New file.
9771
9772 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
9773
9774         Sync from coreutils.
9775         * lib/unlinkdir.c, unlinkdir.h: New files.
9776         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
9777         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
9778         White space changes only.
9779         * lib/makepath.c (make_path): Port to hosts where leading "//" is
9780         special.
9781         * lib/yesno.c: Include getline.h, not ctype.h.
9782         (yesno): Don't remove leading white space; POSIX doesn't allow it.
9783         Use getline to remove arbitrary restriction on response length.
9784
9785 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
9786
9787         * config/srclist-update: Spell out "Street" in FSF postal
9788         mail address; this is the style the FSF seems to prefer.
9789
9790         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
9791         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
9792         this updates FSF postal mail address.
9793
9794         Sync from coreutils.
9795         * modules/unlinkdir: New file.
9796         * modules/yesno (Depends-on): Add getline.
9797         * MODULES.html.sh (File system functions): Add unlinkdir.
9798
9799 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
9800
9801         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
9802         lib/strsep.h:
9803         Change the initial comment to refer to GPL, not LGPL.
9804         gnulib-tool will change it to LGPL as needed.
9805
9806         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
9807         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
9808         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
9809         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
9810         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
9811         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
9812         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
9813         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
9814         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
9815         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
9816         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
9817         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
9818         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
9819         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
9820         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
9821         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
9822         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
9823         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
9824         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
9825         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
9826         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
9827         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
9828         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
9829         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
9830         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
9831         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
9832         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
9833         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
9834         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
9835         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
9836         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
9837         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
9838         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
9839         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
9840         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
9841         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
9842         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
9843         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
9844         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
9845         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
9846         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
9847         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
9848         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
9849         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
9850         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
9851         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
9852         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
9853         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
9854         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
9855         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
9856         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
9857         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
9858         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
9859         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
9860         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
9861         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
9862         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
9863         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
9864         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
9865         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
9866         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
9867         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
9868         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
9869         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
9870         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
9871         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
9872         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
9873         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
9874         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
9875         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
9876         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
9877         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
9878         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
9879         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
9880         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
9881         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
9882         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
9883         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
9884         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
9885         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
9886         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
9887         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
9888         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
9889         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
9890         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
9891         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
9892         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
9893         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
9894         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
9895         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
9896         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
9897         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
9898         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
9899         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
9900         lib/yesno.c, lib/yesno.h:
9901         Update FSF postal mail address.
9902
9903 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
9904
9905         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
9906         tests/test-memmem.c, tests/test-stpncpy.c:
9907         Update FSF postal mail address.
9908
9909 2005-05-13  Bruno Haible  <bruno@clisp.org>
9910
9911         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
9912         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
9913         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
9914         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
9915         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
9916         Add support for 64-bit integers in the MSVC compiler.
9917
9918 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
9919
9920         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
9921
9922 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
9923
9924         * gnulib-tool (func_import): Sort and uniquify recommended includes.
9925
9926 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
9927
9928         * doc/getdate.texi (General date syntax): Don't say that date
9929         date --iso-8601=ns generates acceptable dates; it doesn't yet.
9930         Problem reported by Nic Ferrier.
9931
9932 2005-05-10  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
9933
9934         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
9935         specified in ai_socktype. Fix invalid ai_protocol
9936         check. ai_protocol is usually set to 0 or depending on
9937         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
9938         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
9939         ai_socktype / ai_protocol in the returned addrinfo structure.
9940
9941 2005-05-10  Simon Josefsson  <jas@extundo.com>
9942
9943         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
9944         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9945
9946 2005-05-10  Karl Berry  <karl@gnu.org>
9947
9948         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
9949         (from http://www.gnu.org/licenses).
9950         * doc/COPYING.LIB: also rename to COPYING.LESSER.
9951         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
9952         fdl.texi suffices.
9953
9954 2005-05-10  Karl Berry  <karl@gnu.org>
9955
9956         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
9957         (COPYING.DOC): remove.
9958
9959         * config/srclist-update: new FSF address.
9960
9961 2005-05-10  Derek Price  <derek@ximbiot.com>
9962
9963         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
9964         possible.
9965
9966 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
9967             Bruno Haible  <bruno@clisp.org>
9968
9969         * modules/inet_ntop: New file.
9970         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9971         inet_ntop.
9972
9973 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
9974             Bruno Haible  <bruno@clisp.org>
9975
9976         * m4/inet_ntop.m4: New file.
9977
9978 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
9979             Bruno Haible  <bruno@clisp.org>
9980
9981         * lib/inet_ntop.h: New file.
9982         * lib/inet_ntop.c: New file, from glibc with modifications.
9983
9984 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
9985
9986         * modules/time_r (License): Change to LGPL.
9987         * modules/extensions (License): Change to LGPL.  Actually,
9988         the license is more permissive than that, but currently gnulib-tool
9989         doesn't know how to handle more-permissive licenses.
9990
9991         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
9992         Problem reported by Dave Love.
9993
9994 2005-05-08  Jim Meyering  <jim@meyering.net>
9995
9996         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
9997         blank.
9998
9999 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
10000
10001         * modules/argmatch (Depends-on): Add stdbool.
10002         * modules/backupfile (Depends-on): Likewise.
10003         * modules/chdir-long (Depends-on): Likewise.
10004         * modules/closeout (Depends-on): Likewise.
10005         * modules/cycle-check (Depends-on): Likewise.
10006         * modules/dirname (Depends-on): Likewise.
10007         * modules/fnmatch (Depends-on): Likewise.
10008         * modules/fsusage (Depends-on): Likewise.
10009         * modules/fwriteerror (Depends-on): Likewise.
10010         * modules/getcwd (Depends-on): Likewise.
10011         * modules/getloadavg (Depends-on): Likewise.
10012         * modules/hard-locale (Depends-on): Likewise.
10013         * modules/makepath (Depends-on): Likewise.
10014         * modules/mountlist (Depends-on): Likewise.
10015         * modules/nanosleep (Depends-on): Likewise.
10016         * modules/posixtm (Depends-on): Likewise.
10017         * modules/quotearg (Depends-on): Likewise.
10018         * modules/readtokens (Depends-on): Likewise.
10019         * modules/readtokens0 (Depends-on): Likewise.
10020         * modules/readutmp (Depends-on): Likewise.
10021         * modules/save-cwd (Depends-on): Likewise.
10022         * modules/strftime (Depends-on): Likewise.
10023         * modules/userspec (Depends-on): Likewise.
10024         * modules/utimecmp (Depends-on): Likewise.
10025         * modules/xgetcwd (Depends-on): Likewise.
10026         * modules/xnanosleep (Depends-on): Likewise.
10027         * modules/xstrtod (Depends-on): Likewise.
10028         * modules/yesno (Depends-on): Likewise.
10029
10030 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
10031
10032         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
10033         needless checks.
10034
10035 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
10036
10037         Merge from coreutils.  Among other things,
10038         add bulletproofing for cases where stdin, stdout, or stderr are closed.
10039         * lib/fd-safer.c: New file.
10040         * lib/fcntl-safer.h, open-safer.c: Remove.
10041         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
10042         * lib/dup-safer.c: Include unistd-safer.h first.
10043         Don't include errno.h.
10044         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
10045         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
10046         * lib/file-type.c: Rely on file-type.h change.
10047         * lib/getloadavg.c: Include unistd-safer.h.
10048         (getloadavg): Use safer open.
10049         * lib/getusershell.c: Include "stdio-safer.h".
10050         (getusershell): Use safer fopen.
10051         * lib/long-options.c (long_options): Use NULL rather than 0.
10052         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
10053         'free'.
10054         * lib/modechange.c: Likewise.
10055         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
10056         (MODE_DONE): New constant.
10057         (struct mode_change): Remove 'next' member.
10058         (make_node_op_equals): New function; like the old one of the
10059         same name, except it allocates an array.
10060         (mode_compile, mode_create_from_ref): Use it.
10061         (mode_compile): Allocate result as an array, not a linked list.
10062         Parse octal string ourself, so that we catch mistakes like "+0".
10063         (mode_adjust): Arg is an array, not a linked list.
10064         * lib/modechange.c: Include stat-macros.h, xalloc.h.
10065         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
10066         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
10067         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
10068         Remove.  This is now stat-macros.h's job.
10069         (talloc): Remove.  All callers replaced by xalloc, so that
10070         our invokers don't have to worry about reporting memory failures.
10071         (make_node_op_equals): Remove.
10072         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
10073         New constants.
10074         (struct mode_change): Moved here from modechange.h.
10075         (mode_append_entry): Remove.
10076         (mode_compile): Remove MASKED_OPS arg, since it encouraged
10077         apps to have incorrect behavior.  Use simpler algorithm for head
10078         and tail.  Don't futz with umask; that's now the job of mode_adjust.
10079         Detect more invalid usages rather than having somewhat-random behavior.
10080         Don't insert an "a=" action, as that leads to incorrect behavior.
10081         (mode_compile, mode_create_from_ref): Return NULL on error instead
10082         of an enum, since now there's only one way to have an error.  All
10083         callers changed.
10084         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
10085         at the correct time.  Simplify calculation of "+u" and its ilk.
10086         Don't mishandle "+X".
10087         (mode_free): Remove "register" and localize decls.
10088         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
10089         (struct mode_change): Move to modechange.c; callers don't
10090         need to see this stuff.
10091         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
10092         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
10093         (mode_change, mode_adjust): Reflect the new signatures noted above.
10094         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
10095         that might redefine system include files.
10096         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
10097         (my_usleep): Use NULL rather than (void *) 0.
10098         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
10099         Use siginterrupt to specify that system calls should be interrupted.
10100         (rpl_nanosleep): Move initialization of suspended closer to call of
10101         my_usleep.
10102         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
10103         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
10104         (desirable_utmp_entry): New function.
10105         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
10106         using x2nrealloc, to simplify logic.
10107         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
10108         size calculation.  Do not assume utmp file is a regular file.
10109         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
10110         (READ_UTMP_CHECK_PIDS): New constant.
10111         * lib/save-cwd.c: Include unistd-safer.h.
10112         (save_cwd): Use fd_safer.
10113         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
10114         [!_LIBC] Include "stat-macros.h" instead.
10115         * lib/unistd-safer.h (fd_safer): New decl.
10116
10117 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
10118
10119         * modules/getloadavg (Depends-on): Add unistd-safer.
10120         * modules/getusershell (Depends-on): Add stdio-safer.
10121         * modules/lstat (Depends-on): Remove xalloc.
10122         * modules/mkstemp (Depends-on): Add stat-macros.
10123         * modules/modechange (Depends-on): Remove xstrtol.
10124         Add stat-macros, xalloc.
10125         * modules/save-cwd (Depends-on): Add unistd-safer.
10126         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
10127         * modules/unistd-safer (Files): Add lib/fd-safer.c
10128         (Makefile.am): Remove lib_SOURCES.
10129
10130         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
10131         Remove fcntl-safer; unistd-safer supersedes it.
10132
10133 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
10134
10135         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
10136         AC_HEADER_STAT.
10137         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
10138         (gl_PREREQ_CHOWN): Remove.
10139         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
10140         it.  Don't require AC_HEADER_STAT.
10141         (gl_PREREQ_LSTAT): Remove.
10142         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
10143         Don't require AC_HEADER_STAT.
10144         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
10145         (gl_PREREQ_RMDIR): Remove.
10146         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
10147         mention stat-macros.h or AC_HEADER_STAT, since we'll make
10148         the stat-macros module a prerequisite.
10149         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
10150         * m4/filemode.m4 (gl_FILEMODE): Likewise.
10151         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
10152         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
10153         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
10154         variable names.
10155         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
10156         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
10157         variable prefixes.
10158         * m4/fcntl-safer.m4: Remove.
10159         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
10160         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
10161         Invoke gl_PREREQ_FD_SAFER.
10162         (gl_PREREQ_FD_SAFER): New macro.
10163         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
10164         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
10165         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
10166         Remove duplicate call to AC_LIBOBJ(readutmp).
10167         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
10168
10169         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
10170         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
10171
10172 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
10173
10174         * MODULES.html.sh (Misc): Add byteswap.
10175
10176 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
10177
10178         * modules/getcwd (Depends-on): Add extensions.
10179         * modules/openat (Depends-on): Likewise.
10180
10181 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
10182
10183         * modules/byteswap: New file.
10184
10185 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
10186
10187         * m4/byteswap.m4: New file.
10188
10189 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
10190
10191         * lib/byteswap_.h: New file.
10192
10193 2005-04-25  Karl Berry  <karl@gnu.org>
10194
10195         * m4/gettext.m4: Update from GNU gettext 0.14.4.
10196
10197 2005-04-25  Albert Chin  <china@thewrittenword.com>
10198
10199         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
10200         Toolkit C bug.
10201
10202 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
10203
10204         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
10205         (func_ln_if_changed) Remove forcibly for no error message
10206         in case file does not exist.
10207
10208 2005-04-19  Simon Josefsson  <jas@extundo.com>
10209
10210         * gnulib-tool (Options): Make --symlink mean --symbolic.
10211
10212 2005-04-18  Oskar Liljeblad <oskar@osk.mine.nu>
10213
10214         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
10215
10216 2005-04-16  Simon Josefsson  <jas@extundo.com>
10217
10218         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
10219
10220 2005-04-15  Simon Josefsson  <jas@extundo.com>
10221
10222         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
10223
10224 2005-04-15  Simon Josefsson  <jas@extundo.com>
10225
10226         * gnulib-tool: Rename --symlink to --symbolic.
10227
10228 2005-04-15  Oskar Liljeblad <oskar@osk.mine.nu>
10229
10230         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
10231         symbolic links to files instead of copying/moving.  Add --aux-dir,
10232         specifying directory relative --dir where auxiliary build tools
10233         are placed.
10234
10235 2005-04-14  Bruno Haible  <bruno@clisp.org>
10236
10237         * modules/allocsa (License): Change to LGPL.
10238         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
10239
10240 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
10241
10242         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
10243         that "UTC +1 second" continues to work.  Problem reported
10244         by Dmitry V. Levin.
10245         (relunit_snumber): New rule.
10246         (relunit): Use it.
10247
10248 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
10249
10250         * lib/getdate.y (universal_time_zone_table): New constant.
10251         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
10252         universal_time_zone_table.
10253         (lookup_zone): Prefer universal_time_zone_table to
10254         local_time_zone_table, so that "GMT" time stamps are allowed in
10255         London during the summer.  Problem reported by Ian Abbott.
10256
10257 2005-04-12  Jim Meyering  <jim@meyering.net>
10258
10259         * lib/human.c (humblock): Set *options even when returning due to
10260         xstrtoumax conversion failure.  Thanks to a used-uninitialized
10261         warning from gcc-4.
10262
10263 2005-04-09  Jim Meyering  <jim@meyering.net>
10264
10265         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
10266         -Wuninitialized: initialize tm0.tm_year.
10267
10268 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
10269
10270         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
10271         count, since there's no maximum.  All uses changed.
10272         Add member dsts_seen.
10273         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
10274         not being INT_MAX.
10275         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
10276         Use pc_rels_seen to decide whther a date is absolute.
10277
10278         * lib/getdate.y (number): Don't overwrite year.
10279         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
10280         check.
10281
10282 2005-04-02  Simon Josefsson  <jas@extundo.com>
10283
10284         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
10285         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
10286
10287 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
10288
10289         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
10290         where no absolute path name can be longer than PATH_MAX.
10291
10292 2005-03-27  Jim Meyering  <jim@meyering.net>
10293
10294         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
10295
10296 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
10297
10298         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
10299         "one's complement" -> "ones' complement" in comment, as per Knuth.
10300         "value of type" -> "type or expression" in comment.
10301         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
10302
10303 2005-03-26  Jim Meyering  <jim@meyering.net>
10304
10305         Comment nits.
10306         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
10307         Correct typos: s/or/of/.
10308
10309 2005-03-26  Jim Meyering  <jim@meyering.net>
10310
10311         * modules/check-include-files: Move to ../ and rename to...
10312         * check-module: ...this.
10313
10314 2005-03-25  Jim Meyering  <jim@meyering.net>
10315
10316         * modules/xvasprintf (Files): Add xalloc.h.
10317
10318 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
10319
10320         * modules/gettext (Files): config/config.rpath ->
10321         build-aux/config.rpath
10322         * modules/iconv (Files): Likewise.
10323         Problem reported by Oskar Liljeblad.
10324
10325 2005-03-23  Jim Meyering  <jim@meyering.net>
10326
10327         * modules/check-include-files: New script to check for
10328         missing dependencies, multiple includes, etc.
10329
10330         * modules/c-strtold (Depends-on): Add xalloc.
10331         * modules/c-strtod (Depends-on): Add xalloc.
10332         * modules/hash (Depends-on): Add xalloc.
10333         (Files): Remove lib/xalloc.h.
10334
10335         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
10336         * modules/userspec (Files): Add lib/inttostr.h.
10337
10338 2005-03-23  Jim Meyering  <jim@meyering.net>
10339
10340         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
10341
10342 2005-03-22  Jim Meyering  <jim@meyering.net>
10343
10344         * modules/stat-macros: New module.
10345         * modules/canonicalize, modules/euidaccess, modules/file-type,
10346         * modules/filemode, modules/lchown, modules/makepath,
10347         * modules/rmdir, modules/stat: Depend on new stat-macros module
10348         rather than listing lib/stat-macros.h manually.
10349         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
10350
10351 2005-03-22  Jim Meyering  <jim@meyering.net>
10352
10353         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
10354
10355 2005-03-22  Bruno Haible  <bruno@clisp.org>
10356
10357         * config/srclist.txt: Replace target directory 'config' with
10358         'build-aux'.
10359         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
10360         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
10361         ../build-aux/.
10362
10363 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
10364
10365         * modules/chdir-long (Depends-on): Add mempcpy.
10366
10367         * modules/acl, modules/backupfile, modules/c-strtod,
10368         modules/c-strtold, modules/canon-host, modules/canonicalize,
10369         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
10370         modules/exclude, modules/exitfail, modules/file-type,
10371         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
10372         modules/getdate, modules/getline, modules/getpagesize,
10373         modules/getpass, modules/getugroups, modules/group-member,
10374         modules/hard-locale, modules/hash, modules/human, modules/idcache,
10375         modules/inttostr, modules/long-options, modules/makepath,
10376         modules/md5, modules/memcasecmp, modules/memcoll,
10377         modules/modechange, modules/mountlist, modules/path-concat,
10378         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
10379         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
10380         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
10381         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
10382         modules/strftime, modules/strndup, modules/strverscmp,
10383         modules/timespec, modules/unlocked-io, modules/userspec,
10384         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
10385         modules/yesno:
10386         Remove lib_SOURCES line from Makefile.am section, as this is now
10387         done automatically by the corresponding Autoconf macro.
10388
10389 2005-03-21  Jim Meyering  <jim@meyering.net>
10390
10391         Changes imported from coreutils.
10392
10393         * lib/cycle-check.c: Don't include xalloc.h.
10394
10395         * lib/path-concat.c: Don't include assert.h.
10396         (path_concat): Remove assertion that would have triggered
10397         for ABASE starting with more than one slash.
10398         Reported by Andreas Schwab.
10399
10400         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
10401         properly when ABASE is an absolute file name.
10402         Correct the description of this function.
10403         Include <assert.h>.
10404         Add an assertion and a test driver.
10405         This fixes a bug introduced on 2004-07-02.
10406         Andreas Schwab reported the resulting failure of cp --parents:
10407         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
10408
10409 2005-03-21  Jim Meyering  <jim@meyering.net>
10410
10411         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
10412         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
10413
10414 2005-03-21  Jim Meyering  <jim@meyering.net>
10415         and  Paul Eggert  <eggert@cs.ucla.edu>
10416
10417         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
10418         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
10419         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
10420         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
10421         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
10422         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
10423         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
10424         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
10425         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
10426         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
10427         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
10428         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
10429         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
10430         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
10431         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
10432         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
10433         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
10434         for these modules.
10435
10436 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
10437
10438         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
10439         (which shouldn't happen), generate nothing instead of returning 0
10440         immediately, so that nstrftime (NULL, ...) doesn't return 0.
10441
10442 2005-03-16  Bruno Haible  <bruno@clisp.org>
10443
10444         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
10445         HAVE_LONGLONG_64BIT.
10446
10447 2005-03-16  Bruno Haible  <bruno@clisp.org>
10448
10449         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
10450         HAVE_LONGLONG_64BIT.
10451
10452 2005-03-16  Bruno Haible  <bruno@clisp.org>
10453
10454         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
10455         HAVE_LONGLONG_64BIT.
10456
10457 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
10458
10459         * lib/strftime.c (my_strftime): Prepend space to format so that we can
10460         reliably distinguish strftime failure from empty output on POSIX
10461         hosts.
10462
10463 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
10464
10465         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
10466         (iconv_string): Don't guess a size-zero buffer, as that might cause
10467         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
10468         result would be 'too large', where 'too large' is (heuristically)
10469         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
10470         overflow concerns.  This will prevent some unwanted malloc failures
10471         when the inputs are very large.
10472
10473 2005-03-15  Karl Berry  <karl@gnu.org>
10474
10475         * config/srclist.txt (config.rpath): from gettext.
10476         * config/config.rpath: update.
10477
10478 2005-03-15  Bruno Haible  <bruno@clisp.org>
10479
10480         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
10481         to 'negate'.
10482
10483         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
10484         variable.
10485
10486         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
10487         results.
10488
10489 2005-03-14  Simon Josefsson  <jas@extundo.com>
10490
10491         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
10492         <fx@gnu.org>.
10493
10494 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
10495
10496         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
10497         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
10498         intprops.h.
10499         * lib/strtol.c: Likewise.
10500
10501 2005-03-14  Jim Meyering  <jim@meyering.net>
10502
10503         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
10504         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
10505         to be nonzero so that we (and caller) can detect the difference
10506         between a valid zero-length expansion and an error return, even
10507         when the underlying strftime fails before writing anything into
10508         that location.
10509
10510 2005-03-14  Bruno Haible  <bruno@clisp.org>
10511
10512         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
10513         Update from GNU gettext 0.14.3.
10514
10515 2005-03-10  Jim Meyering  <jim@meyering.net>
10516
10517         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
10518
10519 2005-03-10  Jim Meyering  <jim@meyering.net>
10520
10521         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
10522         so that this module works on systems without fchdir.
10523
10524 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
10525
10526         Factor int-properties macros into a single file, except for
10527         glibc-related files.
10528         * lib/intprops.h: New file.
10529         * lib/getloadavg.c: Include it instead of limits.h.
10530         (INT_STRLEN_BOUND): Remove.
10531         * lib/human.c: Include intprops.h.
10532         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
10533         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
10534         302/1000.
10535         * lib/inttostr.h: Include intprops.h instead of limits.h.
10536         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
10537         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
10538         for consistency with intprops.h.
10539         (time_t_is_integer, twos_complement_arithmetic): Use them.
10540         * lib/sig2str.h: Include <signal.h>, intprops.h.
10541         (INT_STRLEN_BOUND): Remove.
10542         * lib/strftime.c (TYPE_SIGNED): Remove.
10543         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
10544         * lib/strtol.c: Adjust comments to match intprops.h.
10545         * lib/userspec.c: Include intprops.h.
10546         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
10547         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
10548         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
10549         instead of rolling our own expressions.
10550         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
10551
10552         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
10553         instead of int.
10554         (my_strftime): Do not mishandle years close to INT_MAX, by doing
10555         the right thing even if adding 1900 would overflow.  Similarly
10556         for tm_mon + 1 and tm_yday + 1.
10557         Make %Y always equivalent to %C%y, and similarly for %G and %g.
10558         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
10559         (DO_SIGNED_NUMBER): New macro.
10560         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
10561
10562 2005-03-07  Bruno Haible  <bruno@clisp.org>
10563
10564         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
10565
10566 2005-03-07  Bruno Haible  <bruno@clisp.org>
10567
10568         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
10569
10570 2005-03-04  Derek R. Price  <derek@ximbiot.com>
10571
10572         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
10573         (func_import): Only replace files via --import when they have actually
10574         changed.
10575
10576 2005-03-03  Derek R. Price  <derek@ximbiot.com>
10577
10578         * m4/mmap-anon.m4: New file.
10579         * m4/pagealign_alloc.m4: New file.
10580
10581 2005-03-03  Derek R. Price  <derek@ximbiot.com>
10582             Bruno Haible  <bruno@clisp.org>
10583
10584         * modules/pagealign_alloc: New file.
10585         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
10586
10587 2005-03-03  Derek R. Price  <derek@ximbiot.com>
10588             Bruno Haible  <bruno@clisp.org>
10589
10590         * lib/pagealign_alloc.h: New file.
10591         * lib/pagealign_alloc.c: New file.
10592
10593 2005-03-03  Bruno Haible  <bruno@clisp.org>
10594
10595         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
10596         Use an all-permissive copyright notice, recommended by RMS.
10597
10598 2005-03-02  Bruno Haible  <bruno@clisp.org>
10599
10600         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
10601         of AIX, the replacement has to be done only after <string.h> is
10602         included, therefore not in config.h. stpncpy.h does the replacement,
10603         and stpncpy.c uses it.
10604
10605 2005-03-02  Bruno Haible  <bruno@clisp.org>
10606
10607         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
10608         stpncpy.c uses it.
10609
10610 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10611
10612         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
10613         The workaround isn't strictly needed for POSIX conformance, and
10614         it's too much of a pain to configure and maintain.  We'll ask
10615         people to fix their kernels instead.
10616         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
10617         (NANOSLEEP_BUG_WORKAROUND): Remove.
10618         (xnanosleep): Remove the workaround.
10619
10620 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10621
10622         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
10623         Reported by Derek Price.
10624         (Include): Add "timespec.h".
10625
10626         * modules/xnanosleep (Depends-on): Remove gethrxtime.
10627
10628 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
10629
10630         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
10631         to detect nanosleep bug.
10632
10633 2005-03-01  Bruno Haible  <bruno@clisp.org>
10634
10635         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
10636
10637 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
10638
10639         * modules/gethrxtime: New file.
10640         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
10641         (Depends-on): Add gethrxtime.
10642         (configure.ac): Add gl_XNANOSLEEP.
10643         (Makefile.am): Remove lib_SOURCES line.
10644
10645 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
10646
10647         * m4/gethrxtime.m4, xnanosleep.m4: New files.
10648         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
10649
10650 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
10651
10652         * lib/gethrxtime.h, gethrxtime.c, xtime.h: New files.
10653         * lib/timespec.h (gettime): Return void, since it always
10654         succeeds now.  All uses changed.
10655         * lib/gettime.c (gettime) Likewise.
10656         [HAVE_NANOTIME]: Prefer nanotime.
10657         Assume gettimeofday succeeds, as POSIX requires.
10658         Assime time () succeeds, since other code already does.
10659         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
10660         (timespec_subtract): Remove.
10661         (NANOSLEEP_BUG_WORKAROUND): New constant.
10662         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
10663         things considerably.  Use it only on GNU/Linux hosts, since the
10664         workaround shouldn't be needed elsewhere.
10665
10666 2005-02-24  Bruno Haible  <bruno@clisp.org>
10667
10668         * modules/gettext (Files): Add m4/glibc2.m4.
10669
10670 2005-02-24  Bruno Haible  <bruno@clisp.org>
10671
10672         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
10673         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
10674         * m4/progtest.m4:
10675         Update from GNU gettext 0.14.2.
10676         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
10677
10678 2005-02-24  Bruno Haible  <bruno@clisp.org>
10679
10680         * lib/localcharset.c: Update from GNU gettext 0.14.2.
10681         * lib/config.charset: Update from GNU gettext 0.14.2.
10682
10683 2005-02-24  Bruno Haible  <bruno@clisp.org>
10684
10685         * lib/gettext.h: Update from GNU gettext 0.14.2.
10686
10687 2005-02-23  Simon Josefsson  <jas@extundo.com>
10688
10689         * m4/iconvme.m4: New file.
10690
10691 2005-02-23  Jim Meyering  <jim@meyering.net>
10692
10693         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
10694         change.
10695         Thanks to Bruno Haible for catching it.
10696
10697 2005-02-22  Simon Josefsson  <jas@extundo.com>
10698
10699         * modules/iconvme: New file.
10700
10701         * MODULES.html.sh: Add iconvme.
10702
10703 2005-02-22  Simon Josefsson  <jas@extundo.com>
10704
10705         * lib/iconvme.h, iconvme.c: New files, from libc.
10706
10707 2005-02-22  Simon Josefsson  <jas@extundo.com>
10708
10709         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
10710
10711 2005-02-22  Jim Meyering  <jim@meyering.net>
10712
10713         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
10714         s/ifndef/ifdef/.
10715
10716 2005-02-20  Neil Conway  <neilc@samurai.com>
10717
10718         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
10719         returned by OSX/Darwin if the specified buffer is not large
10720         enough for the hostname.
10721
10722 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
10723
10724         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
10725         pass it to _help, otherwise the latter coredumps trying to
10726         dereference state.root_argp.
10727
10728 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
10729
10730         * modules/chdir-long (Depends-on): Add memrchr.
10731         * modules/memrchr (Files): Add lib/memrchr.h.
10732         (Include): "memrchr.h".
10733
10734 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
10735
10736         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
10737
10738 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
10739
10740         * lib/memrchr.h: New file.
10741         * lib/chdir-long.c: Include it.
10742         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
10743         Don't bother including stddef.h.
10744
10745 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
10746
10747         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
10748         inclusion.
10749         Include <sys/types.h>, for dev_t.
10750         (ME_DUMMY, ME_REMOTE): Move from here....
10751         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
10752         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
10753         Dmitry V. Levin.
10754         Include mountlist.h first, to test the interface.
10755
10756 2005-01-29  Bruno Haible  <bruno@clisp.org>
10757
10758         * lib/progname.c (program_name): Initialize.
10759         Needed when linking statically on MacOS X.
10760
10761 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
10762
10763         Sync from coreutils.
10764         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
10765         (Depends-on): Add c-strtod.
10766         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
10767
10768 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
10769
10770         Sync from coreutils.
10771         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
10772
10773         Remove files that are specific to coreutils.
10774         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
10775
10776 2005-01-28  Bruno Haible  <bruno@clisp.org>
10777
10778         * modules/javacomp: New file.
10779         * MODULES.html.sh (Java): Add javacomp.
10780
10781 2005-01-28  Bruno Haible  <bruno@clisp.org>
10782
10783         * m4/javacomp.m4: New file, from GNU gettext.
10784
10785 2005-01-28  Bruno Haible  <bruno@clisp.org>
10786
10787         * lib/javacomp.sh.in: New file, from GNU gettext.
10788         * lib/javacomp.h: New file, from GNU gettext.
10789         * lib/javacomp.c: New file, from GNU gettext.
10790
10791 2005-01-26  Simon Josefsson  <jas@extundo.com>
10792
10793         * lib/gai_strerror.c: Use GPL in header.
10794
10795 2005-01-26  Bruno Haible  <bruno@clisp.org>
10796
10797         * modules/javaexec: New file.
10798         * MODULES.html.sh (Java): Add javaexec.
10799
10800 2005-01-26  Bruno Haible  <bruno@clisp.org>
10801
10802         * m4/javaexec.m4: New file, from GNU gettext.
10803
10804 2005-01-26  Bruno Haible  <bruno@clisp.org>
10805
10806         * lib/javaexec.sh.in: New file, from GNU gettext.
10807         * lib/javaexec.h: New file, from GNU gettext.
10808         * lib/javaexec.c: New file, from GNU gettext.
10809
10810 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
10811
10812         * modules/lchown (Depends-on): Remove lchown.h
10813
10814 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
10815
10816         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
10817         must be defined if the header file was not found, in order
10818         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
10819
10820 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
10821
10822         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
10823         initializers for struct pentry_state.
10824         (__argp_error): Check return value of __asprintf
10825         (__argp_failure): Translate error message
10826
10827         * lib/argp-parse.c: Removed braces around the expansion of N_()
10828
10829 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
10830
10831         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
10832         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
10833         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
10834         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
10835         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
10836         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
10837         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
10838         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
10839         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
10840         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
10841         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
10842         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
10843         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
10844         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
10845         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
10846         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
10847         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
10848         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
10849         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
10850         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
10851         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
10852         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
10853         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
10854         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
10855         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
10856         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
10857         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
10858         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
10859         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
10860         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
10861         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
10862         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
10863         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
10864         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
10865         xstrtol.m4, xstrtoumax.m4, yesno.m4:
10866         Use an all-permissive copyright notice, recommended by RMS.
10867
10868 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
10869
10870         * modules/chdir-long (Depends-on): Remove mempcpy.
10871
10872 2005-01-21  Jim Meyering  <jim@meyering.net>
10873
10874         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
10875         same value as for Solaris 9.
10876
10877         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
10878         component length.  This included changing the parameter to be
10879         of type `char *' rather than `char const *'.
10880         * lib/chdir-long.h (chdir_long): Update prototype.
10881
10882         * lib/openat.c (fdopendir, fstatat): New functions.
10883         * lib/openat.h: Include headers required for use of DIR and struct
10884         stat.
10885         [AT_SYMLINK_NOFOLLOW]: Define.
10886         (fdopendir, fstatat): Add prototypes.
10887
10888 2005-01-21  Bruno Haible  <bruno@clisp.org>
10889
10890         * modules/classpath: New file.
10891         * MODULES.html.sh (Java): Add classpath.
10892
10893 2005-01-21  Bruno Haible  <bruno@clisp.org>
10894
10895         * lib/classpath.h: New file, from GNU gettext.
10896         * lib/classpath.c: New file, from GNU gettext.
10897
10898 2005-01-20  Simon Josefsson  <jas@extundo.com>
10899
10900         * modules/version-etc-fsf: New file.
10901
10902 2005-01-20  Simon Josefsson  <jas@extundo.com>
10903
10904         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
10905         * lib/version-etc.c: Remove version_etc_copyright.
10906         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
10907         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
10908
10909 2005-01-20  Simon Josefsson  <jas@extundo.com>
10910
10911         * lib/base64.h (isbase64): Add.
10912
10913         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
10914         using a unsigned prototype, don't inline.
10915         (base64_decode): Use it.
10916
10917 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
10918
10919         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
10920         it.
10921
10922 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
10923
10924         * lib/save-cwd.c (save_cwd): Remove code to support the case
10925         where fchdir is missing or flaky.
10926
10927 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
10928
10929         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
10930
10931 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
10932
10933         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
10934         AC_LIBSOURCES now does this.
10935         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
10936         with new ullong_max module.
10937
10938 2005-01-19  Bruno Haible  <bruno@clisp.org>
10939
10940         * modules/sh-quote: New file.
10941         * MODULES.html.sh (Executing programs): Add sh-quote.
10942
10943 2005-01-19  Bruno Haible  <bruno@clisp.org>
10944
10945         * lib/sh-quote.h: New file, from GNU gettext.
10946         * lib/sh-quote.c: New file, from GNU gettext.
10947
10948 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
10949
10950         Merge from coreutils.
10951         * m4/ullong_max.m4: New file.
10952         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
10953         (gl_MACROS): Assume localeconv exists.
10954
10955 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
10956
10957         Merge changes from coreutils, as described below in several
10958         changelogs dated today.
10959
10960         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
10961         (O_DIRECTORY): Remove; not needed here, since "." must be
10962         a directory.  All uses removed.
10963         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
10964         universal on Suns, and we also need to test for IRIX.
10965         Revamp code to use 'if' rather than '#if'.
10966         Avoid unnecessary comparison of cwd->desc to 0.
10967
10968         * lib/utimens.c (futimens): Robustify the previous patch, by checking
10969         for known valid error numbers rather than observed invalid ones.
10970
10971 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
10972
10973         * modules/ullong_max: New file.
10974
10975         * modules/chdir-long, modules/openat: New files.
10976         * modules/save-cwd (Depends-on): Depend on chdir-long.
10977         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
10978
10979 2005-01-18  Jim Meyering  <jim@meyering.net>
10980
10981         Merge from coreutils.
10982         * m4/chdir-long.m4, openat.m4: New files.
10983         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
10984         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
10985         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
10986         is sane and DOES follow symlinks.  Besides, testing 20 different
10987         systems found no broken chown implementations.
10988         Prompted by a change in rsync's copy of this macro.
10989         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
10990
10991         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
10992
10993         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
10994         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
10995         NULL-means-set-to-current-time semantics.
10996         Remove temporary file immediately, rather than waiting
10997         for configure's at-exit trap code to do it.
10998
10999 2005-01-18  Jim Meyering  <jim@meyering.net>
11000
11001         * lib/version-etc.c (version_etc_copyright): Update copyright date.
11002
11003         * lib/utimens.c (futimens): Account for the fact that futimes
11004         can also fail with errno == ENOSYS or errno == ENOENT.
11005         Patch from Dmitry V. Levin.
11006
11007         Change the name of the robust chdir function from chdir to chdir_long.
11008         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
11009         (restore_cwd): Use chdir_long, not chdir.
11010         * lib/chdir-long.c: Renamed from chdir.c.
11011         * lib/chdir-long.h: Renamed from chdir.h.
11012         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
11013         Hurd.
11014
11015 2005-01-18  Bruno Haible  <bruno@clisp.org>
11016
11017         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
11018         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
11019         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
11020         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
11021         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
11022         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
11023         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
11024         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
11025         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
11026         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
11027         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
11028         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
11029         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
11030         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
11031         Use an all-permissive copyright notice, recommended by RMS.
11032
11033 2005-01-18  Bob Proulx  <bob@proulx.com>
11034
11035         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
11036         simplify offsetof() macro construct to avoid compile failure with
11037         native HP-UX 11.0 ANSI C compiler.
11038
11039 2005-01-17  Bruno Haible  <bruno@clisp.org>
11040
11041         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
11042         redundant because stpncpy.m4 takes care of it.
11043
11044 2005-01-17  Bruno Haible  <bruno@clisp.org>
11045
11046         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
11047
11048 2005-01-17  Bruno Haible  <bruno@clisp.org>
11049
11050         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
11051         used.
11052
11053 2005-01-17  Bruno Haible  <bruno@clisp.org>
11054
11055         * lib/fwriteerror.h (fwriteerror): Change specification to include
11056         fclose.
11057         * lib/fwriteerror.c: Include <stdbool.h>.
11058         (fwriteerror): At the end, close the file stream. Record whether
11059         stdout was already closed.
11060
11061 2005-01-17  Bruno Haible  <bruno@clisp.org>
11062
11063         * lib/execute.c (environ): Declare if needed.
11064         * lib/pipe.c (environ): Likewise.
11065         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
11066
11067 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11068
11069         * modules/argp: Depend on vsnprintf
11070
11071 2005-01-10  Jim Meyering  <jim@meyering.net>
11072
11073         * modules/closeout (Depends-on): Add atexit.
11074
11075 2005-01-06  Bruno Haible  <bruno@clisp.org>
11076
11077         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
11078
11079 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
11080
11081         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
11082         definitions to be after all include files, to avoid collisions.
11083         Problem reported by Bob Proulx.
11084
11085 2005-01-04  Jim Meyering  <jim@meyering.net>
11086
11087         Changes imported from coreutils.
11088         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
11089         as the mkstemp template, use a temporary directory and an
11090         8.3-friendly template to avoid trouble on systems like DJGPP.
11091         Reported by Juan M. Guerrero via Stepan Kasal.
11092         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
11093         close. Remove the temporary directory right away, rather than waiting
11094         for configure's at-exit trap code to do it.
11095         Suggestion from Stepan Kasal.
11096
11097 2005-01-01  Simon Josefsson  <jas@extundo.com>
11098
11099         * gnulib-tool: Print #include directives when --import'ing.
11100
11101 2004-12-28  Simon Josefsson  <jas@extundo.com>
11102
11103         * tests/test-base64.c: Include required header files.  Remove
11104         unused variables.
11105
11106 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
11107
11108         * modules/error (Depends-on): Remove gettext.
11109
11110 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
11111
11112         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
11113         not needed.  This removes a dependency on the gettext module.
11114         [defined _LIBC]: Do not include <libintl.h>; not needed.
11115
11116 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
11117
11118         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
11119         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
11120
11121 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
11122
11123         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
11124         HAVE_DECL_STRTOLD.
11125
11126 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
11127
11128         * modules/getdate (Depends-on): Remove alloca-opt.
11129
11130 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
11131
11132         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
11133
11134 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
11135
11136         * lib/argp-parse.c: Include <stddef.h>.
11137         (alignof, alignto): New macros.
11138         (parser_init): Don't assume that void * is aligned sufficiently
11139         for struct option.
11140
11141         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
11142         need to extend the stack.
11143         (YYINITDEPTH): New macro, so that the initial stack isn't overly
11144         large.
11145
11146 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11147
11148         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
11149
11150 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
11151
11152         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
11153         (2004-10-24) change.  Apparently this was a false alarm.
11154
11155         * modules/getdate: Depend on alloca-opt, not alloca.
11156
11157 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
11158
11159         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
11160         Remove now-obsolete comment about AIX.
11161         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
11162         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
11163         (YYMAXDEPTH): New macro.
11164
11165 2004-12-18  Simon Josefsson  <jas@extundo.com>
11166
11167         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
11168
11169 2004-12-18  Bruno Haible  <bruno@clisp.org>
11170
11171         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
11172
11173 2004-12-18  Bruno Haible  <bruno@clisp.org>
11174
11175         * lib/fatal-signal.c (fatal_signals): Make non-const.
11176         (init_fatal_signals): New function.
11177         (uninstall_handlers, install_handlers): Ignore signals that were set to
11178         SIG_IGN.
11179         (at_fatal_signal): Call init_fatal_signals.
11180         (init_fatal_signal_set): Likewise. Ignore signals that were set to
11181         SIG_IGN.
11182         Reported by Paul Eggert.
11183
11184 2004-12-18  Bruno Haible  <bruno@clisp.org>
11185
11186         * doc/alloca.texi: New file.
11187         * doc/alloca-opt.texi: New file.
11188
11189 2004-12-17  Jim Meyering  <jim@meyering.net>
11190
11191         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
11192         Otherwise, install-sh could exit with improper exit status when
11193         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
11194
11195 2004-12-16  Simon Josefsson  <jas@extundo.com>
11196
11197         * tests/test-base64.c: Add license.
11198
11199 2004-12-15  Stepan Kasal  <address@hidden>
11200
11201         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
11202
11203 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
11204
11205         * modules/getcwd (Files): Add m4/d-ino.m4.
11206         Suggested by Mark D. Baushke.
11207
11208 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
11209
11210         * lib/getdate.y (textint): New member "negative".
11211         (time_zone_hhmm): New function.
11212         Expect 14 shift-reduce conflicts, not 13.
11213         (o_colon_minutes): New rule.
11214         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
11215         (yylex): Set the "negative" member of signed numbers.
11216
11217 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
11218
11219         * doc/getdate.texi (Time of day items, Time zone items):
11220         Describe new formats +00:00, UTC+00:00.
11221
11222 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
11223
11224         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
11225         spurious "-l"s.  Problem reported by Stepan Kasal.
11226
11227 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
11228
11229         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
11230         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
11231
11232 2004-12-04  Simon Josefsson  <jas@extundo.com>
11233
11234         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
11235         Vandoorselaere <yoann@prelude-ids.org>.
11236
11237 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
11238
11239         Changes imported from coreutils.
11240         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
11241         exist.
11242         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
11243
11244 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
11245
11246         Changes imported from coreutils.
11247         * lib/hard-locale.c: Assume <locale.h> exists.
11248         Include "strdup.h".
11249         (GLIBC_VERSION): New macro.
11250         (hard_locale): Assume setlocale exists.
11251         Rewrite to avoid #ifdef.
11252         Use strdup rather than malloc + strcpy.
11253         * lib/human.c: Assume <locale.h> exists.
11254         (human_readable): Assume localeconv exists.
11255
11256 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
11257
11258         * modules/hard-locale (Depends-on): Add strdup.
11259
11260 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
11261
11262         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
11263         convert T2, not T.  (Imported from libc.)
11264
11265 2004-11-30  Simon Josefsson  <jas@extundo.com>
11266
11267         * modules/restrict (License): Change to LGPL.
11268
11269 2004-11-30  Simon Josefsson  <jas@extundo.com>
11270
11271         * m4/restrict.m4: Add copyright and copying conditions.
11272
11273 2004-11-30  Simon Josefsson  <jas@extundo.com>
11274
11275         * m4/base64.m4: New file.
11276
11277 2004-11-30  Simon Josefsson  <jas@extundo.com>
11278
11279         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
11280         base64.
11281
11282         * tests/test-base64.c: New file.
11283
11284         * modules/base64: New file.
11285
11286 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
11287
11288         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
11289         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
11290
11291         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
11292
11293 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
11294
11295         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
11296         (__getcwd.c): Don't restore errno; glibc doesn't.
11297         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
11298         first, falling back to our code only if its results look suspicious.
11299         Ensure that the resulting buffer is only as large as necessary.
11300
11301         * lib/readutmp.c: Include readutmp.h first.
11302         Include <errno.h>, since readutmp.h no longer does that.
11303         * lib/readutmp.h: Don't include <errno.h>,
11304         <sys/param.h>, <time.h>; not needed to establish interface.
11305         (errno): Remove decl.
11306         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
11307         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
11308         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
11309
11310 2004-11-28  Simon Josefsson  <jas@extundo.com>
11311
11312         * lib/base64.h, base64.c: New file.
11313
11314 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
11315
11316         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
11317
11318 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
11319
11320         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
11321         (Depends-on): Remove pathmax, same.  Add mempcpy.
11322         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
11323         (Makefile.am): Append getcwd.h to lib_SOURCES.
11324         (Include): Add getcwd.h.
11325         (Maintainer): Change from Jim Meyering to "all, glibc",
11326         since getdate now uses intended-for-glibc code.
11327         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
11328         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
11329
11330 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
11331
11332         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
11333         HP's ANSI C compiler.
11334         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
11335         Declaring int functions causes warnings on some modern systems and
11336         shouldn't be needed to compile on ancient ones.
11337         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
11338         defined.
11339
11340         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
11341         with the following changes.
11342         (__set_errno): Parenthesize properly.
11343         Include <stdbool.h>.
11344         (MIN, MAX, MATCHING_INO): New macros.
11345         (__getcwd): Define with prototype, not K&R form.
11346         Use heuristics to allocate default buffer on stack if possible.
11347         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
11348         behavior, and to avoid the PATH_MAX limit when computing
11349         ../../../../...
11350         Use MATCHING_INO to compare inode number to file.
11351         Check for arithmetic overflow in size calculations.
11352         Fix bug in reallocation of dot array that caused getcwd to fail
11353         on directories nested deeper than 75.
11354         Be more careful about saving errno on error.
11355         Do not use realloc; use only free+malloc, as this is a bit
11356         more flexible and avoids a needless copy operation.
11357         Do not inspect st_dev and st_ino for symbolic links; POSIX
11358         doesn't specify the latter.
11359         Check for closedir errors.
11360         Avoid needless casts.
11361         Use "#ifdef weak_alias" around weak_alias, to be like other
11362         glibc code.
11363         The following changes to getcwd.c have effect only when used in
11364         gnulib; they have no effect inside glibc proper.
11365         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
11366         as alloca isn't used.
11367         (alloca, __alloca): Likewise.
11368         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
11369         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
11370         unconditionally, as gnulib assumes C89 or better.
11371         Do not include <sys/param.h>.
11372         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
11373         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
11374         better.
11375         (NULL) [!defined NULL]: Remove; we assume C89 or better.
11376         Include <dirent.h> in a way that is compatible with modern Autoconf.
11377         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
11378         New macros, if not already defined.
11379         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
11380         Use "_LIBC", not "defined _LIBC", for consistency.
11381         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
11382         a mempcpy module.
11383         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
11384         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
11385         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
11386         credit only to Jim Meyering and adjust the copyright dates.
11387         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
11388         <stdlib.h>, <unistd.h>, "pathmax.h".
11389         Instead, include "xgetcwd.h" (first) and "getcwd.h".
11390         (INITIAL_BUFFER_SIZE): Remove.
11391         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
11392
11393 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
11394
11395         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
11396         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
11397         Use the _ONCE methods, for efficiency.
11398         Check for fcntl.h.  In test program, include <errno.h>
11399         and <fcntl.h> if available.  Remove old K&R cruft from
11400         test program.  Check for common errors in GNU/Linux,
11401         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
11402         don't do AC_LIBOBJ, as that's getcwd.m4's job.
11403         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
11404         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
11405         name accordingly.
11406         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
11407         accommodate new getcwd.c.
11408         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
11409         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
11410         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
11411         that's all we need now.
11412
11413 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11414
11415         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
11416         argp-parse.c depends on getopt internals, that means we should
11417         always use our getopt, to be on the safe side.
11418         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
11419         order not to spoil the result of an eventual previous invocation
11420         of gl_GETOPT_SUBSTITUTE.
11421
11422 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11423
11424         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
11425         redefinition warnings. To avoid them, include the defines
11426         in `#if !defined __need_getopt ... #endif'. The only place
11427         where __getopt_argv_const is used is in definitions
11428         of getopt_long and getopt_long_only below, which are as well
11429         protected by `#ifndef __need_getopt'.
11430         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
11431         __need_getopt after including <stdio.h> and <unistd.h> These
11432         headers might have defined it.
11433
11434 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
11435
11436         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
11437
11438 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
11439
11440         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
11441         (futimens): New function, which uses futimes if available.
11442         (futimens, utimens): Support timespec==NULL, with same semantics
11443         as utime and utimens.
11444         * lib/utimens.h (futimens): New decl.
11445
11446 2004-11-23  Jim Meyering  <jim@meyering.net>
11447
11448         * lib/getopt_.h: Remove trailing blanks.
11449
11450 2004-11-23  Jim Meyering  <jim@meyering.net>
11451
11452         * lib/__fpending.c: Add comment.
11453
11454 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
11455
11456         * modules/canonicalize (Depends-on): Add xreadlink.
11457         Problem reported by James Youngman.
11458
11459 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
11460
11461         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
11462         New macros.
11463         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
11464         optopt): Use them instead of invoking ## directly; otherwise, the
11465         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
11466
11467 2004-11-19  Bruno Haible  <bruno@clisp.org>
11468
11469         * lib/strtok_r.c: Move comments from here...
11470         * lib/strtok_r.h: ... to here.
11471
11472 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
11473
11474         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
11475         implementations that mishandle size_t overflow.
11476
11477 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
11478
11479         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
11480         might fail.  Problem reported by Yoann Vandoorselaere.
11481         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
11482         implementations that mishandle size_t overflow.
11483
11484 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
11485
11486         * modules/canon-host (Depends-on): Add strdup.
11487
11488 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
11489
11490         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
11491
11492 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
11493
11494         * lib/canon-host.c: Include "strdup.h".
11495         (canon_host): Use getaddrinfo if available, so that IPv6 works.
11496         Use strdup instead of malloc/strcpy to duplicate strings.
11497
11498         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
11499         (human_space_before_unit): New constant.
11500         * lib/human.c (human_readable): Support it.
11501
11502         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
11503         (xgetcwd): Set errno correctly when failing.
11504         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
11505         the failure is actually due to a PATH_MAX problem.
11506
11507         Further getopt changes to make it more likely that glibc will
11508         buy the changes back.
11509         * lib/getopt.c (POSIXLY_CORRECT): New constant.
11510         (getopt): Use it, so to preserve glibc semantic
11511         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
11512         when compiling for libc.
11513         * lib/getopt_.h (__getopt_argv_const): Bring it back.
11514         (getopt_long, getopt_long_only): Use it.
11515
11516         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
11517         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
11518         (getopt): Argv is now char * const *, as per standard.
11519         (_getopt_internal_r, _getopt_internal): Argv is now char **,
11520         not char *__getopt_argv_const *.
11521         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
11522         _getopt_long_only_r): Likewise.
11523         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
11524         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
11525         _getopt_long_r, _getopt_long_only_r): Likewise.
11526         * lib/getopt_.h (__getopt_argv_const): Remove.
11527         (getopt): Argv is now char * const *, as per standard.
11528
11529         * lib/getdate.y (tORDINAL): New token.
11530         (day, relunit): Allow it for relative times.
11531         (relative_time_table): Use tORDINAL for ordinals.
11532
11533 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
11534
11535         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
11536         Document that "second" isn't allowed as an ordinal number.
11537
11538 2004-11-16  Jim Meyering  <jim@meyering.net>
11539
11540         * modules/closeout (Depends-on): Add fpending.
11541
11542 2004-11-15  Jim Meyering  <jim@meyering.net>
11543
11544         * lib/closeout.c: Include "__fpending.h" once again.
11545         Include <stdbool.h>.
11546         (close_stdout): Don't fail just because stdout was closed initially,
11547         since some programs don't write to stdout in the normal course of
11548         operation (other than --version and --help), and we don't want this
11549         function to make e.g. `touch file >&-' fail.
11550         But do fail if it was closed and someone has tried to write to it.
11551         E.g., `printf foo >&-' must fail.
11552
11553 2004-11-13  Jim Meyering  <jim@meyering.net>
11554
11555         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
11556
11557 2004-11-12  Simon Josefsson  <jas@extundo.com>
11558
11559         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
11560         small doc fix is still pending.
11561
11562 2004-11-11  Simon Josefsson  <jas@extundo.com>
11563
11564         * modules/strtok_r: New file.
11565
11566         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11567         strtok_r.
11568
11569 2004-11-11  Simon Josefsson  <jas@extundo.com>
11570
11571         * m4/strtok_r.m4: New file.
11572
11573         * m4/getopt.m4: Replace opterr.
11574
11575 2004-11-11  Simon Josefsson  <jas@extundo.com>
11576
11577         * lib/strtok_r.h, strtok_r.c: New file.
11578
11579 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
11580
11581         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
11582         of replacing opterr, getopt, etc.  This should handle the
11583         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
11584
11585 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
11586
11587         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
11588         we can stop lying to compilers about the constness of argv when we
11589         are compiled outside glibc.
11590         (getopt, getopt_long, getopt_long_only): Use it.
11591         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
11592         _getopt_internal, getopt): Likewise.
11593         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
11594         _getopt_long_only_r): Likewise.
11595         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
11596         _getopt_long_r, _getopt_long_only_r): Likewise.
11597
11598         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
11599         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
11600         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
11601         the other external symbols.
11602         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
11603         declaration, since the above renaming now works around collisions.
11604
11605 2004-11-11  Jim Meyering  <jim@meyering.net>
11606
11607         * lib/linebreak.c: Remove trailing blanks.
11608         * lib/alloca_.h: Likewise.
11609         * lib/acosl.c: Likewise.
11610         * lib/euidaccess.c: Likewise.
11611         * lib/allocsa.h: Likewise.
11612
11613 2004-11-10  Simon Josefsson  <jas@extundo.com>
11614
11615         * m4/getaddrinfo.m4: New file.
11616
11617 2004-11-10  Simon Josefsson  <jas@extundo.com>
11618
11619         * lib/getaddrinfo.h, getaddrinfo.c: New files.
11620
11621 2004-11-10  Simon Josefsson  <jas@extundo.com>
11622
11623         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11624         getaddrinfo.
11625
11626         * modules/getaddrinfo: New file.
11627
11628 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11629
11630         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
11631
11632 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
11633
11634         * lib/mktime.c (SHR): New macro, which is a portable
11635         substitute for >> that should work even on Crays.
11636         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
11637         Problem reported by Mark D. Baushke in
11638         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
11639         * lib/getdate.y (SHR): Likewise.
11640         (tm_diff): Use it.
11641         * lib/strftime.c (SHR): Likewise.
11642         (tm_diff): Use it.
11643         * lib/quotearg.c (struct quoting_options): Use unsigned int for
11644         quote_these_too, so that right shifts are well defined.  All uses
11645         changed.
11646
11647 2004-11-10  Jim Meyering  <jim@meyering.net>
11648
11649         Ensure that no close failure goes unreported.
11650         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
11651         return early when it seems there's nothing to flush.
11652         Don't include __fpending.h.
11653
11654 2004-11-10  Jim Meyering  <jim@meyering.net>
11655
11656         * modules/closeout (Depends-on): Remove fpending.
11657
11658 2004-11-10  Jim Meyering  <jim@meyering.net>
11659
11660         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
11661
11662 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
11663
11664         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
11665         gl_FUNC_STRFTIME.
11666         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
11667         and AC_REQUIRE when possible, to avoid duplicate checks.
11668         Check for <wchar.h>.
11669
11670 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
11671
11672         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
11673
11674 2004-11-09  Bruno Haible  <bruno@clisp.org>
11675
11676         * m4/sockpfaf.m4: New file.
11677
11678 2004-11-05  Bruno Haible  <bruno@clisp.org>
11679
11680         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
11681         Reported by Mark D. Baushke <mdb@cvshome.org>.
11682
11683 2004-11-04  Bruno Haible  <bruno@clisp.org>
11684
11685         2004-09-11  Bruno Haible  <bruno@clisp.org>
11686                 * allocsa.valgrind: New file.
11687         2004-02-06  Bruno Haible  <bruno@clisp.org>
11688                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
11689                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
11690                 Reported by Christopher Seip <chris.seip@hp.com>.
11691
11692 2004-11-04  Bruno Haible  <bruno@clisp.org>
11693
11694         * modules/allocsa (Files): Add lib/allocsa.valgrind.
11695         (Makefile.am): Distribute it.
11696
11697 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
11698
11699         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
11700         with errno == ERANGE if the buffer is too small.
11701         Problem reported by Mark D. Baushke.
11702
11703 2004-11-03  Albert Chin <china@thewrittenword.com>
11704             Paul Eggert  <eggert@cs.ucla.edu>
11705
11706         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
11707         equivalent, substitute $ac_type for equivalent type rather than
11708         blindly using uint32_t *always* which won't work if uint32_t is not
11709         available.  Define _UINT32_T to work around typedef of uint32_t if
11710         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
11711         2.5.1.
11712
11713 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
11714
11715         * m4/jm-macros.m4: Sync from coreutils.
11716         (gl_MACROS): Check for mbrlen, for pathchk.
11717         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
11718
11719 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
11720
11721         * lib/xreadlink.c (MAXSIZE): New macro.
11722         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
11723         size does not exceed MAXSIZE.  Avoid cast.
11724         As suggested by Mark D. Baushke in
11725         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
11726         if readlink fails with buffer size just under MAXSIZE, try again
11727         with MAXSIZE.
11728
11729 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
11730
11731         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
11732
11733 2004-11-02  Derek R. Price  <derek@ximbiot.com>
11734         and  Paul Eggert  <eggert@cs.ucla.edu>
11735
11736         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
11737         (get_date): Overparenthesize to avoid GCC warning.
11738
11739 2004-11-02  Bruno Haible  <bruno@clisp.org>
11740
11741         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
11742         returns void.
11743
11744 2004-11-02  Bruno Haible  <bruno@clisp.org>
11745
11746         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
11747         function returns void.
11748
11749 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
11750
11751         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
11752         fflush_unlocked, flockfile, funlockfile, funlockfile,
11753         fputs_unlocked, putc_unlocked.
11754
11755 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
11756
11757         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
11758         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
11759         already declared.
11760
11761 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
11762
11763         * modules/getdate (Files): Add doc/getdate.texi.
11764         (Depends-on): Add setenv, xalloc.
11765
11766 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
11767
11768         * lib/getdate.y: Add support for TZ="foo" within a date string.
11769         Fix some bugs near time_t boundaries.  Reject dates with
11770         out-of-range components, e.g., "Sept 31".
11771         Include <stdlib.h>, "setenv.h", "xalloc.h".
11772         (ISDIGIT_LOCALE): Remove; unused.
11773         Note that the TZ and time functions used here are not reentrant.
11774         (mktime_ok, get_tz): New functions.
11775         (TZBUFSIZE): New constant.
11776         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
11777         This requires that we sometimes generate our own TZ="XXX..." setting.
11778
11779 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
11780
11781         * doc/getdate.texi: New file, from coreutils with modifications for
11782         the new TZ parsing.
11783
11784 2004-10-27  Derek R. Price  <derek@ximbiot.com>
11785
11786         * lib/mktime.c (not_equal_tm): Remove redundant check.
11787
11788 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11789
11790         * modules/regex (lib_SOURCES): Add regex.c.
11791         Reported by James Youngman in
11792         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
11793
11794 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
11795
11796         * lib/getdate.y: Use Bison 1.875 features, and some minor
11797         code cleanups.  This change does not affect semantics.
11798         Don't include <stdlib.h>; no longer needed.
11799         Don't include unlocked-io.h; only the "#if TEST" code uses
11800         stdio, and performance isn't crucial there.
11801         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
11802         Bison 1.875 features as described below.
11803         All uses of "PC." replaced by "pc->".
11804         (YYSTYPE): Add a forward declaration.
11805         (yylex, yyerror): Use full prototypes in forward decls.
11806         Use "%pure-parser" rather than obsolescent "%pure_parser".
11807         Use %parse-param and %lex-param instead of obsolescent
11808         YYPARSE_PARAM and YYLEX_PARAM.
11809         (meridian_table, month_and_day_table, time_units_table,
11810         relative_time_table, time_zone_table, military_table,
11811         lookup_zone, lookup_word, get_date):
11812         Use NULL instead of 0 where appropriate.
11813         (to_hour): Avoid abort (), to avoid a dependency on
11814         stdlib.h.
11815         (yyerror, yylex): Now accepts parser_control * arg.
11816         (main) [TEST]: Use '\0' rather than 0 for char.
11817
11818 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
11819
11820         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
11821
11822 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
11823
11824         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
11825         It's now the caller's responsibility to handle the case where
11826         !HAVE_GETPAGESIZE && !defined getpagesize.
11827
11828         * lib/mktime.c (leapyear): Arg is long int, not int.
11829
11830 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
11831
11832         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
11833
11834 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
11835
11836         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
11837         missing.  Problem reported by James Youngman.
11838
11839 2004-10-16  Simon Josefsson  <jas@extundo.com>
11840
11841         * gnulib-tool: Fix comments.  Fix parse problem.
11842         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
11843
11844 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
11845
11846         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
11847         implementation of getopt_long.  Problem reported by Alexander Taler in:
11848         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
11849
11850 2004-10-15  Bruno Haible  <bruno@clisp.org>
11851
11852         * gnulib-tool: Untabify. Initialize supplied_libname.
11853         (func_usage): More homogenous output.
11854         (func_modules_transitive_closure, func_modules_to_filelist,
11855         func_emit_lib_Makefile_am): New functions.
11856         (func_import): New function, extracted from big case statement. Use
11857         func_get_license, func_modules_transitive_closure,
11858         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
11859         opt_lgpl. Don't use test -a, as it's not portable.
11860         (func_create_testdir): Use func_modules_transitive_closure,
11861         func_modules_to_filelist, func_emit_lib_Makefile_am.
11862
11863 2004-10-15  Bruno Haible  <bruno@clisp.org>
11864
11865         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
11866
11867 2004-10-15  Bruno Haible  <bruno@clisp.org>
11868
11869         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
11870         the portions belonging to each module.
11871         Suggested by Derek Robert Price <derek@ximbiot.com>.
11872
11873 2004-10-12  Simon Josefsson  <jas@extundo.com>
11874
11875         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
11876         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
11877         to real functions.
11878
11879 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
11880
11881         * modules/vsnprintf: New file.
11882
11883 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
11884
11885         * m4/vsnprintf.m4: New file.
11886
11887 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
11888
11889         * lib/vsnprintf.h: New file.
11890         * lib/vsnprintf.c: New file.
11891
11892 2004-10-11  Bruno Haible  <bruno@clisp.org>
11893
11894         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
11895         vsnprintf.
11896
11897 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
11898
11899         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
11900
11901 2004-10-07  Bruno Haible  <bruno@clisp.org>
11902
11903         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
11904         fits into the provided buffer.
11905
11906 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
11907
11908         * lib/diacrit.c, diacrit.h: Add GPL notice.
11909
11910         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
11911         notice.
11912         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
11913         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
11914         This avoids a potential constant-folding bug.
11915
11916 2004-10-05  Bruno Haible  <bruno@clisp.org>
11917
11918         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
11919         for the declaration of strsep.
11920
11921 2004-10-05  Bruno Haible  <bruno@clisp.org>
11922
11923         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
11924
11925 2004-10-04  Simon Josefsson  <jas@extundo.com>
11926
11927         * modules/memmem: New file.
11928         * tests/test-memmem.c: New file.
11929         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
11930
11931 2004-10-04  Simon Josefsson  <jas@extundo.com>
11932
11933         * m4/memmem.m4: New file.
11934
11935 2004-10-04  Simon Josefsson  <jas@extundo.com>
11936
11937         * lib/memmem.h: New file.
11938         * lib/memmem.c: New file, taken from glibc.
11939
11940 2004-10-04  Simon Josefsson  <jas@extundo.com>
11941
11942         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
11943         '#ifdef USE_UNLOCKED_IO'.
11944
11945 2004-10-04  Simon Josefsson  <jas@extundo.com>
11946
11947         * config/srclist.txt: Add memmem from glibc.
11948
11949 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
11950
11951         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
11952
11953         * modules/argmatch, modules/argp, modules/closeout, modules/error,
11954         modules/exclude, modules/getdate, modules/getline,
11955         modules/getndelim2, modules/getpass, modules/getpass-gnu,
11956         modules/getusershell, modules/linebuffer, modules/md5,
11957         modules/mountlist, modules/posixtm, modules/readtokens,
11958         modules/readutmp, modules/regex, modules/sha1,
11959         modules/version-etc, modules/yesno:
11960         Remove dependency on unlocked-io.
11961
11962 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
11963
11964         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
11965
11966         * m4/unlocked-io.m4: Add copyright notice.
11967         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
11968
11969 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
11970
11971         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
11972         * lib/xmalloc.c (xmemdup): Likewise.
11973         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
11974         XFREE): Remove these long-obsolescent macros.
11975         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
11976         * lib/xstrdup.c: Remove.
11977
11978         * lib/regex.c (re_comp): Cast gettext return value to char *,
11979         Problem reported by Martin Neitzel via Mark D. Baushke.
11980
11981 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
11982
11983         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
11984         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
11985         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
11986         regex.c, sha1.c, version-etc.c, yesno.c:
11987         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
11988         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
11989         the includer's responsibility.
11990
11991         Sync from coreutils.
11992
11993         * lib/modechange.c (mode_compile): Don't decrement a pointer that
11994         points to the start of a string, as the C Standard says the
11995         resulting behavior is undefined.
11996
11997         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
11998         simple -> simple_backups, numbered_existing ->
11999         numbered_existing_backups, numbered -> numbered_backups
12000         to avoid shadowing problems.  All uses changed.
12001         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
12002         * lib/backupfile.c (check_extension, numbered_backup):
12003         Rename locals to avoid shadowing 'basename'.
12004         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
12005         once.
12006
12007         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
12008         * lib/.cvsignore: Add getopt.h.
12009
12010 2004-10-04  Bruno Haible  <bruno@clisp.org>
12011
12012         * modules/README: New file.
12013         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
12014         not a module.
12015
12016 2004-10-02  Jim Meyering  <jim@meyering.net>
12017
12018         * lib/dirfd.h, getpagesize.h: Add copyright notice.
12019
12020 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
12021
12022         * modules/strsep: New file.
12023
12024 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
12025
12026         * m4/strsep.m4: New file.
12027
12028 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
12029
12030         * lib/strsep.h: New file.
12031         * lib/strsep.c: New file.
12032
12033 2004-10-01  Simon Josefsson  <jas@extundo.com>
12034
12035         * lib/snprintf.c (snprintf): Handle size==0.
12036
12037 2004-10-01  Simon Josefsson  <jas@extundo.com>
12038             Bruno Haible  <bruno@clisp.org>
12039
12040         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
12041         (snprintf): Declare 'args'.
12042
12043 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
12044
12045         * lib/snprintf.c: Remove comments as to why each header is needed.
12046
12047 2004-10-01  Bruno Haible  <bruno@clisp.org>
12048
12049         * MODULES.html.sh: Add strsep.
12050
12051 2004-09-30  Simon Josefsson  <jas@extundo.com>
12052
12053         * modules/snprintf: New file.
12054
12055 2004-09-30  Simon Josefsson  <jas@extundo.com>
12056
12057         * m4/snprintf.m4: New file.
12058
12059 2004-09-30  Simon Josefsson  <jas@extundo.com>
12060
12061         * lib/snprintf.h, snprintf.c: New files.
12062
12063 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12064
12065         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
12066         (hol_entry_help): Never translate an empty string.
12067         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
12068         * lib/argp.h (OPTION_NO_TRANS): New option.
12069
12070 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
12071
12072         * modules/argp (Maintainer): Replace Simon Josefsson
12073         by Sergey Poznyakoff.
12074
12075 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
12076
12077         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
12078         changes merged back into glibc.
12079
12080 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
12081
12082         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
12083
12084 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
12085
12086         * lib/xvasprintf.c: Include xalloc.h.
12087         (xvasprintf): Use xalloc_die, not xmalloc_die.
12088
12089 2004-09-29  Bruno Haible  <bruno@clisp.org>
12090
12091         * modules/alloca-opt: New file, derived from modules/alloca.
12092         * modules/allocsa: Depend on alloca-opt instead of alloca.
12093         * modules/setenv: Likewise.
12094         * modules/vasnprintf: Likewise.
12095         * MODULES.html.sh: Add alloca-opt.
12096
12097 2004-09-28  Simon Josefsson  <jas@extundo.com>
12098
12099         * gnulib-tool: New parameter --lgpl, to asseert that modules are
12100         LGPL, and to replace license template from GPL to LGPL.
12101
12102 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
12103
12104         * modules/dummy: Change license to LGPL.
12105
12106 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
12107
12108         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
12109
12110 2004-09-24  Simon Josefsson  <jas@extundo.com>
12111
12112         * modules/minmax (License): Change from GPL to LGPL.
12113
12114 2004-09-23  Simon Josefsson  <jas@extundo.com>
12115
12116         * gnulib-tool (--import): Typo.
12117
12118 2004-09-23  Simon Josefsson  <jas@extundo.com>
12119
12120         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
12121
12122 2004-09-22  Bruno Haible  <bruno@clisp.org>
12123
12124         * modules/*: Add 'License' field.
12125         * gnulib-tool: Accept --extract-license option.
12126         (func_get_license): New function.
12127
12128 2004-09-21  Bruno Haible  <bruno@clisp.org>
12129
12130         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
12131         Reported by Simon Josefsson.
12132
12133 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
12134
12135         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
12136         gl_AC_TYPE_LONG_LONG.
12137
12138 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
12139
12140         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
12141
12142 2004-09-18  Simon Josefsson  <jas@extundo.com>
12143         and  Paul Eggert  <eggert@cs.ucla.edu>
12144
12145         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
12146         calls with autoreconf.  Define GL_LIB.
12147
12148 2004-09-14  Karl Berry  <karl@gnu.org>
12149
12150         * config/srclist.txt: unsync setenv.c, sigh.
12151
12152 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
12153
12154         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
12155         Problem reported by Bruno Haible in:
12156         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
12157
12158 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
12159
12160         * config/srclist.txt: Comment out argp-pvh.c.
12161
12162 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
12163
12164         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
12165         in case some system header has #define'd it.  Problem reported by
12166         Soeren D. Schulze in
12167         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
12168
12169 2004-09-09  Karl Berry  <karl@gnu.org>
12170
12171         * regex.[ch]: delete from the root.  These were supposed to be
12172                 synced with emacs cvs, but this has not happened for about
12173                 a year, and anyway nothing else uses emacs regex.[ch].
12174                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
12175                 lib/regex[.ch] is untouched.
12176
12177 2004-09-09  Bruno Haible  <bruno@clisp.org>
12178
12179         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
12180
12181 2004-09-09  Bruno Haible  <bruno@clisp.org>
12182
12183         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
12184         modifications.
12185         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
12186
12187 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
12188
12189         * modules/xvasprintf: New file.
12190         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
12191
12192 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
12193
12194         * lib/xvasprintf.h: New file.
12195         * lib/xvasprintf.c: New file.
12196         * lib/xasprintf.c: New file.
12197
12198 2004-09-08  Bruno Haible  <bruno@clisp.org>
12199
12200         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
12201
12202 2004-09-08  Bruno Haible  <bruno@clisp.org>
12203
12204         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
12205         length is > INT_MAX.
12206         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
12207         more.
12208
12209 2004-09-08  Bruno Haible  <bruno@clisp.org>
12210
12211         * lib/stdint_.h: New file, taken from GNU clisp.
12212
12213 2004-09-08  Bruno Haible  <bruno@clisp.org>
12214             Oskar Liljeblad  <oskar@osk.mine.nu>
12215
12216         * modules/stdint: New file.
12217         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
12218
12219 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12220
12221         Import from coreutils.
12222         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
12223         strings on unbounded length.  alloca's performance benefits aren't
12224         that important here.
12225         (V_STRDUP): Remove.
12226         (parse_with_separator): New function, with most of the internals
12227         of the old parse_user_spec.  Allow user to omit both user and group,
12228         for compatibility with FreeBSD.
12229         Clone only the user name, not the entire spec.
12230         Do not set *uid, *gid unless entirely successful.
12231         Avoid memory leak in some failing cases.
12232         Fix regression for USER.GROUP reported by Dmitry V. Levin in
12233         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
12234         (parse_user_spec): Rewrite to use parse_with_separator.
12235
12236 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12237
12238         * modules/userspec: Don't depend on alloca.
12239
12240 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12241
12242         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
12243
12244 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12245
12246         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
12247         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
12248         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
12249
12250 2004-08-16  Simon Josefsson  <jas@extundo.com>
12251
12252         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
12253         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
12254         Add --dry-run for --import.
12255         Let user provided command line parameters override configure.ac
12256         settings.
12257
12258 2004-08-12  Simon Josefsson  <jas@extundo.com>
12259
12260         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
12261         as discussed with Paul Eggert in threads rooted at
12262         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
12263         and
12264         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
12265         Before, the test was empty, and relied on ELIDE_CODE in source
12266         code.)
12267         (gl_PREREQ_GETOPT): New macro.
12268         (gl_GETOPT): Use them.
12269
12270 2004-08-12  Simon Josefsson  <jas@extundo.com>
12271
12272         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
12273         * lib/getopt_.h: Renamed from getopt.h.
12274
12275 2004-08-12  Simon Josefsson  <jas@extundo.com>
12276
12277         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
12278         Change default library name from libfoo to libgnu.
12279         Now, if you have a configure.ac that says:
12280                 gl_SOURCE_BASE(gl)
12281                 gl_M4_BASE(gl/m4)
12282                 gl_MODULES(error getopt etcetera)
12283                 gl_INIT
12284         you can import all you need by running:
12285                 ../gnulib/gnulib-tool --import
12286
12287         * modules/getopt (Files): Rename getopt.h to getopt_.h.
12288         (Makefile.am): Rewrite, use logic from argz.
12289         (Include): Use <getopt.h> instead of "getopt.h".
12290
12291 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
12292
12293         * modules/argp (Files): Add m4/unlocked-io.m4.
12294         (Depends-on): Add extensions.
12295
12296 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
12297
12298         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
12299         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
12300         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
12301         Check for program_invocation_name, program_invocation_short_name,
12302         flockfile, funlockfile, features.h, _getopt_long_only_r.
12303
12304 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
12305
12306         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
12307         its complicated substitute.
12308         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
12309         and program_invocation_name.
12310         (__argp_basename) [!_LIBC]: Remove; the only use was
12311         replaced by its body.
12312         (__argp_short_program_name): Change condition from
12313         !defined __argp_short_program_name to
12314         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
12315         to match argp-namefrob.h.
12316         (__argp_failure): Don't assume strerror_r returns char *.
12317         * lib/argp-parse.c (N_): Define unconditionally.
12318         (argp_default_options): Fill out initializers with 0 to avoid
12319         gcc warnings.
12320
12321 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
12322
12323         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
12324         getopt1.c.
12325
12326 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12327
12328         Merge from coreutils.
12329
12330         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
12331
12332         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
12333         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
12334
12335 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12336
12337         Merge from coreutils.
12338
12339         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
12340         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
12341         for Reliant Unix 5.43.
12342
12343         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
12344         (union fooround): Use uintmax_t, not long int.
12345         The rest is a merge from libc:
12346         [defined _LIBC]: Include <shlib-compat.h>.
12347         (_obstack) [defined _LIBC]: Remove after 2.3.4.
12348
12349         * lib/settime.c (settime): Recode to avoid warning with
12350         Sun Forte C 6U2.
12351
12352         * lib/strverscmp.c: Convert to UTF-8.
12353
12354 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12355
12356         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
12357         m4/uintmax_t.m4.
12358
12359 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12360
12361         * modules/xalloc-die: New file.
12362         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
12363
12364         * modules/md5 (Files): Add m4/uint32_t.m4.
12365         * modules/sha1: Renamed from modules/sha.
12366         (Files):
12367         Rename lib/sha.h to lib/sha1.h.
12368         Rename lib/sha.c to lib/sha1.c.
12369         Rename m4/sha.m4 to m4/sha1.m4.
12370         (lib_SOURCES): Likewise.
12371         (configure.ac): Rename gl_SHA to gl_SHA1.
12372         (Include): sha.h -> sha1.h.
12373
12374 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12375
12376         * m4/uint32_t.m4, uintptr_t.m4: New files.
12377         * m4/sha1.m4: Renamed from sha.m4.
12378         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
12379
12380 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12381
12382         * lib/obstack.h (obstack_empty_p):
12383         Don't assume that chunk->contents is suitably aligned.
12384         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
12385         Likewise. Problem reported by Benno in
12386         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
12387
12388         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
12389         readable.  This could be improved further but it'd take some work.
12390
12391 2004-08-08  Simon Josefsson  <jas@extundo.com>
12392
12393         * modules/xgethostname (Depends-on): Remove exit and error (not
12394         used).
12395
12396         * modules/getpass-gnu: Add getpass.h.
12397         (Depends-on): Add stdbool.
12398         * modules/getpass: Add getpass.h.
12399
12400 2004-08-08  Simon Josefsson  <jas@extundo.com>
12401
12402         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
12403         Check getpass declaration.
12404
12405 2004-08-08  Simon Josefsson  <jas@extundo.com>
12406
12407         * lib/xgethostname.c: Don't include error.h (not used).
12408
12409         * lib/getpass.h: Add.
12410         * lib/getpass.c: Include getpass.h first.
12411
12412 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
12413
12414         * lib/xalloc-die.c: New files.
12415         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
12416         All uses removed.
12417         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
12418         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
12419         xalloc-die.c.
12420         (_, N_, xalloc_die): Move to xalloc-die.c.
12421         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
12422         so that we needn't mess with xalloc_msg_memory_exhausted.
12423
12424         * lib/sha1.h: Renamed from sha.h.
12425         (SHA1_H): Renamed from _SHA_H.
12426         (sha1_ctx): Renamed from sha_ctx.
12427         (sha1_init_ctx): Renamed from sha_init_ctx.
12428         (sha1_process_block): Renamed from sha_process_block.
12429         (sha1_process_bytes): Renamed from sha_process_bytes.
12430         (sha1_finish_ctx): Renamed from sha_finish_ctx.
12431         (sha1_read_ctx): Renamed from sha_read_ctx.
12432         (sha1_stream): Renamed from sha_stream.
12433         (sha1_buffer): Renamed from sha_buffer.
12434         * lib/sha1.c: Likewise; renamed from sha.c.
12435         Do not include <sys/types.h>.
12436         Include <stddef.h> rather than <stdlib.h>.
12437
12438 2004-08-08  Bruno Haible  <bruno@clisp.org>
12439
12440         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
12441         FILESYSTEM_PREFIX_LEN.
12442         * lib/progreloc.c: Likewise.
12443         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
12444
12445 2004-08-06  Simon Josefsson  <jas@extundo.com>
12446
12447         * modules/progname (Depends-on): Don't depend on stdbool.
12448
12449 2004-08-06  Simon Josefsson  <jas@extundo.com>
12450
12451         * modules/getsubopt: New file.
12452         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12453         getsubopt.
12454
12455 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
12456
12457         More merge from coreutils.
12458
12459         * m4/utimens.m4, utimecmp.m4: New files.
12460         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
12461         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
12462         prereq.m4, sha.m4: Import changes from coreutils.
12463
12464 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
12465
12466         More merge from coreutils.
12467         * modules/raise, modules/readtokens0, modules/utimens,
12468         modules/utimecmp, module/xnanosleep: New files.
12469         * modules/strftime: Add lib/strftime.h.
12470         Change include from <time.h> to "strftime.h".
12471         * modules/yesno: Add lib/yesno.h.
12472         * modules/backupfile: Remove lib/addext.c.
12473         * modules/euidaccess: Add stat-macros.h.
12474         * modules/canonicalize, modules/euidaccess,
12475         modules/filemode, modules/lchown, modules/makepath,
12476         modules/rmdir, modules/stat: Likewise.
12477
12478 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
12479
12480         Merge from tar.
12481         * lib/argp-help.c (make_hol, hol_append): Don't assume that
12482         SIZE_MAX is a valid preprocessor constant.
12483         (__argp_basename): Change from "#ifndef _LIBC"
12484         to "#ifndef __argp_short_program_name", so that
12485         we don't compile these functions for tar.
12486
12487         More merges from coreutils.
12488         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h,
12489         lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c,
12490         lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
12491         * lib/addext.c: Remove; no longer needed.
12492         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
12493         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
12494         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
12495         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
12496         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
12497         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
12498         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
12499         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
12500         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
12501         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
12502         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
12503         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
12504         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
12505         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
12506         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
12507         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
12508         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
12509         Import changes from coreutils.
12510
12511 2004-08-05  Simon Josefsson  <jas@extundo.com>
12512
12513         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
12514
12515 2004-08-05  Simon Josefsson  <jas@extundo.com>
12516
12517         * m4/getsubopt.m4: New file.
12518
12519 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
12520
12521         Merge from coreutils.
12522
12523         * m4/c-strtod.m4, canonicalize.m4, fcntl-safer.m4, getcwd-path-max.m4:
12524         New files.
12525
12526         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
12527         FILESYSTEM_PREFIX_LEN ->
12528         FILE_SYSTEM_PREFIX_LEN.
12529         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
12530         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
12531         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
12532         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
12533
12534         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
12535         prerequisite modules now handle the DOS stuff.
12536         Don't check for unistd.h.
12537
12538 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
12539
12540         Merge from coreutils.
12541
12542         * lib/.gdb-history: Remove; this doesn't belong here.
12543
12544         * lib/c-strtod.c, c-strtod.h, c-strtold.c, cycle-check.c,
12545         cycle-check.h, dev-ino.h, canonicalize.h, canonicalize.c,
12546         fcntl-safer.h, fcntl-safer.c, getcwd.c: New files.
12547
12548         * lib/dirname.h: Include <stdbool.h>.
12549         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
12550         for consistency with POSIX terminology.  All uses changed.
12551         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
12552         (strip_trailing_slashes): Use bool for booleans.
12553         * lib/stripslash.c (strip_trailing_slashes): Likewise.
12554
12555         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
12556         sometimes returns a positive errno value even when it succeeds.
12557         (print_errno_message) [!LIBC]: Fall back on strerror if
12558         __strerror_r fails.
12559
12560         * lib/path-concat.c (mempcpy): Don't define if a system header defines
12561         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
12562         (longest_relative_suffix): New function.
12563         (path_concat): Use it.  Assume first argument is not NULL.
12564         Port to DOS.  Omit redundant separators.
12565         Report an error instead of returning NULL.
12566         Use mempcpy instead of memcpy.
12567         (xpath_concat): Remove: not declared or used.
12568
12569         * lib/same.h: Include <stdbool.h>
12570         (same_name): Return bool, not int.
12571         * lib/same.c (same_name): Likewise.
12572         (errno): Don't declare; we assume C89 or better now.
12573
12574         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
12575         if not already defined.
12576
12577         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
12578         * lib/dup-safer.c (errno): Likewise.
12579
12580 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
12581
12582         Merge from coreutils.
12583         * modules/c-strtod, modules/c-strtold, modules/canonicalize,
12584         modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
12585         * modules/path-concat: Don't depend on strdup.
12586
12587 2004-08-03  Simon Josefsson  <jas@extundo.com>
12588
12589         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
12590         * lib/progname.h: Don't include stdbool.h.
12591
12592 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
12593
12594         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
12595         * MODULES.html.sh (func_all_modules): Remove fatal.
12596
12597 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
12598
12599         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
12600
12601 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
12602
12603         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
12604         working.
12605
12606 2004-08-02  Simon Josefsson  <jas@extundo.com>
12607
12608         * lib/getsubopt.h: New file, with comments from Bruno Haible.
12609         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
12610         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
12611
12612 2004-08-01  Simon Josefsson  <jas@extundo.com>
12613
12614         * lib/xgetdomainname.c: Include stdlib.h, for free().
12615
12616 2004-07-19  Bruno Haible  <bruno@clisp.org>
12617
12618         * MODULES.html.sh (func_all_modules): Add dummy.
12619
12620 2004-07-16  Simon Josefsson  <jas@extundo.com>
12621
12622         * modules/dummy: New file.
12623
12624 2004-07-16  Simon Josefsson  <jas@extundo.com>
12625
12626         * lib/dummy.c: New file.
12627
12628 2004-07-16  Bruno Haible  <bruno@clisp.org>
12629
12630         * lib/backupfile.h: Add extern "C" for C++.
12631         * lib/closeout.h: Likewise.
12632         * lib/copy-file.h: Likewise.
12633         * lib/findprog.h: Likewise.
12634         * lib/full-write.h: Likewise.
12635         * lib/pathname.h: Likewise.
12636         * lib/progname.h: Likewise.
12637         * lib/stpcpy.h: Likewise.
12638         * lib/stpncpy.h: Likewise.
12639         * lib/strcase.h: Likewise.
12640         * lib/strstr.h: Likewise.
12641         * lib/xalloc.h: Likewise.
12642
12643         * lib/mbswidth.h: Add extern "C" for C++.
12644         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
12645
12646 2004-07-13  Robert Millan  <robertmh@gnu.org>
12647
12648         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
12649
12650 2004-07-09  Simon Josefsson  <jas@extundo.com>
12651
12652         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
12653         failed without this.)
12654
12655 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12656
12657         * modules/chown (Files): Add lib/fchown-stub.c, since
12658         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
12659
12660 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12661
12662         * lib/fchown-stub.c: New file.
12663
12664 2004-06-24  Jim Meyering  <jim@meyering.net>
12665
12666         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
12667
12668 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
12669
12670         * modules/argz: Omit "#include".
12671
12672         * MODULES.html.sh (func_all_modules): Add calloc, to match
12673         2004-06-01 addition of calloc module.
12674
12675 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
12676
12677         * m4/argz.m4: New file, which is autoupdated from libtool.
12678
12679 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
12680
12681         * lib/argz.c, argz_.h: New files, which are autoupdated from libtool.
12682
12683 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
12684
12685         * config/srclist-update: Don't insist on "USA." before the
12686         close-comment, as libtool omits the period and puts the */ on a
12687         separate line.
12688         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
12689         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
12690
12691 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
12692
12693         * modules/argz: New file.
12694         * MODULES.html.sh (func_all_modules): Add argz.
12695
12696 2004-06-12  Jim Meyering  <jim@meyering.net>
12697         and  Paul Eggert  <eggert@cs.ucla.edu>
12698
12699         * modules/hash (Files): Add lib/xalloc.h.
12700         * modules/pipe (Depends-on): Add wait-process.
12701         * modules/stat (Depends-on): Add xalloc.
12702         * modules/userspec (Files): Add lib/userspec.h.
12703         * modules/xstrto
12704
12705         Upgrade from gettext-0.13.
12706         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
12707         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
12708         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
12709
12710 2004-06-10  Jim Meyering  <jim@meyering.net>
12711
12712         * lib/calloc.c: New file.
12713
12714 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
12715
12716         * lib/getdate.y (yylex): Allow space between sign and number.
12717         Problem reported by Dan Jacobson.
12718
12719 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
12720
12721         Merge from coreutils CVS.
12722
12723         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
12724         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
12725         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
12726         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
12727         xstrtol.m4: Fix copyright date and/or serial number.
12728
12729         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
12730         See if we need an fchown replacement.
12731         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
12732         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
12733         and use the replacement function if we detect either defect.
12734
12735         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
12736         gl_UTIMECMP.
12737
12738 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
12739         and  Jim Meyering  <jim@meyering.net>
12740
12741         Merge from coreutils CVS.
12742
12743         * lib/stat-macros.h: New file, with contents from file-type.h
12744         and coreutils' system.h.
12745         * lib/file-type.c: Include "stat-macros.h".
12746         * lib/file-type.h (file_type): Move all macro definitions to new file,
12747         stat-macros.h.
12748
12749         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
12750         Wrap old code with this conditional.
12751         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
12752         function that does not dereference symlinks.
12753         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
12754
12755         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
12756         dependency problems.
12757         (xreadlink): Accept new arg SIZE, for efficiency.
12758         All decls and uses changed.
12759         * lib/xreadlink.h: Include <stddef.h>, for size_t.
12760
12761         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
12762         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
12763
12764         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
12765         sysexits.h.
12766
12767 2004-06-01  Jim Meyering  <jim@meyering.net>
12768
12769         * m4/calloc.m4: New file.
12770
12771 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
12772
12773         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
12774         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
12775         Also, fix a typo in a diagnostic.
12776
12777 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
12778
12779         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
12780         or AC_FUNC_REALLOC.
12781
12782 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
12783
12784         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
12785         macros to be defined.
12786         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
12787         the allocator returns NULL because the requested size is zero.
12788
12789 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12790
12791         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
12792         var.  Add comment explaining why libc still defines it.  This
12793         merges the following patch from glibc:
12794         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
12795
12796 2004-05-20  Andreas Schwab  <schwab@suse.de>
12797
12798         * m4/free.m4: Replace free if it not known to work, not the other
12799         way round.
12800
12801 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
12802
12803         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
12804         present in glibc since revision 1.1 of this file.
12805         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
12806         obstack_alignment_mask, obstack_alloc, obstack_base,
12807         obstack_blank, obstack_blank_fast, obstack_chunk_size,
12808         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
12809         obstack_grow0, obstack_init, obstack_int_grow,
12810         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
12811         obstack_next_free, obstack_object_size, obstack_ptr_grow,
12812         obstack_ptr_grow_fast, obstack_room): Remove declarations of
12813         nonexistent functions.
12814
12815 2004-05-18  Karl Berry  <karl@gnu.org>
12816
12817         * config/srclist.txt: break link for vasnprintf.c.
12818
12819 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
12820
12821         Port obstack to the AS/400, where pointers are 16 bytes wide and
12822         you cannot cast an integer to a valid pointer.  This patch is
12823         currently waiting to be integrated into glibc; see
12824         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
12825
12826         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
12827         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
12828         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
12829         (struct obstack): temp member is now a union of a pointer and
12830         an integer, instead of an integer.  All integer uses changed.
12831         This does not affect the physical layout of struct obstack,
12832         except on hosts (like the AS/400) where the size or alignment of
12833         void * is greater than that of ptrdiff_t.
12834         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
12835         __STDC__)]: Store temporary in pointer member of union, not
12836         integer member.
12837         * lib/obstack.c: Include <stddef.h>, for offsetof.
12838         (struct fooalign): Remove; it doesn't need a name.
12839         (union fooround): Change double to long double, and add void *.
12840         (DEFAULT_ALIGNMENT): Use offsetof to compute.
12841         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
12842         not a macro.  Hence the values are always int; so remove all
12843         casts-to-int in uses.
12844
12845 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
12846
12847         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
12848         we can get this patch merged into glibc.
12849
12850 2004-05-17  Derek R. Price  <derek@ximbiot.com>
12851             Paul Eggert  <eggert@cs.ucla.edu>
12852
12853         * m4/argp: Depend on alloca.
12854
12855 2004-05-17  Derek R. Price  <derek@ximbiot.com>
12856             Paul Eggert  <eggert@cs.ucla.edu>
12857
12858         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
12859         freecoding.
12860
12861 2004-05-17  Bruno Haible  <bruno@clisp.org>
12862
12863         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
12864         precision that consists of a '.' followed by an empty digit string.
12865         Patch by Tor Lillqvist <tml@iki.fi>.
12866
12867 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
12868
12869         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
12870         for backward compatibility with older code.  We need our own
12871         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
12872         it under some other name, and our alloca.h will define it.
12873
12874 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
12875             Derek Price  <derek@ximbiot.com>
12876
12877         * lib/alloca.c: Include <alloca.h>, to get our interface.
12878         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
12879         include <alloca.h> first.  Use C89 prototype for alloca; this
12880         requires including <stddef.h> for size_t.  Use extern "C" if C++.
12881         Use #elif for simplicity, since we can assume C89 now.
12882         Don't try to source the system alloca.h since it will not be found
12883         and to prevent recursively including its replacement.
12884         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
12885         * lib/regex.c: Likewise.
12886
12887 2004-05-16  Derek Price  <derek@ximbiot.com>
12888             Paul Eggert  <eggert@cs.ucla.edu>
12889
12890         getline cleanup.  This changes the getndelim2 API: both order of
12891         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
12892         no delimiter).
12893
12894         * lib/getline.c: Don't include stddef.h or stdio.h, since our
12895         interface does that.
12896         (getline): Always use getdelim, so that we don't have two
12897         copies of this code.
12898         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
12899         if available.
12900         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
12901         (GETNDELIM2_MAXIMUM): New macro.
12902         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
12903         instead of the old practice of delim2==0.  All callers changed.
12904         Return -1 on overflow, instead of returning junk.
12905         Do not set *linesize unless allocation succeeds.
12906         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
12907         that we include sys/types.h.
12908         * lib/getnline.h: Likewise.
12909         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
12910         (getndelim2): Reorder arguments.
12911         * lib/getnline.c (getnline, getndelim):
12912         Don't discard the NMAX argument.
12913         (getnline): Invoke getndelim, to avoid code duplication.
12914         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
12915         of (size_t) -1 by callers of the getnline family.
12916
12917 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
12918
12919         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
12920         Check for gettimeofday.
12921         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
12922         Check for settimeofday, stime.
12923
12924 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
12925
12926         * lib/nanosleep.c (suspended): Change its type from int to
12927         sig_atomic_t volatile.
12928         (first_call): Make it private to rpl_nanosleep, and have it
12929         be zero initially as that's a bit faster.
12930         (my_usleep): Round up fractional times instead of truncating them,
12931         as this is the usual meaning for 'sleep'.
12932
12933         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
12934         doesn't work.
12935         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
12936         (ENOSYS): Define if not defined.
12937         (settime): Fall back on stime if it exists and settimeofday fails.
12938         But don't bother with fallbacks if a method fails with errno == EPERM.
12939
12940 2004-05-11  Jim Meyering  <jim@meyering.net>
12941
12942         Prior to this change, the save_cwd caller required read access to the
12943         current directory on most systems (ones with the fchdir function).
12944
12945         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
12946         fails, try write-only, and finally, resort to using xgetcwd.
12947
12948 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
12949
12950         * lib/obstack.c, obstack.h: Import changes from libc.
12951
12952 2004-04-28  Bruno Haible  <bruno@clisp.org>
12953
12954         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
12955         also implicitly appends .exe to executables.
12956         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
12957         accepts Windows pathnames.
12958         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
12959         Treat Cygwin like Windows, since it now accepts Windows pathnames.
12960         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
12961         Treat Cygwin like Windows, since it now accepts Windows pathnames.
12962         Reported by Derek Robert Price <derek@ximbiot.com>.
12963
12964 2004-04-21  Karl Berry  <karl@gnu.org>
12965
12966         * config/srclist.txt (localcharset.c): break sync.
12967
12968 2004-04-20  Paul Eggert  <eggert@twinsun.com>
12969
12970         * m4/host-os.m4: Add a copyright notice.
12971
12972 2004-04-20  Jim Meyering  <jim@meyering.net>
12973
12974         Change UTILS_ to gl_ in AC_DEFINE'd names.
12975         Change utils_- and jm_-prefixed variables, too.
12976         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
12977         UTILS_FUNC_MKDIR_TRAILING_SLASH.
12978         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
12979
12980         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
12981         Don't emit trailing blanks.
12982         Also rename jm_-prefixed variables to have gl_ prefix.
12983
12984         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
12985         Also rename jm_-prefixed variables to have gl_ prefix.
12986
12987         * m4/jm-macros.m4: Reflect the renamings.
12988         * m4/prereq.m4: Likewise.
12989
12990 2004-04-20  Jim Meyering  <jim@meyering.net>
12991
12992         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
12993         memory.
12994
12995 2004-04-20  Jim Meyering  <jim@meyering.net>
12996             Bruno Haible  <bruno@clisp.org>
12997
12998         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
12999         memory when realloc fails.
13000
13001 2004-04-19  Jim Meyering  <jim@meyering.net>
13002
13003         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
13004         now that readutmp.c may call `free (0)'.
13005
13006 2004-04-19  Bruno Haible  <bruno@clisp.org>
13007
13008         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
13009         * m4/inttypes_h.m4: Likewise.
13010         * m4/stdint_h.m4: Likewise.
13011         * m4/intmax_t.m4: Likewise.
13012         * m4/uintmax_t.m4: Likewise.
13013
13014 2004-04-18  Jim Meyering  <jim@meyering.net>
13015
13016         * m4/prereq.m4: Don't forbid jm_ prefix.
13017
13018         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
13019         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
13020         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
13021         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
13022         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
13023         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
13024         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
13025         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
13026         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
13027         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
13028         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
13029         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
13030         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
13031         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
13032         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
13033         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
13034         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
13035         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
13036         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
13037
13038 2004-04-18  Jim Meyering  <jim@meyering.net>
13039
13040         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
13041         failure, don't leak memory and do call END_UTMP_ENT.
13042
13043 2004-04-16  Jim Meyering  <jim@meyering.net>
13044
13045         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
13046         coreutils' stat program.
13047         (gl_PREREQ): Don't require jm_PREREQ_STAT.
13048
13049 2004-04-11  Paul Eggert  <eggert@twinsun.com>
13050
13051         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
13052         C89.
13053         (CHAR_BIT): Remove, since we assume C89.
13054         Include <stdint.h> if available, as per current Autoconf CVS advice.
13055
13056 2004-03-31  Jim Meyering  <jim@meyering.net>
13057
13058         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
13059         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
13060         * m4/xalloc.m4: Likewise.
13061
13062 2004-03-30  Paul Eggert  <eggert@twinsun.com>
13063
13064         Merge from coreutils.
13065
13066         * m4/inttostr.m4: New file.
13067         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
13068         Require AM_STDBOOL_H and gl_TIMESPEC instead.
13069         Require gl_CLOCK_TIME.
13070         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
13071
13072 2004-03-30  Paul Eggert  <eggert@twinsun.com>
13073
13074         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
13075         not bool, to be more consistent with Unix conventions.
13076         Suggested by Bruno Haible.
13077
13078         Merge from coreutils.
13079
13080         * lib/imaxtostr.c, inttostr.c, inttostr.h, offtostr.c, umaxtostr.c:
13081         New files.
13082
13083         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
13084         the usual <time.h> dance.
13085         (get_date): Change signature to support fractional time stamps.
13086         All callers changed.
13087         * lib/getdate.y: Include "getdate.h" first, as we can now
13088         assume C89 and don't need to worry about 'const'.
13089         Similarly, include "unlocked-io.h" near start, not in middle.
13090         Include <limits.h>.
13091         (textint.value): Use long int rather than int.
13092         (textint.digits): Use size_t rather than int.
13093         (BILLION, LOG10_BILLION): New constants.
13094         (parser_control): New member rel_ns.  Members day_ordinal,
13095         time_zone, month, day, hour, minutes, rel_year, rel_month,
13096         rel_day, rel_hour, rel_minutes, rel_seconds
13097         are now long int, not int.  Member seconds is now struct timespec,
13098         not int.  New member timespec_seen.  Members dates_seen, days_seen,
13099         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
13100         not int.
13101         (%union.intval): Now long int, not int.
13102         New member timespec.
13103         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
13104         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
13105         (spec): Now is a timespec or an item list.
13106         (timespec, items): New nonterminals.
13107         (time, rel, relunit, number, get_date):
13108         Add support for fractional seconds.
13109         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
13110         (gmtime, localtime, mktime): Remove decls; not needed with C89.
13111         (to_hour): First arg is now long int, not int.
13112         (to_year): Returns long int, not int.
13113         Don't treat year -70 like 70.
13114         (tm_diff): Returns long int, not int.
13115         (lookup_word): Use bool instead of int when appropriate.
13116         (yylex): Use size_t for count, not int.
13117         Detect overflow when parsing large integer constants.
13118         Add support for fractions.
13119         (get_date): Make pointers 'const' if possible.
13120         Use more-portable code to detect integer overflow.
13121         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
13122         Don't use ctime; it's not reliable if the year has >4 digits.
13123
13124         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
13125         This is for compatibility with BSD.
13126
13127         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
13128         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
13129         From coreutils' system.h.
13130
13131         * lib/userspec.c: Don't include "posixver.h".
13132         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
13133         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
13134         compatible extension.  Simplify code by removing a boolean int
13135         that was always nonzero if a string was nonnull.
13136
13137 2004-03-30  Jim Meyering  <jim@meyering.net>
13138
13139         Merge from coreutils.
13140
13141         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
13142         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
13143         on some systems one must include <grp.h> before it.
13144         Reported by Christian Krackowizer.
13145
13146 2004-03-30  Jim Meyering  <jim@meyering.net>
13147
13148         Merge from coreutils.
13149
13150         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
13151
13152         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
13153         an empty input stream.
13154
13155         * lib/readtokens.c: Include <stdbool.h>.
13156         (readtoken): Use `size_t' rather than int/long.
13157         All callers adjusted.
13158         Use `bool' rather than `int' where appropriate.
13159         Use memset rather than an explicit loop.
13160         Use x2nrealloc rather than xrealloc.
13161         Allow the use of `\0' as a delimiter.
13162         (readtokens): Likewise.
13163         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
13164
13165 2004-03-30  Jim Meyering  <jim@meyering.net>
13166
13167         * m4/realloc.m4: Remove file, since now it does no more than
13168         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
13169         the `configure.ac' section of module/realloc.
13170         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
13171
13172 2004-03-30  Bruno Haible  <bruno@clisp.org>
13173
13174         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
13175         nonnull.
13176
13177 2004-03-29  Paul Eggert  <eggert@twinsun.com>
13178
13179         Merge changes to getloadavg.c from coreutils and Emacs.
13180
13181         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
13182         Define to an expression, not to the empty string.
13183         Include cloexec.h and xalloc.h.
13184         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
13185         Use set_cloexec_flag rather than rolling our own.
13186         * lib/cloexec.c, cloexec.h: New files.
13187
13188 2004-03-29  Paul Eggert  <eggert@twinsun.com>
13189
13190         * m4/cloexec.m4: New file.
13191
13192 2004-03-18  Paul Eggert  <eggert@twinsun.com>
13193
13194         * lib/getopt.h: Sync with libc CVS.
13195
13196 2004-03-18  Paul Eggert  <eggert@twinsun.com>
13197             Bruno Haible  <bruno@clisp.org>
13198
13199         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
13200         mbswidth.
13201
13202 2004-03-18  Paul Eggert  <eggert@twinsun.com>
13203             Bruno Haible  <bruno@clisp.org>
13204
13205         * lib/mbswidth.h: Include <wchar.h> only if
13206         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
13207         <wchar.h>.
13208         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
13209
13210 2004-03-09  Paul Eggert  <eggert@twinsun.com>
13211
13212         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
13213         Sync with libc CVS.
13214         * lib/getopt_int.h: New file, also synced from libc.
13215
13216 2004-03-09  Paul Eggert  <eggert@twinsun.com>
13217
13218         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
13219         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
13220         Bring back getopt.c, getopt.h, getopt1.c.
13221
13222 2004-03-07  Paul Eggert  <eggert@twinsun.com>
13223
13224         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
13225         All uses changed.  Check for sa_sigaction member; this fixes
13226         a bug first reported by Jason Andrade in
13227         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
13228
13229 2004-03-07  Paul Eggert  <eggert@twinsun.com>
13230
13231         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
13232         '#if' expressions.  Unlike the code it replaces, it does not
13233         depend on (defined _SC_PAGESIZE).  However, it does depend on
13234         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
13235         first reported by Jason Andrade in
13236         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
13237
13238 2004-02-25  Simon Josefsson  <jas@extundo.com>
13239
13240         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
13241
13242 2004-02-25  Simon Josefsson  <jas@extundo.com>
13243
13244         * lib/strdup.h: New file.
13245         * lib/strdup.c: Include it.
13246         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
13247         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
13248
13249 2004-02-23  Karl Berry  <karl@gnu.org>
13250
13251         * doc/maintain.texi, standards.texi, make-stds.texi: new files
13252         (from fencepost.gnu.org:/gd/gnuorg).
13253
13254 2004-02-23  Karl Berry  <karl@gnu.org>
13255
13256         * config/srclistvars.sh (GNUORG) [karl]: redefine.
13257         * config/srclist.txt: add maintain/standards documents.
13258
13259 2004-02-18  Bruno Haible  <bruno@clisp.org>
13260
13261         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
13262         Reported by Derek Robert Price <derek@ximbiot.com>.
13263
13264 2004-02-16  Karl Berry  <karl@gnu.org>
13265
13266         * config/mkinstalldirs, install-sh: update from automake.
13267
13268 2004-02-06  Karl Berry  <karl@gnu.org>
13269
13270         * m4/po.m4: update from gettext 0.14.1.
13271
13272 2004-02-06  Karl Berry  <karl@gnu.org>
13273
13274         * lib/config.charset: update from gettext 0.14.1.
13275
13276 2004-02-05  Paul Eggert  <eggert@twinsun.com>
13277
13278         Add comments and code, prompted by suggestions from Bruno Haible
13279         for sh-quote.
13280         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
13281         describing the enum quoting_style values.
13282         * lib/quotearg.c (quotearg_alloc): New function.
13283         (quotearg_buffer_restyled): Treat lone { and } as special.
13284         Treat = as special.  Work around bug with older shells
13285         that "see" a '\' that is really the 2nd byte of a multibyte char.
13286         Quote empty string with shell_quoting_style.
13287
13288 2004-02-03  Bruno Haible  <bruno@clisp.org>
13289
13290         * m4/pipe.m4: New file, from GNU gettext.
13291
13292 2004-02-03  Bruno Haible  <bruno@clisp.org>
13293
13294         * lib/pipe.h: New file, from GNU gettext.
13295         * lib/pipe.c: New file, from GNU gettext.
13296
13297 2004-01-27  Bruno Haible  <bruno@clisp.org>
13298
13299         * m4/execute.m4: New file, from GNU gettext.
13300
13301 2004-01-27  Bruno Haible  <bruno@clisp.org>
13302
13303         * lib/execute.h: New file, from GNU gettext.
13304         * lib/execute.c: New file, from GNU gettext.
13305         * lib/w32spawn.h: New file, from GNU gettext.
13306
13307 2004-01-24  Paul Eggert  <eggert@twinsun.com>
13308
13309         Merge from diffutils.
13310
13311         * lib/file-type.c (file_type): Add typed memory objects.
13312         * lib/file-type.h (S_TYPEISTMO): New macro.
13313
13314         * lib/c-stack.h (c_stack_action): Remove argv argument.
13315         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
13316         (die): Don't calculate message unless segv_action returns.
13317         (get_stack_location, min_address_from_argv, max_address_from_argv,
13318         volatile stack_base, volatile_stack_size): Remove.
13319         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
13320         that every segmentation violation is a stack overflow.  (Ouch!)
13321         See Debian bug 136249 (still outstanding) for more info about why
13322         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
13323
13324 2004-01-24  Paul Eggert  <eggert@twinsun.com>
13325
13326         Exit-status fix from coreutils.
13327
13328         Use exit_failure consistently in place of EXIT_FAILURE,
13329         so that program exit statuses are consistent on failure.
13330
13331         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
13332         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
13333         * lib/argmatch.h: Comment fix to match the above.
13334         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
13335         Now a macro referring to exit_failure, instead of a separate
13336         variable.  Include "exitfail.h" to get it.
13337         * lib/xstrtol.h: Include "exitfail.h".
13338         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
13339
13340         * lib/long-options.c (parse_long_options): Use prototype
13341         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
13342         for clarity.
13343
13344 2004-01-21  Jim Meyering  <jim@meyering.net>
13345
13346         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
13347         so as not to conflict with a different-sized __mktime_internal
13348         function in GNU libc.
13349         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
13350         Problem building statically-linked `ls' reported by Michael Brunnbauer.
13351
13352 2004-01-20  Karl Berry  <karl@gnu.org>
13353
13354         * config/config.guess: update from config.
13355
13356         * config/srclistvars.sh: GNUWWWLICENSES for karl.
13357
13358 2004-01-20  Bruno Haible  <bruno@clisp.org>
13359
13360         Safer stack allocation.
13361         * lib/setenv.c: Include allocsa.h.
13362         (alloca): Remove fallback definition.
13363         (freea): Remove macro.
13364         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
13365         instead of freea.
13366
13367 2004-01-20  Bruno Haible  <bruno@clisp.org>
13368
13369         * m4/eealloc.m4: New file, from GNU gettext.
13370
13371 2004-01-20  Bruno Haible  <bruno@clisp.org>
13372
13373         * m4/allocsa.m4: New file, from GNU gettext.
13374
13375 2004-01-20  Bruno Haible  <bruno@clisp.org>
13376
13377         * lib/xallocsa.h: New file, from GNU gettext.
13378         * lib/xallocsa.c: New file, from GNU gettext.
13379
13380 2004-01-20  Bruno Haible  <bruno@clisp.org>
13381
13382         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
13383
13384 2004-01-20  Bruno Haible  <bruno@clisp.org>
13385
13386         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
13387         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
13388         specially.
13389
13390 2004-01-20  Bruno Haible  <bruno@clisp.org>
13391
13392         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
13393         patch.
13394
13395 2004-01-20  Bruno Haible  <bruno@clisp.org>
13396
13397         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
13398
13399 2004-01-20  Bruno Haible  <bruno@clisp.org>
13400
13401         * lib/eealloc.h: New file.
13402
13403 2004-01-20  Bruno Haible  <bruno@clisp.org>
13404
13405         * lib/binary-io.h: Avoid warnings on Cygwin.
13406
13407 2004-01-20  Bruno Haible  <bruno@clisp.org>
13408
13409         * lib/allocsa.h: New file, from GNU gettext.
13410         * lib/allocsa.c: New file, from GNU gettext.
13411
13412 2004-01-18  Karl Berry  <karl@gnu.org>
13413
13414         * doc/gpl.texi, lgpl.texi: new files.
13415
13416 2004-01-18  Karl Berry  <karl@gnu.org>
13417
13418         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
13419         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
13420
13421 2004-01-15  Paul Eggert  <eggert@twinsun.com>
13422
13423         Merge from coreutils.
13424
13425         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
13426         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
13427         (gl_DEFAULT_POSIX2_VERSION): Move
13428         the documentation from 'configure' into 'config.hin',
13429         so that 'configure --help' isn't burdened by it and
13430         we don't have to worry about its formatting there.
13431         Reword the documentation so that it's more succinct
13432         and can be run together into a single paragraph.
13433         * m4/same.m4 (gl_SAME): Check for pathconf.
13434
13435 2004-01-15  Paul Eggert  <eggert@twinsun.com>
13436
13437         Merge from coreutils.
13438
13439         * lib/posixver.c: Include posixver.h.
13440
13441         * lib/same.c: Include <stdbool.h>, <limits.h>.
13442         (_POSIX_NAME_MAX): Define if not defined.
13443         (MIN): New macro.
13444         (same_name): If file names are silently truncated, report
13445         that the file names are the same if they are the same after
13446         the silent truncation.
13447
13448         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
13449         conversion function.
13450         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
13451         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
13452         longer needed.
13453
13454 2004-01-15  Jim Meyering  <jim@meyering.net>
13455
13456         Merge from coreutils.
13457
13458         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
13459         if no library is required.
13460         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
13461         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
13462         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
13463         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
13464         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
13465         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
13466         value, $ac_cv_search_crypt, if it's "none required".
13467         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
13468         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
13469         not gl_FUNC_GETLOADAVG.
13470         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
13471         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
13472
13473 2004-01-15  Jim Meyering  <jim@meyering.net>
13474
13475         Merge from coreutils.
13476
13477         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
13478         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
13479         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
13480
13481         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
13482         optional configure-time default.
13483
13484         * lib/version-etc.c (version_etc_copyright): Update copyright date.
13485
13486         * lib/xreadlink.c (xreadlink): Correct outdated comment.
13487
13488 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
13489
13490         Merge from coreutils.
13491
13492         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
13493         value, $ac_cv_search_nanosleep, if it's "none required".
13494
13495 2004-01-14  Paul Eggert  <eggert@twinsun.com>
13496
13497         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
13498         with like-named macro in fnmatch.c.
13499         (EXT): Use an internal constant instead.
13500
13501         Merge fnmatch patches from glibc.
13502         * lib/fnmatch.c (mbsinit): Remove define.
13503         Add libc_hidden_ver (__fnmatch, fnmatch).
13504         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
13505         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
13506
13507 2004-01-14  Karl Berry  <karl@gnu.org>
13508
13509         * config/install-sh: update from automake.
13510
13511 2004-01-13  Karl Berry  <karl@gnu.org>
13512
13513         * config/install-sh: update from automake.
13514
13515 2004-01-09  Karl Berry  <karl@gnu.org>
13516
13517         * config/install-sh: update from automake.
13518
13519 2004-01-05  Karl Berry  <karl@gnu.org>
13520
13521         * config/config.{sub,guess}: update from config.
13522
13523 2003-12-31  Karl Berry  <karl@gnu.org>
13524
13525         * config/depcomp: update from automake.
13526
13527 2003-12-14  Karl Berry  <karl@gnu.org>
13528
13529         * lib/config.charset: update from gettext-runtime.
13530
13531 2003-12-03  Paul Eggert  <eggert@twinsun.com>
13532
13533         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
13534         Bug reported by Alfred M. Szmidt.
13535
13536 2003-12-03  Bruno Haible  <bruno@clisp.org>
13537
13538         * m4/gettext.m4: Upgrade from gettext-0.13.
13539         * m4/po.m4: Upgrade from gettext-0.13.
13540         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
13541         * m4/intmax.m4: New file, from gettext-0.13.
13542         * m4/printf-posix.m4: New file, from gettext-0.13.
13543
13544 2003-11-29  Karl Berry  <karl@gnu.org>
13545
13546         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
13547
13548 2003-11-25  Paul Eggert  <eggert@twinsun.com>
13549             Bruno Haible  <bruno@clisp.org>
13550
13551         * lib/printf-parse.h: Don't include sys/types.h.
13552         (ARG_NONE): New macro.
13553         (char_directive): Change type of *arg_index fields to size_t.
13554         * lib/printf-parse.c: Don't include sys/types.h.
13555         (SSIZE_MAX): Remove macro.
13556         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
13557         Remove unnecessary overflow check.
13558         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
13559         fields.
13560
13561 2003-11-25  Bruno Haible  <bruno@clisp.org>
13562
13563         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
13564
13565 2003-11-25  Bruno Haible  <bruno@clisp.org>
13566
13567         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
13568         gt_TYPE_SSIZE_T.
13569
13570 2003-11-24  Paul Eggert  <eggert@twinsun.com>
13571
13572         * modules/alloca: Remove dependency on xalloc.
13573
13574 2003-11-24  Paul Eggert  <eggert@twinsun.com>
13575
13576         * lib/alloca.c: Remove dependency on xalloc module.
13577         (xalloc_die): Remove.
13578         (memory_full) [!defined emacs]: New macro.
13579         [!defined emacs]: Don't include xalloc.h.
13580         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
13581         address arithmetic overflows.  Change datatypes a bit to avoid
13582         unnecessary casts.
13583
13584 2003-11-22  Jim Meyering  <jim@meyering.net>
13585
13586         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
13587         s/size/size_t/.
13588
13589 2003-11-21  Karl Berry  <karl@gnu.org>
13590
13591         * config/config.{sub,guess}: update from config.
13592
13593 2003-11-18  Karl Berry  <karl@gnu.org>
13594
13595         * config/config.{sub,guess}: update from config.
13596
13597         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
13598
13599 2003-11-17  Paul Eggert  <eggert@twinsun.com>
13600
13601         * README: Mention that S+T cannot overflow if S is the size of
13602         an existing object and T is sufficiently small.
13603
13604 2003-11-17  Jim Meyering  <jim@meyering.net>
13605
13606         On systems without utime and without a utimes function capable of
13607         dealing with a NULL struct utimbuf* argument, this utime replacement
13608         could -- in unusual circumstances -- leak a file descriptor.
13609         * lib/utime.c: Include <unistd.h> and <errno.h>.
13610         (utime_null): Be sure to close `fd' and to preserve errno.
13611         Reported by Geoff Collyer via Arnold Robbins.
13612
13613 2003-11-17  Bruno Haible  <bruno@clisp.org>
13614
13615         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
13616         (Depends-on): Add xsize.
13617
13618 2003-11-17  Bruno Haible  <bruno@clisp.org>
13619
13620         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
13621
13622 2003-11-17  Bruno Haible  <bruno@clisp.org>
13623
13624         * lib/vasnprintf.c (alloca): Remove fallback definition.
13625         (freea): Remove definition.
13626         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
13627         Reported by Paul Eggert.
13628
13629 2003-11-16  Paul Eggert  <eggert@twinsun.com>
13630             Bruno Haible  <bruno@clisp.org>
13631
13632         Protect against address arithmetic overflow.
13633         * lib/printf-args.h: Include stddef.h.
13634         (arguments): Change type of field 'count' to size_t.
13635         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
13636         'unsigned int' where appropriate.
13637         * lib/printf-parse.h: Include sys/types.h.
13638         (char_directive): Change type of *arg_index fields to ssize_t.
13639         (char_directives): Change type of fields 'count', max_*_length to
13640         size_t.
13641         * lib/printf-parse.c: Include sys/types.h and xsize.h.
13642         (SSIZE_MAX): Define fallback value.
13643         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
13644         instead of 'int' where appropriate. Check a_allocated, d_allocated
13645         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
13646         * lib/vasnprintf.c: Include xsize.h.
13647         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
13648         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
13649         overflow. Avoid wraparound when converting a width or precision from
13650         decimal to binary.
13651
13652 2003-11-16  Bruno Haible  <bruno@clisp.org>
13653
13654         Update from GNU gettext.
13655         * lib/printf-parse.c: Generalize to it can be compiled for wide
13656         strings.
13657         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
13658         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
13659         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
13660         SNPRINTF): New macros.
13661         Don't include <alloca.h> if the file is used inside libintl.
13662         (local_wcslen): New function, for Solaris 2.5.1.
13663         (VASNPRINTF): Use it instead of wcslen.
13664
13665 2003-11-16  Bruno Haible  <bruno@clisp.org>
13666
13667         * lib/xsize.h (xmax): New function.
13668         (xsum, xsum3, xsum4): Declare as "pure" functions.
13669
13670 2003-11-12  Paul Eggert  <eggert@twinsun.com>
13671
13672         * modules/xalloc (Files): Undo latest change, since xalloc.h
13673         no longer needs SIZE_MAX or PTRDIFF_MAX.
13674
13675 2003-11-12  Paul Eggert  <eggert@twinsun.com>
13676
13677         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
13678         gl_PTRDIFF_MAX.
13679
13680 2003-11-12  Paul Eggert  <eggert@twinsun.com>
13681
13682         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
13683         "return", to pacify some unknown compiler.  Problem reported
13684         by Joerg Schilling.
13685
13686 2003-11-12  Paul Eggert  <eggert@twinsun.com>
13687
13688         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
13689         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
13690         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
13691         heuristic is just as accurate as far as we know, and it removes a
13692         dependency on size_max.m4 and ptrdiff_max.m4.
13693
13694 2003-11-11  Bruno Haible  <bruno@clisp.org>
13695
13696         * modules/xsize (Files): Add m4/size_max.m4.
13697         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
13698
13699 2003-11-11  Bruno Haible  <bruno@clisp.org>
13700
13701         * m4/size_max.m4: New file.
13702         * m4/ptrdiff_max.m4: New file.
13703         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
13704         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
13705         (gl_XALLOC): Invoke it.
13706
13707 2003-11-11  Bruno Haible  <bruno@clisp.org>
13708
13709         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
13710         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
13711         defined.
13712
13713 2003-11-10  Paul Eggert  <eggert@twinsun.com>
13714
13715         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
13716         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
13717         rejected some allocations of exactly SIZE_MAX - 2 bytes.
13718         From Bruno Haible.
13719         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
13720         not (size_t) -1, since it's defined here.
13721
13722 2003-11-09  Karl Berry  <karl@gnu.org>
13723
13724         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
13725
13726 2003-11-06  Paul Eggert  <eggert@twinsun.com>
13727
13728         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
13729         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
13730         Reject sizes of exactly SIZE_MAX bytes.
13731         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
13732         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
13733
13734 2003-11-05  Bruno Haible  <bruno@clisp.org>
13735
13736         * lib/xsize.h: Include limits.h, to avoid a possible collision with
13737         SIZE_MAX defined in <limits.h> on Solaris.
13738
13739 2003-11-04  Jim Meyering  <jim@meyering.net>
13740
13741         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
13742         variable names, rather than @VAR@.
13743         * modules/poll: Likewise.
13744
13745 2003-11-04  Bruno Haible  <bruno@clisp.org>
13746
13747         * modules/xsize: New file.
13748         * modules/linebreak: Depend on xsize.
13749         * MODULES.html.sh (func_all_modules): Add xsize.
13750
13751 2003-11-04  Bruno Haible  <bruno@clisp.org>
13752
13753         * m4/xsize.m4: New file.
13754
13755 2003-11-04  Bruno Haible  <bruno@clisp.org>
13756
13757         * lib/xsize.h: New file.
13758         * lib/linebreak.c: Include xsize.h.
13759         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
13760         argument for overflow.
13761         Suggested by Paul Eggert.
13762
13763 2003-11-03  Karl Berry  <karl@gnu.org>
13764
13765         * config/config.{guess,sub}: update from config.
13766
13767 2003-11-03  Jim Meyering  <jim@meyering.net>
13768
13769         * modules/userspec (lib_SOURCES): Add userspec.h.
13770         (Include): Add "userspec.h".
13771         Improve description.
13772
13773 2003-11-03  Jim Meyering  <jim@meyering.net>
13774
13775         * lib/userspec.c: Include "userspec.h".
13776         * lib/userspec.h: New file.
13777
13778 2003-11-03  Bruno Haible  <bruno@clisp.org>
13779
13780         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
13781
13782 2003-11-03  Bruno Haible  <bruno@clisp.org>
13783
13784         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
13785         available, to avoid (extremely rare) race condition.
13786         Suggested by Paul Eggert.
13787
13788 2003-11-02  Karl Berry  <karl@gnu.org>
13789
13790         * config/srclist.txt (vasprintf.c): sync broken, sigh.
13791
13792 2003-10-31  Paul Eggert  <eggert@twinsun.com>
13793
13794         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
13795         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
13796         (read_filesystem_list): Set and use me_type_malloced.
13797         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
13798         whatever the type happens to be), for brevity and consistency.
13799         Check for size calculation overflow on Alphas running OSF/1.
13800
13801 2003-10-31  Jim Meyering  <jim@meyering.net>
13802
13803         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
13804
13805         * lib/linebuffer.c: Include <string.h> for declaration of memset.
13806
13807 2003-10-30  Paul Eggert  <eggert@twinsun.com>
13808             Bruno Haible  <bruno@clisp.org>
13809
13810         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
13811         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
13812
13813 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13814
13815         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
13816         netbsd*-gnu*.  Suggested by Robert Millan.
13817
13818 2003-10-29  Paul Eggert  <eggert@twinsun.com>
13819
13820         * modules/group-member: Depend on stdbool.
13821
13822 2003-10-29  Paul Eggert  <eggert@twinsun.com>
13823
13824         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
13825
13826 2003-10-29  Paul Eggert  <eggert@twinsun.com>
13827
13828         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
13829         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
13830         after the 'gnu' in these cases.  This fixes some bugs in the
13831         previous change, and is based on suggestions by Robert Millan.
13832
13833 2003-10-29  Paul Eggert  <eggert@twinsun.com>
13834
13835         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
13836         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
13837         no longer needed.
13838         * lib/quotearg.c (quotearg_n_options): Use it.
13839         * lib/group-member.c: Include <stdbool.h>.
13840         (free_group_info): Arg is now const *; don't free arg.
13841         (get_group_info): Now returns bool and accepts struct group_info *,
13842         rather than returning a malloc'ed struct group_info *.
13843         All uses changed.  Check for overflow in internal size calculation.
13844
13845         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
13846         rather than xmalloc/xrealloc.
13847         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
13848         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
13849         conformance bug: the old code used a pointer after freeing the
13850         storage that it addressed.
13851         * lib/hash.c (hash_initialize): Simplify the code by using
13852         xalloc_oversized rather than doing it by hand.
13853         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
13854         the buffer preserved.  Use free and xmalloc instead.
13855         * lib/quotearg.c (quotearg_n_options): Likewise.
13856         Use a simpler test for size overflow.  Don't use xalloc_oversized
13857         because unsigned int might be wider than size_t (!); this suggests
13858         that we should switch from unsigned int to size_t for slot numbers.
13859
13860 2003-10-28  Paul Eggert  <eggert@twinsun.com>
13861
13862         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
13863         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
13864         NetBSD kernels.  Requested by Richard Stallman.
13865
13866 2003-10-27  Paul Eggert  <eggert@twinsun.com>
13867
13868         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
13869         to allocate the returned structure.  Do not allocate a subarray,
13870         as x2nrealloc will do that.
13871         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
13872         instead of xnrealloc.
13873         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
13874
13875 2003-10-27  Bruno Haible  <bruno@clisp.org>
13876
13877         * lib/stdbool_.h: Better support for BeOS.
13878
13879 2003-10-26  Paul Eggert  <eggert@twinsun.com>
13880
13881         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
13882         now uses inline.
13883
13884 2003-10-26  Paul Eggert  <eggert@twinsun.com>
13885
13886         * lib/xalloc.h (xalloc_oversized): New static inline function, for
13887         callers that want to do their own size-overflow checking.  Include
13888         <stdbool.h>, since xalloc_oversized returns bool.
13889         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
13890         to use xalloc_oversized.
13891
13892         Add two functions x2realloc, x2nrealloc, for programs that grow
13893         arrays dynamically by doubling their sizes.
13894         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
13895         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
13896         New functions.
13897
13898         Port to C99 semantics for 'inline' of external functions.
13899         Bug reported by Bruno Haible.
13900         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
13901         with the old contents of xnmalloc.
13902         (xnmalloc, xmalloc): Use it.
13903         (xnrealloc_inline): New static inline function,
13904         with the old contents of xnrealloc.
13905         (xnrealloc, xrealloc): Use it.
13906
13907         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
13908         that.
13909
13910 2003-10-26  Karl Berry  <karl@gnu.org>
13911
13912         * config/srclist.txt (COPYING.DOC): no longer available from
13913         /gd/gnuorg; don't know where the ultimate source is.
13914
13915 2003-10-25  Paul Eggert  <eggert@twinsun.com>
13916
13917         Fix several address-calculation bugs in the hash modules,
13918         plus some minor code cleanup.
13919
13920         * lib/hash.h: Include <stdbool.h>, for bool.
13921         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
13922         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
13923         hash_get_n_entries, hash_get_max_bucket_length,
13924         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
13925         hash_rehash): Use size_t rather than unsigned.
13926         * lib/hash.c (struct hash_table, hash_get_n_buckets,
13927         hash_get_n_buckets_used, hash_get_n_entries,
13928         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
13929         hash_get_entries, hash_do_for_each, hash_string, is_prime,
13930         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
13931         Likewise.
13932         (SIZE_MAX): Define if not defined.
13933         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
13934         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
13935         hash_print):
13936         Use const * when possible.
13937         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
13938         (check_tuning): Fix bug: if tuning parameters were very close to
13939         0 or 1, rounding errors could have caused subscript violations.
13940         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
13941         (hash_initialize): Add 'fail:' label
13942         to free table and return NULL, and use it to simplify code.
13943         Use calloc rather than clearing the storage ourself.
13944         (hash_initialize, hash_rehash): Check for arithmetic overflow in
13945         buffer size calculations.
13946         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
13947         Include <stddef.h>, for size_t.
13948         * lib/hash-pjw.c (hash_pjw): Likewise.
13949         Switch to method described by Bruno Haible.
13950         Include <limits.h>, for CHAR_BIT.
13951         (SIZE_BITS): New macro.
13952
13953 2003-10-23  Paul Eggert  <eggert@twinsun.com>
13954
13955         * m4/getline.m4 (AM_FUNC_GETLINE):
13956         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
13957         hosts.  Problem reported by Derek Robert Price in
13958         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
13959         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
13960         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
13961
13962 2003-10-21  Paul Eggert  <eggert@twinsun.com>
13963
13964         * lib/getndelim2.c (getndelim2): When size calculation overflows,
13965         ceiling the allocation at NMAX bytes rather than silently
13966         discarding input bytes before NMAX is reached.  This makes
13967         a difference only if NMAX exceeds SIZE_MAX / 2.
13968
13969         * lib/obstack.c: Merge from glibc.
13970         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
13971         Add libc_hidden_def (_obstack_newchunk).
13972         (_obstack_free) [! defined _LIBC]: Remove.
13973         [defined _LIBC]: Make a strong alias from obstack_free, rather than
13974         a clone of the function body.
13975         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
13976         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
13977
13978         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
13979         glibc.
13980         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
13981         arg to memcpy.
13982
13983         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
13984         (obstack_ptr_grow_fast, obstack_int_grow_fast):
13985         Don't use lvalue casts, as GCC plans to remove support for them
13986         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
13987         was also present in the non-GCC version, indicating that this
13988         code had always been buggy and had never been widely used.
13989         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
13990         Use the fast variant of each macro, rather than copying the
13991         definiens of the fast variant; that way, we'll be more likely to
13992         catch future bugs in the fast variants.
13993
13994 2003-10-20  Bruno Haible  <bruno@clisp.org>
13995
13996         * modules/wait-process: New file.
13997         * MODULES.html.sh (func_all_modules): Add wait-process.
13998
13999 2003-10-20  Bruno Haible  <bruno@clisp.org>
14000
14001         * m4/wait-process.m4: New file.
14002
14003 2003-10-20  Bruno Haible  <bruno@clisp.org>
14004
14005         * lib/wait-process.h: New file, from GNU gettext.
14006         * lib/wait-process.c: New file, from GNU gettext.
14007
14008 2003-10-19  Jim Meyering  <jim@meyering.net>
14009
14010         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
14011         HPUX 10.20.
14012
14013 2003-10-18  Karl Berry  <karl@gnu.org>
14014
14015         * config/config.guess: update from config.
14016
14017 2003-10-16  Paul Eggert  <eggert@twinsun.com>
14018
14019         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
14020         (getgroups): First arg is int, not size_t.
14021         Don't let 'free' mangle errno.
14022
14023 2003-10-16  Paul Eggert  <eggert@twinsun.com>
14024
14025         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
14026
14027 2003-10-16  Karl Berry  <karl@gnu.org>
14028
14029         * config/config.{guess,sub}: update from config.
14030
14031 2003-10-16  Jim Meyering  <jim@meyering.net>
14032
14033         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
14034         memcpy.
14035
14036 2003-10-15  Paul Eggert  <eggert@twinsun.com>
14037
14038         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
14039         (SIZE_MAX): Remove.
14040         (new_exclude, add_exclude_file): Initial size no longer needs to
14041         be a power of 2.
14042         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
14043         our own address arithmetic overflow checking.
14044
14045         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
14046         (fnmatch): Do not alloca more than 2000 wide characters;
14047         instead, use malloc for large buffers.
14048         Check for address arithmetic overflow, and return -1
14049         with errno set to ENOMEM in that case.
14050         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
14051         (NEW_PATTERN): Do not alloca more than 8000 bytes;
14052         instead, return -1.  Check for address arithmetic overflow.
14053
14054 2003-10-14  Paul Eggert  <eggert@twinsun.com>
14055
14056         Handle invalid suffixes and overflow independently, so that
14057         callers can treat them independently as needed.  Fix some bugs in
14058         suffix handling, e.g., "100k@" was not diagnosed as an invalid
14059         suffix for a human-readable blocksize.  The major caller-visible
14060         change is the addition of a new
14061         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
14062         that both overflow and suffix chars were found.
14063
14064         * lib/human.c (humblock): Don't check separately for invalid suffix
14065         char; that is xstrtoumax's job (now that its bug is fixed).
14066         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
14067         INTMAX_MAX]: New macros.
14068         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
14069         TYPE_MAXIMUM): New macros.
14070         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
14071         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
14072         if overflow occurs, as it's what __strtol does and it's more useful
14073         in practice.
14074         (__xstrtol): If __strtol reports some error other than ERANGE,
14075         reflect it to the caller as LONGINT_INVALID.  If it reports
14076         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
14077         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
14078         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
14079         value.
14080         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
14081         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
14082         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
14083         [defined UINTMAX_MAX]: New macros.
14084
14085 2003-10-14  Bruno Haible  <bruno@clisp.org>
14086
14087         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
14088
14089 2003-10-14  Bruno Haible  <bruno@clisp.org>
14090
14091         * m4/sig_atomic_t: New file, from GNU gettext.
14092         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
14093
14094 2003-10-14  Bruno Haible  <bruno@clisp.org>
14095
14096         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
14097         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
14098         Also use volatile where needed.
14099
14100 2003-10-12  Paul Eggert  <eggert@twinsun.com>
14101
14102         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
14103         Change maintainer from Bruno Haible to 'all'.
14104
14105 2003-10-12  Paul Eggert  <eggert@twinsun.com>
14106
14107         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
14108
14109 2003-10-12  Paul Eggert  <eggert@twinsun.com>
14110
14111         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
14112         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
14113         and define in terms of the other primitives.
14114         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
14115         (SIZE_MAX): Define if not already defined.
14116         (array_size_overflow): New function.
14117         (xalloc_die): Abort instead of exiting if 'error' returns.
14118         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
14119         (xmalloc, xrealloc): Use them.
14120         (xcalloc): Check for address arithmetic overflow.
14121         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
14122         a bit faster than strcpy.
14123
14124 2003-10-10  Simon Josefsson  <jas@extundo.com>
14125
14126         * modules/argp (Depends-on): Add restrict and strcase.
14127
14128 2003-10-10  Simon Josefsson  <jas@extundo.com>
14129
14130         * m4/argp.m4: Add AC_C_INLINE.
14131
14132 2003-10-08  Paul Eggert  <eggert@twinsun.com>
14133
14134         Merge getpass from libc, plus a few fixes.
14135
14136         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
14137         Include <stdbool.h>.
14138         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
14139         __fsetlocking to empty.
14140         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
14141         do include <bits/libc-lock.h>.
14142         Do not include <fcntl.h>; not needed.
14143         [_LIBC]: Include <wchar.h>.
14144         (NOTCANCEL_MODE): New macro.
14145         (flockfile, funlockfile) [_LIBC]: New macros.
14146         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
14147         [!_LIBC]: New macros.
14148         (call_fclose): New function.
14149         (getpass): Use it.  Save tty stream separately; this simplifies the
14150         code and makes it more reliable if stdin happens to equal stdout.
14151         Invoke __fsetlocking on tty.
14152         Handle thread cancellation if needed.
14153         Namespace cleanup (use __tcgetattr, __getline).
14154         Use bool for Booleans.
14155         [USE_IN_LIBIO]: Handle wide streams.
14156         [!_LIBC]: Unconditionally do the fseek, since we don't know what
14157         stream might go where.
14158
14159         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
14160         doesn't have to include <stdio.h> before us.
14161         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
14162         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
14163         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
14164         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
14165         if not declared, so that we can use getpass.c code from libc without
14166         rewriting it.
14167         (flockfile, ftrylockfile, funlockfile): New macros.
14168
14169 2003-10-08  Paul Eggert  <eggert@twinsun.com>
14170
14171         * modules/getpass: Depend on stdbool.
14172
14173 2003-10-08  Paul Eggert  <eggert@twinsun.com>
14174
14175         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
14176
14177 2003-10-07  Karl Berry  <karl@gnu.org>
14178
14179         * config/config.{guess,sub}: update from config.
14180
14181 2003-10-06  Jim Meyering  <jim@meyering.net>
14182             Bruno Haible  <bruno@clisp.org>
14183
14184         This lets translators provide better translations for the
14185         "Written by ..." part of --version output.
14186         * lib/version-etc.h: Include stdarg.h.
14187         (version_etc_copyright): Declare as readonly.
14188         (version_etc): Make this function variadic with a NULL-terminated list
14189         of author name strings.
14190         (version_etc_va): New declaration.
14191         * lib/version-etc.c: Include stdarg.h, stdlib.h.
14192         (version_etc_copyright): Declare as readonly.
14193         (version_etc_va): New function. Provide a different translatable string
14194         for each possible number of authors < 10. Abbreviate when there are 10
14195         authors or more.
14196         (version_etc): Make this function variadic. Call version_etc_va.
14197         Suggestion from Gary V. Vaughan.
14198
14199         * lib/long-options.h (parse_long_options): Change prototype: the
14200         authors string is moved to the end and becomes variadic.
14201         * lib/long-options.c: Include stdarg.h.
14202         (parse_long_options): Make this function variadic, too.
14203         Call version_etc_va, not version_etc.
14204
14205 2003-10-06  Bruno Haible  <bruno@clisp.org>
14206
14207         * modules/version-etc-2: Remove file.
14208         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
14209
14210 2003-10-06  Bruno Haible  <bruno@clisp.org>
14211
14212         * modules/fatal-signal: New file.
14213         * MODULES.html.sh (func_all_modules): Add fatal-signal.
14214
14215 2003-10-06  Bruno Haible  <bruno@clisp.org>
14216
14217         * m4/fatal-signal.m4: New file.
14218         * m4/signalblocking.m4: New file, from GNU gettext.
14219
14220 2003-10-06  Bruno Haible  <bruno@clisp.org>
14221
14222         * lib/version-etc-2.h: Remove file.
14223         * lib/version-etc-2.c: Remove file.
14224
14225 2003-10-06  Bruno Haible  <bruno@clisp.org>
14226
14227         * lib/fatal-signal.h: New file, from GNU gettext.
14228         * lib/fatal-signal.c: New file, from GNU gettext.
14229
14230 2003-10-05  Paul Eggert  <eggert@twinsun.com>
14231
14232         * README: Rework advice for preventing empty .o files.
14233         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
14234         not <sys/types.h>.
14235
14236 2003-10-04  Karl Berry  <karl@gnu.org>
14237
14238         * lib/argp*: update from libc.
14239
14240 2003-10-04  Karl Berry  <karl@gnu.org>
14241
14242         * config/config.{guess,sub}: update from config.
14243
14244 2003-10-02  Bruno Haible  <bruno@clisp.org>
14245
14246         * modules/lchown (Include): Add lchown.h.
14247         * modules/time_r (Include): Use "..." syntax.
14248         * modules/xgetdomainname (Include): Add xgetdomainname.h.
14249
14250 2003-10-01  Simon Josefsson  <jas@extundo.com>
14251
14252         * MODULES.html.sh (func_all_modules): Move gethostname from section
14253         'based on' to section 'lacking' POSIX:2001.
14254
14255 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
14256
14257         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
14258         to output mode on the same stream.
14259
14260 2003-09-29  Paul Eggert  <eggert@twinsun.com>
14261
14262         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
14263         Fix arg typo in previous patch.
14264
14265 2003-09-28  Jim Meyering  <jim@meyering.net>
14266
14267         * lib/error.c: Correct cpp indentation.
14268
14269 2003-09-27  Paul Eggert  <eggert@twinsun.com>
14270
14271         * modules/free: New file.
14272
14273 2003-09-27  Paul Eggert  <eggert@twinsun.com>
14274
14275         * m4/free.m4: New file.
14276
14277 2003-09-27  Paul Eggert  <eggert@twinsun.com>
14278
14279         * lib/minmax.h (MIN, MAX)
14280         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
14281         Omit the special code that used __typeof__, since we worry that
14282         it could be more trouble than it's worth.  See:
14283         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
14284         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
14285
14286         * lib/free.c: New file.
14287
14288 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
14289
14290         Trivial fixes to Makefile.am parts of module listings.
14291         * modules/strstr: Append strstr.h to lib_SOURCES.
14292         * modules/strcase: Likewise, for strcase.h.
14293
14294 2003-09-27  Karl Berry  <karl@gnu.org>
14295
14296         * config/mkinstalldirs: update from automake.
14297
14298 2003-09-26  Paul Eggert  <eggert@twinsun.com>
14299
14300         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
14301         (error_tail): Do not loop, reallocating temporary buffer, since
14302         the output cannot contain more wide characters than the input
14303         contains bytes, the size must be big enough already.  This avoids
14304         one potential size overflow calculation.  Check for size overflow
14305         when calculating temporary buffer size.  Free temporary buffer
14306         when done, if it was allocated with malloc; this plugs a memory
14307         leak.  Remove casts from void * to pointers, that are no longer
14308         needed now that we're assuming C89 or better.
14309
14310         Merge error changes from glibc.
14311
14312         * lib/error.c, error.h: Update copyright notice header to match glibc.
14313         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
14314         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
14315         Disable cancellation while printing error.
14316         * lib/error.h: Prepend __ to parameter names.
14317
14318 2003-09-26  Jim Meyering  <jim@meyering.net>
14319
14320         * lib/error.c (error_tail): Move some declarations
14321         into inner scope where the local variables are used.
14322
14323 2003-09-26  Bruno Haible  <bruno@clisp.org>
14324
14325         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
14326         stpncpy().
14327         Don't define stpncpy through config.h; it's now done through stpncpy.h.
14328
14329 2003-09-26  Bruno Haible  <bruno@clisp.org>
14330
14331         * lib/stpncpy.h (gnu_stpncpy): New declaration.
14332         (stpncpy): Define as alias for gnu_stpncpy.
14333         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
14334
14335 2003-09-25  Simon Josefsson  <jas@extundo.com>
14336
14337         * lib/xgetdomainname.h: New file.
14338         * lib/xgetdomainname.c: New file.
14339
14340 2003-09-25  Simon Josefsson  <jas@extundo.com>
14341             Bruno Haible  <bruno@clisp.org>
14342
14343         * modules/getdomainname: New file.
14344         * modules/xgetdomainname: New file.
14345         * MODULES.html.sh (func_all_modules): Add getdomainname,
14346         xgetdomainname.
14347
14348 2003-09-25  Simon Josefsson  <jas@extundo.com>
14349             Bruno Haible  <bruno@clisp.org>
14350
14351         * m4/getdomainname.m4: New file.
14352
14353 2003-09-25  Simon Josefsson  <jas@extundo.com>
14354             Bruno Haible  <bruno@clisp.org>
14355
14356         * lib/getdomainname.h: New file.
14357         * lib/getdomainname.c: New file.
14358
14359 2003-09-25  Karl Berry  <karl@gnu.org>
14360
14361         * lib/argp-fmtstream.c, argp-help.c: update from libc.
14362
14363 2003-09-25  Karl Berry  <karl@gnu.org>
14364
14365         * config/install-sh: update from automake.
14366
14367 2003-09-25  Bruno Haible  <bruno@clisp.org>
14368
14369         * modules/version-etc-2: New file, from modules/version-etc with
14370         modifications.
14371         * MODULES.html.sh (func_all_modules): Add version-etc-2.
14372
14373 2003-09-25  Bruno Haible  <bruno@clisp.org>
14374
14375         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
14376         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
14377
14378 2003-09-24  Simon Josefsson  <jas@extundo.com>
14379
14380         * modules/xgethostname: Add xgethostname.h.
14381
14382 2003-09-24  Paul Eggert  <eggert@twinsun.com>
14383
14384         * lib/linebuffer.c (freebuffer): Don't free the argument, just
14385         the buffer associated with the argument.  Bug reported by
14386         Simon Josefsson.
14387
14388 2003-09-24  Paul Eggert  <eggert@twinsun.com>
14389
14390         * README: Document assumptions that 'int' is at least 32 bits
14391         wide, that integer arithmetic is 2's complement without overflow,
14392         that there are no holes in integer values, that adding sizes of
14393         two nonoverlapping objects can't overflow, and that all-bits-zero
14394         yields scalar zero.  Fix spelling and capitalization typos.
14395
14396 2003-09-19  Karl Berry  <karl@gnu.org>
14397
14398         * lib/argp.h: update from libc.
14399
14400 2003-09-17  Paul Eggert  <eggert@twinsun.com>
14401
14402         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
14403         to avoid spurious warnings like "AC_RUN_IFELSE was called before
14404         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
14405
14406 2003-09-17  Paul Eggert  <eggert@twinsun.com>
14407
14408         * gnulib-tool: Use "test -h", not "test -L", for portability
14409         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
14410         (tags_regexp): Remove, since \| doesn't conform to POSIX.
14411         (sed_extract_prog): Issue s commands one-by-one, rather than
14412         using \| in one s command.
14413
14414 2003-09-16  Paul Eggert  <eggert@twinsun.com>
14415
14416         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
14417         input error, instead of returning NULL the next time we are called
14418         (and therefore losing track of errno).
14419
14420 2003-09-16  Bruno Haible  <bruno@clisp.org>
14421
14422         * gnulib-tool (func_create_testdir): Warn about duplicated
14423         dependencies.
14424
14425 2003-09-15  Paul Eggert  <eggert@twinsun.com>
14426
14427         * modules/argmatch, modules/fatal, modules/obstack,
14428         modules/xalloc, modules/xgethostname: Sort dependencies by
14429         importance, not alphabetically.
14430
14431 2003-09-15  Paul Eggert  <eggert@twinsun.com>
14432
14433         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
14434         fails, so that the caller gets the proper errno.
14435
14436         * lib/readutmp.c (read_utmp): Likewise.
14437         Check for fstat error.  Close stream and free storage
14438         when failing.
14439
14440 2003-09-14  Karl Berry  <karl@gnu.org>
14441
14442         * config/srclist.txt (strdup.c): disable for c89 changes.
14443
14444 2003-09-14  Jim Meyering  <jim@meyering.net>
14445
14446         * lib/getloadavg.c: Correct cpp indentation.
14447         * lib/strdup.c: Likewise.
14448         * lib/vasnprintf.c: Likewise.
14449
14450 2003-09-14  Bruno Haible  <bruno@clisp.org>
14451
14452         * modules/fwriteerror: New file.
14453         * MODULES.html.sh (func_all_modules): Add fwriteerror.
14454
14455 2003-09-14  Bruno Haible  <bruno@clisp.org>
14456
14457         * lib/fwriteerror.h: New file.
14458         * lib/fwriteerror.c: New file.
14459
14460 2003-09-12  Paul Eggert  <eggert@twinsun.com>
14461
14462         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
14463         modules/xgethostname, modules/xalloc: Depend on exit.
14464
14465 2003-09-12  Paul Eggert  <eggert@twinsun.com>
14466
14467         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
14468
14469         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
14470         and AC_MINIX, too, so that their extensions are available.
14471
14472         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
14473         This macro has been superseded by gl_BACKUPFILE.
14474
14475         More patches to assume C89 or better.
14476
14477         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
14478
14479         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
14480         unconditionally.
14481         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
14482         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
14483         Include <string.h>, <stdlib.h> unconditionally.
14484         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
14485         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
14486         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
14487         headers or for string.h.
14488         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
14489         or strtoul.
14490
14491         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
14492         headers.
14493         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
14494         * m4/userspec.m4 (gl_USERSPEC): Likewise.
14495         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
14496         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
14497         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
14498         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
14499         memcpy, memset.
14500         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
14501         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
14502         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
14503         strtol.
14504         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
14505         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
14506         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
14507         strtoul.
14508
14509 2003-09-12  Paul Eggert  <eggert@twinsun.com>
14510
14511         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
14512         * lib/obstack.c [!defined _LIBC]: Likewise.
14513         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
14514         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
14515         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
14516
14517         More changes to assume C89 or better.
14518
14519         * lib/error.c (error_tail): Assume vprintf.
14520
14521         * lib/argmatch.c (getenv): Remove decl.
14522         * lib/progreloc.c (get_full_program_name): Define via prototype.
14523         * lib/setenv.c (clearenv): Likewise.
14524         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
14525         needed.
14526         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
14527         (malloc, memcpy): Remove decls.
14528         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
14529         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
14530         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
14531         (memcpy): Remove macro.
14532         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
14533         (__P): Remove.  All uses removed.
14534         (PTR): Remove.  All uses changed to void *.
14535         (CHAR_BIT, NULL): Remove.
14536         (spaces, zeros, memset_space, memset_zero)
14537         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
14538         Remove.
14539         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
14540         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
14541         Define with prototype.
14542         Remove now-unnecessary prototype decl.
14543         (extra_args_spec): Assume ANSI C.  All uses changed.
14544         (extra_args_spec_iso): Remove.
14545         (my_strftime, emacs_strftimeu): Define via prototype.
14546         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
14547         unconditionally.
14548         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
14549         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
14550         (strtoul, strtol): Remove decls.
14551         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
14552         LONG_MAX): Remove.
14553         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
14554         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
14555         (LOCALE_PARAM_PROTO): New macro.
14556         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
14557         (INTERNAL (strtol), strtol): Define with a prototype.
14558         (PARAMS): Remove.  All uses removed.
14559         * lib/tempname.c: Include <string.h> unconditionally.
14560         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
14561         * lib/xgethostname.c (main): Define with a prototype.
14562         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
14563         Include <stdlib.h> unconditionally.
14564         (calloc, malloc, realloc, free): Remove decls.
14565         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
14566         Include <stdlib.h> unconditionally.  Sort include file names.
14567         (strtod): Remove.
14568         (xstrtod): Define with a prototype.
14569         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
14570         (strtol, strtoul): Remove decls.
14571
14572 2003-09-11  Paul Eggert  <eggert@twinsun.com>
14573
14574         More patches to assume C89 or better.
14575         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
14576         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
14577         string.h, memchr, STDC_HEADERS.
14578
14579 2003-09-11  Paul Eggert  <eggert@twinsun.com>
14580
14581         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
14582         Include <stdlib.h>, <string.h> unconditionally.
14583         Remove now-unnecessary cast to char *.
14584         * lib/strnlen.c: Include <string.h> unconditionally.
14585         * lib/yesno.c (yesno): Define with a prototype.
14586
14587 2003-09-11  Bruno Haible  <bruno@clisp.org>
14588
14589         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
14590
14591 2003-09-10  Jim Meyering  <jim@meyering.net>
14592
14593         * lib/error.c: Correct indentation of cpp directives.
14594
14595 2003-09-10  Bruno Haible  <bruno@clisp.org>
14596
14597         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
14598         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
14599         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
14600         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
14601         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
14602         <stdlib.h> and <string.h> checks.
14603         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
14604         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
14605
14606 2003-09-10  Bruno Haible  <bruno@clisp.org>
14607
14608         * lib/strcspn.c: Include <string.h> unconditionally.
14609         * lib/strpbrk.c: Include <string.h> unconditionally.
14610         * lib/strstr.c: Include <string.h> unconditionally.
14611         * lib/unicodeio.c: Include <string.h> unconditionally.
14612         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
14613         * lib/unsetenv.c: Likewise.
14614         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
14615         * lib/yesno.c: Include <stdlib.h> unconditionally.
14616         (rpmatch): Add prototype.
14617
14618 2003-09-09  Paul Eggert  <eggert@twinsun.com>
14619
14620         More patches to assume C89 or better.
14621         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
14622         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
14623         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
14624         or for string.h.
14625         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
14626         stdlib.h.
14627         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
14628         C headers.
14629         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
14630         string.h.
14631         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
14632         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
14633         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
14634         or for string.h.
14635         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
14636         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
14637         C headers.
14638         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
14639         memcpy.
14640         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
14641         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
14642         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
14643         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
14644         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
14645         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
14646         string.h, free.
14647         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
14648         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
14649         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
14650         C headers, or for string.h.
14651         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
14652         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
14653         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
14654         headers, memory.h, stdlib.h, string.h, strings.h.
14655         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
14656         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
14657         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
14658         strchr.
14659         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
14660         headers, memory.h, string.h.
14661         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
14662         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
14663         free.
14664         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
14665         headers.
14666         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
14667         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
14668         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
14669         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
14670         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
14671
14672 2003-09-09  Paul Eggert  <eggert@twinsun.com>
14673
14674         More K&R removal.
14675
14676         * lib/acosl.c (main): Use a prototype.
14677         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
14678         tanl.c: Likewise.
14679
14680         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
14681
14682         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
14683         (getopt, etopt_long, getopt_long_only, _getopt_internal)
14684         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
14685         with a prototype.
14686         * lib/getopt.c (const): Remove macro.
14687         Include <string.h> unconditionally.
14688         (my_index): Remove; all uses changed to strchr.
14689         (strlen): Remove decl.
14690         (exchange): Remove forward decl; no longer needed.
14691         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
14692         Define with prototype.
14693         * lib/getopt1.c (const): Remove macro.
14694         (getopt_long, getopt_long_only, main): Define with prototype.
14695
14696         * lib/getugroups.c: Include <string.h> unconditionally.
14697
14698         * lib/getusershell.c: Include <stdlib.h> unconditionally.
14699         (getusershell, setusershell, endusershell, readname, main):
14700         Define with prototypes.
14701
14702         * lib/group-member.c: Include group-member.h first.
14703         Include <stdlib.h> unconditionally.
14704
14705         * lib/hard-locale.c: Include hard-locale.h first.
14706         Include <stdlib.h>, <string.h> unconditionally.
14707
14708         * lib/hash.c (free, malloc): Remove decls.
14709         Include <stdlib.h> unconditionally.
14710
14711         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
14712         (getenv): Do not declare.
14713
14714         * lib/idcache.c: Include <string.h> unconditionally.
14715
14716         * lib/long-options.c: Include long-options.h first, to test interface.
14717         Include <stdlib.h> unconditionally.
14718
14719         * lib/makepath.c: Include makepath.h first, to test interface.
14720         Include <stdlib.h> and <string.h> unconditionally.
14721
14722         * lib/linebuffer.c: Include <stdlib.h>.
14723         (free): Remove decl.
14724
14725         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
14726         stddef.h. rpl_malloc returns void *, not char *.
14727         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
14728         prototype.
14729
14730         * lib/md5.h: Include <limits.h> unconditionally.
14731         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
14732         (__P): Remove; all uses removed.
14733         * lib/md5.c: Include "md5.h" first.
14734         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
14735         md5_buffer, md5_process_bytes, md5_process_block):
14736         Define with prototypes.
14737         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
14738         * lib/sha.c: Include "sha.h" first.
14739         Include <stdlib.h>, <string.h> unconditionally.
14740
14741         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
14742         * lib/memcmp.c (__ptr_t): Likewise.
14743         * lib/memrchr.c (__ptr_t): Likewise.
14744         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
14745         Include <string.h> unconditionally.
14746         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
14747         * lib/memchr.c: Include <stdlib.h> unconditionally.
14748         * lib/memchr.c (LONG_MAX): Remove.
14749         * lib/memrchr.c (LONG_MAX): Likewise.
14750         * lib/memchr.c (__memchr): Define via a prototype.
14751         * lib/memrchr.c (__memrchr): Likewise.
14752         * lib/memcmp.c (__P): Remove, and remove all uses.
14753         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
14754         Remove forward decls; no longer needed.
14755         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
14756         Use types required by C89 in prototype.
14757
14758         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
14759         * lib/savedir.c: Likewise.
14760         * lib/mkdir.c (free): Remove decl.
14761         * lib/rmdir.c (rmdir): Define with a prototype.
14762         * lib/savedir.c: Include savedir.h first, to test interface.
14763
14764         * lib/mktime.c (STDC_HEADERS): Remove.
14765         Include <stdlib.h>, <string.h> unconditionally.
14766
14767         * lib/modechange.c: Include <stdlib.h> unconditionally.
14768         (malloc): Remove decl.
14769
14770         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
14771         (free): Remove decl.
14772
14773         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
14774         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
14775         (This type really should be intptr_t, but that's a C99ism.)
14776         (_obstack_memcpy): Remove: all uses changed to memcpy.
14777         Include <string.h> unconditionally.
14778         (struct obstack): Assume __STDC__ for types of members
14779         chunkfun, freefun, extra_arg.
14780         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
14781         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
14782         obstack_begin, obstack_specify_allocation,
14783         obstack_specify_allocation_with_arg, obstack_chunkfun,
14784         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
14785         Remove unprototyped decls and the macros that use them.
14786         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
14787         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
14788         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
14789         (defined __STDC__ && __STDC__)]:
14790         Remove nonprototyped code.
14791         Include <stdlib.h> unconditionally.
14792         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
14793         _obstack_allocated_p, _obstack_free, obstack_free,
14794         _obstack_memory_used, print_and_abort):
14795         Define using prototypes.
14796         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
14797         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
14798         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
14799         obstack_next_free, obstack_object_size, obstack_room) [0]:
14800         Remove unused, unprototyped code.
14801
14802         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
14803
14804         * lib/physmem.c (physmem_total, physmem_available, main): Define
14805         with prototypes.
14806
14807         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
14808         (main): Define with a prototype.
14809
14810         * lib/posixver.c (getenv): Remove decl.
14811
14812         * lib/putenv.c (malloc): Returns void *, not char *.
14813         Include <string.h> unconditionally.
14814         (strchr, memcpy, NULL): Do not define.
14815
14816         * lib/readtokens.c: Include readtokens.h first, to test interface.
14817         Include <stdlib.h>, <string.h> unconditionally.
14818         (init_tokenbuffer): Define with a prototype.
14819
14820         * lib/regex.c (PARAMS): Remove.  All uses removed.
14821         All uses of _RE_ARGS removed, too.
14822         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
14823         unconditionally.
14824         (bzero): Assume memset exists.
14825         (memcmp, memcpy, NULL): Remove.
14826         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
14827         char, or assignments to local vars of type signed char.
14828         (init_syntax_once, PREFIX(extract_number_and_incr),
14829         PREFIX(print_partial_compiled_pattern),
14830         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
14831         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
14832         PREFIX(regex_grow_registers), PREFIX(regex_compile),
14833         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
14834         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
14835         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
14836         wcs_compile_range, byte_compile_range, truncate_wchar,
14837         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
14838         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
14839         count_mbs_length, wcs_re_match_2_internal,
14840         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
14841         PREFIX(alt_match_null_string_p),
14842         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
14843         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
14844         regfree, PREFIX(extract_number)): Define with prototype.  Remove
14845         now-unnecessary declaration, if any.
14846         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
14847         regcomp, regexec):
14848         Remove now-unnecessary casts among pointer types.
14849         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
14850
14851         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
14852         (free): Remove decl.
14853
14854         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
14855
14856         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
14857         (free): Remove decl.
14858
14859         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
14860         * lib/xgetcwd.c: Likewise.
14861
14862         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
14863         (free): Remove decl.
14864
14865         * lib/strchrnul.c (strchrnul): Define with a prototype.
14866         Fix bug: c_in was not converted to char before searching.
14867
14868         The following changes are not K&R related:
14869
14870         * lib/group-member.h: Include <sys/types.h>, so that this file is
14871         self-contained.
14872         * lib/makepath.h: Likewise.
14873
14874         * lib/getusershell.c (readname, default_index, line_size, readname):
14875         Use size_t, not int, for sizes.
14876         (readname): If the size overflows, report an error instead of
14877         looping forever.
14878
14879 2003-09-09  Paul Eggert  <eggert@twinsun.com>
14880
14881         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
14882         libc.
14883
14884 2003-09-09  Paul Eggert  <eggert@twinsun.com>
14885
14886         * README: New section: portability guidelines.
14887
14888 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
14889
14890         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
14891         C89 spec.
14892
14893 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
14894
14895         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
14896
14897 2003-09-08  Paul Eggert  <eggert@twinsun.com>
14898
14899         Assume C89 or better; remove K&R cruft.
14900         A few of these changes were first proposed by Derek Robert Price
14901         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
14902
14903         * lib/addext.c: Include <string.h> unconditionally.
14904         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
14905         Don't declare getenv or malloc.
14906
14907         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
14908         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
14909         (NULL): Remove.
14910         (find_stack_direction, alloca): Use prototypes.
14911
14912         * lib/atexit.c (atexit): Define using a prototype.
14913
14914         * lib/basename.c, dirname.c, stripslash.c:
14915         Include <string.h> unconditionally.
14916
14917         * lib/bcopy.c: Include <stddef.h>.
14918         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
14919
14920         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
14921
14922         * lib/error.h (error, error_at_line, error_print_progname)
14923         [! (defined (__STDC__) && __STDC__)]: Remove decls.
14924         * lib/error.c: Include error.h first, to check interface.
14925         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
14926         (VA_START): Remove; all uses changeed to va_start.
14927         (exit, strerror): Remove decls.
14928         (error_print_progname): Prototype uncondionally.
14929         Don't include <errno.h>; no longer needed.
14930         (private_strerror): Remove.
14931         (error_tail): Always define.
14932         (error, error_at_line): Assume C89 or better; always use prototypes.
14933         * lib/fatal.c: Include "fatal.h" first, to test interface.
14934         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
14935         (VA_START): Remove; all uses changed to va_start.
14936         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
14937         this case.
14938         (exit): Remove decl.
14939         (fatal): Prototype unconditionally.  Assume va_start works.
14940         Abort at end, to pacify gcc.
14941
14942         * lib/euidaccess.c (main): Define with a prototype.
14943
14944         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
14945
14946         * lib/exitfail.c: Include <stdlib.h> unconditionally.
14947
14948         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
14949         prototypes.
14950         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
14951         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
14952         (getenv): Remove decl.
14953         (fnmatch): Define using a prototype.
14954         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
14955         (FCT): Define using a prototype.
14956
14957         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
14958
14959         * lib/gethostname.c: Include <stddef.h>.
14960         (gethostname): Define with prototype.  Length is size_t, not int.
14961
14962 2003-09-08  Paul Eggert  <eggert@twinsun.com>
14963
14964         Assume C89 or better; remove K&R cruft.
14965         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
14966         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
14967         string.h, getenv, malloc.
14968         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
14969         headers.
14970         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
14971         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
14972         do not check for strerror.
14973         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
14974         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
14975         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
14976         do not check for doprnt or vprintf.
14977         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
14978         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
14979
14980 2003-09-08  Paul Eggert  <eggert@twinsun.com>
14981
14982         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
14983         getversion.c should have been removed then, but was accidentally
14984         preserved.
14985
14986         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
14987         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
14988
14989 2003-09-08  Karl Berry  <karl@gnu.org>
14990
14991         * config/config.sub, config.guess, srclistvars.sh: update from savannah
14992                 config, forget about prep.
14993
14994         * config/depcomp, missing: update from automake.
14995
14996 2003-09-07  Paul Eggert  <eggert@twinsun.com>
14997
14998         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
14999         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
15000
15001 2003-09-07  Paul Eggert  <eggert@twinsun.com>
15002
15003         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
15004         copy_tm_result.  Bug reported by Simon Josefsson in
15005         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
15006
15007 2003-09-06  Paul Eggert  <eggert@twinsun.com>
15008
15009         * m4/time_r.m4: New file.
15010         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
15011         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
15012         is. Check for timegm declaration.
15013         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
15014         Do not check for gmtime_r.
15015         Replace mktime if __mktime_internal does not exist and if mktime
15016         hasn't been replaced already.
15017
15018 2003-09-06  Paul Eggert  <eggert@twinsun.com>
15019
15020         * lib/time_r.c, time_r.h: New files.
15021
15022         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
15023         __localtime_r.
15024         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
15025         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
15026
15027         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
15028         __gmtime_r.
15029         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
15030         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
15031         Include <time_r.h>.
15032
15033         * lib/timegm.c: Switch to glibc implementation, with the following
15034         changes:
15035         [defined HAVE_CONFIG_H]: Include <config.h>.
15036         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
15037         (__mktime_internal) [!defined _LIBC]: New decl.
15038         (__gmtime_r) [!defined _LIBC]: New macro and function.
15039         (timegm): Use a prototype, since gnulib assumes C89.
15040         Do not bother declaring tmp to be const, as it's not really usefu.
15041         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
15042         (timegm): Declare only if HAVE_DECL_TIMEGM.
15043
15044 2003-09-06  Paul Eggert  <eggert@twinsun.com>
15045
15046         * MODULES.html.sh (func_all_modules): Add time_r.
15047         * modules/time_r: New file.
15048         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
15049         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
15050
15051 2003-09-03  Paul Eggert  <eggert@twinsun.com>
15052
15053         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
15054         Bug reported by Lute Kamstra in
15055         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
15056
15057         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
15058         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
15059         course with correspondingly smaller numbers for tomorrow and
15060         yesterday.  From Tadayoshi Funaba.  Originally installed into
15061         sh-utils on 1999-08-07, but the patch got lost (I guess during the
15062         coreutils merge?).
15063
15064 2003-08-31  Simon Josefsson  <jas@extundo.com>
15065
15066         * modules/timegm: New file.
15067         * MODULES.html.sh (func_all_modules): Add timegm.
15068
15069 2003-08-31  Simon Josefsson  <jas@extundo.com>
15070
15071         * m4/timegm.m4: New file.
15072
15073 2003-08-31  Simon Josefsson  <jas@extundo.com>
15074
15075         * lib/timegm.h: New file.
15076         * lib/timegm.c: New file.  Based on
15077         wget-1.8.2/src/http.c:mktime_from_utc.
15078
15079 2003-08-31  Karl Berry  <karl@gnu.org>
15080
15081         * lib/argp.h: update from libc.
15082
15083 2003-08-28  Bruno Haible  <bruno@clisp.org>
15084
15085         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
15086         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
15087         followed by '#define fnmatch fnmatch_posix' gives an error.
15088
15089 2003-08-28  Bruno Haible  <bruno@clisp.org>
15090
15091         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
15092         warning on QNX, which defines O_BINARY to 000000.
15093
15094 2003-08-27  Jim Meyering  <jim@meyering.net>
15095
15096         * m4/mkstemp.m4: Require that the system mkstemp be able to create
15097         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
15098         would fail after 32.  Reported by Danny Levinson.  Details here:
15099         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
15100
15101 2003-08-24  Bruno Haible  <bruno@clisp.org>
15102
15103         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
15104         MSVC7 <stdio.h> is included later.
15105
15106 2003-08-22  Simon Josefsson  <jas@extundo.com>
15107
15108         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
15109
15110 2003-08-20  Karl Berry  <karl@gnu.org>
15111
15112         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
15113
15114 2003-08-20  Bruno Haible  <bruno@clisp.org>
15115
15116         * modules/progname: New file.
15117         * MODULES.html.sh (func_all_modules): Add progname.
15118
15119 2003-08-20  Bruno Haible  <bruno@clisp.org>
15120
15121         * lib/progname.h: New file, from GNU gettext.
15122         * lib/progname.c: New file, from GNU gettext.
15123         * lib/progreloc.c: New file, from GNU gettext.
15124
15125 2003-08-19  Jim Meyering  <jim@meyering.net>
15126
15127         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
15128         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
15129
15130 2003-08-19  Bruno Haible  <bruno@clisp.org>
15131
15132         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
15133         more.
15134
15135 2003-08-19  Bruno Haible  <bruno@clisp.org>
15136
15137         * lib/xstrdup.c: Assume <string.h> exists.
15138
15139 2003-08-18  Paul Eggert  <eggert@twinsun.com>
15140
15141         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
15142         in makefile rules.
15143
15144 2003-08-18  Jim Meyering  <jim@meyering.net>
15145
15146         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
15147         * m4/lib-ld.m4: Likewise.
15148
15149 2003-08-18  Jim Meyering  <jim@meyering.net>
15150
15151         * lib/setenv.h: Indent nested cpp directive.
15152         * lib/vasnprintf.c: Remove trailing blanks.
15153
15154 2003-08-17  Simon Josefsson  <jas@extundo.com>
15155
15156         * modules/xstrndup: New file.
15157         * MODULES.html.sh (func_all_modules): Add xstrndup.
15158
15159 2003-08-17  Simon Josefsson  <jas@extundo.com>
15160
15161         * modules/argp: Fix autoconf macro name. Add more dependencies.
15162
15163 2003-08-17  Simon Josefsson  <jas@extundo.com>
15164
15165         * m4/xstrndup.m4: New file.
15166
15167 2003-08-17  Simon Josefsson  <jas@extundo.com>
15168
15169         * m4/argp.m4: New file.
15170
15171 2003-08-17  Simon Josefsson  <jas@extundo.com>
15172             Bruno Haible  <bruno@clisp.org>
15173
15174         * lib/xstrndup.h: New file.
15175         * lib/xstrndup.c: New file.
15176
15177 2003-08-17  Bruno Haible  <bruno@clisp.org>
15178
15179         * modules/strndup (Files, Include): Add lib/strndup.h.
15180
15181 2003-08-17  Bruno Haible  <bruno@clisp.org>
15182
15183         * modules/euidaccess (Files): Add lib/euidaccess.h.
15184
15185 2003-08-17  Bruno Haible  <bruno@clisp.org>
15186
15187         * lib/strndup.h: New file.
15188
15189 2003-08-17  Bruno Haible  <bruno@clisp.org>
15190
15191         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
15192         like AC_GNU_SOURCE.
15193         * modules/extensions (configure.ac): Comment out the invocation of
15194         gl_USE_SYSTEM_EXTENSIONS.
15195
15196 2003-08-16  Paul Eggert  <eggert@twinsun.com>
15197
15198         Merges from coreutils, etc.
15199         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
15200         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
15201         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
15202         fixing a typo.
15203         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
15204         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
15205
15206 2003-08-16  Paul Eggert  <eggert@twinsun.com>
15207
15208         Document merge from coreutils.
15209         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
15210         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
15211         * modules/utime: Add m4/utimes-null.m4.
15212
15213 2003-08-16  Paul Eggert  <eggert@twinsun.com>
15214
15215         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
15216         space, undoing this 2003-08-12 change:
15217         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
15218
15219 2003-08-16  Paul Eggert  <eggert@twinsun.com>
15220
15221         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
15222         strtoul.c from libc, undoing this 2003-08-12 change:
15223         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
15224
15225 2003-08-16  Jim Meyering  <jim@meyering.net>
15226
15227         Merges from coreutils.
15228         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
15229         prefix.  Adjust cache variables similarly.  Create 500 rather than
15230         just 300 files, to exercise bug on Darwin6.5, too.
15231         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
15232         $missing_dir.
15233         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
15234         AM_SYS_POSIX_TERMIOS.
15235         Reported by mkc@mathdogs.com.
15236         Also change use of $am_cv_sys_posix_termios
15237         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
15238         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
15239         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
15240         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
15241         in /proc/mounts until it finds one with matching device number.  This
15242         is unnecessary when the FILE argument *is* a mount point.  No stat call
15243         is necessary in that case.  So, disable the statvfs-testing code on
15244         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
15245         as RedHat bug# 84846.
15246         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
15247         to 1MB, so as not to render systems with no stack size limit (e.g.,
15248         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
15249         Include <unistd.h>.  On some systems,
15250         it is required for the definition of _SC_PAGESIZE.
15251
15252 2003-08-16  Jim Meyering  <jim@meyering.net>
15253
15254         Merge from coreutils.
15255         * lib/xstrtoimax.c: #else #if -> #elif.
15256         * lib/xstrtoumax.c: Likewise.
15257
15258 2003-08-16  Jim Meyering  <jim@meyering.net>
15259
15260         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
15261         * m4/utimes.m4: Removed.
15262         * m4/utimes-null.m4: Renamed from utimes.m4.
15263
15264         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
15265         to 1MB, so as not to render systems with no stack size limit (e.g.,
15266         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
15267         Include <unistd.h>.  On some systems,
15268         it is required for the definition of _SC_PAGESIZE.
15269
15270 2003-08-16  Jim Meyering  <jim@meyering.net>
15271         and Paul Eggert  <eggert@cs.ucla.edu>
15272
15273         Merges from coreutils, etc.
15274
15275         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
15276         using the latest version from cvs.  This avoids problems with #line
15277         directives using a vendor (Sun) compiler.
15278         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
15279         Don't set GETGROUPS_LIB here; now it's
15280         done via getgroups.m4's wrapper function.
15281         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
15282         rather than just in sh-util/configure.in, so that the
15283         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
15284         same.
15285         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
15286         AC_FUNC_GETLOADAVG where to find getloadavg.c.
15287         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
15288         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
15289         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
15290         Remove code that is now done by the newly-required macros.
15291         Append $(EXEEXT) to DF_PROG.
15292         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
15293         Do not invoke or require the following here,
15294         since prereq.m4 or some gnulib .m4 now does this for us:
15295         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
15296         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
15297         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
15298         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
15299         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
15300         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
15301         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
15302         AC_FUNC_OBSTACK.
15303         Do not replace the following functions, as this is now the job
15304         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
15305         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
15306         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
15307         atexit getpass, strdup, getpagesize.
15308         Replace 'raise'.
15309         Do not check for the following functions, as this is now the job
15310         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
15311         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
15312         setregid.
15313         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
15314         Check for sys/sysctl.h.
15315         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
15316         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
15317         of checking for ssize_t ourselves.
15318
15319         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
15320         Require every macro that gnulib/modules/* suggests for us.
15321         (jm_PREREQ_ADDEXT): New macro.
15322         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
15323         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
15324
15325         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
15326         (gl_PHYSMEM): Use it.
15327         Also check for `table' function.
15328         Check for new headers and functions.
15329         Add check for sys/sysmp.h.
15330         With suggestions from Kaveh Ghazi.
15331         Ignore headers that are present but cannot be compiled.  This
15332         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
15333         C 5.4.
15334
15335 2003-08-15  Paul Eggert  <eggert@twinsun.com>
15336
15337         Document merge from coreutils.
15338         * modules/userspec: Depend on posixver.
15339         * modules/strftime: Depend on tzset.
15340
15341 2003-08-15  Paul Eggert  <eggert@twinsun.com>
15342
15343         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
15344         rather than tab, after '#' in shell-script copyright notices.
15345         Suggested by Bruno Haible.
15346
15347 2003-08-15  Paul Eggert  <eggert@twinsun.com>
15348
15349         * config/srclist-update: Use three spaces, rather than tab, after '#'
15350         in shell-script copyright notices.  Suggested by Bruno Haible.
15351         Remove unnecessary parenthesization in regular expression.
15352
15353 2003-08-15  Jim Meyering  <jim@meyering.net>
15354
15355         Merge from coreutils.
15356         * lib/xgethostname.c: Include <stdlib.h>.
15357         (xghostname): Don't exit for anything other than memory-related
15358         failure; just return NULL.
15359         * lib/userspec.c: Include "posixver.h".
15360         (parse_user_spec): Accept `.' as a separator only
15361         in pre-POSIX-200112 mode.
15362         * lib/strtoimax.c: Use #elif rather than #else #if.
15363         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
15364         Remove function, now that we can rely on a working tzset function.
15365         [!_LIBC]: Ensure that the required autoconf test has been run.
15366         [!defined _NL_CURRENT && HAVE_STRFTIME]:
15367         Use underlying_strftime for %r.
15368         * lib/sha.c: Merge in some clean-up and optimization changes from
15369         glibc.
15370         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
15371         Ensure that it is a multiple of 64.
15372         Rearrange loop exit tests so as to avoid performing an
15373         additional fread after encountering an error or EOF.
15374         * lib/realloc.c: Update copyright date.
15375
15376 2003-08-15  Jim Meyering  <jim@meyering.net>
15377         and Paul Eggert  <eggert@twinsun.com>
15378
15379         Merge from coreutils.
15380         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
15381         member but strut utmpx does not.  Needed for AIX 4.3.3.
15382         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
15383
15384 2003-08-15  Jim Meyering  <jim@meyering.net>
15385         and Paul Eggert  <eggert@cs.ucla.edu>
15386
15387         Merges from coreutils, etc.
15388         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
15389         Require gl_FUNC_TZSET_CLOBBER.
15390         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
15391         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
15392         members.
15393
15394 2003-08-14  Paul Eggert  <eggert@twinsun.com>
15395
15396         Help the merge from coreutils.
15397         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
15398         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
15399         * m4/tzset.m4: Use it too.
15400
15401 2003-08-14  Paul Eggert  <eggert@twinsun.com>
15402
15403         * modules/tzset: New file.
15404
15405 2003-08-14  Jim Meyering  <jim@meyering.net>
15406
15407         Merges from coreutils.
15408         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
15409         variable names, rather than @FNMATCH_H@.
15410         * modules/alloca: Likewise for $(ALLOCA_H).
15411
15412         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
15413         the three copies of the literal target, `fnmatch.h'.
15414         * modules/alloca (alloca.h): Likewise.
15415
15416 2003-08-14  Jim Meyering  <jim@meyering.net>
15417
15418         Merge from coreutils.
15419         * m4/tzset.m4: New file.
15420         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
15421         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
15422         otherwise, AIX 5.1 systems would end up using the latter.
15423         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
15424         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
15425         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
15426         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
15427
15428 2003-08-14  Jim Meyering  <jim@meyering.net>
15429
15430         Merge from coreutils.
15431         * lib/obstack.h: Whitespace changes.
15432         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
15433         and xcalloc return values.
15434         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
15435         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
15436         hang on OSF/1 5.1 for DIR on both local and remote file systems.
15437         Reported by (and fix confirmed by) Nelson H. F. Beebe.
15438         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
15439         error from mntctl.
15440         Use mntctl's return value to drive the entry-processing loop, since
15441         we can't rely on the value of the vmt_length member in the last
15442         entry.  On some systems doing so could result in exhausting
15443         virtual memory.  Based in part on a patch from Mike Jetzer.
15444
15445 2003-08-14  Jim Meyering  <jim@meyering.net>
15446         and Paul Eggert  <eggert@twinsun.com>
15447
15448         Merges from coreutils, plus other fixes.
15449         * lib/physmem.c: Merge in portability changes from gcc/libiberty
15450         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
15451         for credits and details.  Thanks to Kaveh Ghazi for helping
15452         to keep these files in sync.
15453         (ARRAY_SIZE): Define it.
15454         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
15455         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
15456         (memcasecmp): Don't assume size_t fits in unsigned int.
15457         Remove casts and duplicate code.
15458         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
15459         (memcpy): Remove definition.
15460         Merge in some clean-up and optimization changes from glibc.
15461         [BLOCKSIZE]: Move definition to top of file.
15462         Ensure that it is a multiple of 64.
15463         Rearrange loop exit tests so as to avoid performing an
15464         additional fread after encountering an error or EOF.
15465         * lib/md5.h (md5_uintptr): Define.
15466         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
15467         return to the initial working directory.  Preserve errno
15468         for caller.
15469         * lib/idcache.c: Include "xalloc.h".
15470         (xmalloc, xrealloc): Remove decls.
15471         (getuser): Remove casts no longer required in C89.
15472         * lib/human.c: Include stdio.h, for sprintf.
15473         * lib/group-member.c: Include "xalloc.h".
15474         (xmalloc, xrealloc): Remove decls.
15475         (get_group_info): Remove casts no longer required in C89.
15476         * lib/getusershell.c (readname): Remove casts no longer required in
15477         C89.
15478         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
15479         * lib/getline.c: Whitespace fix, from coreutils.
15480
15481 2003-08-13  Paul Eggert  <eggert@twinsun.com>
15482
15483         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
15484         Check for isascii.
15485
15486         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
15487         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
15488         Undo previous (whitespace-only) change.
15489
15490 2003-08-13  Paul Eggert  <eggert@twinsun.com>
15491
15492         * lib/exclude.c: Include <ctype.h>
15493         (IN_CTYPE_DOMAIN): New macro.
15494         (is_space): New fn.
15495         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
15496         and empty lines.
15497
15498         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
15499         Undo previous (whitespace-only) change.
15500
15501 2003-08-13  Paul Eggert  <eggert@twinsun.com>
15502
15503         * config/srclist-update: Change update back to the old behavior,
15504         leaving whitespace alone.  Use one 'sed' command rather than a
15505         pipeline.
15506         (fixlicense): Now a variable, not a function.
15507         (remove_trailing_blanks): Remove.
15508         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
15509         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
15510         Undo previous (whitespace-only) change.
15511
15512 2003-08-12  Paul Eggert  <eggert@twinsun.com>
15513
15514         Merge from coreutils.
15515         * modules/euidaccess: Add lib_SOURCES, include for new
15516         file euidaccess.h
15517
15518 2003-08-12  Paul Eggert  <eggert@twinsun.com>
15519
15520         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
15521         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
15522         Normalize leading white space and remove trailing white space.
15523
15524         Merge from coreutils
15525         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
15526
15527         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
15528         0.12.1.  These files are now being upgraded automatically by
15529         ../config/srclist-update.
15530
15531 2003-08-12  Paul Eggert  <eggert@twinsun.com>
15532
15533         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
15534         Normalize leading white space and remove trailing white space.
15535         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
15536         notice, as per ../config/srclist-update.
15537
15538         Merge from coreutils.
15539         * lib/euidaccess.h: New file.
15540         * lib/euidaccess.c: Include it.
15541         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
15542         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
15543         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
15544
15545 2003-08-12  Paul Eggert  <eggert@twinsun.com>
15546
15547         * config/srclist-update: Add copyright notice.
15548         (remove_id_lines, remove_trailing_blanks): New constants.
15549         (fixfile): Use them to normalize spacing a bit in copied files.
15550         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
15551         Normalize leading white space and remove trailing white space.
15552
15553         * config/texinfo.tex: Sync with texinfo.
15554
15555         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
15556         strtoul.c from libc, to merge coreutils whitespace changes.
15557
15558         * config/srclist.txt: Get the following m4 files from gettext:
15559         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
15560         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
15561         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
15562         wint_t.m4.
15563
15564 2003-08-12  Karl Berry  <karl@gnu.org>
15565
15566         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
15567         been made.
15568
15569 2003-08-11  Paul Eggert  <eggert@twinsun.com>
15570
15571         * modules/gnu-source, m4/gnu-source.m4:
15572         Remove; we're assuming Autoconf 2.54 or later now.
15573         Suggested by Bruno Haible.
15574         * MODULES.html.sh (func_all_modules): Remove gnu-source.
15575
15576 2003-08-11  Bruno Haible  <bruno@clisp.org>
15577
15578         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
15579
15580 2003-08-11  Bruno Haible  <bruno@clisp.org>
15581
15582         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
15583         (vasnprintf): Use it instead of wcslen.
15584
15585 2003-08-11  Bruno Haible  <bruno@clisp.org>
15586
15587         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
15588         value to ensure that _Bool promotes to int. Use #define for _Bool when
15589         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
15590
15591 2003-08-10  Karl Berry  <karl@gnu.org>
15592
15593         * lib/regex.h: update from libc (whitespace fix).
15594
15595 2003-08-09  Paul Eggert  <eggert@twinsun.com>
15596
15597         Merge some files from coreutils.  These changes were
15598         originally made by Jim Meyering.
15599         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
15600         many older Unixes require this.
15601         * lib/alloca.c (alloca): Remove cast to argument of free;
15602         no longer needed in C89.
15603         * lib/alloca_.h, regex.h: Fix white space to match
15604         what GNU indent does.
15605
15606 2003-08-09  Paul Eggert  <eggert@twinsun.com>
15607
15608         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
15609         apparently Emacs's Unicode mode got confused before my 2003-08-05
15610         checkin.
15611
15612 2003-08-08  Paul Eggert  <eggert@twinsun.com>
15613
15614         * m4/extensions.m4: New file.
15615         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
15616         Require gl_USE_SYSTEM_EXTENSIONS.
15617         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
15618         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
15619
15620 2003-08-08  Paul Eggert  <eggert@twinsun.com>
15621
15622         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
15623         * modules/extensions, modules/gnu-source: New files.
15624         * modules/timespec, modules/unlocked-io: Depend on extensions.
15625
15626 2003-08-07 Paul Eggert  <eggert@twinsun.com>
15627
15628         * modules/restrict: New file.
15629         * MODULES.html.sh (func_all_modules): Add restrict.
15630         * modules/regex: Depend on restrict.
15631
15632 2003-08-07  Paul Eggert  <eggert@twinsun.com>
15633
15634         * m4/restrict.m4: New file.
15635         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
15636
15637 2003-08-07  Bruno Haible  <bruno@clisp.org>
15638
15639         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
15640         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
15641
15642 2003-08-07  Bruno Haible  <bruno@clisp.org>
15643
15644         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
15645         makes the module 'getndelim2' compatible with the module 'getline'.
15646
15647 2003-08-05  Paul Eggert  <eggert@twinsun.com>
15648
15649         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
15650         byte with "\201" to avoid glitches when editing that source file
15651         with multi-gnome-terminal.
15652
15653 2003-08-05  Paul Eggert  <eggert@twinsun.com>
15654
15655         * lib/bumpalloc.h: Remove.
15656
15657 2003-08-05  Paul Eggert  <eggert@twinsun.com>
15658
15659         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
15660         * modules/bumpalloc: Remove.
15661
15662 2003-08-04  Paul Eggert  <eggert@twinsun.com>
15663
15664         * lib/getloadavg.c: Change copyright notice and spacing to conform to
15665         GNU coding style.
15666
15667         Merge from coreutils.
15668         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
15669         1. From glibc.
15670         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
15671         from Karl Berry, implemented by Jim Meyering.
15672         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
15673         from Dmitry V. Levin.
15674         Remove anachronistic cast of xrealloc.
15675         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
15676         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
15677         type. Otherwise, it wouldn't compile with at least /bin/cc on
15678         ymp-cray-unicos9.0.2.X.
15679         Combine two mostly-identical uses of alloca into one.
15680         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
15681
15682 2003-08-04  Dave Love <d.love@dl.ac.uk>
15683
15684         [From Emacs.]
15685
15686         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
15687         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
15688         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
15689         obsolete NLIST_NAME_UNION.
15690         [__GNU__]: Undef BSD and FSCALE.
15691         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
15692
15693 2003-08-03  Paul Eggert  <eggert@twinsun.com>
15694
15695         * lib/stdbool_.h (_Bool): Make it signed char, instead of
15696         an enum type, so that it's guaranteed to promote to int.  See:
15697         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
15698
15699 2003-08-03  Karl Berry  <karl@gnu.org>
15700
15701         * config/depcomp: update from automake.
15702
15703 2003-07-31  Paul Eggert  <eggert@twinsun.com>
15704
15705         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
15706         (strerror): Don't assume that a printable int fits in 14 bytes.
15707
15708 2003-07-31  Bruno Haible  <bruno@clisp.org>
15709
15710         * modules/getpass-gnu: New file.
15711         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
15712
15713 2003-07-31  Bruno Haible  <bruno@clisp.org>
15714
15715         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
15716
15717 2003-07-24  Karl Berry  <karl@gnu.org>
15718
15719         * config/missing: update from automake.
15720
15721 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
15722             Bruno Haible  <bruno@clisp.org>
15723
15724         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
15725         * lib/getline.c (getline, getdelim): Likewise.
15726         Remove _GNU_SOURCE define; now it's defined in config.h through
15727         m4/getline.m4.
15728
15729 2003-07-23  Karl Berry  <karl@gnu.org>
15730
15731         * config/config.sub: update from prep.
15732
15733 2003-07-22  Paul Eggert  <eggert@twinsun.com>
15734
15735         * modules/xalloc (Depends-on): Add exitfail.
15736         * modules/xmemcoll: Likewise.
15737
15738 2003-07-22  Paul Eggert  <eggert@twinsun.com>
15739
15740         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
15741         over-parenthesization in macros.
15742
15743         Sync with coreutils.
15744
15745         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
15746         required by C99.
15747
15748         Use `exit_failure' for xalloc and xmemcoll instead of their own
15749         private exit-failure variables.
15750         * lib/xalloc.h (xalloc_exit_failure): Remove.
15751         * lib/xmalloc.c: Likewise.  Include exitfail.h.
15752         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
15753         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
15754         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
15755         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
15756
15757 2003-07-20  Jim Meyering  <jim@meyering.net>
15758
15759         * modules/closeout (Depends-on): Add exitfail.
15760         Suggestion from Bruno Haible.
15761
15762 2003-07-19  Karl Berry  <karl@gnu.org>
15763
15764         * config/config.sub: update from prep.
15765
15766 2003-07-18  Paul Eggert  <eggert@twinsun.com>
15767
15768         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
15769         Remove.
15770         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
15771         to test that it can stand by itself.  Include "exitfail.h".
15772         Clients should set exit_failure instead.
15773         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
15774
15775 2003-07-18  Bruno Haible  <bruno@clisp.org>
15776
15777         * modules/getndelim2: New file.
15778         * modules/getline: Share files with module getndelim2.
15779         * modules/getnline: Depend on getndelim2 instead of sharing files with
15780         it. Add getnline.c to lib_SOURCES.
15781         * MODULES.html.sh (func_all_modules): Add getndelim2.
15782
15783 2003-07-18  Bruno Haible  <bruno@clisp.org>
15784
15785         * m4/getndelim2.m4: New file.
15786         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
15787         invoke gl_PREREQ_GETNDELIM2.
15788         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
15789         gl_PREREQ_GETNDELIM2.
15790         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
15791         gl_GETNDELIM2.
15792
15793 2003-07-18  Bruno Haible  <bruno@clisp.org>
15794
15795         * lib/getndelim2.h: New file.
15796         * lib/getndelim2.c: Make into a module of its own. Include config.h,
15797         getndelim2.h.
15798         (getndelim2): Make non-static. Change return type to ssize_t.
15799         * lib/getline.h: Change argument names.
15800         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
15801         * lib/getnline.c: Include getndelim2.h.
15802
15803 2003-07-18  Andreas Schwab  <schwab@suse.de>
15804
15805         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
15806
15807 2003-07-17  Karl Berry  <karl@gnu.org>
15808
15809         * config/config.sub: update from prep.
15810
15811 2003-07-17  Bruno Haible  <bruno@clisp.org>
15812
15813         * modules/getnline: New file.
15814         * modules/getline: Add lib/getndelim2.c to source file list.
15815         * MODULES.html.sh (func_all_modules): Add getnline.
15816
15817 2003-07-17  Bruno Haible  <bruno@clisp.org>
15818
15819         * m4/getnline.m4: New file.
15820
15821 2003-07-17  Bruno Haible  <bruno@clisp.org>
15822
15823         * m4/Makefile.am.in: Remove file.
15824         * m4/Makefile.am: Remove file.
15825         * m4/Makefile.in: Remove file.
15826
15827 2003-07-17  Bruno Haible  <bruno@clisp.org>
15828
15829         * lib/getnline.h: New file.
15830         * lib/getnline.c: New file.
15831         * lib/getndelim2.c: New file, extracted from getline.c.
15832         (getndelim2): Renamed from getdelim2, with added nmax argument.
15833         * lib/getline.c: Include getndelim2.c.
15834         (getdelim2): Moved out to getndelim2.c.
15835         (getline, getdelim): Update.
15836
15837 2003-07-17  Bruno Haible  <bruno@clisp.org>
15838
15839         * lib/Makefile.am: Remove file.
15840         * lib/Makefile.in: Remove file.
15841
15842 2003-07-17  Bruno Haible  <bruno@clisp.org>
15843
15844         * configure.in: Remove file.
15845         * Makefile.in: Remove file.
15846
15847 2003-07-17  Bruno Haible  <bruno@clisp.org>
15848
15849         * MODULES.html.sh: Put the </BODY> right before </HTML>.
15850
15851 2003-07-16  Karl Berry  <karl@gnu.org>
15852
15853         * config/srclist-update: was running fixlicense twice, which caused
15854                 texinfo.tex to be nullified for some reason.  Simplify,
15855                 $gplsrc is no longer needed as far as I can see?
15856
15857 2003-07-16  Jim Meyering  <jim@meyering.net>
15858
15859         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
15860
15861 2003-07-15  Paul Eggert  <eggert@twinsun.com>
15862
15863         * config/srclist.txt: Get the following files from gettext-runtime/intl
15864         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
15865         ref-del.sin.  From Bruno Haible.
15866         * config/srclist-update (fixfile): Change grep pattern again, since the
15867         previous fix didn't work (there was another trailing $).  Use
15868         '[$]' to escape the $s.
15869
15870 2003-07-15  Karl Berry  <karl@gnu.org>
15871
15872         * lib/vasnprintf.c: update from gettext.
15873
15874 2003-07-15  Karl Berry  <karl@gnu.org>
15875
15876         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
15877         gets expanded when surrounded by '$'.
15878
15879 2003-07-15  Jim Meyering  <jim@meyering.net>
15880
15881         * modules/save-cwd: Don't depend on error.  From Derek Price.
15882
15883 2003-07-15  Jim Meyering  <jim@meyering.net>
15884
15885         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
15886
15887 2003-07-14  Simon Josefsson  <jas@extundo.com>
15888
15889         * modules/mempcpy: New file.
15890         * MODULES.html.sh (func_all_modules): Add mempcpy.
15891
15892 2003-07-14  Simon Josefsson  <jas@extundo.com>
15893
15894         * m4/mempcpy.m4: New file.
15895
15896 2003-07-14  Simon Josefsson  <jas@extundo.com>
15897
15898         * lib/mempcpy.h: New file.
15899         * lib/mempcpy.c: New file.
15900
15901 2003-07-14  Paul Eggert  <eggert@twinsun.com>
15902
15903         * modules/getdate, modules/posixtm: Depend on mktime.
15904
15905 2003-07-14  Paul Eggert  <eggert@twinsun.com>
15906
15907         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
15908         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
15909         unicodeio.c, unicodeio.h, unlocked-io.h:
15910         Switch from LGPL to GPL.
15911
15912 2003-07-14  Paul Eggert  <eggert@twinsun.com>
15913
15914         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
15915         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
15916         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
15917         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
15918         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
15919         updated automatically by ../config/srclist-update.  This changes
15920         their license from LPGL to GPL.
15921
15922 2003-07-14  Paul Eggert  <eggert@twinsun.com>
15923
15924         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
15925         assumed to refer to the root of the most recent stable gettext version.
15926         * config/srclistvars.sh: Add defaults for eggert.
15927         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
15928         Match "This program" as well as "The program".  This is needed
15929         for gettext.
15930
15931 2003-07-14  Jim Meyering  <jim@meyering.net>
15932
15933         Don't emit diagnostics.  Let callers do that.
15934         * lib/save-cwd.c: Don't include "error.h".
15935         (save_cwd): Don't call error.  Ensure that errno is valid
15936         when returning nonzero.
15937
15938         * lib/save-cwd.h (restore_cwd): Update prototype.
15939         * lib/save-cwd.c (restore_cwd): Remove two parameters.
15940         Simplify.  Don't call error upon failure.  Let callers do that.
15941         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
15942         when auditing is enabled.  But don't bother updating the #if.
15943
15944 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
15945
15946         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
15947         it breaks C++ compilation.
15948         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
15949
15950 2003-07-10  Simon Josefsson  <jas@extundo.com>
15951
15952         * modules/strchrnul (Makefile.am): Add strchrnul.h.
15953
15954 2003-07-10  Jim Meyering  <jim@meyering.net>
15955
15956         * m4/clock_time.m4: Remove trailing blank.
15957         * m4/intmax_t.m4: Likewise.
15958
15959 2003-07-10  Jim Meyering  <jim@meyering.net>
15960
15961         * lib/vasnprintf.c: Remove trailing blanks.
15962         Make cpp indentation consistent.
15963
15964 2003-07-09  Paul Eggert  <eggert@twinsun.com>
15965
15966         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
15967         posixver.c, strftime.c, strnlen.c, strverscmp.c:
15968         Switch from LGPL to GPL.
15969
15970 2003-07-09  Paul Eggert  <eggert@twinsun.com>
15971
15972         * config/srclist.txt: Sort sublists.  Add
15973         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
15974         that differ from gnulib for one reason or another; we'd like this list
15975         to be smaller but for now let's document what we have.
15976
15977 2003-07-08  Paul Eggert  <eggert@twinsun.com>
15978
15979         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
15980         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
15981         and sweeter "eval x=$x".
15982         * config/srclist.txt: Get lib/argp* from glibc.
15983
15984 2003-07-07  Paul Eggert  <eggert@twinsun.com>
15985
15986         * lib/mktime.c: Fix some boundary cases and remove need for floating
15987         point.
15988
15989         Issue a compile-time diagnostic if time_t is floating point, or if
15990         two's complement arithmetic is not in effect, or if arithmetic
15991         right shift does not propagate the sign.  These assumptions were
15992         all in the original code but they weren't checked.
15993
15994         (TIME_T_MIDPOINT, verify): New macros.
15995         (__isleap): Remove; it has integer overflow problems.
15996         (leapyear): New function, without those problems.
15997         (ydhms_tm_diff): Remove; splitting into two parts.
15998         (ydhms_diff): New function, containing the arithmetic part of
15999         the old ydhms_tm_diff function.  Issue a compile-time
16000         diagnostic if we are not using C99 integer division.
16001         Avoid casts when possible.
16002         (guess_time_tm): New function, containing the checking part of
16003         the old ydhms_tm_diff function.  Return the new value, rather than
16004         the difference between it and the old.  Accept a new argument T
16005         so that *T specifies the old value.  Check for overflow in the result.
16006
16007         (__mktime_internal): Use a time_t offset, not a long int offset.
16008         This undoes the 2003-06-04 change, which is no longer needed now
16009         that we have better overflow checking.
16010         (localtime_offset): Likewise.
16011
16012         (__mktime_internal): Avoid harmful overflow on hosts where time_t
16013         and long are 64-bit but int is only 32-bit.
16014         (ydhms_diff): Use long int to store year1 and yday1.
16015         Issue a compile-time diagnostic if long int is not wide enough.
16016
16017         (__mktime_internal): Use long int to store adjusted year and yday.
16018         Use plain C rather than preprocessor commands, if that doesn't
16019         affect efficiency.
16020         Check for overflow (and try to repair) after each probe
16021         rather than checking only at the very end.  This avoids some bugs
16022         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
16023         does not equal GMT offset at maximum time).
16024         Use integer to check for overflow rather than floating point; this
16025         is more portable to non-IEEE hosts, and is a tad faster.
16026         When we detect that we are oscillating between two values,
16027         don't check whether tm_isdst has the requested value, since
16028         we already know the answer.  When tm_isdst has the wrong value,
16029         use a different heuristic to find the right one, based on the
16030         extreme values actually observed in practice in tz2003a,
16031         rather than the (overly optimistic) "previous 3 calendar quarters".
16032
16033         (not_equal_tm, print_tm, check_result): Use "const T" rather than
16034         "T const" to accommodate glibc style.
16035         (check_result): Use less-confusing report format.  "long" -> "long int.
16036         (main): Likewise.
16037         Don't loop if the iteration overflows time_t.
16038         Allow a negative step in the iteration.
16039
16040 2003-07-06  Karl Berry  <karl@gnu.org>
16041
16042         * config/depcomp: update from automake.
16043         * config/config.sub: update from prep.
16044
16045 2003-07-03  Karl Berry  <karl@gnu.org>
16046
16047         * config/config.guess: update from prep.
16048
16049 2003-07-01  Paul Eggert  <eggert@twinsun.com>
16050
16051         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
16052         xreadlink.c now includes it unconditionally.
16053
16054 2003-07-01  Paul Eggert  <eggert@twinsun.com>
16055
16056         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
16057         having it depend on HAVE_SYS_TYPES_H.
16058
16059 2003-07-01  Bruno Haible  <bruno@clisp.org>
16060
16061         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
16062         <sys/types.h> should be sufficient.
16063         Reported by Paul Eggert.
16064
16065 2003-06-26  Karl Berry  <karl@gnu.org>
16066
16067         * config/depcomp: update from automake.
16068
16069 2003-06-26  Bruno Haible  <bruno@clisp.org>
16070
16071         * modules/human: Depend on module stdbool.
16072
16073 2003-06-25  Bruno Haible  <bruno@clisp.org>
16074
16075         * modules/readlink: New file.
16076         * modules/xreadlink: Depend on it.
16077         * MODULES.html.sh (func_all_modules): Add readlink.
16078
16079 2003-06-25  Bruno Haible  <bruno@clisp.org>
16080
16081         * m4/readlink.m4: New file.
16082
16083 2003-06-25  Bruno Haible  <bruno@clisp.org>
16084
16085         * lib/readlink.c: New file.
16086
16087 2003-06-22  Karl Berry  <karl@gnu.org>
16088
16089         * config/srclist.txt: update mkinstalldirs from automake.
16090         * config/mkinstalldirs: update.
16091
16092 2003-06-22  Bruno Haible  <bruno@clisp.org>
16093
16094         Portability to mingw32.
16095         * m4/ssize_t.m4: New file, from GNU gettext.
16096         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
16097         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
16098
16099 2003-06-22  Bruno Haible  <bruno@clisp.org>
16100
16101         * modules/safe-read: Add m4/ssize_t.m4.
16102         * modules/xreadlink: Add m4/ssize_t.m4.
16103
16104 2003-06-20  Bruno Haible  <bruno@clisp.org>
16105
16106         Assume C89, so PARAMS isn't needed.
16107         * lib/unicodeio.h (PARAMS): Remove.
16108         * lib/unicodeio.c: Don't use PARAMS.
16109
16110 2003-06-18  Karl Berry  <karl@gnu.org>
16111
16112         * config/config.{guess,sub}: update from prep.
16113
16114 2003-06-18  Jim Meyering  <jim@meyering.net>
16115
16116         Merge changes from coreutils.
16117         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
16118         Remove explicit declarations of xmalloc and realloc.
16119         Include xalloc.h.
16120         (read_utmp): Remove anachronistic cast of xmalloc.
16121
16122 2003-06-17  Paul Eggert  <eggert@twinsun.com>
16123
16124         Assume C89, so PARAMS isn't needed.
16125         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
16126         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
16127         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
16128         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
16129         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
16130         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
16131         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
16132         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
16133         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
16134         lib/xstrtod.h, lib/xstrtol.h: Likewise.
16135         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
16136         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
16137         no longer needed. Anyway, config.h should always be included before any
16138         other file.
16139
16140 2003-06-11  Simon Josefsson  <jas@extundo.com>
16141
16142         * modules/sysexits: New file.
16143         * MODULES.html.sh (func_all_modules): Add sysexits.
16144
16145 2003-06-11  Simon Josefsson  <jas@extundo.com>
16146
16147         * lib/sysexit_.h: New file.
16148
16149 2003-06-11  Derek Price  <derek@ximbiot.com>
16150
16151         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
16152         necessary.
16153
16154 2003-06-11  Bruno Haible  <bruno@clisp.org>
16155
16156         * m4/sysexits.m4: New file.
16157
16158 2003-06-10  Simon Josefsson <jas@extundo.com>
16159
16160         * lib/argp.h: New file, from glibc.
16161         * lib/argp-ba.c: New file, from glibc.
16162         * lib/argp-eexst.c: New file, from glibc.
16163         * lib/argp-fmtstream.c: New file, from glibc.
16164         * lib/argp-fmtstream.h: New file, from glibc.
16165         * lib/argp-fs-xinl.c: New file, from glibc.
16166         * lib/argp-help.c: New file, from glibc.
16167         * lib/argp-namefrob.h: New file, from glibc.
16168         * lib/argp-parse.c: New file, from glibc.
16169         * lib/argp-pv.c: New file, from glibc.
16170         * lib/argp-pvh.c: New file, from glibc.
16171         * lib/argp-xinl.c: New file, from glibc.
16172
16173 2003-06-10  Simon Josefsson  <jas@extundo.com>
16174
16175         * modules/strchrnul: New file.
16176
16177 2003-06-10  Simon Josefsson  <jas@extundo.com>
16178
16179         * modules/argp: New file.
16180
16181 2003-06-10  Simon Josefsson  <jas@extundo.com>
16182
16183         * m4/strchrnul.m4: New file.
16184
16185 2003-06-10  Simon Josefsson  <jas@extundo.com>
16186
16187         * lib/strchrnul.h: New file.
16188         * lib/strchrnul.c: New file.
16189
16190 2003-06-10  Bruno Haible  <bruno@clisp.org>
16191
16192         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
16193
16194 2003-06-07  Karl Berry  <karl@gnu.org>
16195
16196         * config/config.{guess,sub}: update from prep.
16197
16198 2003-06-07  Jim Meyering  <jim@meyering.net>
16199
16200         * modules/strtod: Use $(...) notation, not @...@ for
16201         AC_REPLACE'd variables.
16202         * modules/localcharset: Likewise.
16203
16204 2003-06-07  Jim Meyering  <jim@meyering.net>
16205
16206         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
16207         in place of my name in the copyright comment.
16208         Remove definition and uses of __P.
16209
16210         From coreutils.
16211         * lib/stat.c: Don't declare xmalloc explicitly.
16212         Instead, include "xalloc.h".
16213         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
16214         xrealloc, and xcalloc return values.
16215         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
16216         Improve comment.
16217         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
16218
16219 2003-06-07  Bruno Haible  <bruno@clisp.org>
16220
16221         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
16222         avoid AC_CONFIG_LINKS.
16223         * modules/fnmatch (Makefile.am): Use explicit creation rule for
16224         fnmatch.h, to avoid AC_CONFIG_LINKS.
16225         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
16226
16227 2003-06-07  Bruno Haible  <bruno@clisp.org>
16228
16229         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
16230         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
16231         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
16232         directory.
16233         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
16234         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
16235         directory.
16236
16237 2003-06-06  Jim Meyering  <jim@meyering.net>
16238
16239         Merge from coreutils.
16240         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
16241         Consolidate declarations and initializations of *_base* locals.
16242
16243         Merge from coreutils.
16244         This avoids a core dump on systems without GNU putenv,
16245         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
16246         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
16247         (unsetenv): New static function, from GNU libc.
16248         (rpl_putenv): Use it.
16249
16250         * lib/modechange.c: Remove trailing blanks.
16251
16252         Merge from coreutils.
16253         * lib/fsusage.c: Remove declaration of statfs.
16254         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
16255
16256         * lib/posixtm.c: Include <stdbool.h> unconditionally.
16257
16258 2003-06-06  Jim Meyering  <jim@meyering.net>
16259
16260         * lib/stdbool_.h: Renamed from stdbool.h.in.
16261
16262 2003-06-06  Jim Meyering  <jim@meyering.net>
16263             Bruno Haible  <bruno@clisp.org>
16264
16265         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
16266         Adjust Makefile.am snippet not to redirect directly to target.
16267         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
16268
16269 2003-06-05  Paul Eggert  <eggert@twinsun.com>
16270
16271         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
16272         mismatch, look in future quarters as well as past.  This fixes a
16273         bug when processing fall-backwards gaps immediately after a long
16274         period of daylight-saving time.
16275
16276         * lib/mktime.c: Assume freestanding C89 or better.
16277         (HAVE_LIMITS_H): Remove.  Assume it's 1.
16278         (__P): Remove; not used.
16279         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
16280         (mktime, not_equal_tm, print_tm, check_result,
16281         main): Use prototypes.  Use const * where appropriate.
16282         (main): Fix typo in testing code that uncovered by above changes.
16283         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
16284
16285 2003-06-04  Paul Eggert  <eggert@twinsun.com>
16286
16287         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
16288         locale.h, localeconv.  This merges changes from coreutils.
16289
16290         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
16291         It can be removed after the next Autoconf is released.
16292         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
16293         needed.
16294
16295 2003-06-04  Paul Eggert  <eggert@twinsun.com>
16296
16297         * lib/mktime.c: Fix Debian bug 177940
16298         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
16299         (localtime_offset): Now long int, not time_t, because we want it
16300         to be guaranteed to be signed.  All uses changed.
16301         (__mktime_internal): If overflow would occur when adding offset,
16302         don't add it.
16303
16304         Merge 'human' changes from coreutils.  Rewrite to support
16305         locale-specific notations like thousands separators.
16306         * lib/human.c: Simplify authorship notice.
16307         Include human.h immediately after config.h.
16308         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
16309         <limits.h>: Do not include, since human.h does.
16310         (SIZE_MAX, UINTMAX_MAX): New macros.
16311         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
16312         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
16313         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
16314         (power_letter): Renamed from suffixes.
16315         (generate_suffix_backwards): Remove.
16316         (adjust_value): Now takes int style (because of human.h changes)
16317         and long double value (for greater precision on some platforms).
16318         (group_number): New function.
16319         (human_readable): Use it.  Use integer options, not enum.
16320         Put the options before the sizes in the arg list.
16321         Support all the new options.
16322         The old human_readable function has been removed;
16323         use inttostr.h instead.
16324         (human_readable, default_block_size, humblock):
16325         Use uintmax_t, not int, for block sizes.
16326         (human_readable_inexact, block_size_types): Remove.
16327         (block_size_opts): New constant.
16328         (human_options): Renamed from human_block_size, with new signature
16329         that allows block sizes up to UINTMAX_MAX.  All callers changed.
16330         * lib/human.h: Add copyright and authorship notice.
16331         Include <limits.h> and <stdbool.h> unconditionally.
16332         (PARAMS): Remove.  All uses removed.
16333         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
16334         (enum human_inexact_style): Remove tag; now a nameless enum.
16335         (human_floor, human_ceiling, human_round_to_even): Now have
16336         values 2, 0, 1 rather than -1, 1, 0.
16337         (human_group_digits, human_suppress_point_zero, human_autoscale,
16338         human_base_1024, human_SI, human_B): New constants.
16339         (human_readable_inexact, human_block_size): Remove.
16340         (human_readable): Size args are now uintmax_t, not int.
16341         (human_options): New decl.
16342
16343         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
16344         unnecessary now that we assume C89 or better.  This change
16345         imported from coreutils.
16346
16347         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
16348         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
16349         in the 2003-05-30 sync from glibc.
16350
16351         .h files should stand alone, but we shouldn't include <sys/types.h>
16352         if we can get away with just <stddef.h>.
16353
16354         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
16355         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
16356         rather than <sys/types.h>, as we merely need size_t.
16357         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
16358         to get size_t.
16359         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
16360         Include <stdio.h>, to get FILE.
16361         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
16362         memcasecmp.h has included <stddef.h> and all we need is size_t.
16363         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
16364         our interface, instead of including <sys/types.h>
16365
16366 2003-06-04  Paul Eggert  <eggert@twinsun.com>
16367
16368         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
16369         now, as glibc mktime is buggy on non-glibc systems.
16370
16371 2003-06-03  Karl Berry  <karl@gnu.org>
16372
16373         * config/config.sub: update from prep.
16374
16375 2003-06-02  Paul Eggert  <eggert@twinsun.com>
16376
16377         [from coreutils]
16378         Fix some minor time-related bugs with POSIX time arguments.
16379         Some valid time stamps were being rejected (notably -1, and
16380         time stamps before 1900 on 64-bit hosts).  And some invalid
16381         time stamps were being accepted, e.g. September 31.
16382
16383         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
16384         that we can return (time_t) -1 successfully.
16385         * lib/posixtm.c: Likewise.
16386         [HAVE_STDBOOL_H]: Include <stdbool.h>.
16387         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
16388         (t): Remove static var.
16389         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
16390         of static var.  All uses changed.
16391         (year): Do not reject years before 1900; they can occur with
16392         64-bit time_t.
16393         (posix_time_parse): Do not check for out-of-range components;
16394         that is now the caller's responsibility, since our checks were
16395         only approximations.
16396         (posixtime): Use mktime to check for out-of-range components,
16397         since it knows them exactly.
16398         If mktime returns (time_t) -1, check whether an error actually occurred
16399         by invoking localtime on -1.
16400         (main) [TEST_POSIXTIME]: Check for input data errors, and report
16401         posixtime failures better.
16402         Improve the test data (in comments only).
16403
16404 2003-06-02  Karl Berry  <karl@gnu.org>
16405
16406         * config/mkinstalldirs (version): new variable.
16407         (--version): new option.
16408         (usage): improve message.
16409
16410 2003-05-30  Karl Berry  <karl@gnu.org>
16411
16412         * lib/mktime.c: update from libc.
16413
16414 2003-05-30  Bruno Haible  <bruno@clisp.org>
16415
16416         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
16417         * config/config.rpath: Upgrade to gettext-0.12.1.
16418
16419 2003-05-30  Bruno Haible  <bruno@clisp.org>
16420
16421         * m4/gettext.m4: Upgrade to gettext-0.12.1.
16422         * m4/nls.m4: New file, from gettext-0.12.1.
16423         * m4/po.m4: New file, from gettext-0.12.1.
16424         * m4/progtest.m4: Upgrade to gettext-0.12.1.
16425
16426 2003-05-30  Bruno Haible  <bruno@clisp.org>
16427
16428         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
16429         * lib/localcharset.h: Likewise.
16430         * lib/localcharset.c: Likewise.
16431
16432 2003-05-29  Karl Berry  <karl@gnu.org>
16433
16434         * config/config.rpath: update from gettext.
16435
16436 2003-05-28  Paul Eggert  <eggert@twinsun.com>
16437
16438         Assume the headers required for C89 freestanding compilers.
16439         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
16440         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
16441         * m4/human.m4 (gl_HUMAN): Likewise.
16442         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
16443         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
16444         * m4/userspec.m4 (gl_USERSPEC): Likewise.
16445         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
16446         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
16447         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
16448
16449 2003-05-28  Paul Eggert  <eggert@twinsun.com>
16450
16451         Assume the headers required for C89 freestanding compilers.
16452         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
16453         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
16454         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
16455         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
16456         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
16457         define, since <limits.h> is guaranteed to do that.
16458         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
16459         * lib/exclude.c: Include <stdbool.h> unconditionally.
16460         * lib/tempname.c: Include <stddef.h> unconditionally.
16461         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
16462         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
16463         <stddef.h> does that.
16464         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
16465         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
16466         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
16467         needed.
16468         * lib/xstrtol.c: Likewise.
16469         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
16470         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
16471
16472         * lib/addext.c (addext): Use assignment rather than cast, to avoid
16473         warnings on some platforms.
16474
16475         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
16476         arbitrarily.
16477
16478 2003-05-26  Jim Meyering  <jim@meyering.net>
16479
16480         Merge in a change from coreutils:
16481         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
16482         that is guaranteed to be `no'.  Use `no_such_member' to indicate
16483         that condition, rather than `-1' which is slightly misleading.
16484         Change the name of the cache variable to have the gl_ prefix.
16485         Prompted by a patch from Richard Dawe for DJGPP.
16486
16487 2003-05-24  Karl Berry  <karl@gnu.org>
16488
16489         * config/config.guess: update from prep.
16490
16491 2003-05-22  Karl Berry  <karl@gnu.org>
16492
16493         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
16494
16495 2003-05-20  Karl Berry  <karl@gnu.org>
16496
16497         * config/config.guess: update from prep.
16498
16499 2003-05-18  Karl Berry  <karl@gnu.org>
16500
16501         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
16502         might actually be set by the user.
16503
16504         * config/depcomp, install-sh, mdate-sh: update from automake.
16505
16506 2003-05-17  Bruno Haible  <bruno@clisp.org>
16507
16508         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
16509         invalid expansion for AC_EGREP_CPP.
16510         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
16511         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
16512         Suggested by Akim Demaille <akim@epita.fr> in
16513         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
16514
16515 2003-05-12  Jim Meyering  <jim@meyering.net>
16516
16517         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
16518         the space-padded-by-default conversion specifiers, %e, %k, %l.
16519
16520 2003-05-12  Bruno Haible  <bruno@clisp.org>
16521
16522         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
16523         the string is longer than 4 KB.
16524
16525 2003-05-11  Karl Berry  <karl@gnu.org>
16526
16527         * config/config.{guess,sub}: update from prep.
16528
16529 2003-05-09  Bruno Haible  <bruno@clisp.org>
16530
16531         * modules/error: Add m4/strerror_r.m4 to file list.
16532
16533 2003-05-03  Bruno Haible  <bruno@clisp.org>
16534
16535         Upgrade to Unicode-4.0.
16536         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
16537         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
16538         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
16539         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
16540         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
16541         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
16542         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
16543         Change width of U+E0100..U+E01EF from 1 to 0.
16544
16545 2003-04-25  Jim Meyering  <jim@meyering.net>
16546
16547         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
16548         of type size_t, not int.
16549
16550 2003-04-25  Bruno Haible  <bruno@clisp.org>
16551
16552         * lib/copy-file.c: Include <stddef.h>, for size_t.
16553
16554 2003-04-21  Paul Eggert  <eggert@twinsun.com>
16555
16556         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
16557         code which expansion is under static control.  Patch imported from
16558         Akim Demaille's patch to Bison; see
16559         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
16560
16561 2003-04-14  Bruno Haible  <bruno@clisp.org>
16562
16563         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
16564
16565 2003-04-11  Jim Meyering  <jim@meyering.net>
16566
16567         Merge changes from Coreutils.
16568
16569         2003-03-22  Jim Meyering  <jim@meyering.net>
16570
16571         * lib/strftime.c (widen): Cast alloca return value to proper type.
16572
16573         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
16574
16575         From GNU libc.
16576         * lib/strftime.c (my_strftime): Handle very large width
16577         specifications for numeric values correctly.  Improve checks for
16578         overflow.
16579
16580         2003-01-19  Jim Meyering  <jim@meyering.net>
16581
16582         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
16583         definitions.
16584         (nl_get_alt_digit) [! defined my_strftime]: Define.
16585         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
16586         _nl_get_alt_digit and _nl_get_walt_digit.
16587
16588         * lib/strftime.c (my_strftime): Merge in locale-related changes from
16589         libc. These changes have no effect outside of _LIBC.
16590
16591 2003-04-10  Bruno Haible  <bruno@clisp.org>
16592
16593         * modules/findprog: New file.
16594         * MODULES.html.sh (func_all_modules): Add it.
16595
16596 2003-04-10  Bruno Haible  <bruno@clisp.org>
16597
16598         * m4/findprog.m4: New file.
16599         * m4/eaccess.m4: New file.
16600
16601 2003-04-10  Bruno Haible  <bruno@clisp.org>
16602
16603         * lib/findprog.h: New file, from GNU gettext.
16604         * lib/findprog.c: New file, from GNU gettext.
16605
16606 2003-04-05  Jim Meyering  <jim@meyering.net>
16607
16608         Merge changes from Coreutils.
16609
16610         * lib/exclude.h (PARAMS): Remove definition and uses.
16611         * lib/exclude.c: Remove uses of `PARAMS'.
16612
16613         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
16614         Add test-cases for DOS filenames. Declare program_name.
16615         (main): Set up program_name.  Patch by Rich Dawe.
16616
16617         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
16618         error from mntctl.
16619         Use mntctl's return value to drive the entry-processing loop, since
16620         we can't rely on the value of the vmt_length member in the last
16621         entry.  On some systems doing so could result in exhausting
16622         virtual memory.  Based in part on a patch from Mike Jetzer.
16623
16624 2003-04-04  Bruno Haible  <bruno@clisp.org>
16625
16626         * modules/linebreak: New file.
16627         * MODULES.html.sh (func_all_modules): Add it.
16628
16629 2003-04-04  Bruno Haible  <bruno@clisp.org>
16630
16631         * m4/linebreak.m4: New file.
16632
16633 2003-04-04  Bruno Haible  <bruno@clisp.org>
16634
16635         * lib/linebreak.h: New file, from GNU gettext.
16636         * lib/linebreak.c: New file, from GNU gettext with slight
16637         modifications.
16638         * lib/lbrkprop.h: New file, from GNU gettext.
16639
16640 2003-04-03  Bruno Haible  <bruno@clisp.org>
16641
16642         * modules/utf8-ucs4: New file.
16643         * modules/utf16-ucs4: New file.
16644         * modules/ucs4-utf8: New file.
16645         * modules/ucs4-utf16: New file.
16646         * MODULES.html.sh (func_all_modules): Add them.
16647
16648 2003-04-03  Bruno Haible  <bruno@clisp.org>
16649
16650         * m4/utf-ucs4.m4: New file.
16651         * m4/ucs4-utf.m4: New file.
16652
16653 2003-04-03  Bruno Haible  <bruno@clisp.org>
16654
16655         * lib/utf8-ucs4.h: New file, from GNU gettext.
16656         * lib/utf16-ucs4.h: New file, from GNU gettext.
16657         * lib/ucs4-utf8.h: New file, from GNU gettext.
16658         * lib/ucs4-utf16.h: New file, from GNU gettext.
16659
16660 2003-04-02  Bruno Haible  <bruno@clisp.org>
16661
16662         * modules/binary-io: New file.
16663         * MODULES.html.sh (func_all_modules): Add it.
16664
16665 2003-04-02  Bruno Haible  <bruno@clisp.org>
16666
16667         * lib/binary-io.h: New file, from GNU gettext.
16668
16669 2003-04-01  Bruno Haible  <bruno@clisp.org>
16670
16671         * modules/pathname: New file.
16672         * MODULES.html.sh (func_all_modules): Add it.
16673
16674 2003-04-01  Bruno Haible  <bruno@clisp.org>
16675
16676         * lib/pathname.h: New file, from GNU gettext.
16677         * lib/concatpath.c: New file, from GNU gettext.
16678
16679 2003-03-30  Bruno Haible  <bruno@clisp.org>
16680
16681         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
16682
16683 2003-03-30  Bruno Haible  <bruno@clisp.org>
16684
16685         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
16686         function chown() doesn't exist.
16687
16688 2003-03-28  Bruno Haible  <bruno@clisp.org>
16689
16690         * modules/copy-file: New file.
16691         * MODULES.html.sh (func_all_modules): Add it.
16692
16693 2003-03-28  Bruno Haible  <bruno@clisp.org>
16694
16695         * m4/copy-file.m4: New file.
16696
16697 2003-03-28  Bruno Haible  <bruno@clisp.org>
16698
16699         * lib/copy-file.h: New file, from GNU gettext.
16700         * lib/copy-file.c: New file, from GNU gettext.
16701
16702 2003-03-18  Jim Meyering  <jim@meyering.net>
16703
16704         * lib/quote.c (quote_n): Fix typo in comment.
16705
16706 2003-03-18  Bruno Haible  <bruno@clisp.org>
16707
16708         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
16709         checking.
16710         * m4/onceonly_2_57.m4: Likewise.
16711
16712 2003-03-17  Bruno Haible  <bruno@clisp.org>
16713
16714         * m4/onceonly.m4: Require autoconf 2.54 or newer.
16715         (m4_quote): Remove macro.
16716         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
16717
16718 2003-03-14  Jim Meyering  <jim@meyering.net>
16719
16720         Merge changes from Coreutils.
16721         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
16722         to be const, in order to avoid warnings.
16723         (obstack_room): Likewise.
16724         (obstack_empty_p): Likewise.
16725
16726 2003-03-14  Bruno Haible  <bruno@clisp.org>
16727
16728         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
16729         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
16730
16731 2003-03-13  Paul Eggert  <eggert@twinsun.com>
16732
16733         Merge changes from Bison.
16734         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
16735         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
16736         when compiling Bison 1.875's `bitset bset = obstack_alloc
16737         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
16738         * lib/hash.c: Include <stdbool.h> unconditionally.
16739
16740 2003-03-13  Paul Eggert  <eggert@twinsun.com>
16741
16742         * m4/onceonly.m4 (m4_quote): New macro.
16743         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
16744         Quote AC_FOREACH variable-expansions properly.
16745
16746 2003-03-13  Paul Eggert  <eggert@twinsun.com>
16747
16748         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
16749
16750 2003-03-09  Paul Eggert  <eggert@twinsun.com>
16751
16752         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
16753         Reported by Bruce Becker; see:
16754         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
16755
16756 2003-03-03  Paul Eggert  <eggert@twinsun.com>
16757             Bruno Haible  <bruno@clisp.org>
16758
16759         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
16760         Reported by John Hughes, see
16761         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
16762
16763 2003-02-20  Bruno Haible  <bruno@clisp.org>
16764
16765         * MODULES.html.sh (func_all_modules): Add poll.
16766
16767 2003-02-19  Paolo Bonzino  <bonzini@gnu.org>
16768
16769         * modules/poll: New file.
16770
16771 2003-02-19  Paolo Bonzino  <bonzini@gnu.org>
16772
16773         * lib/poll_.h: New file.
16774         * lib/poll.c: New file.
16775
16776 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
16777
16778         * m4/poll.m4: New file.
16779
16780 2003-02-18  Paolo Bonzino  <bonzini@gnu.org>
16781
16782         * modules/mathl: New file.
16783
16784 2003-02-18  Paolo Bonzino  <bonzini@gnu.org>
16785
16786         * lib/mathl.h: New file.
16787         * lib/acosl.c: New file.
16788         * lib/asinl.c: New file.
16789         * lib/atanl.c: New file.
16790         * lib/ceill.c: New file.
16791         * lib/cosl.c: New file.
16792         * lib/expl.c: New file.
16793         * lib/floorl.c: New file.
16794         * lib/frexpl.c: New file.
16795         * lib/ldexpl.c: New file.
16796         * lib/logl.c: New file.
16797         * lib/sincosl.c: New file.
16798         * lib/sinl.c: New file.
16799         * lib/sqrtl.c: New file.
16800         * lib/tanl.c: New file.
16801         * lib/trigl.c: New file.
16802         * lib/trigl.h: New file.
16803
16804 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
16805
16806         * m4/mathl.m4: New file.
16807
16808 2003-02-18  Bruno Haible  <bruno@clisp.org>
16809
16810         * MODULES.html.sh (func_all_modules): Add mathl.
16811
16812 2003-02-17  Bruno Haible  <bruno@clisp.org>
16813
16814         * modules/mkdtemp: New module.
16815         * MODULES.html.sh (func_all_modules): Add it.
16816
16817 2003-02-17  Bruno Haible  <bruno@clisp.org>
16818
16819         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
16820
16821 2003-02-17  Bruno Haible  <bruno@clisp.org>
16822
16823         * lib/mkdtemp.h: New file, from GNU gettext.
16824         * lib/mkdtemp.c: New file, from GNU gettext.
16825
16826 2003-02-02  Jim Meyering  <jim@meyering.net>
16827
16828         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
16829         e.g. glibc-2.2.93.
16830
16831 2003-01-31  Bruno Haible  <bruno@clisp.org>
16832
16833         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
16834         'rpl_rename'.
16835         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
16836         'rpl_strnlen'.
16837         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
16838         'rpl_strtod'.
16839         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
16840         'rpl_utime'.
16841
16842 2003-01-31  Bruno Haible  <bruno@clisp.org>
16843
16844         * lib/rename.c: #undef rename before defining rpl_rename.
16845         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
16846
16847 2003-01-30  Bruno Haible  <bruno@clisp.org>
16848
16849         * modules/vasnprintf, modules/vasprintf: New modules.
16850         * MODULES.html.sh (func_all_modules): Add them.
16851
16852 2003-01-30  Bruno Haible  <bruno@clisp.org>
16853
16854         * m4/signed.m4: New file, from GNU gettext.
16855         * m4/longdouble.m4: New file, from GNU gettext.
16856         * m4/wchar_t.m4: New file, from GNU gettext.
16857         * m4/wint_t.m4: New file, from GNU gettext.
16858         * m4/vasnprintf.m4: New file.
16859         * m4/vasprintf.m4: New file.
16860
16861 2003-01-30  Bruno Haible  <bruno@clisp.org>
16862
16863         * lib/printf-args.h: New file, from GNU gettext.
16864         * lib/printf-args.c: New file, from GNU gettext.
16865         * lib/printf-parse.h: New file, from GNU gettext.
16866         * lib/printf-parse.c: New file, from GNU gettext.
16867         * lib/vasnprintf.h: New file, from GNU gettext.
16868         * lib/vasnprintf.c: New file, from GNU gettext.
16869         * lib/asnprintf.c: New file, from GNU gettext.
16870         * lib/vasprintf.h: New file, from GNU gettext with modifications.
16871         * lib/vasprintf.c: New file, from GNU gettext.
16872         * lib/asprintf.c: New file, from GNU gettext.
16873
16874 2003-01-29  Bruno Haible  <bruno@clisp.org>
16875
16876         * modules/stpncpy: New module.
16877         * MODULES.html.sh (func_all_modules): Add it.
16878
16879 2003-01-29  Bruno Haible  <bruno@clisp.org>
16880
16881         * m4/stpncpy.m4: New file.
16882
16883 2003-01-29  Bruno Haible  <bruno@clisp.org>
16884
16885         * lib/stpncpy.h: New file, from GNU gettext with modifications.
16886         * lib/stpncpy.c: New file, from GNU gettext with modifications.
16887
16888 2003-01-28  Bruno Haible  <bruno@clisp.org>
16889
16890         * modules/c-ctype: New module.
16891         * MODULES.html.sh (func_all_modules): Add it.
16892
16893 2003-01-28  Bruno Haible  <bruno@clisp.org>
16894
16895         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
16896         Paul Eggert.
16897         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
16898         Paul Eggert.
16899
16900 2003-01-27  Bruno Haible  <bruno@clisp.org>
16901
16902         * modules/xsetenv: New module.
16903         * MODULES.html.sh (func_all_modules): Add it.
16904
16905 2003-01-27  Bruno Haible  <bruno@clisp.org>
16906
16907         * lib/xsetenv.h: New file, from GNU gettext.
16908         * lib/xsetenv.c: New file, from GNU gettext.
16909
16910 2003-01-23  Jim Meyering  <jim@meyering.net>
16911
16912         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
16913         from working on systems without dirfd (at least Irix and OSF1/Tru64).
16914
16915 2003-01-23  Bruno Haible  <bruno@clisp.org>
16916
16917         * modules/minmax: New module.
16918         * MODULES.html.sh (func_all_modules): Add it.
16919
16920 2003-01-23  Bruno Haible  <bruno@clisp.org>
16921
16922         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
16923         Eggert.
16924
16925 2003-01-22  Bruno Haible  <bruno@clisp.org>
16926
16927         * modules/exit: New module.
16928         * MODULES.html.sh (func_all_modules): Add it.
16929
16930 2003-01-22  Bruno Haible  <bruno@clisp.org>
16931
16932         * lib/exit.h: New file, from GNU gettext.
16933
16934 2003-01-19  Bruno Haible  <bruno@clisp.org>
16935
16936         * gnulib-tool: Recognize option --extract-maintainer.
16937         (func_get_maintainer): New function.
16938         * modules/*: Add Maintainer entry.
16939
16940 2003-01-16  Jim Meyering  <jim@meyering.net>
16941
16942         * m4/regex.m4: The `regex' struct is both input and output.
16943         Initialize it before each use.  Patch by Tim Waugh.
16944
16945 2003-01-16  Bruno Haible  <bruno@clisp.org>
16946
16947         * MODULES.html.sh: Add a table of contents. Add the module name as
16948         leftmost column. Add hyperlinks.
16949
16950 2003-01-15  Bruno Haible  <bruno@clisp.org>
16951
16952         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
16953
16954 2003-01-15  Bruno Haible  <bruno@clisp.org>
16955
16956         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
16957         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
16958         suffix.
16959
16960 2003-01-15  Bruno Haible  <bruno@clisp.org>
16961
16962         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
16963
16964 2003-01-15  Bruno Haible  <bruno@clisp.org>
16965
16966         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
16967         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
16968
16969 2003-01-14  Jim Meyering  <jim@meyering.net>
16970
16971         * lib/same.c (same_name): Tweak a comment.
16972
16973 2003-01-14  Bruno Haible  <bruno@clisp.org>
16974
16975         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
16976         when a string comparison is sufficient.
16977
16978 2003-01-14  Bruno Haible  <bruno@clisp.org>
16979
16980         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
16981         'unsigned int'.
16982
16983 2003-01-14  Bruno Haible  <bruno@clisp.org>
16984
16985         * lib/hash-pjw.c: Add comment about low quality of this function.
16986
16987 2003-01-13  Bruno Haible  <bruno@clisp.org>
16988
16989         * modules/stpcpy: Distribute lib/stpcpy.h.
16990         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
16991
16992 2003-01-13  Bruno Haible  <bruno@clisp.org>
16993
16994         * modules/*: Add a description.
16995         * modules/strpbrk: Fix Makefile.am snippet.
16996         * modules/strtoimax: Fix dependencies.
16997         * modules/strtoumax: Likewise.
16998
16999 2003-01-13  Bruno Haible  <bruno@clisp.org>
17000
17001         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
17002         * modules/alloca (Makefile.am): All object files depend on alloca.h.
17003         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
17004
17005 2003-01-13  Bruno Haible  <bruno@clisp.org>
17006
17007         * gnulib-tool (func_create_testdir): Store config/* files in the main
17008         directory.
17009         * config.rpath: Move to ...
17010         * config/config.rpath: ... here.
17011         * modules/gettext: Contains config/config.rpath, not config.rpath.
17012         * modules/iconv: Likewise.
17013
17014 2003-01-12  Paul Eggert  <eggert@twinsun.com>
17015
17016         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
17017         to avoid collisions with libcurses and libreadline.
17018
17019         * m4/getstr.m4: Remove.
17020         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
17021
17022 2003-01-12  Paul Eggert  <eggert@twinsun.com>
17023
17024         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
17025         to avoid collisions with libcurses and libreadline.
17026
17027         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
17028         * lib/getstr.h, getstr.c: Remove.
17029         * lib/getline.c: Include "getline.h", to check interface.
17030         Move body of old getstr.c here: this defines MIN_CHUNK and
17031         declares getdelim2, which is renamed from getstr.
17032         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
17033
17034         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
17035         All uses changed.
17036         * lib/linebuffer.h: Likewise.
17037         (readline): Remove backward-compatibility macro.
17038
17039 2003-01-12  Paul Eggert  <eggert@twinsun.com>
17040
17041         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
17042         to avoid collisions with libcurses and libreadline.
17043         * getstr: Remove.
17044         * MODULES.html.sh: Remove getstr.
17045         * modules/getline: Depend on unlocked-io, not getstr.
17046
17047 2003-01-12  Jim Meyering  <jim@meyering.net>
17048
17049         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
17050
17051 2003-01-10  Bruno Haible  <bruno@clisp.org>
17052
17053         * modules/alloca: Change Makefile.am requirements. Simplify Include
17054         requirements. Add lib/alloca_.h to file list.
17055
17056 2003-01-10  Bruno Haible  <bruno@clisp.org>
17057
17058         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
17059
17060 2003-01-10  Bruno Haible  <bruno@clisp.org>
17061
17062         * lib/alloca_.h: New file.
17063         * lib/getdate.y: Unconditionally include alloca.h.
17064         * lib/makepath.c: Likewise.
17065         * lib/setenv.c: Likewise.
17066         * lib/userspec.c: Likewise.
17067
17068 2003-01-09  Karl Berry  <karl@gnu.org>
17069
17070         * MODULES.html.sh: include `dirname $0` in PATH, to find
17071         gnulib-tool.
17072
17073 2003-01-09  Bruno Haible  <bruno@clisp.org>
17074
17075         * modules/stdbool: Change configure.ac, Makefile.am requirements.
17076         Simplify Include requirements. Add lib/stdbool.h.in to file list.
17077
17078 2003-01-09  Bruno Haible  <bruno@clisp.org>
17079
17080         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
17081
17082 2003-01-09  Bruno Haible  <bruno@clisp.org>
17083
17084         * lib/stdbool.h.in: New file.
17085
17086 2003-01-09  Bruno Haible  <bruno@clisp.org>
17087
17088         * gnulib-tool (func_all_modules): Ignore files ending in ~.
17089         * MODULES.html.sh: Likewise.
17090
17091 2003-01-08  Jim Meyering  <jim@meyering.net>
17092
17093         * lib/full-write.c: Undefine and define-away `const' after inclusion
17094         of errno.h, not before.  Suggestion from Bruno Haible.
17095
17096 2003-01-08  Bruno Haible  <bruno@clisp.org>
17097
17098         * modules/full-read: Depend on full-write.
17099
17100 2003-01-08  Bruno Haible  <bruno@clisp.org>
17101
17102         * lib/safe-read.c: Include specification header first, to ensure its
17103         selfcontainedness.
17104         * lib/full-write.c: Likewise.
17105
17106 2003-01-07  Jim Meyering  <jim@meyering.net>
17107
17108         * lib/full-write.c: Rework so that it may serve to define full_read,
17109         too.
17110         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
17111
17112 2003-01-07  Bruno Haible  <bruno@clisp.org>
17113
17114         * lib/strtoimax.c: Include <stdint.h> as an alternative to
17115         <inttypes.h>.
17116         * lib/xstrtol.h: Likewise.
17117         * lib/xstrtoimax.c: Likewise.
17118         * lib/xstrtoumax.c: Likewise.
17119         * lib/human.h: Likewise.
17120
17121         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
17122         on systems that have <inttypes.h> but not <stdint.h>.
17123
17124 2003-01-07  Bruno Haible  <bruno@clisp.org>
17125
17126         * MODULES.html.sh: Add copyright notice.
17127         (missed_files): Omit CVS directory entries.
17128         (func_module): Make it work with sed-3.02.
17129         * MODULES.txt: Remove file.
17130
17131 2003-01-06  Jim Meyering  <jim@meyering.net>
17132
17133         * lib/version-etc.c: Update year in translatable copyright string.
17134
17135 2003-01-03  Karl Berry  <karl@gnu.org>
17136
17137         * config/config.{guess,sub}: update from prep.
17138
17139 2003-01-02  Karl Berry  <karl@gnu.org>
17140
17141         * doc/COPYING.DOC: belatedly updated to 1.2.
17142
17143 2003-01-01  Karl Berry  <karl@gnu.org>
17144
17145         * gnulib-tool (func_verify_module): report module name $module in
17146         error message, not $1.
17147         * gnulib-tool (create-testdir): don't complain if destdir couldn't
17148         be created, only if it doesn't exist.
17149         * gnulib-tool (last_checkin_date): don't expand the $Date here.
17150
17151 2002-12-31  Paul Eggert  <eggert@twinsun.com>
17152
17153         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
17154
17155 2002-12-31  Paul Eggert  <eggert@twinsun.com>
17156
17157         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
17158         memcmp if strcoll doesn't work.
17159
17160 2002-12-31  Bruno Haible  <bruno@clisp.org>
17161
17162         * lib/utime.c (utime_null): No need to call ftruncate if the file was
17163         nonempty.
17164
17165 2002-12-31  Bruno Haible  <bruno@clisp.org>
17166
17167         * lib/memcoll.c (STRCOLL): New macro.
17168         (memcoll): Use it.
17169
17170 2002-12-31  Bruno Haible  <bruno@clisp.org>
17171
17172         * lib/localcharset.h: New file.
17173         * lib/localcharset.c: Include it.
17174         * lib/unicodeio.c: Likewise.
17175
17176 2002-12-31  Bruno Haible  <bruno@clisp.org>
17177
17178         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
17179         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
17180
17181 2002-12-31  Bruno Haible  <bruno@clisp.org>
17182
17183         * lib/getline.h: Include <stddef.h>, for size_t.
17184
17185         * lib/unicodeio.h: Include <stddef.h>, for size_t.
17186         * lib/unicodeio.c: Don't include <stddef.h>.
17187
17188 2002-12-31  Bruno Haible  <bruno@clisp.org>
17189
17190         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
17191         HAVE_TM_ZONE.
17192
17193 2002-12-24  Karl Berry  <karl@gnu.org>
17194
17195         * config/config.guess: update from prep.
17196
17197 2002-12-24  Bruno Haible  <bruno@clisp.org>
17198
17199         General infrasructure.
17200         * m4/README: Rewritten.
17201         * m4/onceonly.m4: New file.
17202         * m4/onceonly_2_57.m4: New file.
17203
17204         Module atexit.
17205         * m4/atexit.m4: New file.
17206
17207         Module strtod.
17208         * m4/strtod.m4: New file.
17209
17210         Module strtol.
17211         * m4/strtol.m4: New file.
17212
17213         Module strtoul.
17214         * m4/strtoul.m4: New file.
17215
17216         Module memchr.
17217         * m4/memchr.m4: New file.
17218
17219         Module memcmp.
17220         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
17221         (jm_FUNC_MEMCMP): Invoke it.
17222
17223         Module memcpy.
17224         * m4/memcpy.m4: New file.
17225
17226         Module memmove.
17227         * m4/memmove.m4: New file.
17228
17229         Module memset.
17230         * m4/memset.m4: New file.
17231
17232         Module strcspn.
17233         * m4/strcspn.m4: New file.
17234
17235         Module strpbrk.
17236         * m4/strpbrk.m4: New file.
17237
17238         Module strstr.
17239         * m4/strstr.m4: New file.
17240
17241         Module strerror.
17242         * m4/strerror.m4: New file.
17243
17244         Module mktime.
17245         * m4/mktime.m4: Renamed from jm-mktime.m4.
17246         (gl_PREREQ_MKTIME): New macro.
17247         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
17248
17249         Module malloc.
17250         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
17251         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
17252         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
17253
17254         Module realloc.
17255         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
17256         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
17257         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
17258
17259         Module strftime.
17260         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
17261         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
17262         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
17263         gl_TM_GMTOFF.
17264         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
17265
17266         Module xalloc.
17267         * m4/xalloc.m4: New file.
17268
17269         Module alloca.
17270         * m4/alloca.m4: New file.
17271
17272         Module putenv.
17273         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
17274         (jm_FUNC_PUTENV): Invoke it.
17275
17276         Module setenv.
17277         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
17278         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
17279         when invoked twice.
17280         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
17281         gt_FUNC_SETENV.
17282
17283         Module memrchr.
17284         * m4/memrchr.m4: New file.
17285
17286         Module stpcpy.
17287         * m4/stpcpy.m4: New file.
17288
17289         Module strcase.
17290         * m4/strcase.m4: New file.
17291
17292         Module strdup.
17293         * m4/strdup.m4: New file.
17294
17295         Module strnlen.
17296         * m4/strnlen.m4: New file.
17297
17298         Module strndup.
17299         * m4/strndup.m4: New file.
17300
17301         Module xstrtod.
17302         * m4/xstrtod.m4: New file.
17303
17304         Module xstrtol.
17305         * m4/xstrtol.m4: New file.
17306
17307         Module getdate.
17308         * m4/getdate.m4: New file.
17309
17310         Module unlocked-io.
17311         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
17312         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
17313         * m4/jm-glibc-io.m4n: Remove file.
17314
17315         Module long-options.
17316         * m4/long-options.m4: New file.
17317
17318         Module md5.
17319         * m4/md5.m4: New file.
17320
17321         Module sha.
17322         * m4/sha.m4: New file.
17323
17324         Module getstr.
17325         * m4/getstr.m4: New file.
17326
17327         Module getline.
17328         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
17329         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
17330         <sys/types.h>, for size_t. Use the function name gnu_getline, not
17331         simply getline. Infoke gl_PREREQ_GETLINE.
17332
17333         Module obstack.
17334         * m4/obstack.m4: New file.
17335
17336         Module hash.
17337         * m4/hash.m4: New file.
17338
17339         Module readtokens.
17340         * m4/readtokens.m4: New file.
17341
17342         Module strverscmp.
17343         * m4/strverscmp.m4: New file.
17344
17345         Module stdbool.
17346         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
17347         OSF/1.
17348
17349         Module strtoll.
17350         * m4/strtoll.m4: New file.
17351
17352         Module strtoull.
17353         * m4/strtoull.m4: New file.
17354
17355         Module strtoimax.
17356         * m4/strtoimax.m4: New file.
17357
17358         Module strtoumax.
17359         * m4/strtoumax.m4: New file.
17360
17361         Module xstrtoimax.
17362         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
17363         jm_AC_PREREQ_XSTRTOIMAX.
17364         Moved the strtol prerequisites to strtol.m4.
17365         Moved the strtoll prerequisites to strtoll.m4.
17366         Moved the strtoimax prerequisites to strtoimax.m4.
17367
17368         Module xstrtoumax.
17369         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
17370         jm_AC_PREREQ_XSTRTOUMAX.
17371         Moved the strtoul prerequisites to strtoul.m4.
17372         Moved the strtoull prerequisites to strtoull.m4.
17373         Moved the strtoumax prerequisites to strtoumax.m4.
17374
17375         Module chown.
17376         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
17377         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
17378
17379         Module dup2.
17380         * m4/dup2.m4: New file.
17381
17382         Module ftruncate.
17383         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
17384         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
17385
17386         Module getgroups.
17387         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
17388         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
17389
17390         Module gettimeofday.
17391         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
17392         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
17393         gl_PREREQ_GETTIMEOFDAY.
17394
17395         Module mkdir.
17396         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
17397         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
17398
17399         Module mkstemp.
17400         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
17401         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
17402         jm_AC_TYPE_UINTMAX_T.
17403         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
17404
17405         Module stat.
17406         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
17407         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
17408
17409         Module lstat.
17410         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
17411         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
17412
17413         Module timespec.
17414         * m4/timespec.m4 (gl_TIMESPEC): New macro.
17415         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
17416         * m4/st_mtim.m4: Indentation.
17417
17418         Module nanosleep.
17419         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
17420         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
17421         gl_PREREQ_NANOSLEEP.
17422
17423         Module regex.
17424         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
17425         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
17426         (gl_REGEX): New macro.
17427
17428         Module rename.
17429         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
17430         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
17431
17432         Module rmdir.
17433         * m4/rmdir.m4: New file.
17434
17435         Module utime.
17436         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
17437         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
17438         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
17439
17440         Module dirname.
17441         * m4/dirname.m4: New file.
17442
17443         Module getopt.
17444         * m4/getopt.m4: New file.
17445
17446         Module unistd-safer.
17447         * m4/unistd-safer.m4: New file.
17448
17449         Module fnmatch.
17450         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
17451         declaration.
17452         (gl_PREREQ_FNMATCH_EXTRA): New macro.
17453         (gl_FUNC_FNMATCH_POSIX): New macro.
17454         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
17455         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
17456         simply fnmatch.
17457
17458         Module exclude.
17459         * m4/exclude.m4: New file.
17460
17461         Module human.
17462         * m4/human.m4: New file.
17463
17464         Module acl.
17465         * m4/acl.m4: Nop.
17466
17467         Module backupfile.
17468         * m4/backupfile.m4: New file.
17469         * m4/d-ino.m4: Indentation.
17470
17471         Module fsusage.
17472         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
17473         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
17474         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
17475
17476         Module dirfd.
17477         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
17478         requirements.
17479
17480         Module euidaccess.
17481         * m4/euidaccess.m4: New file.
17482
17483         Module file-type.
17484         * m4/file-type.m4: New file.
17485
17486         Module fileblocks.
17487         * m4/fileblocks.m4: New file.
17488
17489         Module filemode.
17490         * m4/filemode.m4: New file.
17491
17492         Module isdir.
17493         * m4/isdir.m4: New file.
17494
17495         Module lchown.
17496         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
17497         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
17498
17499         Module makepath.
17500         * m4/makepath.m4: New file.
17501
17502         Module modechange.
17503         * m4/modechange.m4: New file.
17504
17505         Module mountlist.
17506         * m4/mountlist.m4: New file.
17507         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
17508         Indentation.
17509
17510         Module path-concat.
17511         * m4/path-concat.m4: New file.
17512
17513         Module pathmax.
17514         * m4/pathmax.m4: New file.
17515
17516         Module same.
17517         * m4/same.m4: New file.
17518
17519         Module save-cwd.
17520         * m4/save-cwd.m4: New file.
17521
17522         Module savedir.
17523         * m4/savedir.m4: New file.
17524
17525         Module xgetcwd.
17526         * m4/xgetcwd.m4: New file.
17527         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
17528
17529         Module xreadlink.
17530         * m4/xreadlink.m4: New file.
17531
17532         Module safe-read.
17533         * m4/safe-read.m4: New file.
17534
17535         Module safe-write.
17536         * m4/safe-write.m4: New file.
17537
17538         Module closeout.
17539         * m4/closeout.m4: New file.
17540
17541         Module stdio-safer.
17542         * m4/stdio-safer.m4: New file.
17543
17544         Module getpass.
17545         * m4/getpass.m4: New file.
17546
17547         Module getugroups.
17548         * m4/getugroups.m4: New file.
17549
17550         Module group-member.
17551         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
17552         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
17553
17554         Module idcache.
17555         * m4/idcache.m4: New file.
17556
17557         Module userspec.
17558         * m4/userspec.m4: New file.
17559
17560         Module gettime.
17561         * m4/clock_time.m4: New file.
17562         * m4/gettime.m4: New file.
17563
17564         Module settime.
17565         * m4/settime.m4: New file.
17566
17567         Module posixtm.
17568         * m4/posixtm.m4: New file.
17569
17570         Module gethostname.
17571         * m4/gethostname.m4: New file.
17572
17573         Module canon-host.
17574         * m4/canon-host.m4: New file.
17575
17576         Module gettext.
17577         * m4/codeset.m4: New file, from gettext-0.11.5.
17578         * m4/gettext.m4: New file, from gettext-0.11.5.
17579         * m4/glibc21.m4: New file, from gettext-0.11.5.
17580         * m4/iconv.m4: New file, from gettext-0.11.5.
17581         * m4/intdiv0.m4: New file, from gettext-0.11.5.
17582         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
17583         * m4/inttypes.m4: New file, from gettext-0.11.5.
17584         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
17585         * m4/isc-posix.m4: New file, from gettext-0.11.5.
17586         * m4/lcmessage.m4: New file, from gettext-0.11.5.
17587         * m4/lib-ld.m4: New file, from gettext-0.11.5.
17588         * m4/lib-link.m4: New file, from gettext-0.11.5.
17589         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
17590         * m4/progtest.m4: New file, from gettext-0.11.5.
17591         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
17592         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
17593         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
17594
17595         Module localcharset.
17596         * m4/localcharset.m4: New file.
17597
17598         Module hard-locale.
17599         * m4/hard-locale.m4: New file.
17600
17601         Module mbswidth.
17602         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
17603         onceonly macros.
17604         * m4/mbrtowc.m4: Add comment.
17605
17606         Module memcasecmp.
17607         * m4/memcasecmp.m4: New file.
17608
17609         Module memcoll.
17610         * m4/memcoll.m4: New file.
17611
17612         Module unicodeio.
17613         * m4/unicodeio.m4: New file.
17614
17615         Module rpmatch.
17616         * m4/rpmatch.m4: New file.
17617
17618         Module yesno.
17619         * m4/yesno.m4: New file.
17620
17621         Module exitfail.
17622         * m4/exitfail.m4: New file.
17623
17624         Module c-stack.
17625         * m4/c-stack.m4 (gl_C_STACK): New macro.
17626         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
17627
17628         Module error.
17629         * m4/error.m4 (gl_ERROR): New macro.
17630         (jm_PREREQ_ERROR): Use onceonly macros.
17631
17632         Module fatal.
17633         * m4/fatal.m4: New file.
17634
17635         Module getloadavg.
17636         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
17637         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
17638
17639         Module getpagesize.
17640         * m4/getpagesize.m4: New file.
17641
17642         Module getusershell.
17643         * m4/getusershell.m4: New file.
17644
17645         Module physmem.
17646         * m4/physmem.m4: New file.
17647
17648         Module posixver.
17649         * m4/posixver.m4: New file.
17650
17651         Module quotearg.
17652         * m4/quotearg.m4: New file.
17653
17654         Module quote.
17655         * m4/quote.m4: New file.
17656
17657         Module readutmp.
17658         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
17659
17660         Module sig2str.
17661         * m4/sig2str.m4: New file.
17662
17663         Other.
17664         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
17665         ulonglong.m4.
17666         * m4/intmax_t.m4: New file.
17667         * m4/d-type.m4: Indentation.
17668         * m4/jm-macros.m4: Update.
17669         * m4/prereq.m4 (jm_PREREQ): Update.
17670         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
17671         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
17672         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
17673         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
17674         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
17675         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
17676         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
17677         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
17678         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
17679         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
17680         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
17681         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
17682         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
17683         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
17684         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
17685         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
17686         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
17687         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
17688         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
17689
17690 2002-12-24  Bruno Haible  <bruno@clisp.org>
17691
17692         * MODULES.txt: Update according to m4/ changes.
17693
17694         Module gettext.
17695         * config.rpath: New file, from gettext-0.11.5.
17696
17697         * modules/*: New module descriptions.
17698         * gnulib-tool: New file.
17699         * MODULES.html.sh: New file.
17700
17701 2002-12-21  Karl Berry  <karl@gnu.org>
17702
17703         * doc/fdl.texi: update to version 1.2.
17704
17705 2002-12-19  Karl Berry  <karl@gnu.org>
17706
17707         * config/config.guess: update from prep.
17708
17709 2002-12-18  Bruno Haible  <bruno@clisp.org>
17710
17711         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
17712         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
17713
17714 2002-12-17  Bruno Haible  <bruno@clisp.org>
17715
17716         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
17717         stdlib.h, string.h.
17718
17719 2002-12-17  Bruno Haible  <bruno@clisp.org>
17720
17721         * lib/canon-host.c (strdup): Remove unused declaration.
17722
17723         * lib/fsusage.c: Include full_read.h.
17724         (get_fs_usage): Use full_read instead of safe_read.
17725
17726         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
17727
17728 2002-12-12  Karl Berry  <karl@gnu.org>
17729
17730         * config/config.guess: update from prep.
17731
17732 2002-12-11  Bruno Haible  <bruno@clisp.org>
17733
17734         * m4/setenv.m4: New file, from gettext-0.11.5.
17735
17736 2002-12-11  Bruno Haible  <bruno@clisp.org>
17737
17738         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
17739         not unsetenv().
17740         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
17741         modifications:
17742
17743         2002-12-11  Bruno Haible  <bruno@clisp.org>
17744
17745                 * setenv.c (alloca): Fall back to malloc.
17746                 (freea): New macro.
17747                 (setenv): Use freea() to free memory allocated with alloca().
17748
17749         2002-11-13  Bruno Haible  <bruno@clisp.org>
17750
17751                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
17752                 function declarations.
17753                 * unsetenv.c (unsetenv): Likewise.
17754
17755         2002-03-04  Bruno Haible  <bruno@clisp.org>
17756
17757                 Portability to AIX 4.3.3.
17758                 * unsetenv.c: New file, extracted from setenv.c.
17759                 * setenv.c: Move the unsetenv() function to unsetenv.c.
17760
17761         2001-12-20  Bruno Haible  <bruno@clisp.org>
17762
17763                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
17764                 use malloc instead. For SunOS 4.
17765
17766         2001-12-11  Bruno Haible  <bruno@clisp.org>
17767
17768                 * setenv.c: Declare alloca.
17769                 (compar_fn_t): New typedef.
17770                 (KNOWN_VALUE, STORE_VALUE): Use it.
17771
17772         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
17773         setenv.h.
17774
17775 2002-12-10  Paul Eggert  <eggert@twinsun.com>
17776
17777         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
17778         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
17779         Choose values that are less likely to collide with system fnmatch
17780         options.
17781         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
17782         defined (e.g., a pure POSIX system).
17783         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
17784         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
17785
17786 2002-12-06  Paul Eggert  <eggert@twinsun.com>
17787
17788         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
17789         a pain in practice to deal with generated m4 files.  This change
17790         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
17791
17792         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
17793         and jm-glibc-io.m4, as they are no longer a special case.
17794         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
17795         kludge and the auto-generation stuff.  Check only whether the
17796         functions are declared, not whether they exist, since older hosts
17797         that don't declare the functions can't use the optimization anyway.
17798
17799 2002-12-06  Jim Meyering  <jim@meyering.net>
17800
17801         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
17802
17803         Merge in changes from libc's misc/error.c, in preparation
17804         for the merge of gnulib's changes back into libc.
17805
17806         * lib/error.c (_): Define only if not already defined.
17807         Move definition to follow all #include directives.
17808         Include unlocked-io.h only if !_LIBC.
17809         [_LIBC]: Include <libio/libioP.h>.
17810         [USE_IN_LIBIO]: Include <libio/iolibio.h>
17811         (fflush): Tweak definition to use INTUSE.
17812         (putc): Define.
17813
17814 2002-12-05  Paul Eggert  <eggert@twinsun.com>
17815
17816         * lib/alloca.c [defined emacs]: Include "lisp.h".
17817         (xalloc_die) [defined emacs]: New macro.
17818         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
17819         [! defined emacs]: Include <xalloc.h>.
17820         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
17821         (pointer): Typedef to POINTER_TYPE *.
17822         (malloc): Remove decl; we now always use xmalloc.
17823         (alloca): Use old-style definition, since Emacs needs this.
17824         Check for arithmetic overflow when computing combined size.
17825
17826 2002-12-04  Paul Eggert  <eggert@twinsun.com>
17827
17828         Do not generate unlocked-io.h automatically, since it's easier to
17829         maintain it by hand.
17830
17831         * lib/unlocked-io.h: New file, from GNU diffutils,
17832         but with proper copyright notice and attribution.
17833         * lib/gen-uio: Remove.
17834         * lib/Makefile.am: Add copyright notice.
17835         (libfetish_a_SOURCES): Add unlocked-io.h.
17836         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
17837         (DISTCLEANFILES, io_functions): Remove macros.
17838         (EXTRA_DIST): Remove gen_uio.
17839         (unlocked-io.h): Remove rule.
17840
17841 2002-12-04  Jim Meyering  <jim@meyering.net>
17842
17843         Reflect the fact that stat.c and lstat.c are no longer generated.
17844         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
17845         (DISTCLEANFILES): Likewise.
17846         (EXTRA_DIST): Likewise.
17847         (all_local): Don't depend on stat.c or lstat.c.
17848         (stat.c, lstat.c): Remove rules.
17849         (EXTRA_DIST): Remove xstat.in.
17850
17851         * lib/xstat.in: Remove file.  Contents moved into stat.c.
17852         * lib/stat.c: New file.  Contents mostly from xstat.in.
17853         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
17854         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
17855
17856         * lib/safe-read.c: Rework so that it may serve to define safe_write,
17857         too.
17858         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
17859
17860 2002-12-03  Jim Meyering  <jim@meyering.net>
17861
17862         * lib/safe-read.c, safe-write.c: Change variable names and comments,
17863         but not semantics, to minimize the differences between these two files.
17864         (safe_read): Change comment to mention SAFE_READ_ERROR.
17865
17866         * lib/safe-read.c (IS_EINTR): Define.
17867         (safe_read): Use IS_EINTR in place of in-function cpp directives.
17868
17869 2002-12-02  Jim Meyering  <jim@meyering.net>
17870
17871         * lib/safe-read.c (EINTR): Define.
17872         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
17873         (INT_MAX): Provide fallback.
17874         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
17875
17876         * lib/safe-read.h (SAFE_READ_ERROR): Define.
17877
17878 2002-12-02  Bruno Haible  <bruno@clisp.org>
17879
17880         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
17881         Define, taken from safe-read.c.
17882         (INT_MAX): Provide fallback.
17883         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
17884         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
17885
17886         * lib/safe-read.c (EINTR): Remove definition.
17887         (safe_read): Don't use EINTR if it is absent.
17888
17889 2002-12-01  Jim Meyering  <jim@meyering.net>
17890
17891         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
17892         zero.
17893         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
17894
17895 2002-11-27  Paul Eggert  <eggert@twinsun.com>
17896
17897         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
17898         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
17899         with `if (! (value < limit)) abort ();', for readability.
17900
17901 2002-11-26  Karl Berry  <karl@gnu.org>
17902
17903         * lib/strdup.c: copy from libc again, with jim's ok.
17904         * lib/.cppi-disable: re-add strdup.c
17905
17906 2002-11-25  Karl Berry  <karl@gnu.org>
17907
17908         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
17909         instead of "strtol.c".
17910
17911 2002-11-25  Karl Berry  <karl@gnu.org>
17912
17913         * config/install-sh: update from automake for variable quoting, $0 in
17914         error msgs, etc.
17915
17916         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
17917         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
17918         entry.
17919
17920 2002-11-25  Jim Meyering  <jim@meyering.net>
17921
17922         * lib/mktime.c: Sync from libc, now that it has the latest fix.
17923
17924 2002-11-24  Karl Berry  <karl@gnu.org>
17925
17926         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
17927         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
17928
17929 2002-11-24  Jim Meyering  <jim@meyering.net>
17930
17931         Update from coreutils:
17932
17933         * lib/mktime.c: Merge in changes from libc.
17934
17935         Avoid a link-time failure on some Linux systems.
17936         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
17937         (otherwise).
17938         (__mon_yday): Declare with the STATIC attribute.
17939         (__mktime_internal): Likewise.
17940         Based on a report from Greg Schafer.
17941
17942 2002-11-23  Jim Meyering  <jim@meyering.net>
17943
17944         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
17945         Use `unsigned', not `int', as type of index.
17946
17947         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
17948
17949         * lib/fsusage.c: Remove unneeded parentheses around operands of
17950         `defined'.
17951
17952 2002-11-22  Paul Eggert  <eggert@twinsun.com>
17953
17954         * lib/quotearg.h: Allow multiple inclusion by surrounding with
17955         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
17956         so that we can be included first.
17957         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
17958         * lib/quotearg.c: Include quotearg.h immediately after config.h.
17959         No need to include stddef.h or sys/types.h any more.
17960         Surround local include files with "", not "<>".
17961         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
17962         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
17963         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
17964         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
17965         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
17966         (ISPRINT): Remove; no longer needed now that we assume C89.
17967
17968         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
17969         Preserve errno.
17970
17971         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
17972         quotearg_char): Use SIZE_MAX rather than
17973         (size_t) -1 when we are talking about "infinity".
17974
17975         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
17976
17977 2002-11-22  Paul Eggert  <eggert@twinsun.com>
17978
17979         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
17980         hint that one should use `if (! x) abort ();' rather than `assert
17981         (x);', and anyway it's one less thing to worry about configuring.
17982         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
17983         hash_rehash, hash_insert): Use abort rather than assert.
17984
17985 2002-11-22  Bruno Haible  <bruno@clisp.org>
17986
17987         * lib/safe-read.h: Assume C89. Add comments.
17988         (safe_read): Change return type to size_t.
17989         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
17990         byte counts > SSIZE_MAX correctly.
17991         * lib/safe-write.h: New file.
17992         * lib/safe-write.c: New file.
17993         * lib/full-read.h: New file.
17994         * lib/full-read.c: New file.
17995         * lib/full-write.h: Assume C89. Add comments.
17996         * lib/full-write.c: Include safe-write.h.
17997         (full_write): Rewritten to use safe_write.
17998         Suggested by Jim Meyering and Paul Eggert.
17999
18000 2002-11-21  Jim Meyering  <jim@meyering.net>
18001
18002         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
18003
18004         Merge in changes from the coreutils.
18005
18006         2002-09-25  Paul Eggert  <eggert@twinsun.com>
18007         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
18008         <stdint.h>.
18009         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
18010         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
18011         int.  Work more efficiently if X is the same width as uintmax_t.
18012         Do not compare X to -1, to avoid bogus compiler warning.
18013         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
18014         Don't assume that f_frsize and f_bsize are the same type.
18015
18016         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
18017         warning on FreeBSD.
18018
18019         * lib/makepath.c (make_path): Restore umask *before* creating the final
18020         component.
18021         (make_path): Minor reformatting.
18022
18023         * lib/xmalloc.c: Adjust to work with new autoconf macros,
18024         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
18025         HAVE_MALLOC/HAVE_REALLOC.
18026
18027         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
18028         dummy ones.  At least on GNU/Linux systems, `auto' means something
18029         else.
18030         From Michael Stone.
18031
18032 2002-11-21  Bruno Haible  <bruno@clisp.org>
18033
18034         Remove case insensitive option matching.
18035         * lib/argmatch.h (argcasematch): Remove declaration.
18036         (ARGCASEMATCH): Remove macro.
18037         (__xargmatch_internal): Remove case_sensitive argument.
18038         (XARGMATCH): Update.
18039         (XARGCASEMATCH): Remove macro.
18040         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
18041         case_sensitive argument.
18042         (argcasematch): Remove function.
18043         (__xargmatch_internal): Remove case_sensitive argument.
18044         (main): Use XARGMATCH instead of XARGCASEMATCH.
18045
18046         * lib/xmalloc.c: Change compile-time error message. Add comment about
18047         required autoconf version.
18048
18049 2002-11-20  Paul Eggert  <eggert@twinsun.com>
18050
18051         Merge argmatch cleanups from Bison.  Assume C89.
18052
18053         * lib/argmatch.c: Include config.h here, not in argmatch.h.
18054         Include stdlib.h, for EXIT_FAILURE.
18055         Always include <string.h>, since we assume C89.
18056         (EXIT_FAILURE): Remove pre-C89 bug workaround.
18057         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
18058         Include <stddef.h> instead, since it's all we need for size_t.
18059         (PARAMS): Remove.  All uses removed.
18060         (ARRAY_CARDINALITY): Do not bother to #undef.
18061         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
18062         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
18063         Remove unnecessary parentheses.
18064         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
18065         Insert necessary parentheses.
18066         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
18067         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
18068
18069 2002-11-19  Bruno Haible  <bruno@clisp.org>
18070
18071         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
18072         * lib/mbswidth.h: Include <stddef.h>, for size_t.
18073
18074         * lib/mbswidth.h (PARAMS): Remove macro.
18075         (mbswidth, mbsnwidth): Use ANSI C function declarations.
18076         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
18077
18078         * lib/gcd.h (PARAMS): Remove macro.
18079         (gcd): Use ANSI C function declarations.
18080         * lib/gcd.c (gcd): Likewise.
18081
18082 2002-11-15  Bruno Haible  <bruno@clisp.org>
18083
18084         * lib/strcspn.c: Include <stddef.h>.
18085         (strcspn): Use ANSI C function declaration. Change return type to
18086         size_t. Use NULL.
18087         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
18088         (strpbrk): Use NULL.
18089         * lib/strpbrk.h (PARAMS): Remove macro.
18090         (strpbrk): Use ANSI C function declaration.
18091         * lib/strstr.c: Don't include <sys/types.h>.
18092         * lib/strstr.h (PARAMS): Remove macro.
18093         (strstr): Use ANSI C function declarations.
18094
18095 2002-11-14  Karl Berry  <karl@gnu.org>
18096
18097         * config/mkinstalldirs: `do' on separate line, instead of
18098         `for var; do'.
18099
18100 2002-11-06  Bruno Haible  <bruno@clisp.org>
18101
18102         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
18103         * lib/gcd.c (gcd): Likewise.
18104
18105 2002-11-05  Bruno Haible  <bruno@clisp.org>
18106
18107         * lib/gcd.h: New file, from gettext-0.11.5.
18108         * lib/gcd.c: New file, from gettext-0.11.5.
18109
18110 2002-11-05  Bruno Haible  <bruno@clisp.org>
18111
18112         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
18113         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
18114         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
18115         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
18116
18117         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
18118         <libintl.h>.
18119         * lib/makepath.c: Include gettext.h instead of <locale.h> and
18120         <libintl.h>.
18121
18122         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
18123         * lib/human.c: Include gettext.h instead of <libintl.h>.
18124         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
18125         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
18126         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
18127         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
18128         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
18129         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
18130         (textdomain): Remove definition.
18131         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
18132
18133         * lib/long-options.c: Remove include of <libintl.h> and definition of
18134         _.
18135         * lib/same.c: Remove include of <libintl.h> and definition of _.
18136
18137 2002-11-04  Owen Taylor  <otaylor@redhat.com>
18138
18139         * lib/config.charset: A few additions for Solaris.
18140
18141 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
18142
18143         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
18144         * lib/localcharset.c (locale_charset): Declare as extern "C".
18145
18146 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
18147
18148         * lib/config.charset: msdos in uk_UA uses CP1125.
18149
18150 2002-11-04  Bruno Haible  <bruno@clisp.org>
18151
18152         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
18153         * lib/strcase.h: New file, from GNU gettext-0.11.5.
18154         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
18155         * lib/strstr.h: New file, from GNU gettext-0.11.5.
18156         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
18157
18158 2002-11-04  Bruno Haible  <bruno@clisp.org>
18159
18160         * lib/localcharset.c (locale_charset): Don't return an empty string.
18161
18162 2002-11-04  Bruno Haible  <bruno@clisp.org>
18163
18164         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
18165         aliases.
18166
18167 2002-11-04  Bruno Haible  <bruno@clisp.org>
18168
18169         * lib/config.charset: Update for newest glibc. Add canonical names
18170         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
18171
18172 2002-11-04  Bruno Haible  <bruno@clisp.org>
18173
18174         * lib/config.charset: Add support for NetBSD.
18175
18176 2002-11-04  Bruno Haible  <bruno@clisp.org>
18177
18178         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
18179
18180 2002-11-01  Bruno Haible  <bruno@clisp.org>
18181
18182         * configure.in: Add AC_CONFIG_AUX_DIR call.
18183         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
18184         test/Makefile.
18185         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
18186
18187 2002-09-28  Karl Berry  <karl@gnu.org>
18188
18189         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
18190         installed automake until the next release, since changes have been
18191         made.
18192
18193 2002-09-25  Karl Berry  <karl@gnu.org>
18194
18195         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
18196         * lib/getopt*: copy from libc/posix.
18197         * lib/gettext.h: copy from gettext.
18198         * lib/.cppi-disable: add strdup.c, gettext.h.
18199
18200 2002-09-25  Karl Berry  <karl@gnu.org>
18201
18202         * config/srclist.txt: enable gettext.h check.
18203         * config/config.{guess,sub}: update from prep.
18204         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
18205                 from automake 1.6.3.
18206         See srclist*.
18207
18208 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
18209
18210         * regex.c (PATFETCH): Remove the translating fetch.
18211         (PATFETCH_RAW): Rename to PATFETCH.
18212         (set_image_of_range): New fun.
18213         (SET_RANGE_TABLE_WORK_AREA): Use it.
18214         (regex_compile): Don't translate the pattern chars so eagerly.
18215         Only do it when inserting an `exactn' bytecode or when handling
18216         a char-range.
18217         (mutually_exclusive_p): Avoid empty statement.
18218
18219 2002-07-06  Jim Meyering  <meyering@lucent.com>
18220
18221         * m4/README: Don't mention Makefile.am.in.
18222         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
18223
18224 2002-07-01  Jim Meyering  <meyering@lucent.com>
18225
18226         * lib/c-stack.c: Include sys/time.h.
18227         From Volker Borchert.
18228
18229 2002-06-26  Paul Eggert  <eggert@twinsun.com>
18230
18231         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
18232
18233 2002-06-26  Paul Eggert  <eggert@twinsun.com>
18234
18235         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
18236         New macro.  Use it uniformly instead of
18237         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
18238         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
18239         reported by Vin Shelton.
18240
18241 2002-06-22  Paul Eggert  <eggert@twinsun.com>
18242
18243         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
18244         Do not assume SA_SIGINFO behavior.
18245         Bug reported by Jim Meyering on NetBSD 1.5.2.
18246
18247 2002-06-22  Jim Meyering  <meyering@lucent.com>
18248
18249         * m4/c-stack.m4: New file, from diffutils-2.8.2.
18250         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
18251
18252         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
18253         now that configure.ac uses AC_GNU_SOURCE.
18254         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
18255         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
18256
18257         Update to latest tools.  Suggestions from Paul Eggert.
18258         * m4/stdbool.m4: New file, from diffutils-2.8.2.
18259         * m4/gnu-source.m4: Update from diffutils-2.8.2.
18260         * m4/fnmatch.m4: Likewise.
18261         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
18262         to AC_HEADER_STDBOOL
18263
18264 2002-06-22  Jim Meyering  <meyering@lucent.com>
18265
18266         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
18267         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
18268
18269 2002-06-22  Jim Meyering  <meyering@lucent.com>
18270
18271         * lib/c-stack.c, c-stack.h: New files, from diffutils-2.8.2.
18272
18273         * lib/exitfail.c, exitfail.h: Likewise.
18274         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
18275
18276         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
18277         of fnmatch.h.
18278         (EXTRA_DIST): Add fnmatch_loop.c.
18279         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
18280
18281         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
18282         * lib/fnmatch.c: Update from diffutils-2.8.2.
18283         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
18284         * lib/fnmatch.h: Remove file.
18285
18286 2002-06-21  Jim Meyering  <meyering@lucent.com>
18287
18288         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
18289         * m4/mbrtowc.m4: Likewise.
18290
18291         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
18292         * m4/mbswidth.m4: Reflect name change:
18293         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
18294         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
18295
18296         * m4/lib-link.m4: Update from gettext-0.11.2.
18297         * m4/gettext.m4: Likewise.
18298
18299         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
18300         From Alfred M. Szmidt.
18301
18302 2002-06-18  Paul Eggert  <eggert@twinsun.com>
18303
18304         * lib/file-type.h: Report an error if neither S_ISREG nor
18305         S_IFREG is defined, instead of using a test specific to glibc
18306         2.2.  This should be safe, since POSIX requires S_ISREG and
18307         Unix Version 7 had S_IFREG.  We don't need to check for
18308         <sys/types.h> since we don't use any symbols that it defines.
18309
18310 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
18311
18312         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
18313         $@-t, so that each temporary file name is unique and valid in the first
18314         8 characters, for operation under DOS.
18315
18316 2002-06-15  Paul Eggert  <eggert@twinsun.com>
18317
18318         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
18319
18320 2002-06-15  Jim Meyering  <meyering@lucent.com>
18321
18322         Work even with DJGPP 2.03, which lacks support for symlinks.
18323         From Richard Dawe.
18324         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
18325         is defined.
18326         * lib/lchown.c (S_ISLNK): Likewise.
18327
18328 2002-06-15  Jim Meyering  <meyering@lucent.com>
18329
18330         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
18331         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
18332         have been included before this file.
18333
18334 2002-06-14  Jim Meyering  <meyering@lucent.com>
18335
18336         * lib/file-type.h: Use the version from diffutils-2.8.2.
18337         * lib/file-type.c: Likewise.
18338
18339 2002-06-07  Jim Meyering  <meyering@lucent.com>
18340
18341         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
18342         They're needed at least for NetBSD 1.5.2.
18343         ($statxfs_includes): Include those same headers.
18344         ($statxfs_includes): Include sys/vfs.h if available.
18345         ($statxfs_includes): Likewise for sys/statvfs.h.
18346         Check for the following members in both structs statfs and statvfs:
18347         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
18348
18349 2002-06-01  Jim Meyering  <meyering@lucent.com>
18350
18351         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
18352         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
18353
18354 2002-05-28  Jim Meyering  <meyering@lucent.com>
18355
18356         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
18357         Reported by Volker Borchert.
18358
18359 2002-05-27  Jim Meyering  <meyering@lucent.com>
18360
18361         Fix a problem seen only on nonconforming systems whereby ls.c's
18362         use of localtime, and then of gettimeofday would cause trouble:
18363         the localtime call used to initialize rpl_gettimeofday's save
18364         mechanism would clobber ls's current local time information so
18365         that in any long listing the first file would always be listed
18366         with date 1970-01-01.  Analysis by Volker Borchert.
18367
18368         * lib/gettimeofday.c (localtime): Undefine.
18369         (rpl_localtime): New function.
18370
18371 2002-05-27  Jim Meyering  <meyering@lucent.com>
18372
18373         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
18374         localtime.
18375
18376         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
18377         use the replacement function; it wouldn't resolve at link time.
18378         Reported by Volker Borchert.
18379
18380 2002-05-22  Jim Meyering  <meyering@lucent.com>
18381
18382         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
18383         file-type.h.
18384         * lib/file-type.h: New file.
18385         * lib/file-type.c (file_type): New file/function.  Extracted from
18386         diffutils.
18387
18388 2002-04-30  Jim Meyering  <meyering@lucent.com>
18389
18390         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
18391
18392 2002-04-29  Paul Eggert  <eggert@twinsun.com>
18393
18394         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
18395
18396 2002-04-29  Paul Eggert  <eggert@twinsun.com>
18397
18398         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
18399         Do not check for alloca.h (no longer used) or stdbool.h (was never
18400         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
18401
18402 2002-04-29  Paul Eggert  <eggert@twinsun.com>
18403
18404         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
18405
18406 2002-04-29  Jim Meyering  <meyering@lucent.com>
18407
18408         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
18409         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
18410         Use AC_FUNC_STRNLEN here instead.
18411
18412         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
18413         With autoconf-2.53a, it's part of AC_PROG_CC.
18414
18415 2002-04-28  Paul Eggert  <eggert@twinsun.com>
18416
18417         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
18418         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
18419
18420 2002-04-28  Paul Eggert  <eggert@twinsun.com>
18421
18422         * lib/sig2str.h, sig2str.c: New files.
18423         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
18424
18425 2002-04-28  Paul Eggert  <eggert@twinsun.com>
18426
18427         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
18428         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
18429         of 127, since 64 is the largest conceivable number for ancient
18430         nonstandard hosts.
18431         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
18432
18433 2002-04-28  Jim Meyering  <meyering@lucent.com>
18434
18435         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
18436
18437 2002-04-24  Jim Meyering  <meyering@lucent.com>
18438
18439         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
18440         (jm_PREREQ): Use it.
18441
18442         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
18443         mach/mach.h fcntl.h.
18444         Check for this function: setlocale.
18445
18446 2002-04-24  Jim Meyering  <meyering@lucent.com>
18447
18448         * lib/gettext.h: New file, from Gettext.
18449         * lib/Makefile.am (INCLUDES): Remove -I../intl.
18450         (libfetish_a_SOURCES): Add gettext.h.
18451
18452 2002-04-16  Jim Meyering  <meyering@lucent.com>
18453
18454         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
18455         ut_pid, ut_id, ut_exit.
18456
18457 2002-04-16  Jim Meyering  <meyering@lucent.com>
18458
18459         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
18460         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
18461         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
18462
18463 2002-04-12  Jim Meyering  <meyering@lucent.com>
18464
18465         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
18466         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
18467         existence of the getmntinfo function.  Needed for Darwin 5.3.
18468
18469         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
18470         This is necessary at least on Darwin 5.3.
18471
18472         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
18473         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
18474         strnlen.o in the library, and that makes some versions of ranlib
18475         object.
18476
18477 2002-04-12  Jim Meyering  <meyering@lucent.com>
18478
18479         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
18480
18481 2002-04-09  Jim Meyering  <meyering@lucent.com>
18482
18483         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
18484         to be more precise.  Rather than saying we're checking whether the
18485         function `works', say what we're testing.
18486         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
18487         Reported by Bruno Haible.
18488
18489 2002-03-10  Jim Meyering  <meyering@lucent.com>
18490
18491         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
18492         Suggestion from Santiago Vila.
18493
18494 2002-03-08  Jim Meyering  <meyering@lucent.com>
18495
18496         * lib/rename.c: Mention that this wrapper is needed also on
18497         mips-dec-ultrix4.4 systems.
18498
18499 2002-03-02  Jim Meyering  <meyering@lucent.com>
18500
18501         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
18502         not HAVE_CLOCK_SETTIME.
18503
18504 2002-02-27  Paul Eggert  <eggert@twinsun.com>
18505
18506         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
18507         Check for clock_settime.
18508
18509 2002-02-27  Paul Eggert  <eggert@twinsun.com>
18510
18511         * lib/nanosleep.h: Rename to....
18512         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
18513
18514         * lib/gettime.c: New file.
18515         * lib/settime.c: New file.
18516         * lib/stime.c: Remove.
18517
18518         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
18519         timespec.h.  Remove nanosleep.h.
18520
18521 2002-02-25  Paul Eggert  <eggert@twinsun.com>
18522
18523         * m4/acl.m4: New file.
18524         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
18525         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
18526
18527 2002-02-25  Paul Eggert  <eggert@twinsun.com>
18528
18529         * lib/acl.c, acl.h: New files.
18530         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
18531
18532 2002-02-24  Jim Meyering  <meyering@lucent.com>
18533
18534         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
18535         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
18536         cause trouble.  Reported by Nelson Beebe.
18537
18538 2002-02-23  Paul Eggert  <eggert@twinsun.com>
18539
18540         * lib/path-concat.c (xpath_concat): Reorder code to pacify
18541         compilers that don't know that xalloc_die never returns.
18542
18543 2002-02-20  Jim Meyering  <meyering@lucent.com>
18544
18545         * lib/getdate.c: Regenerate using bison-1.33.
18546
18547 2002-02-17  Jim Meyering  <meyering@lucent.com>
18548
18549         * config/config.guess (main): Don't use `head -1'; it's no longer
18550         portable. Use `sed 1q' instead.
18551
18552 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
18553
18554         * m4/codeset.m4: Upgrade to gettext-0.11.
18555         * m4/gettext.m4: Upgrade to gettext-0.11.
18556         * m4/glibc21.m4: Upgrade to gettext-0.11.
18557         * m4/iconv.m4: Upgrade to gettext-0.11.
18558         * m4/isc-posix.m4: Upgrade to gettext-0.11.
18559         * m4/lcmessage.m4: Upgrade to gettext-0.11.
18560         * m4/lib-ld.m4: New file, from gettext-0.11.
18561         * m4/lib-link.m4: New file, from gettext-0.11.
18562         * m4/lib-prefix.m4: New file, from gettext-0.11.
18563         * m4/progtest.m4: Upgrade to gettext-0.11.
18564
18565 2002-02-15  Paul Eggert  <eggert@twinsun.com>
18566
18567         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
18568         (jm_PREREQ): Use it.
18569
18570 2002-02-15  Paul Eggert  <eggert@twinsun.com>
18571
18572         * lib/posixver.c, posixver.h: New files.
18573         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
18574
18575 2002-02-02  Paul Eggert  <eggert@twinsun.com>
18576             Bruno Haible  <bruno@clisp.org>
18577
18578         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
18579         (fwrite_success_callback): New declaration.
18580         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
18581         print_unicode_char. Call failure callback instead of error.
18582         (fwrite_success_callback): New function.
18583         (exit_failure_callback): New function.
18584         (fallback_failure_callback): New function.
18585         (print_unicode_char): Call unicode_to_mb.
18586
18587 2002-01-26  Jim Meyering  <meyering@lucent.com>
18588
18589         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
18590         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
18591
18592 2002-01-26  Jim Meyering  <meyering@lucent.com>
18593
18594         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
18595
18596 2002-01-22  Paul Eggert  <eggert@twinsun.com>
18597
18598         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
18599
18600 2002-01-22  Jim Meyering  <meyering@lucent.com>
18601
18602         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
18603         Otherwise, some versions of automake would omit the rule that makes
18604         Makefile from Makefile.in.
18605
18606 2002-01-21  Paul Eggert  <eggert@twinsun.com>
18607
18608         * lib/xmemcoll.h, xmemcoll.c: New files.
18609         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
18610         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
18611         (memcoll): Set errno to zero if there is no error.
18612
18613         * lib/quotearg.c (quotearg_buffer_restyled):
18614         Fix bug with quoting buffers containing NUL when backslashing escapes.
18615         This bug was exposed by the other changes in this patch.
18616         (quotearg_n_options): New arg ARGSIZE.
18617         All callers changed.
18618         (quoting_options_from_style): New function.
18619         (quotearg_n_style): Use it.
18620         (quotearg_n_style_mem): New function.
18621
18622         * lib/quotearg.h (quotearg_n_style_mem): New function.
18623
18624 2002-01-19  Jim Meyering  <meyering@lucent.com>
18625
18626         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
18627         Remove useless quotes: DF_PROG="df".
18628         * m4/strnlen.m4: New file.
18629
18630 2002-01-16  Paul Eggert  <eggert@twinsun.com>
18631
18632         * lib/backupfile.c (ISDIGIT): Comment fix.
18633         * lib/getdate.y (ISDIGIT): Likewise.
18634         * lib/posixtm.c (ISDIGIT, year): Likewise.
18635         * lib/strverscmp.c (ISDIGIT): Likewise.
18636         * lib/userspec.c (ISDIGIT): Likewise.
18637
18638 2002-01-16  Jim Meyering  <meyering@lucent.com>
18639
18640         * lib/getdate.y: Add three semicolons, each just before a closing
18641         brace. Bison (as of version 1.31) no longer papers over that mistake.
18642
18643 2002-01-05  Jim Meyering  <meyering@lucent.com>
18644
18645         * lib/version-etc.c (version_etc_copyright): Update copyright year.
18646
18647 2001-12-19  Paul Eggert  <eggert@twinsun.com>
18648
18649         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
18650         not silently exit merely because the output buffer happens to
18651         have nothing pending.
18652
18653 2001-12-18  Paul Eggert  <eggert@twinsun.com>
18654
18655         See the big note in ../ChangeLog.
18656         * lib/human.c (suffixes): Prefer K to k for 1024.
18657         (generate_suffix_backwards): New function.
18658         (human_readable_inexact): Use it.
18659         * lib/xstrtol.c (__xstrtol): If there is no number but there
18660         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
18661         Accept 'K' as well as 'k'.
18662
18663 2001-12-15  Jim Meyering  <meyering@lucent.com>
18664
18665         * lib/regex.h (__restrict_arr): Update from libc.
18666
18667         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
18668         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
18669         (STREQ): Define.
18670
18671 2001-12-14  Jim Meyering  <meyering@lucent.com>
18672
18673         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
18674         Suggestion from Bruno Haible.
18675
18676 2001-12-10  Jim Meyering  <meyering@lucent.com>
18677
18678         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
18679         xrealloc, Instead, include "xalloc.h".
18680         (initbuffer): Don't cast xmalloc return value to char*.
18681         (readline): Reword comment.
18682         Don't cast xrealloc return value to char*
18683         Return NULL, not 0.
18684
18685 2001-12-09  Jim Meyering  <meyering@lucent.com>
18686
18687         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
18688         about `signed and unsigned type in conditional expression'.
18689         * lib/posixtm.c (posix_time_parse): Likewise.
18690
18691         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
18692
18693         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
18694         to avoid a pedantic warning.
18695
18696         * lib/getstr.c: Don't include assert.h.
18697         (getstr): Remove warning-evoking assertions.
18698         Return -1 if offset parameter is out of bounds.
18699         Change the type of a local from int to size_t.
18700
18701         * lib/strftime.c (my_strftime_localtime_r): Include this function
18702         definition in the `#if ! HAVE_TM_GMTOFF' block.
18703
18704         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
18705         Include xalloc.h instead.
18706
18707 2001-12-02  Jim Meyering  <meyering@lucent.com>
18708
18709         * lib/tempname.c: Don't declare getenv, thus reverting the change of
18710         2001-11-18.  It's no longer necessary, now that stdlib.h is always
18711         included.
18712
18713         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
18714         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
18715
18716 2001-11-30  Akim Demaille  <akim@epita.fr>
18717
18718         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
18719         before being defined.
18720
18721 2001-11-27  Paul Eggert  <eggert@twinsun.com>
18722
18723         * lib/quotearg.h (quotearg_n, quotearg_n_style):
18724         First arg is int, not unsigned.
18725         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
18726         (SIZE_MAX, UINT_MAX): New macros.
18727         (quotearg_n_options): Abort if N is negative.
18728         Avoid overflow check on hosts where size_t is 64 bits and int
18729         is 32 bits, as overflow is impossible there.
18730         Fix off-by-one typo that caused unnecessary reallocation.
18731
18732 2001-11-27  Jim Meyering  <meyering@lucent.com>
18733
18734         * lib/tempname.c: Merge with version from libc.
18735         * lib/regex.c: Likewise.
18736
18737         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
18738         systems for which STDC_HEADERS is 0, it was not included, resulting in
18739         a warning about an integer-to-pointer conversion problem with getenv.
18740         Reported by Volker Borchert.
18741
18742 2001-11-26  Jim Meyering  <meyering@lucent.com>
18743
18744         * lib/gtod.h: Remove file.
18745         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
18746         * lib/gettimeofday.c: Don't include gtod.h.
18747         (GTOD_init): Remove function.
18748         (rpl_gettimeofday): Do its job here instead, rather than aborting.
18749         Suggestion from Volker Borchert.
18750
18751 2001-11-23  Jim Meyering  <meyering@lucent.com>
18752
18753         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
18754         it.
18755         * lib/hash.c (struct hash_table): Define it here instead.
18756
18757 2001-11-22  Jim Meyering  <meyering@lucent.com>
18758
18759         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
18760
18761 2001-11-20  Jim Meyering  <meyering@lucent.com>
18762
18763         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
18764         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
18765
18766 2001-11-19  Jim Meyering  <meyering@lucent.com>
18767
18768         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
18769         directory.  Use "conftestXXXXXX" as the template.
18770         Suggestion from Paul Eggert.
18771
18772         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
18773         immediately, so the test doesn't mistakenly hit the max-open-files
18774         limit.
18775
18776 2001-11-18  Paul Eggert  <eggert@twinsun.com>
18777
18778         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
18779         (TEMPORARIES): New macro.
18780         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
18781         removes an artificial limitation (e.g. HP-UX 10.20, where
18782         TMP_MAX is 17576).
18783
18784 2001-11-18  Jim Meyering  <meyering@lucent.com>
18785
18786         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
18787
18788 2001-11-18  Jim Meyering  <meyering@lucent.com>
18789
18790         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
18791         on SunOS 4.
18792
18793         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
18794         files will be created before anything else.
18795
18796 2001-11-17 Paul Eggert  <eggert@twinsun.com>
18797
18798         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
18799         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
18800
18801 2001-11-17  Jim Meyering  <meyering@lucent.com>
18802
18803         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
18804         Prompted by a report from Bob Proulx.
18805
18806         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
18807         Instead, require UTILS_FUNC_MKSTEMP.
18808
18809 2001-11-17  Jim Meyering  <meyering@lucent.com>
18810
18811         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
18812         Now, that's done as part of AC_FUNC_STRTOD.
18813
18814 2001-11-17  Jim Meyering  <meyering@lucent.com>
18815
18816         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
18817         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
18818         rather than group writable.  Patch by Juan F. Codagnone.
18819
18820         * lib/readtokens.c: Remove explicit declarations of xmalloc and
18821         xrealloc, Instead, include "xalloc.h".
18822
18823         * lib/mountlist.c: Include unlocked-io.h after all system headers.
18824         Remove explicit declarations of xmalloc, xrealloc,
18825         and xstrdup.  Instead, include "xalloc.h".
18826
18827         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
18828         unlocked-io.h.
18829         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
18830         Likewise.
18831         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
18832
18833         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
18834         Reported by Padraig Brady.
18835
18836         * lib/mkstemp.c: #undef mkstemp.
18837         Include config.h.
18838         (rpl_mkstemp): Rename from mkstemp.
18839         Protoize.
18840
18841 2001-11-16  Jim Meyering  <meyering@lucent.com>
18842
18843         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
18844         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
18845         determine the amount of total physical memory, use pstat_getstatic.
18846         HPUX-11 doesn't define _SC_PHYS_PAGES.
18847         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
18848         If sysconf couldn't be used to determine the amount of available
18849         physical memory, use both pstat_getstatic and pstat_getdynamic.
18850         Based on a patch from Bob Proulx.
18851
18852 2001-11-10  Jim Meyering  <meyering@lucent.com>
18853
18854         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
18855         (jm_PREREQ): Use it.
18856
18857 2001-11-09  Jim Meyering  <meyering@lucent.com>
18858
18859         * m4/jm-macros.m4: Require autoconf-2.52f.
18860         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
18861         Use these AC_-prefixed names, not the AM_-prefixed ones.
18862
18863         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
18864
18865 2001-11-05  Jim Meyering  <meyering@lucent.com>
18866
18867         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
18868
18869 2001-11-04  Jim Meyering  <meyering@lucent.com>
18870
18871         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
18872         $DEFS.
18873
18874 2001-11-03  Jim Meyering  <meyering@lucent.com>
18875
18876         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
18877         of AC_DEFUN.
18878
18879         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
18880         know the name of the variable in the macro definition.
18881
18882 2001-11-03  Jim Meyering  <meyering@lucent.com>
18883
18884         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
18885         in argmatch_to_argument call.
18886
18887         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
18888         argument.
18889
18890         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
18891         e.g., a fault due to an attempt to free a NULL pointer.
18892
18893 2001-11-01  Jim Meyering  <meyering@lucent.com>
18894
18895         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
18896         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
18897
18898 2001-11-01  Jim Meyering  <meyering@lucent.com>
18899
18900         * lib/dirfd.c, dirfd.h: New files.
18901         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
18902
18903         * lib/hash.c (hash_print) [TESTING]: Clean up.
18904
18905 2001-10-22  Paul Eggert  <eggert@twinsun.com>
18906
18907         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
18908         to avoid a warning if -Wall.
18909
18910 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
18911
18912         * README: New file
18913         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
18914         (per RMS's instructions, this is now the canonical source)
18915         * lgpl/, gpl/: New directories.
18916
18917 2001-10-21  Paul Eggert  <eggert@twinsun.com>
18918
18919         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
18920
18921 2001-10-21  Jim Meyering  <meyering@lucent.com>
18922
18923         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
18924         this code would end up calling gettext even in packages built
18925         with --disable-nls.
18926         * lib/getopt.c (_): Likewise.
18927         * lib/regex.c (_): Likewise.
18928
18929 2001-10-20  Paul Eggert  <eggert@twinsun.com>
18930
18931         * m4/error.m4 (jm_PREREQ_ERROR):
18932         Do not invoke AC_CHECK_FUNCS with strerror_r, as
18933         AC_FUNC_STRERROR_R does that.
18934         Check for strerror declaration.
18935
18936         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
18937         are supposed to have them these days.
18938         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
18939         Merge changes from latest Autoconf CVS.
18940         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
18941         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
18942         POSIX decided to standardize on the int flavor of strerror_r.
18943
18944 2001-10-20  Paul Eggert  <eggert@twinsun.com>
18945
18946         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
18947         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
18948         Use strerror_r that is only a macro, even if it is not a function.
18949         (strerror): Check for HAVE_DECL_STRERROR before declaring.
18950         (private_strerror): Use prototypes, not old-style function definition.
18951         (print_errno_message): New function.
18952         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
18953         char*-flavored one.
18954         (error_tail, error, error_at_line): Use it.
18955
18956 2001-10-11  Jim Meyering  <meyering@lucent.com>
18957
18958         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
18959         and quote_n (1, ... to avoid clobbering a buffer.
18960
18961 2001-10-05  Jim Meyering  <meyering@lucent.com>
18962
18963         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
18964         hash-pjw.h.
18965         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
18966         * lib/hash-pjw.h: New file.
18967
18968 2001-09-30  Jim Meyering  <meyering@lucent.com>
18969
18970         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
18971         `struct fsstat' has the `f_fstypename' member.
18972         Use that to define FS_TYPE, which is now used to make
18973         the getfsstat link test tighter.
18974
18975 2001-09-30  Jim Meyering  <meyering@lucent.com>
18976
18977         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
18978         Include <sys/ucred.h>, for Apple Darwin.
18979         Include sys/mount.h and sys/fs_types.h only if available.
18980         (FS_TYPE): Define.
18981         (read_filesystem_list): Use FS_TYPE.
18982
18983 2001-09-29  Paul Eggert  <eggert@twinsun.com>
18984
18985         * lib/exclude.c (excluded_filename): 0 -> false, since it's
18986         a boolean context.
18987
18988 2001-09-29  Jim Meyering  <meyering@lucent.com>
18989
18990         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
18991         [one-argument getmntent function]): Include stdio.h before mntent.h.
18992         SunOS 4.1.x needs it for the declaration of `FILE'.
18993         Patch by Volker Borchert.
18994
18995         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
18996         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
18997         sys/fs_types.h, and make the link-test for getfsstat guard #include
18998         directives with appropriate #if HAVE_*_H tests so that we can
18999         detect getfsstat on Apple Darwin1.3.7 systems.
19000         Reported by Nelson Beebe.
19001         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
19002
19003 2001-09-28  Paul Eggert  <eggert@twinsun.com>
19004
19005         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
19006         #defines strtoimax.  Also treat the other strto* functions
19007         like strtoimax.
19008
19009         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
19010         Check for strtoul and strtoumax,
19011         as those declarations are made even in the signed case.
19012         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
19013         Likewise, for strtol and strtoimax.
19014
19015 2001-09-28  Paul Eggert  <eggert@twinsun.com>
19016
19017         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
19018         #defines strtoimax.  Also treat the other strto* functions
19019         like strtoimax.
19020
19021         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
19022         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
19023         (strtoimax, strtoumax): Do not declare if already defined as a macro.
19024
19025 2001-09-26  Jim Meyering  <meyering@lucent.com>
19026
19027         Most macros in unlocked-io.h had the wrong number of arguments.
19028         * lib/gen-uio: New script.
19029         (USE_UNLOCKED_IO): Define to 1 if not already defined.
19030         * lib/unlocked-io.hin: Remove file.
19031         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
19032         rather than trying to embed it here.
19033         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
19034         Reported by Padraig Brady.
19035
19036 2001-09-25  Volker Borchert  <bt@teknon.de>
19037
19038         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
19039         `result'.
19040
19041 2001-09-24  Jim Meyering  <meyering@lucent.com>
19042
19043         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
19044
19045 2001-09-23  Jim Meyering  <meyering@lucent.com>
19046
19047         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
19048         instead of the mere test for existence of mntent.h.  The latter
19049         would get a false-positive on AIX 3.4 systems.
19050         In the outer getmntent if-block, don't die if neither of the getmntent
19051         tests succeeds.  Instead, just fall through and continue with the
19052         remaining tests.
19053
19054 2001-09-23  Jim Meyering  <meyering@lucent.com>
19055
19056         * lib/mountlist.c: Remove useless parentheses in #if directives.
19057         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
19058         the deprecated MOUNTED symbol is no longer defined in mntent.h.
19059
19060 2001-09-22  Jim Meyering  <meyering@lucent.com>
19061
19062         * m4/gettext.m4: New file.  From gettext.
19063         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
19064         * m4/progtest.m4: Likewise
19065         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
19066         * m4/glibc21.m4: Likewise.
19067
19068         * m4/libintl.m4: Remove.  No longer used.
19069
19070 2001-09-22  Jim Meyering  <meyering@lucent.com>
19071
19072         * lib/localcharset.c: Update from latest gettext.
19073         * lib/config.charset: Likewise.
19074
19075 2001-09-20  Jim Meyering  <meyering@lucent.com>
19076
19077         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
19078         strtoimax.
19079         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
19080         strtoumax.
19081
19082 2001-09-20  Jim Meyering  <meyering@lucent.com>
19083
19084         * lib/xstrtol.c (strtoimax): Guard declaration with
19085         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
19086         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
19087         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
19088         (strtoumax): Likewise, for completeness (it wasn't necessary).
19089
19090 2001-09-17  Paul Eggert  <eggert@twinsun.com>
19091
19092         * lib/strtoimax.c (HAVE_LONG_LONG):
19093         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
19094         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
19095         to work around bug in IBM C compiler.
19096
19097 2001-09-17  Jim Meyering  <meyering@lucent.com>
19098
19099         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
19100         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
19101         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
19102         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
19103         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
19104         whenever the right hand side need not be expanded by the shell.
19105
19106 2001-09-16  Paul Eggert  <eggert@twinsun.com>
19107
19108         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
19109         library.  It's not correct, as some older glibcs are buggy.
19110         fnmatch wasn't fixed until glibc 2.2.
19111
19112         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
19113         special shell magic here.
19114
19115 2001-09-16  Jim Meyering  <meyering@lucent.com>
19116
19117         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
19118         * m4/jm-macros.m4: Require it.
19119
19120 2001-09-16  Jim Meyering  <meyering@lucent.com>
19121
19122         * lib/mkdir.c: New file.
19123
19124 2001-09-15  Jim Meyering  <meyering@lucent.com>
19125
19126         * m4/jm-macros.m4: Check for help2man.
19127
19128 2001-09-11  Jim Meyering  <meyering@lucent.com>
19129
19130         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
19131         The body, by Paul Eggert, was moved here from configure.in.
19132         * m4/jm-macros.m4: Require UTILS_HOST_OS.
19133
19134 2001-09-04  Paul Eggert  <eggert@twinsun.com>
19135
19136         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
19137         (jm_PREREQ): Use it.
19138
19139 2001-09-04  Paul Eggert  <eggert@twinsun.com>
19140
19141         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
19142         Use ssize_t, not int, to store result of readlink.
19143         Check for ssize_t overflow as well as size_t overflow,
19144         as POSIX says the result of readlink is implementation-defined
19145         when ssize_t overflows.
19146         Remove unnecessary cast to char*.
19147         Use free+malloc instead of realloc, as the storage doesn't need
19148         to be preserved and it's clearer and can be more efficient that way.
19149         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
19150         * lib/xreadlink.h (xreadlink): Update prototype.
19151
19152 2001-09-04  Paul Eggert  <eggert@twinsun.com>
19153
19154         * lib/xgetcwd.c: Revert some of the previous change; intead,
19155         fix the HAVE_GETCWD_NULL code to behave more like the
19156         !HAVE_GETCWD_NULL code used to.
19157
19158         Include "xalloc.h".
19159         (xgetcwd): Do not return NULL when memory is exhausted; instead,
19160         invoke xalloc_die.
19161
19162 2001-09-03  Paul Eggert  <eggert@twinsun.com>
19163
19164         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
19165         sys/param.h, as pathmax.h includes them.
19166
19167 2001-09-03  Paul Eggert  <eggert@twinsun.com>
19168
19169         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
19170         (jm_PREREQ_XGETCWD): New macro.
19171
19172         * m4/getcwd.m4: New file.
19173
19174 2001-09-03  Paul Eggert  <eggert@twinsun.com>
19175
19176         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
19177         like the HAVE_GETCWD_NULL code.
19178         Include pathmax.h if not HAVE_GETCWD.
19179         Do not include xalloc.h.
19180         (INITIAL_BUFFER_SIZE): New symbol.
19181         Do not use xmalloc / xrealloc, since the caller is responsible for
19182         handling errors.  Preserve errno around `free' during failure.
19183         Do not overrun buffer when using getwd.
19184
19185 2001-09-03  Paul Eggert  <eggert@twinsun.com>
19186
19187         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
19188         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
19189         getcwd (NULL, 0).
19190
19191 2001-09-03  Paul Eggert  <eggert@twinsun.com>
19192
19193         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
19194         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
19195         spotted by Jim Meyering.
19196
19197 2001-09-03  Jim Meyering  <meyering@lucent.com>
19198
19199         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
19200         failure.
19201
19202 2001-09-02  Jim Meyering  <meyering@lucent.com>
19203
19204         * lib/error.c: Update from GNU libc.
19205
19206 2001-09-01  Jim Meyering  <meyering@lucent.com>
19207
19208         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
19209         Used by df.
19210
19211 2001-09-01  Jim Meyering  <meyering@lucent.com>
19212
19213         * lib/xreadlink.c: New file.
19214         * lib/xreadlink.h: New file.
19215         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
19216         xreadlink.h.
19217
19218         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
19219         doesn't conflict with sparc Solaris 7's definition in
19220         /usr/include/sys/int_types.h.
19221
19222         * lib/exclude.c: Use `""', not `<>' to #include non-system header
19223         files.
19224         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
19225         and strncasecmp as r-values.  Unixware didn't have declarations.
19226
19227 2001-08-31  Paul Eggert  <eggert@twinsun.com>
19228
19229         * lib/xstrtol.h: Add copyright notice.
19230         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
19231         LONGINT_INVALID_SUFFIX_CHAR.
19232
19233 2001-08-31  Paul Eggert  <eggert@twinsun.com>
19234
19235         * lib/xstrtol.c (strtoimax): New decl.
19236
19237 2001-08-31  Paul Eggert  <eggert@twinsun.com>
19238
19239         * lib/xgetcwd.c: Don't include pathmax.h.
19240         Include stdlib.h and unistd.h if available.
19241         Include xalloc.h.
19242         (xmalloc, xstrdup, free): Remove decls.
19243         (xgetcwd): Don't assume sizes fit in unsigned.
19244         Check for overflow when computing sizes.
19245         Simplify reallocation code.
19246
19247 2001-08-31  Paul Eggert  <eggert@twinsun.com>
19248
19249         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
19250         a directory's st_size can have an arbitrary value, so the old
19251         usage could waste an arbitrary amount of memory.  All uses
19252         changed.
19253         * lib/savedir.h: Update prototype.
19254
19255 2001-08-31  Paul Eggert  <eggert@twinsun.com>
19256
19257         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
19258
19259         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
19260         old strtoimax.c.
19261
19262         Also, make the following further changes to make this file's
19263         configuration more similar to that of strtol.c:
19264         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
19265         (strtoumax, uintmax_t, strtoull, strtol): Remove.
19266         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
19267         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
19268         changed to signed values.
19269
19270         And make the following changes as well:
19271         Fix copyright notice, as 1999 was missing.
19272         (verify): New macro.
19273         (strtoimax): Check sizes at compile-time, not run-time.
19274         Prefer strtol to strtoll if both work.
19275         (main): Remove; it was not that useful and was a pain to maintain.
19276
19277         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
19278
19279 2001-08-31  Jim Meyering  <meyering@lucent.com>
19280
19281         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
19282         Use an initial, malloc'd, buffer of length 128 rather than
19283         a statically allocated one of length 1024.
19284
19285 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19286
19287         Simplify code, partly by assuming autoconf 2.52 semantics.
19288
19289         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
19290
19291         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
19292         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
19293         All uses removed.
19294         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
19295         Move AC_REQUIRE to next-to-top level, to avoid confusion.
19296         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
19297         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
19298         jm_AC_HEADER_INTTYPES_H.
19299         * m4/jm-macros.m4 (jm_MACROS): Likewise.
19300
19301         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
19302
19303         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
19304         Quote first arg of AC_DEFUN.
19305         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
19306         since they are needed to parse the include file even if we need
19307         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
19308         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
19309         but with opposite signedness.
19310
19311 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19312
19313         Merge 'exclude' changes from tar 1.13.22.
19314         This fixes one or two unlikely storage allocation overflow bugs,
19315         but doesn't change user-visible behavior otherwise.
19316
19317 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19318
19319         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
19320         (jm_PREREQ_EXCLUDE): New macro.
19321
19322 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19323
19324         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
19325         tm to be declared.
19326
19327 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19328
19329         * lib/hash.c: Remove '2001' from copyright notice.
19330
19331 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19332
19333         * lib/full-write.h: New file.
19334         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
19335         * lib/full-write.c: Correct credits, as cccp.c no longer
19336         exists and anyway it was so heavily changed from the old cccp
19337         code as to be unrecognizable.  Include full-write.h.
19338         (full_write) Return size_t, with short writes meaning failure.
19339         All callers changed.  This fixes a bug with large buffers
19340         on 64-bit hosts.
19341         * lib/utime.c: Include full-write.h.
19342
19343 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19344
19345         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
19346         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
19347         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
19348         Include if available.
19349         (<xalloc.h>): Include
19350         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
19351         (verify): New macro.  Use it to verify that EXCLUDE macros do not
19352         collide with FNM macros.
19353         (struct patopts): New struct.
19354         (struct exclude): Use it, as exclude patterns now come with options.
19355         (new_exclude): Support above changes.
19356         (new_exclude, add_exclude_file):
19357         Initial size must now be a power of two to simplify overflow checking.
19358         (free_exclude, fnmatch_no_wildcards): New function.
19359         (excluded_filename): No longer requires options arg, as the options
19360         are determined by add_exclude.  Now returns bool, not int.
19361         (excluded_filename, add_exclude):
19362         Add support for the fancy new exclusion options.
19363         (add_exclude, add_exclude_file): Now takes int options arg.
19364         Check for arithmetic overflow when computing sizes.
19365         (add_exclude_file): xrealloc might modify errno, so don't
19366         realloc until after errno might be used.
19367
19368         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
19369         New macros.
19370         (free_exclude): New decl.
19371         (add_exclude, add_exclude_file): Now takes int options arg.
19372         (excluded_filename): No longer requires options arg, as the options
19373         are determined by add_exclude.  Now returns bool, not int.
19374
19375 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19376
19377         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
19378
19379 2001-08-27  Jim Meyering  <meyering@lucent.com>
19380
19381         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
19382
19383         * lib/version-etc.c (N_): Remove definition.
19384         Revert most of last change.
19385         Instead, simply don't mark the `Copyright...' string for translation.
19386         Based on advice from Paul Eggert.
19387
19388         * lib/strtoxmax.c: Tweak comment.
19389
19390 2001-08-26  Jim Meyering  <meyering@lucent.com>
19391
19392         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
19393
19394         * m4/xstrtoimax.m4: New file.
19395         * m4/xstrtoumax.m4: Add comments explaining why we
19396         AC_REPLACE_FUNCS(strtol).
19397
19398 2001-08-26  Jim Meyering  <meyering@lucent.com>
19399
19400         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
19401         of copyright with `%s' so translators don't get an untranslated
19402         message in 2002.
19403         (COPYRIGHT_YEAR): Define.
19404         (version_etc): Use fprintf rather than fputs.
19405         Suggestion from Ulrich Drepper.
19406
19407         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
19408
19409         * lib/strtoll.c: New file, from GNU libc.
19410         * lib/xstrtoimax.c: New file.
19411
19412         * lib/xstrtol.h: Add xstrtoimax.
19413         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
19414         * lib/strtoimax.c: New file.  Likewise, but first define
19415         STRTOUXMAX_SIGNED.
19416
19417         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
19418         ...
19419         * lib/strtoxmax.c: ... then renamed to this.
19420
19421 2001-08-18  Paul Eggert  <eggert@twinsun.com>
19422
19423         * m4/inttypes.m4: Add AC_PREREQ(2.13).
19424         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
19425         (jm_AC_TYPE_INTMAX_T): New macro.
19426         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
19427
19428         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
19429
19430         * m4/longlong.m4: Renamed from ulonglong.m4.
19431         * m4/inttypes.m4: Renamed from inttypes_h.m4.
19432         * m4/uintmax_t.m4: Removed.
19433
19434 2001-08-13  Paul Eggert  <eggert@twinsun.com>
19435
19436         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
19437         Port to Solaris 8, where 'sed' requires a space after the 'r'
19438         command, and where sh dislikes "$/".  Clean up the spacing a bit.
19439         Redirect output to $tmp just once.
19440
19441 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
19442
19443         * lib/addext.c (<errno.h>): Include.
19444         (errno): Declare if not defined.
19445         (addext): Work correctly when pathconf returns -1 and leaves
19446         errno alone because there is no limit.  Also, work even if
19447         pathconf returns a value greater than SIZE_MAX.
19448
19449 2001-08-12  Jim Meyering  <meyering@lucent.com>
19450
19451         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
19452         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
19453         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
19454         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
19455         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
19456         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
19457         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
19458         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
19459         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
19460         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
19461         utime.m4, utimes.m4, xstrtoumax.m4:
19462         Quote the first argument in each use of AC_DEFUN.
19463
19464 2001-08-12  Jim Meyering  <meyering@lucent.com>
19465
19466         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
19467         Simply `return getcwd (NULL, 0);'.
19468         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
19469         Use 1300 as initial value for length, not PATH_MAX.
19470
19471         * lib/pathmax.h: Clean up cpp syntax.
19472
19473 2001-08-12  Jim Meyering  <meyering@lucent.com>
19474
19475         * lib/gettimeofday.c: New file.
19476         * lib/gtod.h: New file.
19477         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
19478
19479 2001-08-05  Jim Meyering  <meyering@lucent.com>
19480
19481         * m4/jm-macros.m4: Require autoconf-2.52.
19482
19483 2001-08-04  Jim Meyering  <meyering@lucent.com>
19484
19485         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
19486         stmt, to get in sync with glibc.
19487
19488 2001-08-03  Paul Eggert  <eggert@twinsun.com>
19489
19490         The following changes are from gettext 0.10.39 as maintained by
19491         Bruno Haible.
19492
19493         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
19494         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
19495         with inverted sense.  All uses changed.
19496
19497         * lib/mbswidth.c: Don't include <limits.h>.
19498         Include <stdlib.h> and <string.h> unconditionally.
19499         (iswcntrl, mbsinit, ISCNTRL): New macros.
19500         (mbsnwidth): Use K&R style function declarations.
19501         Don't bother checking for MB_LEN_MAX == 1, since the compiler
19502         can optimize it when MB_CUR_MAX == 1.
19503         The width of control characters is zero, not 1.
19504
19505 2001-08-03  Paul Eggert  <eggert@twinsun.com>
19506
19507         The following changes are from gettext 0.10.39 as maintained by
19508         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
19509
19510         * m4/codeset.m4: Upgrade to serial AM1.
19511         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
19512         all uses changed.  Quote first arg of AC_DEFUN.
19513         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
19514
19515         * m4/iconv.m4: Upgrade to serial AM2.
19516         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
19517         Add --with-libconv-prefix.
19518         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
19519         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
19520         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
19521         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
19522         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
19523
19524         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
19525         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
19526         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
19527         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
19528         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
19529         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
19530         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
19531         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
19532         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
19533
19534         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
19535         string.h any more.
19536
19537         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
19538         not the default value.
19539
19540         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
19541         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
19542         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
19543         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
19544         Also check for iswcntrl, used for wcwidth fallback.
19545         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
19546         to Autoconf 2.13.
19547
19548 2001-08-03  Jim Meyering  <meyering@lucent.com>
19549
19550         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
19551         as it was in the original.  Reported by Paul Eggert.
19552
19553 2001-07-16  Jim Meyering  <meyering@lucent.com>
19554
19555         * m4/gettimeofday.m4: New file.
19556         Prompted by a report from Bernhard Baehr.
19557
19558 2001-07-15  Jim Meyering  <meyering@lucent.com>
19559
19560         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
19561         stuff. Now it's in ../Makefile.cfg.
19562
19563 2001-07-15  Jim Meyering  <meyering@lucent.com>
19564
19565         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
19566         (BUILT_SOURCES): Add unlocked-io.h.
19567         (io_functions): Define.
19568         (unlocked-io.h): New rule.
19569         (DISTCLEANFILES): Add unlocked-io.h.
19570         (all-local): Depend on unlocked-io.h, to ensure it is created.
19571
19572         * lib/unlocked-io.hin: New file
19573
19574         * lib/regex.c: Update from glibc.
19575
19576 2001-07-05  Jim Meyering  <meyering@lucent.com>
19577
19578         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
19579         recommendation.
19580         (libfetish_a_SOURCES): Put all .h files here instead.
19581         Remove a thus-exposed (better checks in automake) duplicate and
19582         two unnecessary .h files.
19583
19584 2001-07-04  Jim Meyering  <meyering@lucent.com>
19585
19586         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
19587         that generates jm-glibc-io.m4 so that it doesn't trigger any make
19588         distcheck failure.
19589
19590 2001-07-02  Jim Meyering  <meyering@lucent.com>
19591
19592         The following changes were prompted by suggestions from Bruno Haible.
19593
19594         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
19595         is now generated.
19596         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
19597         definition of EXTRA_DIST.
19598         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
19599         ensure that the generated file is created/updated whenever the list
19600         of $(unlocked_functions) is changed.
19601         (jm-glibc-io.m4): New rule.
19602         (unlocked-io.h): New rule -- currently unused.
19603
19604 2001-06-24  Jim Meyering  <meyering@lucent.com>
19605
19606         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
19607         unmatched right bracket, rather than kludging it with an extra,
19608         falsely-matching quote in a comment.  Patch by Akim Demaille.
19609
19610 2001-06-11  Jim Meyering  <meyering@lucent.com>
19611
19612         * lib/regex.c: Update from GNU libc.
19613
19614 2001-05-27  Jim Meyering  <meyering@lucent.com>
19615
19616         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
19617         Check for ut_type in struct utmp.
19618
19619 2001-05-27  Jim Meyering  <meyering@lucent.com>
19620
19621         * lib/readutmp.h (UT_TYPE): Define.
19622
19623 2001-05-24  Jim Meyering  <meyering@lucent.com>
19624
19625         * lib/argmatch.c: Include "quote.h".
19626         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
19627         quote function.  Reported by Göran Uddeborg.
19628
19629 2001-05-22  Jim Meyering  <meyering@lucent.com>
19630
19631         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
19632         now that we use the package-supplied version unconditionally.
19633         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
19634
19635 2001-05-21  Jim Meyering  <meyering@lucent.com>
19636
19637         * m4/regex.m4: Change a couple backticks to single quotes to avoid
19638         shell syntax errors.
19639
19640 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
19641
19642         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
19643
19644 2001-05-20  Paul Eggert  <eggert@twinsun.com>
19645
19646         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
19647         Don't bother to check library strftime, since
19648         we'll be using our own my_strftime function anyway.
19649         Define my_strftime instead of strftime.
19650
19651 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
19652
19653         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
19654         which is not yet declared.
19655
19656 2001-05-15  Jim Meyering  <meyering@lucent.com>
19657
19658         * m4/regex.m4: Use proper quoting so brackets appear in the test
19659         program.
19660         Reported by, and with help from, Bruno Haible.
19661
19662 2001-05-13  Jim Meyering  <meyering@lucent.com>
19663
19664         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
19665         undefined.
19666
19667 2001-05-11  Paul Eggert  <eggert@twinsun.com>
19668
19669         dirname code cleanup.  base_name now behaves more compatibly
19670         with POSIX basename when given file names that have trailing
19671         slashes, and similarly for dir_name.  Add new primitives
19672         base_len and dir_len.  Put the directory-name-related decls
19673         into dirname.h.
19674
19675         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
19676         * lib/backupfile.c (base_name): Likewise.
19677         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
19678         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
19679         * lib/makepath.c (strip_trailing_slashes): Likewise.
19680         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
19681         ISSLASH): Likewise.
19682         * lib/rename.c (strip_trailing_slashes): Likewise.
19683         * lib/same.c (base_name): Likewise.
19684         * lib/stripslash.c (ISSLASH): Likewise.
19685
19686         * lib/addext.c: Include <dirname.h> after size_t is defined.
19687         * lib/backupfile.c: Likewise.
19688
19689         * lib/addext.c (addext): Use base_len to trim redundant
19690         trailing slashes instead of doing it ourselves.
19691         But do not trim the last slash if it is not redundant.
19692
19693         * lib/backupfile.c (find_backup_file_name,
19694         max_backup_version): Use base_len instead of rolling it ourselves.
19695         Handle the case of "" and (on DOS) "C:" correctly.
19696
19697         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
19698         needed. Include <string.h>, <dirname.h>.
19699         (base_name): Allow file names ending in slashes, other than names
19700         that are all slashes.  In this case, return the basename followed
19701         by the slashes.  This is more general, and can be used in places
19702         where the original base_name purposely had an assertion failure.
19703         (base_len): New function.
19704
19705         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
19706         Do not include <assert.h>; no longer needed.
19707         Include xalloc.h.
19708         (memrchr): Remove decl.
19709         (dir_name_r): Remove.
19710         (dir_len): Renamed from dirlen.  All callers changed.
19711         Rewrite in terms of base_name, for simplicity and consistency.
19712         (dir_name): Never return NULL.  All callers changed.
19713         Do not include <stdlib.h> in test program; no longer needed.
19714         return 0; is fine for test program.
19715
19716         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
19717         New macros.
19718         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
19719
19720         * lib/path-concat.c (path_concat): Use base_len to compute
19721         base length, not strlen; this means we cannot rely on memcpy
19722         to null-terminate.
19723
19724         * lib/same.c (STREQ): Remove.
19725         (same_name): Handle the case where the basename ends in trailing '/'.
19726
19727         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
19728         a slash was stripped.  Do not strip the last slash after a
19729         file system prefix.
19730
19731 2001-05-11  Paul Eggert  <eggert@twinsun.com>
19732
19733         * lib/Makefile.am (libfetish_a_SOURCES):
19734         Add strftime.c, since we now compile it on all hosts.
19735
19736         * lib/strftime.c (my_strftime):
19737         Define to nstrftime if emacs, but only if my_strftime is not defined.
19738         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
19739         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
19740         Add one more extra argument: a nanoseconds value.
19741         All uses changed.
19742         (ns): New macro.
19743         (my_strftime function): Add %N format.
19744         (emacs_strftimeu): Renamed from emacs_strftime,
19745         with extra ut argument.
19746
19747 2001-05-09  Paul Eggert  <eggert@twinsun.com>
19748
19749         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
19750
19751 2001-04-21  Jim Meyering  <meyering@lucent.com>
19752
19753         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
19754         doesn't interfere.
19755
19756 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
19757
19758         * m4/ftruncate.m4: Check for chsize.
19759         Link with ftruncate.o unconditionally if ftruncate is missing.
19760         This was required when cross-compiling to i586-mingw32msvc.
19761
19762 2001-04-08  Jim Meyering  <meyering@lucent.com>
19763
19764         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
19765         recomputed; that's necessary when the offset spans a DST transition.
19766         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
19767
19768 2001-04-02  Jim Meyering  <meyering@lucent.com>
19769
19770         * lib/regex.h, regex.c: Update from GNU libc.
19771
19772 2001-03-24  Jim Meyering  <meyering@lucent.com>
19773
19774         * m4/jm-macros.m4: Require autoconf-2.49d.
19775
19776 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
19777
19778         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
19779
19780 2001-03-19  Paul Eggert  <eggert@twinsun.com>
19781
19782         * lib/version-etc.c (version_etc_copyright): Update to 2001.
19783
19784 2001-03-17  Jim Meyering  <meyering@lucent.com>
19785
19786         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
19787         now that the version in autoconf is equivalent.
19788         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
19789
19790         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
19791         Suggestion from Akim Demaille.
19792
19793         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
19794         (jm_PREREQ_TEMPNAME): New function.
19795
19796 2001-03-16  Paul Eggert  <eggert@twinsun.com>
19797
19798         * lib/tempname.c (uint64_t): Define to uintmax_t if
19799         not defined, and if UINT64_MAX is not defined.
19800         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
19801         Reported by John David Anglin.
19802
19803 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
19804
19805         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
19806         resolve alias if codeset is empty.
19807         * lib/config.charset (BeOS): Use wildcard syntax.
19808
19809 2001-03-13  Jim Meyering  <meyering@lucent.com>
19810
19811         * lib/path-concat.c (path_concat)
19812         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
19813         concatenating e.g., `C:' and `foo'.
19814         From Bruno Haible.
19815
19816 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
19817
19818         * lib/localcharset.c (locale_charset): Don't use
19819         setlocale(LC_CTYPE,NULL). Don't return NULL.
19820         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
19821
19822 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
19823
19824         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
19825         support for DOS/DJGPP.
19826
19827 2001-03-01  Paul Eggert  <eggert@twinsun.com>
19828
19829         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
19830         lacks mkstemp.  Compile our own tempname.c if we compile our own
19831         mkstemp.c, as mkstemp relies on tempname.
19832
19833 2001-03-01  Jim Meyering  <meyering@lucent.com>
19834
19835         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
19836         AH_VERBATIM really does output its argument verbatim.
19837
19838 2001-02-28  Paul Eggert  <eggert@twinsun.com>
19839
19840         * lib/Makefile.am (libfetish_a_SOURCES):
19841         Add dup-safer.c, fopen-safer.c.
19842         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
19843
19844         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h,
19845         lib/unistd-safer.h: New files.
19846
19847 2001-02-25  Paul Eggert  <eggert@twinsun.com>
19848
19849         The mkstemp replacement is taken from glibc 2.2.2, with some
19850         portability fixes for use outside glibc, as follows:
19851
19852         * lib/tempname.c (struct_stat64): New macro.
19853         (direxists, __gen_tempname): Use it.
19854         This avoids a portability problem with Solaris 8.
19855
19856         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
19857         (<stddef.h>, <stdint.h>, <string.h>):
19858         Include only if STDC_HEADERS || _LIBC.
19859         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
19860         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
19861         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
19862         (__set_errno): Define this macro if <errno.h> doesn't.
19863         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
19864         Define these macros if <stdio.h> doesn't.
19865         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
19866         Define these macros if <sys/stat.h>
19867         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
19868         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
19869         __xstat64): Define if not _LIBC.
19870         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
19871         (__gen_tempname): Invoke gettimeofday only if
19872         HAVE_GETTIMEOFDAY || _LIBC;
19873         otherwise, fall back on plain "time".
19874         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
19875
19876         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
19877
19878         * lib/mkstemp.c, tempname.c: New files, taken from glibc 2.2.2.
19879
19880 2001-02-18  Paul Eggert  <eggert@twinsun.com>
19881
19882         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
19883
19884 2001-02-17  Paul Eggert  <eggert@twinsun.com>
19885
19886         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
19887         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
19888         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
19889         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
19890
19891 2001-02-17  Paul Eggert  <eggert@twinsun.com>
19892
19893         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
19894         Remove workaround macros for hosts that have mbrtowc but not
19895         mbstate_t, as we now insist on proper declarations for both
19896         before using mbrtowc.
19897
19898 2001-02-17  Jim Meyering  <meyering@lucent.com>
19899
19900         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
19901         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
19902         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
19903         UnixWare 7.1.1.
19904
19905         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
19906         rather than AC_CACHE_VAL.
19907
19908 2001-02-17  Jim Meyering  <meyering@lucent.com>
19909
19910         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
19911         around included file name.
19912
19913         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
19914
19915         * lib/strftime.c: Update from GNU libc (the only changes were to
19916         comments).
19917
19918 2001-02-17  Jim Meyering  <meyering@lucent.com>
19919
19920         * lib/regex.c: Update from libc.
19921
19922 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
19923
19924         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
19925         clash.
19926
19927 2001-02-16  Paul Eggert  <eggert@twinsun.com>
19928
19929         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
19930         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
19931         Reported by Mark Hounschell via Paul Eggert.
19932
19933 2001-02-07  Jim Meyering  <meyering@lucent.com>
19934
19935         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
19936
19937 2001-02-05  Jim Meyering  <meyering@lucent.com>
19938
19939         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
19940         it includes the patch required for `large file' support with at least
19941         HP-UX's 10.20 /bin/cc.
19942
19943 2001-02-03  Jim Meyering  <meyering@lucent.com>
19944
19945         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
19946         AS_IF, now that it works once again (mysteriously).
19947         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
19948
19949 2001-01-30  Jim Meyering  <meyering@lucent.com>
19950
19951         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
19952         * m4/chown.m4: Rename conftestchown to conftest.chown.
19953         * m4/rename.m4: s/conftestdir/conftest.d1/ and
19954         s/conftestdir2/conftest.d2/.
19955         * m4/utimes.m4: s/conftestdata/conftest.data/
19956         Inspired by Pavel Roskin's change in autoconf.
19957
19958 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
19959
19960         * lib/config.charset: Update for FreeBSD 4.2.
19961
19962 2001-01-27  Jim Meyering  <meyering@lucent.com>
19963
19964         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
19965         a use of AS_IF.
19966         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
19967
19968 2001-01-26  Jim Meyering  <meyering@lucent.com>
19969
19970         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
19971         quotearg.c includes it.
19972
19973 2001-01-26  Jim Meyering  <meyering@lucent.com>
19974
19975         * lib/quotearg.c: Include stddef.h.
19976         * lib/quote.c: Include stddef.h.
19977         Reported by Axel Kittenberger.
19978
19979         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
19980         line in double quotes so that it evokes a better diagnostic.
19981         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
19982         Reported by Axel Kittenberger.
19983
19984 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
19985
19986         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
19987         as if it was a `charset'.
19988
19989 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
19990
19991         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
19992         has const.
19993
19994 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
19995
19996         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
19997         to avoid a warning.  Add back 'const' to inptr.
19998
19999 2001-01-20  Jim Meyering  <meyering@lucent.com>
20000
20001         Be sure that headers are checked before used in code compiled
20002         for the type checks.
20003         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
20004         In place of that, invoke jm_CHECK_ALL_TYPES.
20005         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
20006         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
20007         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
20008         The check for ssize_t was mistakenly run before the test for unistd.h.
20009
20010         The configure-time check for stdbool.h was missing.
20011         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
20012         (jm_PREREQ_HASH): New function.
20013
20014 2001-01-17  Jim Meyering  <meyering@lucent.com>
20015
20016         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
20017         for autoconf-2.49c.
20018         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
20019
20020 2001-01-16  Jim Meyering  <meyering@lucent.com>
20021
20022         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
20023         From Bruno Haible.
20024
20025 2001-01-14  Jim Meyering  <meyering@lucent.com>
20026
20027         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
20028         foo and bar.  Create conftestdir/ in the script, not in the C code.
20029         Remove directories in the script, not in the C code.
20030         Remove conftestdir{,2} before trying to create the directory.
20031         Make the entire configure script fail if the mkdir fails.
20032
20033 2001-01-14  Jim Meyering  <meyering@lucent.com>
20034
20035         * lib/rename.c: New file.  From Volker Borchert.
20036         Include stdlib.h, string.h or strings.h, and xalloc.h.
20037         Use strip_trailing_slashes rather than open-coding it.
20038
20039 2001-01-03  Paul Eggert  <eggert@twinsun.com>
20040
20041         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
20042
20043 2001-01-03  Jim Meyering  <meyering@lucent.com>
20044
20045         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
20046         of local `inptr' to avoid warning with some system declarations of
20047         iconv.
20048
20049 2001-01-02  Volker Borchert  <bt@teknon.de>
20050
20051         * m4/rename.m4: New file.
20052         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
20053
20054 2001-01-01  Jim Meyering  <meyering@lucent.com>
20055
20056         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
20057         even on systems with utmpx.h.  It's necessary for the declaration of
20058         utmp's ut_user member.  Reported by Andreas Jaeger.
20059
20060         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
20061         available. They are required for the declarations of getgrgid and
20062         getpwuid resp.
20063         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
20064         Reported by Andreas Jaeger.
20065
20066 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
20067
20068         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
20069         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
20070         so `make install' also works in VPATH builds.
20071
20072 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
20073
20074         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
20075         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
20076         can be used in subdirectories.
20077
20078 2000-12-29  Paul Eggert  <eggert@twinsun.com>
20079
20080         * lib/modechange.c: Do not assume that mode_t uses the
20081         traditional octal encoding.  E.g. "chmod 1 FOO" should set
20082         the other-execute bit of FOO even if S_IXOTH != 1.
20083
20084         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
20085         WOTH, XOTH, ALLM): New macros.
20086         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
20087          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
20088         Use them.
20089         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
20090         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
20091         (mode_compile):
20092         No need to use uintmax_t; unsigned long is long enough.
20093         Don't bother to get suffix since we don't use it.
20094
20095 2000-12-26  Jim Meyering  <meyering@lucent.com>
20096
20097         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
20098         better with autoheader.
20099
20100 2000-12-24  Jim Meyering  <meyering@lucent.com>
20101
20102         * lib/hash.c (is_prime): Return explicit boolean values.
20103         (hash_get_first): Return NULL to appease Irix5.6's 89.
20104         Reported by Nelson Beebe.
20105
20106 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
20107
20108         * lib/localcharset.c (locale_charset): Add support for Win32.
20109
20110 2000-12-18  Paul Eggert  <eggert@twinsun.com>
20111
20112         * lib/physmem.h, physmem.c: New files.
20113
20114         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
20115         (noinst_HEADERS): Add physmem.h.
20116
20117         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
20118         't' for compatibility with Solaris 8 sort.
20119
20120 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
20121
20122         * lib/config.charset: Add support for BeOS.
20123
20124 2000-12-17  Jim Meyering  <meyering@lucent.com>
20125
20126         * m4/dos.m4 (jm_AC_DOS): New file and macro.
20127         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
20128
20129 2000-12-16  Jim Meyering  <meyering@lucent.com>
20130
20131         This bug had a serious impact on chown: `chown N:M FILE' (for integer
20132         N and M) would have treated it like `chown N:N FILE'.
20133
20134         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
20135
20136 2000-12-16  Jim Meyering  <meyering@lucent.com>
20137
20138         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
20139         SHELLS_FILE to a file name that's useful on djgpp systems.
20140         Include stdlib.h.
20141         (ADDITIONAL_DEFAULT_SHELLS): Define.
20142         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
20143         Based mostly on a patch from Prashant TR.
20144
20145 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
20146
20147         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
20148         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
20149         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
20150
20151 2000-12-08  Andreas Schwab  <schwab@suse.de>
20152
20153         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
20154         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
20155
20156 2000-12-07  Jim Meyering  <meyering@lucent.com>
20157
20158         * lib/stripslash.c (ISSLASH): Define.
20159         (strip_trailing_slashes): Use ISSLASH rather than comparing against
20160         `/'.
20161         From Prashant TR.
20162
20163         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
20164         (dir_name_r): Declare this function as static.
20165         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
20166         manifest itself on a name containing a mix of slashes and
20167         backslashes.
20168         Make this function work with names starting with a DOS-style
20169         drive letter and colon prefix.
20170         (dir_name): Append `.' if necessary.
20171         Based mostly on patches from Prashant TR and Eli Zaretskii.
20172
20173         * lib/dirname.h (dir_name_r): Remove prototype.
20174
20175 2000-12-06  Paul Eggert  <eggert@twinsun.com>
20176
20177         * m4/off_t-format.m4: Remove this file.
20178         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
20179
20180 2000-12-06  Jim Meyering  <meyering@lucent.com>
20181
20182         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
20183         replacement strtoull, we may well need the replacement strtoul, too.
20184         Check for declarations of strtoul and strtoull.
20185         Check for strtol.  Mainly as a cue to cause automake to include
20186         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
20187         Check for limits.h -- strtol.c needs it.
20188
20189 2000-12-05  Jim Meyering  <meyering@lucent.com>
20190
20191         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
20192
20193 2000-12-04  Jim Meyering  <meyering@lucent.com>
20194
20195         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
20196         Also include memory.h, stdlib.h, unistd.h if appropriate.
20197         Reported by Andreas Jaeger (conflicting declaration of malloc).
20198
20199 2000-12-02  Jim Meyering  <meyering@lucent.com>
20200
20201         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
20202         * m4/jm-macros.m4 (jm_MACROS): require it.
20203
20204 2000-12-02  Jim Meyering  <meyering@lucent.com>
20205
20206         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
20207
20208 2000-12-01  Paul Eggert  <eggert@twinsun.com>
20209
20210         * lib/memrchr.c: Include <config.h> before any system include file.
20211
20212 2000-11-30  Jim Meyering  <meyering@lucent.com>
20213
20214         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
20215
20216 2000-11-30  Jim Meyering  <meyering@lucent.com>
20217
20218         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
20219
20220 2000-11-29  Paul Eggert  <eggert@twinsun.com>
20221
20222         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
20223
20224 2000-11-26  Jim Meyering  <meyering@lucent.com>
20225
20226         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
20227
20228 2000-11-22  Paul Eggert  <eggert@twinsun.com>
20229
20230         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
20231         size of (size_t) -1; it's not portable.
20232
20233 2000-11-17  Jim Meyering  <meyering@lucent.com>
20234
20235         * lib/strstr.c: Update from GNU libc.
20236
20237 2000-11-17  Akim Demaille  <akim@epita.fr>
20238
20239         * lib/obstack.h: Formatting changes.
20240         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
20241         prevent type checking.
20242         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
20243         cast the value to (void *): assigning a `foo *' to a `void *'
20244         variable is valid.
20245         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
20246
20247 2000-11-16  Jim Meyering  <meyering@lucent.com>
20248
20249         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
20250
20251 2000-11-11  Jim Meyering  <meyering@lucent.com>
20252
20253         * lib/error.c: Add a couple #includes, merging from GNU libc version.
20254
20255 2000-11-10  Jim Meyering  <meyering@lucent.com>
20256
20257         * lib/obstack.h: Update from GNU libc.
20258         * lib/obstack.c: Likewise.
20259
20260 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
20261
20262         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
20263
20264 2000-11-06  Paul Eggert  <eggert@twinsun.com>
20265
20266         * lib/getusershell.c (setusershell): Use rewind rather than
20267         fseek/fseeko, to avoid configuration hassles with fseeko.
20268         Don't bother opening SHELLS_FILE if shellstream is NULL;
20269         it's not necessary.
20270
20271 2000-11-05  Jim Meyering  <meyering@lucent.com>
20272
20273         * lib/makepath.h (make_dir): Declare.
20274         * lib/makepath.c (make_dir): Remove `static' attribute.
20275         Tweak a comment.
20276
20277 2000-11-04  Jim Meyering  <meyering@lucent.com>
20278
20279         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
20280
20281 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
20282
20283         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
20284         last one in a bucket, advance to the next bucket.
20285
20286 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
20287
20288         * lib/fnmatch.c: Do not comment out all the code if we are using
20289         the GNU C library, because in some cases we are replacing buggy
20290         code in the GNU C library itself.
20291
20292 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
20293
20294         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
20295         (regex_compile): Catch bogus \(\1\).
20296
20297 2000-10-30  Paul Eggert  <eggert@twinsun.com>
20298
20299         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
20300         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
20301         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
20302
20303 2000-10-30  Paul Eggert  <eggert@twinsun.com>
20304
20305         * lib/error.h, getline.h, modechange.h:
20306         Remove "2000" from Copyright line, as the file hasn't been
20307         changed this year other than in the copyright notice.
20308
20309         * lib/xalloc.h: Add "2000" to Copyright line, as this file
20310         was changed this year.
20311
20312 2000-10-29  Jim Meyering  <meyering@lucent.com>
20313
20314         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
20315         renaming.
20316         * m4/ls-mntd-fs.m4: Likewise
20317
20318 2000-10-29  Jim Meyering  <meyering@lucent.com>
20319
20320         * lib/xstat.in: Fix grammar in comment.
20321
20322 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
20323
20324         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
20325         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
20326         doesn't define __restrict_arr.
20327
20328 2000-10-28  Jim Meyering  <meyering@lucent.com>
20329
20330         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
20331         (jm_PREREQ_MEMCHR): New function.
20332
20333 2000-10-28  Jim Meyering  <meyering@lucent.com>
20334
20335         * lib/memchr.c: Update from libc.
20336         Adjust for portability:
20337         [HAVE_STDLIB_H]: Include stdlib.h.
20338         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
20339         Undef __memchr, too.
20340         [!weak_alias]: Define __memchr to memchr.
20341
20342         * lib/regex.c: Update from libc.
20343         * lib/regex.h: Likewise.
20344         * lib/getopt1.c: Likewise.
20345         * lib/memcmp.c: Likewise.
20346
20347         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
20348         Avoid using fseek, when possible -- it's broken by design.
20349         Patch by Ulrich Drepper.
20350
20351 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
20352
20353         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
20354         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
20355         Giving in to popular pressure to shut up the compiler with casts.
20356
20357 2000-10-26  Jim Meyering  <meyering@lucent.com>
20358
20359         * lib/strftime.c: Update from libc.
20360
20361 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
20362
20363         * regex.c: More `unsigned char' -> `re_char' changes.
20364         Also change several `int' into `re_wchar_t'.
20365         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
20366         (PUSH_FAILURE_POINTER): Don't cast any more.
20367         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
20368         We want GCC to complain, since this piece of code makes
20369         re_match non-reentrant, which *should* be fixed.
20370         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
20371         (EXTEND_BUFFER): Use RETALLOC.
20372         (SET_LIST_BIT): Don't cast.
20373         (re_wchar_t): New type.
20374         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
20375         that those two functions will always properly return.
20376         (IMMEDIATE_QUIT_CHECK): Cast to void.
20377         (analyse_first): Use recursion rather than an explicit stack.
20378         (re_compile_fastmap): Can't fail anymore.
20379         (re_search_2): Don't check re_compile_fastmap for failure.
20380         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
20381         Now also sets the new value (passed in a new argument).
20382         (re_match_2_internal): Use it.
20383         Also, use a new var `reg' of type size_t when looping through regs
20384         rather than reuse the inappropriate `mcnt'.
20385
20386 2000-10-25  Jim Meyering  <meyering@lucent.com>
20387
20388         * lib/obstack.c: Update from libc.
20389
20390 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
20391
20392         * regex.c (regex_compile): Change the way of handling a range from
20393         a char less than 256 to a char not less than 256.
20394
20395 2000-10-24  Andrew Innes  <andrewi@gnu.org>
20396
20397         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
20398         NT-Emacs only.
20399         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
20400         so that re_search functions only quit when callers expect them to.
20401
20402 2000-10-23  Jim Meyering  <meyering@lucent.com>
20403
20404         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
20405         wrong.  That set_locale call must not have any side effects.
20406         From Paul Eggert.
20407
20408 2000-10-22  Jim Meyering  <meyering@lucent.com>
20409
20410         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
20411         [CYCLIC]: Remove now-unused definition.
20412
20413         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
20414         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
20415         Suggestion from Ulrich Drepper.
20416
20417 2000-10-21  Jim Meyering  <meyering@lucent.com>
20418
20419         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
20420         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
20421         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
20422
20423 2000-10-21  Jim Meyering  <meyering@lucent.com>
20424
20425         * lib/dirname.c (memrchr): Declare if necessary.
20426         (dir_name): Remove the restriction that there be no
20427         trailing slashes.  Now, this code skips past them, effectively
20428         ignoring them.
20429         [TEST_DIRNAME] (main): New unit tests.
20430
20431         * lib/memrchr.c: New file from GNU libc.
20432         Undef __memrchr, too.
20433         [!weak_alias]: Define __memrchr to memrchr.
20434         Guard weak_alias use with `#ifdef weak_alias'.
20435
20436 2000-10-21  Jim Meyering  <meyering@lucent.com>
20437
20438         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
20439         (dir_name): Use dir_name_r.
20440         * lib/dirname.h (dir_name_r): Declare it.
20441
20442 2000-10-17  Jim Meyering  <meyering@lucent.com>
20443
20444         * lib/quote.h (PARAMS): Define and use.
20445         Reported by Akim Demaille.
20446
20447         * lib/getopt.c: Update from libc.
20448
20449 2000-10-16  Jim Meyering  <meyering@lucent.com>
20450
20451         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
20452         setlocale.
20453         From Jan Fedak.
20454
20455 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
20456
20457         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
20458
20459 2000-09-25  Jim Meyering  <meyering@lucent.com>
20460
20461         * lib/md5.h (rol): Define (from GnuPG).
20462
20463         * lib/sha.c: Give credit (GnuPG) where due.
20464         (M): Use rol rather than open-coding it.
20465         Add a FIXME comment.
20466
20467 2000-09-21  Jim Meyering  <meyering@lucent.com>
20468
20469         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
20470         Reported by Michael Stone.
20471
20472 2000-09-20  Jim Meyering  <meyering@lucent.com>
20473
20474         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
20475         (noinst_HEADERS): Add sha.h.
20476         Based on code from Scott G. Miller and from GnuPG.
20477
20478 2000-09-18  Jim Meyering  <meyering@lucent.com>
20479
20480         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
20481         LIBS. Otherwise, everyone ends up linking with -lelf for some
20482         configurations.
20483         Reported by Mike Stone.
20484
20485 2000-09-15  Jim Meyering  <meyering@lucent.com>
20486
20487         * lib/regex.c: Update from libc.
20488
20489 2000-09-10  Jim Meyering  <meyering@lucent.com>
20490
20491         * lib/getopt.c (_getopt_internal): Update from glibc.
20492
20493 2000-09-09  Jim Meyering  <meyering@lucent.com>
20494
20495         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
20496         think it should be used as a general replacement for isascii.
20497         * lib/fnmatch.c: Likewise.
20498         * lib/mbswidth.c: Likewise
20499         * lib/regex.c: Likewise.
20500
20501         Don't use atoi.
20502         * lib/userspec.c: Include sys/param.h and limits.h.
20503         Include xstrtol.h.
20504         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
20505         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
20506         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
20507         UID, GID.  Check range.
20508
20509 2000-09-06  Jim Meyering  <meyering@lucent.com>
20510
20511         * lib/getopt.c (_getopt_internal): Update from glibc.
20512
20513 2000-08-30  Jim Meyering  <meyering@lucent.com>
20514
20515         * lib/strftime.c: Merge in changes from GNU libc.
20516
20517 2000-08-26  Jim Meyering  <meyering@lucent.com>
20518
20519         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
20520         * m4/fpending.m4: New file.
20521
20522 2000-08-26  Jim Meyering  <meyering@lucent.com>
20523
20524         * lib/closeout.c: Include "__fpending.h".
20525         (close_stdout_status): Return right away if there's nothing to flush.
20526
20527         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
20528         * lib/__fpending.c: New file.
20529         * lib/__fpending.h: New file.
20530
20531 2000-08-20  Jim Meyering  <meyering@lucent.com>
20532
20533         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
20534         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
20535         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
20536
20537 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
20538
20539         Improve fileutils installation on systems where running
20540         programs (like install) can't be unlinked.
20541         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
20542         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
20543
20544 2000-08-07  Paul Eggert  <eggert@twinsun.com>
20545
20546         Standardize on "memory exhausted" instead of "Memory exhausted"
20547         or "virtual memory exhausted".
20548         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
20549         "virtual memory exhausted".
20550         * lib/same.c (same_name): Invoke xalloc_die instead of printing
20551         our own message.
20552         * lib/userspec.c (parse_user_spec): Likewise.
20553         * lib/bumpalloc.h: comment fix
20554         * lib/same.c, userspec.c: Include xalloc.h.
20555
20556         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
20557         not char *const and pointing to a constant array.
20558         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
20559         (xrealloc): Comment fix.
20560
20561         * lib/userspec.c (parse_user_spec):
20562         Don't translate a message until just before returning,
20563         to avoid unnecessary translation.
20564
20565 2000-08-07  Jim Meyering  <meyering@lucent.com>
20566
20567         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
20568         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
20569         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
20570         getgroups.c, gethostname.c, getopt.h, group-member.c,
20571         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
20572         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
20573         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
20574         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
20575         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
20576         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
20577         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
20578         yesno.c: Back out Copyright date changes for each file with no change
20579         this year.  This eases coordination with other programs using the same
20580         source code modules.  From Paul Eggert.
20581
20582 2000-08-06  Paul Eggert  <eggert@twinsun.com>
20583
20584         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
20585         not char, for compatibility with glibc 2.1.3 strftime.c.
20586
20587 2000-08-03  Greg McGary  <greg@mcgary.org>
20588
20589         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
20590         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
20591         (EXTEND_BUFFER): Use them.
20592
20593 2000-08-01  Jim Meyering  <meyering@lucent.com>
20594
20595         * lib/dirname.c (ISSLASH): Define.
20596         (BACKSLASH_IS_PATH_SEPARATOR): Define.
20597         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
20598         both `\' and `/' may be use as path separators.
20599         Based on a patch from Prashant TR.
20600
20601 2000-07-31  Paul Eggert  <eggert@twinsun.com>
20602
20603         * lib/quotearg.c (quotearg_n_options): Don't make the initial
20604         slot vector a constant, since it might get modified.
20605
20606 2000-07-31  Jim Meyering  <meyering@lucent.com>
20607
20608         * lib/xmalloc.c: Use `virtual memory exhausted', not
20609         `Memory exhausted'.
20610         * lib/obstack.c (print_and_abort): Likewise.
20611
20612 2000-07-30  Paul Eggert  <eggert@twinsun.com>
20613
20614         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
20615         buffer, so that the caller can always quote one small
20616         component of a "memory exhausted" message in slot 0.
20617         From a suggestion by Jim Meyering.
20618
20619 2000-07-30  Jim Meyering  <meyering@lucent.com>
20620
20621         * lib/makepath.c (make_path): Quote the other instance, too.
20622
20623         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
20624         (STATIC_BUF_SIZE): Define.
20625         (quotearg_n_options): Use only statically allocated storage when
20626         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
20627         than STATIC_BUF_SIZE.
20628
20629 2000-07-29  Jim Meyering  <meyering@lucent.com>
20630
20631         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
20632         * lib/dirname.c (dir_name): Likewise.
20633
20634         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
20635         `/'.
20636
20637         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
20638         (dir_name): Assert that there are no trailing slashes.
20639
20640 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
20641
20642         * lib/mbswidth.h (mbswidth): Add a flags argument.
20643         (mbswidth): New declaration.
20644         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
20645         * lib/mbswidth.c (mbswidth): Add a flags argument.
20646         (mbsnwidth): New function.
20647
20648 2000-07-24  Jim Meyering  <meyering@lucent.com>
20649
20650         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
20651
20652 2000-07-23  Paul Eggert  <eggert@twinsun.com>
20653
20654         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
20655
20656 2000-07-23  Paul Eggert  <eggert@twinsun.com>
20657
20658         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
20659         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
20660         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
20661         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
20662         invoke multibyte primitives.
20663
20664 2000-07-23  Paul Eggert  <eggert@twinsun.com>
20665
20666         * lib/quotearg.c:
20667         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
20668         so that mbstate_t is always defined.
20669
20670         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
20671         be 1 in at least one GCC installation, and this configuration
20672         error is likely to be common.  Ignoring MB_LEN_MAX hurts
20673         performance on hosts that have mbrtowc but have only unibyte
20674         locales, but I assume these hosts are rare.
20675
20676 2000-07-23  Paul Eggert  <eggert@twinsun.com>
20677
20678         * lib/mbswidth.c (_XOPEN_SOURCE):
20679         Don't define; this causes problems on Solaris 7.
20680         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
20681
20682 2000-07-23  Jim Meyering  <meyering@lucent.com>
20683
20684         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
20685         too: getgrgid, getpwuid, getuid.
20686
20687 2000-07-23  Jim Meyering  <meyering@lucent.com>
20688
20689         * lib/basename.c (base_name): Add an assertion.
20690
20691 2000-07-23  Bruno Haible  <clisp.cons.org>
20692
20693         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
20694         shadow its mbsinit function.
20695
20696 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
20697
20698         * lib/mbswidth.h: New file.
20699         * lib/mbswidth.c: New file.
20700         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
20701         (noinst_HEADERS): Add mbswidth.h.
20702
20703 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
20704
20705         * lib/config.charset: Add support for FreeBSD. Improve support for
20706         HP-UX and IRIX 6.
20707
20708 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
20709
20710         * m4/mbswidth.m4: New file.
20711         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
20712
20713 2000-07-15  Jim Meyering  <meyering@lucent.com>
20714
20715         * lib/makepath.c: Include quote.h.
20716         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
20717         corresponding argument in a `quote (...)' call.
20718         Give better diagnostics.
20719
20720         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
20721         (noinst_HEADERS): Add quote.h.
20722
20723         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
20724         from tar's src/misc.c.
20725         * lib/quote.h: New file.  Prototypes for same.
20726
20727 2000-07-14  Paul Eggert  <eggert@twinsun.com>
20728
20729         From a suggestion by Bruno Haible.
20730         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
20731         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
20732         to decide whether to define the BeOS workaround macro;
20733         this adjusts to the change to AC_MBSTATE_T.
20734
20735 2000-07-14  Jim Meyering  <meyering@lucent.com>
20736
20737         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
20738         jm_AC_TYPE_UINTMAX_T.
20739
20740 2000-07-13  Paul Eggert  <eggert@twinsun.com>
20741
20742         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
20743
20744         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
20745         quotearg_buffer_restyled): Add support for
20746         clocale_quoting_style.  Undo previous change to
20747         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
20748         and "{RIGHT QUOTATION MARK}" msgids.
20749
20750 2000-07-10  Paul Eggert  <eggert@twinsun.com>
20751
20752         From a suggestion by Bruno Haible.
20753         * m4/mbstate_t.m4 (AC_MBSTATE_T):
20754         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
20755         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
20756         and mbstate_t, to a single-part test that simply defines mbstate_t.
20757         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
20758         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
20759
20760 2000-07-10  Jim Meyering  <meyering@lucent.com>
20761
20762         * m4/strerror_r.m4: Mirror the correction made in autoconf.
20763
20764         * m4/gnu-source.m4: Output to confdefs.h directly.
20765         Suggestion from Akim Demaille.
20766
20767 2000-07-09  Paul Eggert  <eggert@twinsun.com>
20768
20769         The old behavior of quoting `like this' doesn't look good with
20770         newer, ISO-style fonts.  See:
20771         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
20772
20773         Instead, quote "like this" by default.  Let the translator
20774         tailor the locale-specific quoting behavior by providing
20775         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
20776
20777         * lib/quotearg.c (N_): New macro.
20778         (gettext_default): New function.
20779         (quotearg_buffer_restyled): Use
20780         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
20781         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
20782
20783 2000-07-09  Jim Meyering  <meyering@lucent.com>
20784
20785         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
20786         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
20787
20788         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
20789         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
20790
20791 2000-07-09  Jim Meyering  <meyering@lucent.com>
20792
20793         * lib/Most files: Update copyright dates to include 2000.
20794
20795 2000-07-08  Jim Meyering  <meyering@lucent.com>
20796
20797         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
20798         if not defined.
20799         (xgethostname): Remove now-unnecessary #ifdef.
20800         Move declaration of `err' into loop where it's used.
20801
20802 2000-07-05  Paul Eggert  <eggert@twinsun.com>
20803         and Bruno Haible  <haible@clisp.cons.org>
20804
20805         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
20806         only if the test for an object-type mbstate_t fails.  This
20807         prevents us from mistakenly reporting that mbstate_t is a
20808         system object type after we "#define mbstate_t int" to work
20809         around its lack.
20810
20811 2000-07-05  Paul Eggert  <eggert@twinsun.com>
20812         and Bruno Haible  <haible@clisp.cons.org>
20813
20814         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
20815
20816 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
20817
20818         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
20819         to strerror_r.
20820         Include <ctype.h> for use of isalpha.
20821
20822 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
20823
20824         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
20825         by allocating a larger buffer. Test the gethostname return value for
20826         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
20827         returns an error and ENAMETOOLONG isn't defined.
20828
20829 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
20830
20831         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
20832         dimension.
20833
20834 2000-07-04  Jim Meyering  <meyering@lucent.com>
20835
20836         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
20837         of the deprecated AC_CHECKING.
20838
20839 2000-07-04  Jim Meyering  <meyering@lucent.com>
20840
20841         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
20842         Reported by Bruno Haible.
20843
20844 2000-07-04  Jim Meyering  <meyering@lucent.com>
20845
20846         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
20847         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
20848         lacks mbrtowc.
20849
20850 2000-07-03  Paul Eggert  <eggert@twinsun.com>
20851
20852         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
20853         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
20854
20855 2000-07-03  Paul Eggert  <eggert@twinsun.com>
20856         and Bruno Haible  <haible@clisp.cons.org>
20857
20858         * lib/quotearg.c (mbrtowc):
20859         Assign to *pwc, and return 1 only if result is nonzero.
20860         (iswprint): Use ISPRINT when substituting our own mbrtowc.
20861
20862 2000-07-03  Jim Meyering  <meyering@lucent.com>
20863
20864         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
20865
20866 2000-07-03  Jim Meyering  <meyering@lucent.com>
20867
20868         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
20869         This is necessary to get a definition of e.g., UTMP_FILE on
20870         HP-UX 10.20.
20871         From Bob Proulx.
20872
20873 2000-07-02  Jim Meyering  <meyering@lucent.com>
20874
20875         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
20876
20877         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
20878         AC_LIBOBJ(function_name).
20879         * m4/chown.m4: Likewise.
20880         * m4/fnmatch.m4: Likewise.
20881         * m4/ftruncate.m4: Likewise.
20882         * m4/getgroups.m4: Likewise.
20883         * m4/getline.m4: Likewise.
20884         * m4/group-member.m4: Likewise.
20885         * m4/jm-macros.m4: Likewise.
20886         * m4/lstat.m4: Likewise.
20887         * m4/malloc.m4: Likewise.
20888         * m4/memcmp.m4: Likewise.
20889         * m4/nanosleep.m4: Likewise.
20890         * m4/putenv.m4: Likewise.
20891         * m4/realloc.m4: Likewise.
20892         * m4/regex.m4: Likewise.
20893         * m4/stat.m4: Likewise.
20894         * m4/strftime.m4: Likewise.
20895
20896 2000-07-02  Jim Meyering  <meyering@lucent.com>
20897
20898         * lib/quotearg.c (mbstate_t): Don't define here.
20899
20900 2000-07-02  Jim Meyering  <meyering@lucent.com>
20901
20902         * lib/nanosleep.c (SIGCONT): Define if not already defined.
20903
20904 2000-07-01  Jim Meyering  <meyering@lucent.com>
20905
20906         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
20907
20908 2000-07-01  Jim Meyering  <meyering@lucent.com>
20909
20910         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
20911         problem.
20912
20913 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
20914
20915         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
20916         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
20917
20918 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
20919
20920         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
20921         per change in ../m4/ls-mntd-fs.m4.
20922         (read_filesystem_list): Ignore symbolic links.
20923
20924 2000-06-29  Jim Meyering  <meyering@lucent.com>
20925
20926         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
20927         for declaration of strcmp.
20928
20929         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
20930
20931         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
20932         Avoid warning by casting result to `char *' to remove `const'.
20933
20934 2000-06-28  Jim Meyering  <meyering@lucent.com>
20935
20936         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
20937         included by quotearg.c, for which we perform this test.  From
20938         Bruno Haible.
20939
20940 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
20941
20942         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
20943         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
20944         <utmpx.h> exists, put readutmp.o into LIBOBJS.
20945
20946 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
20947
20948         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
20949
20950 2000-06-26  Paul Eggert  <eggert@twinsun.com>
20951
20952         savedir now sets errno on failure and invokes xmalloc to get memory.
20953         Fix a couple of other minor bugs while we're at it.
20954
20955         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
20956         (NAMLEN): Remove macro.
20957         (malloc, realloc): Remove decls.
20958         (stpcpy): Likewise.
20959         ("xalloc.h"): Include.
20960         (NAME_SIZE_DEFAULT): New macro.
20961         (savedir): Use xmalloc / xrealloc to allocate memory.
20962         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
20963         Skip "" directory entries.
20964         Use strlen to calculate directory entry length, since the old method
20965         is rarely used these days and isn't worth supporting.
20966         Don't use a pointer after freeing it.
20967         Check for integer overflow when calculating allocation size.
20968         Use memcpy to copy entries, instead of stpcpy.
20969         Set errno properly when returning NULL.
20970         Check for readdir error.
20971
20972 2000-06-26  Jim Meyering  <meyering@lucent.com>
20973
20974         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
20975
20976 2000-06-25  Jim Meyering  <meyering@lucent.com>
20977
20978         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
20979         Linux header bug when _XOPEN_SOURCE is defined to 500.
20980
20981 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
20982
20983         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
20984         deficiency.
20985
20986 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
20987
20988         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
20989         Include xalloc.h.
20990         Don't include <stdlib.h>.  Don't declare malloc, realloc.
20991
20992 2000-06-24  Jim Meyering  <meyering@lucent.com>
20993
20994         * m4/strerror_r.m4: Revive this file -- to try out an experimental
20995         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
20996         for which strerror does return char*, but which lacks a conveniently
20997         accessible declaration of the function.  If the compile-test says
20998         strerror_r doesn't work, then resort to a `run'-test that works on
20999         BeOS and segfaults on DEC Unix.
21000
21001 2000-06-24  Jim Meyering  <meyering@lucent.com>
21002
21003         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
21004
21005 2000-06-23  Paul Eggert  <eggert@twinsun.com>
21006
21007         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
21008         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
21009
21010 2000-06-23  Paul Eggert  <eggert@twinsun.com>
21011
21012         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
21013         (mbrtowc, mbstate_t): Define substitutes if
21014         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
21015         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
21016         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
21017
21018 2000-06-23  Jim Meyering  <meyering@lucent.com>
21019
21020         * m4/afs.m4: Add missing AC_MSG_RESULT.
21021         Reported by Bruno Haible.
21022
21023         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
21024         Suggestion from Bruno Haible.
21025
21026 2000-06-23  Jim Meyering  <meyering@lucent.com>
21027
21028         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
21029
21030 2000-06-21  Jim Meyering  <meyering@lucent.com>
21031
21032         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
21033
21034 2000-06-21  Jim Meyering  <meyering@lucent.com>
21035
21036         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
21037         (noinst_HEADERS): Add getstr.h.
21038
21039         * lib/getline.c (getstr): Move into a separate file.
21040         * lib/getstr.c (getstr): New file, extracted from getline.c, with
21041         the following changes: new parameter, delim2; both delim[12]
21042         parameters have type `int', not `char'.  The latter would lose
21043         with 8-bit delimiters.
21044         * lib/getstr.h: New file.
21045
21046 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
21047
21048         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
21049         than 1024, return a memory chunk of least possible size, instead
21050         of size PATH_MAX + 2. In the loop, increment the size proportionally.
21051         Use free/xmalloc instead of xrealloc to avoid copying for very long
21052         paths.
21053
21054 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
21055
21056         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
21057         the empty string.
21058
21059 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
21060
21061         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
21062         address, not strdup.  Include <stdlib.h> and don't declare free().
21063
21064 2000-06-19  Jim Meyering  <meyering@lucent.com>
21065
21066         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
21067
21068 2000-06-18  Jim Meyering  <meyering@lucent.com>
21069
21070         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
21071
21072         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
21073         `checking whether...' message to be consistent with that of the
21074         lstat test.
21075
21076 2000-06-18  Jim Meyering  <meyering@lucent.com>
21077
21078         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
21079         Besides, these days every porting target provides a mkdir function.
21080
21081         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
21082         needed. (this snippet comes from src/system.h).
21083
21084 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
21085
21086         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
21087
21088 2000-06-15  Paul Eggert  <eggert@twinsun.com>
21089
21090         * lib/human.c (adjust_value): New function.
21091         (human_readable_inexact): Apply rounding style even when
21092         printing approximate values.
21093
21094 2000-06-14  Paul Eggert  <eggert@twinsun.com>
21095
21096         * lib/human.c (human_readable_inexact): Allow an input block
21097         size that is not a multiple of the output block size, and vice versa.
21098         Reported by Piergiorgio Sartor.
21099
21100 2000-06-14  Paul Eggert  <eggert@twinsun.com>
21101
21102         * lib/getdate.y (get_date): Apply relative times after time
21103         zone indicator, not before.  Reported by Todd A. Jacobs.
21104
21105 2000-06-13  Jim Meyering  <meyering@lucent.com>
21106
21107         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
21108
21109         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
21110
21111 2000-06-12  Paul Eggert  <eggert@twinsun.com>
21112
21113         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
21114
21115 2000-06-12  Jim Meyering  <meyering@lucent.com>
21116
21117         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
21118         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
21119         optional argument.
21120         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
21121         the optional argument, `lib'.
21122
21123 2000-06-08  Jim Meyering  <meyering@lucent.com>
21124
21125         * m4/largefile.m4: Remove file (now that it's part of autoconf).
21126
21127 2000-06-04  Paul Eggert  <eggert@twinsun.com>
21128
21129         Rewrite largefile configuration so that we don't need to run
21130         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
21131         AC_CANONICAL_HOST in configure.in -- jmm]
21132
21133         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
21134         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
21135         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
21136         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
21137         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
21138         All uses changed.
21139         Instead of inspecting the output of getconf, try to compile the
21140         test program without and with the macro definition.
21141         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
21142         for getconf.  Instead, check for the needed flags by compiling
21143         test programs.
21144
21145 2000-06-04  Paul Eggert  <eggert@twinsun.com>
21146
21147         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
21148
21149 2000-06-04  Jim Meyering  <meyering@lucent.com>
21150
21151         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
21152         SunOS 4.1.4 for which gid_t is an unsigned type.
21153
21154 2000-06-03  Jim Meyering  <meyering@lucent.com>
21155
21156         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
21157         now that autoconf requires that.
21158
21159         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
21160         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
21161         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
21162
21163 2000-06-03  Jim Meyering  <meyering@lucent.com>
21164
21165         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
21166
21167 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
21168
21169         * m4/glibc21.m4: New file.
21170         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
21171
21172 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
21173
21174         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
21175         newer, don't install charset.alias.
21176         * lib/config.charset: Change the Linux/glibc rules so they become empty
21177         on glibc-2.1 or newer.
21178
21179 2000-06-02  Jim Meyering  <meyering@lucent.com>
21180
21181         * lib/mountlist.c: Back out last change.  Instead, do this...
21182         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
21183         me_dummy member using the same `ignore'-testing code.
21184         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
21185         fs_type strings.
21186         From Mark D. Roth.
21187
21188 2000-05-29  Jim Meyering  <meyering@lucent.com>
21189
21190         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
21191         mounts with the `ignore' attribute.  Based on a patch from
21192         Mark D. Roth.
21193
21194 2000-05-28  Jim Meyering  <meyering@lucent.com>
21195
21196         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
21197         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
21198         * m4/stat.m4: Likewise.
21199         * m4/lstat.m4: Likewise.
21200         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
21201
21202         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
21203         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
21204
21205 2000-05-26  Jim Meyering  <meyering@lucent.com>
21206
21207         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
21208
21209 2000-05-24  Jim Meyering  <meyering@lucent.com>
21210
21211         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
21212         autoconf requires that.
21213         * m4/lib-check.m4: Likewise.
21214         * m4/jm-macros.m4: Likewise.
21215         * m4/strftime.m4: Likewise.
21216
21217         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
21218         AC_CHECK_DECLS, now that autoconf requires that.
21219
21220 2000-05-22  Jim Meyering  <meyering@lucent.com>
21221
21222         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
21223         * m4/lstat.m4: Likewise.
21224
21225 2000-05-22  Jim Meyering  <meyering@lucent.com>
21226
21227         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
21228
21229 2000-05-20  Jim Meyering  <meyering@lucent.com>
21230
21231         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
21232         (jm_PREREQ): Use it.
21233
21234 2000-05-18  Jim Meyering  <meyering@lucent.com>
21235
21236         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
21237         back, too, since it may have been modified by allocate_entry.
21238         (hash_delete): Rewrite to use neither the assignment operator
21239         nor the comma operator in an if-expression.
21240
21241 2000-05-15  Paul Eggert  <eggert@twinsun.com>
21242
21243         * lib/closeout.c:
21244         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
21245         Remove; no longer needed.
21246         "quotearg.h": Add include.
21247         (file_name): Do not bother to explicitly initialize to NULL; it's less
21248         efficient on some hosts.
21249         (close_stdout_status): Remove test as to whether stdout was already
21250         closed; it breaks for the case "echo x | sort >&-".
21251         Quote file name colons.
21252         Do not assume that _("write error") lacks format strings.
21253
21254 2000-05-15  Jim Meyering  <meyering@lucent.com>
21255
21256         * lib/version-etc.c (version_etc_copyright): Update the copyright
21257         string used in all --version output.
21258
21259 2000-05-14  Jim Meyering  <meyering@lucent.com>
21260
21261         * lib/closeout.c (close_stdout_set_file_name): New function.
21262         (close_stdout_status): Use new file-scoped global.
21263         Return right away if fstat says the stdout file descriptor is invalid.
21264         * lib/closeout.h (close_stdout_set_file_name): Declare.
21265
21266 2000-05-10  Jim Meyering  <meyering@lucent.com>
21267
21268         * lib/closeout.c [default_exit_status]: New file-scoped variable.
21269         (close_stdout_set_status): New function.
21270         * lib/closeout.h (close_stdout_set_status): Declare.
21271
21272 2000-05-09  Jim Meyering  <meyering@lucent.com>
21273
21274         * m4/gettext.m4: Rename this...
21275         * m4/libintl.m4: ...to this.
21276
21277 2000-05-08  Jim Meyering  <meyering@lucent.com>
21278
21279         * lib/long-options.c: Don't include closeout.h.
21280         (parse_long_options): Don't call close_stdout for --version.
21281
21282 2000-05-06  Paul Eggert  <eggert@twinsun.com>
21283
21284         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
21285         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
21286         2.1.3 bug.  This avoids a clash when files like regex.c define
21287         _GNU_SOURCE.
21288
21289 2000-05-06  Jim Meyering  <meyering@lucent.com>
21290
21291         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
21292         (AC_REPLACE_FUNCS): Add strnlen.
21293
21294         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
21295         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
21296
21297         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
21298         AC_SEARCH_LIBS call for nanosleep.
21299         (LIB_NANOSLEEP): Set and AC_SUBST.
21300
21301 2000-05-06  Jim Meyering  <meyering@lucent.com>
21302
21303         * lib/strnlen.c: Undefine __strnlen and strnlen.
21304         [!weak_alias]: Define __strnlen to strnlen.
21305
21306         * lib/atexit.c: New file, from libiberty.
21307
21308 2000-05-06  Jim Meyering  <meyering@lucent.com>
21309
21310         * lib/closeout.c (close_stdout_status): Also check for errors on the
21311         stderr stream.
21312
21313 2000-05-05  Jim Meyering  <meyering@lucent.com>
21314
21315         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
21316         AC_SEARCH_LIBS call for clock_gettime.
21317         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
21318
21319         * m4/search-libs.m4: Update from autoconf.
21320
21321         su doesn't work on Solaris 2.6.
21322         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
21323         <shadow.h>.  Reported by Dragos Harabor.
21324
21325 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
21326
21327         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
21328         memcpy instead of xmalloc, xrealloc, path_concat.
21329         (locale_charset): Treat empty environment variables as absent.
21330         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
21331
21332 2000-05-04  Jim Meyering  <meyering@lucent.com>
21333
21334         * lib/getopt.c: Update from glibc.
21335         * lib/obstack.c: Likewise.
21336         * lib/obstack.h: Likewise.
21337         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
21338         file
21339
21340         * lib/regex.h: Likewise.
21341         * lib/strndup.c: Likewise.
21342         * lib/strnlen.c: New file, from glibc.
21343
21344 2000-05-03  Jim Meyering  <meyering@lucent.com>
21345
21346         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
21347
21348 2000-05-02  Paul Eggert  <eggert@twinsun.com>
21349
21350         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
21351         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
21352         compile-time test, rather than inspecting host and OS, to
21353         decide whether to define _LARGEFILE_SOURCE.
21354
21355 2000-05-01  Jim Meyering  <meyering@lucent.com>
21356
21357         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
21358
21359         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
21360         Based on a patch from Bruno Haible.
21361
21362 2000-05-01  Jim Meyering  <meyering@lucent.com>
21363
21364         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
21365
21366 2000-04-29  Jim Meyering  <meyering@lucent.com>
21367
21368         * lib/path-concat.c: Declare strdup only if it's not defined.
21369         * lib/canon-host.c: Likewise.
21370
21371 2000-04-28  Jim Meyering  <meyering@lucent.com>
21372
21373         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
21374         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
21375         is included first, then limits.h is included by locale.h by libintl.h.
21376         From John David Anglin.
21377
21378 2000-04-25  Jim Meyering  <meyering@lucent.com>
21379
21380         * lib/makepath.c (S_IRWXUGO): Define.
21381         (make_path): Always perform explicit chmod if MODE specifies any
21382         of the `special' permission bits.  Prompted by a bug report against
21383         install from Mate Wierdl and Joost van Baal.
21384
21385 2000-04-18  Jim Meyering  <meyering@lucent.com>
21386
21387         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
21388         (jm_PREREQ): Use it.
21389
21390 2000-04-18  Jim Meyering  <meyering@lucent.com>
21391
21392         * lib/README: New file.
21393
21394         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
21395         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
21396
21397 2000-04-17  Jim Meyering  <meyering@lucent.com>
21398
21399         Get it right :-)
21400         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
21401         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
21402         Suggestion from Akim Demaille.
21403
21404 2000-04-17  Jim Meyering  <meyering@lucent.com>
21405
21406         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
21407         the definition of it to rpl_strftime also defined-away the system's
21408         declaration.
21409
21410 2000-04-15  Jim Meyering  <meyering@lucent.com>
21411
21412         Use `C' to denote so-called `contiguous' files, the same way
21413         that tar does.
21414         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
21415         (ftypelet): Use S_ISCTG.
21416         From Michael Deutschmann.
21417
21418 2000-04-14  Jim Meyering  <meyering@lucent.com>
21419
21420         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
21421         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
21422         clobbered.
21423
21424 2000-04-14  Jim Meyering  <meyering@lucent.com>
21425
21426         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
21427
21428 2000-04-13  Jim Meyering  <meyering@lucent.com>
21429
21430         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
21431         AH_VERBATIM to insert required #ifndef into config.h.in.
21432         Suggestion from Akim Demaille.
21433
21434 2000-04-12  Jim Meyering  <meyering@lucent.com>
21435
21436         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
21437         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
21438         Christian Krackowizer.
21439
21440         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
21441         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
21442         (AC_SYS_LARGEFILE): Require.
21443         (AM_C_PROTOTYPES): Require.
21444
21445 2000-04-08  Jim Meyering  <meyering@lucent.com>
21446
21447         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
21448         names don't conflict.  Reported by Eli Zaretskii.
21449
21450 2000-04-07  Jim Meyering  <meyering@lucent.com>
21451
21452         * lib/putenv.c: Move inclusion of errno.h so it follows that of
21453         sys/types.h, to work around system header problems on AIX 3.2.5.
21454         From Bruno Haible.
21455
21456 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
21457
21458         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
21459         bug.  Deal with the different error behavior of Irix iconv.
21460
21461 2000-04-05  Paul Eggert  <eggert@twinsun.com>
21462
21463         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
21464         IRIX if the installer said otherwise.
21465
21466 2000-04-05  Jim Meyering  <meyering@lucent.com>
21467
21468         Portability tweaks required for ultrix4.3.
21469         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
21470         (jm_CHECK_DECLS): Add getutent to the list of functions.
21471         (_jm_DECL_HEADERS): Add utmpx.h.
21472         From John David Anglin.
21473
21474         * m4/strftime.m4: Back out the 2000-04-02 change.
21475         Instead of that change, simply undefine putenv in the test program.
21476
21477 2000-04-05  Jim Meyering  <meyering@lucent.com>
21478
21479         Portability tweaks required for ultrix4.3.
21480         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
21481         getutent.
21482         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
21483         * lib/canon-host.c: Declare strdup.
21484         * lib/path-concat.c: Likewise.
21485         From John David Anglin.
21486
21487 2000-04-04  Jim Meyering  <meyering@lucent.com>
21488
21489         Be more DOS 8.3-friendly.
21490         * lib/ref-add.sin: Renamed from ref-add.sed.in.
21491         * lib/ref-del.sin: Renamed from ref-del.sed.in.
21492         * lib/Makefile.am: Reflect renaming.
21493         Reported by Eli Zaretskii.
21494
21495         Use a temporary file name that won't clash with `charset.alias'
21496         in the DOS 8.3 name space.
21497         * lib/Makefile.am (charset_tmp): Define.
21498         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
21499         (uninstall-local): Likewise.
21500         Reported by Eli Zaretskii.
21501
21502 2000-04-03  Jim Meyering  <meyering@lucent.com>
21503
21504         * m4/gettext.m4: Fix typo in comment.
21505
21506         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
21507         textutils/configure.in).  Suggestion from Paul Eggert.
21508         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
21509
21510 2000-04-02  Paul Eggert  <eggert@twinsun.com>
21511
21512         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
21513         variable in the shell rather than using putenv, which isn't
21514         portable.  This avoids the configure-time inter-test dependency
21515         on the potentially-renamed putenv function.
21516
21517 2000-03-30  Paul Eggert  <eggert@twinsun.com>
21518
21519         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
21520         before checking struct stat.st_blksize, so that
21521         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
21522
21523 2000-03-29  Paul Eggert  <eggert@twinsun.com>
21524
21525         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
21526         since strftime.c uses HAVE_STRFTIME to decide whether to use
21527         the underlying strftime.
21528
21529 2000-03-29  Paul Eggert  <eggert@twinsun.com>
21530
21531         * lib/time/strftime.c (my_strftime): Make sure we call the system
21532         strftime, not ourselves, when invoking the underlying strftime.
21533
21534 2000-03-24  Jim Meyering  <meyering@lucent.com>
21535
21536         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
21537         (charset_alias): Define.
21538         (install-exec-local): Factor out common code.
21539         (uninstall-local): Split lines longer than 80.
21540         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
21541         (SUFFIXES): Define.
21542         (.sed.in.sed): New rule.  Don't redirect directly to $@.
21543         (CLEANFILES): Add ref-add.sed and ref-del.sed.
21544
21545 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
21546
21547         * lib/config.charset: Output a line containing "Packages using this
21548         file".
21549         * lib/ref-add.sed.in, ref-del.sed.in: New files.
21550         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
21551         ref-del.sed): New rules.
21552
21553 2000-03-17  Jim Meyering  <meyering@lucent.com>
21554
21555         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
21556         Otherwise, include <strings.h>
21557
21558 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
21559
21560         * lib/unicodeio.c (utf8_wctomb): New function.
21561         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
21562         format instead of in UCS-4 with platform dependent endianness.
21563
21564 2000-03-10  Jim Meyering  <meyering@lucent.com>
21565
21566         * m4/lib-check.m4: Look for getspnam in -lgen, too.
21567         From Marco Franzen.
21568
21569 2000-03-07  Paul Eggert  <eggert@twinsun.com>
21570
21571         * lib/savedir.c (savedir): Work even if directory size is
21572         negative; this can happen with some screwy NFS configurations.
21573
21574 2000-03-06  Jim Meyering  <meyering@lucent.com>
21575
21576         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
21577         if it's NULL (because we ran out of memory).  From Bruno Haible.
21578
21579 2000-03-05  Jim Meyering  <meyering@lucent.com>
21580
21581         * lib/localcharset.c ("path-concat.h"): Include.
21582         (get_charset_aliases): Use path_concat instead of ANSI string
21583         concatenation.
21584
21585         * lib/unicodeio.h (PARAMS): Define.
21586         Use it to guard prototype.
21587
21588 2000-03-04  Jim Meyering  <meyering@lucent.com>
21589
21590         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
21591         for lib/localcharset.c.
21592
21593 2000-03-04  Jim Meyering  <meyering@lucent.com>
21594
21595         * lib/Makefile.am (install-exec-local): Create $(libdir) before
21596         installing into it.
21597         (uninstall-local): Uncomment this rule so `make distcheck' works
21598         once again.
21599
21600         * lib/unicodeio.c (<errno.h>): Include it.
21601         (errno): Declare if not defined.
21602
21603         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
21604
21605         * lib/config.charset: New version, incorporating remarks from a linux
21606         i18n mailing list.  From Bruno Haible.
21607
21608 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
21609
21610         * m4/codeset.m4: New file.
21611         * m4/iconv.m4: New file.
21612         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
21613
21614 2000-03-03  Jim Meyering  <meyering@lucent.com>
21615
21616         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
21617
21618 2000-03-02  Jim Meyering  <meyering@lucent.com>
21619
21620         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
21621         the messages come out on separate lines.
21622
21623         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
21624         rather than jm_CHECK_DECLARATIONS.
21625         * m4/decl.m4: Remove now-unused file.
21626
21627         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
21628         geteuid.
21629
21630 2000-03-02  Jim Meyering  <meyering@lucent.com>
21631
21632         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
21633
21634 2000-03-01  Jim Meyering  <meyering@lucent.com>
21635
21636         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
21637         * lib/unicodeio.c: Likewise.
21638
21639 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
21640
21641         * lib/config.charset: New file.
21642         * lib/localcharset.c: New file.
21643         * lib/unicodeio.h, unicodeio.c: New files.
21644         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
21645         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
21646         (noinst_HEADERS): Add unicodeio.h.
21647         (all-local, install-exec-local, charset.alias): New targets.
21648
21649 2000-02-28  Paul Eggert  <eggert@twinsun.com>
21650
21651         * lib/quotearg.c (ALERT_CHAR): New macro.
21652         (quotearg_buffer_restyled): Use it.
21653
21654 2000-02-27  Jim Meyering  <meyering@lucent.com>
21655
21656         * m4/check-decl.m4: Add getenv to the list.
21657
21658 2000-02-27  Jim Meyering  <meyering@lucent.com>
21659
21660         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
21661         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
21662
21663         * lib/backupfile.c: Guard inclusion of stdlib.h with
21664         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
21665         Declare malloc if needed.
21666
21667         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
21668         `#ifndef HAVE_DECL..'
21669         now that autoconf always defines the HAVE_DECL_ symbols.
21670         * lib/human.c: Likewise.
21671         * lib/same.c: Likewise.
21672         * lib/strtoumax.c: Likewise.
21673
21674         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
21675         declaration check was not run.
21676         * lib/hash.c: Likewise.
21677         * lib/human.c: Likewise.
21678         * lib/same.c: Likewise.
21679         * lib/strtoumax.c: Likewise.
21680
21681         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
21682         `.', then first look up the entire `.'-containing string as a login
21683         name.
21684
21685 2000-02-23  Jim Meyering  <meyering@lucent.com>
21686
21687         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
21688         in place of my hack.
21689
21690 2000-02-18  Paul Eggert  <eggert@twinsun.com>
21691
21692         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
21693         (textint): New typedef.
21694         (parser_control): Member year changed from int to textint.
21695         All uses changed.
21696         (YYSTYPE): Removed; replaced by %union with int and textint members.
21697         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
21698         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
21699         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
21700         (tSNUMBER, tUNUMBER): Now of type <textintval>.
21701         (date, number, to_year): Use width of number in digits, not its value,
21702         to determine whether it's a 2-digit year, or a 2-digit time.
21703         (yylex): Store number of digits of numeric tokens.
21704         Reported by John Kendall.
21705
21706         (parser_control): Changed from struct parser_control to typedef (for
21707         consistency).  All uses changed.
21708
21709         (tID): Removed; not used.
21710         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
21711
21712 2000-02-14  Paul Eggert  <eggert@twinsun.com>
21713
21714         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
21715         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
21716
21717 2000-02-12  Jim Meyering  <meyering@lucent.com>
21718
21719         * lib/userspec.c (ISDIGIT): Define it.
21720         (isdigit): Remove definition.
21721         (is_number): Use ISDIGIT, not isdigit.
21722         <libintl.h>: Include.
21723         (_ and N_): Define.
21724         (parse_user_spec): Mark translatable strings.
21725
21726 2000-02-10  Jim Meyering  <meyering@lucent.com>
21727
21728         With these changes, nanosleep.[ch] are finally enough like the other
21729         lib/* replacement files to compile on a few more losing systems.
21730
21731         * lib/nanosleep.h: Don't include config.h.
21732         Remove prototype from declaration of nanosleep.
21733         (PARAMS): Remove now-unneeded definition.
21734         * lib/nanosleep.c: #undef nanosleep.
21735         (rpl_nanosleep): Rename from nanosleep.
21736
21737 2000-02-10  Jim Meyering  <meyering@lucent.com>
21738
21739         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
21740         gnu_nanosleep to rpl_nanosleep.
21741
21742 2000-02-09  Jim Meyering  <meyering@lucent.com>
21743
21744         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
21745         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
21746
21747 2000-02-08  Akim Demaille  <akim@epita.fr>
21748
21749         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
21750         `[' and `]' and remove uses of `changequote'.
21751         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
21752         (AC_SYS_LARGEFILE): Likewise.
21753         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
21754         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
21755         of changequote.
21756         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
21757         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
21758         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
21759         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
21760
21761 2000-02-05  Jim Meyering  <meyering@lucent.com>
21762
21763         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
21764         Remove explicit use of AC_HEADER_TIME.  It is required by
21765         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
21766         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
21767         in autoconf whereby the expansion of the latter ended up preceding
21768         the expansion of its prerequisite, AC_HEADER_TIME.
21769         Reported by Volker Borchert.
21770
21771 2000-02-03  Jim Meyering  <meyering@lucent.com>
21772
21773         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
21774
21775 2000-02-03  Jim Meyering  <meyering@lucent.com>
21776
21777         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
21778         rather than with `#if HAVE_UTMPNAME'.
21779
21780 2000-02-02  Jim Meyering  <meyering@lucent.com>
21781
21782         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
21783         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
21784         Reported by Eli Zaretskii.
21785
21786 2000-02-01  Jim Meyering  <meyering@lucent.com>
21787
21788         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
21789
21790 2000-01-31  Jim Meyering  <meyering@lucent.com>
21791
21792         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
21793         functions.  Add the time.h and sys/time.h headers along with the
21794         AC_REQUIRE'ment of AC_HEADER_TIME.
21795
21796 2000-01-31  Jim Meyering  <meyering@lucent.com>
21797
21798         * lib/nanosleep.h (nanosleep): Guard declaration with
21799         `#if ! HAVE_DECL_NANOSLEEP'.
21800         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
21801         the declaration in that vendor's sys/timers.h.
21802         Reported by Christian Krackowizer.
21803
21804         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
21805         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
21806         (ISPRINT): Likewise.
21807         Reported by Tom Tromey.
21808
21809 2000-01-30  Jim Meyering  <meyering@lucent.com>
21810
21811         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
21812
21813         * m4/prereq.m4 (utmp_includes): Define.
21814         Check for ut_user and ut_name members in both struct utmpx
21815         and struct utmp.
21816
21817 2000-01-30  Jim Meyering  <meyering@lucent.com>
21818
21819         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
21820         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
21821         header files where only utmpx.ut_user is declared.
21822
21823         * lib/readutmp.h (UT_USER): Define.
21824
21825 2000-01-29  Jim Meyering  <meyering@lucent.com>
21826
21827         * m4/lib-check.m4: New file containing library-related checks from
21828         fileutils and sh-utils (textutils had none).
21829
21830 2000-01-28  Jim Meyering  <meyering@lucent.com>
21831
21832         * m4/perl.m4: Change format of warning message to look more like that
21833         from the missing script.  Suggestion from François Pinard.
21834
21835 2000-01-25  Jim Meyering  <meyering@lucent.com>
21836
21837         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
21838         well as time.h in the compile check.
21839         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
21840         Fix typo in cross-compiling case: s/yes/no/.
21841
21842 2000-01-23  Jim Meyering  <meyering@lucent.com>
21843
21844         * m4/jm-macros.m4: Move df-related tests here from
21845         fileutils/configure.in
21846
21847         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
21848         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
21849
21850         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
21851         s/space/ac_fsusage_space/.
21852         (jm_FILE_SYSTEM_USAGE): Take two parameters.
21853
21854         * m4/ftruncate.m4: New file (derived from part of
21855         fileutils/configure.in).
21856         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
21857         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
21858
21859         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
21860         AC_SUBST these here, rather than just in sh-util/configure.in, so
21861         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
21862         all the same.
21863         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
21864         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
21865         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
21866         (AC_SUBST(POW_LIBM)): Likewise.
21867         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
21868
21869 2000-01-23  Jim Meyering  <meyering@lucent.com>
21870
21871         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
21872         obstack.c.
21873
21874 2000-01-22  Jim Meyering  <meyering@lucent.com>
21875
21876         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
21877
21878         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
21879
21880         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
21881         configure.in
21882         (AC_CHECK_HEADERS): Likewise for sh-utils.
21883         (AC_CHECK_HEADERS): Likewise for textutils.
21884         Merge the three lists of headers.
21885
21886         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
21887         from fileutils' configure.in.
21888
21889         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
21890         code. Moved tests into their own function (_jm_DECL_HEADERS) in
21891         check-decl.m4.
21892
21893         * m4/check-decl.m4: Use #if rather than #ifdef.
21894         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
21895         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
21896         (_jm_DECL_HEADERS): Define new function.
21897         (jm_CHECK_DECLARATIONS): Require it.
21898
21899 2000-01-22  Jim Meyering  <meyering@lucent.com>
21900
21901         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
21902         [! HAVE_DECL_STRTOULL]: Declare strtoull.
21903         Required for some AIX systems.  Reported by Christian Krackowizer.
21904         [TESTING] (main): New function.
21905
21906         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
21907         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
21908         letters.
21909
21910         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
21911         iswprint.
21912
21913         * lib/strverscmp.c (ISDIGIT): Define.
21914         (strverscmp): Use ISDIGIT, not isdigit.
21915
21916 2000-01-19  Jim Meyering  <meyering@lucent.com>
21917
21918         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
21919         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
21920         defines `struct timespec' in <sys/time.h>
21921
21922         * m4/c-bs-a.m4: Remove uses of changequote altogether.
21923         Thanks to Akim for explaining.
21924
21925 2000-01-17  Paul Eggert  <eggert@twinsun.com>
21926
21927         * lib/nanosleep.c (nanosleep):
21928         Don't use SA_INTERRUPT to decide whether to call sigaction, as
21929         POSIX.1 doesn't require SA_INTERRUPT and some systems
21930         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
21931         it's been part of POSIX.1 since day 1 (in 1988).
21932
21933 2000-01-17  Jim Meyering  <meyering@lucent.com>
21934
21935         * lib/interlock: Remove unused file.  Reported by François Pinard.
21936
21937 2000-01-16  Paul Eggert  <eggert@twinsun.com>
21938
21939         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
21940         alert, backslash, formfeed, and vertical tab unnecessarily in
21941         shell quoting style.
21942
21943 2000-01-16  Jim Meyering  <meyering@lucent.com>
21944
21945         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
21946         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
21947         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
21948         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
21949
21950 2000-01-16  Jim Meyering  <meyering@lucent.com>
21951
21952         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
21953         because the latter didn't work.
21954
21955 2000-01-15  Jim Meyering  <meyering@lucent.com>
21956
21957         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
21958         (AC_REPLACE_FUNCS): Add memcpy and memset.
21959         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
21960         Add strpbrk.
21961         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
21962
21963 2000-01-12  Jim Meyering  <meyering@lucent.com>
21964
21965         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
21966         (jm_PREREQ): Use it.
21967         (jm_PREREQ_READUTMP): New macro.
21968         (jm_PREREQ): Use it.
21969
21970 2000-01-11  Paul Eggert  <eggert@twinsun.com>
21971
21972         Quote multibyte characters correctly.
21973         * m4/c-bs-a.m4: New file.
21974         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
21975         (jm_PREREQ): Use it.
21976
21977 2000-01-11  Paul Eggert  <eggert@twinsun.com>
21978
21979         * m4/uintmax_t.m4: Port to autoconf 2.13.
21980
21981 2000-01-08  Jim Meyering  <meyering@ascend.com>
21982
21983         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
21984         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
21985
21986 2000-01-04  Jim Meyering  <meyering@ascend.com>
21987
21988         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
21989         jm_STRUCT_DIRENT_D_TYPE.
21990         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
21991         jm_STRUCT_DIRENT_D_INO.
21992         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
21993         jm_STRUCT_UTIMBUF.
21994         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
21995         renamings.
21996         * m4/utime.m4: Likewise.
21997
21998         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
21999         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
22000
22001 2000-01-03  Paul Eggert  <eggert@twinsun.com>
22002
22003         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
22004         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
22005
22006 2000-01-02  Jim Meyering  <meyering@ascend.com>
22007
22008         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
22009         remember if this is necessary.
22010
22011 1999-12-26  Jim Meyering  <meyering@ascend.com>
22012
22013         * m4/jm-macros.m4: Use it here.
22014         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
22015
22016 1999-12-23  Jim Meyering  <meyering@ascend.com>
22017
22018         * m4/jm-macros.m4: Check for clock_gettime (moved from
22019         fileutils/configure.in)
22020         Check for gettimeofday.
22021
22022 1999-12-20  Jim Meyering  <meyering@ascend.com>
22023
22024         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
22025         autoconf-2.14a-1999-12-20.
22026
22027 1999-12-19  Jim Meyering  <meyering@ascend.com>
22028
22029         * m4/lstat-slash.m4: New file.
22030         * m4/jm-macros.m4: Use the new macro:
22031         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
22032
22033 1999-12-07  Jim Meyering  <meyering@ascend.com>
22034
22035         * m4/perl.m4: Require that File::Compare be available, too.
22036         Too many systems seem to lack it.
22037
22038         * m4/strftime.m4: Add checks for most of the cpp macros tested in
22039         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
22040
22041 1999-11-18  Paul Eggert  <eggert@twinsun.com>
22042
22043         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
22044         problem with the QNX 4.25 shell, which doesn't propagate exit
22045         status of failed commands inside shell assignments.
22046
22047 1999-11-17  Jim Meyering  <meyering@ascend.com>
22048
22049         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
22050
22051 1999-11-07  Jim Meyering  <meyering@ascend.com>
22052
22053         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
22054
22055 1999-11-06  Jim Meyering  <meyering@ascend.com>
22056
22057         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
22058         * m4/jm-macros.m4 (jm_MACROS): Use it here.
22059
22060 1999-11-05  Jim Meyering  <meyering@ascend.com>
22061
22062         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
22063         configure.in of textutils, fileutils, and sh-utils into this one
22064         (shared between those packages) file.
22065         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
22066         AC_STRUCT_ST_BLKSIZE.
22067
22068 1999-11-03  Jim Meyering  <meyering@ascend.com>
22069
22070         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
22071         of AC_CHECK_TYPE checks includes unistd.h.
22072         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
22073         Suggestion from Akim Demaille.
22074
22075 1999-10-30  Jim Meyering  <meyering@ascend.com>
22076
22077         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
22078         m4-quoted string.
22079         * m4/ls-mntd-fs.m4: Likewise.
22080         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
22081         * m4/jm-winsz1.m4: Likewise.
22082
22083         * m4/const.m4: Remove file, since the fix made it into the experimental
22084         version of autoconf.
22085         * m4/mktime.m4: Likewise.
22086
22087         * m4/check-type.m4: Remove file, now that the latest version of
22088         AC_CHECK_TYPE takes a third arg to specify additional #includes.
22089
22090         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
22091         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
22092         AC_CHECK_TYPE.
22093
22094 1999-10-04  Jim Meyering  <meyering@ascend.com>
22095
22096         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
22097
22098 1999-09-22  Paul Eggert  <eggert@twinsun.com>
22099
22100         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
22101         2.95.1 bug with HP-UX 10.20.
22102
22103 1999-09-17  Jim Meyering  <meyering@ascend.com>
22104
22105         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
22106         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
22107         due to missing strdup (against sh-utils-2.0).
22108
22109 1999-08-29  Jim Meyering  <meyering@ascend.com>
22110
22111         * m4/jm-macros.m4: Require jm_BISON.
22112         * m4/bison.m4: New file.
22113
22114 1999-08-17  Paul Eggert  <eggert@twinsun.com>
22115
22116         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
22117         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
22118
22119 1999-08-05  Jim Meyering  <meyering@ascend.com>
22120
22121         * m4/getline.m4: Rename test file from conftestdata to conftest.data
22122         to avoid conflicts with `conftest' on 8+3 filesystems.
22123         Suggestion from Eli Zaretskii.
22124
22125 1999-08-04  Jim Meyering  <meyering@ascend.com>
22126
22127         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
22128         fileutils and sh-utils (textutils's getline test was inadequate).
22129         (AM_FUNC_GETLINE): Run this test.
22130         (AC_CHECK_FUNCS): Check for getdelim.
22131         Reported by Bob Proulx.
22132
22133 1999-08-02  Jim Meyering  <meyering@ascend.com>
22134
22135         * m4/jm-macros.m4: Add a comment.
22136
22137 1999-08-01  Paul Eggert  <eggert@twinsun.com>
22138
22139         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
22140         <inttypes.h> defines strtoumax as a macro (and not as a
22141         function).
22142
22143 1999-08-01  Paul Eggert  <eggert@twinsun.com>
22144
22145         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
22146         that we can shift, multiply and divide unsigned long long
22147         values; Ultrix cc can't do it.
22148
22149 1999-08-01  Paul Eggert  <eggert@twinsun.com>
22150
22151         * m4/mktime.m4: New file, which is a preview of what should appear
22152         in the next public autoconf release.
22153
22154 1999-08-01  Paul Eggert  <eggert@twinsun.com>
22155
22156         * m4/lfs.m4: Remove this file.
22157         * m4/largefile.m4: New file.  It contains the old contents of
22158         lfs.m4, except that all names with prefix AC_LFS have been
22159         changed to use the prefix AC_SYS_LARGEFILE instead, to be
22160         compatible with future autoconf versions.  Also, some minor m4
22161         quoting problems have been fixed.
22162
22163 1999-08-01  Paul Eggert  <eggert@twinsun.com>
22164
22165         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
22166         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
22167         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
22168         and simplify the shell code.
22169
22170 1999-08-01  Jim Meyering  <meyering@ascend.com>
22171
22172         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
22173         m4.
22174
22175 1999-07-20  Jim Meyering  <meyering@ascend.com>
22176
22177         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
22178
22179 1999-07-15  Jim Meyering  <meyering@ascend.com>
22180
22181         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
22182
22183 1999-05-22  Jim Meyering  <meyering@ascend.com>
22184
22185         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
22186
22187 1999-05-20  Jim Meyering  <meyering@ascend.com>
22188
22189         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
22190         Add a colon after each `then' in case $4 is empty.
22191
22192 1999-05-16  Jim Meyering  <meyering@ascend.com>
22193
22194         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
22195
22196 1999-05-10  Jim Meyering  <meyering@ascend.com>
22197
22198         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
22199
22200         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
22201         AC_FUNC_MKTIME.
22202
22203 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
22204
22205         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
22206
22207 1999-05-04  Paul Eggert  <eggert@twinsun.com>
22208
22209         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
22210         not CPPFLAGS, so that linking works correctly in IRIX.
22211
22212 1999-04-30  Paul Eggert  <eggert@twinsun.com>
22213
22214         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
22215
22216 1999-04-20  Paul Eggert  <eggert@twinsun.com>
22217
22218         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
22219         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
22220         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
22221         jm_AC_TYPE_UNSIGNED_LONG_LONG.
22222         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
22223
22224         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
22225
22226 1999-04-20  Jim Meyering  <meyering@ascend.com>
22227
22228         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
22229         AC_REPLACE xstroull if necessary.  From Paul Eggert.
22230         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
22231
22232 1999-04-18  Jim Meyering  <meyering@ascend.com>
22233
22234         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
22235         * m4/jm-macros.m4: Use it.
22236
22237 1999-04-06  Jim Meyering  <meyering@ascend.com>
22238
22239         * m4/strftime.m4: Remove test for %f.
22240
22241 1999-03-29  Jim Meyering  <meyering@ascend.com>
22242
22243         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
22244         superset of the AC_TYPE_* checks in the textutils, fileutils,
22245         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
22246         AC_TYPE_PID_T.
22247
22248 1999-03-28  Jim Meyering  <meyering@ascend.com>
22249
22250         * m4/jm-macros.m4: Define GNU_PACKAGE here.
22251         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
22252         replaced e.g., in the *.sh files of the sh-utils.
22253
22254 1999-03-20  Jim Meyering  <meyering@ascend.com>
22255
22256         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
22257         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
22258         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
22259
22260 1999-03-19  Jim Meyering  <meyering@ascend.com>
22261
22262         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
22263
22264 1999-03-12  Jim Meyering  <meyering@ascend.com>
22265
22266         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
22267
22268 1999-03-07  Jim Meyering  <meyering@ascend.com>
22269
22270         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
22271         declared.
22272
22273 1999-02-17  Jim Meyering  <meyering@ascend.com>
22274
22275         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
22276         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
22277
22278 1999-02-07  Jim Meyering  <meyering@ascend.com>
22279
22280         * m4/group-member.m4: New file -- extracted from sh-utils'
22281         configure.in.
22282
22283         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
22284         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
22285
22286 1999-02-06  Jim Meyering  <meyering@ascend.com>
22287
22288         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
22289         * m4/fnmatch.m4: Likewise.
22290         * m4/getgroups.m4: Likewise.
22291         * m4/lstat.m4: Likewise.
22292         * m4/malloc.m4: Likewise.
22293         * m4/putenv.m4: Likewise.
22294         * m4/realloc.m4: Likewise.
22295         * m4/regex.m4: Likewise.
22296         * m4/stat.m4: Likewise.
22297         * m4/strftime.m4: Likewise.
22298         Suggestion from Alain Magloire.
22299
22300         * m4/chown.m4: Use `.$ac_objext', not `.o'.
22301         * m4/fnmatch.m4: Likewise.
22302         * m4/getgroups.m4: Likewise.
22303         * m4/getline.m4: Likewise.
22304         * m4/lstat.m4: Likewise.
22305         * m4/malloc.m4: Likewise.
22306         * m4/memcmp.m4: Likewise.
22307         * m4/putenv.m4: Likewise.
22308         * m4/realloc.m4: Likewise.
22309         * m4/regex.m4: Likewise.
22310         * m4/stat.m4: Likewise.
22311         * m4/strftime.m4: Likewise.
22312         Suggestion from Alain Magloire.
22313
22314         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
22315         an argument.
22316
22317         * m4/regex.m4: Add a run-time Test for proper operation of
22318         re_compile_pattern.
22319
22320 1999-01-31  Jim Meyering  <meyering@ascend.com>
22321
22322         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
22323
22324 1999-01-30  Jim Meyering  <meyering@ascend.com>
22325
22326         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
22327
22328         * m4/jm-mktime.m4: Make this a wrapper around the official
22329         AM_FUNC_MKTIME rather than my private copy, now that the official one
22330         is up to date.
22331         * m4/mktime.m4: Remove file.
22332
22333         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
22334         * m4/uptime.m4: Likewise.
22335         * m4/uintmax_t.m4: Likewise.
22336
22337 1999-01-28  Jim Meyering  <meyering@ascend.com>
22338
22339         * m4/jm-macros.m4: Use jm_AFS.
22340         * m4/afs.m4: New file (from fileutils' configure.in).
22341
22342         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
22343         * m4/chown.m4: Likewise.
22344         * m4/d-ino.m4: Likewise.
22345         * m4/d-type.m4: Likewise.
22346         * m4/fnmatch.m4: Likewise.
22347         * m4/getgroups.m4: Likewise.
22348         * m4/gettext.m4: Likewise.
22349         * m4/jm-mktime.m4: Likewise.
22350         * m4/jm-winsz2.m4: Likewise.
22351         * m4/lcmessage.m4: Likewise.
22352         * m4/ls-mntd-fs.m4: Likewise.
22353         * m4/malloc.m4: Likewise.
22354         * m4/memcmp.m4: Likewise.
22355         * m4/putenv.m4: Likewise.
22356         * m4/realloc.m4: Likewise.
22357         * m4/st_mtim.m4: Likewise.
22358         * m4/strftime.m4: Likewise.
22359
22360 1999-01-16  Jim Meyering  <meyering@ascend.com>
22361
22362         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
22363         (ARGMATCH_DIE_DECL): Define.
22364
22365 1999-01-12  Jim Meyering  <meyering@ascend.com>
22366
22367         * m4/Makefile.am.in: Rewrite to avoid using fmt.
22368         Reported by Lars Hecking.
22369
22370 1999-01-10  Jim Meyering  <meyering@ascend.com>
22371
22372         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
22373         gross kludge.
22374         * m4/inttypes_h.m4: Likewise.
22375         * m4/lstat.m4: Likewise.
22376         * m4/malloc.m4: Likewise.
22377         * m4/readdir.m4: Likewise.
22378         * m4/realloc.m4: Likewise.
22379         * m4/st_dm_mode.m4: Likewise.
22380         * m4/stat.m4: Likewise.
22381         * m4/utimbuf.m4: Likewise.
22382         * m4/utimes.m4: Likewise.
22383
22384         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
22385         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
22386         comments in config.h.in are meaningful.
22387
22388         * m4/jm-macros.m4: Require autoconf-2.13 here.
22389
22390         * m4/regex.m4: By default, don't use the included regex.c on systems
22391         with glibc 2.  Suggestion from Uli Drepper.
22392
22393 1999-01-02  Jim Meyering  <meyering@ascend.com>
22394
22395         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
22396
22397 1998-12-18  Jim Meyering  <meyering@ascend.com>
22398
22399         * m4/Makefile.am.in (Makefile.am): Simplify rule.
22400         Based on a suggestion from Lars Hecking.
22401
22402 1998-11-16  Paul Eggert  <eggert@twinsun.com>
22403
22404         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
22405
22406 1998-11-16  Jim Meyering  <meyering@ascend.com>
22407
22408         * m4/lfs.m4: Double-quote the `uname...` expression.
22409
22410 1998-11-14  Jim Meyering  <meyering@ascend.com>
22411
22412         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
22413         * m4/stat.m4: Likewise.
22414
22415 1998-11-03  Jim Meyering  <meyering@ascend.com>
22416
22417         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
22418         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
22419
22420 1998-10-18  Jim Meyering  <meyering@ascend.com>
22421
22422         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
22423
22424 1998-10-17  Jim Meyering  <meyering@ascend.com>
22425
22426         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
22427         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
22428         calls for those previously hard-coded headers.  Instead, take a new
22429         parameter.
22430         (jm_CHECK_DECLARATIONS): Reflect interface change.
22431         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
22432         (jm_CHECK_DECL_LOCALTIME_R): New macro.
22433
22434         * m4/mktime.m4: Test for spring-forward gap before long-running test.
22435
22436 1998-10-14  Jim Meyering  <meyering@ascend.com>
22437
22438         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
22439         instead of "TZ=America/Vancouver".  From Paul Eggert.
22440
22441 1998-10-11  Jim Meyering  <meyering@ascend.com>
22442
22443         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
22444         This adds a test for a recently added compatibility fix for mktime.c.
22445         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
22446
22447 1998-09-27  Jim Meyering  <meyering@ascend.com>
22448
22449         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
22450
22451         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
22452         ../configure.in, including a change from Gordon Matzigkeit to allow
22453         cross-compiling for the Hurd.
22454
22455         * m4/glibc.m4: New file/macro to test for the GNU C Library
22456         versions 1 and 2.  From Gordon Matzigkeit.
22457         Indent.
22458
22459 1998-09-21  Jim Meyering  <meyering@ascend.com>
22460
22461         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
22462
22463 1998-08-18  Paul Eggert  <eggert@twinsun.com>
22464
22465         Port nanosecond-resolution times to UnixWare 2.1.2 and
22466         pedantic Solaris 2.6.
22467
22468         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
22469         AC_STRUCT_ST_MTIM.
22470         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
22471         Generate name of ns member, instead of just 1 or undef.
22472         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
22473
22474 1998-08-15  Jim Meyering  <meyering@ascend.com>
22475
22476         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
22477         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
22478         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
22479         instead of jm_TYPE_SSIZE_T.
22480
22481 1998-08-12  Jim Meyering  <meyering@ascend.com>
22482
22483         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
22484
22485 1998-08-02  Jim Meyering  <meyering@ascend.com>
22486
22487         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
22488         in acconfig.h manually.
22489
22490 1998-07-31  Paul Eggert  <eggert@twinsun.com>
22491
22492         * m4/st_mtim.m4: New file.
22493
22494 1998-07-28  Jim Meyering  <meyering@ascend.com>
22495
22496         * m4/utimes.m4: Undef stat.
22497
22498 1998-07-25  Jim Meyering  <meyering@ascend.com>
22499
22500         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
22501         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
22502
22503 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
22504
22505         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
22506         uid and gid actually remain unchanged.
22507
22508 1998-07-07  Jim Meyering  <meyering@ascend.com>
22509
22510         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
22511
22512 1998-07-04  Jim Meyering  <meyering@ascend.com>
22513
22514         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
22515         to prove that this macro can be used in packages without regex.c.
22516
22517 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
22518
22519         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
22520         is to be used.
22521
22522 1998-07-03  Jim Meyering  <meyering@ascend.com>
22523
22524         * m4/gettext.m4: Add -lintl if it's found to be necessary.
22525
22526         * m4/gettext.m4: New file -- from gettext-0.10.35.
22527         * m4/lcmessage.m4: Likewise.
22528         * m4/progtest.m4: Likewise.
22529
22530         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
22531         * m4/jm-macros.m4: Require the new macro.
22532
22533 1998-06-29  Jim Meyering  <meyering@ascend.com>
22534
22535         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
22536         for the definition of NGROUPS (used in a system header included
22537         by sys/mount.h).
22538
22539 1998-06-28  Jim Meyering  <meyering@ascend.com>
22540
22541         * m4/ls-mntd-fs.m4: New file.
22542         * m4/fstypename.m4: New file.
22543
22544         * m4/jm-macros.m4: Require the new macro.
22545         * m4/jm-glibc-io.m4: New file.
22546
22547 1998-05-19  Jim Meyering  <meyering@ascend.com>
22548
22549         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
22550         * m4/lchown.m4: New file.
22551
22552         * m4/Makefile.am.in: New file.
22553         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
22554
22555 1998-05-14  Jim Meyering  <meyering@ascend.com>
22556
22557         * m4/Makefile.am (EXTRA_DIST): Add them.
22558         * m4/jm-macros.m4: New file.
22559         * m4/utimbuf.m4: New file.
22560
22561 1998-05-12  Jim Meyering  <meyering@ascend.com>
22562
22563         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
22564
22565 1998-05-11  Jim Meyering  <meyering@ascend.com>
22566
22567         * m4/isc-posix.m4: New file.
22568
22569 1998-05-10  Jim Meyering  <meyering@ascend.com>
22570
22571         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
22572
22573 1998-05-09  Jim Meyering  <meyering@ascend.com>
22574
22575         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
22576         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
22577         with automake.
22578
22579         * m4/ssize_t.m4: New file.
22580         * m4/mktime.m4: Remove file -- the new automake has this now.
22581
22582 1998-04-26  Jim Meyering  <meyering@ascend.com>
22583
22584         * m4/assert.m4: New file.
22585         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
22586
22587 1998-04-05  Jim Meyering  <meyering@ascend.com>
22588
22589         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
22590         (jm_PREREQ): Use it here.
22591
22592 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
22593
22594         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
22595         in acconfig.h.
22596
22597 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
22598
22599         * m4/prereq.m4: New file.
22600         * m4/error.m4: New file.
22601         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
22602
22603 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
22604
22605         * m4/getline.m4: Don't set am_cv_func_working_getline before the
22606         cache-check for the same variable -- that defeated the purpose of
22607         the test; the test program was never run.  This was a problem only
22608         on systems with losing getline functions -- HP-UX 10.20 is one.
22609         Reported by Bjorn Helgaas.
22610
22611 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
22612
22613         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
22614
22615 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
22616
22617         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
22618
22619         * m4/const.m4: New file.  Use an initializer in this declaration
22620         typedef int charset[2]; const charset x;
22621         Reported by Bob Glickstein.
22622
22623 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
22624
22625         * m4/chown.m4: Fix reversed types on -1 args to chown.
22626         From Kaveh Ghazi.
22627
22628 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
22629
22630         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
22631         Add lseek and memchr.
22632
22633         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
22634         T.E.Dickey <dickey@clark.net> said that some older preprocessors
22635         have a 20-character limit on names.
22636
22637 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
22638
22639         * m4/inttypes_h.m4: New file.
22640         * m4/uintmax_t.m4: New file.
22641         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
22642
22643 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
22644   Free Software Foundation, Inc.
22645 Copying and distribution of this file, with or without modification,
22646 are permitted provided the copyright notice and this notice are preserved.