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