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