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