eda3c447414c1b562d1feb43651a88335940db54
[gnulib.git] / lib / ChangeLog
1 2005-05-22  Bruno Haible  <bruno@clisp.org>
2
3         * stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
4         (INT64_MIN): Fix definition.
5         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
6
7         * stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
8         NEED_SIGNED_INT_TYPES.
9
10         * stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
11         HAVE_SYSTEM_INTTYPES.
12
13 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
14
15         * fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
16         so that unistd-safer.h (GPL'ed code) need not be included.
17
18 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19
20         New fts module.
21         * fts.c: Don't include "cycle-check.h" or "hash.h".
22         (setup_dir, free_dir): New functions.
23         (enter_dir, leave_dir): Define trivial
24         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
25         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
26         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
27         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
28         Move to fts-cycle.c.
29         (fts_open): Use setup_dir.
30         (fts_close): Use free_dir.
31         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
32         This adds a label and some gotos, but the alternatives were messier.
33         Check for memory allocation failure when entering a dir.
34         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
35         * fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
36         (FTS): New member fts_cycle, that is a union that contains the
37         old active_dir_ht and cycle_state.  All uses changed to mention
38         fts_cycle.ht and fts_cycle.state.
39         * fts-cycle.c: New file, containing GPL'ed code migrated out of
40         fts.c, with the following changes:
41         (setup_dir, free_dir): New functions.
42         (enter_dir): Now returns bool.  Return true if successful, false
43         if memory exhausted.  All callers changed.
44         Do not bother partly cleaning up on
45         memory allocation failure; that is free_dir's job.
46         However, free ad if hash_insert fails, to avoid memory leak.
47         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
48         fts->fts_options to see which union member to use.
49
50 2005-05-20  Jim Meyering  <jim@meyering.net>
51
52         * unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
53         Now a macro, to pacify GCC.
54
55 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
56
57         * chown.c (rpl_chown): Return -1 on failure.
58
59 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
60
61         * canonicalize.c: Include canonicalize.h first, to test interface.
62         Include <stddef.h> unconditionally, since we assume C89 now.
63         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
64         * fts.c: Include fts_.h first, to check interface.
65         Do not include intprops.h; no longer needed.
66         Include cycle-check.h and hash.h, since fts_.h no longer does.
67         Remove unnecessary casts of closedir to void.
68         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
69         decide whether to decrement nlinks.
70         * fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
71         (FTS): Use struct hash_table * instead of Hash_table, so that
72         we no longer need to include hash.h here.
73
74 2005-05-17  Jim Meyering  <jim@meyering.net>
75
76         * fts.c, fts_.h: New files, from coreutils.
77
78 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
79
80         Sync from coreutils.
81         * unlinkdir.c, unlinkdir.h: New files.
82         * gethrxtime.c, gethrxtime.h, getpass.h, mountlist.h, path-concat.c,
83         regex.h, unlocked-io.h, xtime.h:
84         White space changes only.
85         * makepath.c (make_path): Port to hosts where leading "//" is special.
86         * yesno.c: Include getline.h, not ctype.h.
87         (yesno): Don't remove leading white space; POSIX doesn't allow it.
88         Use getline to remove arbitrary restriction on response length.
89
90 2005-05-13  Bruno Haible  <bruno@clisp.org>
91
92         * stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
93         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
94         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
95         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
96         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
97         Add support for 64-bit integers in the MSVC compiler.
98
99 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
100
101         * byteswap_.h, getsubopt.h, iconvme.h, strsep.c, strsep.h:
102         Change the initial comment to refer to GPL, not LGPL.
103         gnulib-tool will change it to LGPL as needed.
104
105         * __fpending.c, acl.c, acl.h, alloca_.h, allocsa.c, allocsa.h,
106         argmatch.c, argmatch.h, argp-ba.c, argp-eexst.c, argp-fmtstream.c,
107         argp-fmtstream.h, argp-fs-xinl.c, argp-help.c, argp-namefrob.h,
108         argp-parse.c, argp-pv.c, argp-pvh.c, argp-xinl.c, argp.h, argz.c,
109         argz_.h, asnprintf.c, asprintf.c, atanl.c, backupfile.c,
110         backupfile.h, base64.c, base64.h, basename.c, binary-io.h,
111         byteswap_.h, c-ctype.c, c-ctype.h, c-stack.c, c-stack.h,
112         c-strtod.c, calloc.c, canon-host.c, canonicalize.c,
113         canonicalize.h, ceill.c, chdir-long.c, chdir-long.h, chown.c,
114         classpath.c, classpath.h, cloexec.c, closeout.c, closeout.h,
115         concatpath.c, config.charset, copy-file.c, copy-file.h,
116         cycle-check.c, cycle-check.h, diacrit.c, diacrit.h, dirfd.c,
117         dirfd.h, dirname.c, dirname.h, dummy.c, dup-safer.c, dup2.c,
118         eealloc.h, error.c, error.h, euidaccess.c, exclude.c, exclude.h,
119         execute.c, execute.h, exit.h, exitfail.c, exitfail.h, expl.c,
120         fatal-signal.c, fatal-signal.h, fd-safer.c, file-type.c,
121         file-type.h, fileblocks.c, filemode.c, filemode.h, findprog.c,
122         findprog.h, floorl.c, fnmatch.c, fnmatch_.h, fnmatch_loop.c,
123         fopen-safer.c, free.c, frexpl.c, fsusage.c, fsusage.h,
124         full-read.c, full-read.h, full-write.c, full-write.h,
125         fwriteerror.c, fwriteerror.h, gai_strerror.c, gcd.c, gcd.h,
126         getaddrinfo.c, getaddrinfo.h, getcwd.c, getcwd.h, getdate.h,
127         getdate.y, getdomainname.c, getdomainname.h, getgroups.c,
128         gethostname.c, gethrxtime.c, gethrxtime.h, getline.c, getline.h,
129         getloadavg.c, getndelim2.c, getndelim2.h, getnline.c, getnline.h,
130         getopt.c, getopt1.c, getopt_.h, getopt_int.h, getpagesize.h,
131         getpass.c, getpass.h, getsubopt.c, getsubopt.h, gettext.h,
132         gettime.c, gettimeofday.c, getugroups.c, getusershell.c,
133         group-member.c, group-member.h, hard-locale.c, hard-locale.h,
134         hash-pjw.c, hash-pjw.h, hash.c, hash.h, human.c, human.h,
135         iconvme.c, iconvme.h, idcache.c, inet_ntop.h, intprops.h,
136         inttostr.c, inttostr.h, isdir.c, javacomp.c, javacomp.h,
137         javacomp.sh.in, javaexec.c, javaexec.h, javaexec.sh.in,
138         lbrkprop.h, lchown.c, ldexpl.c, linebreak.c, linebreak.h,
139         linebuffer.c, linebuffer.h, localcharset.c, localcharset.h,
140         logl.c, long-options.c, long-options.h, lstat.c, makepath.c,
141         makepath.h, malloc.c, mathl.h, mbswidth.c, mbswidth.h, md5.c,
142         md5.h, memcasecmp.c, memcasecmp.h, memchr.c, memcmp.c, memcoll.c,
143         memcoll.h, memcpy.c, memmem.c, memmem.h, mempcpy.c, mempcpy.h,
144         memrchr.c, memrchr.h, memset.c, minmax.h, mkdir.c, mkdtemp.c,
145         mkdtemp.h, mkstemp.c, mktime.c, modechange.c, modechange.h,
146         mountlist.c, mountlist.h, nanosleep.c, obstack.c, obstack.h,
147         openat.c, openat.h, pagealign_alloc.c, pagealign_alloc.h,
148         path-concat.c, path-concat.h, pathmax.h, pathname.h, physmem.c,
149         physmem.h, pipe.c, pipe.h, poll.c, poll_.h, posixtm.c, posixtm.h,
150         posixver.c, printf-args.c, printf-args.h, printf-parse.c,
151         printf-parse.h, progname.c, progname.h, progreloc.c, putenv.c,
152         quote.c, quote.h, quotearg.c, quotearg.h, raise.c, readlink.c,
153         readtokens.c, readtokens.h, readtokens0.c, readtokens0.h,
154         readutmp.c, readutmp.h, realloc.c, ref-add.sin, ref-del.sin,
155         regex.c, regex.h, rename.c, rmdir.c, rpmatch.c, safe-read.c,
156         safe-read.h, safe-write.c, safe-write.h, same.c, same.h,
157         save-cwd.c, save-cwd.h, savedir.c, savedir.h, setenv.c, setenv.h,
158         settime.c, sh-quote.c, sh-quote.h, sha1.c, sha1.h, sig2str.c,
159         sig2str.h, sincosl.c, snprintf.c, snprintf.h, sqrtl.c,
160         stat-macros.h, stat.c, stdbool_.h, stdint_.h, stdio-safer.h,
161         stpcpy.c, stpcpy.h, stpncpy.c, stpncpy.h, strcase.h, strcasecmp.c,
162         strchrnul.c, strchrnul.h, strcspn.c, strdup.c, strdup.h,
163         strerror.c, strftime.c, strftime.h, stripslash.c, strndup.c,
164         strndup.h, strnlen.c, strpbrk.c, strpbrk.h, strsep.c, strsep.h,
165         strstr.c, strstr.h, strtod.c, strtoimax.c, strtok_r.c, strtok_r.h,
166         strtol.c, strtoll.c, strtoul.c, strtoull.c, strverscmp.c,
167         strverscmp.h, sysexit_.h, tempname.c, time_r.c, time_r.h,
168         timegm.c, timegm.h, timespec.h, trigl.c, trigl.h, ucs4-utf16.h,
169         ucs4-utf8.h, unicodeio.c, unicodeio.h, unistd-safer.h,
170         unlocked-io.h, unsetenv.c, userspec.c, utf16-ucs4.h, utf8-ucs4.h,
171         utime.c, utimecmp.c, utimecmp.h, utimens.c, vasnprintf.c,
172         vasnprintf.h, vasprintf.c, vasprintf.h, version-etc-fsf.c,
173         version-etc.c, version-etc.h, vsnprintf.c, vsnprintf.h,
174         w32spawn.h, wait-process.c, wait-process.h, xalloc-die.c,
175         xalloc.h, xallocsa.c, xallocsa.h, xasprintf.c, xgetcwd.c,
176         xgetcwd.h, xgetdomainname.c, xgetdomainname.h, xgethostname.c,
177         xmalloc.c, xmemcoll.c, xnanosleep.c, xreadlink.c, xreadlink.h,
178         xsetenv.c, xsetenv.h, xsize.h, xstrndup.c, xstrndup.h, xstrtod.c,
179         xstrtod.h, xstrtoimax.c, xstrtol.c, xstrtol.h, xstrtoumax.c,
180         xtime.h, xvasprintf.c, xvasprintf.h, yesno.c, yesno.h:
181         Update FSF postal mail address.
182
183 2005-05-10  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
184
185         * getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
186         specified in ai_socktype. Fix invalid ai_protocol
187         check. ai_protocol is usually set to 0 or depending on
188         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
189         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
190         ai_socktype / ai_protocol in the returned addrinfo structure.
191
192 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
193             Bruno Haible  <bruno@clisp.org>
194
195         * inet_ntop.h: New file.
196         * inet_ntop.c: New file, from glibc with modifications.
197
198 2005-05-08  Jim Meyering  <jim@meyering.net>
199
200         * classpath.c (PATH_SEPARATOR): Remove insignificant trailing blank.
201
202 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
203
204         Merge from coreutils.  Among other things,
205         add bulletproofing for cases where stdin, stdout, or stderr are closed.
206         * fd-safer.c: New file.
207         * fcntl-safer.h, open-safer.c: Remove.
208         * chdir-long.c: Fix comment "fetish" -> "coreutils".
209         * dup-safer.c: Include unistd-safer.h first.
210         Don't include errno.h.
211         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
212         * file-type.h: Don't assume invoker included sys/stat.h first.
213         * file-type.c: Rely on file-type.h change.
214         * getloadavg.c: Include unistd-safer.h.
215         (getloadavg): Use safer open.
216         * getusershell.c: Include "stdio-safer.h".
217         (getusershell): Use safer fopen.
218         * long-options.c (long_options): Use NULL rather than 0.
219         * modechange.h (mode_free): Remove; all callers changed to invoke
220         'free'.
221         * modechange.c: Likewise.
222         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
223         (MODE_DONE): New constant.
224         (struct mode_change): Remove 'next' member.
225         (make_node_op_equals): New function; like the old one of the
226         same name, except it allocates an array.
227         (mode_compile, mode_create_from_ref): Use it.
228         (mode_compile): Allocate result as an array, not a linked list.
229         Parse octal string ourself, so that we catch mistakes like "+0".
230         (mode_adjust): Arg is an array, not a linked list.
231         * modechange.c: Include stat-macros.h, xalloc.h.
232         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
233         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
234         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
235         Remove.  This is now stat-macros.h's job.
236         (talloc): Remove.  All callers replaced by xalloc, so that
237         our invokers don't have to worry about reporting memory failures.
238         (make_node_op_equals): Remove.
239         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
240         New constants.
241         (struct mode_change): Moved here from modechange.h.
242         (mode_append_entry): Remove.
243         (mode_compile): Remove MASKED_OPS arg, since it encouraged
244         apps to have incorrect behavior.  Use simpler algorithm for head
245         and tail.  Don't futz with umask; that's now the job of mode_adjust.
246         Detect more invalid usages rather than having somewhat-random behavior.
247         Don't insert an "a=" action, as that leads to incorrect behavior.
248         (mode_compile, mode_create_from_ref): Return NULL on error instead
249         of an enum, since now there's only one way to have an error.  All
250         callers changed.
251         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
252         at the correct time.  Simplify calculation of "+u" and its ilk.
253         Don't mishandle "+X".
254         (mode_free): Remove "register" and localize decls.
255         * modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
256         (struct mode_change): Move to modechange.c; callers don't
257         need to see this stuff.
258         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
259         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
260         (mode_change, mode_adjust): Reflect the new signatures noted above.
261         * nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
262         that might redefine system include files.
263         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
264         (my_usleep): Use NULL rather than (void *) 0.
265         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
266         Use siginterrupt to specify that system calls should be interrupted.
267         (rpl_nanosleep): Move initialization of suspended closer to call of
268         my_usleep.
269         * readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
270         * readutmp.c: Likewise.  Include signal.h, stdbool.h.
271         (desirable_utmp_entry): New function.
272         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
273         using x2nrealloc, to simplify logic.
274         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
275         size calculation.  Do not assume utmp file is a regular file.
276         * readutmp.h (UT_PID): Moved here from ../src/who.c.
277         (READ_UTMP_CHECK_PIDS): New constant.
278         * save-cwd.c: Include unistd-safer.h.
279         (save_cwd): Use fd_safer.
280         * tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
281         [!_LIBC] Include "stat-macros.h" instead.
282         * unistd-safer.h (fd_safer): New decl.
283
284 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
285
286         * byteswap_.h: New file.
287
288 2005-04-25  Albert Chin  <china@thewrittenword.com>
289
290         * regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
291         Toolkit C bug.
292
293 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
294
295         * getdate.y (zone): Allow relunit_snumber after tZONE, so
296         that "UTC +1 second" continues to work.  Problem reported
297         by Dmitry V. Levin.
298         (relunit_snumber): New rule.
299         (relunit): Use it.
300
301 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
302
303         * getdate.y (universal_time_zone_table): New constant.
304         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
305         universal_time_zone_table.
306         (lookup_zone): Prefer universal_time_zone_table to
307         local_time_zone_table, so that "GMT" time stamps are allowed in
308         London during the summer.  Problem reported by Ian Abbott.
309
310 2005-04-12  Jim Meyering  <jim@meyering.net>
311
312         * human.c (humblock): Set *options even when returning due to
313         xstrtoumax conversion failure.  Thanks to a used-uninitialized
314         warning from gcc-4.
315
316 2005-04-09  Jim Meyering  <jim@meyering.net>
317
318         * posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
319         -Wuninitialized: initialize tm0.tm_year.
320
321 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
322
323         * getdate.y (parser_control): rels_seen is now a boolean, not a
324         count, since there's no maximum.  All uses changed.
325         Add member dsts_seen.
326         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
327         not being INT_MAX.
328         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
329         Use pc_rels_seen to decide whther a date is absolute.
330
331         * getdate.y (number): Don't overwrite year.
332         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
333         check.
334
335 2005-04-02  Simon Josefsson  <jas@extundo.com>
336
337         * getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
338         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
339
340 2005-03-27  Jim Meyering  <jim@meyering.net>
341
342         * argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
343
344 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
345
346         * intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
347         "one's complement" -> "ones' complement" in comment, as per Knuth.
348         "value of type" -> "type or expression" in comment.
349         * mktime.c, strftime.c: Propagate intprops.h comment nits.
350
351 2005-03-26  Jim Meyering  <jim@meyering.net>
352
353         Comment nits.
354         * intprops.h: Add the apostrophe in `(one|two)'s complement'.
355         Correct typos: s/or/of/.
356
357 2005-03-23  Jim Meyering  <jim@meyering.net>
358
359         * canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
360
361 2005-03-21  Jim Meyering  <jim@meyering.net>
362
363         Changes imported from coreutils.
364
365         * cycle-check.c: Don't include xalloc.h.
366
367         * path-concat.c: Don't include assert.h.
368         (path_concat): Remove assertion that would have triggered
369         for ABASE starting with more than one slash.
370         Reported by Andreas Schwab.
371
372         * path-concat.c (path_concat): Set *BASE_IN_RESULT
373         properly when ABASE is an absolute file name.
374         Correct the description of this function.
375         Include <assert.h>.
376         Add an assertion and a test driver.
377         This fixes a bug introduced on 2004-07-02.
378         Andreas Schwab reported the resulting failure of cp --parents:
379         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
380
381 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
382
383         * strftime.c (my_strftime): If the underlying strftime returns 0
384         (which shouldn't happen), generate nothing instead of returning 0
385         immediately, so that nstrftime (NULL, ...) doesn't return 0.
386
387 2005-03-16  Bruno Haible  <bruno@clisp.org>
388
389         * stdint_.h: Use HAVE_LONG_LONG_64BIT instead of HAVE_LONGLONG_64BIT.
390
391 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
392
393         * strftime.c (my_strftime): Prepend space to format so that we can
394         reliably distinguish strftime failure from empty output on POSIX
395         hosts.
396
397 2005-03-08  Paul Eggert  <eggert@cs.ucla.edu>
398
399         * iconvme.c (SIZE_MAX): New macro, if not already defined.
400         (iconv_string): Don't guess a size-zero buffer, as that might cause
401         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
402         result would be 'too large', where 'too large' is (heuristically)
403         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
404         overflow concerns.  This will prevent some unwanted malloc failures
405         when the inputs are very large.
406
407 2005-03-15  Bruno Haible  <bruno@clisp.org>
408
409         * regex.c (byte_re_match_2_internal): Rename local variable 'not' to
410         'negate'.
411
412         * regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
413         variable.
414
415         * regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc results.
416
417 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
418
419         * mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
420         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
421         intprops.h.
422         * strtol.c: Likewise.
423
424 2005-03-14  Simon Josefsson  <jas@extundo.com>
425
426         * timegm.h: Use proper prototype CPP guards, reported by Dave Love
427         <fx@gnu.org>.
428
429 2005-03-14  Jim Meyering  <jim@meyering.net>
430
431         * strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
432         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
433         to be nonzero so that we (and caller) can detect the difference
434         between a valid zero-length expansion and an error return, even
435         when the underlying strftime fails before writing anything into
436         that location.
437
438 2005-03-10  Jim Meyering  <jim@meyering.net>
439
440         * save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
441         so that this module works on systems without fchdir.
442
443 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
444
445         Factor int-properties macros into a single file, except for
446         glibc-related files.
447         * intprops.h: New file.
448         * getloadavg.c: Include it instead of limits.h.
449         (INT_STRLEN_BOUND): Remove.
450         * human.c: Include intprops.h.
451         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
452         * human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than 302/1000.
453         * inttostr.h: Include intprops.h instead of limits.h.
454         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
455         * mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
456         for consistency with intprops.h.
457         (time_t_is_integer, twos_complement_arithmetic): Use them.
458         * sig2str.h: Include <signal.h>, intprops.h.
459         (INT_STRLEN_BOUND): Remove.
460         * strftime.c (TYPE_SIGNED): Remove.
461         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
462         * strtol.c: Adjust comments to match intprops.h.
463         * userspec.c: Include intprops.h.
464         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
465         * utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
466         * utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
467         instead of rolling our own expressions.
468         * xstrtol.c: Include xstrtol.h first, to test interface.
469
470         * strftime.c: Include <stdbool.h>.  Use bool where appropriate,
471         instead of int.
472         (my_strftime): Do not mishandle years close to INT_MAX, by doing
473         the right thing even if adding 1900 would overflow.  Similarly
474         for tm_mon + 1 and tm_yday + 1.
475         Make %Y always equivalent to %C%y, and similarly for %G and %g.
476         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
477         (DO_SIGNED_NUMBER): New macro.
478         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
479
480 2005-03-07  Bruno Haible  <bruno@clisp.org>
481
482         * pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
483
484 2005-03-03  Derek R. Price  <derek@ximbiot.com>
485             Bruno Haible  <bruno@clisp.org>
486
487         * pagealign_alloc.h: New file.
488         * pagealign_alloc.c: New file.
489
490 2005-01-28  Bruno Haible  <bruno@clisp.org>
491
492         * stpncpy.h (stpncpy): Define as a macro without arguments, so that
493         stpncpy.c uses it.
494
495 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
496
497         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
498         The workaround isn't strictly needed for POSIX conformance, and
499         it's too much of a pain to configure and maintain.  We'll ask
500         people to fix their kernels instead.
501         * xnanosleep.c: Don't include gethrxtime.h or xtime.h.
502         (NANOSLEEP_BUG_WORKAROUND): Remove.
503         (xnanosleep): Remove the workaround.
504
505 2005-02-12  Bruno Haible  <bruno@clisp.org>
506
507         * vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
508
509 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
510
511         * gethrxtime.h, gethrxtime.c, xtime.h: New files.
512         * timespec.h (gettime): Return void, since it always
513         succeeds now.  All uses changed.
514         * gettime.c (gettime) Likewise.
515         [HAVE_NANOTIME]: Prefer nanotime.
516         Assume gettimeofday succeeds, as POSIX requires.
517         Assime time () succeeds, since other code already does.
518         * xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
519         (timespec_subtract): Remove.
520         (NANOSLEEP_BUG_WORKAROUND): New constant.
521         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
522         things considerably.  Use it only on GNU/Linux hosts, since the
523         workaround shouldn't be needed elsewhere.
524
525 2005-02-24  Bruno Haible  <bruno@clisp.org>
526
527         * gettext.h: Update from GNU gettext 0.14.2.
528
529 2005-02-24  Bruno Haible  <bruno@clisp.org>
530
531         * localcharset.c: Update from GNU gettext 0.14.2.
532         * config.charset: Update from GNU gettext 0.14.2.
533
534 2005-02-22  Simon Josefsson  <jas@extundo.com>
535
536         * iconvme.h, iconvme.c: New files, from libc.
537
538 2005-02-20  Neil Conway  <neilc@samurai.com>
539
540         * xgethostname.c (xgethostname): Check for ENOMEM, which is
541         returned by OSX/Darwin if the specified buffer is not large
542         enough for the hostname.
543
544 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
545
546         * memrchr.h: New file.
547         * chdir-long.c: Include it.
548         * memrchr.c [!defined _LIBC]: Include it rather than <string.h>
549         Don't bother including stddef.h.
550
551 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
552
553         * argp-help.c (__argp_help): Create a fake struct argp_state and
554         pass it to _help, otherwise the latter coredumps trying to
555         dereference state.root_argp.
556
557 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
558
559         * mountlist.h (MOUNTLIST_H_): New macro, to protect against double
560         inclusion.
561         Include <sys/types.h>, for dev_t.
562         (ME_DUMMY, ME_REMOTE): Move from here....
563         * mountlist.c (ME_DUMMY, ME_REMOTE): To here.
564         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
565         Dmitry V. Levin.
566         Include mountlist.h first, to test the interface.
567
568 2005-01-29  Bruno Haible  <bruno@clisp.org>
569
570         * progname.c (program_name): Initialize.
571         Needed when linking statically on MacOS X.
572
573 2005-01-28  Bruno Haible  <bruno@clisp.org>
574
575         * javacomp.sh.in: New file, from GNU gettext.
576         * javacomp.h: New file, from GNU gettext.
577         * javacomp.c: New file, from GNU gettext.
578
579 2005-01-26  Bruno Haible  <bruno@clisp.org>
580
581         * javaexec.sh.in: New file, from GNU gettext.
582         * javaexec.h: New file, from GNU gettext.
583         * javaexec.c: New file, from GNU gettext.
584
585 2005-01-26  Simon Josefsson  <jas@extundo.com>
586
587         * gai_strerror.c: Use GPL in header.
588
589 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
590
591         * argp-help.c (hol_entry_help): Avoid using non-constant
592         initializers for struct pentry_state.
593         (__argp_error): Check return value of __asprintf
594         (__argp_failure): Translate error message
595
596         * argp-parse.c: Removed braces around the expansion of N_()
597
598 2005-01-21  Jim Meyering  <jim@meyering.net>
599
600         * openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
601         same value as for Solaris 9.
602
603         * chdir-long.c (chdir_long): Rewrite to remove limitation on
604         component length.  This included changing the parameter to be
605         of type `char *' rather than `char const *'.
606         * chdir-long.h (chdir_long): Update prototype.
607
608         * openat.c (fdopendir, fstatat): New functions.
609         * openat.h: Include headers required for use of DIR and struct stat.
610         [AT_SYMLINK_NOFOLLOW]: Define.
611         (fdopendir, fstatat): Add prototypes.
612
613 2005-01-21  Bruno Haible  <bruno@clisp.org>
614
615         * classpath.h: New file, from GNU gettext.
616         * classpath.c: New file, from GNU gettext.
617
618 2005-01-20  Simon Josefsson  <jas@extundo.com>
619
620         * version-etc-fsf.c: New file, with version_etc_copyright.
621         * version-etc.c: Remove version_etc_copyright.
622         * version-etc.h (version_etc_copyright): Use [] instead of * in
623         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
624
625 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
626
627         * save-cwd.c (save_cwd): Remove code to support the case
628         where fchdir is missing or flaky.
629
630 2005-01-20  Simon Josefsson  <jas@extundo.com>
631
632         * base64.h (isbase64): Add.
633
634         * base64.c (isb64): Rename to isbase64, use to_uchar instead of
635         using a unsigned prototype, don't inline.
636         (base64_decode): Use it.
637
638 2005-01-19  Bruno Haible  <bruno@clisp.org>
639
640         * sh-quote.h: New file, from GNU gettext.
641         * sh-quote.c: New file, from GNU gettext.
642
643 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
644
645         Merge changes from coreutils, as described below in several
646         changelogs dated today.
647
648         * save-cwd.c: Include "save-cwd.h" before other include files.
649         (O_DIRECTORY): Remove; not needed here, since "." must be
650         a directory.  All uses removed.
651         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
652         universal on Suns, and we also need to test for IRIX.
653         Revamp code to use 'if' rather than '#if'.
654         Avoid unnecessary comparison of cwd->desc to 0.
655
656         * utimens.c (futimens): Robustify the previous patch, by checking
657         for known valid error numbers rather than observed invalid ones.
658
659 2005-01-18  Jim Meyering  <jim@meyering.net>
660
661         * version-etc.c (version_etc_copyright): Update copyright date.
662
663         * utimens.c (futimens): Account for the fact that futimes
664         can also fail with errno == ENOSYS or errno == ENOENT.
665         Patch from Dmitry V. Levin.
666
667         Change the name of the robust chdir function from chdir to chdir_long.
668         * save-cwd.c: Include chdir-long.h rather than chdir.h.
669         (restore_cwd): Use chdir_long, not chdir.
670         * chdir-long.c: Renamed from chdir.c.
671         * chdir-long.h: Renamed from chdir.h.
672         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
673         Hurd.
674
675 2005-01-18  Bob Proulx  <bob@proulx.com>
676
677         * obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to simplify
678         offsetof() macro construct to avoid compile failure with native HP-UX
679         11.0 ANSI C compiler.
680
681 2005-01-06  Bruno Haible  <bruno@clisp.org>
682
683         * stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming, redundant
684         because stpncpy.m4 takes care of it.
685
686 2004-01-24  Bruno Haible  <bruno@clisp.org>
687
688         * progreloc.c (xstrdup): Define as strdup if no xmalloc should be used.
689
690 2003-10-09  Bruno Haible  <bruno@clisp.org>
691
692         * progreloc.c: Include xalloc.h instead of xmalloc.h.
693
694 2005-01-06  Bruno Haible  <bruno@clisp.org>
695
696         * fwriteerror.h (fwriteerror): Change specification to include fclose.
697         * fwriteerror.c: Include <stdbool.h>.
698         (fwriteerror): At the end, close the file stream. Record whether
699         stdout was already closed.
700
701 2004-05-27  Bruno Haible  <bruno@clisp.org>
702
703         * execute.c (environ): Declare if needed.
704         * pipe.c (environ): Likewise.
705         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
706
707 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
708
709         * human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
710         definitions to be after all include files, to avoid collisions.
711         Problem reported by Bob Proulx.
712
713 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
714
715         * error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
716         not needed.  This removes a dependency on the gettext module.
717         [defined _LIBC]: Do not include <libintl.h>; not needed.
718
719 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
720
721         * c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
722         HAVE_DECL_STRTOLD.
723
724 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
725
726         * argp-parse.c: Include <stddef.h>.
727         (alignof, alignto): New macros.
728         (parser_init): Don't assume that void * is aligned sufficiently
729         for struct option.
730
731         * getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
732         need to extend the stack.
733         (YYINITDEPTH): New macro, so that the initial stack isn't overly
734         large.
735
736 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
737
738         * argp-parse.c (parser_init): Avoid arithmetics on void pointers.
739
740 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
741
742         * alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
743         Remove now-obsolete comment about AIX.
744         * getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
745         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
746         (YYMAXDEPTH): New macro.
747
748 2004-12-18  Bruno Haible  <bruno@clisp.org>
749
750         * fatal-signal.c (fatal_signals): Make non-const.
751         (init_fatal_signals): New function.
752         (uninstall_handlers, install_handlers): Ignore signals that were set to
753         SIG_IGN.
754         (at_fatal_signal): Call init_fatal_signals.
755         (init_fatal_signal_set): Likewise. Ignore signals that were set to
756         SIG_IGN.
757         Reported by Paul Eggert.
758
759 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
760
761         * getdate.y (textint): New member "negative".
762         (time_zone_hhmm): New function.
763         Expect 14 shift-reduce conflicts, not 13.
764         (o_colon_minutes): New rule.
765         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
766         (yylex): Set the "negative" member of signed numbers.
767
768 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
769
770         Changes imported from coreutils.
771         * hard-locale.c: Assume <locale.h> exists.
772         Include "strdup.h".
773         (GLIBC_VERSION): New macro.
774         (hard_locale): Assume setlocale exists.
775         Rewrite to avoid #ifdef.
776         Use strdup rather than malloc + strcpy.
777         * human.c: Assume <locale.h> exists.
778         (human_readable): Assume localeconv exists.
779
780 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
781
782         * mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
783         convert T2, not T.  (Imported from libc.)
784
785 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
786
787         * getcwd.c (is_ENAMETOOLONG): New macro.
788         (__getcwd.c): Don't restore errno; glibc doesn't.
789         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
790         first, falling back to our code only if its results look suspicious.
791         Ensure that the resulting buffer is only as large as necessary.
792
793         * readutmp.c: Include readutmp.h first.
794         Include <errno.h>, since readutmp.h no longer does that.
795         * readutmp.h: Don't include <errno.h>,
796         <sys/param.h>, <time.h>; not needed to establish interface.
797         (errno): Remove decl.
798         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
799         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
800         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
801
802 2004-11-28  Simon Josefsson  <jas@extundo.com>
803
804         * base64.h, base64.c: New file.
805
806 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
807
808         * getcwd.h: New file, which I forgot to check in on 2004-11-25.
809
810 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
811
812         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
813         HP's ANSI C compiler.
814         * fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
815         Declaring int functions causes warnings on some modern systems and
816         shouldn't be needed to compile on ancient ones.
817         * same.c (MIN) [defined MIN]: Don't define, since it's already
818         defined.
819
820         * getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
821         with the following changes.
822         (__set_errno): Parenthesize properly.
823         Include <stdbool.h>.
824         (MIN, MAX, MATCHING_INO): New macros.
825         (__getcwd): Define with prototype, not K&R form.
826         Use heuristics to allocate default buffer on stack if possible.
827         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
828         behavior, and to avoid the PATH_MAX limit when computing
829         ../../../../...
830         Use MATCHING_INO to compare inode number to file.
831         Check for arithmetic overflow in size calculations.
832         Fix bug in reallocation of dot array that caused getcwd to fail
833         on directories nested deeper than 75.
834         Be more careful about saving errno on error.
835         Do not use realloc; use only free+malloc, as this is a bit
836         more flexible and avoids a needless copy operation.
837         Do not inspect st_dev and st_ino for symbolic links; POSIX
838         doesn't specify the latter.
839         Check for closedir errors.
840         Avoid needless casts.
841         Use "#ifdef weak_alias" around weak_alias, to be like other
842         glibc code.
843         The following changes to getcwd.c have effect only when used in
844         gnulib; they have no effect inside glibc proper.
845         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
846         as alloca isn't used.
847         (alloca, __alloca): Likewise.
848         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
849         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
850         unconditionally, as gnulib assumes C89 or better.
851         Do not include <sys/param.h>.
852         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
853         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
854         better.
855         (NULL) [!defined NULL]: Remove; we assume C89 or better.
856         Include <dirent.h> in a way that is compatible with modern Autoconf.
857         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
858         New macros, if not already defined.
859         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
860         Use "_LIBC", not "defined _LIBC", for consistency.
861         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
862         a mempcpy module.
863         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
864         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
865         * xgetcwd.c: David MacKenzie's old code was removed, so give
866         credit only to Jim Meyering and adjust the copyright dates.
867         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
868         <stdlib.h>, <unistd.h>, "pathmax.h".
869         Instead, include "xgetcwd.h" (first) and "getcwd.h".
870         (INITIAL_BUFFER_SIZE): Remove.
871         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
872
873 2004-11-23  Jim Meyering  <jim@meyering.net>
874
875         * getopt_.h: Remove trailing blanks.
876
877 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
878
879         * utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
880         (futimens): New function, which uses futimes if available.
881         (futimens, utimens): Support timespec==NULL, with same semantics
882         as utime and utimens.
883         * utimens.h (futimens): New decl.
884
885 2004-11-23  Jim Meyering  <jim@meyering.net>
886
887         * __fpending.c: Add comment.
888
889 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
890
891         * getopt_.h: Re-addition of __getopt_argv_const caused
892         redefinition warnings. To avoid them, include the defines
893         in `#if !defined __need_getopt ... #endif'. The only place
894         where __getopt_argv_const is used is in definitions
895         of getopt_long and getopt_long_only below, which are as well
896         protected by `#ifndef __need_getopt'.
897         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
898         __need_getopt after including <stdio.h> and <unistd.h> These
899         headers might have defined it.
900
901 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
902
903         * getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
904         New macros.
905         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
906         optopt): Use them instead of invoking ## directly; otherwise, the
907         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
908
909 2004-11-19  Bruno Haible  <bruno@clisp.org>
910
911         * strtok_r.c: Move comments from here...
912         * strtok_r.h: ... to here.
913
914 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
915
916         * realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
917         might fail.  Problem reported by Yoann Vandoorselaere.
918         * calloc.c (rpl_calloc): Defend against buggy calloc implementations
919         that mishandle size_t overflow.
920
921 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
922
923         * canon-host.c: Include "strdup.h".
924         (canon_host): Use getaddrinfo if available, so that IPv6 works.
925         Use strdup instead of malloc/strcpy to duplicate strings.
926
927         * human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
928         (human_space_before_unit): New constant.
929         * human.c (human_readable): Support it.
930
931         * xgetcwd.c: Include <limits.h>, for PATH_MAX.
932         (xgetcwd): Set errno correctly when failing.
933         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
934         the failure is actually due to a PATH_MAX problem.
935
936         Further getopt changes to make it more likely that glibc will
937         buy the changes back.
938         * getopt.c (POSIXLY_CORRECT): New constant.
939         (getopt): Use it, so to preserve glibc semantic
940         * getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
941         when compiling for libc.
942         * getopt_.h (__getopt_argv_const): Bring it back.
943         (getopt_long, getopt_long_only): Use it.
944
945         * getopt.c (_getopt_initialize, _getopt_internal_r, _getopt_internal):
946         New arg POSIXLY_CORRECT.  All callers changed.
947         (getopt): Argv is now char * const *, as per standard.
948         (_getopt_internal_r, _getopt_internal): Argv is now char **,
949         not char *__getopt_argv_const *.
950         * getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
951         _getopt_long_only_r): Likewise.
952         * getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
953         * getopt_int.h (_getopt_internal, _getopt_internal_r,
954         _getopt_long_r, _getopt_long_only_r): Likewise.
955         * getopt_.h (__getopt_argv_const): Remove.
956         (getopt): Argv is now char * const *, as per standard.
957
958         * getdate.y (tORDINAL): New token.
959         (day, relunit): Allow it for relative times.
960         (relative_time_table): Use tORDINAL for ordinals.
961
962 2004-11-15  Jim Meyering  <jim@meyering.net>
963
964         * closeout.c: Include "__fpending.h" once again.
965         Include <stdbool.h>.
966         (close_stdout): Don't fail just because stdout was closed initially,
967         since some programs don't write to stdout in the normal course of
968         operation (other than --version and --help), and we don't want this
969         function to make e.g. `touch file >&-' fail.
970         But do fail if it was closed and someone has tried to write to it.
971         E.g., `printf foo >&-' must fail.
972
973 2004-11-11  Simon Josefsson  <jas@extundo.com>
974
975         * strtok_r.h, strtok_r.c: New file.
976
977 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
978
979         * getopt_.h (__getopt_argv_const): New macro, to be used so that
980         we can stop lying to compilers about the constness of argv when we
981         are compiled outside glibc.
982         (getopt, getopt_long, getopt_long_only): Use it.
983         * getopt.c (_getopt_initialize, _getopt_internal_r, _getopt_internal,
984         getopt): Likewise.
985         * getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
986         _getopt_long_only_r): Likewise.
987         * getopt_int.h (_getopt_internal, _getopt_internal_r, _getopt_long_r,
988         _getopt_long_only_r): Likewise.
989
990         * getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
991         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
992         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
993         the other external symbols.
994         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
995         declaration, since the above renaming now works around collisions.
996
997 2004-11-11  Jim Meyering  <jim@meyering.net>
998
999         * linebreak.c: Remove trailing blanks.
1000         * alloca_.h: Likewise.
1001         * acosl.c: Likewise.
1002         * euidaccess.c: Likewise.
1003         * allocsa.h: Likewise.
1004
1005 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
1006
1007         * mktime.c (SHR): New macro, which is a portable
1008         substitute for >> that should work even on Crays.
1009         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
1010         Problem reported by Mark D. Baushke in
1011         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
1012         * getdate.y (SHR): Likewise.
1013         (tm_diff): Use it.
1014         * strftime.c (SHR): Likewise.
1015         (tm_diff): Use it.
1016         * quotearg.c (struct quoting_options): Use unsigned int for
1017         quote_these_too, so that right shifts are well defined.  All uses
1018         changed.
1019
1020 2004-11-10  Simon Josefsson  <jas@extundo.com>
1021
1022         * getaddrinfo.h, getaddrinfo.c: New files.
1023
1024 2004-11-10  Jim Meyering  <jim@meyering.net>
1025
1026         Ensure that no close failure goes unreported.
1027         * closeout.c (close_stdout): Always close stdout.  I.e., don't
1028         return early when it seems there's nothing to flush.
1029         Don't include __fpending.h.
1030
1031 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1032
1033         * strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
1034
1035 2004-11-05  Bruno Haible  <bruno@clisp.org>
1036
1037         * readlink.c: Include stddef.h, needed for size_t on Woe32.
1038         Reported by Mark D. Baushke <mdb@cvshome.org>.
1039
1040 2004-11-04  Bruno Haible  <bruno@clisp.org>
1041
1042         2004-09-11  Bruno Haible  <bruno@clisp.org>
1043                 * allocsa.valgrind: New file.
1044         2004-02-06  Bruno Haible  <bruno@clisp.org>
1045                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
1046                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
1047                 Reported by Christopher Seip <chris.seip@hp.com>.
1048
1049 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
1050
1051         * xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
1052         with errno == ERANGE if the buffer is too small.
1053         Problem reported by Mark D. Baushke.
1054
1055 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
1056
1057         * xreadlink.c (MAXSIZE): New macro.
1058         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
1059         size does not exceed MAXSIZE.  Avoid cast.
1060         As suggested by Mark D. Baushke in
1061         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
1062         if readlink fails with buffer size just under MAXSIZE, try again
1063         with MAXSIZE.
1064
1065 2004-11-02  Derek R. Price  <derek@ximbiot.com>
1066         and  Paul Eggert  <eggert@cs.ucla.edu>
1067
1068         * getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
1069         (get_date): Overparenthesize to avoid GCC warning.
1070
1071 2004-11-02  Bruno Haible  <bruno@clisp.org>
1072
1073         * setenv.h (unsetenv): Define as a macro if the system's unsetenv()
1074         function returns void.
1075
1076 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
1077
1078         * getpass.c (fflush_unlocked, flockfile, funlockfile)
1079         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
1080         already declared.
1081
1082 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
1083
1084         * getdate.y: Add support for TZ="foo" within a date string.
1085         Fix some bugs near time_t boundaries.  Reject dates with
1086         out-of-range components, e.g., "Sept 31".
1087         Include <stdlib.h>, "setenv.h", "xalloc.h".
1088         (ISDIGIT_LOCALE): Remove; unused.
1089         Note that the TZ and time functions used here are not reentrant.
1090         (mktime_ok, get_tz): New functions.
1091         (TZBUFSIZE): New constant.
1092         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
1093         This requires that we sometimes generate our own TZ="XXX..." setting.
1094
1095 2004-10-27  Derek R. Price  <derek@ximbiot.com>
1096
1097         * mktime.c (not_equal_tm): Remove redundant check.
1098
1099 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1100
1101         * getdate.y: Use Bison 1.875 features, and some minor
1102         code cleanups.  This change does not affect semantics.
1103         Don't include <stdlib.h>; no longer needed.
1104         Don't include unlocked-io.h; only the "#if TEST" code uses
1105         stdio, and performance isn't crucial there.
1106         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
1107         Bison 1.875 features as described below.
1108         All uses of "PC." replaced by "pc->".
1109         (YYSTYPE): Add a forward declaration.
1110         (yylex, yyerror): Use full prototypes in forward decls.
1111         Use "%pure-parser" rather than obsolescent "%pure_parser".
1112         Use %parse-param and %lex-param instead of obsolescent
1113         YYPARSE_PARAM and YYLEX_PARAM.
1114         (meridian_table, month_and_day_table, time_units_table,
1115         relative_time_table, time_zone_table, military_table,
1116         lookup_zone, lookup_word, get_date):
1117         Use NULL instead of 0 where appropriate.
1118         (to_hour): Avoid abort (), to avoid a dependency on
1119         stdlib.h.
1120         (yyerror, yylex): Now accepts parser_control * arg.
1121         (main) [TEST]: Use '\0' rather than 0 for char.
1122
1123 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
1124
1125         * getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
1126         It's now the caller's responsibility to handle the case where
1127         !HAVE_GETPAGESIZE && !defined getpagesize.
1128
1129         * mktime.c (leapyear): Arg is long int, not int.
1130
1131 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
1132
1133         * argp-fs-xinl.c, argp-xinl.c: Update from glibc.
1134
1135 2004-10-12  Simon Josefsson  <jas@extundo.com>
1136
1137         * getpass.c (fflush_unlocked, flockfile, funlockfile)
1138         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
1139         to real functions.
1140
1141 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1142
1143         * vsnprintf.h: New file.
1144         * vsnprintf.c: New file.
1145
1146 2004-10-07  Bruno Haible  <bruno@clisp.org>
1147
1148         * snprintf.c (snprintf): Avoid a memory allocation if the result fits
1149         into the provided buffer.
1150
1151 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
1152
1153         * diacrit.c, diacrit.h: Add GPL notice.
1154
1155         * atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL notice.
1156         * atanl.c (atanl): Keep the code as similar to glibc as possible.
1157         * logl.c (logl): Keep the code as similar to glibc as possible.
1158         This avoids a potential constant-folding bug.
1159
1160 2004-10-05  Bruno Haible  <bruno@clisp.org>
1161
1162         * strsep.h: Don't declare strsep() if HAVE_STRSEP.
1163
1164 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
1165
1166         * xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
1167         * xmalloc.c (xmemdup): Likewise.
1168         * xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
1169         XFREE): Remove these long-obsolescent macros.
1170         * xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
1171         * xstrdup.c: Remove.
1172
1173         * regex.c (re_comp): Cast gettext return value to char *,
1174         Problem reported by Martin Neitzel via Mark D. Baushke.
1175
1176 2004-10-04  Simon Josefsson  <jas@extundo.com>
1177
1178         * error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
1179         '#ifdef USE_UNLOCKED_IO'.
1180
1181 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
1182
1183         * argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
1184         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
1185         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
1186         regex.c, sha1.c, version-etc.c, yesno.c:
1187         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
1188         * unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
1189         the includer's responsibility.
1190
1191         Sync from coreutils.
1192
1193         * modechange.c (mode_compile): Don't decrement a pointer that
1194         points to the start of a string, as the C Standard says the
1195         resulting behavior is undefined.
1196
1197         * backupfile.h (enum backuptype): Rename none -> no_backups,
1198         simple -> simple_backups, numbered_existing ->
1199         numbered_existing_backups, numbered -> numbered_backups
1200         to avoid shadowing problems.  All uses changed.
1201         * argmatch.c (enum backuptype) [defined TEST]: Likewise.
1202         * backupfile.c (check_extension, numbered_backup):
1203         Rename locals to avoid shadowing 'basename'.
1204         * backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
1205         once.
1206
1207         * .cppi-disable: Add getopt_.h, getopt_int.h.
1208         * .cvsignore: Add getopt.h.
1209
1210 2004-10-04  Simon Josefsson  <jas@extundo.com>
1211
1212         * memmem.h: New file.
1213         * memmem.c: New file, taken from glibc.
1214
1215 2004-10-02  Jim Meyering  <jim@meyering.net>
1216
1217         * dirfd.h, getpagesize.h: Add copyright notice.
1218
1219 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
1220
1221         * snprintf.c: Remove comments as to why each header is needed.
1222
1223 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
1224
1225         * strsep.h: New file.
1226         * strsep.c: New file.
1227
1228 2004-10-01  Simon Josefsson  <jas@extundo.com>
1229
1230         * snprintf.c (snprintf): Handle size==0.
1231
1232 2004-10-01  Simon Josefsson  <jas@extundo.com>
1233             Bruno Haible  <bruno@clisp.org>
1234
1235         * snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
1236         (snprintf): Declare 'args'.
1237
1238 2004-09-30  Simon Josefsson  <jas@extundo.com>
1239
1240         * snprintf.h, snprintf.c: New files.
1241
1242 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
1243
1244         * argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
1245         (hol_entry_help): Never translate an empty string.
1246         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
1247         * argp.h (OPTION_NO_TRANS): New option.
1248
1249 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
1250
1251         * xvasprintf.c: Include xalloc.h.
1252         (xvasprintf): Use xalloc_die, not xmalloc_die.
1253
1254 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
1255
1256         * dummy.c: Change copyright notice to FSF, and license to GPL.
1257
1258 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1259
1260         * argp-pvh.c (argp_program_version_hook): Provide initial value.
1261         Problem reported by Bruno Haible in:
1262         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
1263
1264 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
1265
1266         * mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
1267         in case some system header has #define'd it.  Problem reported by
1268         Soeren D. Schulze in
1269         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
1270
1271 2004-09-08  Bruno Haible  <bruno@clisp.org>
1272
1273         * stdint_.h.in: New file, taken from GNU clisp.
1274
1275 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
1276
1277         * xvasprintf.h: New file.
1278         * xvasprintf.c: New file.
1279         * xasprintf.c: New file.
1280
1281 2004-09-08  Bruno Haible  <bruno@clisp.org>
1282
1283         * vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting length
1284         is > INT_MAX.
1285         * vasprintf.c (vasprintf): Don't test for length > INT_MAX any more.
1286
1287 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
1288
1289         Import from coreutils.
1290         * userspec.c: Don't use <alloca.h>, so that we don't use alloca on
1291         strings on unbounded length.  alloca's performance benefits aren't
1292         that important here.
1293         (V_STRDUP): Remove.
1294         (parse_with_separator): New function, with most of the internals
1295         of the old parse_user_spec.  Allow user to omit both user and group,
1296         for compatibility with FreeBSD.
1297         Clone only the user name, not the entire spec.
1298         Do not set *uid, *gid unless entirely successful.
1299         Avoid memory leak in some failing cases.
1300         Fix regression for USER.GROUP reported by Dmitry V. Levin in
1301         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
1302         (parse_user_spec): Rewrite to use parse_with_separator.
1303
1304 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
1305
1306         * argp-help.c, argp-parse.c: Use "gettext.h" instead of
1307         its complicated substitute.
1308         * argp-help.c: Include <errno.h>, for program_invocation_short_name
1309         and program_invocation_name.
1310         (__argp_basename) [!_LIBC]: Remove; the only use was
1311         replaced by its body.
1312         (__argp_short_program_name): Change condition from
1313         !defined __argp_short_program_name to
1314         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
1315         to match argp-namefrob.h.
1316         (__argp_failure): Don't assume strerror_r returns char *.
1317         * argp-parse.c (N_): Define unconditionally.
1318         (argp_default_options): Fill out initializers with 0 to avoid
1319         gcc warnings.
1320
1321 2004-08-12  Simon Josefsson  <jas@extundo.com>
1322
1323         * getopt.c, getopt1.c: Remove ELIDE_CODE hack.
1324         * getopt_.h: Renamed from getopt.h.
1325
1326 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
1327
1328         Merge from coreutils.
1329
1330         * fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
1331         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
1332         for Reliant Unix 5.43.
1333
1334         * obstack.c: Include <inttypes.h> and <stdint.h> if available.
1335         (union fooround): Use uintmax_t, not long int.
1336         The rest is a merge from libc:
1337         [defined _LIBC]: Include <shlib-compat.h>.
1338         (_obstack) [defined _LIBC]: Remove after 2.3.4.
1339
1340         * settime.c (settime): Recode to avoid warning with Sun Forte C 6U2.
1341
1342         * strverscmp.c: Convert to UTF-8.
1343
1344 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
1345
1346         * obstack.h (obstack_empty_p):
1347         Don't assume that chunk->contents is suitably aligned.
1348         * obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
1349         Likewise. Problem reported by Benno in
1350         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
1351
1352         * chown.c (rpl_chown): Work even if the file is writeable but not
1353         readable.  This could be improved further but it'd take some work.
1354
1355 2004-08-08  Simon Josefsson  <jas@extundo.com>
1356
1357         * xgethostname.c: Don't include error.h (not used).
1358
1359         * getpass.h: Add.
1360         * getpass.c: Include getpass.h first.
1361
1362 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
1363
1364         * xalloc-die.c: New files.
1365         * xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
1366         All uses removed.
1367         * xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted): Likewise.
1368         Move inclusions of gettext.h, error.h, exitfail.h to xalloc-die.c.
1369         (_, N_, xalloc_die): Move to xalloc-die.c.
1370         * userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
1371         so that we needn't mess with xalloc_msg_memory_exhausted.
1372
1373         * sha1.h: Renamed from sha.h.
1374         (SHA1_H): Renamed from _SHA_H.
1375         (sha1_ctx): Renamed from sha_ctx.
1376         (sha1_init_ctx): Renamed from sha_init_ctx.
1377         (sha1_process_block): Renamed from sha_process_block.
1378         (sha1_process_bytes): Renamed from sha_process_bytes.
1379         (sha1_finish_ctx): Renamed from sha_finish_ctx.
1380         (sha1_read_ctx): Renamed from sha_read_ctx.
1381         (sha1_stream): Renamed from sha_stream.
1382         (sha1_buffer): Renamed from sha_buffer.
1383         * sha1.c: Likewise; renamed from sha.c.
1384         Do not include <sys/types.h>.
1385         Include <stddef.h> rather than <stdlib.h>.
1386
1387 2004-08-08  Bruno Haible  <bruno@clisp.org>
1388
1389         * pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
1390         FILESYSTEM_PREFIX_LEN.
1391         * progreloc.c: Likewise.
1392         * concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
1393
1394 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
1395
1396         Merge from tar.
1397         * argp-help.c (make_hol, hol_append): Don't assume that
1398         SIZE_MAX is a valid preprocessor constant.
1399         (__argp_basename): Change from "#ifndef _LIBC"
1400         to "#ifndef __argp_short_program_name", so that
1401         we don't compile these functions for tar.
1402
1403         More merges from coreutils.
1404         * raise.c, readtokens0.h, readtokens0.c, strftime.h, utimens.h,
1405         utimens.c, utimecmp.h, utimecmp.c, xnanosleep.h, xnanosleep.c,
1406         yesno.h: New files.
1407         * addext.c: Remove; no longer needed.
1408         * yesno.c, argmatch.h, argmatch.c, backupfile.h, backupfile.c,
1409         euidaccess.c, filemode.c, closeout.c, dup2.c, exclude.c,
1410         fileblocks.c, filemode.c, fnmatch.c, fnmtahc_loop.c,
1411         fopen-safer.c, fsusage.c, fsusage.h, ftruncate.c, full-write.c,
1412         getdate.y, getloadavg.c, getugroups.c, hard-locale.c, hard-locale.h,
1413         hash.c, human.c, human.h, lchown.c, lchown.h, makepath.c, makepath.h,
1414         md5.c, md5.h, memchr.c, memcoll.c, memrchr.c, modechange.c,
1415         modechange.h, mountlist.c, mountlist.h, nanosleep.c, posixtm.c,
1416         putenv.c, quotearg.c, quotearg.h, readtokens.c, readutmp.c,
1417         readutmp.h, rmdir.c, safe-read.c, save-cwd.c, savedir.c, setenv.c,
1418         sig2str.c, stat.c, strtoimax.c, strverscmp.c, userspec.c, utime.c,
1419         version-etc.c., xgethostname.c, xmemcoll.c, xreadlink.c, xstrtod.c,
1420         xstrtod.h, xstrtoimax.c, xstrtol.c, xstrtol.h, xstrtoumax.c:
1421         Import changes from coreutils.
1422
1423 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
1424
1425         Merge from coreutils.
1426
1427         * .gdb-history: Remove; this doesn't belong here.
1428
1429         * c-strtod.c, c-strtod.h, c-strtold.c, cycle-check.c,
1430         cycle-check.h, dev-ino.h, canonicalize.h, canonicalize.c,
1431         fcntl-safer.h, fcntl-safer.c, getcwd.c: New files.
1432
1433         * dirname.h: Include <stdbool.h>.
1434         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
1435         for consistency with POSIX terminology.  All uses changed.
1436         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
1437         (strip_trailing_slashes): Use bool for booleans.
1438         * stripslash.c (strip_trailing_slashes): Likewise.
1439
1440         * error.c: Work around bug in OpenBSD 3.4 sterror_r: it
1441         sometimes returns a positive errno value even when it succeeds.
1442         (print_errno_message) [!LIBC]: Fall back on strerror if
1443         __strerror_r fails.
1444
1445         * path-concat.c (mempcpy): Don't define if a system header defines it.
1446         Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
1447         (longest_relative_suffix): New function.
1448         (path_concat): Use it.  Assume first argument is not NULL.
1449         Port to DOS.  Omit redundant separators.
1450         Report an error instead of returning NULL.
1451         Use mempcpy instead of memcpy.
1452         (xpath_concat): Remove: not declared or used.
1453
1454         * same.h: Include <stdbool.h>
1455         (same_name): Return bool, not int.
1456         * same.c (same_name): Likewise.
1457         (errno): Don't declare; we assume C89 or better now.
1458
1459         * stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
1460         if not already defined.
1461
1462         * xgetcwd.c (errno): Don't declare; we assume C89 or better now.
1463         * dup-safer.c (errno): Likewise.
1464
1465 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1466
1467         * fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
1468         working.
1469
1470 2004-08-03  Simon Josefsson  <jas@extundo.com>
1471
1472         * strdup.h: Only use HAVE_DECL_STRDUP if defined.
1473         * progname.h: Don't include stdbool.h.
1474
1475 2004-08-02  Simon Josefsson  <jas@extundo.com>
1476
1477         * getsubopt.h: New file, with comments from Bruno Haible.
1478         * getsubopt.c: New file, from glibc, but slightly modified based on
1479         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
1480
1481 2004-08-01  Simon Josefsson  <jas@extundo.com>
1482
1483         * xgetdomainname.c: Include stdlib.h, for free().
1484
1485 2004-07-16  Simon Josefsson  <jas@extundo.com>
1486
1487         * dummy.c: New file.
1488
1489 2004-07-16  Bruno Haible  <bruno@clisp.org>
1490
1491         * backupfile.h: Add extern "C" for C++.
1492         * closeout.h: Likewise.
1493         * copy-file.h: Likewise.
1494         * findprog.h: Likewise.
1495         * full-write.h: Likewise.
1496         * pathname.h: Likewise.
1497         * progname.h: Likewise.
1498         * stpcpy.h: Likewise.
1499         * stpncpy.h: Likewise.
1500         * strcase.h: Likewise.
1501         * strstr.h: Likewise.
1502         * xalloc.h: Likewise.
1503
1504         * mbswidth.h: Add extern "C" for C++.
1505         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
1506
1507 2004-07-09  Simon Josefsson  <jas@extundo.com>
1508
1509         * getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
1510         failed without this.)
1511
1512 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
1513
1514         * fchown-stub.c: New file.
1515
1516 2004-06-24  Jim Meyering  <jim@meyering.net>
1517
1518         * obstack.h (obstack_base): Cast to (void *), per documentation.
1519
1520 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1521
1522         * argz.c, argz_.h: New files, which are autoupdated from libtool.
1523
1524 2004-06-01  Jim Meyering  <jim@meyering.net>
1525
1526         * calloc.c: New file.
1527
1528 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1529
1530         * getdate.y (yylex): Allow space between sign and number.
1531         Problem reported by Dan Jacobson.
1532
1533 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
1534         and  Jim Meyering  <jim@meyering.net>
1535
1536         Merge from coreutils CVS.
1537
1538         * stat-macros.h: New file, with contents from file-type.h
1539         and coreutils' system.h.
1540         * file-type.c: Include "stat-macros.h".
1541         * file-type.h (file_type): Move all macro definitions to new file,
1542         stat-macros.h.
1543
1544         * chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
1545         Wrap old code with this conditional.
1546         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
1547         function that does not dereference symlinks.
1548         * lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
1549
1550         * xreadlink.c: Include xreadlink.h first, to catch .h file
1551         dependency problems.
1552         (xreadlink): Accept new arg SIZE, for efficiency.
1553         All decls and uses changed.
1554         * xreadlink.h: Include <stddef.h>, for size_t.
1555
1556         * .cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
1557         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
1558
1559         * .cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h, sysexits.h.
1560
1561 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
1562
1563         * xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
1564         macros to be defined.
1565         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
1566         the allocator returns NULL because the requested size is zero.
1567
1568 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
1569
1570         * malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
1571         var.  Add comment explaining why libc still defines it.  This
1572         merges the following patch from glibc:
1573         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
1574
1575 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
1576
1577         * obstack.c (_obstack): Remove unused variable.  It hasn't been
1578         present in glibc since revision 1.1 of this file.
1579         * obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
1580         obstack_alignment_mask, obstack_alloc, obstack_base,
1581         obstack_blank, obstack_blank_fast, obstack_chunk_size,
1582         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
1583         obstack_grow0, obstack_init, obstack_int_grow,
1584         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
1585         obstack_next_free, obstack_object_size, obstack_ptr_grow,
1586         obstack_ptr_grow_fast, obstack_room): Remove declarations of
1587         nonexistent functions.
1588
1589 2004-05-17  Derek R. Price  <derek@ximbiot.com>
1590             Paul Eggert  <eggert@cs.ucla.edu>
1591
1592         * argp-help.c, argp-parse.c: Assume <alloca.h> rather than freecoding.
1593
1594 2004-05-14  Bruno Haible  <bruno@clisp.org>
1595
1596         * vasnprintf.c (VASNPRINTF): Correctly handle the case of a precision
1597         that consists of a '.' followed by an empty digit string.
1598         Patch by Tor Lillqvist <tml@iki.fi>.
1599
1600 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1601
1602         Port obstack to the AS/400, where pointers are 16 bytes wide and
1603         you cannot cast an integer to a valid pointer.  This patch is
1604         currently waiting to be integrated into glibc; see
1605         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
1606
1607         * obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
1608         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
1609         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
1610         (struct obstack): temp member is now a union of a pointer and
1611         an integer, instead of an integer.  All integer uses changed.
1612         This does not affect the physical layout of struct obstack,
1613         except on hosts (like the AS/400) where the size or alignment of
1614         void * is greater than that of ptrdiff_t.
1615         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
1616         __STDC__)]: Store temporary in pointer member of union, not
1617         integer member.
1618         * obstack.c: Include <stddef.h>, for offsetof.
1619         (struct fooalign): Remove; it doesn't need a name.
1620         (union fooround): Change double to long double, and add void *.
1621         (DEFAULT_ALIGNMENT): Use offsetof to compute.
1622         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
1623         not a macro.  Hence the values are always int; so remove all
1624         casts-to-int in uses.
1625
1626 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
1627             Derek Price  <derek@ximbiot.com>
1628
1629         * alloca.c: Include <alloca.h>, to get our interface.
1630         * alloca_.h: Use __alloca on AIX, so that we don't have to
1631         include <alloca.h> first.  Use C89 prototype for alloca; this
1632         requires including <stddef.h> for size_t.  Use extern "C" if C++.
1633         Use #elif for simplicity, since we can assume C89 now.
1634         Don't try to source the system alloca.h since it will not be found
1635         and to prevent recursively including its replacement.
1636         * fnmatch.c: Include <alloca.h> instead of opencoding.
1637         * regex.c: Likewise.
1638
1639 2004-05-16  Derek Price  <derek@ximbiot.com>
1640             Paul Eggert  <eggert@cs.ucla.edu>
1641
1642         getline cleanup.  This changes the getndelim2 API: both order of
1643         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
1644         no delimiter).
1645
1646         * getline.c: Don't include stddef.h or stdio.h, since our
1647         interface does that.
1648         (getline): Always use getdelim, so that we don't have two
1649         copies of this code.
1650         * getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
1651         if available.
1652         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
1653         (GETNDELIM2_MAXIMUM): New macro.
1654         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
1655         instead of the old practice of delim2==0.  All callers changed.
1656         Return -1 on overflow, instead of returning junk.
1657         Do not set *linesize unless allocation succeeds.
1658         * getndelim2.h: Do not include stddef.h; no longer needed, now
1659         that we include sys/types.h.
1660         * getnline.h: Likewise.
1661         * getndelim2.h (GETNLINE_NO_LIMIT): New macro.
1662         (getndelim2): Reorder arguments.
1663         * getnline.c (getnline, getndelim):
1664         Don't discard the NMAX argument.
1665         (getnline): Invoke getndelim, to avoid code duplication.
1666         * getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
1667         of (size_t) -1 by callers of the getnline family.
1668
1669 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
1670
1671         * nanosleep.c (suspended): Change its type from int to
1672         sig_atomic_t volatile.
1673         (first_call): Make it private to rpl_nanosleep, and have it
1674         be zero initially as that's a bit faster.
1675         (my_usleep): Round up fractional times instead of truncating them,
1676         as this is the usual meaning for 'sleep'.
1677
1678         * gettime.c (gettime): Fall back on `time' if `gettimeofday'
1679         doesn't work.
1680         * settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
1681         (ENOSYS): Define if not defined.
1682         (settime): Fall back on stime if it exists and settimeofday fails.
1683         But don't bother with fallbacks if a method fails with errno == EPERM.
1684
1685 2004-05-11  Jim Meyering  <jim@meyering.net>
1686
1687         Prior to this change, the save_cwd caller required read access to the
1688         current directory on most systems (ones with the fchdir function).
1689
1690         * save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
1691         fails, try write-only, and finally, resort to using xgetcwd.
1692
1693 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
1694
1695         * obstack.c, obstack.h: Import changes from libc.
1696
1697 2004-04-28  Bruno Haible  <bruno@clisp.org>
1698
1699         * findprog.c (find_in_path): Treat Cygwin like Windows, since it also
1700         implicitly appends .exe to executables.
1701         * localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
1702         accepts Windows pathnames.
1703         * pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN): Treat
1704         Cygwin like Windows, since it now accepts Windows pathnames.
1705         * progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN): Treat
1706         Cygwin like Windows, since it now accepts Windows pathnames.
1707         Reported by Derek Robert Price <derek@ximbiot.com>.
1708
1709 2004-04-20  Jim Meyering  <jim@meyering.net>
1710
1711         * getndelim2.c (getndelim2): Upon realloc failure, don't leak memory.
1712
1713 2004-04-20  Jim Meyering  <jim@meyering.net>
1714             Bruno Haible  <bruno@clisp.org>
1715
1716         * localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
1717         memory when realloc fails.
1718
1719 2004-04-18  Jim Meyering  <jim@meyering.net>
1720
1721         * readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc failure,
1722         don't leak memory and do call END_UTMP_ENT.
1723
1724 2004-04-11  Paul Eggert  <eggert@twinsun.com>
1725
1726         * inttostr.h: Include <limits.h> unconditionally, since we assume C89.
1727         (CHAR_BIT): Remove, since we assume C89.
1728         Include <stdint.h> if available, as per current Autoconf CVS advice.
1729
1730 2004-03-30  Paul Eggert  <eggert@twinsun.com>
1731
1732         * cloexec.h, cloexec.c (set_cloexec_flag): Return int
1733         not bool, to be more consistent with Unix conventions.
1734         Suggested by Bruno Haible.
1735
1736         Merge from coreutils.
1737
1738         * imaxtostr.c, inttostr.c, inttostr.h, offtostr.c, umaxtostr.c:
1739         New files.
1740
1741         * getdate.h: Include stdbool.h, and timespec.h instead of
1742         the usual <time.h> dance.
1743         (get_date): Change signature to support fractional time stamps.
1744         All callers changed.
1745         * getdate.y: Include "getdate.h" first, as we can now
1746         assume C89 and don't need to worry about 'const'.
1747         Similarly, include "unlocked-io.h" near start, not in middle.
1748         Include <limits.h>.
1749         (textint.value): Use long int rather than int.
1750         (textint.digits): Use size_t rather than int.
1751         (BILLION, LOG10_BILLION): New constants.
1752         (parser_control): New member rel_ns.  Members day_ordinal,
1753         time_zone, month, day, hour, minutes, rel_year, rel_month,
1754         rel_day, rel_hour, rel_minutes, rel_seconds
1755         are now long int, not int.  Member seconds is now struct timespec,
1756         not int.  New member timespec_seen.  Members dates_seen, days_seen,
1757         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
1758         not int.
1759         (%union.intval): Now long int, not int.
1760         New member timespec.
1761         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
1762         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
1763         (spec): Now is a timespec or an item list.
1764         (timespec, items): New nonterminals.
1765         (time, rel, relunit, number, get_date):
1766         Add support for fractional seconds.
1767         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
1768         (gmtime, localtime, mktime): Remove decls; not needed with C89.
1769         (to_hour): First arg is now long int, not int.
1770         (to_year): Returns long int, not int.
1771         Don't treat year -70 like 70.
1772         (tm_diff): Returns long int, not int.
1773         (lookup_word): Use bool instead of int when appropriate.
1774         (yylex): Use size_t for count, not int.
1775         Detect overflow when parsing large integer constants.
1776         Add support for fractions.
1777         (get_date): Make pointers 'const' if possible.
1778         Use more-portable code to detect integer overflow.
1779         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
1780         Don't use ctime; it's not reliable if the year has >4 digits.
1781
1782         * human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
1783         This is for compatibility with BSD.
1784
1785         * timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
1786         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
1787         From coreutils' system.h.
1788
1789         * userspec.c: Don't include "posixver.h".
1790         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
1791         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
1792         compatible extension.  Simplify code by removing a boolean int
1793         that was always nonzero if a string was nonnull.
1794
1795 2004-03-30  Jim Meyering  <jim@meyering.net>
1796
1797         Merge from coreutils.
1798
1799         * mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
1800
1801         * readtokens.c (readtoken): Don't leak 64 bytes when reading
1802         an empty input stream.
1803
1804         * readtokens.c: Include <stdbool.h>.
1805         (readtoken): Use `size_t' rather than int/long.
1806         All callers adjusted.
1807         Use `bool' rather than `int' where appropriate.
1808         Use memset rather than an explicit loop.
1809         Use x2nrealloc rather than xrealloc.
1810         Allow the use of `\0' as a delimiter.
1811         (readtokens): Likewise.
1812         * readtokens.h (readtoken, readtokens): Update prototypes.
1813
1814 2004-03-30  Bruno Haible  <bruno@clisp.org>
1815
1816         * getloadavg.c (getloadavg): Don't assume setlocale returns
1817         nonnull.
1818
1819 2004-03-29  Paul Eggert  <eggert@twinsun.com>
1820
1821         Merge changes to getloadavg.c from coreutils and Emacs.
1822
1823         * getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
1824         Define to an expression, not to the empty string.
1825         Include cloexec.h and xalloc.h.
1826         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
1827         Use set_cloexec_flag rather than rolling our own.
1828         * cloexec.c, cloexec.h: New files.
1829
1830 2004-03-18  Paul Eggert  <eggert@twinsun.com>
1831
1832         * getopt.h: Sync with libc CVS.
1833
1834 2004-03-18  Paul Eggert  <eggert@twinsun.com>
1835             Bruno Haible  <bruno@clisp.org>
1836
1837         * mbswidth.h: Include <wchar.h> only if HAVE_DECL_MBSWIDTH_IN_WCHAR_H,
1838         not on all platforms that have <wchar.h>.
1839         * mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
1840
1841 2004-03-09  Paul Eggert  <eggert@twinsun.com>
1842
1843         * argp-parse.c, getopt.c, getopt.h, getopt1.c:
1844         Sync with libc CVS.
1845         * getopt_int.h: New file, also synced from libc.
1846
1847 2004-03-07  Paul Eggert  <eggert@twinsun.com>
1848
1849         * c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
1850         '#if' expressions.  Unlike the code it replaces, it does not
1851         depend on (defined _SC_PAGESIZE).  However, it does depend on
1852         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
1853         first reported by Jason Andrade in
1854         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
1855
1856 2004-01-18  Simon Josefsson  <jas@extundo.com>
1857
1858         * strdup.h: New file.
1859         * strdup.c: Include it.
1860         * path-concat.c: Include strdup.h. Drop strdup declaration.
1861         * userspec.c: Include strdup.h. Drop strdup declaration.
1862
1863 2004-02-06  Karl Berry  <karl@gnu.org>
1864
1865         * config.charset: update from gettext 0.14.1.
1866
1867 2004-02-05  Paul Eggert  <eggert@twinsun.com>
1868
1869         Add comments and code, prompted by suggestions from Bruno Haible
1870         for sh-quote.
1871         * quotearg.h (quotearg_alloc): New decl.  Improve the comments
1872         describing the enum quoting_style values.
1873         * quotearg.c (quotearg_alloc): New function.
1874         (quotearg_buffer_restyled): Treat lone { and } as special.
1875         Treat = as special.  Work around bug with older shells
1876         that "see" a '\' that is really the 2nd byte of a multibyte char.
1877         Quote empty string with shell_quoting_style.
1878
1879 2004-02-03  Bruno Haible  <bruno@clisp.org>
1880
1881         * pipe.h: New file, from GNU gettext.
1882         * pipe.c: New file, from GNU gettext.
1883
1884 2004-01-27  Bruno Haible  <bruno@clisp.org>
1885
1886         * execute.h: New file, from GNU gettext.
1887         * execute.c: New file, from GNU gettext.
1888         * w32spawn.h: New file, from GNU gettext.
1889
1890 2004-01-23  Paul Eggert  <eggert@twinsun.com>
1891
1892         Exit-status fix from coreutils.
1893
1894         Use exit_failure consistently in place of EXIT_FAILURE,
1895         so that program exit statuses are consistent on failure.
1896
1897         * argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
1898         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
1899         * argmatch.h: Comment fix to match the above.
1900         * obstack.c (obstack_exit_failure) [!defined _LIBC]:
1901         Now a macro referring to exit_failure, instead of a separate
1902         variable.  Include "exitfail.h" to get it.
1903         * xstrtol.h: Include "exitfail.h".
1904         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
1905
1906         * long-options.c (parse_long_options): Use prototype
1907         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
1908         for clarity.
1909
1910 2004-01-21  Jim Meyering  <jim@meyering.net>
1911
1912         * mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
1913         so as not to conflict with a different-sized __mktime_internal
1914         function in GNU libc.
1915         * timegm.c (__mktime_internal) [!_LIBC]: Likewise.
1916         Problem building statically-linked `ls' reported by Michael Brunnbauer.
1917
1918 2004-01-18  Paul Eggert  <eggert@twinsun.com>
1919
1920         Merge from diffutils.
1921
1922         * file-type.c (file_type): Add typed memory objects.
1923         * file-type.h (S_TYPEISTMO): New macro.
1924
1925         * c-stack.h (c_stack_action): Remove argv argument.
1926         * c-stack.c (c_stack_action): Likewise.  All uses changed.
1927         (die): Don't calculate message unless segv_action returns.
1928         (get_stack_location, min_address_from_argv, max_address_from_argv,
1929         volatile stack_base, volatile_stack_size): Remove.
1930         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
1931         that every segmentation violation is a stack overflow.  (Ouch!)
1932         See Debian bug 136249 (still outstanding) for more info about why
1933         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
1934
1935 2003-11-30  Bruno Haible  <bruno@clisp.org>
1936
1937         Safer stack allocation.
1938         * setenv.c: Include allocsa.h.
1939         (alloca): Remove fallback definition.
1940         (freea): Remove macro.
1941         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
1942         instead of freea.
1943
1944 2003-10-17  Bruno Haible  <bruno@clisp.org>
1945
1946         * binary-io.h: Avoid warnings on Cygwin.
1947
1948 2003-12-28  Bruno Haible  <bruno@clisp.org>
1949
1950         * wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
1951         * wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE specially.
1952
1953 2003-11-28  Bruno Haible  <bruno@clisp.org>
1954
1955         * wait-process.c (cleanup_slaves): Use ANSI C declaration.
1956
1957 2003-11-27  Bruno Haible  <bruno@clisp.org>
1958
1959         * wait-process.c: On Windows, include windows.h. Needed on mingw.
1960
1961 2003-11-17  Bruno Haible  <bruno@clisp.org>
1962
1963         * wait-process.c (wait_process): Disable the 2003-10-31 waitid() patch.
1964
1965 2003-11-24  Bruno Haible  <bruno@clisp.org>
1966
1967         * xallocsa.h: New file, from GNU gettext.
1968         * xallocsa.c: New file, from GNU gettext.
1969
1970 2003-11-24  Bruno Haible  <bruno@clisp.org>
1971
1972         * allocsa.h: New file, from GNU gettext.
1973         * allocsa.c: New file, from GNU gettext.
1974
1975 2003-11-24  Bruno Haible  <bruno@clisp.org>
1976
1977         * eealloc.h: New file.
1978
1979 2004-01-15  Jim Meyering  <jim@meyering.net>
1980
1981         Merge from coreutils.
1982
1983         * md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
1984         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
1985         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
1986
1987         * posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
1988         optional configure-time default.
1989
1990         * version-etc.c (version_etc_copyright): Update copyright date.
1991
1992         * xreadlink.c (xreadlink): Correct outdated comment.
1993
1994 2004-01-15  Paul Eggert  <eggert@twinsun.com>
1995
1996         Merge from coreutils.
1997
1998         * posixver.c: Include posixver.h.
1999
2000         * same.c: Include <stdbool.h>, <limits.h>.
2001         (_POSIX_NAME_MAX): Define if not defined.
2002         (MIN): New macro.
2003         (same_name): If file names are silently truncated, report
2004         that the file names are the same if they are the same after
2005         the silent truncation.
2006
2007         * xstrtod.h (xstrtod): Accept an extra arg, specifying the
2008         conversion function.
2009         * xstrtod.c (xstrtod): Likewise.  All callers changed to
2010         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
2011         longer needed.
2012
2013 2004-01-14  Paul Eggert  <eggert@twinsun.com>
2014
2015         * fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
2016         with like-named macro in fnmatch.c.
2017         (EXT): Use an internal constant instead.
2018
2019         Merge fnmatch patches from glibc.
2020         * fnmatch.c (mbsinit): Remove define.
2021         Add libc_hidden_ver (__fnmatch, fnmatch).
2022         * fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
2023         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
2024
2025 2003-12-14  Karl Berry  <karl@gnu.org>
2026
2027         * config.charset: update from gettext-runtime.
2028
2029 2003-12-03  Paul Eggert  <eggert@twinsun.com>
2030
2031         * getgroups.c (getgroups): xmalloc takes one argument, not two.
2032         Bug reported by Alfred M. Szmidt.
2033
2034 2003-11-29  Karl Berry  <karl@gnu.org>
2035
2036         * argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
2037
2038 2003-11-23  Paul Eggert  <eggert@twinsun.com>
2039             Bruno Haible  <bruno@clisp.org>
2040
2041         * printf-parse.h: Don't include sys/types.h.
2042         (ARG_NONE): New macro.
2043         (char_directive): Change type of *arg_index fields to size_t.
2044         * printf-parse.c: Don't include sys/types.h.
2045         (SSIZE_MAX): Remove macro.
2046         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
2047         Remove unnecessary overflow check.
2048         * vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
2049         fields.
2050
2051 2003-11-24  Paul Eggert  <eggert@twinsun.com>
2052
2053         * alloca.c: Remove dependency on xalloc module.
2054         (xalloc_die): Remove.
2055         (memory_full) [!defined emacs]: New macro.
2056         [!defined emacs]: Don't include xalloc.h.
2057         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
2058         address arithmetic overflows.  Change datatypes a bit to avoid
2059         unnecessary casts.
2060
2061 2003-11-22  Jim Meyering  <jim@meyering.net>
2062
2063         * xmalloc.c (x2nrealloc_inline): Fix typos in comments: s/size/size_t/.
2064
2065 2003-11-17  Bruno Haible  <bruno@clisp.org>
2066
2067         * vasnprintf.c (alloca): Remove fallback definition.
2068         (freea): Remove definition.
2069         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
2070         Reported by Paul Eggert.
2071
2072 2003-11-17  Jim Meyering  <jim@meyering.net>
2073
2074         On systems without utime and without a utimes function capable of
2075         dealing with a NULL struct utimbuf* argument, this utime replacement
2076         could -- in unusual circumstances -- leak a file descriptor.
2077         * utime.c: Include <unistd.h> and <errno.h>.
2078         (utime_null): Be sure to close `fd' and to preserve errno.
2079         Reported by Geoff Collyer via Arnold Robbins.
2080
2081 2003-11-16  Paul Eggert  <eggert@twinsun.com>
2082             Bruno Haible  <bruno@clisp.org>
2083
2084         Protect against address arithmetic overflow.
2085         * printf-args.h: Include stddef.h.
2086         (arguments): Change type of field 'count' to size_t.
2087         * printf-args.c (printf_fetchargs): Use size_t instead of
2088         'unsigned int' where appropriate.
2089         * printf-parse.h: Include sys/types.h.
2090         (char_directive): Change type of *arg_index fields to ssize_t.
2091         (char_directives): Change type of fields 'count', max_*_length to
2092         size_t.
2093         * printf-parse.c: Include sys/types.h and xsize.h.
2094         (SSIZE_MAX): Define fallback value.
2095         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
2096         instead of 'int' where appropriate. Check a_allocated, d_allocated
2097         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
2098         * vasnprintf.c: Include xsize.h.
2099         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
2100         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
2101         overflow. Avoid wraparound when converting a width or precision from
2102         decimal to binary.
2103
2104 2003-11-16  Bruno Haible  <bruno@clisp.org>
2105
2106         Update from GNU gettext.
2107         * printf-parse.c: Generalize to it can be compiled for wide strings.
2108         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
2109         * vasnprintf.c: Generalize to it can be compiled for wide strings.
2110         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
2111         SNPRINTF): New macros.
2112         Don't include <alloca.h> if the file is used inside libintl.
2113         (local_wcslen): New function, for Solaris 2.5.1.
2114         (VASNPRINTF): Use it instead of wcslen.
2115
2116 2003-11-16  Bruno Haible  <bruno@clisp.org>
2117
2118         * xsize.h (xmax): New function.
2119         (xsum, xsum3, xsum4): Declare as "pure" functions.
2120
2121 2003-11-12  Paul Eggert  <eggert@twinsun.com>
2122
2123         * xalloc.h: Do not include <limits.h> or <stdint.h>.
2124         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
2125         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
2126         heuristic is just as accurate as far as we know, and it removes a
2127         dependency on size_max.m4 and ptrdiff_max.m4.
2128
2129 2003-11-12  Paul Eggert  <eggert@twinsun.com>
2130
2131         * xstrtol.c (__xstrtol): Remove "break" immediately after
2132         "return", to pacify some unknown compiler.  Problem reported
2133         by Joerg Schilling.
2134
2135 2003-11-11  Bruno Haible  <bruno@clisp.org>
2136
2137         * xsize.h (SIZE_MAX): Remove fallback definition.
2138         * xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
2139         defined.
2140
2141 2003-11-10  Paul Eggert  <eggert@twinsun.com>
2142
2143         * xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
2144         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
2145         rejected some allocations of exactly SIZE_MAX - 2 bytes.
2146         From Bruno Haible.
2147         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
2148         not (size_t) -1, since it's defined here.
2149
2150 2003-11-06  Paul Eggert  <eggert@twinsun.com>
2151
2152         * xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
2153         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
2154         Reject sizes of exactly SIZE_MAX bytes.
2155         * xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
2156         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
2157
2158 2003-11-05  Bruno Haible  <bruno@clisp.org>
2159
2160         * xsize.h: Include limits.h, to avoid a possible collision with
2161         SIZE_MAX defined in <limits.h> on Solaris.
2162
2163 2003-11-04  Bruno Haible  <bruno@clisp.org>
2164
2165         * xsize.h: New file.
2166         * linebreak.c: Include xsize.h.
2167         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
2168         argument for overflow.
2169         Suggested by Paul Eggert.
2170
2171 2003-10-31  Bruno Haible  <bruno@clisp.org>
2172
2173         * wait-process.c (wait_process): Use waitid with WNOWAIT if available,
2174         to avoid (extremely rare) race condition.
2175         Suggested by Paul Eggert.
2176
2177 2003-11-03  Jim Meyering  <jim@meyering.net>
2178
2179         * userspec.c: Include "userspec.h".
2180         * userspec.h: New file.
2181
2182 2003-10-31  Paul Eggert  <eggert@twinsun.com>
2183
2184         * mountlist.h (struct mount_entry.me_type_malloced): New member.
2185         * mountlist.c (SIZE_MAX): Define if not defined already.
2186         (read_filesystem_list): Set and use me_type_malloced.
2187         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
2188         whatever the type happens to be), for brevity and consistency.
2189         Check for size calculation overflow on Alphas running OSF/1.
2190
2191 2003-10-31  Jim Meyering  <jim@meyering.net>
2192
2193         * hash.c: Include "xalloc.h" for use of xalloc_oversized.
2194
2195         * linebuffer.c: Include <string.h> for declaration of memset.
2196
2197 2003-10-30  Paul Eggert  <eggert@twinsun.com>
2198             Bruno Haible  <bruno@clisp.org>
2199
2200         * vasprintf.c: Include <limits.h>, <stdlib.h>.
2201         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
2202
2203 2003-10-29  Paul Eggert  <eggert@twinsun.com>
2204
2205         * xalloc.h (xalloc_oversized): Now a macro, not a function,
2206         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
2207         no longer needed.
2208         * quotearg.c (quotearg_n_options): Use it.
2209         * group-member.c: Include <stdbool.h>.
2210         (free_group_info): Arg is now const *; don't free arg.
2211         (get_group_info): Now returns bool and accepts struct group_info *,
2212         rather than returning a malloc'ed struct group_info *.
2213         All uses changed.  Check for overflow in internal size calculation.
2214
2215         * getusershell.c (readname): Simplify the code by using x2nrealloc
2216         rather than xmalloc/xrealloc.
2217         * linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
2218         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
2219         conformance bug: the old code used a pointer after freeing the
2220         storage that it addressed.
2221         * hash.c (hash_initialize): Simplify the code by using xalloc_oversized
2222         rather than doing it by hand.
2223         * getgroups.c (getgroups): Don't use xrealloc, since we don't need
2224         the buffer preserved.  Use free and xmalloc instead.
2225         * quotearg.c (quotearg_n_options): Likewise.
2226         Use a simpler test for size overflow.  Don't use xalloc_oversized
2227         because unsigned int might be wider than size_t (!); this suggests
2228         that we should switch from unsigned int to size_t for slot numbers.
2229
2230 2003-10-27  Bruno Haible  <bruno@clisp.org>
2231
2232         * stdbool_.h: Better support for BeOS.
2233
2234 2003-10-27  Paul Eggert  <eggert@twinsun.com>
2235
2236         * exclude.c (new_exclude): Use xzalloc rather than xmalloc
2237         to allocate the returned structure.  Do not allocate a subarray,
2238         as x2nrealloc will do that.
2239         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
2240         instead of xnrealloc.
2241         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
2242
2243 2003-10-26  Paul Eggert  <eggert@twinsun.com>
2244
2245         * xalloc.h (xalloc_oversized): New static inline function, for
2246         callers that want to do their own size-overflow checking.  Include
2247         <stdbool.h>, since xalloc_oversized returns bool.
2248         * xalloc.c (array_size_overflow): Remove.  All callers changed
2249         to use xalloc_oversized.
2250
2251         Add two functions x2realloc, x2nrealloc, for programs that grow
2252         arrays dynamically by doubling their sizes.
2253         * xalloc.h (x2realloc, x2nrealloc): New decls.
2254         * xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
2255         New functions.
2256
2257         Port to C99 semantics for 'inline' of external functions.
2258         Bug reported by Bruno Haible.
2259         * xmalloc.c (xnmalloc_inline): New static inline function,
2260         with the old contents of xnmalloc.
2261         (xnmalloc, xmalloc): Use it.
2262         (xnrealloc_inline): New static inline function,
2263         with the old contents of xnrealloc.
2264         (xnrealloc, xrealloc): Use it.
2265
2266         * alloc.c (alloca): xmalloc cannot return NULL, so don't test for that.
2267
2268 2003-10-25  Paul Eggert  <eggert@twinsun.com>
2269
2270         Fix several address-calculation bugs in the hash modules,
2271         plus some minor code cleanup.
2272
2273         * hash.h: Include <stdbool.h>, for bool.
2274         * hash.c: Don't include <stdbool.h>, since hash.h does it now.
2275         * hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
2276         hash_get_n_entries, hash_get_max_bucket_length,
2277         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
2278         hash_rehash): Use size_t rather than unsigned.
2279         * hash.c (struct hash_table, hash_get_n_buckets,
2280         hash_get_n_buckets_used, hash_get_n_entries,
2281         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
2282         hash_get_entries, hash_do_for_each, hash_string, is_prime,
2283         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
2284         Likewise.
2285         (SIZE_MAX): Define if not defined.
2286         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
2287         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
2288         hash_print):
2289         Use const * when possible.
2290         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
2291         (check_tuning): Fix bug: if tuning parameters were very close to
2292         0 or 1, rounding errors could have caused subscript violations.
2293         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
2294         (hash_initialize): Add 'fail:' label
2295         to free table and return NULL, and use it to simplify code.
2296         Use calloc rather than clearing the storage ourself.
2297         (hash_initialize, hash_rehash): Check for arithmetic overflow in
2298         buffer size calculations.
2299         * hash-pjw.h (hash_pjw): Use size_t, not unsigned.
2300         Include <stddef.h>, for size_t.
2301         * hash-pjw.c (hash_pjw): Likewise.
2302         Switch to method described by Bruno Haible.
2303         Include <limits.h>, for CHAR_BIT.
2304         (SIZE_BITS): New macro.
2305
2306 2003-10-21  Paul Eggert  <eggert@twinsun.com>
2307
2308         * getndelim2.c (getndelim2): When size calculation overflows,
2309         ceiling the allocation at NMAX bytes rather than silently
2310         discarding input bytes before NMAX is reached.  This makes
2311         a difference only if NMAX exceeds SIZE_MAX / 2.
2312
2313         * obstack.c: Merge from glibc.
2314         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
2315         Add libc_hidden_def (_obstack_newchunk).
2316         (_obstack_free) [! defined _LIBC]: Remove.
2317         [defined _LIBC]: Make a strong alias from obstack_free, rather than
2318         a clone of the function body.
2319         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
2320         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
2321
2322         * obstack.h: Indenting cleanup, to make it easier to merge with glibc.
2323         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
2324         arg to memcpy.
2325
2326         * obstack.h (obstack_1grow_fast): Properly parenthesize arg.
2327         (obstack_ptr_grow_fast, obstack_int_grow_fast):
2328         Don't use lvalue casts, as GCC plans to remove support for them
2329         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
2330         was also present in the non-GCC version, indicating that this
2331         code had always been buggy and had never been widely used.
2332         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
2333         Use the fast variant of each macro, rather than copying the
2334         definiens of the fast variant; that way, we'll be more likely to
2335         catch future bugs in the fast variants.
2336
2337 2003-10-20  Bruno Haible  <bruno@clisp.org>
2338
2339         * wait-process.h: New file, from GNU gettext.
2340         * wait-process.c: New file, from GNU gettext.
2341
2342 2003-10-19  Jim Meyering  <jim@meyering.net>
2343
2344         * vasnprintf.c (vasnprintf): Work around losing snprintf on HPUX 10.20.
2345
2346 2003-10-16  Paul Eggert  <eggert@twinsun.com>
2347
2348         * getgroups.c: Include <errno.h>, <stdlib.h>.
2349         (getgroups): First arg is int, not size_t.
2350         Don't let 'free' mangle errno.
2351
2352 2003-10-16  Jim Meyering  <jim@meyering.net>
2353
2354         * xmalloc.c: Include <string.h>, for declarations of memset and memcpy.
2355
2356 2003-10-15  Paul Eggert  <eggert@twinsun.com>
2357
2358         * exclude.c: Do not include <inttypes.h> or <stdint.h>.
2359         (SIZE_MAX): Remove.
2360         (new_exclude, add_exclude_file): Initial size no longer needs to
2361         be a power of 2.
2362         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
2363         our own address arithmetic overflow checking.
2364
2365         * fnmatch.c (SIZE_MAX): Define if standard headers don't.
2366         (fnmatch): Do not alloca more than 2000 wide characters;
2367         instead, use malloc for large buffers.
2368         Check for address arithmetic overflow, and return -1
2369         with errno set to ENOMEM in that case.
2370         * fnmatch_loop.c (ALLOCA_LIMIT): New macro.
2371         (NEW_PATTERN): Do not alloca more than 8000 bytes;
2372         instead, return -1.  Check for address arithmetic overflow.
2373
2374 2003-10-14  Paul Eggert  <eggert@twinsun.com>
2375
2376         Handle invalid suffixes and overflow independently, so that
2377         callers can treat them independently as needed.  Fix some bugs in
2378         suffix handling, e.g., "100k@" was not diagnosed as an invalid
2379         suffix for a human-readable blocksize.  The major caller-visible
2380         change is the addition of a new
2381         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
2382         that both overflow and suffix chars were found.
2383
2384         * human.c (humblock): Don't check separately for invalid suffix
2385         char; that is xstrtoumax's job (now that its bug is fixed).
2386         * xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
2387         INTMAX_MAX]: New macros.
2388         * xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
2389         TYPE_MAXIMUM): New macros.
2390         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
2391         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
2392         if overflow occurs, as it's what __strtol does and it's more useful
2393         in practice.
2394         (__xstrtol): If __strtol reports some error other than ERANGE,
2395         reflect it to the caller as LONGINT_INVALID.  If it reports
2396         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
2397         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
2398         * xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
2399         value.
2400         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
2401         * xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
2402         * xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
2403         [defined UINTMAX_MAX]: New macros.
2404
2405 2003-10-14  Bruno Haible  <bruno@clisp.org>
2406
2407         * fatal-signal.h: Improved comments. Suggested by Paul Eggert.
2408         * fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
2409         Also use volatile where needed.
2410
2411 2003-10-12  Paul Eggert  <eggert@twinsun.com>
2412
2413         * xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
2414         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
2415         and define in terms of the other primitives.
2416         * xmalloc.c: Include stdbool.h; do not include exit.h.
2417         (SIZE_MAX): Define if not already defined.
2418         (array_size_overflow): New function.
2419         (xalloc_die): Abort instead of exiting if 'error' returns.
2420         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
2421         (xmalloc, xrealloc): Use them.
2422         (xcalloc): Check for address arithmetic overflow.
2423         * xstrdup.c (xstrdup): Use xclone, since memcpy should be
2424         a bit faster than strcpy.
2425
2426 2003-10-08  Paul Eggert  <eggert@twinsun.com>
2427
2428         Merge getpass from libc, plus a few fixes.
2429
2430         * getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
2431         Include <stdbool.h>.
2432         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
2433         __fsetlocking to empty.
2434         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
2435         do include <bits/libc-lock.h>.
2436         Do not include <fcntl.h>; not needed.
2437         [_LIBC]: Include <wchar.h>.
2438         (NOTCANCEL_MODE): New macro.
2439         (flockfile, funlockfile) [_LIBC]: New macros.
2440         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
2441         [!_LIBC]: New macros.
2442         (call_fclose): New function.
2443         (getpass): Use it.  Save tty stream separately; this simplifies the
2444         code and makes it more reliable if stdin happens to equal stdout.
2445         Invoke __fsetlocking on tty.
2446         Handle thread cancellation if needed.
2447         Namespace cleanup (use __tcgetattr, __getline).
2448         Use bool for Booleans.
2449         [USE_IN_LIBIO]: Handle wide streams.
2450         [!_LIBC]: Unconditionally do the fseek, since we don't know what
2451         stream might go where.
2452
2453         * unlocked-io.h: Include <stdio.h>, so that the caller
2454         doesn't have to include <stdio.h> before us.
2455         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
2456         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
2457         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
2458         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
2459         if not declared, so that we can use getpass.c code from libc without
2460         rewriting it.
2461         (flockfile, ftrylockfile, funlockfile): New macros.
2462
2463 2003-10-06  Bruno Haible  <bruno@clisp.org>
2464
2465         * version-etc-2.h: Remove file.
2466         * version-etc-2.c: Remove file.
2467
2468 2003-09-25  Jim Meyering  <jim@meyering.net>
2469             Bruno Haible  <bruno@clisp.org>
2470
2471         This lets translators provide better translations for the
2472         "Written by ..." part of --version output.
2473         * version-etc.h: Include stdarg.h.
2474         (version_etc_copyright): Declare as readonly.
2475         (version_etc): Make this function variadic with a NULL-terminated list
2476         of author name strings.
2477         (version_etc_va): New declaration.
2478         * version-etc.c: Include stdarg.h, stdlib.h.
2479         (version_etc_copyright): Declare as readonly.
2480         (version_etc_va): New function. Provide a different translatable string
2481         for each possible number of authors < 10. Abbreviate when there are 10
2482         authors or more.
2483         (version_etc): Make this function variadic. Call version_etc_va.
2484         Suggestion from Gary V. Vaughan.
2485
2486         * long-options.h (parse_long_options): Change prototype: the authors
2487         string is moved to the end and becomes variadic.
2488         * long-options.c: Include stdarg.h.
2489         (parse_long_options): Make this function variadic, too.
2490         Call version_etc_va, not version_etc.
2491
2492 2003-10-06  Bruno Haible  <bruno@clisp.org>
2493
2494         * fatal-signal.h: New file, from GNU gettext.
2495         * fatal-signal.c: New file, from GNU gettext.
2496
2497 2003-10-04  Karl Berry  <karl@gnu.org>
2498
2499         * argp*: update from libc.
2500
2501 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
2502
2503         * getpass.c (getpass): Use a no-op fseek when switching from input to
2504         output mode on the same stream.
2505
2506 2003-09-29  Paul Eggert  <eggert@twinsun.com>
2507
2508         * strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
2509         Fix arg typo in previous patch.
2510
2511 2003-09-28  Jim Meyering  <jim@meyering.net>
2512
2513         * error.c: Correct cpp indentation.
2514
2515 2003-09-27  Paul Eggert  <eggert@twinsun.com>
2516
2517         * minmax.h (MIN, MAX) [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
2518         Omit the special code that used __typeof__, since we worry that
2519         it could be more trouble than it's worth.  See:
2520         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
2521         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
2522
2523         * free.c: New file.
2524
2525 2003-09-26  Jim Meyering  <jim@meyering.net>
2526
2527         * error.c (error_tail): Move some declarations
2528         into inner scope where the local variables are used.
2529
2530 2003-09-26  Bruno Haible  <bruno@clisp.org>
2531
2532         * stpncpy.h (gnu_stpncpy): New declaration.
2533         (stpncpy): Define as alias for gnu_stpncpy.
2534         * stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
2535
2536 2003-09-26  Paul Eggert  <eggert@twinsun.com>
2537
2538         * error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
2539         (error_tail): Do not loop, reallocating temporary buffer, since
2540         the output cannot contain more wide characters than the input
2541         contains bytes, the size must be big enough already.  This avoids
2542         one potential size overflow calculation.  Check for size overflow
2543         when calculating temporary buffer size.  Free temporary buffer
2544         when done, if it was allocated with malloc; this plugs a memory
2545         leak.  Remove casts from void * to pointers, that are no longer
2546         needed now that we're assuming C89 or better.
2547
2548         Merge error changes from glibc.
2549
2550         * error.c, error.h: Update copyright notice header to match glibc.
2551         * error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
2552         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
2553         Disable cancellation while printing error.
2554         * error.h: Prepend __ to parameter names.
2555
2556 2003-09-25  Karl Berry  <karl@gnu.org>
2557
2558         * argp-fmtstream.c, argp-help.c: update from libc.
2559
2560 2003-09-25  Bruno Haible  <bruno@clisp.org>
2561
2562         * version-etc-2.h: New file, from version-etc.h with modifications.
2563         * version-etc-2.c: New file, from version-etc.c with modifications.
2564
2565 2003-09-25  Simon Josefsson  <jas@extundo.com>
2566
2567         * xgetdomainname.h: New file.
2568         * xgetdomainname.c: New file.
2569
2570 2003-09-25  Simon Josefsson  <jas@extundo.com>
2571             Bruno Haible  <bruno@clisp.org>
2572
2573         * getdomainname.h: New file.
2574         * getdomainname.c: New file.
2575
2576 2003-09-24  Paul Eggert  <eggert@twinsun.com>
2577
2578         * linebuffer.c (freebuffer): Don't free the argument, just
2579         the buffer associated with the argument.  Bug reported by
2580         Simon Josefsson.
2581
2582 2003-09-19  Karl Berry  <karl@gnu.org>
2583
2584         * argp.h: update from libc.
2585
2586 2003-09-16  Paul Eggert  <eggert@twinsun.com>
2587
2588         * linebuffer.c (readlinebuffer): Return NULL immediately upon
2589         input error, instead of returning NULL the next time we are called
2590         (and therefore losing track of errno).
2591
2592 2003-09-15  Paul Eggert  <eggert@twinsun.com>
2593
2594         * getndelim2.c (getndelim2): Don't trash errno when a read
2595         fails, so that the caller gets the proper errno.
2596
2597         * readutmp.c (read_utmp): Likewise.
2598         Check for fstat error.  Close stream and free storage
2599         when failing.
2600
2601 2003-09-14  Bruno Haible  <bruno@clisp.org>
2602
2603         * fwriteerror.h: New file.
2604         * fwriteerror.c: New file.
2605
2606 2003-09-14  Jim Meyering  <jim@meyering.net>
2607
2608         * getloadavg.c: Correct cpp indentation.
2609         * strdup.c: Likewise.
2610         * vasnprintf.c: Likewise.
2611
2612 2003-09-12  Paul Eggert  <eggert@twinsun.com>
2613
2614         * argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
2615         * obstack.c [!defined _LIBC]: Likewise.
2616         * argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
2617         * exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
2618         * exitfail.c: Don't include stdlib.h; no longer needed.
2619
2620         More changes to assume C89 or better.
2621
2622         * error.c (error_tail): Assume vprintf.
2623
2624         * argmatch.c (getenv): Remove decl.
2625         * progreloc.c (get_full_program_name): Define via prototype.
2626         * setenv.c (clearenv): Likewise.
2627         * stpncpy.c: Do not include <string.h> or <sys/types.h>; not
2628         needed.
2629         * strdup.c: Include <stdlib.h>, <string.h> unconditionally.
2630         (malloc, memcpy): Remove decls.
2631         * strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
2632         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
2633         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
2634         (memcpy): Remove macro.
2635         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
2636         (__P): Remove.  All uses removed.
2637         (PTR): Remove.  All uses changed to void *.
2638         (CHAR_BIT, NULL): Remove.
2639         (spaces, zeros, memset_space, memset_zero)
2640         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
2641         Remove.
2642         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
2643         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
2644         Define with prototype.
2645         Remove now-unnecessary prototype decl.
2646         (extra_args_spec): Assume ANSI C.  All uses changed.
2647         (extra_args_spec_iso): Remove.
2648         (my_strftime, emacs_strftimeu): Define via prototype.
2649         * strtod.c: Include <float.h>, <stdlib.h>, <string.h>
2650         unconditionally.
2651         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
2652         * strtoimax.c: Include <stdlib.h> unconditionally.
2653         (strtoul, strtol): Remove decls.
2654         * strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
2655         LONG_MAX): Remove.
2656         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
2657         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
2658         (LOCALE_PARAM_PROTO): New macro.
2659         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
2660         (INTERNAL (strtol), strtol): Define with a prototype.
2661         (PARAMS): Remove.  All uses removed.
2662         * tempname.c: Include <string.h> unconditionally.
2663         * userspec.c: Include <stdlib.h>, <string.h> unconditionally.
2664         * xgethostname.c (main): Define with a prototype.
2665         * xmalloc.c: Include "xalloc.h" first, to check interface.
2666         Include <stdlib.h> unconditionally.
2667         (calloc, malloc, realloc, free): Remove decls.
2668         * xstrtod.c: Include "xstrtod.h" first, to check interface.
2669         Include <stdlib.h> unconditionally.  Sort include file names.
2670         (strtod): Remove.
2671         (xstrtod): Define with a prototype.
2672         * xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
2673         (strtol, strtoul): Remove decls.
2674
2675 2003-09-11  Paul Eggert  <eggert@twinsun.com>
2676
2677         * strndup.c: Don't include <stdio.h>, <sys/types.h>.
2678         Include <stdlib.h>, <string.h> unconditionally.
2679         Remove now-unnecessary cast to char *.
2680         * strnlen.c: Include <string.h> unconditionally.
2681         * yesno.c (yesno): Define with a prototype.
2682
2683 2003-09-10  Bruno Haible  <bruno@clisp.org>
2684
2685         * strcspn.c: Include <string.h> unconditionally.
2686         * strpbrk.c: Include <string.h> unconditionally.
2687         * strstr.c: Include <string.h> unconditionally.
2688         * unicodeio.c: Include <string.h> unconditionally.
2689         * setenv.c: Include <stdlib.h> and <string.h> unconditionally.
2690         * unsetenv.c: Likewise.
2691         * xreadlink.c: Include <stdlib.h> unconditionally.
2692         * yesno.c: Include <stdlib.h> unconditionally.
2693         (rpmatch): Add prototype.
2694
2695 2003-09-10  Jim Meyering  <jim@meyering.net>
2696
2697         * error.c: Correct indentation of cpp directives.
2698
2699 2003-09-09  Paul Eggert  <eggert@twinsun.com>
2700
2701         More K&R removal.
2702
2703         * acosl.c (main): Use a prototype.
2704         * asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
2705         tanl.c: Likewise.
2706
2707         * getloadavg.c (getloadavg, main): Define via prototypes.
2708
2709         * getopt.h (struct option.name): Assume C89, and use 'const'.
2710         (getopt, etopt_long, getopt_long_only, _getopt_internal)
2711         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
2712         with a prototype.
2713         * getopt.c (const): Remove macro.
2714         Include <string.h> unconditionally.
2715         (my_index): Remove; all uses changed to strchr.
2716         (strlen): Remove decl.
2717         (exchange): Remove forward decl; no longer needed.
2718         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
2719         Define with prototype.
2720         * getopt1.c (const): Remove macro.
2721         (getopt_long, getopt_long_only, main): Define with prototype.
2722
2723         * getugroups.c: Include <string.h> unconditionally.
2724
2725         * getusershell.c: Include <stdlib.h> unconditionally.
2726         (getusershell, setusershell, endusershell, readname, main):
2727         Define with prototypes.
2728
2729         * group-member.c: Include group-member.h first.
2730         Include <stdlib.h> unconditionally.
2731
2732         * hard-locale.c: Include hard-locale.h first.
2733         Include <stdlib.h>, <string.h> unconditionally.
2734
2735         * hash.c (free, malloc): Remove decls.
2736         Include <stdlib.h> unconditionally.
2737
2738         * human.c: Include <stdlib.h>, <string.h> unconditionally.
2739         (getenv): Do not declare.
2740
2741         * idcache.c: Include <string.h> unconditionally.
2742
2743         * long-options.c: Include long-options.h first, to test interface.
2744         Include <stdlib.h> unconditionally.
2745
2746         * makepath.c: Include makepath.h first, to test interface.
2747         Include <stdlib.h> and <string.h> unconditionally.
2748
2749         * linebuffer.c: Include <stdlib.h>.
2750         (free): Remove decl.
2751
2752         * malloc.c: Include <stdlib.h>, for malloc; don't bother with stddef.h.
2753         rpl_malloc returns void *, not char *.
2754         * realloc.c (rpl_realloc): Likewise.  Also, define with a prototype.
2755
2756         * md5.h: Include <limits.h> unconditionally.
2757         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
2758         (__P): Remove; all uses removed.
2759         * md5.c: Include "md5.h" first.
2760         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
2761         md5_buffer, md5_process_bytes, md5_process_block):
2762         Define with prototypes.
2763         * sha.h (__P): Remove all uses.  (It wasn't defined??)
2764         * sha.c: Include "sha.h" first.
2765         Include <stdlib.h>, <string.h> unconditionally.
2766
2767         * memchr.c (__ptr_t): Remove; all uses changed to void *.
2768         * memcmp.c (__ptr_t): Likewise.
2769         * memrchr.c (__ptr_t): Likewise.
2770         * memchr.c, memcmp.c, memcoll.c, memrchr.c:
2771         Include <string.h> unconditionally.
2772         * memchr.c, memrchr.c: Include <limits.h> unconditionally.
2773         * memchr.c: Include <stdlib.h> unconditionally.
2774         * memchr.c (LONG_MAX): Remove.
2775         * memrchr.c (LONG_MAX): Likewise.
2776         * memchr.c (__memchr): Define via a prototype.
2777         * memrchr.c (__memrchr): Likewise.
2778         * memcmp.c (__P): Remove, and remove all uses.
2779         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
2780         Remove forward decls; no longer needed.
2781         * memcpy.c, memmove.c, memset.c: Include <stddef.h>.
2782         Use types required by C89 in prototype.
2783
2784         * mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
2785         * savedir.c: Likewise.
2786         * mkdir.c (free): Remove decl.
2787         * rmdir.c (rmdir): Define with a prototype.
2788         * savedir.c: Include savedir.h first, to test interface.
2789
2790         * mktime.c (STDC_HEADERS): Remove.
2791         Include <stdlib.h>, <string.h> unconditionally.
2792
2793         * modechange.c: Include <stdlib.h> unconditionally.
2794         (malloc): Remove decl.
2795
2796         * mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
2797         (free): Remove decl.
2798
2799         * obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
2800         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
2801         (This type really should be intptr_t, but that's a C99ism.)
2802         (_obstack_memcpy): Remove: all uses changed to memcpy.
2803         Include <string.h> unconditionally.
2804         (struct obstack): Assume __STDC__ for types of members
2805         chunkfun, freefun, extra_arg.
2806         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
2807         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
2808         obstack_begin, obstack_specify_allocation,
2809         obstack_specify_allocation_with_arg, obstack_chunkfun,
2810         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
2811         Remove unprototyped decls and the macros that use them.
2812         * obstack.c (POINTER): Remove.  All uses changed to void *.
2813         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
2814         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
2815         (defined __STDC__ && __STDC__)]:
2816         Remove nonprototyped code.
2817         Include <stdlib.h> unconditionally.
2818         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
2819         _obstack_allocated_p, _obstack_free, obstack_free,
2820         _obstack_memory_used, print_and_abort):
2821         Define using prototypes.
2822         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
2823         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
2824         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
2825         obstack_next_free, obstack_object_size, obstack_room) [0]:
2826         Remove unused, unprototyped code.
2827
2828         * path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
2829
2830         * physmem.c (physmem_total, physmem_available, main): Define
2831         with prototypes.
2832
2833         * posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
2834         (main): Define with a prototype.
2835
2836         * posixver.c (getenv): Remove decl.
2837
2838         * putenv.c (malloc): Returns void *, not char *.
2839         Include <string.h> unconditionally.
2840         (strchr, memcpy, NULL): Do not define.
2841
2842         * readtokens.c: Include readtokens.h first, to test interface.
2843         Include <stdlib.h>, <string.h> unconditionally.
2844         (init_tokenbuffer): Define with a prototype.
2845
2846         * regex.c (PARAMS): Remove.  All uses removed.
2847         All uses of _RE_ARGS removed, too.
2848         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
2849         unconditionally.
2850         (bzero): Assume memset exists.
2851         (memcmp, memcpy, NULL): Remove.
2852         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
2853         char, or assignments to local vars of type signed char.
2854         (init_syntax_once, PREFIX(extract_number_and_incr),
2855         PREFIX(print_partial_compiled_pattern),
2856         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
2857         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
2858         PREFIX(regex_grow_registers), PREFIX(regex_compile),
2859         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
2860         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
2861         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
2862         wcs_compile_range, byte_compile_range, truncate_wchar,
2863         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
2864         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
2865         count_mbs_length, wcs_re_match_2_internal,
2866         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
2867         PREFIX(alt_match_null_string_p),
2868         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
2869         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
2870         regfree, PREFIX(extract_number)): Define with prototype.  Remove
2871         now-unnecessary declaration, if any.
2872         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
2873         regcomp, regexec):
2874         Remove now-unnecessary casts among pointer types.
2875         * regex.h (_RE_ARGS): Remove.  All uses removed.
2876
2877         * rename.c: Include <stdlib.h>, <string.h> unconditionally.
2878         (free): Remove decl.
2879
2880         * rpmatch.c: Include <stdlib.h> unconditionally.
2881
2882         * same.c: Include <stdlib.h>, <string.h> unconditionally.
2883         (free): Remove decl.
2884
2885         * save-cwd.c: Include <stdlib.h> unconditionally.
2886         * xgetcwd.c: Likewise.
2887
2888         * stat.c: Include <stdlib.h>, <string.h> unconditionally.
2889         (free): Remove decl.
2890
2891         * strchrnul.c (strchrnul): Define with a prototype.
2892         Fix bug: c_in was not converted to char before searching.
2893
2894         The following changes are not K&R related:
2895
2896         * group-member.h: Include <sys/types.h>, so that this file is
2897         self-contained.
2898         * makepath.h: Likewise.
2899
2900         * getusershell.c (readname, default_index, line_size, readname):
2901         Use size_t, not int, for sizes.
2902         (readname): If the size overflows, report an error instead of
2903         looping forever.
2904
2905 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
2906
2907         * getndelim2.c: Assume stdlib.h per the C89 spec.
2908
2909 2003-09-08  Paul Eggert  <eggert@twinsun.com>
2910
2911         Assume C89 or better; remove K&R cruft.
2912         A few of these changes were first proposed by Derek Robert Price
2913         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
2914
2915         * addext.c: Include <string.h> unconditionally.
2916         * backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
2917         Don't declare getenv or malloc.
2918
2919         * alloca.c: Include <string.h>, <stdlib.h> unconditionally.
2920         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
2921         (NULL): Remove.
2922         (find_stack_direction, alloca): Use prototypes.
2923
2924         * atexit.c (atexit): Define using a prototype.
2925
2926         * basename.c, dirname.c, stripslash.c:
2927         Include <string.h> unconditionally.
2928
2929         * bcopy.c: Include <stddef.h>.
2930         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
2931
2932         * canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
2933
2934         * error.h (error, error_at_line, error_print_progname)
2935         [! (defined (__STDC__) && __STDC__)]: Remove decls.
2936         * error.c: Include error.h first, to check interface.
2937         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
2938         (VA_START): Remove; all uses changeed to va_start.
2939         (exit, strerror): Remove decls.
2940         (error_print_progname): Prototype uncondionally.
2941         Don't include <errno.h>; no longer needed.
2942         (private_strerror): Remove.
2943         (error_tail): Always define.
2944         (error, error_at_line): Assume C89 or better; always use prototypes.
2945         * fatal.c: Include "fatal.h" first, to test interface.
2946         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
2947         (VA_START): Remove; all uses changed to va_start.
2948         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
2949         this case.
2950         (exit): Remove decl.
2951         (fatal): Prototype unconditionally.  Assume va_start works.
2952         Abort at end, to pacify gcc.
2953
2954         * euidaccess.c (main): Define with a prototype.
2955
2956         * exclude.c: Include <stdlib.h>, <string.h> unconditionally.
2957
2958         * exitfail.c: Include <stdlib.h> unconditionally.
2959
2960         * fnmatch_.h (__P): Remove.  All uses changed to assume
2961         prototypes.
2962         * fnmatch.c: Include fnmatch.h first, to test interface.
2963         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
2964         (getenv): Remove decl.
2965         (fnmatch): Define using a prototype.
2966         * fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
2967         (FCT): Define using a prototype.
2968
2969         * getdate.y: Include <stdlib.h>, <string.h> unconditionally.
2970
2971         * gethostname.c: Include <stddef.h>.
2972         (gethostname): Define with prototype.  Length is size_t, not int.
2973
2974 2003-09-08  Paul Eggert  <eggert@twinsun.com>
2975
2976         * getversion.c: Remove; was migrated to backupfile.c in 1997.
2977         getversion.c should have been removed then, but was accidentally
2978         preserved.
2979
2980         * utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
2981         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
2982
2983 2003-09-07  Paul Eggert  <eggert@twinsun.com>
2984
2985         * time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
2986         copy_tm_result.  Bug reported by Simon Josefsson in
2987         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
2988
2989 2003-09-06  Paul Eggert  <eggert@twinsun.com>
2990
2991         * time_r.c, time_r.h: New files.
2992
2993         * mktime.c (my_mktime_localtime_r): Remove; all uses changed to
2994         __localtime_r.
2995         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
2996         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
2997
2998         * strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
2999         __gmtime_r.
3000         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
3001         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
3002         Include <time_r.h>.
3003
3004         * timegm.c: Switch to glibc implementation, with the following changes:
3005         [defined HAVE_CONFIG_H]: Include <config.h>.
3006         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
3007         (__mktime_internal) [!defined _LIBC]: New decl.
3008         (__gmtime_r) [!defined _LIBC]: New macro and function.
3009         (timegm): Use a prototype, since gnulib assumes C89.
3010         Do not bother declaring tmp to be const, as it's not really usefu.
3011         * timegm.h: Hoist "#include <time.h>" out of #ifdef.
3012         (timegm): Declare only if HAVE_DECL_TIMEGM.
3013
3014 2003-09-03  Paul Eggert  <eggert@twinsun.com>
3015
3016         * human.c (human_readable): Fix bug that rounded 10501 to 10k.
3017         Bug reported by Lute Kamstra in
3018         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
3019
3020         * getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
3021         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
3022         course with correspondingly smaller numbers for tomorrow and
3023         yesterday.  From Tadayoshi Funaba.  Originally installed into
3024         sh-utils on 1999-08-07, but the patch got lost (I guess during the
3025         coreutils merge?).
3026
3027 2003-08-31  Simon Josefsson  <jas@extundo.com>
3028
3029         * timegm.h: New file.
3030         * timegm.c: New file.  Based on wget-1.8.2/src/http.c:mktime_from_utc.
3031
3032 2003-08-31  Karl Berry  <karl@gnu.org>
3033
3034         * argp.h: update from libc.
3035
3036 2003-08-28  Bruno Haible  <bruno@clisp.org>
3037
3038         * binary-io.h: Undefine O_BINARY before defining it. This avoids a
3039         warning on QNX, which defines O_BINARY to 000000.
3040
3041 2003-08-24  Bruno Haible  <bruno@clisp.org>
3042
3043         * binary-io.h: Include <stdio.h>, to avoid a compilation error when
3044         MSVC7 <stdio.h> is included later.
3045
3046 2003-08-20  Bruno Haible  <bruno@clisp.org>
3047
3048         * progname.h: New file, from GNU gettext.
3049         * progname.c: New file, from GNU gettext.
3050         * progreloc.c: New file, from GNU gettext.
3051
3052 2003-08-19  Bruno Haible  <bruno@clisp.org>
3053
3054         * xstrdup.c: Assume <string.h> exists.
3055
3056 2003-08-18  Jim Meyering  <jim@meyering.net>
3057
3058         * setenv.h: Indent nested cpp directive.
3059         * vasnprintf.c: Remove trailing blanks.
3060
3061 2003-08-17  Simon Josefsson  <jas@extundo.com>
3062             Bruno Haible  <bruno@clisp.org>
3063
3064         * xstrndup.h: New file.
3065         * xstrndup.c: New file.
3066
3067 2003-08-17  Bruno Haible  <bruno@clisp.org>
3068
3069         * strndup.h: New file.
3070
3071 2003-08-16  Paul Eggert  <eggert@twinsun.com>
3072
3073         * regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
3074         space, undoing this 2003-08-12 change:
3075         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
3076
3077 2003-08-16  Jim Meyering  <jim@meyering.net>
3078
3079         Merge from coreutils.
3080         * xstrtoimax.c: #else #if -> #elif.
3081         * xstrtoumax.c: Likewise.
3082
3083 2003-08-15  Paul Eggert  <eggert@twinsun.com>
3084
3085         * config.charset, ref-add.sin, ref-del.sin: Use three spaces,
3086         rather than tab, after '#' in shell-script copyright notices.
3087         Suggested by Bruno Haible.
3088
3089 2003-08-15  Jim Meyering  <jim@meyering.net>
3090         and Paul Eggert  <eggert@twinsun.com>
3091
3092         Merge from coreutils.
3093         * readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
3094         member but strut utmpx does not.  Needed for AIX 4.3.3.
3095         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
3096
3097 2003-08-15  Jim Meyering  <jim@meyering.net>
3098
3099         Merge from coreutils.
3100         * xgethostname.c: Include <stdlib.h>.
3101         (xghostname): Don't exit for anything other than memory-related
3102         failure; just return NULL.
3103         * userspec.c: Include "posixver.h".
3104         (parse_user_spec): Accept `.' as a separator only
3105         in pre-POSIX-200112 mode.
3106         * strtoimax.c: Use #elif rather than #else #if.
3107         * strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
3108         Remove function, now that we can rely on a working tzset function.
3109         [!_LIBC]: Ensure that the required autoconf test has been run.
3110         [!defined _NL_CURRENT && HAVE_STRFTIME]:
3111         Use underlying_strftime for %r.
3112         * sha.c: Merge in some clean-up and optimization changes from glibc.
3113         * sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
3114         Ensure that it is a multiple of 64.
3115         Rearrange loop exit tests so as to avoid performing an
3116         additional fread after encountering an error or EOF.
3117         * realloc.c: Update copyright date.
3118
3119 2003-08-14  Jim Meyering  <jim@meyering.net>
3120
3121         Merge from coreutils.
3122         * obstack.h: Whitespace changes.
3123         * mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
3124         and xcalloc return values.
3125         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
3126         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
3127         hang on OSF/1 5.1 for DIR on both local and remote file systems.
3128         Reported by (and fix confirmed by) Nelson H. F. Beebe.
3129         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
3130         error from mntctl.
3131         Use mntctl's return value to drive the entry-processing loop, since
3132         we can't rely on the value of the vmt_length member in the last
3133         entry.  On some systems doing so could result in exhausting
3134         virtual memory.  Based in part on a patch from Mike Jetzer.
3135
3136 2003-08-14  Jim Meyering  <jim@meyering.net>
3137         and Paul Eggert  <eggert@twinsun.com>
3138
3139         Merges from coreutils, plus other fixes.
3140         * physmem.c: Merge in portability changes from gcc/libiberty
3141         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
3142         for credits and details.  Thanks to Kaveh Ghazi for helping
3143         to keep these files in sync.
3144         (ARRAY_SIZE): Define it.
3145         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
3146         * memcasecmp.c: Remove unnecessary parentheses after 'defined'.
3147         (memcasecmp): Don't assume size_t fits in unsigned int.
3148         Remove casts and duplicate code.
3149         * md5.c: Include <string.h> and <stdlib.h> unconditionally.
3150         (memcpy): Remove definition.
3151         Merge in some clean-up and optimization changes from glibc.
3152         [BLOCKSIZE]: Move definition to top of file.
3153         Ensure that it is a multiple of 64.
3154         Rearrange loop exit tests so as to avoid performing an
3155         additional fread after encountering an error or EOF.
3156         * md5.h (md5_uintptr): Define.
3157         * makepath.c (CLEANUP_CWD): Report an error if we failed to
3158         return to the initial working directory.  Preserve errno
3159         for caller.
3160         * idcache.c: Include "xalloc.h".
3161         (xmalloc, xrealloc): Remove decls.
3162         (getuser): Remove casts no longer required in C89.
3163         * human.c: Include stdio.h, for sprintf.
3164         * group-member.c: Include "xalloc.h".
3165         (xmalloc, xrealloc): Remove decls.
3166         (get_group_info): Remove casts no longer required in C89.
3167         * getusershell.c (readname): Remove casts no longer required in C89.
3168         * gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
3169         * getline.c: Whitespace fix, from coreutils.
3170
3171 2003-08-13  Paul Eggert  <eggert@twinsun.com>
3172
3173         * exclude.c: Include <ctype.h>
3174         (IN_CTYPE_DOMAIN): New macro.
3175         (is_space): New fn.
3176         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
3177         and empty lines.
3178
3179         * argp-help.c, argp-parse.c, config.charset, getopt.h:
3180         Undo previous (whitespace-only) change.
3181
3182 2003-08-12  Paul Eggert  <eggert@twinsun.com>
3183
3184         * argp-help.c, argp-parse.c, config.charset, getopt.h:
3185         Normalize leading white space and remove trailing white space.
3186         * ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
3187         notice, as per ../config/srclist-update.
3188
3189         Merge from coreutils.
3190         * euidaccess.h: New file.
3191         * euidaccess.c: Include it.
3192         * .cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
3193         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
3194         * regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
3195
3196 2003-08-11  Bruno Haible  <bruno@clisp.org>
3197
3198         * vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
3199         (vasnprintf): Use it instead of wcslen.
3200
3201 2003-08-11  Bruno Haible  <bruno@clisp.org>
3202
3203         * stdbool_.h (_Bool): Undo last change; instead use a negative enum
3204         value to ensure that _Bool promotes to int. Use #define for _Bool when
3205         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
3206
3207 2003-08-10  Karl Berry  <karl@gnu.org>
3208
3209         * regex.h: update from libc (whitespace fix).
3210
3211 2003-08-09  Paul Eggert  <eggert@twinsun.com>
3212
3213         Merge some files from coreutils.  These changes were
3214         originally made by Jim Meyering.
3215         * acl.c: Include <sys/types.h> before <sys/stat.h>;
3216         many older Unixes require this.
3217         * alloca.c (alloca): Remove cast to argument of free;
3218         no longer needed in C89.
3219         * alloca_.h, regex.h: Fix white space to match
3220         what GNU indent does.
3221
3222 2003-08-05  Paul Eggert  <eggert@twinsun.com>
3223
3224         * bumpalloc.h: Remove.
3225
3226 2003-08-04  Paul Eggert  <eggert@twinsun.com>
3227
3228         * getloadavg.c: Change copyright notice and spacing to conform to
3229         GNU coding style.
3230
3231         Merge from coreutils.
3232         * error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is 1.
3233         From glibc.
3234         * getdate.y (date): Also accept dates like May-23-2003; suggestion
3235         from Karl Berry, implemented by Jim Meyering.
3236         * getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
3237         from Dmitry V. Levin.
3238         Remove anachronistic cast of xrealloc.
3239         * fnmatch_.h (__const): Remove.  Use 'const'.
3240         * fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
3241         type. Otherwise, it wouldn't compile with at least /bin/cc on
3242         ymp-cray-unicos9.0.2.X.
3243         Combine two mostly-identical uses of alloca into one.
3244         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
3245
3246 2003-08-04  Dave Love <d.love@dl.ac.uk>
3247
3248         [From Emacs.]
3249
3250         * getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
3251         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
3252         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
3253         obsolete NLIST_NAME_UNION.
3254         [__GNU__]: Undef BSD and FSCALE.
3255         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
3256
3257 2003-08-03  Paul Eggert  <eggert@twinsun.com>
3258
3259         * stdbool_.h (_Bool): Make it signed char, instead of
3260         an enum type, so that it's guaranteed to promote to int.  See:
3261         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
3262
3263 2003-07-31  Paul Eggert  <eggert@twinsun.com>
3264
3265         * strerror.c: Include config.h, limits.h.  Declare sprintf.
3266         (strerror): Don't assume that a printable int fits in 14 bytes.
3267
3268 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
3269             Bruno Haible  <bruno@clisp.org>
3270
3271         * getline.h (getline, getdelim): Change return type to ssize_t.
3272         * getline.c (getline, getdelim): Likewise.
3273         Remove _GNU_SOURCE define; now it's defined in config.h through
3274         m4/getline.m4.
3275
3276 2003-07-22  Paul Eggert  <eggert@twinsun.com>
3277
3278         * xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
3279         over-parenthesization in macros.
3280
3281         Sync with coreutils.
3282
3283         * xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
3284         required by C99.
3285
3286         Use `exit_failure' for xalloc and xmemcoll instead of their own
3287         private exit-failure variables.
3288         * xalloc.h (xalloc_exit_failure): Remove.
3289         * xmalloc.c: Likewise.  Include exitfail.h.
3290         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
3291         * xmemcoll.h (xmemcoll_exit_failure): Remove.
3292         * xmemcoll.c: Likewise.  Include exitfail.h.
3293         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
3294
3295 2003-07-18  Paul Eggert  <eggert@twinsun.com>
3296
3297         * closeout.h (close_stdout_set_status, close_stdout_status): Remove.
3298         * closeout.c: Likewise.  Include "closeout.h" right after config.h,
3299         to test that it can stand by itself.  Include "exitfail.h".
3300         Clients should set exit_failure instead.
3301         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
3302
3303 2003-07-18  Andreas Schwab  <schwab@suse.de>
3304
3305         * memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
3306
3307 2003-07-18  Bruno Haible  <bruno@clisp.org>
3308
3309         * getndelim2.h: New file.
3310         * getndelim2.c: Make into a module of its own. Include config.h,
3311         getndelim2.h.
3312         (getndelim2): Make non-static. Change return type to ssize_t.
3313         * getline.h: Change argument names.
3314         * getline.c: Include getndelim2.h instead of getndelim2.c.
3315         * getnline.c: Include getndelim2.h.
3316
3317 2003-07-17  Bruno Haible  <bruno@clisp.org>
3318
3319         * Makefile.am: Remove file.
3320         * Makefile.in: Remove file.
3321
3322 2003-07-17  Bruno Haible  <bruno@clisp.org>
3323
3324         * getnline.h: New file.
3325         * getnline.c: New file.
3326         * getndelim2.c: New file, extracted from getline.c.
3327         (getndelim2): Renamed from getdelim2, with added nmax argument.
3328         * getline.c: Include getndelim2.c.
3329         (getdelim2): Moved out to getndelim2.c.
3330         (getline, getdelim): Update.
3331
3332 2003-07-15    <karl@gnu.org>
3333
3334         * vasnprintf.c: update from gettext.
3335
3336 2003-07-15  Jim Meyering  <jim@meyering.net>
3337
3338         * makepath.c (make_path): Enclose diagnostic in _(...).
3339
3340 2003-07-14  Paul Eggert  <eggert@twinsun.com>
3341
3342         * asnprintf.c, asprintf.c, config.charset, gettext.h,
3343         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
3344         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
3345         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
3346         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
3347         updated automatically by ../config/srclist-update.  This changes
3348         their license from LPGL to GPL.
3349
3350 2003-07-14  Jim Meyering  <jim@meyering.net>
3351
3352         Don't emit diagnostics.  Let callers do that.
3353         * save-cwd.c: Don't include "error.h".
3354         (save_cwd): Don't call error.  Ensure that errno is valid
3355         when returning nonzero.
3356
3357         * save-cwd.h (restore_cwd): Update prototype.
3358         * save-cwd.c (restore_cwd): Remove two parameters.
3359         Simplify.  Don't call error upon failure.  Let callers do that.
3360         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
3361         when auditing is enabled.  But don't bother updating the #if.
3362
3363 2003-07-14  Simon Josefsson  <jas@extundo.com>
3364
3365         * mempcpy.h: New file.
3366         * mempcpy.c: New file.
3367
3368 2003-07-14  Paul Eggert  <eggert@twinsun.com>
3369
3370         * ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
3371         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
3372         unicodeio.c, unicodeio.h, unlocked-io.h:
3373         Switch from LGPL to GPL.
3374
3375 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
3376
3377         * obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
3378         it breaks C++ compilation.
3379         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
3380
3381 2003-07-10  Jim Meyering  <jim@meyering.net>
3382
3383         * vasnprintf.c: Remove trailing blanks.
3384         Make cpp indentation consistent.
3385
3386 2003-07-09  Paul Eggert  <eggert@twinsun.com>
3387
3388         * alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
3389         posixver.c, strftime.c, strnlen.c, strverscmp.c:
3390         Switch from LGPL to GPL.
3391
3392 2003-07-07  Paul Eggert  <eggert@twinsun.com>
3393
3394         * mktime.c: Fix some boundary cases and remove need for floating point.
3395
3396         Issue a compile-time diagnostic if time_t is floating point, or if
3397         two's complement arithmetic is not in effect, or if arithmetic
3398         right shift does not propagate the sign.  These assumptions were
3399         all in the original code but they weren't checked.
3400
3401         (TIME_T_MIDPOINT, verify): New macros.
3402         (__isleap): Remove; it has integer overflow problems.
3403         (leapyear): New function, without those problems.
3404         (ydhms_tm_diff): Remove; splitting into two parts.
3405         (ydhms_diff): New function, containing the arithmetic part of
3406         the old ydhms_tm_diff function.  Issue a compile-time
3407         diagnostic if we are not using C99 integer division.
3408         Avoid casts when possible.
3409         (guess_time_tm): New function, containing the checking part of
3410         the old ydhms_tm_diff function.  Return the new value, rather than
3411         the difference between it and the old.  Accept a new argument T
3412         so that *T specifies the old value.  Check for overflow in the result.
3413
3414         (__mktime_internal): Use a time_t offset, not a long int offset.
3415         This undoes the 2003-06-04 change, which is no longer needed now
3416         that we have better overflow checking.
3417         (localtime_offset): Likewise.
3418
3419         (__mktime_internal): Avoid harmful overflow on hosts where time_t
3420         and long are 64-bit but int is only 32-bit.
3421         (ydhms_diff): Use long int to store year1 and yday1.
3422         Issue a compile-time diagnostic if long int is not wide enough.
3423
3424         (__mktime_internal): Use long int to store adjusted year and yday.
3425         Use plain C rather than preprocessor commands, if that doesn't
3426         affect efficiency.
3427         Check for overflow (and try to repair) after each probe
3428         rather than checking only at the very end.  This avoids some bugs
3429         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
3430         does not equal GMT offset at maximum time).
3431         Use integer to check for overflow rather than floating point; this
3432         is more portable to non-IEEE hosts, and is a tad faster.
3433         When we detect that we are oscillating between two values,
3434         don't check whether tm_isdst has the requested value, since
3435         we already know the answer.  When tm_isdst has the wrong value,
3436         use a different heuristic to find the right one, based on the
3437         extreme values actually observed in practice in tz2003a,
3438         rather than the (overly optimistic) "previous 3 calendar quarters".
3439
3440         (not_equal_tm, print_tm, check_result): Use "const T" rather than
3441         "T const" to accommodate glibc style.
3442         (check_result): Use less-confusing report format.  "long" -> "long int.
3443         (main): Likewise.
3444         Don't loop if the iteration overflows time_t.
3445         Allow a negative step in the iteration.
3446
3447 2003-07-01  Paul Eggert  <eggert@twinsun.com>
3448
3449         * xreadlink.c: Include <sys/types.h> unconditionally, instead of
3450         having it depend on HAVE_SYS_TYPES_H.
3451
3452 2003-06-25  Bruno Haible  <bruno@clisp.org>
3453
3454         * readlink.c: New file.
3455
3456 2003-06-20  Bruno Haible  <bruno@clisp.org>
3457
3458         Assume C89, so PARAMS isn't needed.
3459         * unicodeio.h (PARAMS): Remove.
3460         * unicodeio.c: Don't use PARAMS.
3461
3462 2003-06-18  Jim Meyering  <jim@meyering.net>
3463
3464         Merge changes from coreutils.
3465         * readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
3466         Remove explicit declarations of xmalloc and realloc.
3467         Include xalloc.h.
3468         (read_utmp): Remove anachronistic cast of xmalloc.
3469
3470 2003-06-17  Paul Eggert  <eggert@twinsun.com>
3471
3472         Assume C89, so PARAMS isn't needed.
3473         * backupfile.h (PARAMS): Remove.  All uses removed.
3474         * closeout.h, dirname.h, filemode.h, fsusage.h, getdate.h, getline.h,
3475         group-member.h, hard-locale.h, hash.h, linebuffer.h, long-options.h,
3476         makepath.h, memcasecmp.h, memcoll.h, modechange.h, mountlist.h,
3477         path-concat.h, physmem.h, posixtm.h, quote.h, readutmp.h, same.h,
3478         save-cwd.h, savedir.h, stdio-safer.h, strtoimax.c, strverscmp.h,
3479         unistd-safer.h, version-etc.h, xalloc.h, xreadlink.h, xstrtod.h,
3480         xstrtol.h: Likewise.
3481         * filemode.h, hard-locale.h, memcoll.h, modechange.h, physmem.h,
3482         same.h, strverscmp.h: Do not include config.h; no longer needed.
3483         Anyway, config.h should always be included before any other file.
3484
3485 2003-06-11  Simon Josefsson  <jas@extundo.com>
3486
3487         * sysexit_.h: New file.
3488
3489 2003-05-20  Derek Price  <derek@ximbiot.com>
3490
3491         * stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is necessary.
3492
3493 2003-06-10  Simon Josefsson  <jas@extundo.com>
3494
3495         * strchrnul.h: New file.
3496         * strchrnul.c: New file.
3497
3498 2003-06-10  Simon Josefsson <jas@extundo.com>
3499
3500         * argp.h: New file, from glibc.
3501         * argp-ba.c: New file, from glibc.
3502         * argp-eexst.c: New file, from glibc.
3503         * argp-fmtstream.c: New file, from glibc.
3504         * argp-fmtstream.h: New file, from glibc.
3505         * argp-fs-xinl.c: New file, from glibc.
3506         * argp-help.c: New file, from glibc.
3507         * argp-namefrob.h: New file, from glibc.
3508         * argp-parse.c: New file, from glibc.
3509         * argp-pv.c: New file, from glibc.
3510         * argp-pvh.c: New file, from glibc.
3511         * argp-xinl.c: New file, from glibc.
3512
3513 2003-06-07  Jim Meyering  <jim@meyering.net>
3514
3515         * readtokens.h: Put `Free Software Foundation, Inc.'
3516         in place of my name in the copyright comment.
3517         Remove definition and uses of __P.
3518
3519         From coreutils.
3520         * stat.c: Don't declare xmalloc explicitly.
3521         Instead, include "xalloc.h".
3522         * readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
3523         xrealloc, and xcalloc return values.
3524         * xgetcwd.c (xgetcwd): Include "xgetcwd.h".
3525         Improve comment.
3526         * xgetcwd.h: Remove definition/uses of PARAMS.
3527
3528 2003-06-06  Jim Meyering  <jim@meyering.net>
3529
3530         * stdbool_.h: Renamed from stdbool.h.in.
3531
3532 2003-06-06  Jim Meyering  <jim@meyering.net>
3533
3534         Merge from coreutils.
3535         * same.c: (same_name): Declare *_basename locals to be `const'.
3536         Consolidate declarations and initializations of *_base* locals.
3537
3538         Merge from coreutils.
3539         This avoids a core dump on systems without GNU putenv,
3540         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
3541         * putenv.c (__set_errno, LOCK, UNLOCK): Define.
3542         (unsetenv): New static function, from GNU libc.
3543         (rpl_putenv): Use it.
3544
3545         * modechange.c: Remove trailing blanks.
3546
3547         Merge from coreutils.
3548         * fsusage.c: Remove declaration of statfs.
3549         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
3550
3551         * posixtm.c: Include <stdbool.h> unconditionally.
3552
3553 2003-06-05  Paul Eggert  <eggert@twinsun.com>
3554
3555         * mktime.c (__mktime_internal): When resolving a tm_isdst
3556         mismatch, look in future quarters as well as past.  This fixes a
3557         bug when processing fall-backwards gaps immediately after a long
3558         period of daylight-saving time.
3559
3560         * mktime.c: Assume freestanding C89 or better.
3561         (HAVE_LIMITS_H): Remove.  Assume it's 1.
3562         (__P): Remove; not used.
3563         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
3564         (mktime, not_equal_tm, print_tm, check_result,
3565         main): Use prototypes.  Use const * where appropriate.
3566         (main): Fix typo in testing code that uncovered by above changes.
3567         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
3568
3569 2003-06-04  Paul Eggert  <eggert@twinsun.com>
3570
3571         * mktime.c: Fix Debian bug 177940
3572         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
3573         (localtime_offset): Now long int, not time_t, because we want it
3574         to be guaranteed to be signed.  All uses changed.
3575         (__mktime_internal): If overflow would occur when adding offset,
3576         don't add it.
3577
3578         Merge 'human' changes from coreutils.  Rewrite to support
3579         locale-specific notations like thousands separators.
3580         * human.c: Simplify authorship notice.
3581         Include human.h immediately after config.h.
3582         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
3583         <limits.h>: Do not include, since human.h does.
3584         (SIZE_MAX, UINTMAX_MAX): New macros.
3585         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
3586         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
3587         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
3588         (power_letter): Renamed from suffixes.
3589         (generate_suffix_backwards): Remove.
3590         (adjust_value): Now takes int style (because of human.h changes)
3591         and long double value (for greater precision on some platforms).
3592         (group_number): New function.
3593         (human_readable): Use it.  Use integer options, not enum.
3594         Put the options before the sizes in the arg list.
3595         Support all the new options.
3596         The old human_readable function has been removed;
3597         use inttostr.h instead.
3598         (human_readable, default_block_size, humblock):
3599         Use uintmax_t, not int, for block sizes.
3600         (human_readable_inexact, block_size_types): Remove.
3601         (block_size_opts): New constant.
3602         (human_options): Renamed from human_block_size, with new signature
3603         that allows block sizes up to UINTMAX_MAX.  All callers changed.
3604         * human.h: Add copyright and authorship notice.
3605         Include <limits.h> and <stdbool.h> unconditionally.
3606         (PARAMS): Remove.  All uses removed.
3607         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
3608         (enum human_inexact_style): Remove tag; now a nameless enum.
3609         (human_floor, human_ceiling, human_round_to_even): Now have
3610         values 2, 0, 1 rather than -1, 1, 0.
3611         (human_group_digits, human_suppress_point_zero, human_autoscale,
3612         human_base_1024, human_SI, human_B): New constants.
3613         (human_readable_inexact, human_block_size): Remove.
3614         (human_readable): Size args are now uintmax_t, not int.
3615         (human_options): New decl.
3616
3617         * exclude.c: (new_exclude, add_exclude): Remove casts that are
3618         unnecessary now that we assume C89 or better.  This change
3619         imported from coreutils.
3620
3621         * mktime.c (__mktime_internal): Do not reject negative timestamps
3622         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
3623         in the 2003-05-30 sync from glibc.
3624
3625         .h files should stand alone, but we shouldn't include <sys/types.h>
3626         if we can get away with just <stddef.h>.
3627
3628         * __fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
3629         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
3630         rather than <sys/types.h>, as we merely need size_t.
3631         * dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
3632         to get size_t.
3633         * hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
3634         Include <stdio.h>, to get FILE.
3635         * memcasecmp.c: Don't include <sys/types.h>, as we can assume
3636         memcasecmp.h has included <stddef.h> and all we need is size_t.
3637         * memcoll.c: Include "memcoll.h", which gets us size_t and checks
3638         our interface, instead of including <sys/types.h>
3639
3640 2003-06-02  Paul Eggert  <eggert@twinsun.com>
3641
3642         [from coreutils]
3643         Fix some minor time-related bugs with POSIX time arguments.
3644         Some valid time stamps were being rejected (notably -1, and
3645         time stamps before 1900 on 64-bit hosts).  And some invalid
3646         time stamps were being accepted, e.g. September 31.
3647
3648         * posixtm.h (posixtime): Return bool instead of time_t, so
3649         that we can return (time_t) -1 successfully.
3650         * posixtm.c: Likewise.
3651         [HAVE_STDBOOL_H]: Include <stdbool.h>.
3652         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
3653         (t): Remove static var.
3654         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
3655         of static var.  All uses changed.
3656         (year): Do not reject years before 1900; they can occur with
3657         64-bit time_t.
3658         (posix_time_parse): Do not check for out-of-range components;
3659         that is now the caller's responsibility, since our checks were
3660         only approximations.
3661         (posixtime): Use mktime to check for out-of-range components,
3662         since it knows them exactly.
3663         If mktime returns (time_t) -1, check whether an error actually occurred
3664         by invoking localtime on -1.
3665         (main) [TEST_POSIXTIME]: Check for input data errors, and report
3666         posixtime failures better.
3667         Improve the test data (in comments only).
3668
3669 2003-05-30    <karl@gnu.org>
3670
3671         * mktime.c: update from libc.
3672
3673 2003-05-30  Bruno Haible  <bruno@clisp.org>
3674
3675         * config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
3676         * localcharset.h: Likewise.
3677         * localcharset.c: Likewise.
3678
3679 2003-05-28  Paul Eggert  <eggert@twinsun.com>
3680
3681         Assume the headers required for C89 freestanding compilers.
3682         * addext.c, backupfile.c, fsusage.c, human.c, pathmax.h,
3683         rpmatch.c, userspec.c, xreadlink.c, xstrtol.c: Include <limits.h>
3684         without checking for HAVE_LIMITS_H.
3685         * backupfile.c, fsusage.c, hash.c, human.c, safe-read.c, userspec.c,
3686         xstrtol.c (CHAR_BIT) : Don't define, since <limits.h> is guaranteed
3687         to do that.
3688         * fatal.c: Include <stdarg.h> without checking for __STDC__.
3689         * exclude.c: Include <stdbool.h> unconditionally.
3690         * tempname.c: Include <stddef.h> unconditionally.
3691         * hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
3692         * modechange.c, rpmatch.c (NULL): Don't define, since
3693         <stddef.h> does that.
3694         * quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
3695         * safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
3696         * safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer needed.
3697         * xstrtol.c: Likewise.
3698         * safe-read.c: Remove TYPE_SIGNED; no longer needed.
3699         * savedir.c: Include <stddef.h> instead of defining NULL.
3700
3701         * addext.c (addext): Use assignment rather than cast, to avoid
3702         warnings on some platforms.
3703
3704         * mktime.c (__mktime_internal): Do not reject negative timestamps
3705         arbitrarily.
3706
3707 2003-05-10  Bruno Haible  <bruno@clisp.org>
3708
3709         * linebreak.c (iconv_string_length): Don't return -1 just because the
3710         string is longer than 4 KB.
3711
3712 2003-05-12  Jim Meyering  <jim@meyering.net>
3713
3714         * strftime.c (my_strftime): Let the `-' (no-pad) flag affect
3715         the space-padded-by-default conversion specifiers, %e, %k, %l.
3716
3717 2003-05-03  Bruno Haible  <bruno@clisp.org>
3718
3719         Upgrade to Unicode-4.0.
3720         * linebreak.c (nonspacing_table_data): Change width of U+00AD,
3721         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
3722         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
3723         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
3724         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
3725         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
3726         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
3727         Change width of U+E0100..U+E01EF from 1 to 0.
3728
3729 2003-04-25  Bruno Haible  <bruno@clisp.org>
3730
3731         * copy-file.c: Include <stddef.h>, for size_t.
3732
3733 2003-04-25  Jim Meyering  <jim@meyering.net>
3734
3735         * copy-file.c (copy_file_preserving): Declare buf_size to be
3736         of type size_t, not int.
3737
3738 2003-04-11  Jim Meyering  <jim@meyering.net>
3739
3740         Merge changes from Coreutils.
3741
3742         2003-03-22  Jim Meyering  <jim@meyering.net>
3743
3744         * strftime.c (widen): Cast alloca return value to proper type.
3745
3746         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
3747
3748         From GNU libc.
3749         * strftime.c (my_strftime): Handle very large width
3750         specifications for numeric values correctly.  Improve checks for
3751         overflow.
3752
3753         2003-01-19  Jim Meyering  <jim@meyering.net>
3754
3755         * strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical definitions.
3756         (nl_get_alt_digit) [! defined my_strftime]: Define.
3757         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
3758         _nl_get_alt_digit and _nl_get_walt_digit.
3759
3760         * strftime.c (my_strftime): Merge in locale-related changes from libc.
3761         These changes have no effect outside of _LIBC.
3762
3763 2003-04-10  Bruno Haible  <bruno@clisp.org>
3764
3765         * findprog.h: New file, from GNU gettext.
3766         * findprog.c: New file, from GNU gettext.
3767
3768 2003-04-05  Jim Meyering  <jim@meyering.net>
3769
3770         Merge changes from Coreutils.
3771
3772         * exclude.h (PARAMS): Remove definition and uses.
3773         * exclude.c: Remove uses of `PARAMS'.
3774
3775         * dirname.c [TEST_DIRNAME]: Update build instructions for test.
3776         Add test-cases for DOS filenames. Declare program_name.
3777         (main): Set up program_name.  Patch by Rich Dawe.
3778
3779         * mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
3780         error from mntctl.
3781         Use mntctl's return value to drive the entry-processing loop, since
3782         we can't rely on the value of the vmt_length member in the last
3783         entry.  On some systems doing so could result in exhausting
3784         virtual memory.  Based in part on a patch from Mike Jetzer.
3785
3786 2003-04-04  Bruno Haible  <bruno@clisp.org>
3787
3788         * linebreak.h: New file, from GNU gettext.
3789         * linebreak.c: New file, from GNU gettext with slight modifications.
3790         * lbrkprop.h: New file, from GNU gettext.
3791
3792 2003-04-03  Bruno Haible  <bruno@clisp.org>
3793
3794         * utf8-ucs4.h: New file, from GNU gettext.
3795         * utf16-ucs4.h: New file, from GNU gettext.
3796         * ucs4-utf8.h: New file, from GNU gettext.
3797         * ucs4-utf16.h: New file, from GNU gettext.
3798
3799 2003-04-02  Bruno Haible  <bruno@clisp.org>
3800
3801         * binary-io.h: New file, from GNU gettext.
3802
3803 2003-04-01  Bruno Haible  <bruno@clisp.org>
3804
3805         * pathname.h: New file, from GNU gettext.
3806         * concatpath.c: New file, from GNU gettext.
3807
3808 2003-03-30  Bruno Haible  <bruno@clisp.org>
3809
3810         * copy-file.c (copy_file_preserving): Don't set owner if the function
3811         chown() doesn't exist.
3812
3813 2003-03-28  Bruno Haible  <bruno@clisp.org>
3814
3815         * copy-file.h: New file, from GNU gettext.
3816         * copy-file.c: New file, from GNU gettext.
3817
3818 2003-03-18  Jim Meyering  <jim@meyering.net>
3819
3820         * quote.c (quote_n): Fix typo in comment.
3821
3822 2003-03-14  Jim Meyering  <jim@meyering.net>
3823
3824         Merge changes from Coreutils.
3825         * obstack.h (obstack_object_size): Declare temporary, __o,
3826         to be const, in order to avoid warnings.
3827         (obstack_room): Likewise.
3828         (obstack_empty_p): Likewise.
3829
3830 2003-03-13  Paul Eggert  <eggert@twinsun.com>
3831
3832         Merge changes from Bison.
3833         * obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
3834         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
3835         when compiling Bison 1.875's `bitset bset = obstack_alloc
3836         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
3837         * hash.c: Include <stdbool.h> unconditionally.
3838
3839 2003-03-09  Paul Eggert  <eggert@twinsun.com>
3840
3841         * argmatch.c (EXIT_FAILURE): Define if the system doesn't.
3842         Reported by Bruce Becker; see:
3843         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
3844
3845 2003-03-03  Paul Eggert  <eggert@twinsun.com>
3846             Bruno Haible  <bruno@clisp.org>
3847
3848         * mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
3849         Reported by John Hughes, see
3850         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
3851
3852 2003-02-19  Paolo Bonzino  <bonzini@gnu.org>
3853
3854         * poll_.h: New file.
3855         * poll.c: New file.
3856
3857 2003-02-18  Paolo Bonzino  <bonzini@gnu.org>
3858
3859         * mathl.h: New file.
3860         * acosl.c: New file.
3861         * asinl.c: New file.
3862         * atanl.c: New file.
3863         * ceill.c: New file.
3864         * cosl.c: New file.
3865         * expl.c: New file.
3866         * floorl.c: New file.
3867         * frexpl.c: New file.
3868         * ldexpl.c: New file.
3869         * logl.c: New file.
3870         * sincosl.c: New file.
3871         * sinl.c: New file.
3872         * sqrtl.c: New file.
3873         * tanl.c: New file.
3874         * trigl.c: New file.
3875         * trigl.h: New file.
3876
3877 2003-02-17  Bruno Haible  <bruno@clisp.org>
3878
3879         * mkdtemp.h: New file, from GNU gettext.
3880         * mkdtemp.c: New file, from GNU gettext.
3881
3882 2003-01-31  Bruno Haible  <bruno@clisp.org>
3883
3884         * rename.c: #undef rename before defining rpl_rename.
3885         * strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
3886
3887 2003-01-30  Bruno Haible  <bruno@clisp.org>
3888
3889         * printf-args.h: New file, from GNU gettext.
3890         * printf-args.c: New file, from GNU gettext.
3891         * printf-parse.h: New file, from GNU gettext.
3892         * printf-parse.c: New file, from GNU gettext.
3893         * vasnprintf.h: New file, from GNU gettext.
3894         * vasnprintf.c: New file, from GNU gettext.
3895         * asnprintf.c: New file, from GNU gettext.
3896         * vasprintf.h: New file, from GNU gettext with modifications.
3897         * vasprintf.c: New file, from GNU gettext.
3898         * asprintf.c: New file, from GNU gettext.
3899
3900 2003-01-29  Bruno Haible  <bruno@clisp.org>
3901
3902         * stpncpy.h: New file, from GNU gettext with modifications.
3903         * stpncpy.c: New file, from GNU gettext with modifications.
3904
3905 2003-01-28  Bruno Haible  <bruno@clisp.org>
3906
3907         * c-ctype.h: New file, from GNU gettext, with changes suggested by
3908         Paul Eggert.
3909         * c-ctype.c: New file, from GNU gettext, with changes suggested by
3910         Paul Eggert.
3911
3912 2003-01-27  Bruno Haible  <bruno@clisp.org>
3913
3914         * xsetenv.h: New file, from GNU gettext.
3915         * xsetenv.c: New file, from GNU gettext.
3916
3917 2003-01-23  Bruno Haible  <bruno@clisp.org>
3918
3919         * minmax.h: New file, from GNU gettext, with comments from Paul Eggert.
3920
3921 2003-01-22  Bruno Haible  <bruno@clisp.org>
3922
3923         * exit.h: New file, from GNU gettext.
3924
3925 2003-01-11  Bruno Haible  <bruno@clisp.org>
3926
3927         * stpcpy.h (stpcpy): Use ANSI C function declarations.
3928         * strcase.h (strcasecmp, strncasecmp): Likewise.
3929
3930 2003-01-14  Jim Meyering  <jim@meyering.net>
3931
3932         * same.c (same_name): Tweak a comment.
3933
3934 2003-01-11  Bruno Haible  <bruno@clisp.org>
3935
3936         * same.c (same_name): Reorder tests so as to avoid calling stat()
3937         when a string comparison is sufficient.
3938
3939 2003-01-11  Bruno Haible  <bruno@clisp.org>
3940
3941         * readtokens.c (readtoken): Cast character to 'unsigned char', not
3942         'unsigned int'.
3943
3944 2003-01-11  Bruno Haible  <bruno@clisp.org>
3945
3946         * hash-pjw.c: Add comment about low quality of this function.
3947
3948 2003-01-12  Paul Eggert  <eggert@twinsun.com>
3949
3950         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
3951         to avoid collisions with libcurses and libreadline.
3952
3953         * Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
3954         * getstr.h, getstr.c: Remove.
3955         * getline.c: Include "getline.h", to check interface.
3956         Move body of old getstr.c here: this defines MIN_CHUNK and
3957         declares getdelim2, which is renamed from getstr.
3958         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
3959
3960         * linebuffer.c (readlinebuffer): Renamed from readline.
3961         All uses changed.
3962         * linebuffer.h: Likewise.
3963         (readline): Remove backward-compatibility macro.
3964
3965 2003-01-12  Jim Meyering  <jim@meyering.net>
3966
3967         * makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
3968
3969 2003-01-10  Bruno Haible  <bruno@clisp.org>
3970
3971         * alloca_.h: New file.
3972         * getdate.y: Unconditionally include alloca.h.
3973         * makepath.c: Likewise.
3974         * setenv.c: Likewise.
3975         * userspec.c: Likewise.
3976
3977 2003-01-09  Bruno Haible  <bruno@clisp.org>
3978
3979         * stdbool.h.in: New file.
3980
3981 2003-01-08  Bruno Haible  <bruno@clisp.org>
3982
3983         * safe-read.c: Include specification header first, to ensure its
3984         selfcontainedness.
3985         * full-write.c: Likewise.
3986
3987 2003-01-08  Jim Meyering  <jim@meyering.net>
3988
3989         * full-write.c: Undefine and define-away `const' after inclusion
3990         of errno.h, not before.  Suggestion from Bruno Haible.
3991
3992 2003-01-07  Jim Meyering  <jim@meyering.net>
3993
3994         * full-write.c: Rework so that it may serve to define full_read, too.
3995         * full-read.c: Simply #define FULL_READ and include full-write.c.
3996
3997 2003-01-06  Jim Meyering  <jim@meyering.net>
3998
3999         * version-etc.c: Update year in translatable copyright string.
4000
4001 2002-12-25  Bruno Haible  <bruno@clisp.org>
4002
4003         * strtoimax.c: Include <stdint.h> as an alternative to <inttypes.h>.
4004         * xstrtol.h: Likewise.
4005         * xstrtoimax.c: Likewise.
4006         * xstrtoumax.c: Likewise.
4007         * human.h: Likewise.
4008
4009         * tempname.c: Include <inttypes.h> too. Avoids a compilation error
4010         on systems that have <inttypes.h> but not <stdint.h>.
4011
4012 2002-12-31  Paul Eggert  <eggert@twinsun.com>
4013
4014         * memcoll.c (memcoll): Fall back on a simple algorithm using
4015         memcmp if strcoll doesn't work.
4016
4017 2002-12-23  Bruno Haible  <bruno@clisp.org>
4018
4019         * localcharset.h: New file.
4020         * localcharset.c: Include it.
4021         * unicodeio.c: Likewise.
4022
4023 2002-12-22  Bruno Haible  <bruno@clisp.org>
4024
4025         * utime.c (utime_null): No need to call ftruncate if the file was
4026         nonempty.
4027
4028 2002-12-23  Bruno Haible  <bruno@clisp.org>
4029
4030         * memcoll.c (STRCOLL): New macro.
4031         (memcoll): Use it.
4032
4033 2002-12-22  Bruno Haible  <bruno@clisp.org>
4034
4035         * getstr.h (getstr): Define, to avoid clash with libcurses.
4036         * linebuffer.h (readline): Define, to avoid clash with libreadline.
4037
4038 2002-12-22  Bruno Haible  <bruno@clisp.org>
4039
4040         * getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not HAVE_TM_ZONE.
4041
4042 2002-12-23  Bruno Haible  <bruno@clisp.org>
4043
4044         * getline.h: Include <stddef.h>, for size_t.
4045
4046         * unicodeio.h: Include <stddef.h>, for size_t.
4047         * unicodeio.c: Don't include <stddef.h>.
4048
4049 2002-12-17  Bruno Haible  <bruno@clisp.org>
4050
4051         * canon-host.c (strdup): Remove unused declaration.
4052
4053         * fsusage.c: Include full_read.h.
4054         (get_fs_usage): Use full_read instead of safe_read.
4055
4056         * utime.c (utime_null): Use SAFE_READ_ERROR.
4057
4058 2002-12-11  Bruno Haible  <bruno@clisp.org>
4059
4060         * setenv.h: Rewritten to cope with systems that have setenv() but not
4061         unsetenv().
4062         * setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
4063         modifications:
4064
4065         2002-12-11  Bruno Haible  <bruno@clisp.org>
4066
4067                 * setenv.c (alloca): Fall back to malloc.
4068                 (freea): New macro.
4069                 (setenv): Use freea() to free memory allocated with alloca().
4070
4071         2002-11-13  Bruno Haible  <bruno@clisp.org>
4072
4073                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
4074                 function declarations.
4075                 * unsetenv.c (unsetenv): Likewise.
4076
4077         2002-03-04  Bruno Haible  <bruno@clisp.org>
4078
4079                 Portability to AIX 4.3.3.
4080                 * unsetenv.c: New file, extracted from setenv.c.
4081                 * setenv.c: Move the unsetenv() function to unsetenv.c.
4082
4083         2001-12-20  Bruno Haible  <bruno@clisp.org>
4084
4085                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
4086                 use malloc instead. For SunOS 4.
4087
4088         2001-12-11  Bruno Haible  <bruno@clisp.org>
4089
4090                 * setenv.c: Declare alloca.
4091                 (compar_fn_t): New typedef.
4092                 (KNOWN_VALUE, STORE_VALUE): Use it.
4093
4094         * Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
4095         setenv.h.
4096
4097 2002-12-10  Paul Eggert  <eggert@twinsun.com>
4098
4099         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
4100         * exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
4101         Choose values that are less likely to collide with system fnmatch
4102         options.
4103         * exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
4104         defined (e.g., a pure POSIX system).
4105         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
4106         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
4107
4108 2002-12-06  Jim Meyering  <jim@meyering.net>
4109
4110         * error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
4111
4112         Merge in changes from libc's misc/error.c, in preparation
4113         for the merge of gnulib's changes back into libc.
4114
4115         * error.c (_): Define only if not already defined.
4116         Move definition to follow all #include directives.
4117         Include unlocked-io.h only if !_LIBC.
4118         [_LIBC]: Include <libio/libioP.h>.
4119         [USE_IN_LIBIO]: Include <libio/iolibio.h>
4120         (fflush): Tweak definition to use INTUSE.
4121         (putc): Define.
4122
4123 2002-12-05  Paul Eggert  <eggert@twinsun.com>
4124
4125         * alloca.c [defined emacs]: Include "lisp.h".
4126         (xalloc_die) [defined emacs]: New macro.
4127         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
4128         [! defined emacs]: Include <xalloc.h>.
4129         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
4130         (pointer): Typedef to POINTER_TYPE *.
4131         (malloc): Remove decl; we now always use xmalloc.
4132         (alloca): Use old-style definition, since Emacs needs this.
4133         Check for arithmetic overflow when computing combined size.
4134
4135 2002-12-04  Paul Eggert  <eggert@twinsun.com>
4136
4137         Do not generate unlocked-io.h automatically, since it's easier to
4138         maintain it by hand.
4139
4140         * unlocked-io.h: New file, from GNU diffutils,
4141         but with proper copyright notice and attribution.
4142         * gen-uio: Remove.
4143         * Makefile.am: Add copyright notice.
4144         (libfetish_a_SOURCES): Add unlocked-io.h.
4145         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
4146         (DISTCLEANFILES, io_functions): Remove macros.
4147         (EXTRA_DIST): Remove gen_uio.
4148         (unlocked-io.h): Remove rule.
4149
4150 2002-12-04  Jim Meyering  <jim@meyering.net>
4151
4152         Reflect the fact that stat.c and lstat.c are no longer generated.
4153         * Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
4154         (DISTCLEANFILES): Likewise.
4155         (EXTRA_DIST): Likewise.
4156         (all_local): Don't depend on stat.c or lstat.c.
4157         (stat.c, lstat.c): Remove rules.
4158         (EXTRA_DIST): Remove xstat.in.
4159
4160         * xstat.in: Remove file.  Contents moved into stat.c.
4161         * stat.c: New file.  Contents mostly from xstat.in.
4162         * stat.c: Rework so that it may serve to define rpl_lstat, too.
4163         * lstat.c: New file. Simply #define LSTAT and include stat.c.
4164
4165         * safe-read.c: Rework so that it may serve to define safe_write, too.
4166         * safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
4167
4168 2002-12-03  Jim Meyering  <jim@meyering.net>
4169
4170         * safe-read.c, safe-write.c: Change variable names and comments, but
4171         not semantics, to minimize the differences between these two files.
4172         (safe_read): Change comment to mention SAFE_READ_ERROR.
4173
4174         * safe-read.c (IS_EINTR): Define.
4175         (safe_read): Use IS_EINTR in place of in-function cpp directives.
4176
4177 2002-12-02  Bruno Haible  <bruno@clisp.org>
4178
4179         * safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
4180         Define, taken from safe-read.c.
4181         (INT_MAX): Provide fallback.
4182         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
4183         * safe-write.h (SAFE_WRITE_ERROR): Define.
4184
4185         * safe-read.c (EINTR): Remove definition.
4186         (safe_read): Don't use EINTR if it is absent.
4187
4188 2002-12-02  Jim Meyering  <jim@meyering.net>
4189
4190         * safe-read.c (EINTR): Define.
4191         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
4192         (INT_MAX): Provide fallback.
4193         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
4194
4195         * safe-read.h (SAFE_READ_ERROR): Define.
4196
4197 2002-12-01  Jim Meyering  <jim@meyering.net>
4198
4199         * safe-read.c: (safe_read): Also exit the loop when read returns zero.
4200         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
4201
4202 2002-11-27  Paul Eggert  <eggert@twinsun.com>
4203
4204         * hash.c (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
4205         hash_rehash): Replace `if (limit <= value) abort ();' with
4206         `if (! (value < limit)) abort ();', for readability.
4207
4208 2002-11-26    <karl@gnu.org>
4209
4210         * strdup.c: copy from libc again, with jim's ok.
4211         * .cppi-disable: re-add strdup.c
4212
4213 2002-11-25    <karl@gnu.org>
4214
4215         * strtoll.c: copy from libc, meaning we now #include <strtol.c>
4216         instead of "strtol.c".
4217
4218 2002-11-25  Jim Meyering  <jim@meyering.net>
4219
4220         * mktime.c: Sync from libc, now that it has the latest fix.
4221
4222 2002-11-24    <karl@gnu.org>
4223
4224         * error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
4225         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
4226
4227 2002-11-24  Jim Meyering  <jim@meyering.net>
4228
4229         Update from coreutils:
4230
4231         * mktime.c: Merge in changes from libc.
4232
4233         Avoid a link-time failure on some Linux systems.
4234         * mktime.c (STATIC): Define to be empty (_LIBC) or `static' (otherwise).
4235         (__mon_yday): Declare with the STATIC attribute.
4236         (__mktime_internal): Likewise.
4237         Based on a report from Greg Schafer.
4238
4239 2002-11-23  Jim Meyering  <jim@meyering.net>
4240
4241         * sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
4242         Use `unsigned', not `int', as type of index.
4243
4244         * xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
4245
4246         * fsusage.c: Remove unneeded parentheses around operands of `defined'.
4247
4248 2002-11-22  Paul Eggert  <eggert@twinsun.com>
4249
4250         * hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
4251         hint that one should use `if (! x) abort ();' rather than `assert
4252         (x);', and anyway it's one less thing to worry about configuring.
4253         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
4254         hash_rehash, hash_insert): Use abort rather than assert.
4255
4256 2002-11-22  Paul Eggert  <eggert@twinsun.com>
4257
4258         * quotearg.h: Allow multiple inclusion by surrounding with
4259         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
4260         so that we can be included first.
4261         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
4262         * quotearg.c: Include quotearg.h immediately after config.h.
4263         No need to include stddef.h or sys/types.h any more.
4264         Surround local include files with "", not "<>".
4265         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
4266         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
4267         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
4268         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
4269         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
4270         (ISPRINT): Remove; no longer needed now that we assume C89.
4271
4272         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
4273         Preserve errno.
4274
4275         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
4276         quotearg_char): Use SIZE_MAX rather than
4277         (size_t) -1 when we are talking about "infinity".
4278
4279         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
4280
4281 2002-11-22  Bruno Haible  <bruno@clisp.org>
4282
4283         * safe-read.h: Assume C89. Add comments.
4284         (safe_read): Change return type to size_t.
4285         * safe-read.c (safe_read): Change return type to size_t. Handle byte
4286         counts > SSIZE_MAX correctly.
4287         * safe-write.h: New file.
4288         * safe-write.c: New file.
4289         * full-read.h: New file.
4290         * full-read.c: New file.
4291         * full-write.h: Assume C89. Add comments.
4292         * full-write.c: Include safe-write.h.
4293         (full_write): Rewritten to use safe_write.
4294         Suggested by Jim Meyering and Paul Eggert.
4295
4296 2002-11-21  Bruno Haible  <bruno@clisp.org>
4297
4298         Remove case insensitive option matching.
4299         * argmatch.h (argcasematch): Remove declaration.
4300         (ARGCASEMATCH): Remove macro.
4301         (__xargmatch_internal): Remove case_sensitive argument.
4302         (XARGMATCH): Update.
4303         (XARGCASEMATCH): Remove macro.
4304         * argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
4305         case_sensitive argument.
4306         (argcasematch): Remove function.
4307         (__xargmatch_internal): Remove case_sensitive argument.
4308         (main): Use XARGMATCH instead of XARGCASEMATCH.
4309
4310         * xmalloc.c: Change compile-time error message. Add comment about
4311         required autoconf version.
4312
4313 2002-11-21  Jim Meyering  <jim@meyering.net>
4314
4315         * strdup.c (strdup): Tweak comment and initial #if/#include.
4316
4317         Merge in changes from the coreutils.
4318
4319         2002-09-25  Paul Eggert  <eggert@twinsun.com>
4320         * fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include <stdint.h>.
4321         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
4322         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
4323         int.  Work more efficiently if X is the same width as uintmax_t.
4324         Do not compare X to -1, to avoid bogus compiler warning.
4325         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
4326         Don't assume that f_frsize and f_bsize are the same type.
4327
4328         * mountlist.c: #undef MNT_IGNORE before defining it, to avoid warning
4329         on FreeBSD.
4330
4331         * makepath.c (make_path): Restore umask *before* creating the final
4332         component.
4333         (make_path): Minor reformatting.
4334
4335         * xmalloc.c: Adjust to work with new autoconf macros, AC_FUNC_MALLOC
4336         and AC_FUNC_REALLOC: test #ifndef HAVE_MALLOC/HAVE_REALLOC.
4337
4338         * mountlist.h (ME_DUMMY): Don't count entries of type `auto' as dummy
4339         ones.  At least on GNU/Linux systems, `auto' means something else.
4340         From Michael Stone.
4341
4342 2002-11-20  Paul Eggert  <eggert@twinsun.com>
4343
4344         Merge argmatch cleanups from Bison.  Assume C89.
4345
4346         * argmatch.c: Include config.h here, not in argmatch.h.
4347         Include stdlib.h, for EXIT_FAILURE.
4348         Always include <string.h>, since we assume C89.
4349         (EXIT_FAILURE): Remove pre-C89 bug workaround.
4350         * argmatch.h: Do not include <config.h> or <sys/types.h>.
4351         Include <stddef.h> instead, since it's all we need for size_t.
4352         (PARAMS): Remove.  All uses removed.
4353         (ARRAY_CARDINALITY): Do not bother to #undef.
4354         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
4355         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
4356         Remove unnecessary parentheses.
4357         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
4358         Insert necessary parentheses.
4359         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
4360         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
4361
4362 2002-11-19  Bruno Haible  <bruno@clisp.org>
4363
4364         * mbswidth.c: Include mbswidth.h right at the beginning.
4365         * mbswidth.h: Include <stddef.h>, for size_t.
4366
4367         * mbswidth.h (PARAMS): Remove macro.
4368         (mbswidth, mbsnwidth): Use ANSI C function declarations.
4369         * mbswidth.c (mbswidth, mbsnwidth): Likewise.
4370
4371         * gcd.h (PARAMS): Remove macro.
4372         (gcd): Use ANSI C function declarations.
4373         * gcd.c (gcd): Likewise.
4374
4375 2002-11-15  Bruno Haible  <bruno@clisp.org>
4376
4377         * strcspn.c: Include <stddef.h>.
4378         (strcspn): Use ANSI C function declaration. Change return type to
4379         size_t. Use NULL.
4380         * strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
4381         (strpbrk): Use NULL.
4382         * strpbrk.h (PARAMS): Remove macro.
4383         (strpbrk): Use ANSI C function declaration.
4384         * strstr.c: Don't include <sys/types.h>.
4385         * strstr.h (PARAMS): Remove macro.
4386         (strstr): Use ANSI C function declarations.
4387
4388 2002-11-06  Bruno Haible  <bruno@clisp.org>
4389
4390         * gcd.h (gcd): Change argument type to 'unsigned long'.
4391         * gcd.c (gcd): Likewise.
4392
4393 2002-11-05  Bruno Haible  <bruno@clisp.org>
4394
4395         * gcd.h: New file, from gettext-0.11.5.
4396         * gcd.c: New file, from gettext-0.11.5.
4397
4398 2002-11-05  Bruno Haible  <bruno@clisp.org>
4399
4400         * error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
4401         * getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
4402         * obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
4403         * regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
4404
4405         * argmatch.c: Include gettext.h instead of <locale.h> and <libintl.h>.
4406         * makepath.c: Include gettext.h instead of <locale.h> and <libintl.h>.
4407
4408         * closeout.c: Include gettext.h instead of <libintl.h>.
4409         * human.c: Include gettext.h instead of <libintl.h>.
4410         * quotearg.c: Include gettext.h instead of <libintl.h>.
4411         * rpmatch.c: Include gettext.h instead of <libintl.h>.
4412         * unicodeio.c: Include gettext.h instead of <libintl.h>.
4413         * userspec.c: Include gettext.h instead of <libintl.h>.
4414         * version-etc.c: Include gettext.h instead of <libintl.h>.
4415         * xmalloc.c: Include gettext.h instead of <libintl.h>.
4416         (textdomain): Remove definition.
4417         * xmemcoll.c: Include gettext.h instead of <libintl.h>.
4418
4419         * long-options.c: Remove include of <libintl.h> and definition of _.
4420         * same.c: Remove include of <libintl.h> and definition of _.
4421
4422 2002-11-04  Bruno Haible  <bruno@clisp.org>
4423
4424         * stpcpy.h: New file, from GNU gettext-0.11.5.
4425         * strcase.h: New file, from GNU gettext-0.11.5.
4426         * strpbrk.h: New file, from GNU gettext-0.11.5.
4427         * strstr.h: New file, from GNU gettext-0.11.5.
4428         * xgetcwd.h: New file, from GNU gettext-0.11.5.
4429
4430 2002-05-09  Bruno Haible  <bruno@clisp.org>
4431
4432         * config.charset: Update for newest glibc. Add canonical names
4433         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
4434
4435 2002-05-09  Bruno Haible  <bruno@clisp.org>
4436
4437         * localcharset.c (get_charset_aliases): Add more Windows specific
4438         aliases.
4439
4440 2002-05-08  Owen Taylor  <otaylor@redhat.com>
4441
4442         * config.charset: A few additions for Solaris.
4443
4444 2001-12-05  Bruno Haible  <bruno@clisp.org>
4445
4446         * localcharset.c (locale_charset): Don't return an empty string.
4447
4448 2001-10-23  Bruno Haible  <haible@clisp.cons.org>
4449
4450         * config.charset: msdos in uk_UA uses CP1125.
4451
4452 2001-08-05  Bruno Haible  <haible@clisp.cons.org>
4453
4454         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
4455         * localcharset.c (locale_charset): Declare as extern "C".
4456
4457 2002-02-15  Bruno Haible  <bruno@clisp.org>
4458
4459         * config.charset [msdosdjgpp]: For Russian, use CP866.
4460
4461 2002-02-11  Bruno Haible  <bruno@clisp.org>
4462
4463         * config.charset: Add support for NetBSD.
4464
4465 2002-09-25    <karl@gnu.org>
4466
4467         * strdup.c: copy from libc/string (via ../config/srclist*).
4468         * getopt*: copy from libc/posix.
4469         * gettext.h: copy from gettext.
4470         * .cppi-disable: add strdup.c, gettext.h.
4471
4472 2002-07-01  Jim Meyering  <meyering@lucent.com>
4473
4474         * c-stack.c: Include sys/time.h.
4475         From Volker Borchert.
4476
4477 2002-06-11  Paul Eggert  <eggert@twinsun.com>
4478
4479         * fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
4480         New macro.  Use it uniformly instead of
4481         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
4482         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
4483         reported by Vin Shelton.
4484
4485 2002-06-22  Jim Meyering  <meyering@lucent.com>
4486
4487         * fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
4488         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
4489
4490 2002-06-22  Paul Eggert  <eggert@twinsun.com>
4491
4492         * c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
4493         Do not assume SA_SIGINFO behavior.
4494         Bug reported by Jim Meyering on NetBSD 1.5.2.
4495
4496 2002-06-22  Jim Meyering  <meyering@lucent.com>
4497
4498         * c-stack.c, c-stack.h: New files, from diffutils-2.8.2.
4499
4500         * exitfail.c, exitfail.h: Likewise.
4501         * Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
4502
4503         * Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
4504         of fnmatch.h.
4505         (EXTRA_DIST): Add fnmatch_loop.c.
4506         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
4507
4508         * fnmatch_loop.c: New file, from diffutils-2.8.2.
4509         * fnmatch.c: Update from diffutils-2.8.2.
4510         * fnmatch_.h: New file.  From diffutils-2.8.2.
4511         * fnmatch.h: Remove file.
4512
4513 2002-06-18  Paul Eggert  <eggert@twinsun.com>
4514
4515         * file-type.h: Report an error if neither S_ISREG nor
4516         S_IFREG is defined, instead of using a test specific to glibc
4517         2.2.  This should be safe, since POSIX requires S_ISREG and
4518         Unix Version 7 had S_IFREG.  We don't need to check for
4519         <sys/types.h> since we don't use any symbols that it defines.
4520
4521 2002-06-15  Jim Meyering  <meyering@lucent.com>
4522
4523         * file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
4524         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
4525         have been included before this file.
4526
4527 2002-06-13  Richard Dawe  <richdawe@bigfoot.com>
4528
4529         * Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than $@-t,
4530         so that each temporary file name is unique and valid in the first
4531         8 characters, for operation under DOS.
4532
4533 2002-06-15  Jim Meyering  <meyering@lucent.com>
4534
4535         Work even with DJGPP 2.03, which lacks support for symlinks.
4536         From Richard Dawe.
4537         * xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
4538         is defined.
4539         * lchown.c (S_ISLNK): Likewise.
4540
4541 2002-06-14  Jim Meyering  <meyering@lucent.com>
4542
4543         * file-type.h: Use the version from diffutils-2.8.2.
4544         * file-type.c: Likewise.
4545
4546 2002-05-27  Jim Meyering  <meyering@lucent.com>
4547
4548         Fix a problem seen only on nonconforming systems whereby ls.c's
4549         use of localtime, and then of gettimeofday would cause trouble:
4550         the localtime call used to initialize rpl_gettimeofday's save
4551         mechanism would clobber ls's current local time information so
4552         that in any long listing the first file would always be listed
4553         with date 1970-01-01.  Analysis by Volker Borchert.
4554
4555         * gettimeofday.c (localtime): Undefine.
4556         (rpl_localtime): New function.
4557
4558 2002-05-22  Jim Meyering  <meyering@lucent.com>
4559
4560         * Makefile.am (libfetish_a_SOURCES): Add file-type.c and file-type.h.
4561         * file-type.h: New file.
4562         * file-type.c (file_type): New file/function.  Extracted from diffutils.
4563
4564 2002-04-29  Paul Eggert  <eggert@twinsun.com>
4565
4566         * hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
4567
4568 2002-04-28  Paul Eggert  <eggert@twinsun.com>
4569
4570         * sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
4571         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
4572         of 127, since 64 is the largest conceivable number for ancient
4573         nonstandard hosts.
4574         * sig2str.c: Do not include <sys/wait.h>; no longer needed.
4575
4576 2002-04-28  Jim Meyering  <meyering@lucent.com>
4577
4578         * sig2str.c (WTERMSIG): Remove definition (unused).
4579
4580 2002-04-28  Paul Eggert  <eggert@twinsun.com>
4581
4582         * sig2str.h, sig2str.c: New files.
4583         * Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
4584
4585 2002-04-24  Jim Meyering  <meyering@lucent.com>
4586
4587         * gettext.h: New file, from Gettext.
4588         * Makefile.am (INCLUDES): Remove -I../intl.
4589         (libfetish_a_SOURCES): Add gettext.h.
4590
4591 2002-04-16  Jim Meyering  <meyering@lucent.com>
4592
4593         * readutmp.h (UT_TYPE): Remove definition (now in who.c).
4594         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
4595         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
4596
4597 2002-04-12  Jim Meyering  <meyering@lucent.com>
4598
4599         * dirfd.h (dirfd): Elide prototype if dirfd is a macro.
4600
4601 2002-03-10  Jim Meyering  <meyering@lucent.com>
4602
4603         * makepath.c (make_path): Remove a comma from a diagnostic.
4604         Suggestion from Santiago Vila.
4605
4606 2002-03-08  Jim Meyering  <meyering@lucent.com>
4607
4608         * rename.c: Mention that this wrapper is needed also on
4609         mips-dec-ultrix4.4 systems.
4610
4611 2002-03-02  Jim Meyering  <meyering@lucent.com>
4612
4613         * gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
4614         not HAVE_CLOCK_SETTIME.
4615
4616 2002-02-27  Paul Eggert  <eggert@twinsun.com>
4617
4618         * nanosleep.h: Rename to....
4619         * timespec.h: New name for nanosleep.h.  All uses changed.
4620
4621         * gettime.c: New file.
4622         * settime.c: New file.
4623         * stime.c: Remove.
4624
4625         * Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
4626         timespec.h.  Remove nanosleep.h.
4627
4628 2002-02-25  Paul Eggert  <eggert@twinsun.com>
4629
4630         * acl.c, acl.h: New files.
4631         * Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
4632
4633 2002-02-24  Jim Meyering  <meyering@lucent.com>
4634
4635         * strnlen.c (strnlen): Define-away/undef so that an inconsistent
4636         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
4637         cause trouble.  Reported by Nelson Beebe.
4638
4639 2002-02-23  Paul Eggert  <eggert@twinsun.com>
4640
4641         * path-concat.c (xpath_concat): Reorder code to pacify
4642         compilers that don't know that xalloc_die never returns.
4643
4644 2002-02-20  Jim Meyering  <meyering@lucent.com>
4645
4646         * getdate.c: Regenerate using bison-1.33.
4647
4648 2002-02-15  Paul Eggert  <eggert@twinsun.com>
4649
4650         * posixver.c, posixver.h: New files.
4651         * Makefile.am (libfetish_a_SOURCES): Add them.
4652
4653 2002-02-02  Paul Eggert  <eggert@twinsun.com>
4654             Bruno Haible  <bruno@clisp.org>
4655
4656         * unicodeio.h (print_unicode_char): Add exit_on_error argument.
4657         (fwrite_success_callback): New declaration.
4658         * unicodeio.c (unicode_to_mb): New function, extracted from
4659         print_unicode_char. Call failure callback instead of error.
4660         (fwrite_success_callback): New function.
4661         (exit_failure_callback): New function.
4662         (fallback_failure_callback): New function.
4663         (print_unicode_char): Call unicode_to_mb.
4664
4665 2002-01-26  Jim Meyering  <meyering@lucent.com>
4666
4667         * Makefile.am (getdate$U.o): Depend on unlocked-io.h.
4668
4669 2002-01-22  Jim Meyering  <meyering@lucent.com>
4670
4671         * Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
4672         Otherwise, some versions of automake would omit the rule that makes
4673         Makefile from Makefile.in.
4674
4675 2001-01-21  Paul Eggert  <eggert@twinsun.com>
4676
4677         * xmemcoll.h, xmemcoll.c: New files.
4678         * Makefile.am (libfetish_a_SOURCES): Add them.
4679         * memcoll.c: Include errno.h, and declare errno if not defined.
4680         (memcoll): Set errno to zero if there is no error.
4681
4682         * quotearg.c (quotearg_buffer_restyled):
4683         Fix bug with quoting buffers containing NUL when backslashing escapes.
4684         This bug was exposed by the other changes in this patch.
4685         (quotearg_n_options): New arg ARGSIZE.
4686         All callers changed.
4687         (quoting_options_from_style): New function.
4688         (quotearg_n_style): Use it.
4689         (quotearg_n_style_mem): New function.
4690
4691         * quotearg.h (quotearg_n_style_mem): New function.
4692
4693 2002-01-16  Jim Meyering  <meyering@lucent.com>
4694
4695         * getdate.y: Add three semicolons, each just before a closing brace.
4696         Bison (as of version 1.31) no longer papers over that mistake.
4697
4698 2002-02-14  Paul Eggert  <eggert@twinsun.com>
4699
4700         * backupfile.c (ISDIGIT): Comment fix.
4701         * getdate.y (ISDIGIT): Likewise.
4702         * posixtm.c (ISDIGIT, year): Likewise.
4703         * strverscmp.c (ISDIGIT): Likewise.
4704         * userspec.c (ISDIGIT): Likewise.
4705
4706 2002-01-05  Jim Meyering  <meyering@lucent.com>
4707
4708         * version-etc.c (version_etc_copyright): Update copyright year.
4709
4710 2001-01-19  Paul Eggert  <eggert@twinsun.com>
4711
4712         * closeout.c (close_stdout_status): If ferror (stdout), do
4713         not silently exit merely because the output buffer happens to
4714         have nothing pending.
4715
4716 2001-12-18  Paul Eggert  <eggert@twinsun.com>
4717
4718         See the big note in ../ChangeLog.
4719         * human.c (suffixes): Prefer K to k for 1024.
4720         (generate_suffix_backwards): New function.
4721         (human_readable_inexact): Use it.
4722         * xstrtol.c (__xstrtol): If there is no number but there
4723         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
4724         Accept 'K' as well as 'k'.
4725
4726 2001-12-15  Jim Meyering  <meyering@lucent.com>
4727
4728         * regex.h (__restrict_arr): Update from libc.
4729
4730         * mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
4731         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
4732         (STREQ): Define.
4733
4734 2001-12-10  Jim Meyering  <meyering@lucent.com>
4735
4736         * linebuffer.c: Remove explicit declarations of xmalloc and xrealloc,
4737         Instead, include "xalloc.h".
4738         (initbuffer): Don't cast xmalloc return value to char*.
4739         (readline): Reword comment.
4740         Don't cast xrealloc return value to char*
4741         Return NULL, not 0.
4742
4743 2001-12-09  Jim Meyering  <meyering@lucent.com>
4744
4745         * modechange.c (mode_compile): Add cast to avoid pedantic warning about
4746         `signed and unsigned type in conditional expression'.
4747         * posixtm.c (posix_time_parse): Likewise.
4748
4749         * xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
4750
4751         * readtokens.c (readtoken): Declare an index to be of type unsigned
4752         to avoid a pedantic warning.
4753
4754         * getstr.c: Don't include assert.h.
4755         (getstr): Remove warning-evoking assertions.
4756         Return -1 if offset parameter is out of bounds.
4757         Change the type of a local from int to size_t.
4758
4759         * strftime.c (my_strftime_localtime_r): Include this function
4760         definition in the `#if ! HAVE_TM_GMTOFF' block.
4761
4762         * xgethostname.c: Remove declarations of xmalloc and xrealloc.
4763         Include xalloc.h instead.
4764
4765 2001-12-02  Jim Meyering  <meyering@lucent.com>
4766
4767         * tempname.c: Don't declare getenv, thus reverting the change of
4768         2001-11-18.  It's no longer necessary, now that stdlib.h is always
4769         included.
4770
4771         * regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
4772         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
4773
4774 2001-11-30  Akim Demaille  <akim@epita.fr>
4775
4776         * xstrdup.c: Include xalloc.h, so that xstrdup is declared
4777         before being defined.
4778
4779 2001-11-27  Paul Eggert  <eggert@twinsun.com>
4780
4781         * quotearg.h (quotearg_n, quotearg_n_style):
4782         First arg is int, not unsigned.
4783         * quotearg.c (quotearg_n, quotearg_n_style): Likewise.
4784         (SIZE_MAX, UINT_MAX): New macros.
4785         (quotearg_n_options): Abort if N is negative.
4786         Avoid overflow check on hosts where size_t is 64 bits and int
4787         is 32 bits, as overflow is impossible there.
4788         Fix off-by-one typo that caused unnecessary reallocation.
4789
4790 2001-11-27  Jim Meyering  <meyering@lucent.com>
4791
4792         * tempname.c: Merge with version from libc.
4793         * regex.c: Likewise.
4794
4795         * tempname.c: Include stdlib.h unconditionally.  On some old systems
4796         for which STDC_HEADERS is 0, it was not included, resulting in a
4797         warning about an integer-to-pointer conversion problem with getenv.
4798         Reported by Volker Borchert.
4799
4800 2001-11-26  Jim Meyering  <meyering@lucent.com>
4801
4802         * gtod.h: Remove file.
4803         * Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
4804         * gettimeofday.c: Don't include gtod.h.
4805         (GTOD_init): Remove function.
4806         (rpl_gettimeofday): Do its job here instead, rather than aborting.
4807         Suggestion from Volker Borchert.
4808
4809 2001-11-23  Jim Meyering  <meyering@lucent.com>
4810
4811         * hash.h (struct hash_table): Don't define here.  Merely declare it.
4812         * hash.c (struct hash_table): Define it here instead.
4813
4814 2001-11-22  Jim Meyering  <meyering@lucent.com>
4815
4816         * hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
4817
4818 2001-11-18  Paul Eggert  <eggert@twinsun.com>
4819
4820         * tempname.c (TMP_MAX): Remove; no longer needed.
4821         (TEMPORARIES): New macro.
4822         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
4823         removes an artificial limitation (e.g. HP-UX 10.20, where
4824         TMP_MAX is 17576).
4825
4826 2001-11-18  Jim Meyering  <meyering@lucent.com>
4827
4828         * tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
4829         on SunOS 4.
4830
4831         * Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
4832         files will be created before anything else.
4833
4834 2001-11-17  Jim Meyering  <meyering@lucent.com>
4835
4836         * modechange.c (mode_adjust): Fix error introduced on 1999-04-26
4837         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
4838         rather than group writable.  Patch by Juan F. Codagnone.
4839
4840         * readtokens.c: Remove explicit declarations of xmalloc and xrealloc,
4841         Instead, include "xalloc.h".
4842
4843         * mountlist.c: Include unlocked-io.h after all system headers.
4844         Remove explicit declarations of xmalloc, xrealloc,
4845         and xstrdup.  Instead, include "xalloc.h".
4846
4847         * argmatch.c, closeout.c, error.c, exclude.c: Include unlocked-io.h.
4848         * fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c: Likewise.
4849         * mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
4850
4851         * regex.c, sha.c, version-etc.c, yesno.c: Likewise.
4852         Reported by Padraig Brady.
4853
4854         * mkstemp.c: #undef mkstemp.
4855         Include config.h.
4856         (rpl_mkstemp): Rename from mkstemp.
4857         Protoize.
4858
4859 2001-11-16  Jim Meyering  <meyering@lucent.com>
4860
4861         * physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
4862         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
4863         determine the amount of total physical memory, use pstat_getstatic.
4864         HPUX-11 doesn't define _SC_PHYS_PAGES.
4865         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
4866         If sysconf couldn't be used to determine the amount of available
4867         physical memory, use both pstat_getstatic and pstat_getdynamic.
4868         Based on a patch from Bob Proulx.
4869
4870 2001-11-05  Jim Meyering  <meyering@lucent.com>
4871
4872         * xstat.in (slash_aware_lstat): Correct a misleading comment.
4873
4874 2001-11-03  Jim Meyering  <meyering@lucent.com>
4875
4876         * argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
4877         in argmatch_to_argument call.
4878
4879         * dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
4880         argument.
4881
4882         * hash.c (hash_clear): Fix a bug that could lead to an infloop or
4883         e.g., a fault due to an attempt to free a NULL pointer.
4884
4885 2001-11-01  Jim Meyering  <meyering@lucent.com>
4886
4887         * dirfd.c, dirfd.h: New files.
4888         * Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
4889
4890         * hash.c (hash_print) [TESTING]: Clean up.
4891
4892 2001-10-22  Paul Eggert  <eggert@twinsun.com>
4893
4894         * hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
4895         to avoid a warning if -Wall.
4896
4897 2001-10-21  Paul Eggert  <eggert@twinsun.com>
4898
4899         * regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
4900
4901 2001-10-21  Jim Meyering  <meyering@lucent.com>
4902
4903         * obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
4904         this code would end up calling gettext even in packages built
4905         with --disable-nls.
4906         * getopt.c (_): Likewise.
4907         * regex.c (_): Likewise.
4908
4909 2001-10-20  Paul Eggert  <eggert@twinsun.com>
4910
4911         * error.c (strerror_r): Do not declare unless !_LIBC.
4912         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
4913         Use strerror_r that is only a macro, even if it is not a function.
4914         (strerror): Check for HAVE_DECL_STRERROR before declaring.
4915         (private_strerror): Use prototypes, not old-style function definition.
4916         (print_errno_message): New function.
4917         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
4918         char*-flavored one.
4919         (error_tail, error, error_at_line): Use it.
4920
4921 2001-10-11  Jim Meyering  <meyering@lucent.com>
4922
4923         * argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
4924         and quote_n (1, ... to avoid clobbering a buffer.
4925
4926 2001-10-05  Jim Meyering  <meyering@lucent.com>
4927
4928         * Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and hash-pjw.h.
4929         * hash-pjw.c: New file (factored out of fileutils' remove.c).
4930         * hash-pjw.h: New file.
4931
4932 2001-09-30  Jim Meyering  <meyering@lucent.com>
4933
4934         * mountlist.c [MOUNTED_GETFSSTAT]:
4935         Include <sys/ucred.h>, for Apple Darwin.
4936         Include sys/mount.h and sys/fs_types.h only if available.
4937         (FS_TYPE): Define.
4938         (read_filesystem_list): Use FS_TYPE.
4939
4940 2001-09-29  Paul Eggert  <eggert@twinsun.com>
4941
4942         * exclude.c (excluded_filename): 0 -> false, since it's
4943         a boolean context.
4944
4945 2001-09-28  Paul Eggert  <eggert@twinsun.com>
4946
4947         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
4948         #defines strtoimax.  Also treat the other strto* functions
4949         like strtoimax.
4950
4951         * xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
4952         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
4953         (strtoimax, strtoumax): Do not declare if already defined as a macro.
4954
4955 2001-09-26  Jim Meyering  <meyering@lucent.com>
4956
4957         Most macros in unlocked-io.h had the wrong number of arguments.
4958         * gen-uio: New script.
4959         (USE_UNLOCKED_IO): Define to 1 if not already defined.
4960         * unlocked-io.hin: Remove file.
4961         * Makefile.am (unlocked-io.h): Rewrite to use a separate script,
4962         rather than trying to embed it here.
4963         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
4964         Reported by Padraig Brady.
4965
4966 2001-09-25  Volker Borchert  <bt@teknon.de>
4967
4968         * gettimeofday.c (rpl_gettimeofday): Declare local variable `result'.
4969
4970 2001-09-23  Jim Meyering  <meyering@lucent.com>
4971
4972         * mountlist.c: Remove useless parentheses in #if directives.
4973         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
4974         the deprecated MOUNTED symbol is no longer defined in mntent.h.
4975
4976 2001-09-22  Jim Meyering  <meyering@lucent.com>
4977
4978         * localcharset.c: Update from latest gettext.
4979         * config.charset: Likewise.
4980
4981 2001-09-20  Jim Meyering  <meyering@lucent.com>
4982
4983         * xstrtol.c (strtoimax): Guard declaration with
4984         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
4985         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
4986         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
4987         (strtoumax): Likewise, for completeness (it wasn't necessary).
4988
4989 2001-09-06  Paul Eggert  <eggert@twinsun.com>
4990
4991         * strtoimax.c (HAVE_LONG_LONG):
4992         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
4993         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
4994         to work around bug in IBM C compiler.
4995
4996 2001-09-16  Jim Meyering  <meyering@lucent.com>
4997
4998         * mkdir.c: New file.
4999
5000 2001-09-04  Paul Eggert  <eggert@twinsun.com>
5001
5002         * xgetcwd.c: Revert some of the previous change; intead,
5003         fix the HAVE_GETCWD_NULL code to behave more like the
5004         !HAVE_GETCWD_NULL code used to.
5005
5006         Include "xalloc.h".
5007         (xgetcwd): Do not return NULL when memory is exhausted; instead,
5008         invoke xalloc_die.
5009
5010 2001-09-04  Paul Eggert  <eggert@twinsun.com>
5011
5012         * xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
5013         Use ssize_t, not int, to store result of readlink.
5014         Check for ssize_t overflow as well as size_t overflow,
5015         as POSIX says the result of readlink is implementation-defined
5016         when ssize_t overflows.
5017         Remove unnecessary cast to char*.
5018         Use free+malloc instead of realloc, as the storage doesn't need
5019         to be preserved and it's clearer and can be more efficient that way.
5020         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
5021         * xreadlink.h (xreadlink): Update prototype.
5022
5023 2001-09-03  Paul Eggert  <eggert@twinsun.com>
5024
5025         * exclude.c (fnmatch_no_wildcards): Fix confusion between
5026         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
5027         spotted by Jim Meyering.
5028
5029 2001-09-03  Jim Meyering  <meyering@lucent.com>
5030
5031         * xreadlink.c (xreadlink): Preserve errno around `free' during failure.
5032
5033 2001-09-03  Paul Eggert  <eggert@twinsun.com>
5034
5035         * xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
5036         like the HAVE_GETCWD_NULL code.
5037         Include pathmax.h if not HAVE_GETCWD.
5038         Do not include xalloc.h.
5039         (INITIAL_BUFFER_SIZE): New symbol.
5040         Do not use xmalloc / xrealloc, since the caller is responsible for
5041         handling errors.  Preserve errno around `free' during failure.
5042         Do not overrun buffer when using getwd.
5043
5044 2001-09-03  Paul Eggert  <eggert@twinsun.com>
5045
5046         * xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
5047         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use getcwd (NULL, 0).
5048
5049 2001-09-02  Jim Meyering  <meyering@lucent.com>
5050
5051         * error.c: Update from GNU libc.
5052
5053 2001-09-01  Jim Meyering  <meyering@lucent.com>
5054
5055         * xreadlink.c: New file.
5056         * xreadlink.h: New file.
5057         * Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and xreadlink.h.
5058
5059         * regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
5060         doesn't conflict with sparc Solaris 7's definition in
5061         /usr/include/sys/int_types.h.
5062
5063         * exclude.c: Use `""', not `<>' to #include non-system header files.
5064         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
5065         and strncasecmp as r-values.  Unixware didn't have declarations.
5066
5067 2001-08-31  Jim Meyering  <meyering@lucent.com>
5068
5069         * xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
5070         Use an initial, malloc'd, buffer of length 128 rather than
5071         a statically allocated one of length 1024.
5072
5073 2001-08-30  Paul Eggert  <eggert@twinsun.com>
5074
5075         * xgetcwd.c: Don't include pathmax.h.
5076         Include stdlib.h and unistd.h if available.
5077         Include xalloc.h.
5078         (xmalloc, xstrdup, free): Remove decls.
5079         (xgetcwd): Don't assume sizes fit in unsigned.
5080         Check for overflow when computing sizes.
5081         Simplify reallocation code.
5082
5083 2001-08-28  Paul Eggert  <eggert@twinsun.com>
5084
5085         * Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
5086
5087         * strtoimax.c: Renamed from strtoxmax.c, removing the
5088         old strtoimax.c.
5089
5090         Also, make the following further changes to make this file's
5091         configuration more similar to that of strtol.c:
5092         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
5093         (strtoumax, uintmax_t, strtoull, strtol): Remove.
5094         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
5095         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
5096         changed to signed values.
5097
5098         And make the following changes as well:
5099         Fix copyright notice, as 1999 was missing.
5100         (verify): New macro.
5101         (strtoimax): Check sizes at compile-time, not run-time.
5102         Prefer strtol to strtoll if both work.
5103         (main): Remove; it was not that useful and was a pain to maintain.
5104
5105         * strtoumax.c: Include strtoimax.c, not strtouxmax.c.
5106
5107 2001-08-30  Paul Eggert  <eggert@twinsun.com>
5108
5109         * savedir.c (savedir): Remove size parameter, as POSIX says that
5110         a directory's st_size can have an arbitrary value, so the old
5111         usage could waste an arbitrary amount of memory.  All uses
5112         changed.
5113         * savedir.h: Update prototype.
5114
5115 2001-08-30  Paul Eggert  <eggert@twinsun.com>
5116
5117         * xstrtol.c (strtoimax): New decl.
5118
5119 2001-08-28  Paul Eggert  <eggert@twinsun.com>
5120
5121         * xstrtol.h: Add copyright notice.
5122         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
5123         LONGINT_INVALID_SUFFIX_CHAR.
5124
5125 2001-08-30  Paul Eggert  <eggert@twinsun.com>
5126
5127         * quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
5128         tm to be declared.
5129
5130 2001-08-30  Paul Eggert  <eggert@twinsun.com>
5131
5132         * hash.c: Remove '2001' from copyright notice.
5133
5134 2001-08-30  Paul Eggert  <eggert@twinsun.com>
5135
5136         * full-write.h: New file.
5137         * Makefile.am (libfetish_a_SOURCES): Add full-write.h.
5138         * full-write.c: Correct credits, as cccp.c no longer
5139         exists and anyway it was so heavily changed from the old cccp
5140         code as to be unrecognizable.  Include full-write.h.
5141         (full_write) Return size_t, with short writes meaning failure.
5142         All callers changed.  This fixes a bug with large buffers
5143         on 64-bit hosts.
5144         * utime.c: Include full-write.h.
5145
5146 2001-08-30  Paul Eggert  <eggert@twinsun.com>
5147
5148         Merge 'exclude' changes from tar 1.13.22.
5149         This fixes one or two unlikely storage allocation overflow bugs,
5150         but doesn't change user-visible behavior otherwise.
5151
5152 2001-08-30  Paul Eggert  <eggert@twinsun.com>
5153
5154         * exclude.c (bool): Declare, perhaps by including stdbool.h.
5155         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
5156         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
5157         Include if available.
5158         (<xalloc.h>): Include
5159         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
5160         (verify): New macro.  Use it to verify that EXCLUDE macros do not
5161         collide with FNM macros.
5162         (struct patopts): New struct.
5163         (struct exclude): Use it, as exclude patterns now come with options.
5164         (new_exclude): Support above changes.
5165         (new_exclude, add_exclude_file):
5166         Initial size must now be a power of two to simplify overflow checking.
5167         (free_exclude, fnmatch_no_wildcards): New function.
5168         (excluded_filename): No longer requires options arg, as the options
5169         are determined by add_exclude.  Now returns bool, not int.
5170         (excluded_filename, add_exclude):
5171         Add support for the fancy new exclusion options.
5172         (add_exclude, add_exclude_file): Now takes int options arg.
5173         Check for arithmetic overflow when computing sizes.
5174         (add_exclude_file): xrealloc might modify errno, so don't
5175         realloc until after errno might be used.
5176
5177         * exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
5178         New macros.
5179         (free_exclude): New decl.
5180         (add_exclude, add_exclude_file): Now takes int options arg.
5181         (excluded_filename): No longer requires options arg, as the options
5182         are determined by add_exclude.  Now returns bool, not int.
5183
5184 2001-08-30  Paul Eggert  <eggert@twinsun.com>
5185
5186         * alloca.c (alloca): Arg is of type size_t, not unsigned.
5187
5188 2001-08-27  Jim Meyering  <meyering@lucent.com>
5189
5190         * Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
5191
5192         * version-etc.c (N_): Remove definition.
5193         Revert most of last change.
5194         Instead, simply don't mark the `Copyright...' string for translation.
5195         Based on advice from Paul Eggert.
5196
5197         * strtoxmax.c: Tweak comment.
5198
5199 2001-08-26  Jim Meyering  <meyering@lucent.com>
5200
5201         * version-etc.c (version_etc_copyright_fmt): Replace literal year
5202         of copyright with `%s' so translators don't get an untranslated
5203         message in 2002.
5204         (COPYRIGHT_YEAR): Define.
5205         (version_etc): Use fprintf rather than fputs.
5206         Suggestion from Ulrich Drepper.
5207
5208         * Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
5209
5210         * strtoll.c: New file, from GNU libc.
5211         * xstrtoimax.c: New file.
5212
5213         * xstrtol.h: Add xstrtoimax.
5214         * strtoumax.c: New file.  Simply include "strtoumax.c".
5215         * strtoimax.c: New file.  Likewise, but first define STRTOUXMAX_SIGNED.
5216
5217         * strtoumax.c: Factor to work both for unsigned and signed types, ...
5218         * strtoxmax.c: ... then renamed to this.
5219
5220 2001-08-13  Paul Eggert  <eggert@twinsun.com>
5221
5222         * Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
5223         Port to Solaris 8, where 'sed' requires a space after the 'r'
5224         command, and where sh dislikes "$/".  Clean up the spacing a bit.
5225         Redirect output to $tmp just once.
5226
5227 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
5228
5229         * addext.c (<errno.h>): Include.
5230         (errno): Declare if not defined.
5231         (addext): Work correctly when pathconf returns -1 and leaves
5232         errno alone because there is no limit.  Also, work even if
5233         pathconf returns a value greater than SIZE_MAX.
5234
5235 2001-08-12  Jim Meyering  <meyering@lucent.com>
5236
5237         * xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
5238         Simply `return getcwd (NULL, 0);'.
5239         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
5240         Use 1300 as initial value for length, not PATH_MAX.
5241
5242         * pathmax.h: Clean up cpp syntax.
5243
5244 2001-08-12  Jim Meyering  <meyering@lucent.com>
5245
5246         * gettimeofday.c: New file.
5247         * gtod.h: New file.
5248         * Makefile.am (libfetish_a_SOURCES): Add gtod.h.
5249
5250 2001-08-04  Jim Meyering  <meyering@lucent.com>
5251
5252         * error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if stmt,
5253         to get in sync with glibc.
5254
5255 2001-08-03  Paul Eggert  <eggert@twinsun.com>
5256
5257         The following changes are from gettext 0.10.39 as maintained by
5258         Bruno Haible.
5259
5260         * mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
5261         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
5262         with inverted sense.  All uses changed.
5263
5264         * mbswidth.c: Don't include <limits.h>.
5265         Include <stdlib.h> and <string.h> unconditionally.
5266         (iswcntrl, mbsinit, ISCNTRL): New macros.
5267         (mbsnwidth): Use K&R style function declarations.
5268         Don't bother checking for MB_LEN_MAX == 1, since the compiler
5269         can optimize it when MB_CUR_MAX == 1.
5270         The width of control characters is zero, not 1.
5271
5272 2001-07-15  Jim Meyering  <meyering@lucent.com>
5273
5274         * Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
5275         (BUILT_SOURCES): Add unlocked-io.h.
5276         (io_functions): Define.
5277         (unlocked-io.h): New rule.
5278         (DISTCLEANFILES): Add unlocked-io.h.
5279         (all-local): Depend on unlocked-io.h, to ensure it is created.
5280
5281         * unlocked-io.hin: New file
5282
5283         * regex.c: Update from glibc.
5284
5285 2001-07-05  Jim Meyering  <meyering@lucent.com>
5286
5287         * Makefile.am (noinst_HEADERS): Remove definition, per new automake
5288         recommendation.
5289         (libfetish_a_SOURCES): Put all .h files here instead.
5290         Remove a thus-exposed (better checks in automake) duplicate and
5291         two unnecessary .h files.
5292
5293 2001-06-11  Jim Meyering  <meyering@lucent.com>
5294
5295         * regex.c: Update from GNU libc.
5296
5297 2001-05-27  Jim Meyering  <meyering@lucent.com>
5298
5299         * readutmp.h (UT_TYPE): Define.
5300
5301 2001-05-24  Jim Meyering  <meyering@lucent.com>
5302
5303         * argmatch.c: Include "quote.h".
5304         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
5305         quote function.  Reported by Göran Uddeborg.
5306
5307 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
5308
5309         * dirname.c (dir_name): Compute append_dot using path, not newpath
5310         which is not yet declared.
5311
5312 2001-05-11  Paul Eggert  <eggert@twinsun.com>
5313
5314         * Makefile.am (libfetish_a_SOURCES):
5315         Add strftime.c, since we now compile it on all hosts.
5316
5317         * strftime.c (my_strftime):
5318         Define to nstrftime if emacs, but only if my_strftime is not defined.
5319         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
5320         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
5321         Add one more extra argument: a nanoseconds value.
5322         All uses changed.
5323         (ns): New macro.
5324         (my_strftime function): Add %N format.
5325         (emacs_strftimeu): Renamed from emacs_strftime,
5326         with extra ut argument.
5327
5328 2001-05-11  Paul Eggert  <eggert@twinsun.com>
5329
5330         dirname code cleanup.  base_name now behaves more compatibly
5331         with POSIX basename when given file names that have trailing
5332         slashes, and similarly for dir_name.  Add new primitives
5333         base_len and dir_len.  Put the directory-name-related decls
5334         into dirname.h.
5335
5336         * addext.c (ISSLASH, base_name): Remove; now in dirname.h.
5337         * backupfile.c (base_name): Likewise.
5338         * basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
5339         * dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
5340         * makepath.c (strip_trailing_slashes): Likewise.
5341         * path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN, ISSLASH):
5342         Likewise.
5343         * rename.c (strip_trailing_slashes): Likewise.
5344         * same.c (base_name): Likewise.
5345         * stripslash.c (ISSLASH): Likewise.
5346
5347         * addext.c: Include <dirname.h> after size_t is defined.
5348         * backupfile.c: Likewise.
5349
5350         * addext.c (addext): Use base_len to trim redundant
5351         trailing slashes instead of doing it ourselves.
5352         But do not trim the last slash if it is not redundant.
5353
5354         * backupfile.c (find_backup_file_name,
5355         max_backup_version): Use base_len instead of rolling it ourselves.
5356         Handle the case of "" and (on DOS) "C:" correctly.
5357
5358         * basename.c: Do not include <stdio.h>, <assert.h>; no longer needed.
5359         Include <string.h>, <dirname.h>.
5360         (base_name): Allow file names ending in slashes, other than names
5361         that are all slashes.  In this case, return the basename followed
5362         by the slashes.  This is more general, and can be used in places
5363         where the original base_name purposely had an assertion failure.
5364         (base_len): New function.
5365
5366         * dirname.c: Include <string.h> instead of <stdlib.h>.
5367         Do not include <assert.h>; no longer needed.
5368         Include xalloc.h.
5369         (memrchr): Remove decl.
5370         (dir_name_r): Remove.
5371         (dir_len): Renamed from dirlen.  All callers changed.
5372         Rewrite in terms of base_name, for simplicity and consistency.
5373         (dir_name): Never return NULL.  All callers changed.
5374         Do not include <stdlib.h> in test program; no longer needed.
5375         return 0; is fine for test program.
5376
5377         * dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
5378         New macros.
5379         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
5380
5381         * path-concat.c (path_concat): Use base_len to compute
5382         base length, not strlen; this means we cannot rely on memcpy
5383         to null-terminate.
5384
5385         * same.c (STREQ): Remove.
5386         (same_name): Handle the case where the basename ends in trailing '/'.
5387
5388         * stripslash.c (strip_trailing_slashes): Return nonzero if
5389         a slash was stripped.  Do not strip the last slash after a
5390         file system prefix.
5391
5392 2001-04-08  Jim Meyering  <meyering@lucent.com>
5393
5394         * getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
5395         recomputed; that's necessary when the offset spans a DST transition.
5396         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
5397
5398 2001-04-02  Jim Meyering  <meyering@lucent.com>
5399
5400         * regex.h, regex.c: Update from GNU libc.
5401
5402 2001-03-19  Paul Eggert  <eggert@twinsun.com>
5403
5404         * version-etc.c (version_etc_copyright): Update to 2001.
5405
5406 2001-03-16  Paul Eggert  <eggert@twinsun.com>
5407
5408         * tempname.c (uint64_t): Define to uintmax_t if
5409         not defined, and if UINT64_MAX is not defined.
5410         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
5411         Reported by John David Anglin.
5412
5413 2001-03-10  Bruno Haible  <haible@clisp.cons.org>
5414
5415         * localcharset.c (locale_charset): Allow wildcard syntax. Also resolve
5416         alias if codeset is empty.
5417         * config.charset (BeOS): Use wildcard syntax.
5418
5419 2001-03-13  Jim Meyering  <meyering@lucent.com>
5420
5421         * path-concat.c (path_concat) [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]:
5422         Don't insert a backslash when concatenating e.g., `C:' and `foo'.
5423         From Bruno Haible.
5424
5425 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
5426
5427         * localcharset.c (locale_charset): Don't use setlocale(LC_CTYPE,NULL).
5428         Don't return NULL.
5429         * unicodeio.c (print_unicode_char): Simplify accordingly.
5430
5431 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
5432
5433         * config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
5434         support for DOS/DJGPP.
5435
5436 2001-02-28  Paul Eggert  <eggert@twinsun.com>
5437
5438         * Makefile.am (libfetish_a_SOURCES):
5439         Add dup-safer.c, fopen-safer.c.
5440         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
5441
5442         * dup-safer.c, fopen-safer.c, stdio-safer.h, unistd-safer.h: New files.
5443
5444 2001-02-25  Paul Eggert  <eggert@twinsun.com>
5445
5446         The mkstemp replacement is taken from glibc 2.2.2, with some
5447         portability fixes for use outside glibc, as follows:
5448
5449         * tempname.c (struct_stat64): New macro.
5450         (direxists, __gen_tempname): Use it.
5451         This avoids a portability problem with Solaris 8.
5452
5453         * tempname.c (<config.h>): Include if HAVE_CONFIG_H.
5454         (<stddef.h>, <stdint.h>, <string.h>):
5455         Include only if STDC_HEADERS || _LIBC.
5456         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
5457         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
5458         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
5459         (__set_errno): Define this macro if <errno.h> doesn't.
5460         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
5461         Define these macros if <stdio.h> doesn't.
5462         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
5463         Define these macros if <sys/stat.h>
5464         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
5465         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
5466         __xstat64): Define if not _LIBC.
5467         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
5468         (__gen_tempname): Invoke gettimeofday only if
5469         HAVE_GETTIMEOFDAY || _LIBC;
5470         otherwise, fall back on plain "time".
5471         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
5472
5473         * mkstemp.c (__GT_FILE): Define to zero if not defined.
5474
5475         * mkstemp.c, tempname.c: New files, taken from glibc 2.2.2.
5476
5477 2001-02-17  Jim Meyering  <meyering@lucent.com>
5478
5479         * strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
5480         around included file name.
5481
5482         * strnlen.c (__strnlen): Merge in a change from GNU libc.
5483
5484         * strftime.c: Update from GNU libc (the only changes were to comments).
5485
5486 2001-02-13  Bruno Haible  <haible@clisp.cons.org>
5487
5488         * mbswidth.h (mbswidth): Also define as macro, to avoid prototype clash.
5489
5490 2001-02-17  Paul Eggert  <eggert@twinsun.com>
5491
5492         * mbswidth.c, quotearg.c (mbrtowc, mbsinit):
5493         Remove workaround macros for hosts that have mbrtowc but not
5494         mbstate_t, as we now insist on proper declarations for both
5495         before using mbrtowc.
5496
5497 2001-02-17  Jim Meyering  <meyering@lucent.com>
5498
5499         * regex.c: Update from libc.
5500
5501 2001-02-16  Paul Eggert  <eggert@twinsun.com>
5502
5503         * alloca.c (malloc): Undef before defining, since stdlib.h
5504         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
5505         Reported by Mark Hounschell via Paul Eggert.
5506
5507 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
5508
5509         * config.charset: Update for FreeBSD 4.2.
5510
5511 2001-01-26  Jim Meyering  <meyering@lucent.com>
5512
5513         * quotearg.c: Include stddef.h.
5514         * quote.c: Include stddef.h.
5515         Reported by Axel Kittenberger.
5516
5517         * xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
5518         line in double quotes so that it evokes a better diagnostic.
5519         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
5520         Reported by Axel Kittenberger.
5521
5522 2001-01-15  Bruno Haible  <haible@clisp.cons.org>
5523
5524         * unicodeio.c (print_unicode_char): Cast the second iconv() arg,
5525         to avoid a warning.  Add back 'const' to inptr.
5526
5527 2001-01-16  Jim Meyering  <meyering@lucent.com>
5528
5529         * basename.c: Include <stdio.h>, needed by assert on SunOS 4.
5530         From Bruno Haible.
5531
5532 2001-01-14  Jim Meyering  <meyering@lucent.com>
5533
5534         * rename.c: New file.  From Volker Borchert.
5535         Include stdlib.h, string.h or strings.h, and xalloc.h.
5536         Use strip_trailing_slashes rather than open-coding it.
5537
5538 2001-01-03  Paul Eggert  <eggert@twinsun.com>
5539
5540         * strftime.c: Sync with glibc time/strftime.c 1.81.
5541
5542 2001-01-03  Jim Meyering  <meyering@lucent.com>
5543
5544         * unicodeio.c (print_unicode_char): Remove `const' from declaration of
5545         local `inptr' to avoid warning with some system declarations of iconv.
5546
5547 2000-12-29  Paul Eggert  <eggert@twinsun.com>
5548
5549         * modechange.c: Do not assume that mode_t uses the
5550         traditional octal encoding.  E.g. "chmod 1 FOO" should set
5551         the other-execute bit of FOO even if S_IXOTH != 1.
5552
5553         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
5554         WOTH, XOTH, ALLM): New macros.
5555         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
5556          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
5557         Use them.
5558         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
5559         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
5560         (mode_compile):
5561         No need to use uintmax_t; unsigned long is long enough.
5562         Don't bother to get suffix since we don't use it.
5563
5564 2000-12-24  Jim Meyering  <meyering@lucent.com>
5565
5566         * hash.c (is_prime): Return explicit boolean values.
5567         (hash_get_first): Return NULL to appease Irix5.6's 89.
5568         Reported by Nelson Beebe.
5569
5570 2000-10-31  Bruno Haible  <haible@clisp.cons.org>
5571
5572         * localcharset.c (locale_charset): Add support for Win32.
5573
5574 2000-12-18  Paul Eggert  <eggert@twinsun.com>
5575
5576         * physmem.h, physmem.c: New files.
5577
5578         * Makefile.am (libfetish_a_SOURCES): Add physmem.c.
5579         (noinst_HEADERS): Add physmem.h.
5580
5581         * xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
5582         't' for compatibility with Solaris 8 sort.
5583
5584 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
5585
5586         * config.charset: Add support for BeOS.
5587
5588 2000-12-16  Jim Meyering  <meyering@lucent.com>
5589
5590         * getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
5591         SHELLS_FILE to a file name that's useful on djgpp systems.
5592         Include stdlib.h.
5593         (ADDITIONAL_DEFAULT_SHELLS): Define.
5594         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
5595         Based mostly on a patch from Prashant TR.
5596
5597 2000-12-16  Jim Meyering  <meyering@lucent.com>
5598
5599         This bug had a serious impact on chown: `chown N:M FILE' (for integer
5600         N and M) would have treated it like `chown N:N FILE'.
5601
5602         * userspec.c (parse_user_spec): Fix typo: s/u/g/.
5603
5604 2000-10-31  Bruno Haible  <haible@clisp.cons.org>
5605
5606         * config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB, VISCII,
5607         CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256, CP1257
5608         to the list of canonical encodings. Rename EUC-CN to GB2312.
5609
5610 2000-12-08  Andreas Schwab  <schwab@suse.de>
5611
5612         * mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
5613         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
5614
5615 2000-12-07  Jim Meyering  <meyering@lucent.com>
5616
5617         * stripslash.c (ISSLASH): Define.
5618         (strip_trailing_slashes): Use ISSLASH rather than comparing against `/'.
5619         From Prashant TR.
5620
5621         * dirname.c (FILESYSTEM_PREFIX_LEN): Define.
5622         (dir_name_r): Declare this function as static.
5623         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
5624         manifest itself on a name containing a mix of slashes and
5625         backslashes.
5626         Make this function work with names starting with a DOS-style
5627         drive letter and colon prefix.
5628         (dir_name): Append `.' if necessary.
5629         Based mostly on patches from Prashant TR and Eli Zaretskii.
5630
5631         * dirname.h (dir_name_r): Remove prototype.
5632
5633 2000-12-05  Jim Meyering  <meyering@lucent.com>
5634
5635         * dirname.c (dir_name_r): Add `const' in a few local declarations.
5636
5637 2000-12-04  Jim Meyering  <meyering@lucent.com>
5638
5639         * path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
5640         Also include memory.h, stdlib.h, unistd.h if appropriate.
5641         Reported by Andreas Jaeger (conflicting declaration of malloc).
5642
5643 2000-12-02  Jim Meyering  <meyering@lucent.com>
5644
5645         * closeout.h: Make idempotent, to avoid some obscure warnings.
5646
5647 2000-12-01  Paul Eggert  <eggert@twinsun.com>
5648
5649         * memrchr.c: Include <config.h> before any system include file.
5650
5651 2000-11-29  Paul Eggert  <eggert@twinsun.com>
5652
5653         * dirname.c (dir_name_r): Fix typo: int -> size_t.
5654
5655 2000-11-26  Jim Meyering  <meyering@lucent.com>
5656
5657         * memcoll.c: Include sys/types.h.  From Werner Almesberger.
5658
5659 2000-11-22  Paul Eggert  <eggert@twinsun.com>
5660
5661         * strftime.c (my_strftime): Do not invoke mbrlen with a
5662         size of (size_t) -1; it's not portable.
5663
5664 2000-11-17  Akim Demaille  <akim@epita.fr>
5665
5666         * obstack.h: Formatting changes.
5667         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
5668         prevent type checking.
5669         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
5670         cast the value to (void *): assigning a `foo *' to a `void *'
5671         variable is valid.
5672         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
5673
5674 2000-11-17  Jim Meyering  <meyering@lucent.com>
5675
5676         * strstr.c: Update from GNU libc.
5677
5678 2000-11-16  Jim Meyering  <meyering@lucent.com>
5679
5680         * strverscmp.c: Incorporate weak-alias-related changes from glibc.
5681
5682 2000-11-11  Jim Meyering  <meyering@lucent.com>
5683
5684         * error.c: Add a couple #includes, merging from GNU libc version.
5685
5686 2000-11-10  Jim Meyering  <meyering@lucent.com>
5687
5688         * obstack.h: Update from GNU libc.
5689         * obstack.c: Likewise.
5690
5691 2000-11-06  Paul Eggert  <eggert@twinsun.com>
5692
5693         * getusershell.c (setusershell): Use rewind rather than
5694         fseek/fseeko, to avoid configuration hassles with fseeko.
5695         Don't bother opening SHELLS_FILE if shellstream is NULL;
5696         it's not necessary.
5697
5698 2000-11-05  Jim Meyering  <meyering@lucent.com>
5699
5700         * makepath.h (make_dir): Declare.
5701         * makepath.c (make_dir): Remove `static' attribute.
5702         Tweak a comment.
5703
5704 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
5705
5706         * hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
5707         last one in a bucket, advance to the next bucket.
5708
5709 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
5710
5711         * fnmatch.c: Do not comment out all the code if we are using
5712         the GNU C library, because in some cases we are replacing buggy
5713         code in the GNU C library itself.
5714
5715 2000-10-30  Paul Eggert  <eggert@twinsun.com>
5716
5717         * error.h, getline.h, modechange.h:
5718         Remove "2000" from Copyright line, as the file hasn't been
5719         changed this year other than in the copyright notice.
5720
5721         * xalloc.h: Add "2000" to Copyright line, as this file
5722         was changed this year.
5723
5724 2000-10-30  Paul Eggert  <eggert@twinsun.com>
5725
5726         * fnmatch.c (FOLD): Do not assume that characters are unsigned.
5727         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
5728         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
5729
5730 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
5731
5732         * regex.h (__restrict_arr): Move definition out of #ifndef block.
5733         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
5734         doesn't define __restrict_arr.
5735
5736 2000-10-29  Jim Meyering  <meyering@lucent.com>
5737
5738         * xstat.in: Fix grammar in comment.
5739
5740 2000-10-28  Jim Meyering  <meyering@lucent.com>
5741
5742         * memchr.c: Update from libc.
5743         Adjust for portability:
5744         [HAVE_STDLIB_H]: Include stdlib.h.
5745         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
5746         Undef __memchr, too.
5747         [!weak_alias]: Define __memchr to memchr.
5748
5749         * regex.c: Update from libc.
5750         * regex.h: Likewise.
5751         * getopt1.c: Likewise.
5752         * memcmp.c: Likewise.
5753
5754         * getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
5755         Avoid using fseek, when possible -- it's broken by design.
5756         Patch by Ulrich Drepper.
5757
5758 2000-10-26  Jim Meyering  <meyering@lucent.com>
5759
5760         * strftime.c: Update from libc.
5761
5762 2000-10-25  Jim Meyering  <meyering@lucent.com>
5763
5764         * obstack.c: Update from libc.
5765
5766 2000-10-23  Jim Meyering  <meyering@lucent.com>
5767
5768         * hard-locale.c (hard_locale): Revert last change -- it was simply
5769         wrong.  That set_locale call must not have any side effects.
5770         From Paul Eggert.
5771
5772 2000-10-22  Jim Meyering  <meyering@lucent.com>
5773
5774         * md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
5775         [CYCLIC]: Remove now-unused definition.
5776
5777         * save-cwd.c (O_DIRECTORY): Define, if needed.
5778         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
5779         Suggestion from Ulrich Drepper.
5780
5781 2000-10-21  Jim Meyering  <meyering@lucent.com>
5782
5783         * dirname.c (dir_name_r): New function, factored out of dir_name.
5784         (dir_name): Use dir_name_r.
5785         * dirname.h (dir_name_r): Declare it.
5786
5787 2000-10-21  Jim Meyering  <meyering@lucent.com>
5788
5789         * dirname.c (memrchr): Declare if necessary.
5790         (dir_name): Remove the restriction that there be no
5791         trailing slashes.  Now, this code skips past them, effectively
5792         ignoring them.
5793         [TEST_DIRNAME] (main): New unit tests.
5794
5795         * memrchr.c: New file from GNU libc.
5796         Undef __memrchr, too.
5797         [!weak_alias]: Define __memrchr to memrchr.
5798         Guard weak_alias use with `#ifdef weak_alias'.
5799
5800 2000-10-17  Jim Meyering  <meyering@lucent.com>
5801
5802         * quote.h (PARAMS): Define and use.
5803         Reported by Akim Demaille.
5804
5805         * getopt.c: Update from libc.
5806
5807 2000-10-16  Jim Meyering  <meyering@lucent.com>
5808
5809         * hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to setlocale.
5810         From Jan Fedak.
5811
5812 2000-09-25  Jim Meyering  <meyering@lucent.com>
5813
5814         * md5.h (rol): Define (from GnuPG).
5815
5816         * sha.c: Give credit (GnuPG) where due.
5817         (M): Use rol rather than open-coding it.
5818         Add a FIXME comment.
5819
5820 2000-09-21  Jim Meyering  <meyering@lucent.com>
5821
5822         * userspec.c (parse_user_spec): Remove debugging printf I'd added.
5823         Reported by Michael Stone.
5824
5825 2000-09-20  Jim Meyering  <meyering@lucent.com>
5826
5827         * Makefile.am (libfetish_a_SOURCES): Add sha.c.
5828         (noinst_HEADERS): Add sha.h.
5829         Based on code from Scott G. Miller and from GnuPG.
5830
5831 2000-09-15  Jim Meyering  <meyering@lucent.com>
5832
5833         * regex.c: Update from libc.
5834
5835 2000-09-10  Jim Meyering  <meyering@lucent.com>
5836
5837         * getopt.c (_getopt_internal): Update from glibc.
5838
5839 2000-09-09  Jim Meyering  <meyering@lucent.com>
5840
5841         * quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
5842         think it should be used as a general replacement for isascii.
5843         * fnmatch.c: Likewise.
5844         * mbswidth.c: Likewise
5845         * regex.c: Likewise.
5846
5847         Don't use atoi.
5848         * userspec.c: Include sys/param.h and limits.h.
5849         Include xstrtol.h.
5850         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
5851         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
5852         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
5853         UID, GID.  Check range.
5854
5855 2000-09-06  Jim Meyering  <meyering@lucent.com>
5856
5857         * getopt.c (_getopt_internal): Update from glibc.
5858
5859 2000-08-30  Jim Meyering  <meyering@lucent.com>
5860
5861         * strftime.c: Merge in changes from GNU libc.
5862
5863 2000-08-26  Jim Meyering  <meyering@lucent.com>
5864
5865         * closeout.c: Include "__fpending.h".
5866         (close_stdout_status): Return right away if there's nothing to flush.
5867
5868         * Makefile.am (noinst_HEADERS): Add __fpending.h.
5869         * __fpending.c: New file.
5870         * __fpending.h: New file.
5871
5872 2000-08-07  Paul Eggert  <eggert@twinsun.com>
5873
5874         Standardize on "memory exhausted" instead of "Memory exhausted"
5875         or "virtual memory exhausted".
5876         * obstack.c (print_and_abort): Use "memory exhausted", not
5877         "virtual memory exhausted".
5878         * same.c (same_name): Invoke xalloc_die instead of printing
5879         our own message.
5880         * userspec.c (parse_user_spec): Likewise.
5881         * bumpalloc.h: comment fix
5882         * same.c, userspec.c: Include xalloc.h.
5883
5884         * xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
5885         not char *const and pointing to a constant array.
5886         * xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
5887         (xrealloc): Comment fix.
5888
5889         * userspec.c (parse_user_spec):
5890         Don't translate a message until just before returning,
5891         to avoid unnecessary translation.
5892
5893 2000-08-07  Jim Meyering  <meyering@lucent.com>
5894
5895         * addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
5896         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
5897         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
5898         getgroups.c, gethostname.c, getopt.h, group-member.c,
5899         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
5900         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
5901         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
5902         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
5903         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
5904         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
5905         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
5906         yesno.c: Back out Copyright date changes for each file with no change
5907         this year.  This eases coordination with other programs using the same
5908         source code modules.  From Paul Eggert.
5909
5910 2000-08-03  Greg McGary  <greg@mcgary.org>
5911
5912         * regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
5913         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
5914         (EXTEND_BUFFER): Use them.
5915
5916 2000-08-01  Jim Meyering  <meyering@lucent.com>
5917
5918         * dirname.c (ISSLASH): Define.
5919         (BACKSLASH_IS_PATH_SEPARATOR): Define.
5920         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
5921         both `\' and `/' may be use as path separators.
5922         Based on a patch from Prashant TR.
5923
5924 2000-07-31  Paul Eggert  <eggert@twinsun.com>
5925
5926         * quotearg.c (quotearg_n_options): Don't make the initial
5927         slot vector a constant, since it might get modified.
5928
5929 2000-07-31  Jim Meyering  <meyering@lucent.com>
5930
5931         * xmalloc.c: Use `virtual memory exhausted', not `Memory exhausted'.
5932         * obstack.c (print_and_abort): Likewise.
5933
5934 2000-07-30  Paul Eggert  <eggert@twinsun.com>
5935
5936         * quotearg.c (quotearg_n_options): Preallocate a slot 0
5937         buffer, so that the caller can always quote one small
5938         component of a "memory exhausted" message in slot 0.
5939         From a suggestion by Jim Meyering.
5940
5941 2000-07-30  Jim Meyering  <meyering@lucent.com>
5942
5943         * makepath.c (make_path): Quote the other instance, too.
5944
5945         * quotearg.c (N_STATIC_SLOTVECS): Define.
5946         (STATIC_BUF_SIZE): Define.
5947         (quotearg_n_options): Use only statically allocated storage when
5948         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
5949         than STATIC_BUF_SIZE.
5950
5951 2000-07-29  Jim Meyering  <meyering@lucent.com>
5952
5953         * diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
5954         * dirname.c (dir_name): Likewise.
5955
5956         * basename.c (base_name): Use ISSLASH rather than comparing against `/'.
5957
5958         * dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
5959         (dir_name): Assert that there are no trailing slashes.
5960
5961 2000-07-18  Bruno Haible  <haible@clisp.cons.org>
5962
5963         * mbswidth.h (mbswidth): Add a flags argument.
5964         (mbswidth): New declaration.
5965         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
5966         * mbswidth.c (mbswidth): Add a flags argument.
5967         (mbsnwidth): New function.
5968
5969 2000-07-24  Jim Meyering  <meyering@lucent.com>
5970
5971         * mbswidth.c: Remove useless #else.  From Bruno Haible.
5972
5973 2000-07-23  Paul Eggert  <eggert@twinsun.com>
5974
5975         * mbswidth.c (_XOPEN_SOURCE):
5976         Don't define; this causes problems on Solaris 7.
5977         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
5978
5979 2000-07-23  Paul Eggert  <eggert@twinsun.com>
5980
5981         * quotearg.c:
5982         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
5983         so that mbstate_t is always defined.
5984
5985         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
5986         be 1 in at least one GCC installation, and this configuration
5987         error is likely to be common.  Ignoring MB_LEN_MAX hurts
5988         performance on hosts that have mbrtowc but have only unibyte
5989         locales, but I assume these hosts are rare.
5990
5991 2000-07-23  Paul Eggert  <eggert@twinsun.com>
5992
5993         * quotearg.c: Streamline by invoking multibyte code only if needed.
5994         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
5995         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
5996         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
5997         invoke multibyte primitives.
5998
5999 2000-07-23  Jim Meyering  <meyering@lucent.com>
6000
6001         * basename.c (base_name): Add an assertion.
6002
6003 2000-07-15  Bruno Haible  <clisp.cons.org>
6004
6005         * quotearg.c: When the system forces us to redefine mbstate_t,
6006         shadow its mbsinit function.
6007
6008 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
6009
6010         * mbswidth.h: New file.
6011         * mbswidth.c: New file.
6012         * Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
6013         (noinst_HEADERS): Add mbswidth.h.
6014
6015 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
6016
6017         * config.charset: Add support for FreeBSD. Improve support for HP-UX
6018         and IRIX 6.
6019
6020 2000-07-15  Jim Meyering  <meyering@lucent.com>
6021
6022         * makepath.c: Include quote.h.
6023         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
6024         corresponding argument in a `quote (...)' call.
6025         Give better diagnostics.
6026
6027         * Makefile.am (libfetish_a_SOURCES): Add quote.c.
6028         (noinst_HEADERS): Add quote.h.
6029
6030         * quote.c (quote, quote_n): New file.  Two functions taken verbatim
6031         from tar's src/misc.c.
6032         * quote.h: New file.  Prototypes for same.
6033
6034 2000-07-10  Paul Eggert  <eggert@twinsun.com>
6035
6036         From a suggestion by Bruno Haible.
6037         * quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
6038         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
6039         to decide whether to define the BeOS workaround macro;
6040         this adjusts to the change to AC_MBSTATE_T.
6041
6042 2000-07-13  Paul Eggert  <eggert@twinsun.com>
6043
6044         * quotearg.h (enum quoting style): New enum clocale_quoting_style.
6045
6046         * quotearg.c (quoting_style_args, quoting_style_vals,
6047         quotearg_buffer_restyled): Add support for
6048         clocale_quoting_style.  Undo previous change to
6049         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
6050         and "{RIGHT QUOTATION MARK}" msgids.
6051
6052 2000-07-05  Paul Eggert  <eggert@twinsun.com>
6053
6054         The old behavior of quoting `like this' doesn't look good with
6055         newer, ISO-style fonts.  See:
6056         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
6057
6058         Instead, quote "like this" by default.  Let the translator
6059         tailor the locale-specific quoting behavior by providing
6060         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
6061
6062         * quotearg.c (N_): New macro.
6063         (gettext_default): New function.
6064         (quotearg_buffer_restyled): Use
6065         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
6066         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
6067
6068 2000-07-09  Jim Meyering  <meyering@lucent.com>
6069
6070         * Most files: Update copyright dates to include 2000.
6071
6072 2000-07-08  Jim Meyering  <meyering@lucent.com>
6073
6074         * xgethostname.c (ENAMETOOLONG): Define to an unlikely value
6075         if not defined.
6076         (xgethostname): Remove now-unnecessary #ifdef.
6077         Move declaration of `err' into loop where it's used.
6078
6079 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
6080
6081         * xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
6082         by allocating a larger buffer. Test the gethostname return value for
6083         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
6084         returns an error and ENAMETOOLONG isn't defined.
6085
6086 2000-07-05  Paul Eggert  <eggert@twinsun.com>
6087         and Bruno Haible  <haible@clisp.cons.org>
6088
6089         * quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
6090
6091 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
6092
6093         * quotearg.c (struct quoting_options): Simplify quote_these_too
6094         dimension.
6095
6096 2000-07-03  Jim Meyering  <meyering@lucent.com>
6097
6098         * strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
6099         Reported by Bruno Haible.
6100
6101 2000-07-04  Jim Meyering  <meyering@lucent.com>
6102
6103         * quotearg.c: Make inclusion of <wchar.h> independent of whether
6104         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
6105         lacks mbrtowc.
6106
6107 2000-07-03  Paul Eggert  <eggert@twinsun.com>
6108         and Bruno Haible  <haible@clisp.cons.org>
6109
6110         * quotearg.c (mbrtowc):
6111         Assign to *pwc, and return 1 only if result is nonzero.
6112         (iswprint): Use ISPRINT when substituting our own mbrtowc.
6113
6114 2000-07-03  Jim Meyering  <meyering@lucent.com>
6115
6116         * readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
6117         This is necessary to get a definition of e.g., UTMP_FILE on HP-UX 10.20.
6118         From Bob Proulx.
6119
6120 2000-07-02  Jim Meyering  <meyering@lucent.com>
6121
6122         * quotearg.c (mbstate_t): Don't define here.
6123
6124 2000-07-02  Jim Meyering  <meyering@lucent.com>
6125
6126         * nanosleep.c (SIGCONT): Define if not already defined.
6127
6128 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
6129
6130         * mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
6131         per change in ../m4/ls-mntd-fs.m4.
6132         (read_filesystem_list): Ignore symbolic links.
6133
6134 2000-06-29  Jim Meyering  <meyering@lucent.com>
6135
6136         * same.c: Include <string.h> or <strings.h>, as appropriate,
6137         for declaration of strcmp.
6138
6139         * long-options.c: Include <stdlib.h>, for declaration of exit.
6140
6141         * mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
6142         Avoid warning by casting result to `char *' to remove `const'.
6143
6144 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
6145
6146         * Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
6147
6148 2000-06-26  Paul Eggert  <eggert@twinsun.com>
6149
6150         savedir now sets errno on failure and invokes xmalloc to get memory.
6151         Fix a couple of other minor bugs while we're at it.
6152
6153         * savedir.c (<unistd.h>): Do not include; there's no need.
6154         (NAMLEN): Remove macro.
6155         (malloc, realloc): Remove decls.
6156         (stpcpy): Likewise.
6157         ("xalloc.h"): Include.
6158         (NAME_SIZE_DEFAULT): New macro.
6159         (savedir): Use xmalloc / xrealloc to allocate memory.
6160         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
6161         Skip "" directory entries.
6162         Use strlen to calculate directory entry length, since the old method
6163         is rarely used these days and isn't worth supporting.
6164         Don't use a pointer after freeing it.
6165         Check for integer overflow when calculating allocation size.
6166         Use memcpy to copy entries, instead of stpcpy.
6167         Set errno properly when returning NULL.
6168         Check for readdir error.
6169
6170 2000-06-26  Jim Meyering  <meyering@lucent.com>
6171
6172         * posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
6173
6174 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
6175
6176         * getusershell.c (xmalloc, xrealloc): Remove functions.
6177         Include xalloc.h.
6178         Don't include <stdlib.h>.  Don't declare malloc, realloc.
6179
6180 2000-06-23  Bruno Haible  <haible@clisp.cons.org>
6181
6182         * unicodeio.c (print_unicode_char): Work around ansi2knr deficiency.
6183
6184 2000-06-24  Jim Meyering  <meyering@lucent.com>
6185
6186         * error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
6187
6188 2000-06-21  Jim Meyering  <meyering@lucent.com>
6189
6190         * getpass.c: New file, from Bruno Haible.  Required for BeOS.
6191
6192 2000-06-19  Paul Eggert  <eggert@twinsun.com>
6193
6194         * quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
6195         (mbrtowc, mbstate_t): Define substitutes if
6196         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
6197         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
6198         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
6199
6200 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
6201
6202         * xgetcwd.c (xgetcwd): If the required pathname length is smaller
6203         than 1024, return a memory chunk of least possible size, instead
6204         of size PATH_MAX + 2. In the loop, increment the size proportionally.
6205         Use free/xmalloc instead of xrealloc to avoid copying for very long
6206         paths.
6207
6208 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
6209
6210         * canon-host.c (canon_host): Use malloc and memcpy to copy an
6211         address, not strdup.  Include <stdlib.h> and don't declare free().
6212
6213 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
6214
6215         * path-concat.c (path_concat): Don't access dir[-1] if dir is
6216         the empty string.
6217
6218 2000-06-21  Jim Meyering  <meyering@lucent.com>
6219
6220         * Makefile.am (libfetish_a_SOURCES): Add getstr.c.
6221         (noinst_HEADERS): Add getstr.h.
6222
6223         * getline.c (getstr): Move into a separate file.
6224         * getstr.c (getstr): New file, extracted from getline.c, with
6225         the following changes: new parameter, delim2; both delim[12]
6226         parameters have type `int', not `char'.  The latter would lose
6227         with 8-bit delimiters.
6228         * getstr.h: New file.
6229
6230 2000-06-19  Jim Meyering  <meyering@lucent.com>
6231
6232         * getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
6233
6234 2000-06-18  Jim Meyering  <meyering@lucent.com>
6235
6236         * mkdir.c: Remove file, due mainly to copyright incompatibility.
6237         Besides, these days every porting target provides a mkdir function.
6238
6239         * strnlen.c: Include memory.h, string.h, and/or strings.h as needed.
6240         (this snippet comes from src/system.h).
6241
6242 2000-06-15  Paul Eggert  <eggert@twinsun.com>
6243
6244         * human.c (adjust_value): New function.
6245         (human_readable_inexact): Apply rounding style even when
6246         printing approximate values.
6247
6248 2000-06-14  Paul Eggert  <eggert@twinsun.com>
6249
6250         * human.c (human_readable_inexact): Allow an input block
6251         size that is not a multiple of the output block size, and vice versa.
6252         Reported by Piergiorgio Sartor.
6253
6254 2000-06-14  Paul Eggert  <eggert@twinsun.com>
6255
6256         * getdate.y (get_date): Apply relative times after time
6257         zone indicator, not before.  Reported by Todd A. Jacobs.
6258
6259 2000-06-13  Jim Meyering  <meyering@lucent.com>
6260
6261         * Makefile.am (all-local): Depend on lstat.c and stat.c.
6262
6263         * xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
6264
6265 2000-06-12  Paul Eggert  <eggert@twinsun.com>
6266
6267         * xstat.in: Include <stdlib.h> in lstat, to declare "free".
6268
6269 2000-06-04  Paul Eggert  <eggert@twinsun.com>
6270
6271         * strnlen.c: Include <config.h> if HAVE_CONFIG_H.
6272
6273 2000-06-04  Jim Meyering  <meyering@lucent.com>
6274
6275         * getugroups.c (getugroups): Cast -1 to gid_t, for systems like
6276         SunOS 4.1.4 for which gid_t is an unsigned type.
6277
6278 2000-06-03  Jim Meyering  <meyering@lucent.com>
6279
6280         * strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
6281
6282 2000-05-26  Bruno Haible  <haible@clisp.cons.org>
6283
6284         * Makefile.am (install-exec-local): On systems with glibc-2.1 or
6285         newer, don't install charset.alias.
6286         * config.charset: Change the Linux/glibc rules so they become empty
6287         on glibc-2.1 or newer.
6288
6289 2000-06-02  Jim Meyering  <meyering@lucent.com>
6290
6291         * mountlist.c: Back out last change.  Instead, do this...
6292         * mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the me_dummy
6293         member using the same `ignore'-testing code.
6294         * mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
6295         fs_type strings.
6296         From Mark D. Roth.
6297
6298 2000-05-29  Jim Meyering  <meyering@lucent.com>
6299
6300         * mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore mounts
6301         with the `ignore' attribute.  Based on a patch from Mark D. Roth.
6302
6303 2000-05-22  Jim Meyering  <meyering@lucent.com>
6304
6305         * makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
6306
6307 2000-05-18  Jim Meyering  <meyering@lucent.com>
6308
6309         * hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
6310         back, too, since it may have been modified by allocate_entry.
6311         (hash_delete): Rewrite to use neither the assignment operator
6312         nor the comma operator in an if-expression.
6313
6314 2000-05-15  Paul Eggert  <eggert@twinsun.com>
6315
6316         * closeout.c:
6317         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
6318         Remove; no longer needed.
6319         "quotearg.h": Add include.
6320         (file_name): Do not bother to explicitly initialize to NULL; it's less
6321         efficient on some hosts.
6322         (close_stdout_status): Remove test as to whether stdout was already
6323         closed; it breaks for the case "echo x | sort >&-".
6324         Quote file name colons.
6325         Do not assume that _("write error") lacks format strings.
6326
6327 2000-05-15  Jim Meyering  <meyering@lucent.com>
6328
6329         * version-etc.c (version_etc_copyright): Update the copyright string
6330         used in all --version output.
6331
6332 2000-05-14  Jim Meyering  <meyering@lucent.com>
6333
6334         * closeout.c (close_stdout_set_file_name): New function.
6335         (close_stdout_status): Use new file-scoped global.
6336         Return right away if fstat says the stdout file descriptor is invalid.
6337         * closeout.h (close_stdout_set_file_name): Declare.
6338
6339 2000-05-10  Jim Meyering  <meyering@lucent.com>
6340
6341         * closeout.c [default_exit_status]: New file-scoped variable.
6342         (close_stdout_set_status): New function.
6343         * closeout.h (close_stdout_set_status): Declare.
6344
6345 2000-05-08  Jim Meyering  <meyering@lucent.com>
6346
6347         * long-options.c: Don't include closeout.h.
6348         (parse_long_options): Don't call close_stdout for --version.
6349
6350 2000-05-06  Jim Meyering  <meyering@lucent.com>
6351
6352         * strnlen.c: Undefine __strnlen and strnlen.
6353         [!weak_alias]: Define __strnlen to strnlen.
6354
6355         * atexit.c: New file, from libiberty.
6356
6357 2000-05-06  Jim Meyering  <meyering@lucent.com>
6358
6359         * closeout.c (close_stdout_status): Also check for errors on the
6360         stderr stream.
6361
6362 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
6363
6364         * localcharset.c (get_charset_aliases): Use malloc, realloc and memcpy
6365         instead of xmalloc, xrealloc, path_concat.
6366         (locale_charset): Treat empty environment variables as absent.
6367         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
6368
6369 2000-05-04  Jim Meyering  <meyering@lucent.com>
6370
6371         * getopt.c: Update from glibc.
6372         * obstack.c: Likewise.
6373         * obstack.h: Likewise.
6374         * regex.c: Likewise.  NB: K&R compiler support is dropped for this file
6375
6376         * regex.h: Likewise.
6377         * strndup.c: Likewise.
6378         * strnlen.c: New file, from glibc.
6379
6380 2000-05-01  Jim Meyering  <meyering@lucent.com>
6381
6382         * full-write.c (full_write): Remove `FIXME' part of comment.
6383
6384 2000-04-29  Jim Meyering  <meyering@lucent.com>
6385
6386         * path-concat.c: Declare strdup only if it's not defined.
6387         * canon-host.c: Likewise.
6388
6389 2000-04-28  Jim Meyering  <meyering@lucent.com>
6390
6391         * rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to avoid
6392         redefinition warning on some systems (HPUX).  Otherwise, regex.h is
6393         included first, then limits.h is included by locale.h by libintl.h.
6394         From John David Anglin.
6395
6396 2000-04-25  Jim Meyering  <meyering@lucent.com>
6397
6398         * makepath.c (S_IRWXUGO): Define.
6399         (make_path): Always perform explicit chmod if MODE specifies any
6400         of the `special' permission bits.  Prompted by a bug report against
6401         install from Mate Wierdl and Joost van Baal.
6402
6403 2000-04-18  Jim Meyering  <meyering@lucent.com>
6404
6405         * README: New file.
6406
6407         * getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
6408         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
6409
6410 2000-04-17  Jim Meyering  <meyering@lucent.com>
6411
6412         * strftime.c (my_strftime) [strftime]: Declare strftime here, since
6413         the definition of it to rpl_strftime also defined-away the system's
6414         declaration.
6415
6416 2000-04-15  Jim Meyering  <meyering@lucent.com>
6417
6418         Use `C' to denote so-called `contiguous' files, the same way
6419         that tar does.
6420         * filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
6421         (ftypelet): Use S_ISCTG.
6422         From Michael Deutschmann.
6423
6424 2000-04-14  Jim Meyering  <meyering@lucent.com>
6425
6426         * strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
6427
6428 2000-04-08  Jim Meyering  <meyering@lucent.com>
6429
6430         * Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
6431         names don't conflict.  Reported by Eli Zaretskii.
6432
6433 2000-03-28  Bruno Haible  <haible@clisp.cons.org>
6434
6435         * unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
6436         bug.  Deal with the different error behavior of Irix iconv.
6437
6438 2000-04-07  Jim Meyering  <meyering@lucent.com>
6439
6440         * putenv.c: Move inclusion of errno.h so it follows that of sys/types.h,
6441         to work around system header problems on AIX 3.2.5.  From Bruno Haible.
6442
6443 2000-04-05  Jim Meyering  <meyering@lucent.com>
6444
6445         Portability tweaks required for ultrix4.3.
6446         * readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare getutent.
6447         * readutmp.c: Include sys/types.h before sys/stat.h.
6448         * canon-host.c: Declare strdup.
6449         * path-concat.c: Likewise.
6450         From John David Anglin.
6451
6452 2000-04-04  Jim Meyering  <meyering@lucent.com>
6453
6454         Be more DOS 8.3-friendly.
6455         * ref-add.sin: Renamed from ref-add.sed.in.
6456         * ref-del.sin: Renamed from ref-del.sed.in.
6457         * Makefile.am: Reflect renaming.
6458         Reported by Eli Zaretskii.
6459
6460         Use a temporary file name that won't clash with `charset.alias'
6461         in the DOS 8.3 name space.
6462         * Makefile.am (charset_tmp): Define.
6463         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
6464         (uninstall-local): Likewise.
6465         Reported by Eli Zaretskii.
6466
6467 2000-03-29  Paul Eggert  <eggert@twinsun.com>
6468
6469         * time/strftime.c (my_strftime): Make sure we call the system
6470         strftime, not ourselves, when invoking the underlying strftime.
6471
6472 2000-03-24  Jim Meyering  <meyering@lucent.com>
6473
6474         * Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
6475         (charset_alias): Define.
6476         (install-exec-local): Factor out common code.
6477         (uninstall-local): Split lines longer than 80.
6478         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
6479         (SUFFIXES): Define.
6480         (.sed.in.sed): New rule.  Don't redirect directly to $@.
6481         (CLEANFILES): Add ref-add.sed and ref-del.sed.
6482
6483 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
6484
6485         * config.charset: Output a line containing "Packages using this file".
6486         * ref-add.sed.in, ref-del.sed.in: New files.
6487         * Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
6488         ref-del.sed): New rules.
6489
6490 2000-03-17  Jim Meyering  <meyering@lucent.com>
6491
6492         * unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
6493         Otherwise, include <strings.h>
6494
6495 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
6496
6497         * unicodeio.c (utf8_wctomb): New function.
6498         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
6499         format instead of in UCS-4 with platform dependent endianness.
6500
6501 2000-03-07  Paul Eggert  <eggert@twinsun.com>
6502
6503         * savedir.c (savedir): Work even if directory size is
6504         negative; this can happen with some screwy NFS configurations.
6505
6506 2000-03-06  Jim Meyering  <meyering@lucent.com>
6507
6508         * localcharset.c (get_charset_aliases): Don't try to free file_name
6509         if it's NULL (because we ran out of memory).  From Bruno Haible.
6510
6511 2000-03-05  Jim Meyering  <meyering@lucent.com>
6512
6513         * localcharset.c ("path-concat.h"): Include.
6514         (get_charset_aliases): Use path_concat instead of ANSI string
6515         concatenation.
6516
6517         * unicodeio.h (PARAMS): Define.
6518         Use it to guard prototype.
6519
6520 2000-03-04  Jim Meyering  <meyering@lucent.com>
6521
6522         * Makefile.am (install-exec-local): Create $(libdir) before installing
6523         into it.
6524         (uninstall-local): Uncomment this rule so `make distcheck' works
6525         once again.
6526
6527         * unicodeio.c (<errno.h>): Include it.
6528         (errno): Declare if not defined.
6529
6530         * localcharset.c: Add Bruno's comment justifying use of volatile.
6531
6532         * config.charset: New version, incorporating remarks from a linux
6533         i18n mailing list.  From Bruno Haible.
6534
6535 2000-03-02  Jim Meyering  <meyering@lucent.com>
6536
6537         * Makefile.am (EXTRA_DIST): Add config.charset.
6538
6539 2000-03-01  Jim Meyering  <meyering@lucent.com>
6540
6541         * localcharset.c: Guard some #includes with `#if HAVE_...'.
6542         * unicodeio.c: Likewise.
6543
6544 2000-02-02  Bruno Haible  <haible@clisp.cons.org>
6545
6546         * config.charset: New file.
6547         * localcharset.c: New file.
6548         * unicodeio.h, unicodeio.c: New files.
6549         * Makefile.am (DEFS): Add -DLIBDIR=...
6550         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
6551         (noinst_HEADERS): Add unicodeio.h.
6552         (all-local, install-exec-local, charset.alias): New targets.
6553
6554 2000-02-28  Paul Eggert  <eggert@twinsun.com>
6555
6556         * quotearg.c (ALERT_CHAR): New macro.
6557         (quotearg_buffer_restyled): Use it.
6558
6559 2000-02-27  Jim Meyering  <meyering@lucent.com>
6560
6561         * strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
6562         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
6563
6564         * backupfile.c: Guard inclusion of stdlib.h with `#if HAVE_STDLIB_H',
6565         not `#if STDC_HEADERS'.
6566         Declare malloc if needed.
6567
6568         * backupfile.c: Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..'
6569         now that autoconf always defines the HAVE_DECL_ symbols.
6570         * human.c: Likewise.
6571         * same.c: Likewise.
6572         * strtoumax.c: Likewise.
6573
6574         * backupfile.c: Arrange for cpp to fail if the configure-time
6575         declaration check was not run.
6576         * hash.c: Likewise.
6577         * human.c: Likewise.
6578         * same.c: Likewise.
6579         * strtoumax.c: Likewise.
6580
6581         * userspec.c (parse_user_spec): If there is no `:' but there is a `.',
6582         then first look up the entire `.'-containing string as a login name.
6583
6584 2000-02-18  Paul Eggert  <eggert@twinsun.com>
6585
6586         * getdate.y: Handle two-digit years with leading zeros correctly.
6587         (textint): New typedef.
6588         (parser_control): Member year changed from int to textint.
6589         All uses changed.
6590         (YYSTYPE): Removed; replaced by %union with int and textint members.
6591         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
6592         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
6593         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
6594         (tSNUMBER, tUNUMBER): Now of type <textintval>.
6595         (date, number, to_year): Use width of number in digits, not its value,
6596         to determine whether it's a 2-digit year, or a 2-digit time.
6597         (yylex): Store number of digits of numeric tokens.
6598         Reported by John Kendall.
6599
6600         (parser_control): Changed from struct parser_control to typedef (for
6601         consistency).  All uses changed.
6602
6603         (tID): Removed; not used.
6604         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
6605
6606 2000-02-14  Paul Eggert  <eggert@twinsun.com>
6607
6608         * getpagesize.h (getpagesize): Port to VMS for Alpha;
6609         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
6610
6611 2000-02-12  Jim Meyering  <meyering@lucent.com>
6612
6613         * userspec.c (ISDIGIT): Define it.
6614         (isdigit): Remove definition.
6615         (is_number): Use ISDIGIT, not isdigit.
6616         <libintl.h>: Include.
6617         (_ and N_): Define.
6618         (parse_user_spec): Mark translatable strings.
6619
6620 2000-02-10  Jim Meyering  <meyering@lucent.com>
6621
6622         With these changes, nanosleep.[ch] are finally enough like the other
6623         lib/* replacement files to compile on a few more losing systems.
6624
6625         * nanosleep.h: Don't include config.h.
6626         Remove prototype from declaration of nanosleep.
6627         (PARAMS): Remove now-unneeded definition.
6628         * nanosleep.c: #undef nanosleep.
6629         (rpl_nanosleep): Rename from nanosleep.
6630
6631 2000-02-03  Jim Meyering  <meyering@lucent.com>
6632
6633         * readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
6634         rather than with `#if HAVE_UTMPNAME'.
6635
6636 2000-02-01  Jim Meyering  <meyering@lucent.com>
6637
6638         * readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
6639
6640 2000-01-31  Jim Meyering  <meyering@lucent.com>
6641
6642         * nanosleep.h (nanosleep): Guard declaration with
6643         `#if ! HAVE_DECL_NANOSLEEP'.
6644         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
6645         the declaration in that vendor's sys/timers.h.
6646         Reported by Christian Krackowizer.
6647
6648         * quotearg.c (ISASCII): Add #undef and move definition to follow
6649         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
6650         (ISPRINT): Likewise.
6651         Reported by Tom Tromey.
6652
6653 2000-01-30  Jim Meyering  <meyering@lucent.com>
6654
6655         * readutmp.c (extract_trimmed_name): Use UT_USER instead of hard-coding
6656         uses of ->ut_name.  The latter doesn't work with new Linux header files
6657         where only utmpx.ut_user is declared.
6658
6659         * readutmp.h (UT_USER): Define.
6660
6661 2000-01-23  Jim Meyering  <meyering@lucent.com>
6662
6663         * Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
6664         obstack.c.
6665
6666 2000-01-22  Jim Meyering  <meyering@lucent.com>
6667
6668         * strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
6669         [! HAVE_DECL_STRTOULL]: Declare strtoull.
6670         Required for some AIX systems.  Reported by Christian Krackowizer.
6671         [TESTING] (main): New function.
6672
6673         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
6674         * dirname.c (dir_name): Support for DOS-style file names with drive
6675         letters.
6676
6677         * quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of iswprint.
6678
6679         * strverscmp.c (ISDIGIT): Define.
6680         (strverscmp): Use ISDIGIT, not isdigit.
6681
6682 2000-01-17  Paul Eggert  <eggert@twinsun.com>
6683
6684         * nanosleep.c (nanosleep):
6685         Don't use SA_INTERRUPT to decide whether to call sigaction, as
6686         POSIX.1 doesn't require SA_INTERRUPT and some systems
6687         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
6688         it's been part of POSIX.1 since day 1 (in 1988).
6689
6690 2000-01-17  Jim Meyering  <meyering@lucent.com>
6691
6692         * interlock: Remove unused file.  Reported by François Pinard.
6693
6694 2000-01-16  Paul Eggert  <eggert@twinsun.com>
6695
6696         * quotearg.c (quotearg_buffer_restyled): Do not quote
6697         alert, backslash, formfeed, and vertical tab unnecessarily in
6698         shell quoting style.
6699
6700
6701 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
6702 Free Software Foundation, Inc.
6703 Copying and distribution of this file, with or without modification,
6704 are permitted provided the copyright notice and this notice are preserved.