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