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