b9449c01bb083f2b1ff178f1a91469c3377465fc
[gnulib.git] / lib / ChangeLog
1 2003-01-07  Jim Meyering  <jim@meyering.net>
2
3         * full-write.c: Rework so that it may serve to define full_read, too.
4         * full-read.c: Simply #define FULL_READ and include full-write.c.
5
6 2003-01-06  Jim Meyering  <jim@meyering.net>
7
8         * version-etc.c: Update year in translatable copyright string.
9
10 2002-12-25  Bruno Haible  <bruno@clisp.org>
11
12         * strtoimax.c: Include <stdint.h> as an alternative to <inttypes.h>.
13         * xstrtol.h: Likewise.
14         * xstrtoimax.c: Likewise.
15         * xstrtoumax.c: Likewise.
16         * human.h: Likewise.
17
18         * tempname.c: Include <inttypes.h> too. Avoids a compilation error
19         on systems that have <inttypes.h> but not <stdint.h>.
20
21 2002-12-31  Paul Eggert  <eggert@twinsun.com>
22
23         * memcoll.c (memcoll): Fall back on a simple algorithm using
24         memcmp if strcoll doesn't work.
25
26 2002-12-23  Bruno Haible  <bruno@clisp.org>
27
28         * localcharset.h: New file.
29         * localcharset.c: Include it.
30         * unicodeio.c: Likewise.
31
32 2002-12-22  Bruno Haible  <bruno@clisp.org>
33
34         * utime.c (utime_null): No need to call ftruncate if the file was
35         nonempty.
36
37 2002-12-23  Bruno Haible  <bruno@clisp.org>
38
39         * memcoll.c (STRCOLL): New macro.
40         (memcoll): Use it.
41
42 2002-12-22  Bruno Haible  <bruno@clisp.org>
43
44         * getstr.h (getstr): Define, to avoid clash with libcurses.
45         * linebuffer.h (readline): Define, to avoid clash with libreadline.
46
47 2002-12-22  Bruno Haible  <bruno@clisp.org>
48
49         * getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not HAVE_TM_ZONE.
50
51 2002-12-23  Bruno Haible  <bruno@clisp.org>
52
53         * getline.h: Include <stddef.h>, for size_t.
54
55         * unicodeio.h: Include <stddef.h>, for size_t.
56         * unicodeio.c: Don't include <stddef.h>.
57
58 2002-12-17  Bruno Haible  <bruno@clisp.org>
59
60         * canon-host.c (strdup): Remove unused declaration.
61
62         * fsusage.c: Include full_read.h.
63         (get_fs_usage): Use full_read instead of safe_read.
64
65         * utime.c (utime_null): Use SAFE_READ_ERROR.
66
67 2002-12-11  Bruno Haible  <bruno@clisp.org>
68
69         * setenv.h: Rewritten to cope with systems that have setenv() but not
70         unsetenv().
71         * setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
72         modifications:
73
74         2002-12-11  Bruno Haible  <bruno@clisp.org>
75
76                 * setenv.c (alloca): Fall back to malloc.
77                 (freea): New macro.
78                 (setenv): Use freea() to free memory allocated with alloca().
79
80         2002-11-13  Bruno Haible  <bruno@clisp.org>
81
82                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
83                 function declarations.
84                 * unsetenv.c (unsetenv): Likewise.
85
86         2002-03-04  Bruno Haible  <bruno@clisp.org>
87
88                 Portability to AIX 4.3.3.
89                 * unsetenv.c: New file, extracted from setenv.c.
90                 * setenv.c: Move the unsetenv() function to unsetenv.c.
91
92         2001-12-20  Bruno Haible  <bruno@clisp.org>
93
94                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
95                 use malloc instead. For SunOS4.
96
97         2001-12-11  Bruno Haible  <bruno@clisp.org>
98
99                 * setenv.c: Declare alloca.
100                 (compar_fn_t): New typedef.
101                 (KNOWN_VALUE, STORE_VALUE): Use it.
102
103         * Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
104         setenv.h.
105
106 2002-12-10  Paul Eggert  <eggert@twinsun.com>
107
108         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
109         * exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
110         Choose values that are less likely to collide with system fnmatch
111         options.
112         * exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
113         defined (e.g., a pure POSIX system).
114         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
115         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
116
117 2002-12-06  Jim Meyering  <jim@meyering.net>
118
119         * error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
120
121         Merge in changes from libc's misc/error.c, in preparation
122         for the merge of gnulib's changes back into libc.
123
124         * error.c (_): Define only if not already defined.
125         Move definition to follow all #include directives.
126         Include unlocked-io.h only if !_LIBC.
127         [_LIBC]: Include <libio/libioP.h>.
128         [USE_IN_LIBIO]: Include <libio/iolibio.h>
129         (fflush): Tweak definition to use INTUSE.
130         (putc): Define.
131
132 2002-12-05  Paul Eggert  <eggert@twinsun.com>
133
134         * alloca.c [defined emacs]: Include "lisp.h".
135         (xalloc_die) [defined emacs]: New macro.
136         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
137         [! defined emacs]: Include <xalloc.h>.
138         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
139         (pointer): Typedef to POINTER_TYPE *.
140         (malloc): Remove decl; we now always use xmalloc.
141         (alloca): Use old-style definition, since Emacs needs this.
142         Check for arithmetic overflow when computing combined size.
143
144 2002-12-04  Paul Eggert  <eggert@twinsun.com>
145
146         Do not generate unlocked-io.h automatically, since it's easier to
147         maintain it by hand.
148
149         * unlocked-io.h: New file, from GNU diffutils,
150         but with proper copyright notice and attribution.
151         * gen-uio: Remove.
152         * Makefile.am: Add copyright notice.
153         (libfetish_a_SOURCES): Add unlocked-io.h.
154         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
155         (DISTCLEANFILES, io_functions): Remove macros.
156         (EXTRA_DIST): Remove gen_uio.
157         (unlocked-io.h): Remove rule.
158
159 2002-12-04  Jim Meyering  <jim@meyering.net>
160
161         Reflect the fact that stat.c and lstat.c are no longer generated.
162         * Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
163         (DISTCLEANFILES): Likewise.
164         (EXTRA_DIST): Likewise.
165         (all_local): Don't depend on stat.c or lstat.c.
166         (stat.c, lstat.c): Remove rules.
167         (EXTRA_DIST): Remove xstat.in.
168
169         * xstat.in: Remove file.  Contents moved into stat.c.
170         * stat.c: New file.  Contents mostly from xstat.in.
171         * stat.c: Rework so that it may serve to define rpl_lstat, too.
172         * lstat.c: New file. Simply #define LSTAT and include stat.c.
173
174         * safe-read.c: Rework so that it may serve to define safe_write, too.
175         * safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
176
177 2002-12-03  Jim Meyering  <jim@meyering.net>
178
179         * safe-read.c, safe-write.c: Change variable names and comments, but
180         not semantics, to minimize the differences between these two files.
181         (safe_read): Change comment to mention SAFE_READ_ERROR.
182
183         * safe-read.c (IS_EINTR): Define.
184         (safe_read): Use IS_EINTR in place of in-function cpp directives.
185
186 2002-12-02  Bruno Haible  <bruno@clisp.org>
187
188         * safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
189         Define, taken from safe-read.c.
190         (INT_MAX): Provide fallback.
191         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
192         * safe-write.h (SAFE_WRITE_ERROR): Define.
193
194         * safe-read.c (EINTR): Remove definition.
195         (safe_read): Don't use EINTR if it is absent.
196
197 2002-12-02  Jim Meyering  <jim@meyering.net>
198
199         * safe-read.c (EINTR): Define.
200         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
201         (INT_MAX): Provide fallback.
202         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
203
204         * safe-read.h (SAFE_READ_ERROR): Define.
205
206 2002-12-01  Jim Meyering  <jim@meyering.net>
207
208         * safe-read.c: (safe_read): Also exit the loop when read returns zero.
209         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
210
211 2002-11-27  Paul Eggert  <eggert@twinsun.com>
212
213         * hash.c (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
214         hash_rehash): Replace `if (limit <= value) abort ();' with
215         `if (! (value < limit)) abort ();', for readability.
216
217 2002-11-26    <karl@gnu.org>
218
219         * strdup.c: copy from libc again, with jim's ok.
220         * .cppi-disable: re-add strdup.c
221
222 2002-11-25    <karl@gnu.org>
223
224         * strtoll.c: copy from libc, meaning we now #include <strtol.c>
225         instead of "strtol.c".
226
227 2002-11-25  Jim Meyering  <jim@meyering.net>
228
229         * mktime.c: Sync from libc, now that it has the latest fix.
230
231 2002-11-24    <karl@gnu.org>
232
233         * error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
234         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
235
236 2002-11-24  Jim Meyering  <jim@meyering.net>
237
238         Update from coreutils:
239
240         * mktime.c: Merge in changes from libc.
241
242         Avoid a link-time failure on some Linux systems.
243         * mktime.c (STATIC): Define to be empty (_LIBC) or `static' (otherwise).
244         (__mon_yday): Declare with the STATIC attribute.
245         (__mktime_internal): Likewise.
246         Based on a report from Greg Schafer.
247
248 2002-11-23  Jim Meyering  <jim@meyering.net>
249
250         * sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
251         Use `unsigned', not `int', as type of index.
252
253         * xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
254
255         * fsusage.c: Remove unneeded parentheses around operands of `defined'.
256
257 2002-11-22  Paul Eggert  <eggert@twinsun.com>
258
259         * hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
260         hint that one should use `if (! x) abort ();' rather than `assert
261         (x);', and anyway it's one less thing to worry about configuring.
262         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
263         hash_rehash, hash_insert): Use abort rather than assert.
264
265 2002-11-22  Paul Eggert  <eggert@twinsun.com>
266
267         * quotearg.h: Allow multiple inclusion by surrounding with
268         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
269         so that we can be included first.
270         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
271         * quotearg.c: Include quotearg.h immediately after config.h.
272         No need to include stddef.h or sys/types.h any more.
273         Surround local include files with "", not "<>".
274         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
275         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
276         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
277         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
278         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
279         (ISPRINT): Remove; no longer needed now that we assume C89.
280
281         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
282         Preserve errno.
283
284         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
285         quotearg_char): Use SIZE_MAX rather than
286         (size_t) -1 when we are talking about "infinity".
287
288         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
289
290 2002-11-22  Bruno Haible  <bruno@clisp.org>
291
292         * safe-read.h: Assume C89. Add comments.
293         (safe_read): Change return type to size_t.
294         * safe-read.c (safe_read): Change return type to size_t. Handle byte
295         counts > SSIZE_MAX correctly.
296         * safe-write.h: New file.
297         * safe-write.c: New file.
298         * full-read.h: New file.
299         * full-read.c: New file.
300         * full-write.h: Assume C89. Add comments.
301         * full-write.c: Include safe-write.h.
302         (full_write): Rewritten to use safe_write.
303         Suggested by Jim Meyering and Paul Eggert.
304
305 2002-11-21  Bruno Haible  <bruno@clisp.org>
306
307         Remove case insensitive option matching.
308         * argmatch.h (argcasematch): Remove declaration.
309         (ARGCASEMATCH): Remove macro.
310         (__xargmatch_internal): Remove case_sensitive argument.
311         (XARGMATCH): Update.
312         (XARGCASEMATCH): Remove macro.
313         * argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
314         case_sensitive argument.
315         (argcasematch): Remove function.
316         (__xargmatch_internal): Remove case_sensitive argument.
317         (main): Use XARGMATCH instead of XARGCASEMATCH.
318
319         * xmalloc.c: Change compile-time error message. Add comment about
320         required autoconf version.
321
322 2002-11-21  Jim Meyering  <jim@meyering.net>
323
324         * strdup.c (strdup): Tweak comment and initial #if/#include.
325
326         Merge in changes from the coreutils.
327
328         2002-09-25  Paul Eggert  <eggert@twinsun.com>
329         * fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include <stdint.h>.
330         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
331         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
332         int.  Work more efficiently if X is the same width as uintmax_t.
333         Do not compare X to -1, to avoid bogus compiler warning.
334         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
335         Don't assume that f_frsize and f_bsize are the same type.
336
337         * mountlist.c: #undef MNT_IGNORE before defining it, to avoid warning
338         on FreeBSD.
339
340         * makepath.c (make_path): Restore umask *before* creating the final
341         component.
342         (make_path): Minor reformatting.
343
344         * xmalloc.c: Adjust to work with new autoconf macros, AC_FUNC_MALLOC
345         and AC_FUNC_REALLOC: test #ifndef HAVE_MALLOC/HAVE_REALLOC.
346
347         * mountlist.h (ME_DUMMY): Don't count entries of type `auto' as dummy
348         ones.  At least on GNU/Linux systems, `auto' means something else.
349         From Michael Stone.
350
351 2002-11-20  Paul Eggert  <eggert@twinsun.com>
352
353         Merge argmatch cleanups from Bison.  Assume C89.
354
355         * argmatch.c: Include config.h here, not in argmatch.h.
356         Include stdlib.h, for EXIT_FAILURE.
357         Always include <string.h>, since we assume C89.
358         (EXIT_FAILURE): Remove pre-C89 bug workaround.
359         * argmatch.h: Do not include <config.h> or <sys/types.h>.
360         Include <stddef.h> instead, since it's all we need for size_t.
361         (PARAMS): Remove.  All uses removed.
362         (ARRAY_CARDINALITY): Do not bother to #undef.
363         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
364         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
365         Remove unnecessary parentheses.
366         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
367         Insert necessary parentheses.
368         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
369         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
370
371 2002-11-19  Bruno Haible  <bruno@clisp.org>
372
373         * mbswidth.c: Include mbswidth.h right at the beginning.
374         * mbswidth.h: Include <stddef.h>, for size_t.
375
376         * mbswidth.h (PARAMS): Remove macro.
377         (mbswidth, mbsnwidth): Use ANSI C function declarations.
378         * mbswidth.c (mbswidth, mbsnwidth): Likewise.
379
380         * gcd.h (PARAMS): Remove macro.
381         (gcd): Use ANSI C function declarations.
382         * gcd.c (gcd): Likewise.
383
384 2002-11-15  Bruno Haible  <bruno@clisp.org>
385
386         * strcspn.c: Include <stddef.h>.
387         (strcspn): Use ANSI C function declaration. Change return type to
388         size_t. Use NULL.
389         * strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
390         (strpbrk): Use NULL.
391         * strpbrk.h (PARAMS): Remove macro.
392         (strpbrk): Use ANSI C function declaration.
393         * strstr.c: Don't include <sys/types.h>.
394         * strstr.h (PARAMS): Remove macro.
395         (strstr): Use ANSI C function declarations.
396
397 2002-11-06  Bruno Haible  <bruno@clisp.org>
398
399         * gcd.h (gcd): Change argument type to 'unsigned long'.
400         * gcd.c (gcd): Likewise.
401
402 2002-11-05  Bruno Haible  <bruno@clisp.org>
403
404         * gcd.h: New file, from gettext-0.11.5.
405         * gcd.c: New file, from gettext-0.11.5.
406
407 2002-11-05  Bruno Haible  <bruno@clisp.org>
408
409         * error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
410         * getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
411         * obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
412         * regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
413
414         * argmatch.c: Include gettext.h instead of <locale.h> and <libintl.h>.
415         * makepath.c: Include gettext.h instead of <locale.h> and <libintl.h>.
416
417         * closeout.c: Include gettext.h instead of <libintl.h>.
418         * human.c: Include gettext.h instead of <libintl.h>.
419         * quotearg.c: Include gettext.h instead of <libintl.h>.
420         * rpmatch.c: Include gettext.h instead of <libintl.h>.
421         * unicodeio.c: Include gettext.h instead of <libintl.h>.
422         * userspec.c: Include gettext.h instead of <libintl.h>.
423         * version-etc.c: Include gettext.h instead of <libintl.h>.
424         * xmalloc.c: Include gettext.h instead of <libintl.h>.
425         (textdomain): Remove definition.
426         * xmemcoll.c: Include gettext.h instead of <libintl.h>.
427
428         * long-options.c: Remove include of <libintl.h> and definition of _.
429         * same.c: Remove include of <libintl.h> and definition of _.
430
431 2002-11-04  Bruno Haible  <bruno@clisp.org>
432
433         * stpcpy.h: New file, from GNU gettext-0.11.5.
434         * strcase.h: New file, from GNU gettext-0.11.5.
435         * strpbrk.h: New file, from GNU gettext-0.11.5.
436         * strstr.h: New file, from GNU gettext-0.11.5.
437         * xgetcwd.h: New file, from GNU gettext-0.11.5.
438
439 2002-05-09  Bruno Haible  <bruno@clisp.org>
440
441         * config.charset: Update for newest glibc. Add canonical names
442         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
443
444 2002-05-09  Bruno Haible  <bruno@clisp.org>
445
446         * localcharset.c (get_charset_aliases): Add more Windows specific
447         aliases.
448
449 2002-05-08  Owen Taylor  <otaylor@redhat.com>
450
451         * config.charset: A few additions for Solaris.
452
453 2001-12-05  Bruno Haible  <bruno@clisp.org>
454
455         * localcharset.c (locale_charset): Don't return an empty string.
456
457 2001-10-23  Bruno Haible  <haible@clisp.cons.org>
458
459         * config.charset: msdos in uk_UA uses CP1125.
460
461 2001-08-05  Bruno Haible  <haible@clisp.cons.org>
462
463         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
464         * localcharset.c (locale_charset): Declare as extern "C".
465
466 2002-02-15  Bruno Haible  <bruno@clisp.org>
467
468         * config.charset [msdosdjgpp]: For Russian, use CP866.
469
470 2002-02-11  Bruno Haible  <bruno@clisp.org>
471
472         * config.charset: Add support for NetBSD.
473
474 2002-09-25    <karl@gnu.org>
475
476         * strdup.c: copy from libc/string (via ../config/srclist*).
477         * getopt*: copy from libc/posix.
478         * gettext.h: copy from gettext.
479         * .cppi-disable: add strdup.c, gettext.h.
480
481 2002-07-01  Jim Meyering  <meyering@lucent.com>
482
483         * c-stack.c: Include sys/time.h.
484         From Volker Borchert.
485
486 2002-06-11  Paul Eggert  <eggert@twinsun.com>
487
488         * fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
489         New macro.  Use it uniformly instead of
490         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
491         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
492         reported by Vin Shelton.
493
494 2002-06-22  Jim Meyering  <meyering@lucent.com>
495
496         * fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
497         redefinition due to Solaris5.6's definition in /usr/include/sys/euc.h.
498
499 2002-06-22  Paul Eggert  <eggert@twinsun.com>
500
501         * c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
502         Do not assume SA_SIGINFO behavior.
503         Bug reported by Jim Meyering on NetBSD 1.5.2.
504
505 2002-06-22  Jim Meyering  <meyering@lucent.com>
506
507         * c-stack.c, c-stack.h: New files, from diffutils-2.8.2.
508
509         * exitfail.c, exitfail.h: Likewise.
510         * Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
511
512         * Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
513         of fnmatch.h.
514         (EXTRA_DIST): Add fnmatch_loop.c.
515         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
516
517         * fnmatch_loop.c: New file, from diffutils-2.8.2.
518         * fnmatch.c: Update from diffutils-2.8.2.
519         * fnmatch_.h: New file.  From diffutils-2.8.2.
520         * fnmatch.h: Remove file.
521
522 2002-06-18  Paul Eggert  <eggert@twinsun.com>
523
524         * file-type.h: Report an error if neither S_ISREG nor
525         S_IFREG is defined, instead of using a test specific to glibc
526         2.2.  This should be safe, since POSIX requires S_ISREG and
527         Unix Version 7 had S_IFREG.  We don't need to check for
528         <sys/types.h> since we don't use any symbols that it defines.
529
530 2002-06-15  Jim Meyering  <meyering@lucent.com>
531
532         * file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
533         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
534         have been included before this file.
535
536 2002-06-13  Richard Dawe  <richdawe@bigfoot.com>
537
538         * Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than $@-t,
539         so that each temporary file name is unique and valid in the first
540         8 characters, for operation under DOS.
541
542 2002-06-15  Jim Meyering  <meyering@lucent.com>
543
544         Work even with DJGPP 2.03, which lacks support for symlinks.
545         From Richard Dawe.
546         * xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
547         is defined.
548         * lchown.c (S_ISLNK): Likewise.
549
550 2002-06-14  Jim Meyering  <meyering@lucent.com>
551
552         * file-type.h: Use the version from diffutils-2.8.2.
553         * file-type.c: Likewise.
554
555 2002-05-27  Jim Meyering  <meyering@lucent.com>
556
557         Fix a problem seen only on nonconforming systems whereby ls.c's
558         use of localtime, and then of gettimeofday would cause trouble:
559         the localtime call used to initialize rpl_gettimeofday's save
560         mechanism would clobber ls's current local time information so
561         that in any long listing the first file would always be listed
562         with date 1970-01-01.  Analysis by Volker Borchert.
563
564         * gettimeofday.c (localtime): Undefine.
565         (rpl_localtime): New function.
566
567 2002-05-22  Jim Meyering  <meyering@lucent.com>
568
569         * Makefile.am (libfetish_a_SOURCES): Add file-type.c and file-type.h.
570         * file-type.h: New file.
571         * file-type.c (file_type): New file/function.  Extracted from diffutils.
572
573 2002-04-29  Paul Eggert  <eggert@twinsun.com>
574
575         * hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
576
577 2002-04-28  Paul Eggert  <eggert@twinsun.com>
578
579         * sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
580         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
581         of 127, since 64 is the largest conceivable number for ancient
582         nonstandard hosts.
583         * sig2str.c: Do not include <sys/wait.h>; no longer needed.
584
585 2002-04-28  Jim Meyering  <meyering@lucent.com>
586
587         * sig2str.c (WTERMSIG): Remove definition (unused).
588
589 2002-04-28  Paul Eggert  <eggert@twinsun.com>
590
591         * sig2str.h, sig2str.c: New files.
592         * Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
593
594 2002-04-24  Jim Meyering  <meyering@lucent.com>
595
596         * gettext.h: New file, from Gettext.
597         * Makefile.am (INCLUDES): Remove -I../intl.
598         (libfetish_a_SOURCES): Add gettext.h.
599
600 2002-04-16  Jim Meyering  <meyering@lucent.com>
601
602         * readutmp.h (UT_TYPE): Remove definition (now in who.c).
603         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
604         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
605
606 2002-04-12  Jim Meyering  <meyering@lucent.com>
607
608         * dirfd.h (dirfd): Elide prototype if dirfd is a macro.
609
610 2002-03-10  Jim Meyering  <meyering@lucent.com>
611
612         * makepath.c (make_path): Remove a comma from a diagnostic.
613         Suggestion from Santiago Vila.
614
615 2002-03-08  Jim Meyering  <meyering@lucent.com>
616
617         * rename.c: Mention that this wrapper is needed also on
618         mips-dec-ultrix4.4 systems.
619
620 2002-03-02  Jim Meyering  <meyering@lucent.com>
621
622         * gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
623         not HAVE_CLOCK_SETTIME.
624
625 2002-02-27  Paul Eggert  <eggert@twinsun.com>
626
627         * nanosleep.h: Rename to....
628         * timespec.h: New name for nanosleep.h.  All uses changed.
629
630         * gettime.c: New file.
631         * settime.c: New file.
632         * stime.c: Remove.
633
634         * Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
635         timespec.h.  Remove nanosleep.h.
636
637 2002-02-25  Paul Eggert  <eggert@twinsun.com>
638
639         * acl.c, acl.h: New files.
640         * Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
641
642 2002-02-24  Jim Meyering  <meyering@lucent.com>
643
644         * strnlen.c (strnlen): Define-away/undef so that an inconsistent
645         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
646         cause trouble.  Reported by Nelson Beebe.
647
648 2002-02-23  Paul Eggert  <eggert@twinsun.com>
649
650         * path-concat.c (xpath_concat): Reorder code to pacify
651         compilers that don't know that xalloc_die never returns.
652
653 2002-02-20  Jim Meyering  <meyering@lucent.com>
654
655         * getdate.c: Regenerate using bison-1.33.
656
657 2002-02-15  Paul Eggert  <eggert@twinsun.com>
658
659         * posixver.c, posixver.h: New files.
660         * Makefile.am (libfetish_a_SOURCES): Add them.
661
662 2002-02-02  Paul Eggert  <eggert@twinsun.com>
663             Bruno Haible  <bruno@clisp.org>
664
665         * unicodeio.h (print_unicode_char): Add exit_on_error argument.
666         (fwrite_success_callback): New declaration.
667         * unicodeio.c (unicode_to_mb): New function, extracted from
668         print_unicode_char. Call failure callback instead of error.
669         (fwrite_success_callback): New function.
670         (exit_failure_callback): New function.
671         (fallback_failure_callback): New function.
672         (print_unicode_char): Call unicode_to_mb.
673
674 2002-01-26  Jim Meyering  <meyering@lucent.com>
675
676         * Makefile.am (getdate$U.o): Depend on unlocked-io.h.
677
678 2002-01-22  Jim Meyering  <meyering@lucent.com>
679
680         * Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
681         Otherwise, some versions of automake would omit the rule that makes
682         Makefile from Makefile.in.
683
684 2001-01-21  Paul Eggert  <eggert@twinsun.com>
685
686         * xmemcoll.h, xmemcoll.c: New files.
687         * Makefile.am (libfetish_a_SOURCES): Add them.
688         * memcoll.c: Include errno.h, and declare errno if not defined.
689         (memcoll): Set errno to zero if there is no error.
690
691         * quotearg.c (quotearg_buffer_restyled):
692         Fix bug with quoting buffers containing NUL when backslashing escapes.
693         This bug was exposed by the other changes in this patch.
694         (quotearg_n_options): New arg ARGSIZE.
695         All callers changed.
696         (quoting_options_from_style): New function.
697         (quotearg_n_style): Use it.
698         (quotearg_n_style_mem): New function.
699
700         * quotearg.h (quotearg_n_style_mem): New function.
701
702 2002-01-16  Jim Meyering  <meyering@lucent.com>
703
704         * getdate.y: Add three semicolons, each just before a closing brace.
705         Bison (as of version 1.31) no longer papers over that mistake.
706
707 2002-02-14  Paul Eggert  <eggert@twinsun.com>
708
709         * backupfile.c (ISDIGIT): Comment fix.
710         * getdate.y (ISDIGIT): Likewise.
711         * posixtm.c (ISDIGIT, year): Likewise.
712         * strverscmp.c (ISDIGIT): Likewise.
713         * userspec.c (ISDIGIT): Likewise.
714
715 2002-01-05  Jim Meyering  <meyering@lucent.com>
716
717         * version-etc.c (version_etc_copyright): Update copyright year.
718
719 2001-01-19  Paul Eggert  <eggert@twinsun.com>
720
721         * closeout.c (close_stdout_status): If ferror (stdout), do
722         not silently exit merely because the output buffer happens to
723         have nothing pending.
724
725 2001-12-18  Paul Eggert  <eggert@twinsun.com>
726
727         See the big note in ../ChangeLog.
728         * human.c (suffixes): Prefer K to k for 1024.
729         (generate_suffix_backwards): New function.
730         (human_readable_inexact): Use it.
731         * xstrtol.c (__xstrtol): If there is no number but there
732         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
733         Accept 'K' as well as 'k'.
734
735 2001-12-15  Jim Meyering  <meyering@lucent.com>
736
737         * regex.h (__restrict_arr): Update from libc.
738
739         * mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
740         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
741         (STREQ): Define.
742
743 2001-12-10  Jim Meyering  <meyering@lucent.com>
744
745         * linebuffer.c: Remove explicit declarations of xmalloc and xrealloc,
746         Instead, include "xalloc.h".
747         (initbuffer): Don't cast xmalloc return value to char*.
748         (readline): Reword comment.
749         Don't cast xrealloc return value to char*
750         Return NULL, not 0.
751
752 2001-12-09  Jim Meyering  <meyering@lucent.com>
753
754         * modechange.c (mode_compile): Add cast to avoid pedantic warning about
755         `signed and unsigned type in conditional expression'.
756         * posixtm.c (posix_time_parse): Likewise.
757
758         * xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
759
760         * readtokens.c (readtoken): Declare an index to be of type unsigned
761         to avoid a pedantic warning.
762
763         * getstr.c: Don't include assert.h.
764         (getstr): Remove warning-evoking assertions.
765         Return -1 if offset parameter is out of bounds.
766         Change the type of a local from int to size_t.
767
768         * strftime.c (my_strftime_localtime_r): Include this function
769         definition in the `#if ! HAVE_TM_GMTOFF' block.
770
771         * xgethostname.c: Remove declarations of xmalloc and xrealloc.
772         Include xalloc.h instead.
773
774 2001-12-02  Jim Meyering  <meyering@lucent.com>
775
776         * tempname.c: Don't declare getenv, thus reverting the change of
777         2001-11-18.  It's no longer necessary, now that stdlib.h is always
778         included.
779
780         * regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
781         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
782
783 2001-11-30  Akim Demaille  <akim@epita.fr>
784
785         * xstrdup.c: Include xalloc.h, so that xstrdup is declared
786         before being defined.
787
788 2001-11-27  Paul Eggert  <eggert@twinsun.com>
789
790         * quotearg.h (quotearg_n, quotearg_n_style):
791         First arg is int, not unsigned.
792         * quotearg.c (quotearg_n, quotearg_n_style): Likewise.
793         (SIZE_MAX, UINT_MAX): New macros.
794         (quotearg_n_options): Abort if N is negative.
795         Avoid overflow check on hosts where size_t is 64 bits and int
796         is 32 bits, as overflow is impossible there.
797         Fix off-by-one typo that caused unnecessary reallocation.
798
799 2001-11-27  Jim Meyering  <meyering@lucent.com>
800
801         * tempname.c: Merge with version from libc.
802         * regex.c: Likewise.
803
804         * tempname.c: Include stdlib.h unconditionally.  On some old systems
805         for which STDC_HEADERS is 0, it was not included, resulting in a
806         warning about an integer-to-pointer conversion problem with getenv.
807         Reported by Volker Borchert.
808
809 2001-11-26  Jim Meyering  <meyering@lucent.com>
810
811         * gtod.h: Remove file.
812         * Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
813         * gettimeofday.c: Don't include gtod.h.
814         (GTOD_init): Remove function.
815         (rpl_gettimeofday): Do its job here instead, rather than aborting.
816         Suggestion from Volker Borchert.
817
818 2001-11-23  Jim Meyering  <meyering@lucent.com>
819
820         * hash.h (struct hash_table): Don't define here.  Merely declare it.
821         * hash.c (struct hash_table): Define it here instead.
822
823 2001-11-22  Jim Meyering  <meyering@lucent.com>
824
825         * hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
826
827 2001-11-18  Paul Eggert  <eggert@twinsun.com>
828
829         * tempname.c (TMP_MAX): Remove; no longer needed.
830         (TEMPORARIES): New macro.
831         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
832         removes an artificial limitation (e.g. HP-UX 10.20, where
833         TMP_MAX is 17576).
834
835 2001-11-18  Jim Meyering  <meyering@lucent.com>
836
837         * tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
838         on SunOS4.
839
840         * Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
841         files will be created before anything else.
842
843 2001-11-17  Jim Meyering  <meyering@lucent.com>
844
845         * modechange.c (mode_adjust): Fix error introduced on 1999-04-26
846         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
847         rather than group writable.  Patch by Juan F. Codagnone.
848
849         * readtokens.c: Remove explicit declarations of xmalloc and xrealloc,
850         Instead, include "xalloc.h".
851
852         * mountlist.c: Include unlocked-io.h after all system headers.
853         Remove explicit declarations of xmalloc, xrealloc,
854         and xstrdup.  Instead, include "xalloc.h".
855
856         * argmatch.c, closeout.c, error.c, exclude.c: Include unlocked-io.h.
857         * fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c: Likewise.
858         * mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
859
860         * regex.c, sha.c, version-etc.c, yesno.c: Likewise.
861         Reported by Padraig Brady.
862
863         * mkstemp.c: #undef mkstemp.
864         Include config.h.
865         (rpl_mkstemp): Rename from mkstemp.
866         Protoize.
867
868 2001-11-16  Jim Meyering  <meyering@lucent.com>
869
870         * physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
871         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
872         determine the amount of total physical memory, use pstat_getstatic.
873         HPUX-11 doesn't define _SC_PHYS_PAGES.
874         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
875         If sysconf couldn't be used to determine the amount of available
876         physical memory, use both pstat_getstatic and pstat_getdynamic.
877         Based on a patch from Bob Proulx.
878
879 2001-11-05  Jim Meyering  <meyering@lucent.com>
880
881         * xstat.in (slash_aware_lstat): Correct a misleading comment.
882
883 2001-11-03  Jim Meyering  <meyering@lucent.com>
884
885         * argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
886         in argmatch_to_argument call.
887
888         * dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
889         argument.
890
891         * hash.c (hash_clear): Fix a bug that could lead to an infloop or
892         e.g., a fault due to an attempt to free a NULL pointer.
893
894 2001-11-01  Jim Meyering  <meyering@lucent.com>
895
896         * dirfd.c, dirfd.h: New files.
897         * Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
898
899         * hash.c (hash_print) [TESTING]: Clean up.
900
901 2001-10-22  Paul Eggert  <eggert@twinsun.com>
902
903         * hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
904         to avoid a warning if -Wall.
905
906 2001-10-21  Paul Eggert  <eggert@twinsun.com>
907
908         * regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
909
910 2001-10-21  Jim Meyering  <meyering@lucent.com>
911
912         * obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
913         this code would end up calling gettext even in packages built
914         with --disable-nls.
915         * getopt.c (_): Likewise.
916         * regex.c (_): Likewise.
917
918 2001-10-20  Paul Eggert  <eggert@twinsun.com>
919
920         * error.c (strerror_r): Do not declare unless !_LIBC.
921         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
922         Use strerror_r that is only a macro, even if it is not a function.
923         (strerror): Check for HAVE_DECL_STRERROR before declaring.
924         (private_strerror): Use prototypes, not old-style function definition.
925         (print_errno_message): New function.
926         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
927         char*-flavored one.
928         (error_tail, error, error_at_line): Use it.
929
930 2001-10-11  Jim Meyering  <meyering@lucent.com>
931
932         * argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
933         and quote_n (1, ... to avoid clobbering a buffer.
934
935 2001-10-05  Jim Meyering  <meyering@lucent.com>
936
937         * Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and hash-pjw.h.
938         * hash-pjw.c: New file (factored out of fileutils' remove.c).
939         * hash-pjw.h: New file.
940
941 2001-09-30  Jim Meyering  <meyering@lucent.com>
942
943         * mountlist.c [MOUNTED_GETFSSTAT]:
944         Include <sys/ucred.h>, for Apple Darwin.
945         Include sys/mount.h and sys/fs_types.h only if available.
946         (FS_TYPE): Define.
947         (read_filesystem_list): Use FS_TYPE.
948
949 2001-09-29  Paul Eggert  <eggert@twinsun.com>
950
951         * exclude.c (excluded_filename): 0 -> false, since it's
952         a boolean context.
953
954 2001-09-28  Paul Eggert  <eggert@twinsun.com>
955
956         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
957         #defines strtoimax.  Also treat the other strto* functions
958         like strtoimax.
959
960         * xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
961         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
962         (strtoimax, strtoumax): Do not declare if already defined as a macro.
963
964 2001-09-26  Jim Meyering  <meyering@lucent.com>
965
966         Most macros in unlocked-io.h had the wrong number of arguments.
967         * gen-uio: New script.
968         (USE_UNLOCKED_IO): Define to 1 if not already defined.
969         * unlocked-io.hin: Remove file.
970         * Makefile.am (unlocked-io.h): Rewrite to use a separate script,
971         rather than trying to embed it here.
972         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
973         Reported by Padraig Brady.
974
975 2001-09-25  Volker Borchert  <bt@teknon.de>
976
977         * gettimeofday.c (rpl_gettimeofday): Declare local variable `result'.
978
979 2001-09-23  Jim Meyering  <meyering@lucent.com>
980
981         * mountlist.c: Remove useless parentheses in #if directives.
982         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
983         the deprecated MOUNTED symbol is no longer defined in mntent.h.
984
985 2001-09-22  Jim Meyering  <meyering@lucent.com>
986
987         * localcharset.c: Update from latest gettext.
988         * config.charset: Likewise.
989
990 2001-09-20  Jim Meyering  <meyering@lucent.com>
991
992         * xstrtol.c (strtoimax): Guard declaration with
993         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
994         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
995         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
996         (strtoumax): Likewise, for completeness (it wasn't necessary).
997
998 2001-09-06  Paul Eggert  <eggert@twinsun.com>
999
1000         * strtoimax.c (HAVE_LONG_LONG):
1001         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
1002         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
1003         to work around bug in IBM C compiler.
1004
1005 2001-09-16  Jim Meyering  <meyering@lucent.com>
1006
1007         * mkdir.c: New file.
1008
1009 2001-09-04  Paul Eggert  <eggert@twinsun.com>
1010
1011         * xgetcwd.c: Revert some of the previous change; intead,
1012         fix the HAVE_GETCWD_NULL code to behave more like the
1013         !HAVE_GETCWD_NULL code used to.
1014
1015         Include "xalloc.h".
1016         (xgetcwd): Do not return NULL when memory is exhausted; instead,
1017         invoke xalloc_die.
1018
1019 2001-09-04  Paul Eggert  <eggert@twinsun.com>
1020
1021         * xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
1022         Use ssize_t, not int, to store result of readlink.
1023         Check for ssize_t overflow as well as size_t overflow,
1024         as POSIX says the result of readlink is implementation-defined
1025         when ssize_t overflows.
1026         Remove unnecessary cast to char*.
1027         Use free+malloc instead of realloc, as the storage doesn't need
1028         to be preserved and it's clearer and can be more efficient that way.
1029         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
1030         * xreadlink.h (xreadlink): Update prototype.
1031
1032 2001-09-03  Paul Eggert  <eggert@twinsun.com>
1033
1034         * exclude.c (fnmatch_no_wildcards): Fix confusion between
1035         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
1036         spotted by Jim Meyering.
1037
1038 2001-09-03  Jim Meyering  <meyering@lucent.com>
1039
1040         * xreadlink.c (xreadlink): Preserve errno around `free' during failure.
1041
1042 2001-09-03  Paul Eggert  <eggert@twinsun.com>
1043
1044         * xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
1045         like the HAVE_GETCWD_NULL code.
1046         Include pathmax.h if not HAVE_GETCWD.
1047         Do not include xalloc.h.
1048         (INITIAL_BUFFER_SIZE): New symbol.
1049         Do not use xmalloc / xrealloc, since the caller is responsible for
1050         handling errors.  Preserve errno around `free' during failure.
1051         Do not overrun buffer when using getwd.
1052
1053 2001-09-03  Paul Eggert  <eggert@twinsun.com>
1054
1055         * xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
1056         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use getcwd (NULL, 0).
1057
1058 2001-09-02  Jim Meyering  <meyering@lucent.com>
1059
1060         * error.c: Update from GNU libc.
1061
1062 2001-09-01  Jim Meyering  <meyering@lucent.com>
1063
1064         * xreadlink.c: New file.
1065         * xreadlink.h: New file.
1066         * Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and xreadlink.h.
1067
1068         * regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
1069         doesn't conflict with sparc-sun-solaris2.7's definition in
1070         /usr/include/sys/int_types.h.
1071
1072         * exclude.c: Use `""', not `<>' to #include non-system header files.
1073         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
1074         and strncasecmp as r-values.  Unixware didn't have declarations.
1075
1076 2001-08-31  Jim Meyering  <meyering@lucent.com>
1077
1078         * xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
1079         Use an initial, malloc'd, buffer of length 128 rather than
1080         a statically allocated one of length 1024.
1081
1082 2001-08-30  Paul Eggert  <eggert@twinsun.com>
1083
1084         * xgetcwd.c: Don't include pathmax.h.
1085         Include stdlib.h and unistd.h if available.
1086         Include xalloc.h.
1087         (xmalloc, xstrdup, free): Remove decls.
1088         (xgetcwd): Don't assume sizes fit in unsigned.
1089         Check for overflow when computing sizes.
1090         Simplify reallocation code.
1091
1092 2001-08-28  Paul Eggert  <eggert@twinsun.com>
1093
1094         * Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
1095
1096         * strtoimax.c: Renamed from strtoxmax.c, removing the
1097         old strtoimax.c.
1098
1099         Also, make the following further changes to make this file's
1100         configuration more similar to that of strtol.c:
1101         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
1102         (strtoumax, uintmax_t, strtoull, strtol): Remove.
1103         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
1104         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
1105         changed to signed values.
1106
1107         And make the following changes as well:
1108         Fix copyright notice, as 1999 was missing.
1109         (verify): New macro.
1110         (strtoimax): Check sizes at compile-time, not run-time.
1111         Prefer strtol to strtoll if both work.
1112         (main): Remove; it was not that useful and was a pain to maintain.
1113
1114         * strtoumax.c: Include strtoimax.c, not strtouxmax.c.
1115
1116 2001-08-30  Paul Eggert  <eggert@twinsun.com>
1117
1118         * savedir.c (savedir): Remove size parameter, as POSIX says that
1119         a directory's st_size can have an arbitrary value, so the old
1120         usage could waste an arbitrary amount of memory.  All uses
1121         changed.
1122         * savedir.h: Update prototype.
1123
1124 2001-08-30  Paul Eggert  <eggert@twinsun.com>
1125
1126         * xstrtol.c (strtoimax): New decl.
1127
1128 2001-08-28  Paul Eggert  <eggert@twinsun.com>
1129
1130         * xstrtol.h: Add copyright notice.
1131         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
1132         LONGINT_INVALID_SUFFIX_CHAR.
1133
1134 2001-08-30  Paul Eggert  <eggert@twinsun.com>
1135
1136         * quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
1137         tm to be declared.
1138
1139 2001-08-30  Paul Eggert  <eggert@twinsun.com>
1140
1141         * hash.c: Remove '2001' from copyright notice.
1142
1143 2001-08-30  Paul Eggert  <eggert@twinsun.com>
1144
1145         * full-write.h: New file.
1146         * Makefile.am (libfetish_a_SOURCES): Add full-write.h.
1147         * full-write.c: Correct credits, as cccp.c no longer
1148         exists and anyway it was so heavily changed from the old cccp
1149         code as to be unrecognizable.  Include full-write.h.
1150         (full_write) Return size_t, with short writes meaning failure.
1151         All callers changed.  This fixes a bug with large buffers
1152         on 64-bit hosts.
1153         * utime.c: Include full-write.h.
1154
1155 2001-08-30  Paul Eggert  <eggert@twinsun.com>
1156
1157         Merge 'exclude' changes from tar 1.13.22.
1158         This fixes one or two unlikely storage allocation overflow bugs,
1159         but doesn't change user-visible behavior otherwise.
1160
1161 2001-08-30  Paul Eggert  <eggert@twinsun.com>
1162
1163         * exclude.c (bool): Declare, perhaps by including stdbool.h.
1164         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
1165         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
1166         Include if available.
1167         (<xalloc.h>): Include
1168         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
1169         (verify): New macro.  Use it to verify that EXCLUDE macros do not
1170         collide with FNM macros.
1171         (struct patopts): New struct.
1172         (struct exclude): Use it, as exclude patterns now come with options.
1173         (new_exclude): Support above changes.
1174         (new_exclude, add_exclude_file):
1175         Initial size must now be a power of two to simplify overflow checking.
1176         (free_exclude, fnmatch_no_wildcards): New function.
1177         (excluded_filename): No longer requires options arg, as the options
1178         are determined by add_exclude.  Now returns bool, not int.
1179         (excluded_filename, add_exclude):
1180         Add support for the fancy new exclusion options.
1181         (add_exclude, add_exclude_file): Now takes int options arg.
1182         Check for arithmetic overflow when computing sizes.
1183         (add_exclude_file): xrealloc might modify errno, so don't
1184         realloc until after errno might be used.
1185
1186         * exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
1187         New macros.
1188         (free_exclude): New decl.
1189         (add_exclude, add_exclude_file): Now takes int options arg.
1190         (excluded_filename): No longer requires options arg, as the options
1191         are determined by add_exclude.  Now returns bool, not int.
1192
1193 2001-08-30  Paul Eggert  <eggert@twinsun.com>
1194
1195         * alloca.c (alloca): Arg is of type size_t, not unsigned.
1196
1197 2001-08-27  Jim Meyering  <meyering@lucent.com>
1198
1199         * Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
1200
1201         * version-etc.c (N_): Remove definition.
1202         Revert most of last change.
1203         Instead, simply don't mark the `Copyright...' string for translation.
1204         Based on advice from Paul Eggert.
1205
1206         * strtoxmax.c: Tweak comment.
1207
1208 2001-08-26  Jim Meyering  <meyering@lucent.com>
1209
1210         * version-etc.c (version_etc_copyright_fmt): Replace literal year
1211         of copyright with `%s' so translators don't get an untranslated
1212         message in 2002.
1213         (COPYRIGHT_YEAR): Define.
1214         (version_etc): Use fprintf rather than fputs.
1215         Suggestion from Ulrich Drepper.
1216
1217         * Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
1218
1219         * strtoll.c: New file, from GNU libc.
1220         * xstrtoimax.c: New file.
1221
1222         * xstrtol.h: Add xstrtoimax.
1223         * strtoumax.c: New file.  Simply include "strtoumax.c".
1224         * strtoimax.c: New file.  Likewise, but first define STRTOUXMAX_SIGNED.
1225
1226         * strtoumax.c: Factor to work both for unsigned and signed types, ...
1227         * strtoxmax.c: ... then renamed to this.
1228
1229 2001-08-13  Paul Eggert  <eggert@twinsun.com>
1230
1231         * Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
1232         Port to Solaris 8, where 'sed' requires a space after the 'r'
1233         command, and where sh dislikes "$/".  Clean up the spacing a bit.
1234         Redirect output to $tmp just once.
1235
1236 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
1237
1238         * addext.c (<errno.h>): Include.
1239         (errno): Declare if not defined.
1240         (addext): Work correctly when pathconf returns -1 and leaves
1241         errno alone because there is no limit.  Also, work even if
1242         pathconf returns a value greater than SIZE_MAX.
1243
1244 2001-08-12  Jim Meyering  <meyering@lucent.com>
1245
1246         * xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
1247         Simply `return getcwd (NULL, 0);'.
1248         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
1249         Use 1300 as initial value for length, not PATH_MAX.
1250
1251         * pathmax.h: Clean up cpp syntax.
1252
1253 2001-08-12  Jim Meyering  <meyering@lucent.com>
1254
1255         * gettimeofday.c: New file.
1256         * gtod.h: New file.
1257         * Makefile.am (libfetish_a_SOURCES): Add gtod.h.
1258
1259 2001-08-04  Jim Meyering  <meyering@lucent.com>
1260
1261         * error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if stmt,
1262         to get in sync with glibc.
1263
1264 2001-08-03  Paul Eggert  <eggert@twinsun.com>
1265
1266         The following changes are from gettext 0.10.39 as maintained by
1267         Bruno Haible.
1268
1269         * mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
1270         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
1271         with inverted sense.  All uses changed.
1272
1273         * mbswidth.c: Don't include <limits.h>.
1274         Include <stdlib.h> and <string.h> unconditionally.
1275         (iswcntrl, mbsinit, ISCNTRL): New macros.
1276         (mbsnwidth): Use K&R style function declarations.
1277         Don't bother checking for MB_LEN_MAX == 1, since the compiler
1278         can optimize it when MB_CUR_MAX == 1.
1279         The width of control characters is zero, not 1.
1280
1281 2001-07-15  Jim Meyering  <meyering@lucent.com>
1282
1283         * Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
1284         (BUILT_SOURCES): Add unlocked-io.h.
1285         (io_functions): Define.
1286         (unlocked-io.h): New rule.
1287         (DISTCLEANFILES): Add unlocked-io.h.
1288         (all-local): Depend on unlocked-io.h, to ensure it is created.
1289
1290         * unlocked-io.hin: New file
1291
1292         * regex.c: Update from glibc.
1293
1294 2001-07-05  Jim Meyering  <meyering@lucent.com>
1295
1296         * Makefile.am (noinst_HEADERS): Remove definition, per new automake
1297         recommendation.
1298         (libfetish_a_SOURCES): Put all .h files here instead.
1299         Remove a thus-exposed (better checks in automake) duplicate and
1300         two unnecessary .h files.
1301
1302 2001-06-11  Jim Meyering  <meyering@lucent.com>
1303
1304         * regex.c: Update from GNU libc.
1305
1306 2001-05-27  Jim Meyering  <meyering@lucent.com>
1307
1308         * readutmp.h (UT_TYPE): Define.
1309
1310 2001-05-24  Jim Meyering  <meyering@lucent.com>
1311
1312         * argmatch.c: Include "quote.h".
1313         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
1314         quote function.  Reported by Göran Uddeborg.
1315
1316 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
1317
1318         * dirname.c (dir_name): Compute append_dot using path, not newpath
1319         which is not yet declared.
1320
1321 2001-05-11  Paul Eggert  <eggert@twinsun.com>
1322
1323         * Makefile.am (libfetish_a_SOURCES):
1324         Add strftime.c, since we now compile it on all hosts.
1325
1326         * strftime.c (my_strftime):
1327         Define to nstrftime if emacs, but only if my_strftime is not defined.
1328         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
1329         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
1330         Add one more extra argument: a nanoseconds value.
1331         All uses changed.
1332         (ns): New macro.
1333         (my_strftime function): Add %N format.
1334         (emacs_strftimeu): Renamed from emacs_strftime,
1335         with extra ut argument.
1336
1337 2001-05-11  Paul Eggert  <eggert@twinsun.com>
1338
1339         dirname code cleanup.  base_name now behaves more compatibly
1340         with POSIX basename when given file names that have trailing
1341         slashes, and similarly for dir_name.  Add new primitives
1342         base_len and dir_len.  Put the directory-name-related decls
1343         into dirname.h.
1344
1345         * addext.c (ISSLASH, base_name): Remove; now in dirname.h.
1346         * backupfile.c (base_name): Likewise.
1347         * basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
1348         * dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
1349         * makepath.c (strip_trailing_slashes): Likewise.
1350         * path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN, ISSLASH):
1351         Likewise.
1352         * rename.c (strip_trailing_slashes): Likewise.
1353         * same.c (base_name): Likewise.
1354         * stripslash.c (ISSLASH): Likewise.
1355
1356         * addext.c: Include <dirname.h> after size_t is defined.
1357         * backupfile.c: Likewise.
1358
1359         * addext.c (addext): Use base_len to trim redundant
1360         trailing slashes instead of doing it ourselves.
1361         But do not trim the last slash if it is not redundant.
1362
1363         * backupfile.c (find_backup_file_name,
1364         max_backup_version): Use base_len instead of rolling it ourselves.
1365         Handle the case of "" and (on DOS) "C:" correctly.
1366
1367         * basename.c: Do not include <stdio.h>, <assert.h>; no longer needed.
1368         Include <string.h>, <dirname.h>.
1369         (base_name): Allow file names ending in slashes, other than names
1370         that are all slashes.  In this case, return the basename followed
1371         by the slashes.  This is more general, and can be used in places
1372         where the original base_name purposely had an assertion failure.
1373         (base_len): New function.
1374
1375         * dirname.c: Include <string.h> instead of <stdlib.h>.
1376         Do not include <assert.h>; no longer needed.
1377         Include xalloc.h.
1378         (memrchr): Remove decl.
1379         (dir_name_r): Remove.
1380         (dir_len): Renamed from dirlen.  All callers changed.
1381         Rewrite in terms of base_name, for simplicity and consistency.
1382         (dir_name): Never return NULL.  All callers changed.
1383         Do not include <stdlib.h> in test program; no longer needed.
1384         return 0; is fine for test program.
1385
1386         * dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
1387         New macros.
1388         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
1389
1390         * path-concat.c (path_concat): Use base_len to compute
1391         base length, not strlen; this means we cannot rely on memcpy
1392         to null-terminate.
1393
1394         * same.c (STREQ): Remove.
1395         (same_name): Handle the case where the basename ends in trailing '/'.
1396
1397         * stripslash.c (strip_trailing_slashes): Return nonzero if
1398         a slash was stripped.  Do not strip the last slash after a
1399         file system prefix.
1400
1401 2001-04-08  Jim Meyering  <meyering@lucent.com>
1402
1403         * getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
1404         recomputed; that's necessary when the offset spans a DST transition.
1405         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
1406
1407 2001-04-02  Jim Meyering  <meyering@lucent.com>
1408
1409         * regex.h, regex.c: Update from GNU libc.
1410
1411 2001-03-19  Paul Eggert  <eggert@twinsun.com>
1412
1413         * version-etc.c (version_etc_copyright): Update to 2001.
1414
1415 2001-03-16  Paul Eggert  <eggert@twinsun.com>
1416
1417         * tempname.c (uint64_t): Define to uintmax_t if
1418         not defined, and if UINT64_MAX is not defined.
1419         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
1420         Reported by John David Anglin.
1421
1422 2001-03-10  Bruno Haible  <haible@clisp.cons.org>
1423
1424         * localcharset.c (locale_charset): Allow wildcard syntax. Also resolve
1425         alias if codeset is empty.
1426         * config.charset (BeOS): Use wildcard syntax.
1427
1428 2001-03-13  Jim Meyering  <meyering@lucent.com>
1429
1430         * path-concat.c (path_concat) [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]:
1431         Don't insert a backslash when concatenating e.g., `C:' and `foo'.
1432         From Bruno Haible.
1433
1434 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
1435
1436         * localcharset.c (locale_charset): Don't use setlocale(LC_CTYPE,NULL).
1437         Don't return NULL.
1438         * unicodeio.c (print_unicode_char): Simplify accordingly.
1439
1440 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
1441
1442         * config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
1443         support for DOS/DJGPP.
1444
1445 2001-02-28  Paul Eggert  <eggert@twinsun.com>
1446
1447         * Makefile.am (libfetish_a_SOURCES):
1448         Add dup-safer.c, fopen-safer.c.
1449         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
1450
1451         * dup-safer.c, fopen-safer.c, stdio-safer.h, unistd-safer.h: New files.
1452
1453 2001-02-25  Paul Eggert  <eggert@twinsun.com>
1454
1455         The mkstemp replacement is taken from glibc 2.2.2, with some
1456         portability fixes for use outside glibc, as follows:
1457
1458         * tempname.c (struct_stat64): New macro.
1459         (direxists, __gen_tempname): Use it.
1460         This avoids a portability problem with Solaris 8.
1461
1462         * tempname.c (<config.h>): Include if HAVE_CONFIG_H.
1463         (<stddef.h>, <stdint.h>, <string.h>):
1464         Include only if STDC_HEADERS || _LIBC.
1465         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
1466         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
1467         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
1468         (__set_errno): Define this macro if <errno.h> doesn't.
1469         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
1470         Define these macros if <stdio.h> doesn't.
1471         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
1472         Define these macros if <sys/stat.h>
1473         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
1474         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
1475         __xstat64): Define if not _LIBC.
1476         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
1477         (__gen_tempname): Invoke gettimeofday only if
1478         HAVE_GETTIMEOFDAY || _LIBC;
1479         otherwise, fall back on plain "time".
1480         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
1481
1482         * mkstemp.c (__GT_FILE): Define to zero if not defined.
1483
1484         * mkstemp.c, tempname.c: New files, taken from glibc 2.2.2.
1485
1486 2001-02-17  Jim Meyering  <meyering@lucent.com>
1487
1488         * strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
1489         around included file name.
1490
1491         * strnlen.c (__strnlen): Merge in a change from GNU libc.
1492
1493         * strftime.c: Update from GNU libc (the only changes were to comments).
1494
1495 2001-02-13  Bruno Haible  <haible@clisp.cons.org>
1496
1497         * mbswidth.h (mbswidth): Also define as macro, to avoid prototype clash.
1498
1499 2001-02-17  Paul Eggert  <eggert@twinsun.com>
1500
1501         * mbswidth.c, quotearg.c (mbrtowc, mbsinit):
1502         Remove workaround macros for hosts that have mbrtowc but not
1503         mbstate_t, as we now insist on proper declarations for both
1504         before using mbrtowc.
1505
1506 2001-02-17  Jim Meyering  <meyering@lucent.com>
1507
1508         * regex.c: Update from libc.
1509
1510 2001-02-16  Paul Eggert  <eggert@twinsun.com>
1511
1512         * alloca.c (malloc): Undef before defining, since stdlib.h
1513         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
1514         Reported by Mark Hounschell via Paul Eggert.
1515
1516 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
1517
1518         * config.charset: Update for FreeBSD 4.2.
1519
1520 2001-01-26  Jim Meyering  <meyering@lucent.com>
1521
1522         * quotearg.c: Include stddef.h.
1523         * quote.c: Include stddef.h.
1524         Reported by Axel Kittenberger.
1525
1526         * xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
1527         line in double quotes so that it evokes a better diagnostic.
1528         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
1529         Reported by Axel Kittenberger.
1530
1531 2001-01-15  Bruno Haible  <haible@clisp.cons.org>
1532
1533         * unicodeio.c (print_unicode_char): Cast the second iconv() arg,
1534         to avoid a warning.  Add back 'const' to inptr.
1535
1536 2001-01-16  Jim Meyering  <meyering@lucent.com>
1537
1538         * basename.c: Include <stdio.h>, needed by assert on SunOS4.
1539         From Bruno Haible.
1540
1541 2001-01-14  Jim Meyering  <meyering@lucent.com>
1542
1543         * rename.c: New file.  From Volker Borchert.
1544         Include stdlib.h, string.h or strings.h, and xalloc.h.
1545         Use strip_trailing_slashes rather than open-coding it.
1546
1547 2001-01-03  Paul Eggert  <eggert@twinsun.com>
1548
1549         * strftime.c: Sync with glibc time/strftime.c 1.81.
1550
1551 2001-01-03  Jim Meyering  <meyering@lucent.com>
1552
1553         * unicodeio.c (print_unicode_char): Remove `const' from declaration of
1554         local `inptr' to avoid warning with some system declarations of iconv.
1555
1556 2000-12-29  Paul Eggert  <eggert@twinsun.com>
1557
1558         * modechange.c: Do not assume that mode_t uses the
1559         traditional octal encoding.  E.g. "chmod 1 FOO" should set
1560         the other-execute bit of FOO even if S_IXOTH != 1.
1561
1562         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
1563         WOTH, XOTH, ALLM): New macros.
1564         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
1565          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
1566         Use them.
1567         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
1568         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
1569         (mode_compile):
1570         No need to use uintmax_t; unsigned long is long enough.
1571         Don't bother to get suffix since we don't use it.
1572
1573 2000-12-24  Jim Meyering  <meyering@lucent.com>
1574
1575         * hash.c (is_prime): Return explicit boolean values.
1576         (hash_get_first): Return NULL to appease Irix5.6's 89.
1577         Reported by Nelson Beebe.
1578
1579 2000-10-31  Bruno Haible  <haible@clisp.cons.org>
1580
1581         * localcharset.c (locale_charset): Add support for Win32.
1582
1583 2000-12-18  Paul Eggert  <eggert@twinsun.com>
1584
1585         * physmem.h, physmem.c: New files.
1586
1587         * Makefile.am (libfetish_a_SOURCES): Add physmem.c.
1588         (noinst_HEADERS): Add physmem.h.
1589
1590         * xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
1591         't' for compatibility with Solaris 8 sort.
1592
1593 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
1594
1595         * config.charset: Add support for BeOS.
1596
1597 2000-12-16  Jim Meyering  <meyering@lucent.com>
1598
1599         * getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
1600         SHELLS_FILE to a file name that's useful on djgpp systems.
1601         Include stdlib.h.
1602         (ADDITIONAL_DEFAULT_SHELLS): Define.
1603         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
1604         Based mostly on a patch from Prashant TR.
1605
1606 2000-12-16  Jim Meyering  <meyering@lucent.com>
1607
1608         This bug had a serious impact on chown: `chown N:M FILE' (for integer
1609         N and M) would have treated it like `chown N:N FILE'.
1610
1611         * userspec.c (parse_user_spec): Fix typo: s/u/g/.
1612
1613 2000-10-31  Bruno Haible  <haible@clisp.cons.org>
1614
1615         * config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB, VISCII,
1616         CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256, CP1257
1617         to the list of canonical encodings. Rename EUC-CN to GB2312.
1618
1619 2000-12-08  Andreas Schwab  <schwab@suse.de>
1620
1621         * mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
1622         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
1623
1624 2000-12-07  Jim Meyering  <meyering@lucent.com>
1625
1626         * stripslash.c (ISSLASH): Define.
1627         (strip_trailing_slashes): Use ISSLASH rather than comparing against `/'.
1628         From Prashant TR.
1629
1630         * dirname.c (FILESYSTEM_PREFIX_LEN): Define.
1631         (dir_name_r): Declare this function as static.
1632         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
1633         manifest itself on a name containing a mix of slashes and
1634         backslashes.
1635         Make this function work with names starting with a DOS-style
1636         drive letter and colon prefix.
1637         (dir_name): Append `.' if necessary.
1638         Based mostly on patches from Prashant TR and Eli Zaretskii.
1639
1640         * dirname.h (dir_name_r): Remove prototype.
1641
1642 2000-12-05  Jim Meyering  <meyering@lucent.com>
1643
1644         * dirname.c (dir_name_r): Add `const' in a few local declarations.
1645
1646 2000-12-04  Jim Meyering  <meyering@lucent.com>
1647
1648         * path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
1649         Also include memory.h, stdlib.h, unistd.h if appropriate.
1650         Reported by Andreas Jaeger (conflicting declaration of malloc).
1651
1652 2000-12-02  Jim Meyering  <meyering@lucent.com>
1653
1654         * closeout.h: Make idempotent, to avoid some obscure warnings.
1655
1656 2000-12-01  Paul Eggert  <eggert@twinsun.com>
1657
1658         * memrchr.c: Include <config.h> before any system include file.
1659
1660 2000-11-29  Paul Eggert  <eggert@twinsun.com>
1661
1662         * dirname.c (dir_name_r): Fix typo: int -> size_t.
1663
1664 2000-11-26  Jim Meyering  <meyering@lucent.com>
1665
1666         * memcoll.c: Include sys/types.h.  From Werner Almesberger.
1667
1668 2000-11-22  Paul Eggert  <eggert@twinsun.com>
1669
1670         * strftime.c (my_strftime): Do not invoke mbrlen with a
1671         size of (size_t) -1; it's not portable.
1672
1673 2000-11-17  Akim Demaille  <akim@epita.fr>
1674
1675         * obstack.h: Formatting changes.
1676         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
1677         prevent type checking.
1678         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
1679         cast the value to (void *): assigning a `foo *' to a `void *'
1680         variable is valid.
1681         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
1682
1683 2000-11-17  Jim Meyering  <meyering@lucent.com>
1684
1685         * strstr.c: Update from GNU libc.
1686
1687 2000-11-16  Jim Meyering  <meyering@lucent.com>
1688
1689         * strverscmp.c: Incorporate weak-alias-related changes from glibc.
1690
1691 2000-11-11  Jim Meyering  <meyering@lucent.com>
1692
1693         * error.c: Add a couple #includes, merging from GNU libc version.
1694
1695 2000-11-10  Jim Meyering  <meyering@lucent.com>
1696
1697         * obstack.h: Update from GNU libc.
1698         * obstack.c: Likewise.
1699
1700 2000-11-06  Paul Eggert  <eggert@twinsun.com>
1701
1702         * getusershell.c (setusershell): Use rewind rather than
1703         fseek/fseeko, to avoid configuration hassles with fseeko.
1704         Don't bother opening SHELLS_FILE if shellstream is NULL;
1705         it's not necessary.
1706
1707 2000-11-05  Jim Meyering  <meyering@lucent.com>
1708
1709         * makepath.h (make_dir): Declare.
1710         * makepath.c (make_dir): Remove `static' attribute.
1711         Tweak a comment.
1712
1713 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
1714
1715         * hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
1716         last one in a bucket, advance to the next bucket.
1717
1718 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
1719
1720         * fnmatch.c: Do not comment out all the code if we are using
1721         the GNU C library, because in some cases we are replacing buggy
1722         code in the GNU C library itself.
1723
1724 2000-10-30  Paul Eggert  <eggert@twinsun.com>
1725
1726         * error.h, getline.h, modechange.h:
1727         Remove "2000" from Copyright line, as the file hasn't been
1728         changed this year other than in the copyright notice.
1729
1730         * xalloc.h: Add "2000" to Copyright line, as this file
1731         was changed this year.
1732
1733 2000-10-30  Paul Eggert  <eggert@twinsun.com>
1734
1735         * fnmatch.c (FOLD): Do not assume that characters are unsigned.
1736         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
1737         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
1738
1739 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
1740
1741         * regex.h (__restrict_arr): Move definition out of #ifndef block.
1742         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
1743         doesn't define __restrict_arr.
1744
1745 2000-10-29  Jim Meyering  <meyering@lucent.com>
1746
1747         * xstat.in: Fix grammar in comment.
1748
1749 2000-10-28  Jim Meyering  <meyering@lucent.com>
1750
1751         * memchr.c: Update from libc.
1752         Adjust for portability:
1753         [HAVE_STDLIB_H]: Include stdlib.h.
1754         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
1755         Undef __memchr, too.
1756         [!weak_alias]: Define __memchr to memchr.
1757
1758         * regex.c: Update from libc.
1759         * regex.h: Likewise.
1760         * getopt1.c: Likewise.
1761         * memcmp.c: Likewise.
1762
1763         * getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
1764         Avoid using fseek, when possible -- it's broken by design.
1765         Patch by Ulrich Drepper.
1766
1767 2000-10-26  Jim Meyering  <meyering@lucent.com>
1768
1769         * strftime.c: Update from libc.
1770
1771 2000-10-25  Jim Meyering  <meyering@lucent.com>
1772
1773         * obstack.c: Update from libc.
1774
1775 2000-10-23  Jim Meyering  <meyering@lucent.com>
1776
1777         * hard-locale.c (hard_locale): Revert last change -- it was simply
1778         wrong.  That set_locale call must not have any side effects.
1779         From Paul Eggert.
1780
1781 2000-10-22  Jim Meyering  <meyering@lucent.com>
1782
1783         * md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
1784         [CYCLIC]: Remove now-unused definition.
1785
1786         * save-cwd.c (O_DIRECTORY): Define, if needed.
1787         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
1788         Suggestion from Ulrich Drepper.
1789
1790 2000-10-21  Jim Meyering  <meyering@lucent.com>
1791
1792         * dirname.c (dir_name_r): New function, factored out of dir_name.
1793         (dir_name): Use dir_name_r.
1794         * dirname.h (dir_name_r): Declare it.
1795
1796 2000-10-21  Jim Meyering  <meyering@lucent.com>
1797
1798         * dirname.c (memrchr): Declare if necessary.
1799         (dir_name): Remove the restriction that there be no
1800         trailing slashes.  Now, this code skips past them, effectively
1801         ignoring them.
1802         [TEST_DIRNAME] (main): New unit tests.
1803
1804         * memrchr.c: New file from GNU libc.
1805         Undef __memrchr, too.
1806         [!weak_alias]: Define __memrchr to memrchr.
1807         Guard weak_alias use with `#ifdef weak_alias'.
1808
1809 2000-10-17  Jim Meyering  <meyering@lucent.com>
1810
1811         * quote.h (PARAMS): Define and use.
1812         Reported by Akim Demaille.
1813
1814         * getopt.c: Update from libc.
1815
1816 2000-10-16  Jim Meyering  <meyering@lucent.com>
1817
1818         * hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to setlocale.
1819         From Jan Fedak.
1820
1821 2000-09-25  Jim Meyering  <meyering@lucent.com>
1822
1823         * md5.h (rol): Define (from GnuPG).
1824
1825         * sha.c: Give credit (GnuPG) where due.
1826         (M): Use rol rather than open-coding it.
1827         Add a FIXME comment.
1828
1829 2000-09-21  Jim Meyering  <meyering@lucent.com>
1830
1831         * userspec.c (parse_user_spec): Remove debugging printf I'd added.
1832         Reported by Michael Stone.
1833
1834 2000-09-20  Jim Meyering  <meyering@lucent.com>
1835
1836         * Makefile.am (libfetish_a_SOURCES): Add sha.c.
1837         (noinst_HEADERS): Add sha.h.
1838         Based on code from Scott G. Miller and from GnuPG.
1839
1840 2000-09-15  Jim Meyering  <meyering@lucent.com>
1841
1842         * regex.c: Update from libc.
1843
1844 2000-09-10  Jim Meyering  <meyering@lucent.com>
1845
1846         * getopt.c (_getopt_internal): Update from glibc.
1847
1848 2000-09-09  Jim Meyering  <meyering@lucent.com>
1849
1850         * quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
1851         think it should be used as a general replacement for isascii.
1852         * fnmatch.c: Likewise.
1853         * mbswidth.c: Likewise
1854         * regex.c: Likewise.
1855
1856         Don't use atoi.
1857         * userspec.c: Include sys/param.h and limits.h.
1858         Include xstrtol.h.
1859         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
1860         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
1861         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
1862         UID, GID.  Check range.
1863
1864 2000-09-06  Jim Meyering  <meyering@lucent.com>
1865
1866         * getopt.c (_getopt_internal): Update from glibc.
1867
1868 2000-08-30  Jim Meyering  <meyering@lucent.com>
1869
1870         * strftime.c: Merge in changes from GNU libc.
1871
1872 2000-08-26  Jim Meyering  <meyering@lucent.com>
1873
1874         * closeout.c: Include "__fpending.h".
1875         (close_stdout_status): Return right away if there's nothing to flush.
1876
1877         * Makefile.am (noinst_HEADERS): Add __fpending.h.
1878         * __fpending.c: New file.
1879         * __fpending.h: New file.
1880
1881 2000-08-07  Paul Eggert  <eggert@twinsun.com>
1882
1883         Standardize on "memory exhausted" instead of "Memory exhausted"
1884         or "virtual memory exhausted".
1885         * obstack.c (print_and_abort): Use "memory exhausted", not
1886         "virtual memory exhausted".
1887         * same.c (same_name): Invoke xalloc_die instead of printing
1888         our own message.
1889         * userspec.c (parse_user_spec): Likewise.
1890         * bumpalloc.h: comment fix
1891         * same.c, userspec.c: Include xalloc.h.
1892
1893         * xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
1894         not char *const and pointing to a constant array.
1895         * xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
1896         (xrealloc): Comment fix.
1897
1898         * userspec.c (parse_user_spec):
1899         Don't translate a message until just before returning,
1900         to avoid unnecessary translation.
1901
1902 2000-08-07  Jim Meyering  <meyering@lucent.com>
1903
1904         * addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
1905         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
1906         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
1907         getgroups.c, gethostname.c, getopt.h, group-member.c,
1908         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
1909         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
1910         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
1911         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
1912         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
1913         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
1914         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
1915         yesno.c: Back out Copyright date changes for each file with no change
1916         this year.  This eases coordination with other programs using the same
1917         source code modules.  From Paul Eggert.
1918
1919 2000-08-03  Greg McGary  <greg@mcgary.org>
1920
1921         * regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
1922         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
1923         (EXTEND_BUFFER): Use them.
1924
1925 2000-08-01  Jim Meyering  <meyering@lucent.com>
1926
1927         * dirname.c (ISSLASH): Define.
1928         (BACKSLASH_IS_PATH_SEPARATOR): Define.
1929         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
1930         both `\' and `/' may be use as path separators.
1931         Based on a patch from Prashant TR.
1932
1933 2000-07-31  Paul Eggert  <eggert@twinsun.com>
1934
1935         * quotearg.c (quotearg_n_options): Don't make the initial
1936         slot vector a constant, since it might get modified.
1937
1938 2000-07-31  Jim Meyering  <meyering@lucent.com>
1939
1940         * xmalloc.c: Use `virtual memory exhausted', not `Memory exhausted'.
1941         * obstack.c (print_and_abort): Likewise.
1942
1943 2000-07-30  Paul Eggert  <eggert@twinsun.com>
1944
1945         * quotearg.c (quotearg_n_options): Preallocate a slot 0
1946         buffer, so that the caller can always quote one small
1947         component of a "memory exhausted" message in slot 0.
1948         From a suggestion by Jim Meyering.
1949
1950 2000-07-30  Jim Meyering  <meyering@lucent.com>
1951
1952         * makepath.c (make_path): Quote the other instance, too.
1953
1954         * quotearg.c (N_STATIC_SLOTVECS): Define.
1955         (STATIC_BUF_SIZE): Define.
1956         (quotearg_n_options): Use only statically allocated storage when
1957         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
1958         than STATIC_BUF_SIZE.
1959
1960 2000-07-29  Jim Meyering  <meyering@lucent.com>
1961
1962         * diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
1963         * dirname.c (dir_name): Likewise.
1964
1965         * basename.c (base_name): Use ISSLASH rather than comparing against `/'.
1966
1967         * dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
1968         (dir_name): Assert that there are no trailing slashes.
1969
1970 2000-07-18  Bruno Haible  <haible@clisp.cons.org>
1971
1972         * mbswidth.h (mbswidth): Add a flags argument.
1973         (mbswidth): New declaration.
1974         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
1975         * mbswidth.c (mbswidth): Add a flags argument.
1976         (mbsnwidth): New function.
1977
1978 2000-07-24  Jim Meyering  <meyering@lucent.com>
1979
1980         * mbswidth.c: Remove useless #else.  From Bruno Haible.
1981
1982 2000-07-23  Paul Eggert  <eggert@twinsun.com>
1983
1984         * mbswidth.c (_XOPEN_SOURCE):
1985         Don't define; this causes problems on Solaris 7.
1986         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
1987
1988 2000-07-23  Paul Eggert  <eggert@twinsun.com>
1989
1990         * quotearg.c:
1991         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
1992         so that mbstate_t is always defined.
1993
1994         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
1995         be 1 in at least one GCC installation, and this configuration
1996         error is likely to be common.  Ignoring MB_LEN_MAX hurts
1997         performance on hosts that have mbrtowc but have only unibyte
1998         locales, but I assume these hosts are rare.
1999
2000 2000-07-23  Paul Eggert  <eggert@twinsun.com>
2001
2002         * quotearg.c: Streamline by invoking multibyte code only if needed.
2003         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
2004         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
2005         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
2006         invoke multibyte primitives.
2007
2008 2000-07-23  Jim Meyering  <meyering@lucent.com>
2009
2010         * basename.c (base_name): Add an assertion.
2011
2012 2000-07-15  Bruno Haible  <clisp.cons.org>
2013
2014         * quotearg.c: When the system forces us to redefine mbstate_t,
2015         shadow its mbsinit function.
2016
2017 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
2018
2019         * mbswidth.h: New file.
2020         * mbswidth.c: New file.
2021         * Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
2022         (noinst_HEADERS): Add mbswidth.h.
2023
2024 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
2025
2026         * config.charset: Add support for FreeBSD. Improve support for HP-UX
2027         and IRIX 6.
2028
2029 2000-07-15  Jim Meyering  <meyering@lucent.com>
2030
2031         * makepath.c: Include quote.h.
2032         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
2033         corresponding argument in a `quote (...)' call.
2034         Give better diagnostics.
2035
2036         * Makefile.am (libfetish_a_SOURCES): Add quote.c.
2037         (noinst_HEADERS): Add quote.h.
2038
2039         * quote.c (quote, quote_n): New file.  Two functions taken verbatim
2040         from tar's src/misc.c.
2041         * quote.h: New file.  Prototypes for same.
2042
2043 2000-07-10  Paul Eggert  <eggert@twinsun.com>
2044
2045         From a suggestion by Bruno Haible.
2046         * quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
2047         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
2048         to decide whether to define the BeOS workaround macro;
2049         this adjusts to the change to AC_MBSTATE_T.
2050
2051 2000-07-13  Paul Eggert  <eggert@twinsun.com>
2052
2053         * quotearg.h (enum quoting style): New enum clocale_quoting_style.
2054
2055         * quotearg.c (quoting_style_args, quoting_style_vals,
2056         quotearg_buffer_restyled): Add support for
2057         clocale_quoting_style.  Undo previous change to
2058         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
2059         and "{RIGHT QUOTATION MARK}" msgids.
2060
2061 2000-07-05  Paul Eggert  <eggert@twinsun.com>
2062
2063         The old behavior of quoting `like this' doesn't look good with
2064         newer, ISO-style fonts.  See:
2065         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
2066
2067         Instead, quote "like this" by default.  Let the translator
2068         tailor the locale-specific quoting behavior by providing
2069         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
2070
2071         * quotearg.c (N_): New macro.
2072         (gettext_default): New function.
2073         (quotearg_buffer_restyled): Use
2074         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
2075         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
2076
2077 2000-07-09  Jim Meyering  <meyering@lucent.com>
2078
2079         * Most files: Update copyright dates to include 2000.
2080
2081 2000-07-08  Jim Meyering  <meyering@lucent.com>
2082
2083         * xgethostname.c (ENAMETOOLONG): Define to an unlikely value
2084         if not defined.
2085         (xgethostname): Remove now-unnecessary #ifdef.
2086         Move declaration of `err' into loop where it's used.
2087
2088 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
2089
2090         * xgethostname.c (xgethostname): Protect against the SunOS5.5 bug
2091         by allocating a larger buffer. Test the gethostname return value for
2092         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
2093         returns an error and ENAMETOOLONG isn't defined.
2094
2095 2000-07-05  Paul Eggert  <eggert@twinsun.com>
2096         and Bruno Haible  <haible@clisp.cons.org>
2097
2098         * quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
2099
2100 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
2101
2102         * quotearg.c (struct quoting_options): Simplify quote_these_too
2103         dimension.
2104
2105 2000-07-03  Jim Meyering  <meyering@lucent.com>
2106
2107         * strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
2108         Reported by Bruno Haible.
2109
2110 2000-07-04  Jim Meyering  <meyering@lucent.com>
2111
2112         * quotearg.c: Make inclusion of <wchar.h> independent of whether
2113         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
2114         lacks mbrtowc.
2115
2116 2000-07-03  Paul Eggert  <eggert@twinsun.com>
2117         and Bruno Haible  <haible@clisp.cons.org>
2118
2119         * quotearg.c (mbrtowc):
2120         Assign to *pwc, and return 1 only if result is nonzero.
2121         (iswprint): Use ISPRINT when substituting our own mbrtowc.
2122
2123 2000-07-03  Jim Meyering  <meyering@lucent.com>
2124
2125         * readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
2126         This is necessary to get a definition of e.g., UTMP_FILE on HP-UX 10.20.
2127         From Bob Proulx.
2128
2129 2000-07-02  Jim Meyering  <meyering@lucent.com>
2130
2131         * quotearg.c (mbstate_t): Don't define here.
2132
2133 2000-07-02  Jim Meyering  <meyering@lucent.com>
2134
2135         * nanosleep.c (SIGCONT): Define if not already defined.
2136
2137 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
2138
2139         * mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
2140         per change in ../m4/ls-mntd-fs.m4.
2141         (read_filesystem_list): Ignore symbolic links.
2142
2143 2000-06-29  Jim Meyering  <meyering@lucent.com>
2144
2145         * same.c: Include <string.h> or <strings.h>, as appropriate,
2146         for declaration of strcmp.
2147
2148         * long-options.c: Include <stdlib.h>, for declaration of exit.
2149
2150         * mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
2151         Avoid warning by casting result to `char *' to remove `const'.
2152
2153 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
2154
2155         * Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
2156
2157 2000-06-26  Paul Eggert  <eggert@twinsun.com>
2158
2159         savedir now sets errno on failure and invokes xmalloc to get memory.
2160         Fix a couple of other minor bugs while we're at it.
2161
2162         * savedir.c (<unistd.h>): Do not include; there's no need.
2163         (NAMLEN): Remove macro.
2164         (malloc, realloc): Remove decls.
2165         (stpcpy): Likewise.
2166         ("xalloc.h"): Include.
2167         (NAME_SIZE_DEFAULT): New macro.
2168         (savedir): Use xmalloc / xrealloc to allocate memory.
2169         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
2170         Skip "" directory entries.
2171         Use strlen to calculate directory entry length, since the old method
2172         is rarely used these days and isn't worth supporting.
2173         Don't use a pointer after freeing it.
2174         Check for integer overflow when calculating allocation size.
2175         Use memcpy to copy entries, instead of stpcpy.
2176         Set errno properly when returning NULL.
2177         Check for readdir error.
2178
2179 2000-06-26  Jim Meyering  <meyering@lucent.com>
2180
2181         * posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
2182
2183 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
2184
2185         * getusershell.c (xmalloc, xrealloc): Remove functions.
2186         Include xalloc.h.
2187         Don't include <stdlib.h>.  Don't declare malloc, realloc.
2188
2189 2000-06-23  Bruno Haible  <haible@clisp.cons.org>
2190
2191         * unicodeio.c (print_unicode_char): Work around ansi2knr deficiency.
2192
2193 2000-06-24  Jim Meyering  <meyering@lucent.com>
2194
2195         * error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
2196
2197 2000-06-21  Jim Meyering  <meyering@lucent.com>
2198
2199         * getpass.c: New file, from Bruno Haible.  Required for BeOS.
2200
2201 2000-06-19  Paul Eggert  <eggert@twinsun.com>
2202
2203         * quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
2204         (mbrtowc, mbstate_t): Define substitutes if
2205         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
2206         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
2207         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
2208
2209 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
2210
2211         * xgetcwd.c (xgetcwd): If the required pathname length is smaller
2212         than 1024, return a memory chunk of least possible size, instead
2213         of size PATH_MAX + 2. In the loop, increment the size proportionally.
2214         Use free/xmalloc instead of xrealloc to avoid copying for very long
2215         paths.
2216
2217 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
2218
2219         * canon-host.c (canon_host): Use malloc and memcpy to copy an
2220         address, not strdup.  Include <stdlib.h> and don't declare free().
2221
2222 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
2223
2224         * path-concat.c (path_concat): Don't access dir[-1] if dir is
2225         the empty string.
2226
2227 2000-06-21  Jim Meyering  <meyering@lucent.com>
2228
2229         * Makefile.am (libfetish_a_SOURCES): Add getstr.c.
2230         (noinst_HEADERS): Add getstr.h.
2231
2232         * getline.c (getstr): Move into a separate file.
2233         * getstr.c (getstr): New file, extracted from getline.c, with
2234         the following changes: new parameter, delim2; both delim[12]
2235         parameters have type `int', not `char'.  The latter would lose
2236         with 8-bit delimiters.
2237         * getstr.h: New file.
2238
2239 2000-06-19  Jim Meyering  <meyering@lucent.com>
2240
2241         * getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
2242
2243 2000-06-18  Jim Meyering  <meyering@lucent.com>
2244
2245         * mkdir.c: Remove file, due mainly to copyright incompatibility.
2246         Besides, these days every porting target provides a mkdir function.
2247
2248         * strnlen.c: Include memory.h, string.h, and/or strings.h as needed.
2249         (this snippet comes from src/system.h).
2250
2251 2000-06-15  Paul Eggert  <eggert@twinsun.com>
2252
2253         * human.c (adjust_value): New function.
2254         (human_readable_inexact): Apply rounding style even when
2255         printing approximate values.
2256
2257 2000-06-14  Paul Eggert  <eggert@twinsun.com>
2258
2259         * human.c (human_readable_inexact): Allow an input block
2260         size that is not a multiple of the output block size, and vice versa.
2261         Reported by Piergiorgio Sartor.
2262
2263 2000-06-14  Paul Eggert  <eggert@twinsun.com>
2264
2265         * getdate.y (get_date): Apply relative times after time
2266         zone indicator, not before.  Reported by Todd A. Jacobs.
2267
2268 2000-06-13  Jim Meyering  <meyering@lucent.com>
2269
2270         * Makefile.am (all-local): Depend on lstat.c and stat.c.
2271
2272         * xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
2273
2274 2000-06-12  Paul Eggert  <eggert@twinsun.com>
2275
2276         * xstat.in: Include <stdlib.h> in lstat, to declare "free".
2277
2278 2000-06-04  Paul Eggert  <eggert@twinsun.com>
2279
2280         * strnlen.c: Include <config.h> if HAVE_CONFIG_H.
2281
2282 2000-06-04  Jim Meyering  <meyering@lucent.com>
2283
2284         * getugroups.c (getugroups): Cast -1 to gid_t, for systems like
2285         SunOS4.1.4 for which gid_t is an unsigned type.
2286
2287 2000-06-03  Jim Meyering  <meyering@lucent.com>
2288
2289         * strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
2290
2291 2000-05-26  Bruno Haible  <haible@clisp.cons.org>
2292
2293         * Makefile.am (install-exec-local): On systems with glibc-2.1 or
2294         newer, don't install charset.alias.
2295         * config.charset: Change the Linux/glibc rules so they become empty
2296         on glibc-2.1 or newer.
2297
2298 2000-06-02  Jim Meyering  <meyering@lucent.com>
2299
2300         * mountlist.c: Back out last change.  Instead, do this...
2301         * mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the me_dummy
2302         member using the same `ignore'-testing code.
2303         * mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
2304         fs_type strings.
2305         From Mark D. Roth.
2306
2307 2000-05-29  Jim Meyering  <meyering@lucent.com>
2308
2309         * mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore mounts
2310         with the `ignore' attribute.  Based on a patch from Mark D. Roth.
2311
2312 2000-05-22  Jim Meyering  <meyering@lucent.com>
2313
2314         * makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
2315
2316 2000-05-18  Jim Meyering  <meyering@lucent.com>
2317
2318         * hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
2319         back, too, since it may have been modified by allocate_entry.
2320         (hash_delete): Rewrite to use neither the assignment operator
2321         nor the comma operator in an if-expression.
2322
2323 2000-05-15  Paul Eggert  <eggert@twinsun.com>
2324
2325         * closeout.c:
2326         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
2327         Remove; no longer needed.
2328         "quotearg.h": Add include.
2329         (file_name): Do not bother to explicitly initialize to NULL; it's less
2330         efficient on some hosts.
2331         (close_stdout_status): Remove test as to whether stdout was already
2332         closed; it breaks for the case "echo x | sort >&-".
2333         Quote file name colons.
2334         Do not assume that _("write error") lacks format strings.
2335
2336 2000-05-15  Jim Meyering  <meyering@lucent.com>
2337
2338         * version-etc.c (version_etc_copyright): Update the copyright string
2339         used in all --version output.
2340
2341 2000-05-14  Jim Meyering  <meyering@lucent.com>
2342
2343         * closeout.c (close_stdout_set_file_name): New function.
2344         (close_stdout_status): Use new file-scoped global.
2345         Return right away if fstat says the stdout file descriptor is invalid.
2346         * closeout.h (close_stdout_set_file_name): Declare.
2347
2348 2000-05-10  Jim Meyering  <meyering@lucent.com>
2349
2350         * closeout.c [default_exit_status]: New file-scoped variable.
2351         (close_stdout_set_status): New function.
2352         * closeout.h (close_stdout_set_status): Declare.
2353
2354 2000-05-08  Jim Meyering  <meyering@lucent.com>
2355
2356         * long-options.c: Don't include closeout.h.
2357         (parse_long_options): Don't call close_stdout for --version.
2358
2359 2000-05-06  Jim Meyering  <meyering@lucent.com>
2360
2361         * strnlen.c: Undefine __strnlen and strnlen.
2362         [!weak_alias]: Define __strnlen to strnlen.
2363
2364         * atexit.c: New file, from libiberty.
2365
2366 2000-05-06  Jim Meyering  <meyering@lucent.com>
2367
2368         * closeout.c (close_stdout_status): Also check for errors on the
2369         stderr stream.
2370
2371 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
2372
2373         * localcharset.c (get_charset_aliases): Use malloc, realloc and memcpy
2374         instead of xmalloc, xrealloc, path_concat.
2375         (locale_charset): Treat empty environment variables as absent.
2376         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
2377
2378 2000-05-04  Jim Meyering  <meyering@lucent.com>
2379
2380         * getopt.c: Update from glibc.
2381         * obstack.c: Likewise.
2382         * obstack.h: Likewise.
2383         * regex.c: Likewise.  NB: K&R compiler support is dropped for this file
2384
2385         * regex.h: Likewise.
2386         * strndup.c: Likewise.
2387         * strnlen.c: New file, from glibc.
2388
2389 2000-05-01  Jim Meyering  <meyering@lucent.com>
2390
2391         * full-write.c (full_write): Remove `FIXME' part of comment.
2392
2393 2000-04-29  Jim Meyering  <meyering@lucent.com>
2394
2395         * path-concat.c: Declare strdup only if it's not defined.
2396         * canon-host.c: Likewise.
2397
2398 2000-04-28  Jim Meyering  <meyering@lucent.com>
2399
2400         * rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to avoid
2401         redefinition warning on some systems (HPUX).  Otherwise, regex.h is
2402         included first, then limits.h is included by locale.h by libintl.h.
2403         From John David Anglin.
2404
2405 2000-04-25  Jim Meyering  <meyering@lucent.com>
2406
2407         * makepath.c (S_IRWXUGO): Define.
2408         (make_path): Always perform explicit chmod if MODE specifies any
2409         of the `special' permission bits.  Prompted by a bug report against
2410         install from Mate Wierdl and Joost van Baal.
2411
2412 2000-04-18  Jim Meyering  <meyering@lucent.com>
2413
2414         * README: New file.
2415
2416         * getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
2417         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
2418
2419 2000-04-17  Jim Meyering  <meyering@lucent.com>
2420
2421         * strftime.c (my_strftime) [strftime]: Declare strftime here, since
2422         the definition of it to rpl_strftime also defined-away the system's
2423         declaration.
2424
2425 2000-04-15  Jim Meyering  <meyering@lucent.com>
2426
2427         Use `C' to denote so-called `contiguous' files, the same way
2428         that tar does.
2429         * filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
2430         (ftypelet): Use S_ISCTG.
2431         From Michael Deutschmann.
2432
2433 2000-04-14  Jim Meyering  <meyering@lucent.com>
2434
2435         * strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
2436
2437 2000-04-08  Jim Meyering  <meyering@lucent.com>
2438
2439         * Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
2440         names don't conflict.  Reported by Eli Zaretskii.
2441
2442 2000-03-28  Bruno Haible  <haible@clisp.cons.org>
2443
2444         * unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
2445         bug.  Deal with the different error behavior of Irix iconv.
2446
2447 2000-04-07  Jim Meyering  <meyering@lucent.com>
2448
2449         * putenv.c: Move inclusion of errno.h so it follows that of sys/types.h,
2450         to work around system header problems on AIX 3.2.5.  From Bruno Haible.
2451
2452 2000-04-05  Jim Meyering  <meyering@lucent.com>
2453
2454         Portability tweaks required for ultrix4.3.
2455         * readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare getutent.
2456         * readutmp.c: Include sys/types.h before sys/stat.h.
2457         * canon-host.c: Declare strdup.
2458         * path-concat.c: Likewise.
2459         From John David Anglin.
2460
2461 2000-04-04  Jim Meyering  <meyering@lucent.com>
2462
2463         Be more DOS 8.3-friendly.
2464         * ref-add.sin: Renamed from ref-add.sed.in.
2465         * ref-del.sin: Renamed from ref-del.sed.in.
2466         * Makefile.am: Reflect renaming.
2467         Reported by Eli Zaretskii.
2468
2469         Use a temporary file name that won't clash with `charset.alias'
2470         in the DOS 8.3 name space.
2471         * Makefile.am (charset_tmp): Define.
2472         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
2473         (uninstall-local): Likewise.
2474         Reported by Eli Zaretskii.
2475
2476 2000-03-29  Paul Eggert  <eggert@twinsun.com>
2477
2478         * time/strftime.c (my_strftime): Make sure we call the system
2479         strftime, not ourselves, when invoking the underlying strftime.
2480
2481 2000-03-24  Jim Meyering  <meyering@lucent.com>
2482
2483         * Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
2484         (charset_alias): Define.
2485         (install-exec-local): Factor out common code.
2486         (uninstall-local): Split lines longer than 80.
2487         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
2488         (SUFFIXES): Define.
2489         (.sed.in.sed): New rule.  Don't redirect directly to $@.
2490         (CLEANFILES): Add ref-add.sed and ref-del.sed.
2491
2492 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
2493
2494         * config.charset: Output a line containing "Packages using this file".
2495         * ref-add.sed.in, ref-del.sed.in: New files.
2496         * Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
2497         ref-del.sed): New rules.
2498
2499 2000-03-17  Jim Meyering  <meyering@lucent.com>
2500
2501         * unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
2502         Otherwise, include <strings.h>
2503
2504 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
2505
2506         * unicodeio.c (utf8_wctomb): New function.
2507         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
2508         format instead of in UCS-4 with platform dependent endianness.
2509
2510 2000-03-07  Paul Eggert  <eggert@twinsun.com>
2511
2512         * savedir.c (savedir): Work even if directory size is
2513         negative; this can happen with some screwy NFS configurations.
2514
2515 2000-03-06  Jim Meyering  <meyering@lucent.com>
2516
2517         * localcharset.c (get_charset_aliases): Don't try to free file_name
2518         if it's NULL (because we ran out of memory).  From Bruno Haible.
2519
2520 2000-03-05  Jim Meyering  <meyering@lucent.com>
2521
2522         * localcharset.c ("path-concat.h"): Include.
2523         (get_charset_aliases): Use path_concat instead of ANSI string
2524         concatenation.
2525
2526         * unicodeio.h (PARAMS): Define.
2527         Use it to guard prototype.
2528
2529 2000-03-04  Jim Meyering  <meyering@lucent.com>
2530
2531         * Makefile.am (install-exec-local): Create $(libdir) before installing
2532         into it.
2533         (uninstall-local): Uncomment this rule so `make distcheck' works
2534         once again.
2535
2536         * unicodeio.c (<errno.h>): Include it.
2537         (errno): Declare if not defined.
2538
2539         * localcharset.c: Add Bruno's comment justifying use of volatile.
2540
2541         * config.charset: New version, incorporating remarks from a linux
2542         i18n mailing list.  From Bruno Haible.
2543
2544 2000-03-02  Jim Meyering  <meyering@lucent.com>
2545
2546         * Makefile.am (EXTRA_DIST): Add config.charset.
2547
2548 2000-03-01  Jim Meyering  <meyering@lucent.com>
2549
2550         * localcharset.c: Guard some #includes with `#if HAVE_...'.
2551         * unicodeio.c: Likewise.
2552
2553 2000-02-02  Bruno Haible  <haible@clisp.cons.org>
2554
2555         * config.charset: New file.
2556         * localcharset.c: New file.
2557         * unicodeio.h, unicodeio.c: New files.
2558         * Makefile.am (DEFS): Add -DLIBDIR=...
2559         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
2560         (noinst_HEADERS): Add unicodeio.h.
2561         (all-local, install-exec-local, charset.alias): New targets.
2562
2563 2000-02-28  Paul Eggert  <eggert@twinsun.com>
2564
2565         * quotearg.c (ALERT_CHAR): New macro.
2566         (quotearg_buffer_restyled): Use it.
2567
2568 2000-02-27  Jim Meyering  <meyering@lucent.com>
2569
2570         * strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
2571         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
2572
2573         * backupfile.c: Guard inclusion of stdlib.h with `#if HAVE_STDLIB_H',
2574         not `#if STDC_HEADERS'.
2575         Declare malloc if needed.
2576
2577         * backupfile.c: Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..'
2578         now that autoconf always defines the HAVE_DECL_ symbols.
2579         * human.c: Likewise.
2580         * same.c: Likewise.
2581         * strtoumax.c: Likewise.
2582
2583         * backupfile.c: Arrange for cpp to fail if the configure-time
2584         declaration check was not run.
2585         * hash.c: Likewise.
2586         * human.c: Likewise.
2587         * same.c: Likewise.
2588         * strtoumax.c: Likewise.
2589
2590         * userspec.c (parse_user_spec): If there is no `:' but there is a `.',
2591         then first look up the entire `.'-containing string as a login name.
2592
2593 2000-02-18  Paul Eggert  <eggert@twinsun.com>
2594
2595         * getdate.y: Handle two-digit years with leading zeros correctly.
2596         (textint): New typedef.
2597         (parser_control): Member year changed from int to textint.
2598         All uses changed.
2599         (YYSTYPE): Removed; replaced by %union with int and textint members.
2600         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
2601         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
2602         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
2603         (tSNUMBER, tUNUMBER): Now of type <textintval>.
2604         (date, number, to_year): Use width of number in digits, not its value,
2605         to determine whether it's a 2-digit year, or a 2-digit time.
2606         (yylex): Store number of digits of numeric tokens.
2607         Reported by John Kendall.
2608
2609         (parser_control): Changed from struct parser_control to typedef (for
2610         consistency).  All uses changed.
2611
2612         (tID): Removed; not used.
2613         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
2614
2615 2000-02-14  Paul Eggert  <eggert@twinsun.com>
2616
2617         * getpagesize.h (getpagesize): Port to VMS for Alpha;
2618         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
2619
2620 2000-02-12  Jim Meyering  <meyering@lucent.com>
2621
2622         * userspec.c (ISDIGIT): Define it.
2623         (isdigit): Remove definition.
2624         (is_number): Use ISDIGIT, not isdigit.
2625         <libintl.h>: Include.
2626         (_ and N_): Define.
2627         (parse_user_spec): Mark translatable strings.
2628
2629 2000-02-10  Jim Meyering  <meyering@lucent.com>
2630
2631         With these changes, nanosleep.[ch] are finally enough like the other
2632         lib/* replacement files to compile on a few more losing systems.
2633
2634         * nanosleep.h: Don't include config.h.
2635         Remove prototype from declaration of nanosleep.
2636         (PARAMS): Remove now-unneeded definition.
2637         * nanosleep.c: #undef nanosleep.
2638         (rpl_nanosleep): Rename from nanosleep.
2639
2640 2000-02-03  Jim Meyering  <meyering@lucent.com>
2641
2642         * readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
2643         rather than with `#if HAVE_UTMPNAME'.
2644
2645 2000-02-01  Jim Meyering  <meyering@lucent.com>
2646
2647         * readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
2648
2649 2000-01-31  Jim Meyering  <meyering@lucent.com>
2650
2651         * nanosleep.h (nanosleep): Guard declaration with
2652         `#if ! HAVE_DECL_NANOSLEEP'.
2653         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
2654         the declaration in that vendor's sys/timers.h.
2655         Reported by Christian Krackowizer.
2656
2657         * quotearg.c (ISASCII): Add #undef and move definition to follow
2658         inclusion of wctype.h to work around solaris2.6 namespace pollution.
2659         (ISPRINT): Likewise.
2660         Reported by Tom Tromey.
2661
2662 2000-01-30  Jim Meyering  <meyering@lucent.com>
2663
2664         * readutmp.c (extract_trimmed_name): Use UT_USER instead of hard-coding
2665         uses of ->ut_name.  The latter doesn't work with new Linux header files
2666         where only utmpx.ut_user is declared.
2667
2668         * readutmp.h (UT_USER): Define.
2669
2670 2000-01-23  Jim Meyering  <meyering@lucent.com>
2671
2672         * Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
2673         obstack.c.
2674
2675 2000-01-22  Jim Meyering  <meyering@lucent.com>
2676
2677         * strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
2678         [! HAVE_DECL_STRTOULL]: Declare strtoull.
2679         Required for some AIX systems.  Reported by Christian Krackowizer.
2680         [TESTING] (main): New function.
2681
2682         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
2683         * dirname.c (dir_name): Support for DOS-style file names with drive
2684         letters.
2685
2686         * quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of iswprint.
2687
2688         * strverscmp.c (ISDIGIT): Define.
2689         (strverscmp): Use ISDIGIT, not isdigit.
2690
2691 2000-01-17  Paul Eggert  <eggert@twinsun.com>
2692
2693         * nanosleep.c (nanosleep):
2694         Don't use SA_INTERRUPT to decide whether to call sigaction, as
2695         POSIX.1 doesn't require SA_INTERRUPT and some systems
2696         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
2697         it's been part of POSIX.1 since day 1 (in 1988).
2698
2699 2000-01-17  Jim Meyering  <meyering@lucent.com>
2700
2701         * interlock: Remove unused file.  Reported by François Pinard.
2702
2703 2000-01-16  Paul Eggert  <eggert@twinsun.com>
2704
2705         * quotearg.c (quotearg_buffer_restyled): Do not quote
2706         alert, backslash, formfeed, and vertical tab unnecessarily in
2707         shell quoting style.
2708
2709 Local Variables:
2710 version-control: never
2711 End: