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