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