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