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