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