Assume vprintf.
[gnulib.git] / lib / ChangeLog
1 2003-09-11  Paul Eggert  <eggert@twinsun.com>
2
3         * strndup.c: Don't include <stdio.h>, <sys/types.h>.
4         Include <stdlib.h>, <string.h> unconditionally.
5         Remove now-unnecessary cast to char *.
6         * strnlen.c: Include <string.h> unconditionally.
7         * yesno.c (yesno): Define with a prototype.
8         
9 2003-09-10  Bruno Haible  <bruno@clisp.org>
10
11         * strcspn.c: Include <string.h> unconditionally.
12         * strpbrk.c: Include <string.h> unconditionally.
13         * strstr.c: Include <string.h> unconditionally.
14         * unicodeio.c: Include <string.h> unconditionally.
15         * setenv.c: Include <stdlib.h> and <string.h> unconditionally.
16         * unsetenv.c: Likewise.
17         * xreadlink.c: Include <stdlib.h> unconditionally.
18         * yesno.c: Include <stdlib.h> unconditionally.
19         (rpmatch): Add prototype.
20
21 2003-09-10  Jim Meyering  <jim@meyering.net>
22
23         * error.c: Correct indentation of cpp directives.
24
25 2003-09-09  Paul Eggert  <eggert@twinsun.com>
26
27         More K&R removal.
28
29         * acosl.c (main): Use a prototype.
30         * asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
31         tanl.c: Likewise.
32
33         * getloadavg.c (getloadavg, main): Define via prototypes.
34
35         * getopt.h (struct option.name): Assume C89, and use 'const'.
36         (getopt, etopt_long, getopt_long_only, _getopt_internal)
37         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
38         with a prototype.
39         * getopt.c (const): Remove macro.
40         Include <string.h> unconditionally.
41         (my_index): Remove; all uses changed to strchr.
42         (strlen): Remove decl.
43         (exchange): Remove forward decl; no longer needed.
44         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
45         Define with prototype.
46         * getopt1.c (const): Remove macro.
47         (getopt_long, getopt_long_only, main): Define with prototype.
48
49         * getugroups.c: Include <string.h> unconditionally.
50
51         * getusershell.c: Include <stdlib.h> unconditionally.
52         (getusershell, setusershell, endusershell, readname, main):
53         Define with prototypes.
54
55         * group-member.c: Include group-member.h first.
56         Include <stdlib.h> unconditionally.
57
58         * hard-locale.c: Include hard-locale.h first.
59         Include <stdlib.h>, <string.h> unconditionally.
60
61         * hash.c (free, malloc): Remove decls.
62         Include <stdlib.h> unconditionally.
63
64         * human.c: Include <stdlib.h>, <string.h> unconditionally.
65         (getenv): Do not declare.
66
67         * idcache.c: Include <string.h> unconditionally.
68
69         * long-options.c: Include long-options.h first, to test interface.
70         Include <stdlib.h> unconditionally.
71
72         * makepath.c: Include makepath.h first, to test interface.
73         Include <stdlib.h> and <string.h> unconditionally.
74
75         * linebuffer.c: Include <stdlib.h>.
76         (free): Remove decl.
77
78         * malloc.c: Include <stdlib.h>, for malloc; don't bother with stddef.h.
79         rpl_malloc returns void *, not char *.
80         * realloc.c (rpl_realloc): Likewise.  Also, define with a prototype.
81
82         * md5.h: Include <limits.h> unconditionally.
83         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
84         (__P): Remove; all uses removed.
85         * md5.c: Include "md5.h" first.
86         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
87         md5_buffer, md5_process_bytes, md5_process_block):
88         Define with prototypes.
89         * sha.h (__P): Remove all uses.  (It wasn't defined??)
90         * sha.c: Include "sha.h" first.
91         Include <stdlib.h>, <string.h> unconditionally.
92
93         * memchr.c (__ptr_t): Remove; all uses changed to void *.
94         * memcmp.c (__ptr_t): Likewise.
95         * memrchr.c (__ptr_t): Likewise.
96         * memchr.c, memcmp.c, memcoll.c, memrchr.c:
97         Include <string.h> unconditionally.
98         * memchr.c, memrchr.c: Include <limits.h> unconditionally.
99         * memchr.c: Include <stdlib.h> unconditionally.
100         * memchr.c (LONG_MAX): Remove.
101         * memrchr.c (LONG_MAX): Likewise.
102         * memchr.c (__memchr): Define via a prototype.
103         * memrchr.c (__memrchr): Likewise.
104         * memcmp.c (__P): Remove, and remove all uses.
105         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
106         Remove forward decls; no longer needed.
107         * memcpy.c, memmove.c, memset.c: Include <stddef.h>.
108         Use types required by C89 in prototype.
109
110         * mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
111         * savedir.c: Likewise.
112         * mkdir.c (free): Remove decl.
113         * rmdir.c (rmdir): Define with a prototype.
114         * savedir.c: Include savedir.h first, to test interface.
115
116         * mktime.c (STDC_HEADERS): Remove.
117         Include <stdlib.h>, <string.h> unconditionally.
118
119         * modechange.c: Include <stdlib.h> unconditionally.
120         (malloc): Remove decl.
121
122         * mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
123         (free): Remove decl.
124
125         * obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
126         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
127         (This type really should be intptr_t, but that's a C99ism.)
128         (_obstack_memcpy): Remove: all uses changed to memcpy.
129         Include <string.h> unconditionally.
130         (struct obstack): Assume __STDC__ for types of members
131         chunkfun, freefun, extra_arg.
132         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
133         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
134         obstack_begin, obstack_specify_allocation,
135         obstack_specify_allocation_with_arg, obstack_chunkfun,
136         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
137         Remove unprototyped decls and the macros that use them.
138         * obstack.c (POINTER): Remove.  All uses changed to void *.
139         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
140         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
141         (defined __STDC__ && __STDC__)]:
142         Remove nonprototyped code.
143         Include <stdlib.h> unconditionally.
144         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
145         _obstack_allocated_p, _obstack_free, obstack_free,
146         _obstack_memory_used, print_and_abort):
147         Define using prototypes.
148         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
149         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
150         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
151         obstack_next_free, obstack_object_size, obstack_room) [0]:
152         Remove unused, unprototyped code.
153
154         * path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
155
156         * physmem.c (physmem_total, physmem_available, main): Define
157         with prototypes.
158
159         * posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
160         (main): Define with a prototype.
161
162         * posixver.c (getenv): Remove decl.
163
164         * putenv.c (malloc): Returns void *, not char *.
165         Include <string.h> unconditionally.
166         (strchr, memcpy, NULL): Do not define.
167
168         * readtokens.c: Include readtokens.h first, to test interface.
169         Include <stdlib.h>, <string.h> unconditionally.
170         (init_tokenbuffer): Define with a prototype.
171
172         * regex.c (PARAMS): Remove.  All uses removed.
173         All uses of _RE_ARGS removed, too.
174         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
175         unconditionally.
176         (bzero): Assume memset exists.
177         (memcmp, memcpy, NULL): Remove.
178         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
179         char, or assignments to local vars of type signed char.
180         (init_syntax_once, PREFIX(extract_number_and_incr),
181         PREFIX(print_partial_compiled_pattern),
182         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
183         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
184         PREFIX(regex_grow_registers), PREFIX(regex_compile),
185         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
186         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
187         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
188         wcs_compile_range, byte_compile_range, truncate_wchar,
189         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
190         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
191         count_mbs_length, wcs_re_match_2_internal,
192         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
193         PREFIX(alt_match_null_string_p),
194         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
195         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
196         regfree, PREFIX(extract_number)): Define with prototype.  Remove
197         now-unnecessary declaration, if any.
198         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
199         regcomp, regexec):
200         Remove now-unnecessary casts among pointer types.
201         * regex.h (_RE_ARGS): Remove.  All uses removed.
202
203         * rename.c: Include <stdlib.h>, <string.h> unconditionally.
204         (free): Remove decl.
205
206         * rpmatch.c: Include <stdlib.h> unconditionally.
207
208         * same.c: Include <stdlib.h>, <string.h> unconditionally.
209         (free): Remove decl.
210
211         * save-cwd.c: Include <stdlib.h> unconditionally.
212         * xgetcwd.c: Likewise.
213
214         * stat.c: Include <stdlib.h>, <string.h> unconditionally.
215         (free): Remove decl.
216
217         * strchrnul.c (strchrnul): Define with a prototype.
218         Fix bug: c_in was not converted to char before searching.
219
220         The following changes are not K&R related:
221
222         * group-member.h: Include <sys/types.h>, so that this file is
223         self-contained.
224         * makepath.h: Likewise.
225
226         * getusershell.c (readname, default_index, line_size, readname):
227         Use size_t, not int, for sizes.
228         (readname): If the size overflows, report an error instead of
229         looping forever.
230
231 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
232
233         * getndelim2.c: Assume stdlib.h per the C89 spec.
234
235 2003-09-08  Paul Eggert  <eggert@twinsun.com>
236
237         Assume C89 or better; remove K&R cruft.
238         A few of these changes were first proposed by Derek Robert Price
239         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
240
241         * addext.c: Include <string.h> unconditionally.
242         * backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
243         Don't declare getenv or malloc.
244
245         * alloca.c: Include <string.h>, <stdlib.h> unconditionally.
246         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
247         (NULL): Remove.
248         (find_stack_direction, alloca): Use prototypes.
249
250         * atexit.c (atexit): Define using a prototype.
251
252         * basename.c, dirname.c, stripslash.c:
253         Include <string.h> unconditionally.
254
255         * bcopy.c: Include <stddef.h>.
256         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
257
258         * canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
259
260         * error.h (error, error_at_line, error_print_progname)
261         [! (defined (__STDC__) && __STDC__)]: Remove decls.
262         * error.c: Include error.h first, to check interface.
263         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
264         (VA_START): Remove; all uses changeed to va_start.
265         (exit, strerror): Remove decls.
266         (error_print_progname): Prototype uncondionally.
267         Don't include <errno.h>; no longer needed.
268         (private_strerror): Remove.
269         (error_tail): Always define.
270         (error, error_at_line): Assume C89 or better; always use prototypes.
271         * fatal.c: Include "fatal.h" first, to test interface.
272         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
273         (VA_START): Remove; all uses changed to va_start.
274         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
275         this case.
276         (exit): Remove decl.
277         (fatal): Prototype unconditionally.  Assume va_start works.
278         Abort at end, to pacify gcc.
279
280         * euidaccess.c (main): Define with a prototype.
281
282         * exclude.c: Include <stdlib.h>, <string.h> unconditionally.
283
284         * exitfail.c: Include <stdlib.h> unconditionally.
285
286         * fnmatch_.h (__P): Remove.  All uses changed to assume
287         prototypes.
288         * fnmatch.c: Include fnmatch.h first, to test interface.
289         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
290         (getenv): Remove decl.
291         (fnmatch): Define using a prototype.
292         * fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
293         (FCT): Define using a prototype.
294
295         * getdate.y: Include <stdlib.h>, <string.h> unconditionally.
296
297         * gethostname.c: Include <stddef.h>.
298         (gethostname): Define with prototype.  Length is size_t, not int.
299
300 2003-09-08  Paul Eggert  <eggert@twinsun.com>
301
302         * getversion.c: Remove; was migrated to backupfile.c in 1997.
303         getversion.c should have been removed then, but was accidentally
304         preserved.
305
306         * utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
307         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
308
309 2003-09-07  Paul Eggert  <eggert@twinsun.com>
310
311         * time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
312         copy_tm_result.  Bug reported by Simon Josefsson in
313         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
314
315 2003-09-06  Paul Eggert  <eggert@twinsun.com>
316
317         * time_r.c, time_r.h: New files.
318
319         * mktime.c (my_mktime_localtime_r): Remove; all uses changed to
320         __localtime_r.
321         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
322         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
323
324         * strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
325         __gmtime_r.
326         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
327         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
328         Include <time_r.h>.
329
330         * timegm.c: Switch to glibc implementation, with the following changes:
331         [defined HAVE_CONFIG_H]: Include <config.h>.
332         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
333         (__mktime_internal) [!defined _LIBC]: New decl.
334         (__gmtime_r) [!defined _LIBC]: New macro and function.
335         (timegm): Use a prototype, since gnulib assumes C89.
336         Do not bother declaring tmp to be const, as it's not really usefu.
337         * timegm.h: Hoist "#include <time.h>" out of #ifdef.
338         (timegm): Declare only if HAVE_DECL_TIMEGM.
339
340 2003-09-03  Paul Eggert  <eggert@twinsun.com>
341
342         * human.c (human_readable): Fix bug that rounded 10501 to 10k.
343         Bug reported by Lute Kamstra in
344         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
345
346         * getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
347         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
348         course with correspondingly smaller numbers for tomorrow and
349         yesterday.  From Tadayoshi Funaba.  Originally installed into
350         sh-utils on 1999-08-07, but the patch got lost (I guess during the
351         coreutils merge?).
352
353 2003-08-31  Simon Josefsson  <jas@extundo.com>
354
355         * timegm.h: New file.
356         * timegm.c: New file.  Based on wget-1.8.2/src/http.c:mktime_from_utc.
357
358 2003-08-31  Karl Berry  <karl@gnu.org>
359
360         * argp.h: update from libc.
361
362 2003-08-28  Bruno Haible  <bruno@clisp.org>
363
364         * binary-io.h: Undefine O_BINARY before defining it. This avoids a
365         warning on QNX, which defines O_BINARY to 000000.
366
367 2003-08-24  Bruno Haible  <bruno@clisp.org>
368
369         * binary-io.h: Include <stdio.h>, to avoid a compilation error when
370         MSVC7 <stdio.h> is included later.
371
372 2003-08-20  Bruno Haible  <bruno@clisp.org>
373
374         * progname.h: New file, from GNU gettext.
375         * progname.c: New file, from GNU gettext.
376         * progreloc.c: New file, from GNU gettext.
377
378 2003-08-19  Bruno Haible  <bruno@clisp.org>
379
380         * xstrdup.c: Assume <string.h> exists.
381
382 2003-08-18  Jim Meyering  <jim@meyering.net>
383
384         * setenv.h: Indent nested cpp directive.
385         * vasnprintf.c: Remove trailing blanks.
386
387 2003-08-17  Simon Josefsson  <jas@extundo.com>
388             Bruno Haible  <bruno@clisp.org>
389
390         * xstrndup.h: New file.
391         * xstrndup.c: New file.
392
393 2003-08-17  Bruno Haible  <bruno@clisp.org>
394
395         * strndup.h: New file.
396
397 2003-08-16  Paul Eggert  <eggert@twinsun.com>
398
399         * regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
400         space, undoing this 2003-08-12 change:
401         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
402
403 2003-08-16  Jim Meyering  <jim@meyering.net>
404
405         Merge from coreutils.
406         * xstrtoimax.c: #else #if -> #elif.
407         * xstrtoumax.c: Likewise.
408
409 2003-08-15  Paul Eggert  <eggert@twinsun.com>
410
411         * config.charset, ref-add.sin, ref-del.sin: Use three spaces,
412         rather than tab, after '#' in shell-script copyright notices.
413         Suggested by Bruno Haible.
414
415 2003-08-15  Jim Meyering  <jim@meyering.net>
416         and Paul Eggert  <eggert@twinsun.com>
417
418         Merge from coreutils.
419         * readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
420         member but strut utmpx does not.  Needed for AIX 4.3.3.
421         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
422
423 2003-08-15  Jim Meyering  <jim@meyering.net>
424
425         Merge from coreutils.
426         * xgethostname.c: Include <stdlib.h>.
427         (xghostname): Don't exit for anything other than memory-related
428         failure; just return NULL.
429         * userspec.c: Include "posixver.h".
430         (parse_user_spec): Accept `.' as a separator only
431         in pre-POSIX-200112 mode.
432         * strtoimax.c: Use #elif rather than #else #if.
433         * strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
434         Remove function, now that we can rely on a working tzset function.
435         [!_LIBC]: Ensure that the required autoconf test has been run.
436         [!defined _NL_CURRENT && HAVE_STRFTIME]:
437         Use underlying_strftime for %r.
438         * sha.c: Merge in some clean-up and optimization changes from glibc.
439         * sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
440         Ensure that it is a multiple of 64.
441         Rearrange loop exit tests so as to avoid performing an
442         additional fread after encountering an error or EOF.
443         * realloc.c: Update copyright date.
444
445 2003-08-14  Jim Meyering  <jim@meyering.net>
446
447         Merge from coreutils.
448         * obstack.h: Whitespace changes.
449         * mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
450         and xcalloc return values.
451         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
452         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
453         hang on OSF/1 5.1 for DIR on both local and remote file systems.
454         Reported by (and fix confirmed by) Nelson H. F. Beebe.
455         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
456         error from mntctl.
457         Use mntctl's return value to drive the entry-processing loop, since
458         we can't rely on the value of the vmt_length member in the last
459         entry.  On some systems doing so could result in exhausting
460         virtual memory.  Based in part on a patch from Mike Jetzer.
461
462 2003-08-14  Jim Meyering  <jim@meyering.net>
463         and Paul Eggert  <eggert@twinsun.com>
464
465         Merges from coreutils, plus other fixes.
466         * physmem.c: Merge in portability changes from gcc/libiberty
467         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
468         for credits and details.  Thanks to Kaveh Ghazi for helping
469         to keep these files in sync.
470         (ARRAY_SIZE): Define it.
471         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
472         * memcasecmp.c: Remove unnecessary parentheses after 'defined'.
473         (memcasecmp): Don't assume size_t fits in unsigned int.
474         Remove casts and duplicate code.
475         * md5.c: Include <string.h> and <stdlib.h> unconditionally.
476         (memcpy): Remove definition.
477         Merge in some clean-up and optimization changes from glibc.
478         [BLOCKSIZE]: Move definition to top of file.
479         Ensure that it is a multiple of 64.
480         Rearrange loop exit tests so as to avoid performing an
481         additional fread after encountering an error or EOF.
482         * md5.h (md5_uintptr): Define.
483         * makepath.c (CLEANUP_CWD): Report an error if we failed to
484         return to the initial working directory.  Preserve errno
485         for caller.
486         * idcache.c: Include "xalloc.h".
487         (xmalloc, xrealloc): Remove decls.
488         (getuser): Remove casts no longer required in C89.
489         * human.c: Include stdio.h, for sprintf.
490         * group-member.c: Include "xalloc.h".
491         (xmalloc, xrealloc): Remove decls.
492         (get_group_info): Remove casts no longer required in C89.
493         * getusershell.c (readname): Remove casts no longer required in C89.
494         * gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
495         * getline.c: Whitespace fix, from coreutils.
496
497 2003-08-13  Paul Eggert  <eggert@twinsun.com>
498
499         * exclude.c: Include <ctype.h>
500         (IN_CTYPE_DOMAIN): New macro.
501         (is_space): New fn.
502         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
503         and empty lines.
504
505         * argp-help.c, argp-parse.c, config.charset, getopt.h:
506         Undo previous (whitespace-only) change.
507
508 2003-08-12  Paul Eggert  <eggert@twinsun.com>
509
510         * argp-help.c, argp-parse.c, config.charset, getopt.h:
511         Normalize leading white space and remove trailing white space.
512         * ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
513         notice, as per ../config/srclist-update.
514
515         Merge from coreutils.
516         * euidaccess.h: New file.
517         * euidaccess.c: Include it.
518         * .cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
519         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
520         * regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
521
522 2003-08-11  Bruno Haible  <bruno@clisp.org>
523
524         * vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
525         (vasnprintf): Use it instead of wcslen.
526
527 2003-08-11  Bruno Haible  <bruno@clisp.org>
528
529         * stdbool_.h (_Bool): Undo last change; instead use a negative enum
530         value to ensure that _Bool promotes to int. Use #define for _Bool when
531         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
532
533 2003-08-10  Karl Berry  <karl@gnu.org>
534
535         * regex.h: update from libc (whitespace fix).
536
537 2003-08-09  Paul Eggert  <eggert@twinsun.com>
538
539         Merge some files from coreutils.  These changes were
540         originally made by Jim Meyering.
541         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
542         many older Unixes require this.
543         * lib/alloca.c (alloca): Remove cast to argument of free;
544         no longer needed in C89.
545         * lib/alloca_.h, lib/regex.h: Fix white space to match
546         what GNU indent does.
547
548 2003-08-05  Paul Eggert  <eggert@twinsun.com>
549
550         * bumpalloc.h: Remove.
551
552 2003-08-04  Paul Eggert  <eggert@twinsun.com>
553
554         * getloadavg.c: Change copyright notice and spacing to conform to
555         GNU coding style.
556
557         Merge from coreutils.
558         * error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is 1.
559         From glibc.
560         * getdate.y (date): Also accept dates like May-23-2003; suggestion
561         from Karl Berry, implemented by Jim Meyering.
562         * getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
563         from Dmitry V. Levin.
564         Remove anachronistic cast of xrealloc.
565         * fnmatch_.h (__const): Remove.  Use 'const'.
566         * fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
567         type. Otherwise, it wouldn't compile with at least /bin/cc on
568         ymp-cray-unicos9.0.2.X.
569         Combine two mostly-identical uses of alloca into one.
570         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
571
572 2003-08-04  Dave Love <d.love@dl.ac.uk>
573
574         [From Emacs.]
575
576         * getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
577         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
578         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
579         obsolete NLIST_NAME_UNION.
580         [__GNU__]: Undef BSD and FSCALE.
581         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
582
583 2003-08-03  Paul Eggert  <eggert@twinsun.com>
584
585         * stdbool_.h (_Bool): Make it signed char, instead of
586         an enum type, so that it's guaranteed to promote to int.  See:
587         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
588
589 2003-07-31  Paul Eggert  <eggert@twinsun.com>
590
591         * strerror.c: Include config.h, limits.h.  Declare sprintf.
592         (strerror): Don't assume that a printable int fits in 14 bytes.
593
594 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
595             Bruno Haible  <bruno@clisp.org>
596
597         * getline.h (getline, getdelim): Change return type to ssize_t.
598         * getline.c (getline, getdelim): Likewise.
599         Remove _GNU_SOURCE define; now it's defined in config.h through
600         m4/getline.m4.
601
602 2003-07-22  Paul Eggert  <eggert@twinsun.com>
603
604         * xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
605         over-parenthesization in macros.
606
607         Sync with coreutils.
608
609         * xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
610         required by C99.
611
612         Use `exit_failure' for xalloc and xmemcoll instead of their own
613         private exit-failure variables.
614         * xalloc.h (xalloc_exit_failure): Remove.
615         * xmalloc.c: Likewise.  Include exitfail.h.
616         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
617         * xmemcoll.h (xmemcoll_exit_failure): Remove.
618         * xmemcoll.c: Likewise.  Include exitfail.h.
619         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
620
621 2003-07-18  Paul Eggert  <eggert@twinsun.com>
622
623         * closeout.h (close_stdout_set_status, close_stdout_status): Remove.
624         * closeout.c: Likewise.  Include "closeout.h" right after config.h,
625         to test that it can stand by itself.  Include "exitfail.h".
626         Clients should set exit_failure instead.
627         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
628
629 2003-07-18  Andreas Schwab  <schwab@suse.de>
630
631         * memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
632
633 2003-07-18  Bruno Haible  <bruno@clisp.org>
634
635         * getndelim2.h: New file.
636         * getndelim2.c: Make into a module of its own. Include config.h,
637         getndelim2.h.
638         (getndelim2): Make non-static. Change return type to ssize_t.
639         * getline.h: Change argument names.
640         * getline.c: Include getndelim2.h instead of getndelim2.c.
641         * getnline.c: Include getndelim2.h.
642
643 2003-07-17  Bruno Haible  <bruno@clisp.org>
644
645         * Makefile.am: Remove file.
646         * Makefile.in: Remove file.
647
648 2003-07-17  Bruno Haible  <bruno@clisp.org>
649
650         * getnline.h: New file.
651         * getnline.c: New file.
652         * getndelim2.c: New file, extracted from getline.c.
653         (getndelim2): Renamed from getdelim2, with added nmax argument.
654         * getline.c: Include getndelim2.c.
655         (getdelim2): Moved out to getndelim2.c.
656         (getline, getdelim): Update.
657
658 2003-07-15    <karl@gnu.org>
659
660         * vasnprintf.c: update from gettext.
661
662 2003-07-15  Jim Meyering  <jim@meyering.net>
663
664         * makepath.c (make_path): Enclose diagnostic in _(...).
665
666 2003-07-14  Paul Eggert  <eggert@twinsun.com>
667
668         * asnprintf.c, asprintf.c, config.charset, gettext.h,
669         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
670         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
671         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
672         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
673         updated automatically by ../config/srclist-update.  This changes
674         their license from LPGL to GPL.
675
676 2003-07-14  Jim Meyering  <jim@meyering.net>
677
678         Don't emit diagnostics.  Let callers do that.
679         * save-cwd.c: Don't include "error.h".
680         (save_cwd): Don't call error.  Ensure that errno is valid
681         when returning nonzero.
682
683         * save-cwd.h (restore_cwd): Update prototype.
684         * save-cwd.c (restore_cwd): Remove two parameters.
685         Simplify.  Don't call error upon failure.  Let callers do that.
686         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
687         when auditing is enabled.  But don't bother updating the #if.
688
689 2003-07-14  Simon Josefsson  <jas@extundo.com>
690
691         * mempcpy.h: New file.
692         * mempcpy.c: New file.
693
694 2003-07-14  Paul Eggert  <eggert@twinsun.com>
695
696         * ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
697         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
698         unicodeio.c, unicodeio.h, unlocked-io.h:
699         Switch from LGPL to GPL.
700
701 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
702
703         * obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
704         it breaks C++ compilation.
705         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
706
707 2003-07-10  Jim Meyering  <jim@meyering.net>
708
709         * vasnprintf.c: Remove trailing blanks.
710         Make cpp indentation consistent.
711
712 2003-07-09  Paul Eggert  <eggert@twinsun.com>
713
714         * alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
715         posixver.c, strftime.c, strnlen.c, strverscmp.c:
716         Switch from LGPL to GPL.
717
718 2003-07-07  Paul Eggert  <eggert@twinsun.com>
719
720         * mktime.c: Fix some boundary cases and remove need for floating point.
721
722         Issue a compile-time diagnostic if time_t is floating point, or if
723         two's complement arithmetic is not in effect, or if arithmetic
724         right shift does not propagate the sign.  These assumptions were
725         all in the original code but they weren't checked.
726
727         (TIME_T_MIDPOINT, verify): New macros.
728         (__isleap): Remove; it has integer overflow problems.
729         (leapyear): New function, without those problems.
730         (ydhms_tm_diff): Remove; splitting into two parts.
731         (ydhms_diff): New function, containing the arithmetic part of
732         the old ydhms_tm_diff function.  Issue a compile-time
733         diagnostic if we are not using C99 integer division.
734         Avoid casts when possible.
735         (guess_time_tm): New function, containing the checking part of
736         the old ydhms_tm_diff function.  Return the new value, rather than
737         the difference between it and the old.  Accept a new argument T
738         so that *T specifies the old value.  Check for overflow in the result.
739
740         (__mktime_internal): Use a time_t offset, not a long int offset.
741         This undoes the 2003-06-04 change, which is no longer needed now
742         that we have better overflow checking.
743         (localtime_offset): Likewise.
744
745         (__mktime_internal): Avoid harmful overflow on hosts where time_t
746         and long are 64-bit but int is only 32-bit.
747         (ydhms_diff): Use long int to store year1 and yday1.
748         Issue a compile-time diagnostic if long int is not wide enough.
749
750         (__mktime_internal): Use long int to store adjusted year and yday.
751         Use plain C rather than preprocessor commands, if that doesn't
752         affect efficiency.
753         Check for overflow (and try to repair) after each probe
754         rather than checking only at the very end.  This avoids some bugs
755         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
756         does not equal GMT offset at maximum time).
757         Use integer to check for overflow rather than floating point; this
758         is more portable to non-IEEE hosts, and is a tad faster.
759         When we detect that we are oscillating between two values,
760         don't check whether tm_isdst has the requested value, since
761         we already know the answer.  When tm_isdst has the wrong value,
762         use a different heuristic to find the right one, based on the
763         extreme values actually observed in practice in tz2003a,
764         rather than the (overly optimistic) "previous 3 calendar quarters".
765
766         (not_equal_tm, print_tm, check_result): Use "const T" rather than
767         "T const" to accommodate glibc style.
768         (check_result): Use less-confusing report format.  "long" -> "long int.
769         (main): Likewise.
770         Don't loop if the iteration overflows time_t.
771         Allow a negative step in the iteration.
772
773 2003-07-01  Paul Eggert  <eggert@twinsun.com>
774
775         * xreadlink.c: Include <sys/types.h> unconditionally, instead of
776         having it depend on HAVE_SYS_TYPES_H.
777
778 2003-06-25  Bruno Haible  <bruno@clisp.org>
779
780         * readlink.c: New file.
781
782 2003-06-20  Bruno Haible  <bruno@clisp.org>
783
784         Assume C89, so PARAMS isn't needed.
785         * unicodeio.h (PARAMS): Remove.
786         * unicodeio.c: Don't use PARAMS.
787
788 2003-06-18  Jim Meyering  <jim@meyering.net>
789
790         Merge changes from coreutils.
791         * readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
792         Remove explicit declarations of xmalloc and realloc.
793         Include xalloc.h.
794         (read_utmp): Remove anachronistic cast of xmalloc.
795
796 2003-06-17  Paul Eggert  <eggert@twinsun.com>
797
798         Assume C89, so PARAMS isn't needed.
799         * backupfile.h (PARAMS): Remove.  All uses removed.
800         * closeout.h, dirname.h, filemode.h, fsusage.h, getdate.h, getline.h,
801         group-member.h, hard-locale.h, hash.h, linebuffer.h, long-options.h,
802         makepath.h, memcasecmp.h, memcoll.h, modechange.h, mountlist.h,
803         path-concat.h, physmem.h, posixtm.h, quote.h, readutmp.h, same.h,
804         save-cwd.h, savedir.h, stdio-safer.h, strtoimax.c, strverscmp.h,
805         unistd-safer.h, version-etc.h, xalloc.h, xreadlink.h, xstrtod.h,
806         xstrtol.h: Likewise.
807         * filemode.h, hard-locale.h, memcoll.h, modechange.h, physmem.h,
808         same.h, strverscmp.h: Do not include config.h; no longer needed.
809         Anyway, config.h should always be included before any other file.
810
811 2003-06-11  Simon Josefsson  <jas@extundo.com>
812
813         * sysexit_.h: New file.
814
815 2003-05-20  Derek Price  <derek@ximbiot.com>
816
817         * stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is necessary.
818
819 2003-06-10  Simon Josefsson  <jas@extundo.com>
820
821         * strchrnul.h: New file.
822         * strchrnul.c: New file.
823
824 2003-06-10  Simon Josefsson <jas@extundo.com>
825
826         * argp.h: New file, from glibc.
827         * argp-ba.c: New file, from glibc.
828         * argp-eexst.c: New file, from glibc.
829         * argp-fmtstream.c: New file, from glibc.
830         * argp-fmtstream.h: New file, from glibc.
831         * argp-fs-xinl.c: New file, from glibc.
832         * argp-help.c: New file, from glibc.
833         * argp-namefrob.h: New file, from glibc.
834         * argp-parse.c: New file, from glibc.
835         * argp-pv.c: New file, from glibc.
836         * argp-pvh.c: New file, from glibc.
837         * argp-xinl.c: New file, from glibc.
838
839 2003-06-07  Jim Meyering  <jim@meyering.net>
840
841         * readtokens.h: Put `Free Software Foundation, Inc.'
842         in place of my name in the copyright comment.
843         Remove definition and uses of __P.
844
845         From coreutils.
846         * stat.c: Don't declare xmalloc explicitly.
847         Instead, include "xalloc.h".
848         * readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
849         xrealloc, and xcalloc return values.
850         * xgetcwd.c (xgetcwd): Include "xgetcwd.h".
851         Improve comment.
852         * xgetcwd.h: Remove definition/uses of PARAMS.
853
854 2003-06-06  Jim Meyering  <jim@meyering.net>
855
856         * stdbool_.h: Renamed from stdbool.h.in.
857
858 2003-06-06  Jim Meyering  <jim@meyering.net>
859
860         Merge from coreutils.
861         * same.c: (same_name): Declare *_basename locals to be `const'.
862         Consolidate declarations and initializations of *_base* locals.
863
864         Merge from coreutils.
865         This avoids a core dump on systems without GNU putenv,
866         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
867         * putenv.c (__set_errno, LOCK, UNLOCK): Define.
868         (unsetenv): New static function, from GNU libc.
869         (rpl_putenv): Use it.
870
871         * modechange.c: Remove trailing blanks.
872
873         Merge from coreutils.
874         * fsusage.c: Remove declaration of statfs.
875         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
876
877         * posixtm.c: Include <stdbool.h> unconditionally.
878
879 2003-06-05  Paul Eggert  <eggert@twinsun.com>
880
881         * mktime.c (__mktime_internal): When resolving a tm_isdst
882         mismatch, look in future quarters as well as past.  This fixes a
883         bug when processing fall-backwards gaps immediately after a long
884         period of daylight-saving time.
885
886         * mktime.c: Assume freestanding C89 or better.
887         (HAVE_LIMITS_H): Remove.  Assume it's 1.
888         (__P): Remove; not used.
889         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
890         (mktime, not_equal_tm, print_tm, check_result,
891         main): Use prototypes.  Use const * where appropriate.
892         (main): Fix typo in testing code that uncovered by above changes.
893         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
894
895 2003-06-04  Paul Eggert  <eggert@twinsun.com>
896
897         * mktime.c: Fix Debian bug 177940
898         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
899         (localtime_offset): Now long int, not time_t, because we want it
900         to be guaranteed to be signed.  All uses changed.
901         (__mktime_internal): If overflow would occur when adding offset,
902         don't add it.
903
904         Merge 'human' changes from coreutils.  Rewrite to support
905         locale-specific notations like thousands separators.
906         * human.c: Simplify authorship notice.
907         Include human.h immediately after config.h.
908         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
909         <limits.h>: Do not include, since human.h does.
910         (SIZE_MAX, UINTMAX_MAX): New macros.
911         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
912         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
913         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
914         (power_letter): Renamed from suffixes.
915         (generate_suffix_backwards): Remove.
916         (adjust_value): Now takes int style (because of human.h changes)
917         and long double value (for greater precision on some platforms).
918         (group_number): New function.
919         (human_readable): Use it.  Use integer options, not enum.
920         Put the options before the sizes in the arg list.
921         Support all the new options.
922         The old human_readable function has been removed;
923         use inttostr.h instead.
924         (human_readable, default_block_size, humblock):
925         Use uintmax_t, not int, for block sizes.
926         (human_readable_inexact, block_size_types): Remove.
927         (block_size_opts): New constant.
928         (human_options): Renamed from human_block_size, with new signature
929         that allows block sizes up to UINTMAX_MAX.  All callers changed.
930         * human.h: Add copyright and authorship notice.
931         Include <limits.h> and <stdbool.h> unconditionally.
932         (PARAMS): Remove.  All uses removed.
933         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
934         (enum human_inexact_style): Remove tag; now a nameless enum.
935         (human_floor, human_ceiling, human_round_to_even): Now have
936         values 2, 0, 1 rather than -1, 1, 0.
937         (human_group_digits, human_suppress_point_zero, human_autoscale,
938         human_base_1024, human_SI, human_B): New constants.
939         (human_readable_inexact, human_block_size): Remove.
940         (human_readable): Size args are now uintmax_t, not int.
941         (human_options): New decl.
942
943         * exclude.c: (new_exclude, add_exclude): Remove casts that are
944         unnecessary now that we assume C89 or better.  This change
945         imported from coreutils.
946
947         * mktime.c (__mktime_internal): Do not reject negative timestamps
948         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
949         in the 2003-05-30 sync from glibc.
950
951         .h files should stand alone, but we shouldn't include <sys/types.h>
952         if we can get away with just <stddef.h>.
953
954         * __fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
955         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
956         rather than <sys/types.h>, as we merely need size_t.
957         * dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
958         to get size_t.
959         * hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
960         Include <stdio.h>, to get FILE.
961         * memcasecmp.c: Don't include <sys/types.h>, as we can assume
962         memcasecmp.h has included <stddef.h> and all we need is size_t.
963         * memcoll.c: Include "memcoll.h", which gets us size_t and checks
964         our interface, instead of including <sys/types.h>
965
966 2003-06-02  Paul Eggert  <eggert@twinsun.com>
967
968         [from coreutils]
969         Fix some minor time-related bugs with POSIX time arguments.
970         Some valid time stamps were being rejected (notably -1, and
971         time stamps before 1900 on 64-bit hosts).  And some invalid
972         time stamps were being accepted, e.g. September 31.
973
974         * posixtm.h (posixtime): Return bool instead of time_t, so
975         that we can return (time_t) -1 successfully.
976         * posixtm.c: Likewise.
977         [HAVE_STDBOOL_H]: Include <stdbool.h>.
978         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
979         (t): Remove static var.
980         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
981         of static var.  All uses changed.
982         (year): Do not reject years before 1900; they can occur with
983         64-bit time_t.
984         (posix_time_parse): Do not check for out-of-range components;
985         that is now the caller's responsibility, since our checks were
986         only approximations.
987         (posixtime): Use mktime to check for out-of-range components,
988         since it knows them exactly.
989         If mktime returns (time_t) -1, check whether an error actually occurred
990         by invoking localtime on -1.
991         (main) [TEST_POSIXTIME]: Check for input data errors, and report
992         posixtime failures better.
993         Improve the test data (in comments only).
994
995 2003-05-30    <karl@gnu.org>
996
997         * mktime.c: update from libc.
998
999 2003-05-30  Bruno Haible  <bruno@clisp.org>
1000
1001         * config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
1002         * localcharset.h: Likewise.
1003         * localcharset.c: Likewise.
1004
1005 2003-05-28  Paul Eggert  <eggert@twinsun.com>
1006
1007         Assume the headers required for C89 freestanding compilers.
1008         * addext.c, backupfile.c, fsusage.c, human.c, pathmax.h,
1009         rpmatch.c, userspec.c, xreadlink.c, xstrtol.c: Include <limits.h>
1010         without checking for HAVE_LIMITS_H.
1011         * backupfile.c, fsusage.c, hash.c, human.c, safe-read.c, userspec.c,
1012         xstrtol.c (CHAR_BIT) : Don't define, since <limits.h> is guaranteed
1013         to do that.
1014         * fatal.c: Include <stdarg.h> without checking for __STDC__.
1015         * exclude.c: Include <stdbool.h> unconditionally.
1016         * tempname.c: Include <stddef.h> unconditionally.
1017         * hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
1018         * modechange.c, rpmatch.c (NULL): Don't define, since
1019         <stddef.h> does that.
1020         * quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
1021         * safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
1022         * safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer needed.
1023         * xstrtol.c: Likewise.
1024         * safe-read.c: Remove TYPE_SIGNED; no longer needed.
1025         * savedir.c: Include <stddef.h> instead of defining NULL.
1026
1027         * addext.c (addext): Use assignment rather than cast, to avoid
1028         warnings on some platforms.
1029
1030         * mktime.c (__mktime_internal): Do not reject negative timestamps
1031         arbitrarily.
1032
1033 2003-05-10  Bruno Haible  <bruno@clisp.org>
1034
1035         * linebreak.c (iconv_string_length): Don't return -1 just because the
1036         string is longer than 4 KB.
1037
1038 2003-05-12  Jim Meyering  <jim@meyering.net>
1039
1040         * strftime.c (my_strftime): Let the `-' (no-pad) flag affect
1041         the space-padded-by-default conversion specifiers, %e, %k, %l.
1042
1043 2003-05-03  Bruno Haible  <bruno@clisp.org>
1044
1045         Upgrade to Unicode-4.0.
1046         * linebreak.c (nonspacing_table_data): Change width of U+00AD,
1047         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
1048         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
1049         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
1050         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
1051         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
1052         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
1053         Change width of U+E0100..U+E01EF from 1 to 0.
1054
1055 2003-04-25  Bruno Haible  <bruno@clisp.org>
1056
1057         * copy-file.c: Include <stddef.h>, for size_t.
1058
1059 2003-04-25  Jim Meyering  <jim@meyering.net>
1060
1061         * copy-file.c (copy_file_preserving): Declare buf_size to be
1062         of type size_t, not int.
1063
1064 2003-04-11  Jim Meyering  <jim@meyering.net>
1065
1066         Merge changes from Coreutils.
1067
1068         2003-03-22  Jim Meyering  <jim@meyering.net>
1069
1070         * strftime.c (widen): Cast alloca return value to proper type.
1071
1072         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
1073
1074         From GNU libc.
1075         * strftime.c (my_strftime): Handle very large width
1076         specifications for numeric values correctly.  Improve checks for
1077         overflow.
1078
1079         2003-01-19  Jim Meyering  <jim@meyering.net>
1080
1081         * strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical definitions.
1082         (nl_get_alt_digit) [! defined my_strftime]: Define.
1083         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
1084         _nl_get_alt_digit and _nl_get_walt_digit.
1085
1086         * strftime.c (my_strftime): Merge in locale-related changes from libc.
1087         These changes have no effect outside of _LIBC.
1088
1089 2003-04-10  Bruno Haible  <bruno@clisp.org>
1090
1091         * findprog.h: New file, from GNU gettext.
1092         * findprog.c: New file, from GNU gettext.
1093
1094 2003-04-05  Jim Meyering  <jim@meyering.net>
1095
1096         Merge changes from Coreutils.
1097
1098         * exclude.h (PARAMS): Remove definition and uses.
1099         * exclude.c: Remove uses of `PARAMS'.
1100
1101         * dirname.c [TEST_DIRNAME]: Update build instructions for test.
1102         Add test-cases for DOS filenames. Declare program_name.
1103         (main): Set up program_name.  Patch by Rich Dawe.
1104
1105         * mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
1106         error from mntctl.
1107         Use mntctl's return value to drive the entry-processing loop, since
1108         we can't rely on the value of the vmt_length member in the last
1109         entry.  On some systems doing so could result in exhausting
1110         virtual memory.  Based in part on a patch from Mike Jetzer.
1111
1112 2003-04-04  Bruno Haible  <bruno@clisp.org>
1113
1114         * linebreak.h: New file, from GNU gettext.
1115         * linebreak.c: New file, from GNU gettext with slight modifications.
1116         * lbrkprop.h: New file, from GNU gettext.
1117
1118 2003-04-03  Bruno Haible  <bruno@clisp.org>
1119
1120         * utf8-ucs4.h: New file, from GNU gettext.
1121         * utf16-ucs4.h: New file, from GNU gettext.
1122         * ucs4-utf8.h: New file, from GNU gettext.
1123         * ucs4-utf16.h: New file, from GNU gettext.
1124
1125 2003-04-02  Bruno Haible  <bruno@clisp.org>
1126
1127         * binary-io.h: New file, from GNU gettext.
1128
1129 2003-04-01  Bruno Haible  <bruno@clisp.org>
1130
1131         * pathname.h: New file, from GNU gettext.
1132         * concatpath.c: New file, from GNU gettext.
1133
1134 2003-03-30  Bruno Haible  <bruno@clisp.org>
1135
1136         * copy-file.c (copy_file_preserving): Don't set owner if the function
1137         chown() doesn't exist.
1138
1139 2003-03-28  Bruno Haible  <bruno@clisp.org>
1140
1141         * copy-file.h: New file, from GNU gettext.
1142         * copy-file.c: New file, from GNU gettext.
1143
1144 2003-03-18  Jim Meyering  <jim@meyering.net>
1145
1146         * quote.c (quote_n): Fix typo in comment.
1147
1148 2003-03-14  Jim Meyering  <jim@meyering.net>
1149
1150         Merge changes from Coreutils.
1151         * obstack.h (obstack_object_size): Declare temporary, __o,
1152         to be const, in order to avoid warnings.
1153         (obstack_room): Likewise.
1154         (obstack_empty_p): Likewise.
1155
1156 2003-03-13  Paul Eggert  <eggert@twinsun.com>
1157
1158         Merge changes from Bison.
1159         * obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
1160         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
1161         when compiling Bison 1.875's `bitset bset = obstack_alloc
1162         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
1163         * hash.c: Include <stdbool.h> unconditionally.
1164
1165 2003-03-09  Paul Eggert  <eggert@twinsun.com>
1166
1167         * argmatch.c (EXIT_FAILURE): Define if the system doesn't.
1168         Reported by Bruce Becker; see:
1169         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
1170
1171 2003-03-03  Paul Eggert  <eggert@twinsun.com>
1172             Bruno Haible  <bruno@clisp.org>
1173
1174         * mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
1175         Reported by John Hughes, see
1176         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
1177
1178 2003-02-19  Paolo Bonzino  <bonzini@gnu.org>
1179
1180         * poll_.h: New file.
1181         * poll.c: New file.
1182
1183 2003-02-18  Paolo Bonzino  <bonzini@gnu.org>
1184
1185         * mathl.h: New file.
1186         * acosl.c: New file.
1187         * asinl.c: New file.
1188         * atanl.c: New file.
1189         * ceill.c: New file.
1190         * cosl.c: New file.
1191         * expl.c: New file.
1192         * floorl.c: New file.
1193         * frexpl.c: New file.
1194         * ldexpl.c: New file.
1195         * logl.c: New file.
1196         * sincosl.c: New file.
1197         * sinl.c: New file.
1198         * sqrtl.c: New file.
1199         * tanl.c: New file.
1200         * trigl.c: New file.
1201         * trigl.h: New file.
1202
1203 2003-02-17  Bruno Haible  <bruno@clisp.org>
1204
1205         * mkdtemp.h: New file, from GNU gettext.
1206         * mkdtemp.c: New file, from GNU gettext.
1207
1208 2003-01-31  Bruno Haible  <bruno@clisp.org>
1209
1210         * rename.c: #undef rename before defining rpl_rename.
1211         * strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
1212
1213 2003-01-30  Bruno Haible  <bruno@clisp.org>
1214
1215         * printf-args.h: New file, from GNU gettext.
1216         * printf-args.c: New file, from GNU gettext.
1217         * printf-parse.h: New file, from GNU gettext.
1218         * printf-parse.c: New file, from GNU gettext.
1219         * vasnprintf.h: New file, from GNU gettext.
1220         * vasnprintf.c: New file, from GNU gettext.
1221         * asnprintf.c: New file, from GNU gettext.
1222         * vasprintf.h: New file, from GNU gettext with modifications.
1223         * vasprintf.c: New file, from GNU gettext.
1224         * asprintf.c: New file, from GNU gettext.
1225
1226 2003-01-29  Bruno Haible  <bruno@clisp.org>
1227
1228         * stpncpy.h: New file, from GNU gettext with modifications.
1229         * stpncpy.c: New file, from GNU gettext with modifications.
1230
1231 2003-01-28  Bruno Haible  <bruno@clisp.org>
1232
1233         * c-ctype.h: New file, from GNU gettext, with changes suggested by
1234         Paul Eggert.
1235         * c-ctype.c: New file, from GNU gettext, with changes suggested by
1236         Paul Eggert.
1237
1238 2003-01-27  Bruno Haible  <bruno@clisp.org>
1239
1240         * xsetenv.h: New file, from GNU gettext.
1241         * xsetenv.c: New file, from GNU gettext.
1242
1243 2003-01-23  Bruno Haible  <bruno@clisp.org>
1244
1245         * minmax.h: New file, from GNU gettext, with comments from Paul Eggert.
1246
1247 2003-01-22  Bruno Haible  <bruno@clisp.org>
1248
1249         * exit.h: New file, from GNU gettext.
1250
1251 2003-01-11  Bruno Haible  <bruno@clisp.org>
1252
1253         * stpcpy.h (stpcpy): Use ANSI C function declarations.
1254         * strcase.h (strcasecmp, strncasecmp): Likewise.
1255
1256 2003-01-14  Jim Meyering  <jim@meyering.net>
1257
1258         * same.c (same_name): Tweak a comment.
1259
1260 2003-01-11  Bruno Haible  <bruno@clisp.org>
1261
1262         * same.c (same_name): Reorder tests so as to avoid calling stat()
1263         when a string comparison is sufficient.
1264
1265 2003-01-11  Bruno Haible  <bruno@clisp.org>
1266
1267         * readtokens.c (readtoken): Cast character to 'unsigned char', not
1268         'unsigned int'.
1269
1270 2003-01-11  Bruno Haible  <bruno@clisp.org>
1271
1272         * hash-pjw.c: Add comment about low quality of this function.
1273
1274 2003-01-12  Paul Eggert  <eggert@twinsun.com>
1275
1276         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
1277         to avoid collisions with libcurses and libreadline.
1278
1279         * Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
1280         * getstr.h, getstr.c: Remove.
1281         * getline.c: Include "getline.h", to check interface.
1282         Move body of old getstr.c here: this defines MIN_CHUNK and
1283         declares getdelim2, which is renamed from getstr.
1284         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
1285
1286         * linebuffer.c (readlinebuffer): Renamed from readline.
1287         All uses changed.
1288         * linebuffer.h: Likewise.
1289         (readline): Remove backward-compatibility macro.
1290
1291 2003-01-12  Jim Meyering  <jim@meyering.net>
1292
1293         * makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
1294
1295 2003-01-10  Bruno Haible  <bruno@clisp.org>
1296
1297         * alloca_.h: New file.
1298         * getdate.y: Unconditionally include alloca.h.
1299         * makepath.c: Likewise.
1300         * setenv.c: Likewise.
1301         * userspec.c: Likewise.
1302
1303 2003-01-09  Bruno Haible  <bruno@clisp.org>
1304
1305         * stdbool.h.in: New file.
1306
1307 2003-01-08  Bruno Haible  <bruno@clisp.org>
1308
1309         * safe-read.c: Include specification header first, to ensure its
1310         selfcontainedness.
1311         * full-write.c: Likewise.
1312
1313 2003-01-08  Jim Meyering  <jim@meyering.net>
1314
1315         * full-write.c: Undefine and define-away `const' after inclusion
1316         of errno.h, not before.  Suggestion from Bruno Haible.
1317
1318 2003-01-07  Jim Meyering  <jim@meyering.net>
1319
1320         * full-write.c: Rework so that it may serve to define full_read, too.
1321         * full-read.c: Simply #define FULL_READ and include full-write.c.
1322
1323 2003-01-06  Jim Meyering  <jim@meyering.net>
1324
1325         * version-etc.c: Update year in translatable copyright string.
1326
1327 2002-12-25  Bruno Haible  <bruno@clisp.org>
1328
1329         * strtoimax.c: Include <stdint.h> as an alternative to <inttypes.h>.
1330         * xstrtol.h: Likewise.
1331         * xstrtoimax.c: Likewise.
1332         * xstrtoumax.c: Likewise.
1333         * human.h: Likewise.
1334
1335         * tempname.c: Include <inttypes.h> too. Avoids a compilation error
1336         on systems that have <inttypes.h> but not <stdint.h>.
1337
1338 2002-12-31  Paul Eggert  <eggert@twinsun.com>
1339
1340         * memcoll.c (memcoll): Fall back on a simple algorithm using
1341         memcmp if strcoll doesn't work.
1342
1343 2002-12-23  Bruno Haible  <bruno@clisp.org>
1344
1345         * localcharset.h: New file.
1346         * localcharset.c: Include it.
1347         * unicodeio.c: Likewise.
1348
1349 2002-12-22  Bruno Haible  <bruno@clisp.org>
1350
1351         * utime.c (utime_null): No need to call ftruncate if the file was
1352         nonempty.
1353
1354 2002-12-23  Bruno Haible  <bruno@clisp.org>
1355
1356         * memcoll.c (STRCOLL): New macro.
1357         (memcoll): Use it.
1358
1359 2002-12-22  Bruno Haible  <bruno@clisp.org>
1360
1361         * getstr.h (getstr): Define, to avoid clash with libcurses.
1362         * linebuffer.h (readline): Define, to avoid clash with libreadline.
1363
1364 2002-12-22  Bruno Haible  <bruno@clisp.org>
1365
1366         * getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not HAVE_TM_ZONE.
1367
1368 2002-12-23  Bruno Haible  <bruno@clisp.org>
1369
1370         * getline.h: Include <stddef.h>, for size_t.
1371
1372         * unicodeio.h: Include <stddef.h>, for size_t.
1373         * unicodeio.c: Don't include <stddef.h>.
1374
1375 2002-12-17  Bruno Haible  <bruno@clisp.org>
1376
1377         * canon-host.c (strdup): Remove unused declaration.
1378
1379         * fsusage.c: Include full_read.h.
1380         (get_fs_usage): Use full_read instead of safe_read.
1381
1382         * utime.c (utime_null): Use SAFE_READ_ERROR.
1383
1384 2002-12-11  Bruno Haible  <bruno@clisp.org>
1385
1386         * setenv.h: Rewritten to cope with systems that have setenv() but not
1387         unsetenv().
1388         * setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
1389         modifications:
1390
1391         2002-12-11  Bruno Haible  <bruno@clisp.org>
1392
1393                 * setenv.c (alloca): Fall back to malloc.
1394                 (freea): New macro.
1395                 (setenv): Use freea() to free memory allocated with alloca().
1396
1397         2002-11-13  Bruno Haible  <bruno@clisp.org>
1398
1399                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
1400                 function declarations.
1401                 * unsetenv.c (unsetenv): Likewise.
1402
1403         2002-03-04  Bruno Haible  <bruno@clisp.org>
1404
1405                 Portability to AIX 4.3.3.
1406                 * unsetenv.c: New file, extracted from setenv.c.
1407                 * setenv.c: Move the unsetenv() function to unsetenv.c.
1408
1409         2001-12-20  Bruno Haible  <bruno@clisp.org>
1410
1411                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
1412                 use malloc instead. For SunOS 4.
1413
1414         2001-12-11  Bruno Haible  <bruno@clisp.org>
1415
1416                 * setenv.c: Declare alloca.
1417                 (compar_fn_t): New typedef.
1418                 (KNOWN_VALUE, STORE_VALUE): Use it.
1419
1420         * Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
1421         setenv.h.
1422
1423 2002-12-10  Paul Eggert  <eggert@twinsun.com>
1424
1425         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
1426         * exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
1427         Choose values that are less likely to collide with system fnmatch
1428         options.
1429         * exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
1430         defined (e.g., a pure POSIX system).
1431         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
1432         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
1433
1434 2002-12-06  Jim Meyering  <jim@meyering.net>
1435
1436         * error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
1437
1438         Merge in changes from libc's misc/error.c, in preparation
1439         for the merge of gnulib's changes back into libc.
1440
1441         * error.c (_): Define only if not already defined.
1442         Move definition to follow all #include directives.
1443         Include unlocked-io.h only if !_LIBC.
1444         [_LIBC]: Include <libio/libioP.h>.
1445         [USE_IN_LIBIO]: Include <libio/iolibio.h>
1446         (fflush): Tweak definition to use INTUSE.
1447         (putc): Define.
1448
1449 2002-12-05  Paul Eggert  <eggert@twinsun.com>
1450
1451         * alloca.c [defined emacs]: Include "lisp.h".
1452         (xalloc_die) [defined emacs]: New macro.
1453         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
1454         [! defined emacs]: Include <xalloc.h>.
1455         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
1456         (pointer): Typedef to POINTER_TYPE *.
1457         (malloc): Remove decl; we now always use xmalloc.
1458         (alloca): Use old-style definition, since Emacs needs this.
1459         Check for arithmetic overflow when computing combined size.
1460
1461 2002-12-04  Paul Eggert  <eggert@twinsun.com>
1462
1463         Do not generate unlocked-io.h automatically, since it's easier to
1464         maintain it by hand.
1465
1466         * unlocked-io.h: New file, from GNU diffutils,
1467         but with proper copyright notice and attribution.
1468         * gen-uio: Remove.
1469         * Makefile.am: Add copyright notice.
1470         (libfetish_a_SOURCES): Add unlocked-io.h.
1471         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
1472         (DISTCLEANFILES, io_functions): Remove macros.
1473         (EXTRA_DIST): Remove gen_uio.
1474         (unlocked-io.h): Remove rule.
1475
1476 2002-12-04  Jim Meyering  <jim@meyering.net>
1477
1478         Reflect the fact that stat.c and lstat.c are no longer generated.
1479         * Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
1480         (DISTCLEANFILES): Likewise.
1481         (EXTRA_DIST): Likewise.
1482         (all_local): Don't depend on stat.c or lstat.c.
1483         (stat.c, lstat.c): Remove rules.
1484         (EXTRA_DIST): Remove xstat.in.
1485
1486         * xstat.in: Remove file.  Contents moved into stat.c.
1487         * stat.c: New file.  Contents mostly from xstat.in.
1488         * stat.c: Rework so that it may serve to define rpl_lstat, too.
1489         * lstat.c: New file. Simply #define LSTAT and include stat.c.
1490
1491         * safe-read.c: Rework so that it may serve to define safe_write, too.
1492         * safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
1493
1494 2002-12-03  Jim Meyering  <jim@meyering.net>
1495
1496         * safe-read.c, safe-write.c: Change variable names and comments, but
1497         not semantics, to minimize the differences between these two files.
1498         (safe_read): Change comment to mention SAFE_READ_ERROR.
1499
1500         * safe-read.c (IS_EINTR): Define.
1501         (safe_read): Use IS_EINTR in place of in-function cpp directives.
1502
1503 2002-12-02  Bruno Haible  <bruno@clisp.org>
1504
1505         * safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
1506         Define, taken from safe-read.c.
1507         (INT_MAX): Provide fallback.
1508         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
1509         * safe-write.h (SAFE_WRITE_ERROR): Define.
1510
1511         * safe-read.c (EINTR): Remove definition.
1512         (safe_read): Don't use EINTR if it is absent.
1513
1514 2002-12-02  Jim Meyering  <jim@meyering.net>
1515
1516         * safe-read.c (EINTR): Define.
1517         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
1518         (INT_MAX): Provide fallback.
1519         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
1520
1521         * safe-read.h (SAFE_READ_ERROR): Define.
1522
1523 2002-12-01  Jim Meyering  <jim@meyering.net>
1524
1525         * safe-read.c: (safe_read): Also exit the loop when read returns zero.
1526         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
1527
1528 2002-11-27  Paul Eggert  <eggert@twinsun.com>
1529
1530         * hash.c (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
1531         hash_rehash): Replace `if (limit <= value) abort ();' with
1532         `if (! (value < limit)) abort ();', for readability.
1533
1534 2002-11-26    <karl@gnu.org>
1535
1536         * strdup.c: copy from libc again, with jim's ok.
1537         * .cppi-disable: re-add strdup.c
1538
1539 2002-11-25    <karl@gnu.org>
1540
1541         * strtoll.c: copy from libc, meaning we now #include <strtol.c>
1542         instead of "strtol.c".
1543
1544 2002-11-25  Jim Meyering  <jim@meyering.net>
1545
1546         * mktime.c: Sync from libc, now that it has the latest fix.
1547
1548 2002-11-24    <karl@gnu.org>
1549
1550         * error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
1551         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
1552
1553 2002-11-24  Jim Meyering  <jim@meyering.net>
1554
1555         Update from coreutils:
1556
1557         * mktime.c: Merge in changes from libc.
1558
1559         Avoid a link-time failure on some Linux systems.
1560         * mktime.c (STATIC): Define to be empty (_LIBC) or `static' (otherwise).
1561         (__mon_yday): Declare with the STATIC attribute.
1562         (__mktime_internal): Likewise.
1563         Based on a report from Greg Schafer.
1564
1565 2002-11-23  Jim Meyering  <jim@meyering.net>
1566
1567         * sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
1568         Use `unsigned', not `int', as type of index.
1569
1570         * xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
1571
1572         * fsusage.c: Remove unneeded parentheses around operands of `defined'.
1573
1574 2002-11-22  Paul Eggert  <eggert@twinsun.com>
1575
1576         * hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
1577         hint that one should use `if (! x) abort ();' rather than `assert
1578         (x);', and anyway it's one less thing to worry about configuring.
1579         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
1580         hash_rehash, hash_insert): Use abort rather than assert.
1581
1582 2002-11-22  Paul Eggert  <eggert@twinsun.com>
1583
1584         * quotearg.h: Allow multiple inclusion by surrounding with
1585         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
1586         so that we can be included first.
1587         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
1588         * quotearg.c: Include quotearg.h immediately after config.h.
1589         No need to include stddef.h or sys/types.h any more.
1590         Surround local include files with "", not "<>".
1591         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
1592         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
1593         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
1594         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
1595         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
1596         (ISPRINT): Remove; no longer needed now that we assume C89.
1597
1598         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
1599         Preserve errno.
1600
1601         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
1602         quotearg_char): Use SIZE_MAX rather than
1603         (size_t) -1 when we are talking about "infinity".
1604
1605         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
1606
1607 2002-11-22  Bruno Haible  <bruno@clisp.org>
1608
1609         * safe-read.h: Assume C89. Add comments.
1610         (safe_read): Change return type to size_t.
1611         * safe-read.c (safe_read): Change return type to size_t. Handle byte
1612         counts > SSIZE_MAX correctly.
1613         * safe-write.h: New file.
1614         * safe-write.c: New file.
1615         * full-read.h: New file.
1616         * full-read.c: New file.
1617         * full-write.h: Assume C89. Add comments.
1618         * full-write.c: Include safe-write.h.
1619         (full_write): Rewritten to use safe_write.
1620         Suggested by Jim Meyering and Paul Eggert.
1621
1622 2002-11-21  Bruno Haible  <bruno@clisp.org>
1623
1624         Remove case insensitive option matching.
1625         * argmatch.h (argcasematch): Remove declaration.
1626         (ARGCASEMATCH): Remove macro.
1627         (__xargmatch_internal): Remove case_sensitive argument.
1628         (XARGMATCH): Update.
1629         (XARGCASEMATCH): Remove macro.
1630         * argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
1631         case_sensitive argument.
1632         (argcasematch): Remove function.
1633         (__xargmatch_internal): Remove case_sensitive argument.
1634         (main): Use XARGMATCH instead of XARGCASEMATCH.
1635
1636         * xmalloc.c: Change compile-time error message. Add comment about
1637         required autoconf version.
1638
1639 2002-11-21  Jim Meyering  <jim@meyering.net>
1640
1641         * strdup.c (strdup): Tweak comment and initial #if/#include.
1642
1643         Merge in changes from the coreutils.
1644
1645         2002-09-25  Paul Eggert  <eggert@twinsun.com>
1646         * fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include <stdint.h>.
1647         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
1648         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
1649         int.  Work more efficiently if X is the same width as uintmax_t.
1650         Do not compare X to -1, to avoid bogus compiler warning.
1651         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
1652         Don't assume that f_frsize and f_bsize are the same type.
1653
1654         * mountlist.c: #undef MNT_IGNORE before defining it, to avoid warning
1655         on FreeBSD.
1656
1657         * makepath.c (make_path): Restore umask *before* creating the final
1658         component.
1659         (make_path): Minor reformatting.
1660
1661         * xmalloc.c: Adjust to work with new autoconf macros, AC_FUNC_MALLOC
1662         and AC_FUNC_REALLOC: test #ifndef HAVE_MALLOC/HAVE_REALLOC.
1663
1664         * mountlist.h (ME_DUMMY): Don't count entries of type `auto' as dummy
1665         ones.  At least on GNU/Linux systems, `auto' means something else.
1666         From Michael Stone.
1667
1668 2002-11-20  Paul Eggert  <eggert@twinsun.com>
1669
1670         Merge argmatch cleanups from Bison.  Assume C89.
1671
1672         * argmatch.c: Include config.h here, not in argmatch.h.
1673         Include stdlib.h, for EXIT_FAILURE.
1674         Always include <string.h>, since we assume C89.
1675         (EXIT_FAILURE): Remove pre-C89 bug workaround.
1676         * argmatch.h: Do not include <config.h> or <sys/types.h>.
1677         Include <stddef.h> instead, since it's all we need for size_t.
1678         (PARAMS): Remove.  All uses removed.
1679         (ARRAY_CARDINALITY): Do not bother to #undef.
1680         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
1681         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
1682         Remove unnecessary parentheses.
1683         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
1684         Insert necessary parentheses.
1685         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
1686         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
1687
1688 2002-11-19  Bruno Haible  <bruno@clisp.org>
1689
1690         * mbswidth.c: Include mbswidth.h right at the beginning.
1691         * mbswidth.h: Include <stddef.h>, for size_t.
1692
1693         * mbswidth.h (PARAMS): Remove macro.
1694         (mbswidth, mbsnwidth): Use ANSI C function declarations.
1695         * mbswidth.c (mbswidth, mbsnwidth): Likewise.
1696
1697         * gcd.h (PARAMS): Remove macro.
1698         (gcd): Use ANSI C function declarations.
1699         * gcd.c (gcd): Likewise.
1700
1701 2002-11-15  Bruno Haible  <bruno@clisp.org>
1702
1703         * strcspn.c: Include <stddef.h>.
1704         (strcspn): Use ANSI C function declaration. Change return type to
1705         size_t. Use NULL.
1706         * strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
1707         (strpbrk): Use NULL.
1708         * strpbrk.h (PARAMS): Remove macro.
1709         (strpbrk): Use ANSI C function declaration.
1710         * strstr.c: Don't include <sys/types.h>.
1711         * strstr.h (PARAMS): Remove macro.
1712         (strstr): Use ANSI C function declarations.
1713
1714 2002-11-06  Bruno Haible  <bruno@clisp.org>
1715
1716         * gcd.h (gcd): Change argument type to 'unsigned long'.
1717         * gcd.c (gcd): Likewise.
1718
1719 2002-11-05  Bruno Haible  <bruno@clisp.org>
1720
1721         * gcd.h: New file, from gettext-0.11.5.
1722         * gcd.c: New file, from gettext-0.11.5.
1723
1724 2002-11-05  Bruno Haible  <bruno@clisp.org>
1725
1726         * error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
1727         * getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
1728         * obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
1729         * regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
1730
1731         * argmatch.c: Include gettext.h instead of <locale.h> and <libintl.h>.
1732         * makepath.c: Include gettext.h instead of <locale.h> and <libintl.h>.
1733
1734         * closeout.c: Include gettext.h instead of <libintl.h>.
1735         * human.c: Include gettext.h instead of <libintl.h>.
1736         * quotearg.c: Include gettext.h instead of <libintl.h>.
1737         * rpmatch.c: Include gettext.h instead of <libintl.h>.
1738         * unicodeio.c: Include gettext.h instead of <libintl.h>.
1739         * userspec.c: Include gettext.h instead of <libintl.h>.
1740         * version-etc.c: Include gettext.h instead of <libintl.h>.
1741         * xmalloc.c: Include gettext.h instead of <libintl.h>.
1742         (textdomain): Remove definition.
1743         * xmemcoll.c: Include gettext.h instead of <libintl.h>.
1744
1745         * long-options.c: Remove include of <libintl.h> and definition of _.
1746         * same.c: Remove include of <libintl.h> and definition of _.
1747
1748 2002-11-04  Bruno Haible  <bruno@clisp.org>
1749
1750         * stpcpy.h: New file, from GNU gettext-0.11.5.
1751         * strcase.h: New file, from GNU gettext-0.11.5.
1752         * strpbrk.h: New file, from GNU gettext-0.11.5.
1753         * strstr.h: New file, from GNU gettext-0.11.5.
1754         * xgetcwd.h: New file, from GNU gettext-0.11.5.
1755
1756 2002-05-09  Bruno Haible  <bruno@clisp.org>
1757
1758         * config.charset: Update for newest glibc. Add canonical names
1759         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
1760
1761 2002-05-09  Bruno Haible  <bruno@clisp.org>
1762
1763         * localcharset.c (get_charset_aliases): Add more Windows specific
1764         aliases.
1765
1766 2002-05-08  Owen Taylor  <otaylor@redhat.com>
1767
1768         * config.charset: A few additions for Solaris.
1769
1770 2001-12-05  Bruno Haible  <bruno@clisp.org>
1771
1772         * localcharset.c (locale_charset): Don't return an empty string.
1773
1774 2001-10-23  Bruno Haible  <haible@clisp.cons.org>
1775
1776         * config.charset: msdos in uk_UA uses CP1125.
1777
1778 2001-08-05  Bruno Haible  <haible@clisp.cons.org>
1779
1780         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
1781         * localcharset.c (locale_charset): Declare as extern "C".
1782
1783 2002-02-15  Bruno Haible  <bruno@clisp.org>
1784
1785         * config.charset [msdosdjgpp]: For Russian, use CP866.
1786
1787 2002-02-11  Bruno Haible  <bruno@clisp.org>
1788
1789         * config.charset: Add support for NetBSD.
1790
1791 2002-09-25    <karl@gnu.org>
1792
1793         * strdup.c: copy from libc/string (via ../config/srclist*).
1794         * getopt*: copy from libc/posix.
1795         * gettext.h: copy from gettext.
1796         * .cppi-disable: add strdup.c, gettext.h.
1797
1798 2002-07-01  Jim Meyering  <meyering@lucent.com>
1799
1800         * c-stack.c: Include sys/time.h.
1801         From Volker Borchert.
1802
1803 2002-06-11  Paul Eggert  <eggert@twinsun.com>
1804
1805         * fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
1806         New macro.  Use it uniformly instead of
1807         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
1808         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
1809         reported by Vin Shelton.
1810
1811 2002-06-22  Jim Meyering  <meyering@lucent.com>
1812
1813         * fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
1814         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
1815
1816 2002-06-22  Paul Eggert  <eggert@twinsun.com>
1817
1818         * c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
1819         Do not assume SA_SIGINFO behavior.
1820         Bug reported by Jim Meyering on NetBSD 1.5.2.
1821
1822 2002-06-22  Jim Meyering  <meyering@lucent.com>
1823
1824         * c-stack.c, c-stack.h: New files, from diffutils-2.8.2.
1825
1826         * exitfail.c, exitfail.h: Likewise.
1827         * Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
1828
1829         * Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
1830         of fnmatch.h.
1831         (EXTRA_DIST): Add fnmatch_loop.c.
1832         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
1833
1834         * fnmatch_loop.c: New file, from diffutils-2.8.2.
1835         * fnmatch.c: Update from diffutils-2.8.2.
1836         * fnmatch_.h: New file.  From diffutils-2.8.2.
1837         * fnmatch.h: Remove file.
1838
1839 2002-06-18  Paul Eggert  <eggert@twinsun.com>
1840
1841         * file-type.h: Report an error if neither S_ISREG nor
1842         S_IFREG is defined, instead of using a test specific to glibc
1843         2.2.  This should be safe, since POSIX requires S_ISREG and
1844         Unix Version 7 had S_IFREG.  We don't need to check for
1845         <sys/types.h> since we don't use any symbols that it defines.
1846
1847 2002-06-15  Jim Meyering  <meyering@lucent.com>
1848
1849         * file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
1850         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
1851         have been included before this file.
1852
1853 2002-06-13  Richard Dawe  <richdawe@bigfoot.com>
1854
1855         * Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than $@-t,
1856         so that each temporary file name is unique and valid in the first
1857         8 characters, for operation under DOS.
1858
1859 2002-06-15  Jim Meyering  <meyering@lucent.com>
1860
1861         Work even with DJGPP 2.03, which lacks support for symlinks.
1862         From Richard Dawe.
1863         * xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
1864         is defined.
1865         * lchown.c (S_ISLNK): Likewise.
1866
1867 2002-06-14  Jim Meyering  <meyering@lucent.com>
1868
1869         * file-type.h: Use the version from diffutils-2.8.2.
1870         * file-type.c: Likewise.
1871
1872 2002-05-27  Jim Meyering  <meyering@lucent.com>
1873
1874         Fix a problem seen only on nonconforming systems whereby ls.c's
1875         use of localtime, and then of gettimeofday would cause trouble:
1876         the localtime call used to initialize rpl_gettimeofday's save
1877         mechanism would clobber ls's current local time information so
1878         that in any long listing the first file would always be listed
1879         with date 1970-01-01.  Analysis by Volker Borchert.
1880
1881         * gettimeofday.c (localtime): Undefine.
1882         (rpl_localtime): New function.
1883
1884 2002-05-22  Jim Meyering  <meyering@lucent.com>
1885
1886         * Makefile.am (libfetish_a_SOURCES): Add file-type.c and file-type.h.
1887         * file-type.h: New file.
1888         * file-type.c (file_type): New file/function.  Extracted from diffutils.
1889
1890 2002-04-29  Paul Eggert  <eggert@twinsun.com>
1891
1892         * hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
1893
1894 2002-04-28  Paul Eggert  <eggert@twinsun.com>
1895
1896         * sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
1897         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
1898         of 127, since 64 is the largest conceivable number for ancient
1899         nonstandard hosts.
1900         * sig2str.c: Do not include <sys/wait.h>; no longer needed.
1901
1902 2002-04-28  Jim Meyering  <meyering@lucent.com>
1903
1904         * sig2str.c (WTERMSIG): Remove definition (unused).
1905
1906 2002-04-28  Paul Eggert  <eggert@twinsun.com>
1907
1908         * sig2str.h, sig2str.c: New files.
1909         * Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
1910
1911 2002-04-24  Jim Meyering  <meyering@lucent.com>
1912
1913         * gettext.h: New file, from Gettext.
1914         * Makefile.am (INCLUDES): Remove -I../intl.
1915         (libfetish_a_SOURCES): Add gettext.h.
1916
1917 2002-04-16  Jim Meyering  <meyering@lucent.com>
1918
1919         * readutmp.h (UT_TYPE): Remove definition (now in who.c).
1920         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
1921         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
1922
1923 2002-04-12  Jim Meyering  <meyering@lucent.com>
1924
1925         * dirfd.h (dirfd): Elide prototype if dirfd is a macro.
1926
1927 2002-03-10  Jim Meyering  <meyering@lucent.com>
1928
1929         * makepath.c (make_path): Remove a comma from a diagnostic.
1930         Suggestion from Santiago Vila.
1931
1932 2002-03-08  Jim Meyering  <meyering@lucent.com>
1933
1934         * rename.c: Mention that this wrapper is needed also on
1935         mips-dec-ultrix4.4 systems.
1936
1937 2002-03-02  Jim Meyering  <meyering@lucent.com>
1938
1939         * gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
1940         not HAVE_CLOCK_SETTIME.
1941
1942 2002-02-27  Paul Eggert  <eggert@twinsun.com>
1943
1944         * nanosleep.h: Rename to....
1945         * timespec.h: New name for nanosleep.h.  All uses changed.
1946
1947         * gettime.c: New file.
1948         * settime.c: New file.
1949         * stime.c: Remove.
1950
1951         * Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
1952         timespec.h.  Remove nanosleep.h.
1953
1954 2002-02-25  Paul Eggert  <eggert@twinsun.com>
1955
1956         * acl.c, acl.h: New files.
1957         * Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
1958
1959 2002-02-24  Jim Meyering  <meyering@lucent.com>
1960
1961         * strnlen.c (strnlen): Define-away/undef so that an inconsistent
1962         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
1963         cause trouble.  Reported by Nelson Beebe.
1964
1965 2002-02-23  Paul Eggert  <eggert@twinsun.com>
1966
1967         * path-concat.c (xpath_concat): Reorder code to pacify
1968         compilers that don't know that xalloc_die never returns.
1969
1970 2002-02-20  Jim Meyering  <meyering@lucent.com>
1971
1972         * getdate.c: Regenerate using bison-1.33.
1973
1974 2002-02-15  Paul Eggert  <eggert@twinsun.com>
1975
1976         * posixver.c, posixver.h: New files.
1977         * Makefile.am (libfetish_a_SOURCES): Add them.
1978
1979 2002-02-02  Paul Eggert  <eggert@twinsun.com>
1980             Bruno Haible  <bruno@clisp.org>
1981
1982         * unicodeio.h (print_unicode_char): Add exit_on_error argument.
1983         (fwrite_success_callback): New declaration.
1984         * unicodeio.c (unicode_to_mb): New function, extracted from
1985         print_unicode_char. Call failure callback instead of error.
1986         (fwrite_success_callback): New function.
1987         (exit_failure_callback): New function.
1988         (fallback_failure_callback): New function.
1989         (print_unicode_char): Call unicode_to_mb.
1990
1991 2002-01-26  Jim Meyering  <meyering@lucent.com>
1992
1993         * Makefile.am (getdate$U.o): Depend on unlocked-io.h.
1994
1995 2002-01-22  Jim Meyering  <meyering@lucent.com>
1996
1997         * Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
1998         Otherwise, some versions of automake would omit the rule that makes
1999         Makefile from Makefile.in.
2000
2001 2001-01-21  Paul Eggert  <eggert@twinsun.com>
2002
2003         * xmemcoll.h, xmemcoll.c: New files.
2004         * Makefile.am (libfetish_a_SOURCES): Add them.
2005         * memcoll.c: Include errno.h, and declare errno if not defined.
2006         (memcoll): Set errno to zero if there is no error.
2007
2008         * quotearg.c (quotearg_buffer_restyled):
2009         Fix bug with quoting buffers containing NUL when backslashing escapes.
2010         This bug was exposed by the other changes in this patch.
2011         (quotearg_n_options): New arg ARGSIZE.
2012         All callers changed.
2013         (quoting_options_from_style): New function.
2014         (quotearg_n_style): Use it.
2015         (quotearg_n_style_mem): New function.
2016
2017         * quotearg.h (quotearg_n_style_mem): New function.
2018
2019 2002-01-16  Jim Meyering  <meyering@lucent.com>
2020
2021         * getdate.y: Add three semicolons, each just before a closing brace.
2022         Bison (as of version 1.31) no longer papers over that mistake.
2023
2024 2002-02-14  Paul Eggert  <eggert@twinsun.com>
2025
2026         * backupfile.c (ISDIGIT): Comment fix.
2027         * getdate.y (ISDIGIT): Likewise.
2028         * posixtm.c (ISDIGIT, year): Likewise.
2029         * strverscmp.c (ISDIGIT): Likewise.
2030         * userspec.c (ISDIGIT): Likewise.
2031
2032 2002-01-05  Jim Meyering  <meyering@lucent.com>
2033
2034         * version-etc.c (version_etc_copyright): Update copyright year.
2035
2036 2001-01-19  Paul Eggert  <eggert@twinsun.com>
2037
2038         * closeout.c (close_stdout_status): If ferror (stdout), do
2039         not silently exit merely because the output buffer happens to
2040         have nothing pending.
2041
2042 2001-12-18  Paul Eggert  <eggert@twinsun.com>
2043
2044         See the big note in ../ChangeLog.
2045         * human.c (suffixes): Prefer K to k for 1024.
2046         (generate_suffix_backwards): New function.
2047         (human_readable_inexact): Use it.
2048         * xstrtol.c (__xstrtol): If there is no number but there
2049         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
2050         Accept 'K' as well as 'k'.
2051
2052 2001-12-15  Jim Meyering  <meyering@lucent.com>
2053
2054         * regex.h (__restrict_arr): Update from libc.
2055
2056         * mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
2057         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
2058         (STREQ): Define.
2059
2060 2001-12-10  Jim Meyering  <meyering@lucent.com>
2061
2062         * linebuffer.c: Remove explicit declarations of xmalloc and xrealloc,
2063         Instead, include "xalloc.h".
2064         (initbuffer): Don't cast xmalloc return value to char*.
2065         (readline): Reword comment.
2066         Don't cast xrealloc return value to char*
2067         Return NULL, not 0.
2068
2069 2001-12-09  Jim Meyering  <meyering@lucent.com>
2070
2071         * modechange.c (mode_compile): Add cast to avoid pedantic warning about
2072         `signed and unsigned type in conditional expression'.
2073         * posixtm.c (posix_time_parse): Likewise.
2074
2075         * xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
2076
2077         * readtokens.c (readtoken): Declare an index to be of type unsigned
2078         to avoid a pedantic warning.
2079
2080         * getstr.c: Don't include assert.h.
2081         (getstr): Remove warning-evoking assertions.
2082         Return -1 if offset parameter is out of bounds.
2083         Change the type of a local from int to size_t.
2084
2085         * strftime.c (my_strftime_localtime_r): Include this function
2086         definition in the `#if ! HAVE_TM_GMTOFF' block.
2087
2088         * xgethostname.c: Remove declarations of xmalloc and xrealloc.
2089         Include xalloc.h instead.
2090
2091 2001-12-02  Jim Meyering  <meyering@lucent.com>
2092
2093         * tempname.c: Don't declare getenv, thus reverting the change of
2094         2001-11-18.  It's no longer necessary, now that stdlib.h is always
2095         included.
2096
2097         * regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
2098         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
2099
2100 2001-11-30  Akim Demaille  <akim@epita.fr>
2101
2102         * xstrdup.c: Include xalloc.h, so that xstrdup is declared
2103         before being defined.
2104
2105 2001-11-27  Paul Eggert  <eggert@twinsun.com>
2106
2107         * quotearg.h (quotearg_n, quotearg_n_style):
2108         First arg is int, not unsigned.
2109         * quotearg.c (quotearg_n, quotearg_n_style): Likewise.
2110         (SIZE_MAX, UINT_MAX): New macros.
2111         (quotearg_n_options): Abort if N is negative.
2112         Avoid overflow check on hosts where size_t is 64 bits and int
2113         is 32 bits, as overflow is impossible there.
2114         Fix off-by-one typo that caused unnecessary reallocation.
2115
2116 2001-11-27  Jim Meyering  <meyering@lucent.com>
2117
2118         * tempname.c: Merge with version from libc.
2119         * regex.c: Likewise.
2120
2121         * tempname.c: Include stdlib.h unconditionally.  On some old systems
2122         for which STDC_HEADERS is 0, it was not included, resulting in a
2123         warning about an integer-to-pointer conversion problem with getenv.
2124         Reported by Volker Borchert.
2125
2126 2001-11-26  Jim Meyering  <meyering@lucent.com>
2127
2128         * gtod.h: Remove file.
2129         * Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
2130         * gettimeofday.c: Don't include gtod.h.
2131         (GTOD_init): Remove function.
2132         (rpl_gettimeofday): Do its job here instead, rather than aborting.
2133         Suggestion from Volker Borchert.
2134
2135 2001-11-23  Jim Meyering  <meyering@lucent.com>
2136
2137         * hash.h (struct hash_table): Don't define here.  Merely declare it.
2138         * hash.c (struct hash_table): Define it here instead.
2139
2140 2001-11-22  Jim Meyering  <meyering@lucent.com>
2141
2142         * hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
2143
2144 2001-11-18  Paul Eggert  <eggert@twinsun.com>
2145
2146         * tempname.c (TMP_MAX): Remove; no longer needed.
2147         (TEMPORARIES): New macro.
2148         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
2149         removes an artificial limitation (e.g. HP-UX 10.20, where
2150         TMP_MAX is 17576).
2151
2152 2001-11-18  Jim Meyering  <meyering@lucent.com>
2153
2154         * tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
2155         on SunOS 4.
2156
2157         * Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
2158         files will be created before anything else.
2159
2160 2001-11-17  Jim Meyering  <meyering@lucent.com>
2161
2162         * modechange.c (mode_adjust): Fix error introduced on 1999-04-26
2163         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
2164         rather than group writable.  Patch by Juan F. Codagnone.
2165
2166         * readtokens.c: Remove explicit declarations of xmalloc and xrealloc,
2167         Instead, include "xalloc.h".
2168
2169         * mountlist.c: Include unlocked-io.h after all system headers.
2170         Remove explicit declarations of xmalloc, xrealloc,
2171         and xstrdup.  Instead, include "xalloc.h".
2172
2173         * argmatch.c, closeout.c, error.c, exclude.c: Include unlocked-io.h.
2174         * fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c: Likewise.
2175         * mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
2176
2177         * regex.c, sha.c, version-etc.c, yesno.c: Likewise.
2178         Reported by Padraig Brady.
2179
2180         * mkstemp.c: #undef mkstemp.
2181         Include config.h.
2182         (rpl_mkstemp): Rename from mkstemp.
2183         Protoize.
2184
2185 2001-11-16  Jim Meyering  <meyering@lucent.com>
2186
2187         * physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
2188         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
2189         determine the amount of total physical memory, use pstat_getstatic.
2190         HPUX-11 doesn't define _SC_PHYS_PAGES.
2191         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
2192         If sysconf couldn't be used to determine the amount of available
2193         physical memory, use both pstat_getstatic and pstat_getdynamic.
2194         Based on a patch from Bob Proulx.
2195
2196 2001-11-05  Jim Meyering  <meyering@lucent.com>
2197
2198         * xstat.in (slash_aware_lstat): Correct a misleading comment.
2199
2200 2001-11-03  Jim Meyering  <meyering@lucent.com>
2201
2202         * argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
2203         in argmatch_to_argument call.
2204
2205         * dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
2206         argument.
2207
2208         * hash.c (hash_clear): Fix a bug that could lead to an infloop or
2209         e.g., a fault due to an attempt to free a NULL pointer.
2210
2211 2001-11-01  Jim Meyering  <meyering@lucent.com>
2212
2213         * dirfd.c, dirfd.h: New files.
2214         * Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
2215
2216         * hash.c (hash_print) [TESTING]: Clean up.
2217
2218 2001-10-22  Paul Eggert  <eggert@twinsun.com>
2219
2220         * hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
2221         to avoid a warning if -Wall.
2222
2223 2001-10-21  Paul Eggert  <eggert@twinsun.com>
2224
2225         * regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
2226
2227 2001-10-21  Jim Meyering  <meyering@lucent.com>
2228
2229         * obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
2230         this code would end up calling gettext even in packages built
2231         with --disable-nls.
2232         * getopt.c (_): Likewise.
2233         * regex.c (_): Likewise.
2234
2235 2001-10-20  Paul Eggert  <eggert@twinsun.com>
2236
2237         * error.c (strerror_r): Do not declare unless !_LIBC.
2238         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
2239         Use strerror_r that is only a macro, even if it is not a function.
2240         (strerror): Check for HAVE_DECL_STRERROR before declaring.
2241         (private_strerror): Use prototypes, not old-style function definition.
2242         (print_errno_message): New function.
2243         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
2244         char*-flavored one.
2245         (error_tail, error, error_at_line): Use it.
2246
2247 2001-10-11  Jim Meyering  <meyering@lucent.com>
2248
2249         * argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
2250         and quote_n (1, ... to avoid clobbering a buffer.
2251
2252 2001-10-05  Jim Meyering  <meyering@lucent.com>
2253
2254         * Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and hash-pjw.h.
2255         * hash-pjw.c: New file (factored out of fileutils' remove.c).
2256         * hash-pjw.h: New file.
2257
2258 2001-09-30  Jim Meyering  <meyering@lucent.com>
2259
2260         * mountlist.c [MOUNTED_GETFSSTAT]:
2261         Include <sys/ucred.h>, for Apple Darwin.
2262         Include sys/mount.h and sys/fs_types.h only if available.
2263         (FS_TYPE): Define.
2264         (read_filesystem_list): Use FS_TYPE.
2265
2266 2001-09-29  Paul Eggert  <eggert@twinsun.com>
2267
2268         * exclude.c (excluded_filename): 0 -> false, since it's
2269         a boolean context.
2270
2271 2001-09-28  Paul Eggert  <eggert@twinsun.com>
2272
2273         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
2274         #defines strtoimax.  Also treat the other strto* functions
2275         like strtoimax.
2276
2277         * xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
2278         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
2279         (strtoimax, strtoumax): Do not declare if already defined as a macro.
2280
2281 2001-09-26  Jim Meyering  <meyering@lucent.com>
2282
2283         Most macros in unlocked-io.h had the wrong number of arguments.
2284         * gen-uio: New script.
2285         (USE_UNLOCKED_IO): Define to 1 if not already defined.
2286         * unlocked-io.hin: Remove file.
2287         * Makefile.am (unlocked-io.h): Rewrite to use a separate script,
2288         rather than trying to embed it here.
2289         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
2290         Reported by Padraig Brady.
2291
2292 2001-09-25  Volker Borchert  <bt@teknon.de>
2293
2294         * gettimeofday.c (rpl_gettimeofday): Declare local variable `result'.
2295
2296 2001-09-23  Jim Meyering  <meyering@lucent.com>
2297
2298         * mountlist.c: Remove useless parentheses in #if directives.
2299         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
2300         the deprecated MOUNTED symbol is no longer defined in mntent.h.
2301
2302 2001-09-22  Jim Meyering  <meyering@lucent.com>
2303
2304         * localcharset.c: Update from latest gettext.
2305         * config.charset: Likewise.
2306
2307 2001-09-20  Jim Meyering  <meyering@lucent.com>
2308
2309         * xstrtol.c (strtoimax): Guard declaration with
2310         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
2311         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
2312         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
2313         (strtoumax): Likewise, for completeness (it wasn't necessary).
2314
2315 2001-09-06  Paul Eggert  <eggert@twinsun.com>
2316
2317         * strtoimax.c (HAVE_LONG_LONG):
2318         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
2319         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
2320         to work around bug in IBM C compiler.
2321
2322 2001-09-16  Jim Meyering  <meyering@lucent.com>
2323
2324         * mkdir.c: New file.
2325
2326 2001-09-04  Paul Eggert  <eggert@twinsun.com>
2327
2328         * xgetcwd.c: Revert some of the previous change; intead,
2329         fix the HAVE_GETCWD_NULL code to behave more like the
2330         !HAVE_GETCWD_NULL code used to.
2331
2332         Include "xalloc.h".
2333         (xgetcwd): Do not return NULL when memory is exhausted; instead,
2334         invoke xalloc_die.
2335
2336 2001-09-04  Paul Eggert  <eggert@twinsun.com>
2337
2338         * xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
2339         Use ssize_t, not int, to store result of readlink.
2340         Check for ssize_t overflow as well as size_t overflow,
2341         as POSIX says the result of readlink is implementation-defined
2342         when ssize_t overflows.
2343         Remove unnecessary cast to char*.
2344         Use free+malloc instead of realloc, as the storage doesn't need
2345         to be preserved and it's clearer and can be more efficient that way.
2346         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
2347         * xreadlink.h (xreadlink): Update prototype.
2348
2349 2001-09-03  Paul Eggert  <eggert@twinsun.com>
2350
2351         * exclude.c (fnmatch_no_wildcards): Fix confusion between
2352         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
2353         spotted by Jim Meyering.
2354
2355 2001-09-03  Jim Meyering  <meyering@lucent.com>
2356
2357         * xreadlink.c (xreadlink): Preserve errno around `free' during failure.
2358
2359 2001-09-03  Paul Eggert  <eggert@twinsun.com>
2360
2361         * xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
2362         like the HAVE_GETCWD_NULL code.
2363         Include pathmax.h if not HAVE_GETCWD.
2364         Do not include xalloc.h.
2365         (INITIAL_BUFFER_SIZE): New symbol.
2366         Do not use xmalloc / xrealloc, since the caller is responsible for
2367         handling errors.  Preserve errno around `free' during failure.
2368         Do not overrun buffer when using getwd.
2369
2370 2001-09-03  Paul Eggert  <eggert@twinsun.com>
2371
2372         * xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
2373         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use getcwd (NULL, 0).
2374
2375 2001-09-02  Jim Meyering  <meyering@lucent.com>
2376
2377         * error.c: Update from GNU libc.
2378
2379 2001-09-01  Jim Meyering  <meyering@lucent.com>
2380
2381         * xreadlink.c: New file.
2382         * xreadlink.h: New file.
2383         * Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and xreadlink.h.
2384
2385         * regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
2386         doesn't conflict with sparc Solaris 7's definition in
2387         /usr/include/sys/int_types.h.
2388
2389         * exclude.c: Use `""', not `<>' to #include non-system header files.
2390         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
2391         and strncasecmp as r-values.  Unixware didn't have declarations.
2392
2393 2001-08-31  Jim Meyering  <meyering@lucent.com>
2394
2395         * xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
2396         Use an initial, malloc'd, buffer of length 128 rather than
2397         a statically allocated one of length 1024.
2398
2399 2001-08-30  Paul Eggert  <eggert@twinsun.com>
2400
2401         * xgetcwd.c: Don't include pathmax.h.
2402         Include stdlib.h and unistd.h if available.
2403         Include xalloc.h.
2404         (xmalloc, xstrdup, free): Remove decls.
2405         (xgetcwd): Don't assume sizes fit in unsigned.
2406         Check for overflow when computing sizes.
2407         Simplify reallocation code.
2408
2409 2001-08-28  Paul Eggert  <eggert@twinsun.com>
2410
2411         * Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
2412
2413         * strtoimax.c: Renamed from strtoxmax.c, removing the
2414         old strtoimax.c.
2415
2416         Also, make the following further changes to make this file's
2417         configuration more similar to that of strtol.c:
2418         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
2419         (strtoumax, uintmax_t, strtoull, strtol): Remove.
2420         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
2421         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
2422         changed to signed values.
2423
2424         And make the following changes as well:
2425         Fix copyright notice, as 1999 was missing.
2426         (verify): New macro.
2427         (strtoimax): Check sizes at compile-time, not run-time.
2428         Prefer strtol to strtoll if both work.
2429         (main): Remove; it was not that useful and was a pain to maintain.
2430
2431         * strtoumax.c: Include strtoimax.c, not strtouxmax.c.
2432
2433 2001-08-30  Paul Eggert  <eggert@twinsun.com>
2434
2435         * savedir.c (savedir): Remove size parameter, as POSIX says that
2436         a directory's st_size can have an arbitrary value, so the old
2437         usage could waste an arbitrary amount of memory.  All uses
2438         changed.
2439         * savedir.h: Update prototype.
2440
2441 2001-08-30  Paul Eggert  <eggert@twinsun.com>
2442
2443         * xstrtol.c (strtoimax): New decl.
2444
2445 2001-08-28  Paul Eggert  <eggert@twinsun.com>
2446
2447         * xstrtol.h: Add copyright notice.
2448         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
2449         LONGINT_INVALID_SUFFIX_CHAR.
2450
2451 2001-08-30  Paul Eggert  <eggert@twinsun.com>
2452
2453         * quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
2454         tm to be declared.
2455
2456 2001-08-30  Paul Eggert  <eggert@twinsun.com>
2457
2458         * hash.c: Remove '2001' from copyright notice.
2459
2460 2001-08-30  Paul Eggert  <eggert@twinsun.com>
2461
2462         * full-write.h: New file.
2463         * Makefile.am (libfetish_a_SOURCES): Add full-write.h.
2464         * full-write.c: Correct credits, as cccp.c no longer
2465         exists and anyway it was so heavily changed from the old cccp
2466         code as to be unrecognizable.  Include full-write.h.
2467         (full_write) Return size_t, with short writes meaning failure.
2468         All callers changed.  This fixes a bug with large buffers
2469         on 64-bit hosts.
2470         * utime.c: Include full-write.h.
2471
2472 2001-08-30  Paul Eggert  <eggert@twinsun.com>
2473
2474         Merge 'exclude' changes from tar 1.13.22.
2475         This fixes one or two unlikely storage allocation overflow bugs,
2476         but doesn't change user-visible behavior otherwise.
2477
2478 2001-08-30  Paul Eggert  <eggert@twinsun.com>
2479
2480         * exclude.c (bool): Declare, perhaps by including stdbool.h.
2481         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
2482         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
2483         Include if available.
2484         (<xalloc.h>): Include
2485         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
2486         (verify): New macro.  Use it to verify that EXCLUDE macros do not
2487         collide with FNM macros.
2488         (struct patopts): New struct.
2489         (struct exclude): Use it, as exclude patterns now come with options.
2490         (new_exclude): Support above changes.
2491         (new_exclude, add_exclude_file):
2492         Initial size must now be a power of two to simplify overflow checking.
2493         (free_exclude, fnmatch_no_wildcards): New function.
2494         (excluded_filename): No longer requires options arg, as the options
2495         are determined by add_exclude.  Now returns bool, not int.
2496         (excluded_filename, add_exclude):
2497         Add support for the fancy new exclusion options.
2498         (add_exclude, add_exclude_file): Now takes int options arg.
2499         Check for arithmetic overflow when computing sizes.
2500         (add_exclude_file): xrealloc might modify errno, so don't
2501         realloc until after errno might be used.
2502
2503         * exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
2504         New macros.
2505         (free_exclude): New decl.
2506         (add_exclude, add_exclude_file): Now takes int options arg.
2507         (excluded_filename): No longer requires options arg, as the options
2508         are determined by add_exclude.  Now returns bool, not int.
2509
2510 2001-08-30  Paul Eggert  <eggert@twinsun.com>
2511
2512         * alloca.c (alloca): Arg is of type size_t, not unsigned.
2513
2514 2001-08-27  Jim Meyering  <meyering@lucent.com>
2515
2516         * Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
2517
2518         * version-etc.c (N_): Remove definition.
2519         Revert most of last change.
2520         Instead, simply don't mark the `Copyright...' string for translation.
2521         Based on advice from Paul Eggert.
2522
2523         * strtoxmax.c: Tweak comment.
2524
2525 2001-08-26  Jim Meyering  <meyering@lucent.com>
2526
2527         * version-etc.c (version_etc_copyright_fmt): Replace literal year
2528         of copyright with `%s' so translators don't get an untranslated
2529         message in 2002.
2530         (COPYRIGHT_YEAR): Define.
2531         (version_etc): Use fprintf rather than fputs.
2532         Suggestion from Ulrich Drepper.
2533
2534         * Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
2535
2536         * strtoll.c: New file, from GNU libc.
2537         * xstrtoimax.c: New file.
2538
2539         * xstrtol.h: Add xstrtoimax.
2540         * strtoumax.c: New file.  Simply include "strtoumax.c".
2541         * strtoimax.c: New file.  Likewise, but first define STRTOUXMAX_SIGNED.
2542
2543         * strtoumax.c: Factor to work both for unsigned and signed types, ...
2544         * strtoxmax.c: ... then renamed to this.
2545
2546 2001-08-13  Paul Eggert  <eggert@twinsun.com>
2547
2548         * Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
2549         Port to Solaris 8, where 'sed' requires a space after the 'r'
2550         command, and where sh dislikes "$/".  Clean up the spacing a bit.
2551         Redirect output to $tmp just once.
2552
2553 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
2554
2555         * addext.c (<errno.h>): Include.
2556         (errno): Declare if not defined.
2557         (addext): Work correctly when pathconf returns -1 and leaves
2558         errno alone because there is no limit.  Also, work even if
2559         pathconf returns a value greater than SIZE_MAX.
2560
2561 2001-08-12  Jim Meyering  <meyering@lucent.com>
2562
2563         * xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
2564         Simply `return getcwd (NULL, 0);'.
2565         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
2566         Use 1300 as initial value for length, not PATH_MAX.
2567
2568         * pathmax.h: Clean up cpp syntax.
2569
2570 2001-08-12  Jim Meyering  <meyering@lucent.com>
2571
2572         * gettimeofday.c: New file.
2573         * gtod.h: New file.
2574         * Makefile.am (libfetish_a_SOURCES): Add gtod.h.
2575
2576 2001-08-04  Jim Meyering  <meyering@lucent.com>
2577
2578         * error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if stmt,
2579         to get in sync with glibc.
2580
2581 2001-08-03  Paul Eggert  <eggert@twinsun.com>
2582
2583         The following changes are from gettext 0.10.39 as maintained by
2584         Bruno Haible.
2585
2586         * mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
2587         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
2588         with inverted sense.  All uses changed.
2589
2590         * mbswidth.c: Don't include <limits.h>.
2591         Include <stdlib.h> and <string.h> unconditionally.
2592         (iswcntrl, mbsinit, ISCNTRL): New macros.
2593         (mbsnwidth): Use K&R style function declarations.
2594         Don't bother checking for MB_LEN_MAX == 1, since the compiler
2595         can optimize it when MB_CUR_MAX == 1.
2596         The width of control characters is zero, not 1.
2597
2598 2001-07-15  Jim Meyering  <meyering@lucent.com>
2599
2600         * Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
2601         (BUILT_SOURCES): Add unlocked-io.h.
2602         (io_functions): Define.
2603         (unlocked-io.h): New rule.
2604         (DISTCLEANFILES): Add unlocked-io.h.
2605         (all-local): Depend on unlocked-io.h, to ensure it is created.
2606
2607         * unlocked-io.hin: New file
2608
2609         * regex.c: Update from glibc.
2610
2611 2001-07-05  Jim Meyering  <meyering@lucent.com>
2612
2613         * Makefile.am (noinst_HEADERS): Remove definition, per new automake
2614         recommendation.
2615         (libfetish_a_SOURCES): Put all .h files here instead.
2616         Remove a thus-exposed (better checks in automake) duplicate and
2617         two unnecessary .h files.
2618
2619 2001-06-11  Jim Meyering  <meyering@lucent.com>
2620
2621         * regex.c: Update from GNU libc.
2622
2623 2001-05-27  Jim Meyering  <meyering@lucent.com>
2624
2625         * readutmp.h (UT_TYPE): Define.
2626
2627 2001-05-24  Jim Meyering  <meyering@lucent.com>
2628
2629         * argmatch.c: Include "quote.h".
2630         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
2631         quote function.  Reported by Göran Uddeborg.
2632
2633 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
2634
2635         * dirname.c (dir_name): Compute append_dot using path, not newpath
2636         which is not yet declared.
2637
2638 2001-05-11  Paul Eggert  <eggert@twinsun.com>
2639
2640         * Makefile.am (libfetish_a_SOURCES):
2641         Add strftime.c, since we now compile it on all hosts.
2642
2643         * strftime.c (my_strftime):
2644         Define to nstrftime if emacs, but only if my_strftime is not defined.
2645         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
2646         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
2647         Add one more extra argument: a nanoseconds value.
2648         All uses changed.
2649         (ns): New macro.
2650         (my_strftime function): Add %N format.
2651         (emacs_strftimeu): Renamed from emacs_strftime,
2652         with extra ut argument.
2653
2654 2001-05-11  Paul Eggert  <eggert@twinsun.com>
2655
2656         dirname code cleanup.  base_name now behaves more compatibly
2657         with POSIX basename when given file names that have trailing
2658         slashes, and similarly for dir_name.  Add new primitives
2659         base_len and dir_len.  Put the directory-name-related decls
2660         into dirname.h.
2661
2662         * addext.c (ISSLASH, base_name): Remove; now in dirname.h.
2663         * backupfile.c (base_name): Likewise.
2664         * basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
2665         * dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
2666         * makepath.c (strip_trailing_slashes): Likewise.
2667         * path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN, ISSLASH):
2668         Likewise.
2669         * rename.c (strip_trailing_slashes): Likewise.
2670         * same.c (base_name): Likewise.
2671         * stripslash.c (ISSLASH): Likewise.
2672
2673         * addext.c: Include <dirname.h> after size_t is defined.
2674         * backupfile.c: Likewise.
2675
2676         * addext.c (addext): Use base_len to trim redundant
2677         trailing slashes instead of doing it ourselves.
2678         But do not trim the last slash if it is not redundant.
2679
2680         * backupfile.c (find_backup_file_name,
2681         max_backup_version): Use base_len instead of rolling it ourselves.
2682         Handle the case of "" and (on DOS) "C:" correctly.
2683
2684         * basename.c: Do not include <stdio.h>, <assert.h>; no longer needed.
2685         Include <string.h>, <dirname.h>.
2686         (base_name): Allow file names ending in slashes, other than names
2687         that are all slashes.  In this case, return the basename followed
2688         by the slashes.  This is more general, and can be used in places
2689         where the original base_name purposely had an assertion failure.
2690         (base_len): New function.
2691
2692         * dirname.c: Include <string.h> instead of <stdlib.h>.
2693         Do not include <assert.h>; no longer needed.
2694         Include xalloc.h.
2695         (memrchr): Remove decl.
2696         (dir_name_r): Remove.
2697         (dir_len): Renamed from dirlen.  All callers changed.
2698         Rewrite in terms of base_name, for simplicity and consistency.
2699         (dir_name): Never return NULL.  All callers changed.
2700         Do not include <stdlib.h> in test program; no longer needed.
2701         return 0; is fine for test program.
2702
2703         * dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
2704         New macros.
2705         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
2706
2707         * path-concat.c (path_concat): Use base_len to compute
2708         base length, not strlen; this means we cannot rely on memcpy
2709         to null-terminate.
2710
2711         * same.c (STREQ): Remove.
2712         (same_name): Handle the case where the basename ends in trailing '/'.
2713
2714         * stripslash.c (strip_trailing_slashes): Return nonzero if
2715         a slash was stripped.  Do not strip the last slash after a
2716         file system prefix.
2717
2718 2001-04-08  Jim Meyering  <meyering@lucent.com>
2719
2720         * getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
2721         recomputed; that's necessary when the offset spans a DST transition.
2722         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
2723
2724 2001-04-02  Jim Meyering  <meyering@lucent.com>
2725
2726         * regex.h, regex.c: Update from GNU libc.
2727
2728 2001-03-19  Paul Eggert  <eggert@twinsun.com>
2729
2730         * version-etc.c (version_etc_copyright): Update to 2001.
2731
2732 2001-03-16  Paul Eggert  <eggert@twinsun.com>
2733
2734         * tempname.c (uint64_t): Define to uintmax_t if
2735         not defined, and if UINT64_MAX is not defined.
2736         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
2737         Reported by John David Anglin.
2738
2739 2001-03-10  Bruno Haible  <haible@clisp.cons.org>
2740
2741         * localcharset.c (locale_charset): Allow wildcard syntax. Also resolve
2742         alias if codeset is empty.
2743         * config.charset (BeOS): Use wildcard syntax.
2744
2745 2001-03-13  Jim Meyering  <meyering@lucent.com>
2746
2747         * path-concat.c (path_concat) [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]:
2748         Don't insert a backslash when concatenating e.g., `C:' and `foo'.
2749         From Bruno Haible.
2750
2751 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
2752
2753         * localcharset.c (locale_charset): Don't use setlocale(LC_CTYPE,NULL).
2754         Don't return NULL.
2755         * unicodeio.c (print_unicode_char): Simplify accordingly.
2756
2757 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
2758
2759         * config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
2760         support for DOS/DJGPP.
2761
2762 2001-02-28  Paul Eggert  <eggert@twinsun.com>
2763
2764         * Makefile.am (libfetish_a_SOURCES):
2765         Add dup-safer.c, fopen-safer.c.
2766         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
2767
2768         * dup-safer.c, fopen-safer.c, stdio-safer.h, unistd-safer.h: New files.
2769
2770 2001-02-25  Paul Eggert  <eggert@twinsun.com>
2771
2772         The mkstemp replacement is taken from glibc 2.2.2, with some
2773         portability fixes for use outside glibc, as follows:
2774
2775         * tempname.c (struct_stat64): New macro.
2776         (direxists, __gen_tempname): Use it.
2777         This avoids a portability problem with Solaris 8.
2778
2779         * tempname.c (<config.h>): Include if HAVE_CONFIG_H.
2780         (<stddef.h>, <stdint.h>, <string.h>):
2781         Include only if STDC_HEADERS || _LIBC.
2782         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
2783         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
2784         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
2785         (__set_errno): Define this macro if <errno.h> doesn't.
2786         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
2787         Define these macros if <stdio.h> doesn't.
2788         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
2789         Define these macros if <sys/stat.h>
2790         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
2791         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
2792         __xstat64): Define if not _LIBC.
2793         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
2794         (__gen_tempname): Invoke gettimeofday only if
2795         HAVE_GETTIMEOFDAY || _LIBC;
2796         otherwise, fall back on plain "time".
2797         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
2798
2799         * mkstemp.c (__GT_FILE): Define to zero if not defined.
2800
2801         * mkstemp.c, tempname.c: New files, taken from glibc 2.2.2.
2802
2803 2001-02-17  Jim Meyering  <meyering@lucent.com>
2804
2805         * strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
2806         around included file name.
2807
2808         * strnlen.c (__strnlen): Merge in a change from GNU libc.
2809
2810         * strftime.c: Update from GNU libc (the only changes were to comments).
2811
2812 2001-02-13  Bruno Haible  <haible@clisp.cons.org>
2813
2814         * mbswidth.h (mbswidth): Also define as macro, to avoid prototype clash.
2815
2816 2001-02-17  Paul Eggert  <eggert@twinsun.com>
2817
2818         * mbswidth.c, quotearg.c (mbrtowc, mbsinit):
2819         Remove workaround macros for hosts that have mbrtowc but not
2820         mbstate_t, as we now insist on proper declarations for both
2821         before using mbrtowc.
2822
2823 2001-02-17  Jim Meyering  <meyering@lucent.com>
2824
2825         * regex.c: Update from libc.
2826
2827 2001-02-16  Paul Eggert  <eggert@twinsun.com>
2828
2829         * alloca.c (malloc): Undef before defining, since stdlib.h
2830         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
2831         Reported by Mark Hounschell via Paul Eggert.
2832
2833 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
2834
2835         * config.charset: Update for FreeBSD 4.2.
2836
2837 2001-01-26  Jim Meyering  <meyering@lucent.com>
2838
2839         * quotearg.c: Include stddef.h.
2840         * quote.c: Include stddef.h.
2841         Reported by Axel Kittenberger.
2842
2843         * xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
2844         line in double quotes so that it evokes a better diagnostic.
2845         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
2846         Reported by Axel Kittenberger.
2847
2848 2001-01-15  Bruno Haible  <haible@clisp.cons.org>
2849
2850         * unicodeio.c (print_unicode_char): Cast the second iconv() arg,
2851         to avoid a warning.  Add back 'const' to inptr.
2852
2853 2001-01-16  Jim Meyering  <meyering@lucent.com>
2854
2855         * basename.c: Include <stdio.h>, needed by assert on SunOS 4.
2856         From Bruno Haible.
2857
2858 2001-01-14  Jim Meyering  <meyering@lucent.com>
2859
2860         * rename.c: New file.  From Volker Borchert.
2861         Include stdlib.h, string.h or strings.h, and xalloc.h.
2862         Use strip_trailing_slashes rather than open-coding it.
2863
2864 2001-01-03  Paul Eggert  <eggert@twinsun.com>
2865
2866         * strftime.c: Sync with glibc time/strftime.c 1.81.
2867
2868 2001-01-03  Jim Meyering  <meyering@lucent.com>
2869
2870         * unicodeio.c (print_unicode_char): Remove `const' from declaration of
2871         local `inptr' to avoid warning with some system declarations of iconv.
2872
2873 2000-12-29  Paul Eggert  <eggert@twinsun.com>
2874
2875         * modechange.c: Do not assume that mode_t uses the
2876         traditional octal encoding.  E.g. "chmod 1 FOO" should set
2877         the other-execute bit of FOO even if S_IXOTH != 1.
2878
2879         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
2880         WOTH, XOTH, ALLM): New macros.
2881         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
2882          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
2883         Use them.
2884         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
2885         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
2886         (mode_compile):
2887         No need to use uintmax_t; unsigned long is long enough.
2888         Don't bother to get suffix since we don't use it.
2889
2890 2000-12-24  Jim Meyering  <meyering@lucent.com>
2891
2892         * hash.c (is_prime): Return explicit boolean values.
2893         (hash_get_first): Return NULL to appease Irix5.6's 89.
2894         Reported by Nelson Beebe.
2895
2896 2000-10-31  Bruno Haible  <haible@clisp.cons.org>
2897
2898         * localcharset.c (locale_charset): Add support for Win32.
2899
2900 2000-12-18  Paul Eggert  <eggert@twinsun.com>
2901
2902         * physmem.h, physmem.c: New files.
2903
2904         * Makefile.am (libfetish_a_SOURCES): Add physmem.c.
2905         (noinst_HEADERS): Add physmem.h.
2906
2907         * xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
2908         't' for compatibility with Solaris 8 sort.
2909
2910 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
2911
2912         * config.charset: Add support for BeOS.
2913
2914 2000-12-16  Jim Meyering  <meyering@lucent.com>
2915
2916         * getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
2917         SHELLS_FILE to a file name that's useful on djgpp systems.
2918         Include stdlib.h.
2919         (ADDITIONAL_DEFAULT_SHELLS): Define.
2920         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
2921         Based mostly on a patch from Prashant TR.
2922
2923 2000-12-16  Jim Meyering  <meyering@lucent.com>
2924
2925         This bug had a serious impact on chown: `chown N:M FILE' (for integer
2926         N and M) would have treated it like `chown N:N FILE'.
2927
2928         * userspec.c (parse_user_spec): Fix typo: s/u/g/.
2929
2930 2000-10-31  Bruno Haible  <haible@clisp.cons.org>
2931
2932         * config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB, VISCII,
2933         CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256, CP1257
2934         to the list of canonical encodings. Rename EUC-CN to GB2312.
2935
2936 2000-12-08  Andreas Schwab  <schwab@suse.de>
2937
2938         * mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
2939         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
2940
2941 2000-12-07  Jim Meyering  <meyering@lucent.com>
2942
2943         * stripslash.c (ISSLASH): Define.
2944         (strip_trailing_slashes): Use ISSLASH rather than comparing against `/'.
2945         From Prashant TR.
2946
2947         * dirname.c (FILESYSTEM_PREFIX_LEN): Define.
2948         (dir_name_r): Declare this function as static.
2949         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
2950         manifest itself on a name containing a mix of slashes and
2951         backslashes.
2952         Make this function work with names starting with a DOS-style
2953         drive letter and colon prefix.
2954         (dir_name): Append `.' if necessary.
2955         Based mostly on patches from Prashant TR and Eli Zaretskii.
2956
2957         * dirname.h (dir_name_r): Remove prototype.
2958
2959 2000-12-05  Jim Meyering  <meyering@lucent.com>
2960
2961         * dirname.c (dir_name_r): Add `const' in a few local declarations.
2962
2963 2000-12-04  Jim Meyering  <meyering@lucent.com>
2964
2965         * path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
2966         Also include memory.h, stdlib.h, unistd.h if appropriate.
2967         Reported by Andreas Jaeger (conflicting declaration of malloc).
2968
2969 2000-12-02  Jim Meyering  <meyering@lucent.com>
2970
2971         * closeout.h: Make idempotent, to avoid some obscure warnings.
2972
2973 2000-12-01  Paul Eggert  <eggert@twinsun.com>
2974
2975         * memrchr.c: Include <config.h> before any system include file.
2976
2977 2000-11-29  Paul Eggert  <eggert@twinsun.com>
2978
2979         * dirname.c (dir_name_r): Fix typo: int -> size_t.
2980
2981 2000-11-26  Jim Meyering  <meyering@lucent.com>
2982
2983         * memcoll.c: Include sys/types.h.  From Werner Almesberger.
2984
2985 2000-11-22  Paul Eggert  <eggert@twinsun.com>
2986
2987         * strftime.c (my_strftime): Do not invoke mbrlen with a
2988         size of (size_t) -1; it's not portable.
2989
2990 2000-11-17  Akim Demaille  <akim@epita.fr>
2991
2992         * obstack.h: Formatting changes.
2993         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
2994         prevent type checking.
2995         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
2996         cast the value to (void *): assigning a `foo *' to a `void *'
2997         variable is valid.
2998         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
2999
3000 2000-11-17  Jim Meyering  <meyering@lucent.com>
3001
3002         * strstr.c: Update from GNU libc.
3003
3004 2000-11-16  Jim Meyering  <meyering@lucent.com>
3005
3006         * strverscmp.c: Incorporate weak-alias-related changes from glibc.
3007
3008 2000-11-11  Jim Meyering  <meyering@lucent.com>
3009
3010         * error.c: Add a couple #includes, merging from GNU libc version.
3011
3012 2000-11-10  Jim Meyering  <meyering@lucent.com>
3013
3014         * obstack.h: Update from GNU libc.
3015         * obstack.c: Likewise.
3016
3017 2000-11-06  Paul Eggert  <eggert@twinsun.com>
3018
3019         * getusershell.c (setusershell): Use rewind rather than
3020         fseek/fseeko, to avoid configuration hassles with fseeko.
3021         Don't bother opening SHELLS_FILE if shellstream is NULL;
3022         it's not necessary.
3023
3024 2000-11-05  Jim Meyering  <meyering@lucent.com>
3025
3026         * makepath.h (make_dir): Declare.
3027         * makepath.c (make_dir): Remove `static' attribute.
3028         Tweak a comment.
3029
3030 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
3031
3032         * hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
3033         last one in a bucket, advance to the next bucket.
3034
3035 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
3036
3037         * fnmatch.c: Do not comment out all the code if we are using
3038         the GNU C library, because in some cases we are replacing buggy
3039         code in the GNU C library itself.
3040
3041 2000-10-30  Paul Eggert  <eggert@twinsun.com>
3042
3043         * error.h, getline.h, modechange.h:
3044         Remove "2000" from Copyright line, as the file hasn't been
3045         changed this year other than in the copyright notice.
3046
3047         * xalloc.h: Add "2000" to Copyright line, as this file
3048         was changed this year.
3049
3050 2000-10-30  Paul Eggert  <eggert@twinsun.com>
3051
3052         * fnmatch.c (FOLD): Do not assume that characters are unsigned.
3053         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
3054         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
3055
3056 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
3057
3058         * regex.h (__restrict_arr): Move definition out of #ifndef block.
3059         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
3060         doesn't define __restrict_arr.
3061
3062 2000-10-29  Jim Meyering  <meyering@lucent.com>
3063
3064         * xstat.in: Fix grammar in comment.
3065
3066 2000-10-28  Jim Meyering  <meyering@lucent.com>
3067
3068         * memchr.c: Update from libc.
3069         Adjust for portability:
3070         [HAVE_STDLIB_H]: Include stdlib.h.
3071         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
3072         Undef __memchr, too.
3073         [!weak_alias]: Define __memchr to memchr.
3074
3075         * regex.c: Update from libc.
3076         * regex.h: Likewise.
3077         * getopt1.c: Likewise.
3078         * memcmp.c: Likewise.
3079
3080         * getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
3081         Avoid using fseek, when possible -- it's broken by design.
3082         Patch by Ulrich Drepper.
3083
3084 2000-10-26  Jim Meyering  <meyering@lucent.com>
3085
3086         * strftime.c: Update from libc.
3087
3088 2000-10-25  Jim Meyering  <meyering@lucent.com>
3089
3090         * obstack.c: Update from libc.
3091
3092 2000-10-23  Jim Meyering  <meyering@lucent.com>
3093
3094         * hard-locale.c (hard_locale): Revert last change -- it was simply
3095         wrong.  That set_locale call must not have any side effects.
3096         From Paul Eggert.
3097
3098 2000-10-22  Jim Meyering  <meyering@lucent.com>
3099
3100         * md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
3101         [CYCLIC]: Remove now-unused definition.
3102
3103         * save-cwd.c (O_DIRECTORY): Define, if needed.
3104         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
3105         Suggestion from Ulrich Drepper.
3106
3107 2000-10-21  Jim Meyering  <meyering@lucent.com>
3108
3109         * dirname.c (dir_name_r): New function, factored out of dir_name.
3110         (dir_name): Use dir_name_r.
3111         * dirname.h (dir_name_r): Declare it.
3112
3113 2000-10-21  Jim Meyering  <meyering@lucent.com>
3114
3115         * dirname.c (memrchr): Declare if necessary.
3116         (dir_name): Remove the restriction that there be no
3117         trailing slashes.  Now, this code skips past them, effectively
3118         ignoring them.
3119         [TEST_DIRNAME] (main): New unit tests.
3120
3121         * memrchr.c: New file from GNU libc.
3122         Undef __memrchr, too.
3123         [!weak_alias]: Define __memrchr to memrchr.
3124         Guard weak_alias use with `#ifdef weak_alias'.
3125
3126 2000-10-17  Jim Meyering  <meyering@lucent.com>
3127
3128         * quote.h (PARAMS): Define and use.
3129         Reported by Akim Demaille.
3130
3131         * getopt.c: Update from libc.
3132
3133 2000-10-16  Jim Meyering  <meyering@lucent.com>
3134
3135         * hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to setlocale.
3136         From Jan Fedak.
3137
3138 2000-09-25  Jim Meyering  <meyering@lucent.com>
3139
3140         * md5.h (rol): Define (from GnuPG).
3141
3142         * sha.c: Give credit (GnuPG) where due.
3143         (M): Use rol rather than open-coding it.
3144         Add a FIXME comment.
3145
3146 2000-09-21  Jim Meyering  <meyering@lucent.com>
3147
3148         * userspec.c (parse_user_spec): Remove debugging printf I'd added.
3149         Reported by Michael Stone.
3150
3151 2000-09-20  Jim Meyering  <meyering@lucent.com>
3152
3153         * Makefile.am (libfetish_a_SOURCES): Add sha.c.
3154         (noinst_HEADERS): Add sha.h.
3155         Based on code from Scott G. Miller and from GnuPG.
3156
3157 2000-09-15  Jim Meyering  <meyering@lucent.com>
3158
3159         * regex.c: Update from libc.
3160
3161 2000-09-10  Jim Meyering  <meyering@lucent.com>
3162
3163         * getopt.c (_getopt_internal): Update from glibc.
3164
3165 2000-09-09  Jim Meyering  <meyering@lucent.com>
3166
3167         * quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
3168         think it should be used as a general replacement for isascii.
3169         * fnmatch.c: Likewise.
3170         * mbswidth.c: Likewise
3171         * regex.c: Likewise.
3172
3173         Don't use atoi.
3174         * userspec.c: Include sys/param.h and limits.h.
3175         Include xstrtol.h.
3176         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
3177         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
3178         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
3179         UID, GID.  Check range.
3180
3181 2000-09-06  Jim Meyering  <meyering@lucent.com>
3182
3183         * getopt.c (_getopt_internal): Update from glibc.
3184
3185 2000-08-30  Jim Meyering  <meyering@lucent.com>
3186
3187         * strftime.c: Merge in changes from GNU libc.
3188
3189 2000-08-26  Jim Meyering  <meyering@lucent.com>
3190
3191         * closeout.c: Include "__fpending.h".
3192         (close_stdout_status): Return right away if there's nothing to flush.
3193
3194         * Makefile.am (noinst_HEADERS): Add __fpending.h.
3195         * __fpending.c: New file.
3196         * __fpending.h: New file.
3197
3198 2000-08-07  Paul Eggert  <eggert@twinsun.com>
3199
3200         Standardize on "memory exhausted" instead of "Memory exhausted"
3201         or "virtual memory exhausted".
3202         * obstack.c (print_and_abort): Use "memory exhausted", not
3203         "virtual memory exhausted".
3204         * same.c (same_name): Invoke xalloc_die instead of printing
3205         our own message.
3206         * userspec.c (parse_user_spec): Likewise.
3207         * bumpalloc.h: comment fix
3208         * same.c, userspec.c: Include xalloc.h.
3209
3210         * xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
3211         not char *const and pointing to a constant array.
3212         * xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
3213         (xrealloc): Comment fix.
3214
3215         * userspec.c (parse_user_spec):
3216         Don't translate a message until just before returning,
3217         to avoid unnecessary translation.
3218
3219 2000-08-07  Jim Meyering  <meyering@lucent.com>
3220
3221         * addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
3222         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
3223         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
3224         getgroups.c, gethostname.c, getopt.h, group-member.c,
3225         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
3226         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
3227         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
3228         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
3229         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
3230         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
3231         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
3232         yesno.c: Back out Copyright date changes for each file with no change
3233         this year.  This eases coordination with other programs using the same
3234         source code modules.  From Paul Eggert.
3235
3236 2000-08-03  Greg McGary  <greg@mcgary.org>
3237
3238         * regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
3239         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
3240         (EXTEND_BUFFER): Use them.
3241
3242 2000-08-01  Jim Meyering  <meyering@lucent.com>
3243
3244         * dirname.c (ISSLASH): Define.
3245         (BACKSLASH_IS_PATH_SEPARATOR): Define.
3246         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
3247         both `\' and `/' may be use as path separators.
3248         Based on a patch from Prashant TR.
3249
3250 2000-07-31  Paul Eggert  <eggert@twinsun.com>
3251
3252         * quotearg.c (quotearg_n_options): Don't make the initial
3253         slot vector a constant, since it might get modified.
3254
3255 2000-07-31  Jim Meyering  <meyering@lucent.com>
3256
3257         * xmalloc.c: Use `virtual memory exhausted', not `Memory exhausted'.
3258         * obstack.c (print_and_abort): Likewise.
3259
3260 2000-07-30  Paul Eggert  <eggert@twinsun.com>
3261
3262         * quotearg.c (quotearg_n_options): Preallocate a slot 0
3263         buffer, so that the caller can always quote one small
3264         component of a "memory exhausted" message in slot 0.
3265         From a suggestion by Jim Meyering.
3266
3267 2000-07-30  Jim Meyering  <meyering@lucent.com>
3268
3269         * makepath.c (make_path): Quote the other instance, too.
3270
3271         * quotearg.c (N_STATIC_SLOTVECS): Define.
3272         (STATIC_BUF_SIZE): Define.
3273         (quotearg_n_options): Use only statically allocated storage when
3274         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
3275         than STATIC_BUF_SIZE.
3276
3277 2000-07-29  Jim Meyering  <meyering@lucent.com>
3278
3279         * diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
3280         * dirname.c (dir_name): Likewise.
3281
3282         * basename.c (base_name): Use ISSLASH rather than comparing against `/'.
3283
3284         * dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
3285         (dir_name): Assert that there are no trailing slashes.
3286
3287 2000-07-18  Bruno Haible  <haible@clisp.cons.org>
3288
3289         * mbswidth.h (mbswidth): Add a flags argument.
3290         (mbswidth): New declaration.
3291         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
3292         * mbswidth.c (mbswidth): Add a flags argument.
3293         (mbsnwidth): New function.
3294
3295 2000-07-24  Jim Meyering  <meyering@lucent.com>
3296
3297         * mbswidth.c: Remove useless #else.  From Bruno Haible.
3298
3299 2000-07-23  Paul Eggert  <eggert@twinsun.com>
3300
3301         * mbswidth.c (_XOPEN_SOURCE):
3302         Don't define; this causes problems on Solaris 7.
3303         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
3304
3305 2000-07-23  Paul Eggert  <eggert@twinsun.com>
3306
3307         * quotearg.c:
3308         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
3309         so that mbstate_t is always defined.
3310
3311         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
3312         be 1 in at least one GCC installation, and this configuration
3313         error is likely to be common.  Ignoring MB_LEN_MAX hurts
3314         performance on hosts that have mbrtowc but have only unibyte
3315         locales, but I assume these hosts are rare.
3316
3317 2000-07-23  Paul Eggert  <eggert@twinsun.com>
3318
3319         * quotearg.c: Streamline by invoking multibyte code only if needed.
3320         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
3321         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
3322         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
3323         invoke multibyte primitives.
3324
3325 2000-07-23  Jim Meyering  <meyering@lucent.com>
3326
3327         * basename.c (base_name): Add an assertion.
3328
3329 2000-07-15  Bruno Haible  <clisp.cons.org>
3330
3331         * quotearg.c: When the system forces us to redefine mbstate_t,
3332         shadow its mbsinit function.
3333
3334 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
3335
3336         * mbswidth.h: New file.
3337         * mbswidth.c: New file.
3338         * Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
3339         (noinst_HEADERS): Add mbswidth.h.
3340
3341 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
3342
3343         * config.charset: Add support for FreeBSD. Improve support for HP-UX
3344         and IRIX 6.
3345
3346 2000-07-15  Jim Meyering  <meyering@lucent.com>
3347
3348         * makepath.c: Include quote.h.
3349         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
3350         corresponding argument in a `quote (...)' call.
3351         Give better diagnostics.
3352
3353         * Makefile.am (libfetish_a_SOURCES): Add quote.c.
3354         (noinst_HEADERS): Add quote.h.
3355
3356         * quote.c (quote, quote_n): New file.  Two functions taken verbatim
3357         from tar's src/misc.c.
3358         * quote.h: New file.  Prototypes for same.
3359
3360 2000-07-10  Paul Eggert  <eggert@twinsun.com>
3361
3362         From a suggestion by Bruno Haible.
3363         * quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
3364         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
3365         to decide whether to define the BeOS workaround macro;
3366         this adjusts to the change to AC_MBSTATE_T.
3367
3368 2000-07-13  Paul Eggert  <eggert@twinsun.com>
3369
3370         * quotearg.h (enum quoting style): New enum clocale_quoting_style.
3371
3372         * quotearg.c (quoting_style_args, quoting_style_vals,
3373         quotearg_buffer_restyled): Add support for
3374         clocale_quoting_style.  Undo previous change to
3375         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
3376         and "{RIGHT QUOTATION MARK}" msgids.
3377
3378 2000-07-05  Paul Eggert  <eggert@twinsun.com>
3379
3380         The old behavior of quoting `like this' doesn't look good with
3381         newer, ISO-style fonts.  See:
3382         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
3383
3384         Instead, quote "like this" by default.  Let the translator
3385         tailor the locale-specific quoting behavior by providing
3386         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
3387
3388         * quotearg.c (N_): New macro.
3389         (gettext_default): New function.
3390         (quotearg_buffer_restyled): Use
3391         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
3392         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
3393
3394 2000-07-09  Jim Meyering  <meyering@lucent.com>
3395
3396         * Most files: Update copyright dates to include 2000.
3397
3398 2000-07-08  Jim Meyering  <meyering@lucent.com>
3399
3400         * xgethostname.c (ENAMETOOLONG): Define to an unlikely value
3401         if not defined.
3402         (xgethostname): Remove now-unnecessary #ifdef.
3403         Move declaration of `err' into loop where it's used.
3404
3405 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
3406
3407         * xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
3408         by allocating a larger buffer. Test the gethostname return value for
3409         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
3410         returns an error and ENAMETOOLONG isn't defined.
3411
3412 2000-07-05  Paul Eggert  <eggert@twinsun.com>
3413         and Bruno Haible  <haible@clisp.cons.org>
3414
3415         * quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
3416
3417 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
3418
3419         * quotearg.c (struct quoting_options): Simplify quote_these_too
3420         dimension.
3421
3422 2000-07-03  Jim Meyering  <meyering@lucent.com>
3423
3424         * strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
3425         Reported by Bruno Haible.
3426
3427 2000-07-04  Jim Meyering  <meyering@lucent.com>
3428
3429         * quotearg.c: Make inclusion of <wchar.h> independent of whether
3430         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
3431         lacks mbrtowc.
3432
3433 2000-07-03  Paul Eggert  <eggert@twinsun.com>
3434         and Bruno Haible  <haible@clisp.cons.org>
3435
3436         * quotearg.c (mbrtowc):
3437         Assign to *pwc, and return 1 only if result is nonzero.
3438         (iswprint): Use ISPRINT when substituting our own mbrtowc.
3439
3440 2000-07-03  Jim Meyering  <meyering@lucent.com>
3441
3442         * readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
3443         This is necessary to get a definition of e.g., UTMP_FILE on HP-UX 10.20.
3444         From Bob Proulx.
3445
3446 2000-07-02  Jim Meyering  <meyering@lucent.com>
3447
3448         * quotearg.c (mbstate_t): Don't define here.
3449
3450 2000-07-02  Jim Meyering  <meyering@lucent.com>
3451
3452         * nanosleep.c (SIGCONT): Define if not already defined.
3453
3454 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
3455
3456         * mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
3457         per change in ../m4/ls-mntd-fs.m4.
3458         (read_filesystem_list): Ignore symbolic links.
3459
3460 2000-06-29  Jim Meyering  <meyering@lucent.com>
3461
3462         * same.c: Include <string.h> or <strings.h>, as appropriate,
3463         for declaration of strcmp.
3464
3465         * long-options.c: Include <stdlib.h>, for declaration of exit.
3466
3467         * mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
3468         Avoid warning by casting result to `char *' to remove `const'.
3469
3470 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
3471
3472         * Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
3473
3474 2000-06-26  Paul Eggert  <eggert@twinsun.com>
3475
3476         savedir now sets errno on failure and invokes xmalloc to get memory.
3477         Fix a couple of other minor bugs while we're at it.
3478
3479         * savedir.c (<unistd.h>): Do not include; there's no need.
3480         (NAMLEN): Remove macro.
3481         (malloc, realloc): Remove decls.
3482         (stpcpy): Likewise.
3483         ("xalloc.h"): Include.
3484         (NAME_SIZE_DEFAULT): New macro.
3485         (savedir): Use xmalloc / xrealloc to allocate memory.
3486         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
3487         Skip "" directory entries.
3488         Use strlen to calculate directory entry length, since the old method
3489         is rarely used these days and isn't worth supporting.
3490         Don't use a pointer after freeing it.
3491         Check for integer overflow when calculating allocation size.
3492         Use memcpy to copy entries, instead of stpcpy.
3493         Set errno properly when returning NULL.
3494         Check for readdir error.
3495
3496 2000-06-26  Jim Meyering  <meyering@lucent.com>
3497
3498         * posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
3499
3500 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
3501
3502         * getusershell.c (xmalloc, xrealloc): Remove functions.
3503         Include xalloc.h.
3504         Don't include <stdlib.h>.  Don't declare malloc, realloc.
3505
3506 2000-06-23  Bruno Haible  <haible@clisp.cons.org>
3507
3508         * unicodeio.c (print_unicode_char): Work around ansi2knr deficiency.
3509
3510 2000-06-24  Jim Meyering  <meyering@lucent.com>
3511
3512         * error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
3513
3514 2000-06-21  Jim Meyering  <meyering@lucent.com>
3515
3516         * getpass.c: New file, from Bruno Haible.  Required for BeOS.
3517
3518 2000-06-19  Paul Eggert  <eggert@twinsun.com>
3519
3520         * quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
3521         (mbrtowc, mbstate_t): Define substitutes if
3522         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
3523         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
3524         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
3525
3526 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
3527
3528         * xgetcwd.c (xgetcwd): If the required pathname length is smaller
3529         than 1024, return a memory chunk of least possible size, instead
3530         of size PATH_MAX + 2. In the loop, increment the size proportionally.
3531         Use free/xmalloc instead of xrealloc to avoid copying for very long
3532         paths.
3533
3534 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
3535
3536         * canon-host.c (canon_host): Use malloc and memcpy to copy an
3537         address, not strdup.  Include <stdlib.h> and don't declare free().
3538
3539 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
3540
3541         * path-concat.c (path_concat): Don't access dir[-1] if dir is
3542         the empty string.
3543
3544 2000-06-21  Jim Meyering  <meyering@lucent.com>
3545
3546         * Makefile.am (libfetish_a_SOURCES): Add getstr.c.
3547         (noinst_HEADERS): Add getstr.h.
3548
3549         * getline.c (getstr): Move into a separate file.
3550         * getstr.c (getstr): New file, extracted from getline.c, with
3551         the following changes: new parameter, delim2; both delim[12]
3552         parameters have type `int', not `char'.  The latter would lose
3553         with 8-bit delimiters.
3554         * getstr.h: New file.
3555
3556 2000-06-19  Jim Meyering  <meyering@lucent.com>
3557
3558         * getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
3559
3560 2000-06-18  Jim Meyering  <meyering@lucent.com>
3561
3562         * mkdir.c: Remove file, due mainly to copyright incompatibility.
3563         Besides, these days every porting target provides a mkdir function.
3564
3565         * strnlen.c: Include memory.h, string.h, and/or strings.h as needed.
3566         (this snippet comes from src/system.h).
3567
3568 2000-06-15  Paul Eggert  <eggert@twinsun.com>
3569
3570         * human.c (adjust_value): New function.
3571         (human_readable_inexact): Apply rounding style even when
3572         printing approximate values.
3573
3574 2000-06-14  Paul Eggert  <eggert@twinsun.com>
3575
3576         * human.c (human_readable_inexact): Allow an input block
3577         size that is not a multiple of the output block size, and vice versa.
3578         Reported by Piergiorgio Sartor.
3579
3580 2000-06-14  Paul Eggert  <eggert@twinsun.com>
3581
3582         * getdate.y (get_date): Apply relative times after time
3583         zone indicator, not before.  Reported by Todd A. Jacobs.
3584
3585 2000-06-13  Jim Meyering  <meyering@lucent.com>
3586
3587         * Makefile.am (all-local): Depend on lstat.c and stat.c.
3588
3589         * xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
3590
3591 2000-06-12  Paul Eggert  <eggert@twinsun.com>
3592
3593         * xstat.in: Include <stdlib.h> in lstat, to declare "free".
3594
3595 2000-06-04  Paul Eggert  <eggert@twinsun.com>
3596
3597         * strnlen.c: Include <config.h> if HAVE_CONFIG_H.
3598
3599 2000-06-04  Jim Meyering  <meyering@lucent.com>
3600
3601         * getugroups.c (getugroups): Cast -1 to gid_t, for systems like
3602         SunOS 4.1.4 for which gid_t is an unsigned type.
3603
3604 2000-06-03  Jim Meyering  <meyering@lucent.com>
3605
3606         * strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
3607
3608 2000-05-26  Bruno Haible  <haible@clisp.cons.org>
3609
3610         * Makefile.am (install-exec-local): On systems with glibc-2.1 or
3611         newer, don't install charset.alias.
3612         * config.charset: Change the Linux/glibc rules so they become empty
3613         on glibc-2.1 or newer.
3614
3615 2000-06-02  Jim Meyering  <meyering@lucent.com>
3616
3617         * mountlist.c: Back out last change.  Instead, do this...
3618         * mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the me_dummy
3619         member using the same `ignore'-testing code.
3620         * mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
3621         fs_type strings.
3622         From Mark D. Roth.
3623
3624 2000-05-29  Jim Meyering  <meyering@lucent.com>
3625
3626         * mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore mounts
3627         with the `ignore' attribute.  Based on a patch from Mark D. Roth.
3628
3629 2000-05-22  Jim Meyering  <meyering@lucent.com>
3630
3631         * makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
3632
3633 2000-05-18  Jim Meyering  <meyering@lucent.com>
3634
3635         * hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
3636         back, too, since it may have been modified by allocate_entry.
3637         (hash_delete): Rewrite to use neither the assignment operator
3638         nor the comma operator in an if-expression.
3639
3640 2000-05-15  Paul Eggert  <eggert@twinsun.com>
3641
3642         * closeout.c:
3643         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
3644         Remove; no longer needed.
3645         "quotearg.h": Add include.
3646         (file_name): Do not bother to explicitly initialize to NULL; it's less
3647         efficient on some hosts.
3648         (close_stdout_status): Remove test as to whether stdout was already
3649         closed; it breaks for the case "echo x | sort >&-".
3650         Quote file name colons.
3651         Do not assume that _("write error") lacks format strings.
3652
3653 2000-05-15  Jim Meyering  <meyering@lucent.com>
3654
3655         * version-etc.c (version_etc_copyright): Update the copyright string
3656         used in all --version output.
3657
3658 2000-05-14  Jim Meyering  <meyering@lucent.com>
3659
3660         * closeout.c (close_stdout_set_file_name): New function.
3661         (close_stdout_status): Use new file-scoped global.
3662         Return right away if fstat says the stdout file descriptor is invalid.
3663         * closeout.h (close_stdout_set_file_name): Declare.
3664
3665 2000-05-10  Jim Meyering  <meyering@lucent.com>
3666
3667         * closeout.c [default_exit_status]: New file-scoped variable.
3668         (close_stdout_set_status): New function.
3669         * closeout.h (close_stdout_set_status): Declare.
3670
3671 2000-05-08  Jim Meyering  <meyering@lucent.com>
3672
3673         * long-options.c: Don't include closeout.h.
3674         (parse_long_options): Don't call close_stdout for --version.
3675
3676 2000-05-06  Jim Meyering  <meyering@lucent.com>
3677
3678         * strnlen.c: Undefine __strnlen and strnlen.
3679         [!weak_alias]: Define __strnlen to strnlen.
3680
3681         * atexit.c: New file, from libiberty.
3682
3683 2000-05-06  Jim Meyering  <meyering@lucent.com>
3684
3685         * closeout.c (close_stdout_status): Also check for errors on the
3686         stderr stream.
3687
3688 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
3689
3690         * localcharset.c (get_charset_aliases): Use malloc, realloc and memcpy
3691         instead of xmalloc, xrealloc, path_concat.
3692         (locale_charset): Treat empty environment variables as absent.
3693         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
3694
3695 2000-05-04  Jim Meyering  <meyering@lucent.com>
3696
3697         * getopt.c: Update from glibc.
3698         * obstack.c: Likewise.
3699         * obstack.h: Likewise.
3700         * regex.c: Likewise.  NB: K&R compiler support is dropped for this file
3701
3702         * regex.h: Likewise.
3703         * strndup.c: Likewise.
3704         * strnlen.c: New file, from glibc.
3705
3706 2000-05-01  Jim Meyering  <meyering@lucent.com>
3707
3708         * full-write.c (full_write): Remove `FIXME' part of comment.
3709
3710 2000-04-29  Jim Meyering  <meyering@lucent.com>
3711
3712         * path-concat.c: Declare strdup only if it's not defined.
3713         * canon-host.c: Likewise.
3714
3715 2000-04-28  Jim Meyering  <meyering@lucent.com>
3716
3717         * rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to avoid
3718         redefinition warning on some systems (HPUX).  Otherwise, regex.h is
3719         included first, then limits.h is included by locale.h by libintl.h.
3720         From John David Anglin.
3721
3722 2000-04-25  Jim Meyering  <meyering@lucent.com>
3723
3724         * makepath.c (S_IRWXUGO): Define.
3725         (make_path): Always perform explicit chmod if MODE specifies any
3726         of the `special' permission bits.  Prompted by a bug report against
3727         install from Mate Wierdl and Joost van Baal.
3728
3729 2000-04-18  Jim Meyering  <meyering@lucent.com>
3730
3731         * README: New file.
3732
3733         * getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
3734         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
3735
3736 2000-04-17  Jim Meyering  <meyering@lucent.com>
3737
3738         * strftime.c (my_strftime) [strftime]: Declare strftime here, since
3739         the definition of it to rpl_strftime also defined-away the system's
3740         declaration.
3741
3742 2000-04-15  Jim Meyering  <meyering@lucent.com>
3743
3744         Use `C' to denote so-called `contiguous' files, the same way
3745         that tar does.
3746         * filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
3747         (ftypelet): Use S_ISCTG.
3748         From Michael Deutschmann.
3749
3750 2000-04-14  Jim Meyering  <meyering@lucent.com>
3751
3752         * strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
3753
3754 2000-04-08  Jim Meyering  <meyering@lucent.com>
3755
3756         * Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
3757         names don't conflict.  Reported by Eli Zaretskii.
3758
3759 2000-03-28  Bruno Haible  <haible@clisp.cons.org>
3760
3761         * unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
3762         bug.  Deal with the different error behavior of Irix iconv.
3763
3764 2000-04-07  Jim Meyering  <meyering@lucent.com>
3765
3766         * putenv.c: Move inclusion of errno.h so it follows that of sys/types.h,
3767         to work around system header problems on AIX 3.2.5.  From Bruno Haible.
3768
3769 2000-04-05  Jim Meyering  <meyering@lucent.com>
3770
3771         Portability tweaks required for ultrix4.3.
3772         * readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare getutent.
3773         * readutmp.c: Include sys/types.h before sys/stat.h.
3774         * canon-host.c: Declare strdup.
3775         * path-concat.c: Likewise.
3776         From John David Anglin.
3777
3778 2000-04-04  Jim Meyering  <meyering@lucent.com>
3779
3780         Be more DOS 8.3-friendly.
3781         * ref-add.sin: Renamed from ref-add.sed.in.
3782         * ref-del.sin: Renamed from ref-del.sed.in.
3783         * Makefile.am: Reflect renaming.
3784         Reported by Eli Zaretskii.
3785
3786         Use a temporary file name that won't clash with `charset.alias'
3787         in the DOS 8.3 name space.
3788         * Makefile.am (charset_tmp): Define.
3789         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
3790         (uninstall-local): Likewise.
3791         Reported by Eli Zaretskii.
3792
3793 2000-03-29  Paul Eggert  <eggert@twinsun.com>
3794
3795         * time/strftime.c (my_strftime): Make sure we call the system
3796         strftime, not ourselves, when invoking the underlying strftime.
3797
3798 2000-03-24  Jim Meyering  <meyering@lucent.com>
3799
3800         * Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
3801         (charset_alias): Define.
3802         (install-exec-local): Factor out common code.
3803         (uninstall-local): Split lines longer than 80.
3804         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
3805         (SUFFIXES): Define.
3806         (.sed.in.sed): New rule.  Don't redirect directly to $@.
3807         (CLEANFILES): Add ref-add.sed and ref-del.sed.
3808
3809 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
3810
3811         * config.charset: Output a line containing "Packages using this file".
3812         * ref-add.sed.in, ref-del.sed.in: New files.
3813         * Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
3814         ref-del.sed): New rules.
3815
3816 2000-03-17  Jim Meyering  <meyering@lucent.com>
3817
3818         * unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
3819         Otherwise, include <strings.h>
3820
3821 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
3822
3823         * unicodeio.c (utf8_wctomb): New function.
3824         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
3825         format instead of in UCS-4 with platform dependent endianness.
3826
3827 2000-03-07  Paul Eggert  <eggert@twinsun.com>
3828
3829         * savedir.c (savedir): Work even if directory size is
3830         negative; this can happen with some screwy NFS configurations.
3831
3832 2000-03-06  Jim Meyering  <meyering@lucent.com>
3833
3834         * localcharset.c (get_charset_aliases): Don't try to free file_name
3835         if it's NULL (because we ran out of memory).  From Bruno Haible.
3836
3837 2000-03-05  Jim Meyering  <meyering@lucent.com>
3838
3839         * localcharset.c ("path-concat.h"): Include.
3840         (get_charset_aliases): Use path_concat instead of ANSI string
3841         concatenation.
3842
3843         * unicodeio.h (PARAMS): Define.
3844         Use it to guard prototype.
3845
3846 2000-03-04  Jim Meyering  <meyering@lucent.com>
3847
3848         * Makefile.am (install-exec-local): Create $(libdir) before installing
3849         into it.
3850         (uninstall-local): Uncomment this rule so `make distcheck' works
3851         once again.
3852
3853         * unicodeio.c (<errno.h>): Include it.
3854         (errno): Declare if not defined.
3855
3856         * localcharset.c: Add Bruno's comment justifying use of volatile.
3857
3858         * config.charset: New version, incorporating remarks from a linux
3859         i18n mailing list.  From Bruno Haible.
3860
3861 2000-03-02  Jim Meyering  <meyering@lucent.com>
3862
3863         * Makefile.am (EXTRA_DIST): Add config.charset.
3864
3865 2000-03-01  Jim Meyering  <meyering@lucent.com>
3866
3867         * localcharset.c: Guard some #includes with `#if HAVE_...'.
3868         * unicodeio.c: Likewise.
3869
3870 2000-02-02  Bruno Haible  <haible@clisp.cons.org>
3871
3872         * config.charset: New file.
3873         * localcharset.c: New file.
3874         * unicodeio.h, unicodeio.c: New files.
3875         * Makefile.am (DEFS): Add -DLIBDIR=...
3876         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
3877         (noinst_HEADERS): Add unicodeio.h.
3878         (all-local, install-exec-local, charset.alias): New targets.
3879
3880 2000-02-28  Paul Eggert  <eggert@twinsun.com>
3881
3882         * quotearg.c (ALERT_CHAR): New macro.
3883         (quotearg_buffer_restyled): Use it.
3884
3885 2000-02-27  Jim Meyering  <meyering@lucent.com>
3886
3887         * strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
3888         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
3889
3890         * backupfile.c: Guard inclusion of stdlib.h with `#if HAVE_STDLIB_H',
3891         not `#if STDC_HEADERS'.
3892         Declare malloc if needed.
3893
3894         * backupfile.c: Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..'
3895         now that autoconf always defines the HAVE_DECL_ symbols.
3896         * human.c: Likewise.
3897         * same.c: Likewise.
3898         * strtoumax.c: Likewise.
3899
3900         * backupfile.c: Arrange for cpp to fail if the configure-time
3901         declaration check was not run.
3902         * hash.c: Likewise.
3903         * human.c: Likewise.
3904         * same.c: Likewise.
3905         * strtoumax.c: Likewise.
3906
3907         * userspec.c (parse_user_spec): If there is no `:' but there is a `.',
3908         then first look up the entire `.'-containing string as a login name.
3909
3910 2000-02-18  Paul Eggert  <eggert@twinsun.com>
3911
3912         * getdate.y: Handle two-digit years with leading zeros correctly.
3913         (textint): New typedef.
3914         (parser_control): Member year changed from int to textint.
3915         All uses changed.
3916         (YYSTYPE): Removed; replaced by %union with int and textint members.
3917         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
3918         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
3919         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
3920         (tSNUMBER, tUNUMBER): Now of type <textintval>.
3921         (date, number, to_year): Use width of number in digits, not its value,
3922         to determine whether it's a 2-digit year, or a 2-digit time.
3923         (yylex): Store number of digits of numeric tokens.
3924         Reported by John Kendall.
3925
3926         (parser_control): Changed from struct parser_control to typedef (for
3927         consistency).  All uses changed.
3928
3929         (tID): Removed; not used.
3930         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
3931
3932 2000-02-14  Paul Eggert  <eggert@twinsun.com>
3933
3934         * getpagesize.h (getpagesize): Port to VMS for Alpha;
3935         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
3936
3937 2000-02-12  Jim Meyering  <meyering@lucent.com>
3938
3939         * userspec.c (ISDIGIT): Define it.
3940         (isdigit): Remove definition.
3941         (is_number): Use ISDIGIT, not isdigit.
3942         <libintl.h>: Include.
3943         (_ and N_): Define.
3944         (parse_user_spec): Mark translatable strings.
3945
3946 2000-02-10  Jim Meyering  <meyering@lucent.com>
3947
3948         With these changes, nanosleep.[ch] are finally enough like the other
3949         lib/* replacement files to compile on a few more losing systems.
3950
3951         * nanosleep.h: Don't include config.h.
3952         Remove prototype from declaration of nanosleep.
3953         (PARAMS): Remove now-unneeded definition.
3954         * nanosleep.c: #undef nanosleep.
3955         (rpl_nanosleep): Rename from nanosleep.
3956
3957 2000-02-03  Jim Meyering  <meyering@lucent.com>
3958
3959         * readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
3960         rather than with `#if HAVE_UTMPNAME'.
3961
3962 2000-02-01  Jim Meyering  <meyering@lucent.com>
3963
3964         * readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
3965
3966 2000-01-31  Jim Meyering  <meyering@lucent.com>
3967
3968         * nanosleep.h (nanosleep): Guard declaration with
3969         `#if ! HAVE_DECL_NANOSLEEP'.
3970         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
3971         the declaration in that vendor's sys/timers.h.
3972         Reported by Christian Krackowizer.
3973
3974         * quotearg.c (ISASCII): Add #undef and move definition to follow
3975         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
3976         (ISPRINT): Likewise.
3977         Reported by Tom Tromey.
3978
3979 2000-01-30  Jim Meyering  <meyering@lucent.com>
3980
3981         * readutmp.c (extract_trimmed_name): Use UT_USER instead of hard-coding
3982         uses of ->ut_name.  The latter doesn't work with new Linux header files
3983         where only utmpx.ut_user is declared.
3984
3985         * readutmp.h (UT_USER): Define.
3986
3987 2000-01-23  Jim Meyering  <meyering@lucent.com>
3988
3989         * Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
3990         obstack.c.
3991
3992 2000-01-22  Jim Meyering  <meyering@lucent.com>
3993
3994         * strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
3995         [! HAVE_DECL_STRTOULL]: Declare strtoull.
3996         Required for some AIX systems.  Reported by Christian Krackowizer.
3997         [TESTING] (main): New function.
3998
3999         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4000         * dirname.c (dir_name): Support for DOS-style file names with drive
4001         letters.
4002
4003         * quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of iswprint.
4004
4005         * strverscmp.c (ISDIGIT): Define.
4006         (strverscmp): Use ISDIGIT, not isdigit.
4007
4008 2000-01-17  Paul Eggert  <eggert@twinsun.com>
4009
4010         * nanosleep.c (nanosleep):
4011         Don't use SA_INTERRUPT to decide whether to call sigaction, as
4012         POSIX.1 doesn't require SA_INTERRUPT and some systems
4013         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
4014         it's been part of POSIX.1 since day 1 (in 1988).
4015
4016 2000-01-17  Jim Meyering  <meyering@lucent.com>
4017
4018         * interlock: Remove unused file.  Reported by François Pinard.
4019
4020 2000-01-16  Paul Eggert  <eggert@twinsun.com>
4021
4022         * quotearg.c (quotearg_buffer_restyled): Do not quote
4023         alert, backslash, formfeed, and vertical tab unnecessarily in
4024         shell quoting style.
4025
4026 Local Variables:
4027 version-control: never
4028 End: