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