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