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