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