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