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