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