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