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