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