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