cc873ff2a57ff35ba7f7f6ec71d1ec317e0425f1
[gnulib.git] / lib / ChangeLog
1 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
2
3         * hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
4         last one in a bucket, advance to the next bucket.
5
6 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
7
8         * lib/fnmatch.c: Do not comment out all the code if we are using
9         the GNU C library, because in some cases we are replacing buggy
10         code in the GNU C library itself.
11
12 2000-10-30  Paul Eggert  <eggert@twinsun.com>
13
14         * lib/error.h, lib/getline.h, lib/modechange.h:
15         Remove "2000" from Copyright line, as the file hasn't been
16         changed this year other than in the copyright notice.
17
18         * lib/xalloc.h: Add "2000" to Copyright line, as this file
19         was changed this year.
20
21 2000-10-30  Paul Eggert  <eggert@twinsun.com>
22
23         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
24         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
25         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
26
27 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
28
29         * regex.h (__restrict_arr): Move definition out of #ifndef block.
30         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
31         doesn't define __restrict_arr.
32
33 2000-10-29  Jim Meyering  <meyering@lucent.com>
34
35         * xstat.in: Fix grammar in comment.
36
37 2000-10-28  Jim Meyering  <meyering@lucent.com>
38
39         * memchr.c: Update from libc.
40         Adjust for portability:
41         [HAVE_STDLIB_H]: Include stdlib.h.
42         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
43         Undef __memchr, too.
44         [!weak_alias]: Define __memchr to memchr.
45
46         * regex.c: Update from libc.
47         * regex.h: Likewise.
48         * getopt1.c: Likewise.
49         * memcmp.c: Likewise.
50
51         * getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
52         Patch by Ulrich Drepper.
53
54 2000-10-26  Jim Meyering  <meyering@lucent.com>
55
56         * strftime.c: Update from libc.
57
58 2000-10-25  Jim Meyering  <meyering@lucent.com>
59
60         * obstack.c: Update from libc.
61
62 2000-10-23  Jim Meyering  <meyering@lucent.com>
63
64         * hard-locale.c (hard_locale): Revert last change -- it was simply
65         wrong.  That set_locale call must not have any side effects.
66         From Paul Eggert.
67
68 2000-10-22  Jim Meyering  <meyering@lucent.com>
69
70         * md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
71         [CYCLIC]: Remove now-unused definition.
72
73         * save-cwd.c (O_DIRECTORY): Define, if needed.
74         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
75         Suggestion from Ulrich Drepper.
76
77 2000-10-21  Jim Meyering  <meyering@lucent.com>
78
79         * dirname.c (dir_name_r): New function, factored out of dir_name.
80         (dir_name): Use dir_name_r.
81         * dirname.h (dir_name_r): Declare it.
82
83 2000-10-21  Jim Meyering  <meyering@lucent.com>
84
85         * dirname.c (memrchr): Declare if necessary.
86         (dir_name): Remove the restriction that there be no
87         trailing slashes.  Now, this code skips past them, effectively
88         ignoring them.
89         [TEST_DIRNAME] (main): New unit tests.
90
91         * memrchr.c: New file from GNU libc.
92         Undef __memrchr, too.
93         [!weak_alias]: Define __memrchr to memrchr.
94         Guard weak_alias use with `#ifdef weak_alias'.
95
96 2000-10-17  Jim Meyering  <meyering@lucent.com>
97
98         * quote.h (PARAMS): Define and use.
99         Reported by Akim Demaille.
100
101         * getopt.c: Update from libc.
102
103 2000-10-16  Jim Meyering  <meyering@lucent.com>
104
105         * hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to setlocale.
106         From Jan Fedak.
107
108 2000-09-25  Jim Meyering  <meyering@lucent.com>
109
110         * md5.h (rol): Define (from GnuPG).
111
112         * sha.c: Give credit (GnuPG) where due.
113         (M): Use rol rather than open-coding it.
114         Add a FIXME comment.
115
116 2000-09-21  Jim Meyering  <meyering@lucent.com>
117
118         * userspec.c (parse_user_spec): Remove debugging printf I'd added.
119         Reported by Michael Stone.
120
121 2000-09-20  Jim Meyering  <meyering@lucent.com>
122
123         * Makefile.am (libfetish_a_SOURCES): Add sha.c.
124         (noinst_HEADERS): Add sha.h.
125         Based on code from Scott G. Miller and from GnuPG.
126
127 2000-09-15  Jim Meyering  <meyering@lucent.com>
128
129         * regex.c: Update from libc.
130
131 2000-09-10  Jim Meyering  <meyering@lucent.com>
132
133         * getopt.c (_getopt_internal): Update from glibc.
134
135 2000-09-09  Jim Meyering  <meyering@lucent.com>
136
137         * quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
138         think it should be used as a general replacement for isascii.
139         * fnmatch.c: Likewise.
140         * mbswidth.c: Likewise
141         * regex.c: Likewise.
142
143         Don't use atoi.
144         * userspec.c: Include sys/param.h and limits.h.
145         Include xstrtol.h.
146         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
147         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
148         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
149         UID, GID.  Check range.
150
151 2000-09-06  Jim Meyering  <meyering@lucent.com>
152
153         * getopt.c (_getopt_internal): Update from glibc.
154
155 2000-08-30  Jim Meyering  <meyering@lucent.com>
156
157         * strftime.c: Merge in changes from GNU libc.
158
159 2000-08-26  Jim Meyering  <meyering@lucent.com>
160
161         * closeout.c: Include "__fpending.h".
162         (close_stdout_status): Return right away if there's nothing to flush.
163
164         * Makefile.am (noinst_HEADERS): Add __fpending.h.
165         * __fpending.c: New file.
166         * __fpending.h: New file.
167
168 2000-08-07  Paul Eggert  <eggert@twinsun.com>
169
170         Standardize on "memory exhausted" instead of "Memory exhausted"
171         or "virtual memory exhausted".
172         * obstack.c (print_and_abort): Use "memory exhausted", not
173         "virtual memory exhausted".
174         * same.c (same_name): Invoke xalloc_die instead of printing
175         our own message.
176         * userspec.c (parse_user_spec): Likewise.
177         * bumpalloc.h: comment fix
178         * same.c, userspec.c: Include xalloc.h.
179
180         * xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
181         not char *const and pointing to a constant array.
182         * xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
183         (xrealloc): Comment fix.
184
185         * userspec.c (parse_user_spec):
186         Don't translate a message until just before returning,
187         to avoid unnecessary translation.
188
189 2000-08-07  Jim Meyering  <meyering@lucent.com>
190
191         * addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
192         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
193         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
194         getgroups.c, gethostname.c, getopt.h, group-member.c,
195         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
196         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
197         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
198         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
199         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
200         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
201         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
202         yesno.c: Back out Copyright date changes for each file with no change
203         this year.  This eases coordination with other programs using the same
204         source code modules.  From Paul Eggert.
205
206 2000-08-03  Greg McGary  <greg@mcgary.org>
207
208         * regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
209         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
210         (EXTEND_BUFFER): Use them.
211
212 2000-08-01  Jim Meyering  <meyering@lucent.com>
213
214         * dirname.c (ISSLASH): Define.
215         (BACKSLASH_IS_PATH_SEPARATOR): Define.
216         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
217         both `\' and `/' may be use as path separators.
218         Based on a patch from Prashant TR.
219
220 2000-07-31  Paul Eggert  <eggert@twinsun.com>
221
222         * quotearg.c (quotearg_n_options): Don't make the initial
223         slot vector a constant, since it might get modified.
224
225 2000-07-31  Jim Meyering  <meyering@lucent.com>
226
227         * xmalloc.c: Use `virtual memory exhausted', not `Memory exhausted'.
228         * obstack.c (print_and_abort): Likewise.
229
230 2000-07-30  Paul Eggert  <eggert@twinsun.com>
231
232         * quotearg.c (quotearg_n_options): Preallocate a slot 0
233         buffer, so that the caller can always quote one small
234         component of a "memory exhausted" message in slot 0.
235         From a suggestion by Jim Meyering.
236
237 2000-07-30  Jim Meyering  <meyering@lucent.com>
238
239         * makepath.c (make_path): Quote the other instance, too.
240
241         * quotearg.c (N_STATIC_SLOTVECS): Define.
242         (STATIC_BUF_SIZE): Define.
243         (quotearg_n_options): Use only statically allocated storage when
244         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
245         than STATIC_BUF_SIZE.
246
247 2000-07-29  Jim Meyering  <meyering@lucent.com>
248
249         * diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
250         * dirname.c (dir_name): Likewise.
251
252         * basename.c (base_name): Use ISSLASH rather than comparing against `/'.
253
254         * dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
255         (dir_name): Assert that there are no trailing slashes.
256
257 2000-07-18  Bruno Haible  <haible@clisp.cons.org>
258
259         * mbswidth.h (mbswidth): Add a flags argument.
260         (mbswidth): New declaration.
261         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
262         * mbswidth.c (mbswidth): Add a flags argument.
263         (mbsnwidth): New function.
264
265 2000-07-24  Jim Meyering  <meyering@lucent.com>
266
267         * mbswidth.c: Remove useless #else.  From Bruno Haible.
268
269 2000-07-23  Paul Eggert  <eggert@twinsun.com>
270
271         * mbswidth.c (_XOPEN_SOURCE):
272         Don't define; this causes problems on Solaris 7.
273         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
274
275 2000-07-23  Paul Eggert  <eggert@twinsun.com>
276
277         * quotearg.c:
278         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
279         so that mbstate_t is always defined.
280
281         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
282         be 1 in at least one GCC installation, and this configuration
283         error is likely to be common.  Ignoring MB_LEN_MAX hurts
284         performance on hosts that have mbrtowc but have only unibyte
285         locales, but I assume these hosts are rare.
286
287 2000-07-23  Paul Eggert  <eggert@twinsun.com>
288
289         * quotearg.c: Streamline by invoking multibyte code only if needed.
290         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
291         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
292         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
293         invoke multibyte primitives.
294
295 2000-07-23  Jim Meyering  <meyering@lucent.com>
296
297         * basename.c (base_name): Add an assertion.
298
299 2000-07-15  Bruno Haible  <clisp.cons.org>
300
301         * quotearg.c: When the system forces us to redefine mbstate_t,
302         shadow its mbsinit function.
303
304 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
305
306         * mbswidth.h: New file.
307         * mbswidth.c: New file.
308         * Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
309         (noinst_HEADERS): Add mbswidth.h.
310
311 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
312
313         * config.charset: Add support for FreeBSD. Improve support for HP-UX
314         and IRIX 6.
315
316 2000-07-15  Jim Meyering  <meyering@lucent.com>
317
318         * makepath.c: Include quote.h.
319         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
320         corresponding argument in a `quote (...)' call.
321         Give better diagnostics.
322
323         * Makefile.am (libfetish_a_SOURCES): Add quote.c.
324         (noinst_HEADERS): Add quote.h.
325
326         * quote.c (quote, quote_n): New file.  Two functions taken verbatim
327         from tar's src/misc.c.
328         * quote.h: New file.  Prototypes for same.
329
330 2000-07-10  Paul Eggert  <eggert@twinsun.com>
331
332         From a suggestion by Bruno Haible.
333         * quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
334         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
335         to decide whether to define the BeOS workaround macro;
336         this adjusts to the change to AC_MBSTATE_T.
337
338 2000-07-13  Paul Eggert  <eggert@twinsun.com>
339
340         * quotearg.h (enum quoting style): New enum clocale_quoting_style.
341
342         * quotearg.c: (quoting_style_args, quoting_style_vals,
343         quotearg_buffer_restyled): Add support for
344         clocale_quoting_style.  Undo previous change to
345         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
346         and "{RIGHT QUOTATION MARK}" msgids.
347
348 2000-07-05  Paul Eggert  <eggert@twinsun.com>
349
350         The old behavior of quoting `like this' doesn't look good with
351         newer, ISO-style fonts.  See:
352         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
353
354         Instead, quote "like this" by default.  Let the translator
355         tailor the locale-specific quoting behavior by providing
356         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
357
358         * quotearg.c (N_): New macro.
359         (gettext_default): New function.
360         (quotearg_buffer_restyled): Use
361         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
362         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
363
364 2000-07-09  Jim Meyering  <meyering@lucent.com>
365
366         * Most files: Update copyright dates to include 2000.
367
368 2000-07-08  Jim Meyering  <meyering@lucent.com>
369
370         * xgethostname.c (ENAMETOOLONG): Define to an unlikely value
371         if not defined.
372         (xgethostname): Remove now-unnecessary #ifdef.
373         Move declaration of `err' into loop where it's used.
374
375 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
376
377         * xgethostname.c (xgethostname): Protect against the SunOS5.5 bug
378         by allocating a larger buffer. Test the gethostname return value for
379         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
380         returns an error and ENAMETOOLONG isn't defined.
381
382 2000-07-05  Paul Eggert  <eggert@twinsun.com>
383         and Bruno Haible  <haible@clisp.cons.org>
384
385         * quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
386
387 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
388
389         * quotearg.c (struct quoting_options): Simplify quote_these_too
390         dimension.
391
392 2000-07-03  Jim Meyering  <meyering@lucent.com>
393
394         * strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
395         Reported by Bruno Haible.
396
397 2000-07-04  Jim Meyering  <meyering@lucent.com>
398
399         * quotearg.c: Make inclusion of <wchar.h> independent of whether
400         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
401         lacks mbrtowc.
402
403 2000-07-03  Paul Eggert  <eggert@twinsun.com>
404         and Bruno Haible  <haible@clisp.cons.org>
405
406         * quotearg.c (mbrtowc):
407         Assign to *pwc, and return 1 only if result is nonzero.
408         (iswprint): Use ISPRINT when substituting our own mbrtowc.
409
410 2000-07-03  Jim Meyering  <meyering@lucent.com>
411
412         * readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
413         This is necessary to get a definition of e.g., UTMP_FILE on HP-UX 10.20.
414         From Bob Proulx.
415
416 2000-07-02  Jim Meyering  <meyering@lucent.com>
417
418         * quotearg.c (mbstate_t): Don't define here.
419
420 2000-07-02  Jim Meyering  <meyering@lucent.com>
421
422         * nanosleep.c (SIGCONT): Define if not already defined.
423
424 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
425
426         * mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
427         per change in ../m4/ls-mntd-fs.m4.
428         (read_filesystem_list): Ignore symbolic links.
429
430 2000-06-29  Jim Meyering  <meyering@lucent.com>
431
432         * same.c: Include <string.h> or <strings.h>, as appropriate,
433         for declaration of strcmp.
434
435         * long-options.c: Include <stdlib.h>, for declaration of exit.
436
437         * mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
438         Avoid warning by casting result to `char *' to remove `const'.
439
440 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
441
442         * Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
443
444 2000-06-26  Paul Eggert  <eggert@twinsun.com>
445
446         savedir now sets errno on failure and invokes xmalloc to get memory.
447         Fix a couple of other minor bugs while we're at it.
448
449         * savedir.c (<unistd.h>): Do not include; there's no need.
450         (NAMLEN): Remove macro.
451         (malloc, realloc): Remove decls.
452         (stpcpy): Likewise.
453         ("xalloc.h"): Include.
454         (NAME_SIZE_DEFAULT): New macro.
455         (savedir): Use xmalloc / xrealloc to allocate memory.
456         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
457         Skip "" directory entries.
458         Use strlen to calculate directory entry length, since the old method
459         is rarely used these days and isn't worth supporting.
460         Don't use a pointer after freeing it.
461         Check for integer overflow when calculating allocation size.
462         Use memcpy to copy entries, instead of stpcpy.
463         Set errno properly when returning NULL.
464         Check for readdir error.
465
466 2000-06-26  Jim Meyering  <meyering@lucent.com>
467
468         * posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
469
470 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
471
472         * getusershell.c (xmalloc, xrealloc): Remove functions.
473         Include xalloc.h.
474         Don't include <stdlib.h>.  Don't declare malloc, realloc.
475
476 2000-06-23  Bruno Haible  <haible@clisp.cons.org>
477
478         * unicodeio.c (print_unicode_char): Work around ansi2knr deficiency.
479
480 2000-06-24  Jim Meyering  <meyering@lucent.com>
481
482         * error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
483
484 2000-06-21  Jim Meyering  <meyering@lucent.com>
485
486         * getpass.c: New file, from Bruno Haible.  Required for BeOS.
487
488 2000-06-19  Paul Eggert  <eggert@twinsun.com>
489
490         * quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
491         (mbrtowc, mbstate_t): Define substitutes if
492         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
493         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
494         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
495
496 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
497
498         * xgetcwd.c (xgetcwd): If the required pathname length is smaller
499         than 1024, return a memory chunk of least possible size, instead
500         of size PATH_MAX + 2. In the loop, increment the size proportionally.
501         Use free/xmalloc instead of xrealloc to avoid copying for very long
502         paths.
503
504 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
505
506         * canon-host.c (canon_host): Use malloc and memcpy to copy an
507         address, not strdup.  Include <stdlib.h> and don't declare free().
508
509 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
510
511         * path-concat.c (path_concat): Don't access dir[-1] if dir is
512         the empty string.
513
514 2000-06-21  Jim Meyering  <meyering@lucent.com>
515
516         * Makefile.am (libfetish_a_SOURCES): Add getstr.c.
517         (noinst_HEADERS): Add getstr.h.
518
519         * getline.c (getstr): Move into a separate file.
520         * getstr.c (getstr): New file, extracted from getline.c, with
521         the following changes: new parameter, delim2; both delim[12]
522         parameters have type `int', not `char'.  The latter would lose
523         with 8-bit delimiters.
524         * getstr.h: New file.
525
526 2000-06-19  Jim Meyering  <meyering@lucent.com>
527
528         * getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
529
530 2000-06-18  Jim Meyering  <meyering@lucent.com>
531
532         * mkdir.c: Remove file, due mainly to copyright incompatibility.
533         Besides, these days every porting target provides a mkdir function.
534
535         * strnlen.c: Include memory.h, string.h, and/or strings.h as needed.
536         (this snippet comes from src/system.h).
537
538 2000-06-15  Paul Eggert  <eggert@twinsun.com>
539
540         * human.c (adjust_value): New function.
541         (human_readable_inexact): Apply rounding style even when
542         printing approximate values.
543
544 2000-06-14  Paul Eggert  <eggert@twinsun.com>
545
546         * human.c (human_readable_inexact): Allow an input block
547         size that is not a multiple of the output block size, and vice versa.
548         Reported by Piergiorgio Sartor.
549
550 2000-06-14  Paul Eggert  <eggert@twinsun.com>
551
552         * getdate.y (get_date): Apply relative times after time
553         zone indicator, not before.  Reported by Todd A. Jacobs.
554
555 2000-06-13  Jim Meyering  <meyering@lucent.com>
556
557         * Makefile.am (all-local): Depend on lstat.c and stat.c.
558
559         * xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
560
561 2000-06-12  Paul Eggert  <eggert@twinsun.com>
562
563         * xstat.in: Include <stdlib.h> in lstat, to declare "free".
564
565 2000-06-04  Paul Eggert  <eggert@twinsun.com>
566
567         * strnlen.c: Include <config.h> if HAVE_CONFIG_H.
568
569 2000-06-04  Jim Meyering  <meyering@lucent.com>
570
571         * getugroups.c (getugroups): Cast -1 to gid_t, for systems like
572         SunOS4.1.4 for which gid_t is an unsigned type.
573
574 2000-06-03  Jim Meyering  <meyering@lucent.com>
575
576         * strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
577
578 2000-05-26  Bruno Haible  <haible@clisp.cons.org>
579
580         * Makefile.am (install-exec-local): On systems with glibc-2.1 or
581         newer, don't install charset.alias.
582         * config.charset: Change the Linux/glibc rules so they become empty
583         on glibc-2.1 or newer.
584
585 2000-06-02  Jim Meyering  <meyering@lucent.com>
586
587         * mountlist.c: Back out last change.  Instead, do this...
588         * mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the me_dummy
589         member using the same `ignore'-testing code.
590         * mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
591         fs_type strings.
592         From Mark D. Roth.
593
594 2000-05-29  Jim Meyering  <meyering@lucent.com>
595
596         * mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore mounts
597         with the `ignore' attribute.  Based on a patch from Mark D. Roth.
598
599 2000-05-22  Jim Meyering  <meyering@lucent.com>
600
601         * makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
602
603 2000-05-18  Jim Meyering  <meyering@lucent.com>
604
605         * hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
606         back, too, since it may have been modified by allocate_entry.
607         (hash_delete): Rewrite to use neither the assignment operator
608         nor the comma operator in an if-expression.
609
610 2000-05-15  Paul Eggert  <eggert@twinsun.com>
611
612         * closeout.c:
613         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
614         Remove; no longer needed.
615         "quotearg.h": Add include.
616         (file_name): Do not bother to explicitly initialize to NULL; it's less
617         efficient on some hosts.
618         (close_stdout_status): Remove test as to whether stdout was already
619         closed; it breaks for the case "echo x | sort >&-".
620         Quote file name colons.
621         Do not assume that _("write error") lacks format strings.
622
623 2000-05-15  Jim Meyering  <meyering@lucent.com>
624
625         * version-etc.c (version_etc_copyright): Update the copyright string
626         used in all --version output.
627
628 2000-05-14  Jim Meyering  <meyering@lucent.com>
629
630         * closeout.c (close_stdout_set_file_name): New function.
631         (close_stdout_status): Use new file-scoped global.
632         Return right away if fstat says the stdout file descriptor is invalid.
633         * closeout.h (close_stdout_set_file_name): Declare.
634
635 2000-05-10  Jim Meyering  <meyering@lucent.com>
636
637         * closeout.c [default_exit_status]: New file-scoped variable.
638         (close_stdout_set_status): New function.
639         * closeout.h (close_stdout_set_status): Declare.
640
641 2000-05-08  Jim Meyering  <meyering@lucent.com>
642
643         * long-options.c: Don't include closeout.h.
644         (parse_long_options): Don't call close_stdout for --version.
645
646 2000-05-06  Jim Meyering  <meyering@lucent.com>
647
648         * strnlen.c: Undefine __strnlen and strnlen.
649         [!weak_alias]: Define __strnlen to strnlen.
650
651         * atexit.c: New file, from libiberty.
652
653 2000-05-06  Jim Meyering  <meyering@lucent.com>
654
655         * closeout.c (close_stdout_status): Also check for errors on the
656         stderr stream.
657
658 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
659
660         * localcharset.c (get_charset_aliases): Use malloc, realloc and memcpy
661         instead of xmalloc, xrealloc, path_concat.
662         (locale_charset): Treat empty environment variables as absent.
663         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
664
665 2000-05-04  Jim Meyering  <meyering@lucent.com>
666
667         * getopt.c: Update from glibc.
668         * obstack.c: Likewise.
669         * obstack.h: Likewise.
670         * regex.c: Likewise.  NB: K&R compiler support is dropped for this file
671
672         * regex.h: Likewise.
673         * strndup.c: Likewise.
674         * strnlen.c: New file, from glibc.
675
676 2000-05-01  Jim Meyering  <meyering@lucent.com>
677
678         * full-write.c (full_write): Remove `FIXME' part of comment.
679
680 2000-04-29  Jim Meyering  <meyering@lucent.com>
681
682         * path-concat.c: Declare strdup only if it's not defined.
683         * canon-host.c: Likewise.
684
685 2000-04-28  Jim Meyering  <meyering@lucent.com>
686
687         * rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to avoid
688         redefinition warning on some systems (HPUX).  Otherwise, regex.h is
689         included first, then limits.h is included by locale.h by libintl.h.
690         From John David Anglin.
691
692 2000-04-25  Jim Meyering  <meyering@lucent.com>
693
694         * makepath.c (S_IRWXUGO): Define.
695         (make_path): Always perform explicit chmod if MODE specifies any
696         of the `special' permission bits.  Prompted by a bug report against
697         install from Mate Wierdl and Joost van Baal.
698
699 2000-04-18  Jim Meyering  <meyering@lucent.com>
700
701         * README: New file.
702
703         * getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
704         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
705
706 2000-04-17  Jim Meyering  <meyering@lucent.com>
707
708         * strftime.c (my_strftime) [strftime]: Declare strftime here, since
709         the definition of it to rpl_strftime also defined-away the system's
710         declaration.
711
712 2000-04-15  Jim Meyering  <meyering@lucent.com>
713
714         Use `C' to denote so-called `contiguous' files, the same way
715         that tar does.
716         * filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
717         (ftypelet): Use S_ISCTG.
718         From Michael Deutschmann.
719
720 2000-04-14  Jim Meyering  <meyering@lucent.com>
721
722         * strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
723
724 2000-04-08  Jim Meyering  <meyering@lucent.com>
725
726         * Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
727         names don't conflict.  Reported by Eli Zaretskii.
728
729 2000-03-28  Bruno Haible  <haible@clisp.cons.org>
730
731         * unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
732         bug.  Deal with the different error behavior of Irix iconv.
733
734 2000-04-07  Jim Meyering  <meyering@lucent.com>
735
736         * putenv.c: Move inclusion of errno.h so it follows that of sys/types.h,
737         to work around system header problems on AIX 3.2.5.  From Bruno Haible.
738
739 2000-04-05  Jim Meyering  <meyering@lucent.com>
740
741         Portability tweaks required for ultrix4.3.
742         * readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare getutent.
743         * readutmp.c: Include sys/types.h before sys/stat.h.
744         * canon-host.c: Declare strdup.
745         * path-concat.c: Likewise.
746         From John David Anglin.
747
748 2000-04-04  Jim Meyering  <meyering@lucent.com>
749
750         Be more DOS 8.3-friendly.
751         * ref-add.sin: Renamed from ref-add.sed.in.
752         * ref-del.sin: Renamed from ref-del.sed.in.
753         * Makefile.am: Reflect renaming.
754         Reported by Eli Zaretskii.
755
756         Use a temporary file name that won't clash with `charset.alias'
757         in the DOS 8.3 name space.
758         * Makefile.am (charset_tmp): Define.
759         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
760         (uninstall-local): Likewise.
761         Reported by Eli Zaretskii.
762
763 2000-03-29  Paul Eggert  <eggert@twinsun.com>
764
765         * time/strftime.c (my_strftime): Make sure we call the system
766         strftime, not ourselves, when invoking the underlying strftime.
767
768 2000-03-24  Jim Meyering  <meyering@lucent.com>
769
770         * Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
771         (charset_alias): Define.
772         (install-exec-local): Factor out common code.
773         (uninstall-local): Split lines longer than 80.
774         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
775         (SUFFIXES): Define.
776         (.sed.in.sed): New rule.  Don't redirect directly to $@.
777         (CLEANFILES): Add ref-add.sed and ref-del.sed.
778
779 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
780
781         * config.charset: Output a line containing "Packages using this file".
782         * ref-add.sed.in, ref-del.sed.in: New files.
783         * Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
784         ref-del.sed): New rules.
785
786 2000-03-17  Jim Meyering  <meyering@lucent.com>
787
788         * unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
789         Otherwise, include <strings.h>
790
791 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
792
793         * unicodeio.c (utf8_wctomb): New function.
794         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
795         format instead of in UCS-4 with platform dependent endianness.
796
797 2000-03-07  Paul Eggert  <eggert@twinsun.com>
798
799         * savedir.c (savedir): Work even if directory size is
800         negative; this can happen with some screwy NFS configurations.
801
802 2000-03-06  Jim Meyering  <meyering@lucent.com>
803
804         * localcharset.c (get_charset_aliases): Don't try to free file_name
805         if it's NULL (because we ran out of memory).  From Bruno Haible.
806
807 2000-03-05  Jim Meyering  <meyering@lucent.com>
808
809         * localcharset.c ("path-concat.h"): Include.
810         (get_charset_aliases): Use path_concat instead of ANSI string
811         concatenation.
812
813         * unicodeio.h (PARAMS): Define.
814         Use it to guard prototype.
815
816 2000-03-04  Jim Meyering  <meyering@lucent.com>
817
818         * Makefile.am (install-exec-local): Create $(libdir) before installing
819         into it.
820         (uninstall-local): Uncomment this rule so `make distcheck' works
821         once again.
822
823         * unicodeio.c (<errno.h>): Include it.
824         (errno): Declare if not defined.
825
826         * localcharset.c: Add Bruno's comment justifying use of volatile.
827
828         * config.charset: New version, incorporating remarks from a linux
829         i18n mailing list.  From Bruno Haible.
830
831 2000-03-02  Jim Meyering  <meyering@lucent.com>
832
833         * Makefile.am (EXTRA_DIST): Add config.charset.
834
835 2000-03-01  Jim Meyering  <meyering@lucent.com>
836
837         * localcharset.c: Guard some #includes with `#if HAVE_...'.
838         * unicodeio.c: Likewise.
839
840 2000-02-02  Bruno Haible  <haible@clisp.cons.org>
841
842         * config.charset: New file.
843         * localcharset.c: New file.
844         * unicodeio.h, unicodeio.c: New files.
845         * Makefile.am (DEFS): Add -DLIBDIR=...
846         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
847         (noinst_HEADERS): Add unicodeio.h.
848         (all-local, install-exec-local, charset.alias): New targets.
849
850 2000-02-28  Paul Eggert  <eggert@twinsun.com>
851
852         * quotearg.c (ALERT_CHAR): New macro.
853         (quotearg_buffer_restyled): Use it.
854
855 2000-02-27  Jim Meyering  <meyering@lucent.com>
856
857         * strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
858         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
859
860         * backupfile.c: Guard inclusion of stdlib.h with `#if HAVE_STDLIB_H',
861         not `#if STDC_HEADERS'.
862         Declare malloc if needed.
863
864         * backupfile.c: Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..'
865         now that autoconf always defines the HAVE_DECL_ symbols.
866         * human.c: Likewise.
867         * same.c: Likewise.
868         * strtoumax.c: Likewise.
869
870         * backupfile.c: Arrange for cpp to fail if the configure-time
871         declaration check was not run.
872         * hash.c: Likewise.
873         * human.c: Likewise.
874         * same.c: Likewise.
875         * strtoumax.c: Likewise.
876
877         * userspec.c (parse_user_spec): If there is no `:' but there is a `.',
878         then first look up the entire `.'-containing string as a login name.
879
880 2000-02-18  Paul Eggert  <eggert@twinsun.com>
881
882         * getdate.y: Handle two-digit years with leading zeros correctly.
883         (textint): New typedef.
884         (parser_control): Member year changed from int to textint.
885         All uses changed.
886         (YYSTYPE): Removed; replaced by %union with int and textint members.
887         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
888         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
889         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
890         (tSNUMBER, tUNUMBER): Now of type <textintval>.
891         (date, number, to_year): Use width of number in digits, not its value,
892         to determine whether it's a 2-digit year, or a 2-digit time.
893         (yylex): Store number of digits of numeric tokens.
894         Reported by John Kendall.
895
896         (parser_control): Changed from struct parser_control to typedef (for
897         consistency).  All uses changed.
898
899         (tID): Removed; not used.
900         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
901
902 2000-02-14  Paul Eggert  <eggert@twinsun.com>
903
904         * getpagesize.h (getpagesize): Port to VMS for Alpha;
905         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
906
907 2000-02-12  Jim Meyering  <meyering@lucent.com>
908
909         * userspec.c (ISDIGIT): Define it.
910         (isdigit): Remove definition.
911         (is_number): Use ISDIGIT, not isdigit.
912         <libintl.h>: Include.
913         (_ and N_): Define.
914         (parse_user_spec): Mark translatable strings.
915
916 2000-02-10  Jim Meyering  <meyering@lucent.com>
917
918         With these changes, nanosleep.[ch] are finally enough like the other
919         lib/* replacement files to compile on a few more losing systems.
920
921         * nanosleep.h: Don't include config.h.
922         Remove prototype from declaration of nanosleep.
923         (PARAMS): Remove now-unneeded definition.
924         * nanosleep.c: #undef nanosleep.
925         (rpl_nanosleep): Rename from nanosleep.
926
927 2000-02-03  Jim Meyering  <meyering@lucent.com>
928
929         * readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
930         rather than with `#if HAVE_UTMPNAME'.
931
932 2000-02-01  Jim Meyering  <meyering@lucent.com>
933
934         * readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
935
936 2000-01-31  Jim Meyering  <meyering@lucent.com>
937
938         * nanosleep.h (nanosleep): Guard declaration with
939         `#if ! HAVE_DECL_NANOSLEEP'.
940         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
941         the declaration in that vendor's sys/timers.h.
942         Reported by Christian Krackowizer.
943
944         * quotearg.c (ISASCII): Add #undef and move definition to follow
945         inclusion of wctype.h to work around solaris2.6 namespace pollution.
946         (ISPRINT): Likewise.
947         Reported by Tom Tromey.
948
949 2000-01-30  Jim Meyering  <meyering@lucent.com>
950
951         * readutmp.c (extract_trimmed_name): Use UT_USER instead of hard-coding
952         uses of ->ut_name.  The latter doesn't work with new Linux header files
953         where only utmpx.ut_user is declared.
954
955         * readutmp.h (UT_USER): Define.
956
957 2000-01-23  Jim Meyering  <meyering@lucent.com>
958
959         * Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
960         obstack.c.
961
962 2000-01-22  Jim Meyering  <meyering@lucent.com>
963
964         * strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
965         [! HAVE_DECL_STRTOULL]: Declare strtoull.
966         Required for some AIX systems.  Reported by Christian Krackowizer.
967         [TESTING] (main): New function.
968
969         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
970         * dirname.c (dir_name): Support for DOS-style file names with drive
971         letters.
972
973         * quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of iswprint.
974
975         * strverscmp.c (ISDIGIT): Define.
976         (strverscmp): Use ISDIGIT, not isdigit.
977
978 2000-01-17  Paul Eggert  <eggert@twinsun.com>
979
980         * nanosleep.c (nanosleep):
981         Don't use SA_INTERRUPT to decide whether to call sigaction, as
982         POSIX.1 doesn't require SA_INTERRUPT and some systems
983         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
984         it's been part of POSIX.1 since day 1 (in 1988).
985
986 2000-01-17  Jim Meyering  <meyering@lucent.com>
987
988         * interlock: Remove unused file.  Reported by François Pinard.
989
990 2000-01-16  Paul Eggert  <eggert@twinsun.com>
991
992         * quotearg.c (quotearg_buffer_restyled): Do not quote
993         alert, backslash, formfeed, and vertical tab unnecessarily in
994         shell quoting style.
995
996 Local Variables:
997 version-control: never
998 End: