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