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