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