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