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