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