Mercurial > hg > octave-kai > gnulib-hg
annotate lib/ChangeLog @ 4533:dde0ece94ba0
Normalize leading white space and remove trailing white space.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Wed, 13 Aug 2003 06:48:58 +0000 |
parents | 67c56a27d86c |
children | 3358eb550c86 |
rev | line source |
---|---|
4531
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4523
diff
changeset
|
1 2003-08-12 Paul Eggert <eggert@twinsun.com> |
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4523
diff
changeset
|
2 |
4533
dde0ece94ba0
Normalize leading white space and remove trailing white space.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4531
diff
changeset
|
3 * argp-help.c, argp-parse.c, config.charset, getopt.h: |
dde0ece94ba0
Normalize leading white space and remove trailing white space.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4531
diff
changeset
|
4 Normalize leading white space and remove trailing white space. |
dde0ece94ba0
Normalize leading white space and remove trailing white space.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4531
diff
changeset
|
5 * ref-add.sin, ref-del.sin: Use '#' before empty line in copyright |
dde0ece94ba0
Normalize leading white space and remove trailing white space.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4531
diff
changeset
|
6 notice, as per ../config/srclist-update. |
dde0ece94ba0
Normalize leading white space and remove trailing white space.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4531
diff
changeset
|
7 |
4531
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4523
diff
changeset
|
8 Merge from coreutils. |
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4523
diff
changeset
|
9 * euidaccess.h: New file. |
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4523
diff
changeset
|
10 * euidaccess.c: Include it. |
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4523
diff
changeset
|
11 * .cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h, |
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4523
diff
changeset
|
12 vasnprintf.h, vasprintf.h. Remove strdup.c, gettext.h. |
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4523
diff
changeset
|
13 * regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space. |
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4523
diff
changeset
|
14 |
4523
6cc4874a100b
Work around the lack of wcslen() on Solaris 2.5.1.
Bruno Haible <bruno@clisp.org>
parents:
4522
diff
changeset
|
15 2003-08-11 Bruno Haible <bruno@clisp.org> |
6cc4874a100b
Work around the lack of wcslen() on Solaris 2.5.1.
Bruno Haible <bruno@clisp.org>
parents:
4522
diff
changeset
|
16 |
6cc4874a100b
Work around the lack of wcslen() on Solaris 2.5.1.
Bruno Haible <bruno@clisp.org>
parents:
4522
diff
changeset
|
17 * vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1. |
6cc4874a100b
Work around the lack of wcslen() on Solaris 2.5.1.
Bruno Haible <bruno@clisp.org>
parents:
4522
diff
changeset
|
18 (vasnprintf): Use it instead of wcslen. |
6cc4874a100b
Work around the lack of wcslen() on Solaris 2.5.1.
Bruno Haible <bruno@clisp.org>
parents:
4522
diff
changeset
|
19 |
4522
b2da55c5313c
Use a trick to ensure that _Bool can remain an enum and still promote
Bruno Haible <bruno@clisp.org>
parents:
4521
diff
changeset
|
20 2003-08-11 Bruno Haible <bruno@clisp.org> |
b2da55c5313c
Use a trick to ensure that _Bool can remain an enum and still promote
Bruno Haible <bruno@clisp.org>
parents:
4521
diff
changeset
|
21 |
b2da55c5313c
Use a trick to ensure that _Bool can remain an enum and still promote
Bruno Haible <bruno@clisp.org>
parents:
4521
diff
changeset
|
22 * stdbool_.h (_Bool): Undo last change; instead use a negative enum |
b2da55c5313c
Use a trick to ensure that _Bool can remain an enum and still promote
Bruno Haible <bruno@clisp.org>
parents:
4521
diff
changeset
|
23 value to ensure that _Bool promotes to int. Use #define for _Bool when |
b2da55c5313c
Use a trick to ensure that _Bool can remain an enum and still promote
Bruno Haible <bruno@clisp.org>
parents:
4521
diff
changeset
|
24 using the Solaris C compiler. Adds comments suggested by Paul Eggert. |
b2da55c5313c
Use a trick to ensure that _Bool can remain an enum and still promote
Bruno Haible <bruno@clisp.org>
parents:
4521
diff
changeset
|
25 |
4521
35feeb2d4811
update regex.h from libc
Karl Berry <karl@freefriends.org>
parents:
4517
diff
changeset
|
26 2003-08-10 Karl Berry <karl@gnu.org> |
35feeb2d4811
update regex.h from libc
Karl Berry <karl@freefriends.org>
parents:
4517
diff
changeset
|
27 |
35feeb2d4811
update regex.h from libc
Karl Berry <karl@freefriends.org>
parents:
4517
diff
changeset
|
28 * regex.h: update from libc (whitespace fix). |
35feeb2d4811
update regex.h from libc
Karl Berry <karl@freefriends.org>
parents:
4517
diff
changeset
|
29 |
4517 | 30 2003-08-09 Paul Eggert <eggert@twinsun.com> |
31 | |
32 Merge some files from coreutils. These changes were | |
33 originally made by Jim Meyering. | |
34 * lib/acl.c: Include <sys/types.h> before <sys/stat.h>; | |
35 many older Unixes require this. | |
36 * lib/alloca.c (alloca): Remove cast to argument of free; | |
37 no longer needed in C89. | |
38 * lib/alloca_.h, lib/regex.h: Fix white space to match | |
39 what GNU indent does. | |
40 | |
4506 | 41 2003-08-05 Paul Eggert <eggert@twinsun.com> |
42 | |
43 * bumpalloc.h: Remove. | |
44 | |
4499
08aada7d09e0
* getloadavg.c: Sync with Emacs and then change to conform to GNU coding style.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4494
diff
changeset
|
45 2003-08-04 Paul Eggert <eggert@twinsun.com> |
08aada7d09e0
* getloadavg.c: Sync with Emacs and then change to conform to GNU coding style.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4494
diff
changeset
|
46 |
08aada7d09e0
* getloadavg.c: Sync with Emacs and then change to conform to GNU coding style.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4494
diff
changeset
|
47 * getloadavg.c: Change copyright notice and spacing to conform to |
08aada7d09e0
* getloadavg.c: Sync with Emacs and then change to conform to GNU coding style.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4494
diff
changeset
|
48 GNU coding style. |
08aada7d09e0
* getloadavg.c: Sync with Emacs and then change to conform to GNU coding style.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4494
diff
changeset
|
49 |
4507
5723a1070053
Log yesterday's merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4506
diff
changeset
|
50 Merge from coreutils. |
5723a1070053
Log yesterday's merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4506
diff
changeset
|
51 * error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is 1. |
5723a1070053
Log yesterday's merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4506
diff
changeset
|
52 From glibc. |
5723a1070053
Log yesterday's merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4506
diff
changeset
|
53 * getdate.y (date): Also accept dates like May-23-2003; suggestion |
5723a1070053
Log yesterday's merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4506
diff
changeset
|
54 from Karl Berry, implemented by Jim Meyering. |
5723a1070053
Log yesterday's merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4506
diff
changeset
|
55 * getgroups.c: Include "xalloc.h" instead of declaring xalloc fns; |
5723a1070053
Log yesterday's merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4506
diff
changeset
|
56 from Dmitry V. Levin. |
5723a1070053
Log yesterday's merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4506
diff
changeset
|
57 Remove anachronistic cast of xrealloc. |
5723a1070053
Log yesterday's merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4506
diff
changeset
|
58 * fnmatch_.h (__const): Remove. Use 'const'. |
5723a1070053
Log yesterday's merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4506
diff
changeset
|
59 * fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper |
5723a1070053
Log yesterday's merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4506
diff
changeset
|
60 type. Otherwise, it wouldn't compile with at least /bin/cc on |
5723a1070053
Log yesterday's merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4506
diff
changeset
|
61 ymp-cray-unicos9.0.2.X. |
5723a1070053
Log yesterday's merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4506
diff
changeset
|
62 Combine two mostly-identical uses of alloca into one. |
5723a1070053
Log yesterday's merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4506
diff
changeset
|
63 Thanks to the Cray-Cyber project for access to a Cray Y-MP. |
5723a1070053
Log yesterday's merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4506
diff
changeset
|
64 |
4499
08aada7d09e0
* getloadavg.c: Sync with Emacs and then change to conform to GNU coding style.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4494
diff
changeset
|
65 2003-08-04 Dave Love <d.love@dl.ac.uk> |
08aada7d09e0
* getloadavg.c: Sync with Emacs and then change to conform to GNU coding style.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4494
diff
changeset
|
66 |
08aada7d09e0
* getloadavg.c: Sync with Emacs and then change to conform to GNU coding style.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4494
diff
changeset
|
67 [From Emacs.] |
08aada7d09e0
* getloadavg.c: Sync with Emacs and then change to conform to GNU coding style.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4494
diff
changeset
|
68 |
08aada7d09e0
* getloadavg.c: Sync with Emacs and then change to conform to GNU coding style.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4494
diff
changeset
|
69 * getloadavg.c: Check `__unix' as well as `unix'. Use #ifdef, not |
08aada7d09e0
* getloadavg.c: Sync with Emacs and then change to conform to GNU coding style.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4494
diff
changeset
|
70 #if. Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE. Check |
08aada7d09e0
* getloadavg.c: Sync with Emacs and then change to conform to GNU coding style.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4494
diff
changeset
|
71 F_SETFD, not FD_SETFD. Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not |
08aada7d09e0
* getloadavg.c: Sync with Emacs and then change to conform to GNU coding style.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4494
diff
changeset
|
72 obsolete NLIST_NAME_UNION. |
08aada7d09e0
* getloadavg.c: Sync with Emacs and then change to conform to GNU coding style.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4494
diff
changeset
|
73 [__GNU__]: Undef BSD and FSCALE. |
08aada7d09e0
* getloadavg.c: Sync with Emacs and then change to conform to GNU coding style.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4494
diff
changeset
|
74 [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT. |
08aada7d09e0
* getloadavg.c: Sync with Emacs and then change to conform to GNU coding style.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4494
diff
changeset
|
75 |
4494
38c505a6d194
* stdbool_.h (_Bool): Make it signed char, instead of an enum type.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4488
diff
changeset
|
76 2003-08-03 Paul Eggert <eggert@twinsun.com> |
38c505a6d194
* stdbool_.h (_Bool): Make it signed char, instead of an enum type.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4488
diff
changeset
|
77 |
38c505a6d194
* stdbool_.h (_Bool): Make it signed char, instead of an enum type.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4488
diff
changeset
|
78 * stdbool_.h (_Bool): Make it signed char, instead of |
38c505a6d194
* stdbool_.h (_Bool): Make it signed char, instead of an enum type.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4488
diff
changeset
|
79 an enum type, so that it's guaranteed to promote to int. See: |
38c505a6d194
* stdbool_.h (_Bool): Make it signed char, instead of an enum type.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4488
diff
changeset
|
80 <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html> |
38c505a6d194
* stdbool_.h (_Bool): Make it signed char, instead of an enum type.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4488
diff
changeset
|
81 |
4488
732c51f6278f
* strerror.c: Include config.h, limits.h. Declare sprintf.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4483
diff
changeset
|
82 2003-07-31 Paul Eggert <eggert@twinsun.com> |
732c51f6278f
* strerror.c: Include config.h, limits.h. Declare sprintf.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4483
diff
changeset
|
83 |
732c51f6278f
* strerror.c: Include config.h, limits.h. Declare sprintf.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4483
diff
changeset
|
84 * strerror.c: Include config.h, limits.h. Declare sprintf. |
732c51f6278f
* strerror.c: Include config.h, limits.h. Declare sprintf.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4483
diff
changeset
|
85 (strerror): Don't assume that a printable int fits in 14 bytes. |
732c51f6278f
* strerror.c: Include config.h, limits.h. Declare sprintf.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4483
diff
changeset
|
86 |
4483
1fc15cae781b
Change getline and getdelim return type to ssize_t.
Bruno Haible <bruno@clisp.org>
parents:
4474
diff
changeset
|
87 2003-07-24 Derek Robert Price <derek@ximbiot.com> |
1fc15cae781b
Change getline and getdelim return type to ssize_t.
Bruno Haible <bruno@clisp.org>
parents:
4474
diff
changeset
|
88 Bruno Haible <bruno@clisp.org> |
1fc15cae781b
Change getline and getdelim return type to ssize_t.
Bruno Haible <bruno@clisp.org>
parents:
4474
diff
changeset
|
89 |
1fc15cae781b
Change getline and getdelim return type to ssize_t.
Bruno Haible <bruno@clisp.org>
parents:
4474
diff
changeset
|
90 * getline.h (getline, getdelim): Change return type to ssize_t. |
1fc15cae781b
Change getline and getdelim return type to ssize_t.
Bruno Haible <bruno@clisp.org>
parents:
4474
diff
changeset
|
91 * getline.c (getline, getdelim): Likewise. |
1fc15cae781b
Change getline and getdelim return type to ssize_t.
Bruno Haible <bruno@clisp.org>
parents:
4474
diff
changeset
|
92 Remove _GNU_SOURCE define; now it's defined in config.h through |
1fc15cae781b
Change getline and getdelim return type to ssize_t.
Bruno Haible <bruno@clisp.org>
parents:
4474
diff
changeset
|
93 m4/getline.m4. |
1fc15cae781b
Change getline and getdelim return type to ssize_t.
Bruno Haible <bruno@clisp.org>
parents:
4474
diff
changeset
|
94 |
4473
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
95 2003-07-22 Paul Eggert <eggert@twinsun.com> |
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
96 |
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
97 * xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and |
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
98 over-parenthesization in macros. |
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
99 |
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
100 Sync with coreutils. |
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
101 |
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
102 * xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not |
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
103 required by C99. |
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
104 |
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
105 Use `exit_failure' for xalloc and xmemcoll instead of their own |
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
106 private exit-failure variables. |
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
107 * xalloc.h (xalloc_exit_failure): Remove. |
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
108 * xmalloc.c: Likewise. Include exitfail.h. |
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
109 (xalloc_die): Use exit_failure instead of xalloc_exit_failure. |
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
110 * xmemcoll.h (xmemcoll_exit_failure): Remove. |
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
111 * xmemcoll.c: Likewise. Include exitfail.h. |
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
112 (xmemcoll): Use exit_failure instead of xalloc_exit_failure. |
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
113 |
4470 | 114 2003-07-18 Paul Eggert <eggert@twinsun.com> |
115 | |
116 * closeout.h (close_stdout_set_status, close_stdout_status): Remove. | |
117 * closeout.c: Likewise. Include "closeout.h" right after config.h, | |
118 to test that it can stand by itself. Include "exitfail.h". | |
119 Clients should set exit_failure instead. | |
120 (EXIT_FAILURE): Remove; no longer needed. Do not include <stdlib.h>. | |
121 | |
4465
f7497a67f47b
memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4463
diff
changeset
|
122 2003-07-18 Andreas Schwab <schwab@suse.de> |
f7497a67f47b
memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4463
diff
changeset
|
123 |
f7497a67f47b
memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4463
diff
changeset
|
124 * memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno. |
f7497a67f47b
memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4463
diff
changeset
|
125 |
4463 | 126 2003-07-18 Bruno Haible <bruno@clisp.org> |
127 | |
128 * getndelim2.h: New file. | |
129 * getndelim2.c: Make into a module of its own. Include config.h, | |
130 getndelim2.h. | |
131 (getndelim2): Make non-static. Change return type to ssize_t. | |
132 * getline.h: Change argument names. | |
133 * getline.c: Include getndelim2.h instead of getndelim2.c. | |
134 * getnline.c: Include getndelim2.h. | |
135 | |
4461 | 136 2003-07-17 Bruno Haible <bruno@clisp.org> |
137 | |
138 * Makefile.am: Remove file. | |
139 * Makefile.in: Remove file. | |
140 | |
4460 | 141 2003-07-17 Bruno Haible <bruno@clisp.org> |
142 | |
143 * getnline.h: New file. | |
144 * getnline.c: New file. | |
145 * getndelim2.c: New file, extracted from getline.c. | |
146 (getndelim2): Renamed from getdelim2, with added nmax argument. | |
147 * getline.c: Include getndelim2.c. | |
148 (getdelim2): Moved out to getndelim2.c. | |
149 (getline, getdelim): Update. | |
150 | |
4444
989c518b5eec
karl srclist envvars, vasnprintf
Karl Berry <karl@freefriends.org>
parents:
4442
diff
changeset
|
151 2003-07-15 <karl@gnu.org> |
989c518b5eec
karl srclist envvars, vasnprintf
Karl Berry <karl@freefriends.org>
parents:
4442
diff
changeset
|
152 |
989c518b5eec
karl srclist envvars, vasnprintf
Karl Berry <karl@freefriends.org>
parents:
4442
diff
changeset
|
153 * vasnprintf.c: update from gettext. |
989c518b5eec
karl srclist envvars, vasnprintf
Karl Berry <karl@freefriends.org>
parents:
4442
diff
changeset
|
154 |
4442 | 155 2003-07-15 Jim Meyering <jim@meyering.net> |
156 | |
157 * makepath.c (make_path): Enclose diagnostic in _(...). | |
158 | |
4440
e58a1c05a6ba
Update gettext source files from gettext automatically, using srclist-update.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4439
diff
changeset
|
159 2003-07-14 Paul Eggert <eggert@twinsun.com> |
e58a1c05a6ba
Update gettext source files from gettext automatically, using srclist-update.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4439
diff
changeset
|
160 |
e58a1c05a6ba
Update gettext source files from gettext automatically, using srclist-update.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4439
diff
changeset
|
161 * asnprintf.c, asprintf.c, config.charset, gettext.h, |
e58a1c05a6ba
Update gettext source files from gettext automatically, using srclist-update.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4439
diff
changeset
|
162 localcharset.c, localcharset.h, mkdtemp.c, printf-args.c, |
e58a1c05a6ba
Update gettext source files from gettext automatically, using srclist-update.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4439
diff
changeset
|
163 printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin, |
e58a1c05a6ba
Update gettext source files from gettext automatically, using srclist-update.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4439
diff
changeset
|
164 ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h, |
e58a1c05a6ba
Update gettext source files from gettext automatically, using srclist-update.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4439
diff
changeset
|
165 vasprintf.c, vasprintf.h: Regenerate. These files are now being |
e58a1c05a6ba
Update gettext source files from gettext automatically, using srclist-update.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4439
diff
changeset
|
166 updated automatically by ../config/srclist-update. This changes |
e58a1c05a6ba
Update gettext source files from gettext automatically, using srclist-update.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4439
diff
changeset
|
167 their license from LPGL to GPL. |
e58a1c05a6ba
Update gettext source files from gettext automatically, using srclist-update.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4439
diff
changeset
|
168 |
4439 | 169 2003-07-14 Jim Meyering <jim@meyering.net> |
170 | |
171 Don't emit diagnostics. Let callers do that. | |
172 * save-cwd.c: Don't include "error.h". | |
173 (save_cwd): Don't call error. Ensure that errno is valid | |
174 when returning nonzero. | |
175 | |
176 * save-cwd.h (restore_cwd): Update prototype. | |
177 * save-cwd.c (restore_cwd): Remove two parameters. | |
178 Simplify. Don't call error upon failure. Let callers do that. | |
4474
f1650b772bb6
Correct SunOS and Solaris version number notation to match Sun's usage.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4473
diff
changeset
|
179 (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4 |
4439 | 180 when auditing is enabled. But don't bother updating the #if. |
181 | |
4436 | 182 2003-07-14 Simon Josefsson <jas@extundo.com> |
183 | |
184 * mempcpy.h: New file. | |
185 * mempcpy.c: New file. | |
186 | |
4435 | 187 2003-07-14 Paul Eggert <eggert@twinsun.com> |
188 | |
189 * ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h, | |
190 sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c, | |
191 unicodeio.c, unicodeio.h, unlocked-io.h: | |
192 Switch from LGPL to GPL. | |
193 | |
4433
79f8a2afb5f3
* obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
Paul Eggert <eggert@cs.ucla.edu>
parents:
4429
diff
changeset
|
194 2003-07-11 Alexandre Duret-Lutz <adl@gnu.org> |
79f8a2afb5f3
* obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
Paul Eggert <eggert@cs.ucla.edu>
parents:
4429
diff
changeset
|
195 |
79f8a2afb5f3
* obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
Paul Eggert <eggert@cs.ucla.edu>
parents:
4429
diff
changeset
|
196 * obstack.h (__INT_TO_PTR): Revert change of 2003-03-13; |
79f8a2afb5f3
* obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
Paul Eggert <eggert@cs.ucla.edu>
parents:
4429
diff
changeset
|
197 it breaks C++ compilation. |
79f8a2afb5f3
* obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
Paul Eggert <eggert@cs.ucla.edu>
parents:
4429
diff
changeset
|
198 [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*. |
79f8a2afb5f3
* obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
Paul Eggert <eggert@cs.ucla.edu>
parents:
4429
diff
changeset
|
199 |
4429 | 200 2003-07-10 Jim Meyering <jim@meyering.net> |
201 | |
202 * vasnprintf.c: Remove trailing blanks. | |
203 Make cpp indentation consistent. | |
204 | |
4423
39f94004ae8e
* alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4421
diff
changeset
|
205 2003-07-09 Paul Eggert <eggert@twinsun.com> |
39f94004ae8e
* alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4421
diff
changeset
|
206 |
39f94004ae8e
* alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4421
diff
changeset
|
207 * alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h, |
39f94004ae8e
* alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4421
diff
changeset
|
208 posixver.c, strftime.c, strnlen.c, strverscmp.c: |
39f94004ae8e
* alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4421
diff
changeset
|
209 Switch from LGPL to GPL. |
39f94004ae8e
* alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4421
diff
changeset
|
210 |
4418
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
211 2003-07-07 Paul Eggert <eggert@twinsun.com> |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
212 |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
213 * mktime.c: Fix some boundary cases and remove need for floating point. |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
214 |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
215 Issue a compile-time diagnostic if time_t is floating point, or if |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
216 two's complement arithmetic is not in effect, or if arithmetic |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
217 right shift does not propagate the sign. These assumptions were |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
218 all in the original code but they weren't checked. |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
219 |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
220 (TIME_T_MIDPOINT, verify): New macros. |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
221 (__isleap): Remove; it has integer overflow problems. |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
222 (leapyear): New function, without those problems. |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
223 (ydhms_tm_diff): Remove; splitting into two parts. |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
224 (ydhms_diff): New function, containing the arithmetic part of |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
225 the old ydhms_tm_diff function. Issue a compile-time |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
226 diagnostic if we are not using C99 integer division. |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
227 Avoid casts when possible. |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
228 (guess_time_tm): New function, containing the checking part of |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
229 the old ydhms_tm_diff function. Return the new value, rather than |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
230 the difference between it and the old. Accept a new argument T |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
231 so that *T specifies the old value. Check for overflow in the result. |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
232 |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
233 (__mktime_internal): Use a time_t offset, not a long int offset. |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
234 This undoes the 2003-06-04 change, which is no longer needed now |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
235 that we have better overflow checking. |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
236 (localtime_offset): Likewise. |
4421 | 237 |
4418
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
238 (__mktime_internal): Avoid harmful overflow on hosts where time_t |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
239 and long are 64-bit but int is only 32-bit. |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
240 (ydhms_diff): Use long int to store year1 and yday1. |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
241 Issue a compile-time diagnostic if long int is not wide enough. |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
242 |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
243 (__mktime_internal): Use long int to store adjusted year and yday. |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
244 Use plain C rather than preprocessor commands, if that doesn't |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
245 affect efficiency. |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
246 Check for overflow (and try to repair) after each probe |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
247 rather than checking only at the very end. This avoids some bugs |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
248 (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
249 does not equal GMT offset at maximum time). |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
250 Use integer to check for overflow rather than floating point; this |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
251 is more portable to non-IEEE hosts, and is a tad faster. |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
252 When we detect that we are oscillating between two values, |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
253 don't check whether tm_isdst has the requested value, since |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
254 we already know the answer. When tm_isdst has the wrong value, |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
255 use a different heuristic to find the right one, based on the |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
256 extreme values actually observed in practice in tz2003a, |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
257 rather than the (overly optimistic) "previous 3 calendar quarters". |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
258 |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
259 (not_equal_tm, print_tm, check_result): Use "const T" rather than |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
260 "T const" to accommodate glibc style. |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
261 (check_result): Use less-confusing report format. "long" -> "long int. |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
262 (main): Likewise. |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
263 Don't loop if the iteration overflows time_t. |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
264 Allow a negative step in the iteration. |
4421 | 265 |
4413
232d849d4565
* lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
Paul Eggert <eggert@cs.ucla.edu>
parents:
4405
diff
changeset
|
266 2003-07-01 Paul Eggert <eggert@twinsun.com> |
232d849d4565
* lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
Paul Eggert <eggert@cs.ucla.edu>
parents:
4405
diff
changeset
|
267 |
232d849d4565
* lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
Paul Eggert <eggert@cs.ucla.edu>
parents:
4405
diff
changeset
|
268 * xreadlink.c: Include <sys/types.h> unconditionally, instead of |
232d849d4565
* lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
Paul Eggert <eggert@cs.ucla.edu>
parents:
4405
diff
changeset
|
269 having it depend on HAVE_SYS_TYPES_H. |
232d849d4565
* lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
Paul Eggert <eggert@cs.ucla.edu>
parents:
4405
diff
changeset
|
270 |
4405 | 271 2003-06-25 Bruno Haible <bruno@clisp.org> |
272 | |
273 * readlink.c: New file. | |
274 | |
4401 | 275 2003-06-20 Bruno Haible <bruno@clisp.org> |
276 | |
277 Assume C89, so PARAMS isn't needed. | |
278 * unicodeio.h (PARAMS): Remove. | |
279 * unicodeio.c: Don't use PARAMS. | |
280 | |
4399 | 281 2003-06-18 Jim Meyering <jim@meyering.net> |
282 | |
283 Merge changes from coreutils. | |
284 * readutmp.c: Include <string.h> and <stdlib.h> unconditionally. | |
285 Remove explicit declarations of xmalloc and realloc. | |
286 Include xalloc.h. | |
287 (read_utmp): Remove anachronistic cast of xmalloc. | |
288 | |
4397
c6450308f123
Assume C89, so PARAMS isn't needed.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4392
diff
changeset
|
289 2003-06-17 Paul Eggert <eggert@twinsun.com> |
c6450308f123
Assume C89, so PARAMS isn't needed.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4392
diff
changeset
|
290 |
c6450308f123
Assume C89, so PARAMS isn't needed.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4392
diff
changeset
|
291 Assume C89, so PARAMS isn't needed. |
c6450308f123
Assume C89, so PARAMS isn't needed.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4392
diff
changeset
|
292 * backupfile.h (PARAMS): Remove. All uses removed. |
c6450308f123
Assume C89, so PARAMS isn't needed.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4392
diff
changeset
|
293 * closeout.h, dirname.h, filemode.h, fsusage.h, getdate.h, getline.h, |
c6450308f123
Assume C89, so PARAMS isn't needed.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4392
diff
changeset
|
294 group-member.h, hard-locale.h, hash.h, linebuffer.h, long-options.h, |
c6450308f123
Assume C89, so PARAMS isn't needed.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4392
diff
changeset
|
295 makepath.h, memcasecmp.h, memcoll.h, modechange.h, mountlist.h, |
c6450308f123
Assume C89, so PARAMS isn't needed.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4392
diff
changeset
|
296 path-concat.h, physmem.h, posixtm.h, quote.h, readutmp.h, same.h, |
c6450308f123
Assume C89, so PARAMS isn't needed.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4392
diff
changeset
|
297 save-cwd.h, savedir.h, stdio-safer.h, strtoimax.c, strverscmp.h, |
c6450308f123
Assume C89, so PARAMS isn't needed.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4392
diff
changeset
|
298 unistd-safer.h, version-etc.h, xalloc.h, xreadlink.h, xstrtod.h, |
c6450308f123
Assume C89, so PARAMS isn't needed.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4392
diff
changeset
|
299 xstrtol.h: Likewise. |
c6450308f123
Assume C89, so PARAMS isn't needed.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4392
diff
changeset
|
300 * filemode.h, hard-locale.h, memcoll.h, modechange.h, physmem.h, |
c6450308f123
Assume C89, so PARAMS isn't needed.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4392
diff
changeset
|
301 same.h, strverscmp.h: Do not include config.h; no longer needed. |
c6450308f123
Assume C89, so PARAMS isn't needed.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4392
diff
changeset
|
302 Anyway, config.h should always be included before any other file. |
4399 | 303 |
4392 | 304 2003-06-11 Simon Josefsson <jas@extundo.com> |
305 | |
306 * sysexit_.h: New file. | |
307 | |
4391 | 308 2003-05-20 Derek Price <derek@ximbiot.com> |
309 | |
310 * stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is necessary. | |
311 | |
4387 | 312 2003-06-10 Simon Josefsson <jas@extundo.com> |
313 | |
314 * strchrnul.h: New file. | |
315 * strchrnul.c: New file. | |
316 | |
4423
39f94004ae8e
* alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4421
diff
changeset
|
317 2003-06-10 Simon Josefsson <jas@extundo.com> |
4385
1c170fb33fa6
argp facility from glibc-20030610.
Bruno Haible <bruno@clisp.org>
parents:
4381
diff
changeset
|
318 |
1c170fb33fa6
argp facility from glibc-20030610.
Bruno Haible <bruno@clisp.org>
parents:
4381
diff
changeset
|
319 * argp.h: New file, from glibc. |
1c170fb33fa6
argp facility from glibc-20030610.
Bruno Haible <bruno@clisp.org>
parents:
4381
diff
changeset
|
320 * argp-ba.c: New file, from glibc. |
1c170fb33fa6
argp facility from glibc-20030610.
Bruno Haible <bruno@clisp.org>
parents:
4381
diff
changeset
|
321 * argp-eexst.c: New file, from glibc. |
1c170fb33fa6
argp facility from glibc-20030610.
Bruno Haible <bruno@clisp.org>
parents:
4381
diff
changeset
|
322 * argp-fmtstream.c: New file, from glibc. |
1c170fb33fa6
argp facility from glibc-20030610.
Bruno Haible <bruno@clisp.org>
parents:
4381
diff
changeset
|
323 * argp-fmtstream.h: New file, from glibc. |
1c170fb33fa6
argp facility from glibc-20030610.
Bruno Haible <bruno@clisp.org>
parents:
4381
diff
changeset
|
324 * argp-fs-xinl.c: New file, from glibc. |
1c170fb33fa6
argp facility from glibc-20030610.
Bruno Haible <bruno@clisp.org>
parents:
4381
diff
changeset
|
325 * argp-help.c: New file, from glibc. |
1c170fb33fa6
argp facility from glibc-20030610.
Bruno Haible <bruno@clisp.org>
parents:
4381
diff
changeset
|
326 * argp-namefrob.h: New file, from glibc. |
1c170fb33fa6
argp facility from glibc-20030610.
Bruno Haible <bruno@clisp.org>
parents:
4381
diff
changeset
|
327 * argp-parse.c: New file, from glibc. |
1c170fb33fa6
argp facility from glibc-20030610.
Bruno Haible <bruno@clisp.org>
parents:
4381
diff
changeset
|
328 * argp-pv.c: New file, from glibc. |
1c170fb33fa6
argp facility from glibc-20030610.
Bruno Haible <bruno@clisp.org>
parents:
4381
diff
changeset
|
329 * argp-pvh.c: New file, from glibc. |
1c170fb33fa6
argp facility from glibc-20030610.
Bruno Haible <bruno@clisp.org>
parents:
4381
diff
changeset
|
330 * argp-xinl.c: New file, from glibc. |
1c170fb33fa6
argp facility from glibc-20030610.
Bruno Haible <bruno@clisp.org>
parents:
4381
diff
changeset
|
331 |
4373 | 332 2003-06-07 Jim Meyering <jim@meyering.net> |
333 | |
4381 | 334 * readtokens.h: Put `Free Software Foundation, Inc.' |
335 in place of my name in the copyright comment. | |
336 Remove definition and uses of __P. | |
337 | |
4373 | 338 From coreutils. |
4379 | 339 * stat.c: Don't declare xmalloc explicitly. |
340 Instead, include "xalloc.h". | |
4377 | 341 * readtokens.c (readtokens): Remove anachronistic casts of xmalloc, |
342 xrealloc, and xcalloc return values. | |
4373 | 343 * xgetcwd.c (xgetcwd): Include "xgetcwd.h". |
344 Improve comment. | |
4375 | 345 * xgetcwd.h: Remove definition/uses of PARAMS. |
4373 | 346 |
4366
4f2163710712
Rename stdbool.h.in to stdbool_.h, for DOS and VMS's sake.
Bruno Haible <bruno@clisp.org>
parents:
4365
diff
changeset
|
347 2003-06-06 Jim Meyering <jim@meyering.net> |
4f2163710712
Rename stdbool.h.in to stdbool_.h, for DOS and VMS's sake.
Bruno Haible <bruno@clisp.org>
parents:
4365
diff
changeset
|
348 |
4f2163710712
Rename stdbool.h.in to stdbool_.h, for DOS and VMS's sake.
Bruno Haible <bruno@clisp.org>
parents:
4365
diff
changeset
|
349 * stdbool_.h: Renamed from stdbool.h.in. |
4f2163710712
Rename stdbool.h.in to stdbool_.h, for DOS and VMS's sake.
Bruno Haible <bruno@clisp.org>
parents:
4365
diff
changeset
|
350 |
4357 | 351 2003-06-06 Jim Meyering <jim@meyering.net> |
352 | |
4365 | 353 Merge from coreutils. |
4368 | 354 * same.c: (same_name): Declare *_basename locals to be `const'. |
355 Consolidate declarations and initializations of *_base* locals. | |
356 | |
357 Merge from coreutils. | |
4365 | 358 This avoids a core dump on systems without GNU putenv, |
359 when running `env -u SOME_ALREADY_UNSET_VARIABLE'. | |
360 * putenv.c (__set_errno, LOCK, UNLOCK): Define. | |
361 (unsetenv): New static function, from GNU libc. | |
362 (rpl_putenv): Use it. | |
363 | |
4361 | 364 * modechange.c: Remove trailing blanks. |
365 | |
4359 | 366 Merge from coreutils. |
367 * fsusage.c: Remove declaration of statfs. | |
368 It conflicted with one from OSF/1 5.1 in <sys/mount.h>. | |
369 | |
4357 | 370 * posixtm.c: Include <stdbool.h> unconditionally. |
371 | |
4355
8d02630aa92d
mktime.c: Assume freestanding C89 or better.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4353
diff
changeset
|
372 2003-06-05 Paul Eggert <eggert@twinsun.com> |
8d02630aa92d
mktime.c: Assume freestanding C89 or better.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4353
diff
changeset
|
373 |
4418
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
374 * mktime.c (__mktime_internal): When resolving a tm_isdst |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
375 mismatch, look in future quarters as well as past. This fixes a |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
376 bug when processing fall-backwards gaps immediately after a long |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
377 period of daylight-saving time. |
f281691fdb0b
* mktime.c: Fix some boundary cases and remove need for floating point.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4413
diff
changeset
|
378 |
4355
8d02630aa92d
mktime.c: Assume freestanding C89 or better.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4353
diff
changeset
|
379 * mktime.c: Assume freestanding C89 or better. |
8d02630aa92d
mktime.c: Assume freestanding C89 or better.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4353
diff
changeset
|
380 (HAVE_LIMITS_H): Remove. Assume it's 1. |
8d02630aa92d
mktime.c: Assume freestanding C89 or better.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4353
diff
changeset
|
381 (__P): Remove; not used. |
8d02630aa92d
mktime.c: Assume freestanding C89 or better.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4353
diff
changeset
|
382 (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them. |
8d02630aa92d
mktime.c: Assume freestanding C89 or better.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4353
diff
changeset
|
383 (mktime, not_equal_tm, print_tm, check_result, |
8d02630aa92d
mktime.c: Assume freestanding C89 or better.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4353
diff
changeset
|
384 main): Use prototypes. Use const * where appropriate. |
8d02630aa92d
mktime.c: Assume freestanding C89 or better.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4353
diff
changeset
|
385 (main): Fix typo in testing code that uncovered by above changes. |
8d02630aa92d
mktime.c: Assume freestanding C89 or better.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4353
diff
changeset
|
386 (Local Variables): Remove -DHAVE_LIMITS_H from compile-command. |
8d02630aa92d
mktime.c: Assume freestanding C89 or better.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4353
diff
changeset
|
387 |
4347
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4344
diff
changeset
|
388 2003-06-04 Paul Eggert <eggert@twinsun.com> |
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4344
diff
changeset
|
389 |
4353
e296c333fb89
mktime.c: Fix Debian bug 177940.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4351
diff
changeset
|
390 * mktime.c: Fix Debian bug 177940 |
e296c333fb89
mktime.c: Fix Debian bug 177940.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4351
diff
changeset
|
391 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>. |
e296c333fb89
mktime.c: Fix Debian bug 177940.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4351
diff
changeset
|
392 (localtime_offset): Now long int, not time_t, because we want it |
e296c333fb89
mktime.c: Fix Debian bug 177940.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4351
diff
changeset
|
393 to be guaranteed to be signed. All uses changed. |
e296c333fb89
mktime.c: Fix Debian bug 177940.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4351
diff
changeset
|
394 (__mktime_internal): If overflow would occur when adding offset, |
e296c333fb89
mktime.c: Fix Debian bug 177940.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4351
diff
changeset
|
395 don't add it. |
e296c333fb89
mktime.c: Fix Debian bug 177940.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4351
diff
changeset
|
396 |
4351
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
397 Merge 'human' changes from coreutils. Rewrite to support |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
398 locale-specific notations like thousands separators. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
399 * human.c: Simplify authorship notice. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
400 Include human.h immediately after config.h. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
401 <sys/types.h>, <stdio.h>: Do not include; no longer needed. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
402 <limits.h>: Do not include, since human.h does. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
403 (SIZE_MAX, UINTMAX_MAX): New macros. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
404 <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
405 <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
406 (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
407 (power_letter): Renamed from suffixes. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
408 (generate_suffix_backwards): Remove. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
409 (adjust_value): Now takes int style (because of human.h changes) |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
410 and long double value (for greater precision on some platforms). |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
411 (group_number): New function. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
412 (human_readable): Use it. Use integer options, not enum. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
413 Put the options before the sizes in the arg list. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
414 Support all the new options. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
415 The old human_readable function has been removed; |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
416 use inttostr.h instead. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
417 (human_readable, default_block_size, humblock): |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
418 Use uintmax_t, not int, for block sizes. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
419 (human_readable_inexact, block_size_types): Remove. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
420 (block_size_opts): New constant. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
421 (human_options): Renamed from human_block_size, with new signature |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
422 that allows block sizes up to UINTMAX_MAX. All callers changed. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
423 * human.h: Add copyright and authorship notice. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
424 Include <limits.h> and <stdbool.h> unconditionally. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
425 (PARAMS): Remove. All uses removed. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
426 (LONGEST_HUMAN_READABLE): Add support for thousands separator. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
427 (enum human_inexact_style): Remove tag; now a nameless enum. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
428 (human_floor, human_ceiling, human_round_to_even): Now have |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
429 values 2, 0, 1 rather than -1, 1, 0. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
430 (human_group_digits, human_suppress_point_zero, human_autoscale, |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
431 human_base_1024, human_SI, human_B): New constants. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
432 (human_readable_inexact, human_block_size): Remove. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
433 (human_readable): Size args are now uintmax_t, not int. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
434 (human_options): New decl. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4349
diff
changeset
|
435 |
4349
87fceea6040d
* exclude.c: (new_exclude, add_exclude): Remove casts that are
Paul Eggert <eggert@cs.ucla.edu>
parents:
4348
diff
changeset
|
436 * exclude.c: (new_exclude, add_exclude): Remove casts that are |
87fceea6040d
* exclude.c: (new_exclude, add_exclude): Remove casts that are
Paul Eggert <eggert@cs.ucla.edu>
parents:
4348
diff
changeset
|
437 unnecessary now that we assume C89 or better. This change |
87fceea6040d
* exclude.c: (new_exclude, add_exclude): Remove casts that are
Paul Eggert <eggert@cs.ucla.edu>
parents:
4348
diff
changeset
|
438 imported from coreutils. |
87fceea6040d
* exclude.c: (new_exclude, add_exclude): Remove casts that are
Paul Eggert <eggert@cs.ucla.edu>
parents:
4348
diff
changeset
|
439 |
4348
fc8667232bcc
Ensure we use gnulib mktime rather than glibc's mktime, on hosts
Paul Eggert <eggert@cs.ucla.edu>
parents:
4347
diff
changeset
|
440 * mktime.c (__mktime_internal): Do not reject negative timestamps |
fc8667232bcc
Ensure we use gnulib mktime rather than glibc's mktime, on hosts
Paul Eggert <eggert@cs.ucla.edu>
parents:
4347
diff
changeset
|
441 arbitrarily. This is the same patch as 2003-05-28, but it got lost |
fc8667232bcc
Ensure we use gnulib mktime rather than glibc's mktime, on hosts
Paul Eggert <eggert@cs.ucla.edu>
parents:
4347
diff
changeset
|
442 in the 2003-05-30 sync from glibc. |
fc8667232bcc
Ensure we use gnulib mktime rather than glibc's mktime, on hosts
Paul Eggert <eggert@cs.ucla.edu>
parents:
4347
diff
changeset
|
443 |
4347
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4344
diff
changeset
|
444 .h files should stand alone, but we shouldn't include <sys/types.h> |
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4344
diff
changeset
|
445 if we can get away with just <stddef.h>. |
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4344
diff
changeset
|
446 |
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4344
diff
changeset
|
447 * __fpending.h, addext.c, backupfile.c, exclude.c, getline.c, |
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4344
diff
changeset
|
448 malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h> |
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4344
diff
changeset
|
449 rather than <sys/types.h>, as we merely need size_t. |
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4344
diff
changeset
|
450 * dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>, |
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4344
diff
changeset
|
451 to get size_t. |
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4344
diff
changeset
|
452 * hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h: |
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4344
diff
changeset
|
453 Include <stdio.h>, to get FILE. |
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4344
diff
changeset
|
454 * memcasecmp.c: Don't include <sys/types.h>, as we can assume |
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4344
diff
changeset
|
455 memcasecmp.h has included <stddef.h> and all we need is size_t. |
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4344
diff
changeset
|
456 * memcoll.c: Include "memcoll.h", which gets us size_t and checks |
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4344
diff
changeset
|
457 our interface, instead of including <sys/types.h> |
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4344
diff
changeset
|
458 |
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4344
diff
changeset
|
459 2003-06-02 Paul Eggert <eggert@twinsun.com> |
4344 | 460 |
461 [from coreutils] | |
462 Fix some minor time-related bugs with POSIX time arguments. | |
463 Some valid time stamps were being rejected (notably -1, and | |
464 time stamps before 1900 on 64-bit hosts). And some invalid | |
465 time stamps were being accepted, e.g. September 31. | |
466 | |
467 * posixtm.h (posixtime): Return bool instead of time_t, so | |
468 that we can return (time_t) -1 successfully. | |
469 * posixtm.c: Likewise. | |
470 [HAVE_STDBOOL_H]: Include <stdbool.h>. | |
471 (bool, false, true) [!HAVE_STDBOOL_H]: New type. | |
472 (t): Remove static var. | |
473 (year, posix_time_parse): Now takes struct tm * arg to modify, instead | |
474 of static var. All uses changed. | |
475 (year): Do not reject years before 1900; they can occur with | |
476 64-bit time_t. | |
477 (posix_time_parse): Do not check for out-of-range components; | |
478 that is now the caller's responsibility, since our checks were | |
479 only approximations. | |
480 (posixtime): Use mktime to check for out-of-range components, | |
481 since it knows them exactly. | |
482 If mktime returns (time_t) -1, check whether an error actually occurred | |
483 by invoking localtime on -1. | |
484 (main) [TEST_POSIXTIME]: Check for input data errors, and report | |
485 posixtime failures better. | |
486 Improve the test data (in comments only). | |
487 | |
4339 | 488 2003-05-30 <karl@gnu.org> |
489 | |
490 * mktime.c: update from libc. | |
491 | |
4337 | 492 2003-05-30 Bruno Haible <bruno@clisp.org> |
493 | |
494 * config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1. | |
495 * localcharset.h: Likewise. | |
496 * localcharset.c: Likewise. | |
497 | |
4330
3cfdb8b2e8fb
* mktime.c (__mktime_internal): Do not reject negative timestamps
Paul Eggert <eggert@cs.ucla.edu>
parents:
4320
diff
changeset
|
498 2003-05-28 Paul Eggert <eggert@twinsun.com> |
3cfdb8b2e8fb
* mktime.c (__mktime_internal): Do not reject negative timestamps
Paul Eggert <eggert@cs.ucla.edu>
parents:
4320
diff
changeset
|
499 |
4333 | 500 Assume the headers required for C89 freestanding compilers. |
501 * addext.c, backupfile.c, fsusage.c, human.c, pathmax.h, | |
502 rpmatch.c, userspec.c, xreadlink.c, xstrtol.c: Include <limits.h> | |
503 without checking for HAVE_LIMITS_H. | |
504 * backupfile.c, fsusage.c, hash.c, human.c, safe-read.c, userspec.c, | |
505 xstrtol.c (CHAR_BIT) : Don't define, since <limits.h> is guaranteed | |
506 to do that. | |
507 * fatal.c: Include <stdarg.h> without checking for __STDC__. | |
508 * exclude.c: Include <stdbool.h> unconditionally. | |
509 * tempname.c: Include <stddef.h> unconditionally. | |
510 * hash.c: Include <limits.h>, since we no longer define CHAR_BIT. | |
511 * modechange.c, rpmatch.c (NULL): Don't define, since | |
512 <stddef.h> does that. | |
513 * quote.c: Dont include <stddef.h> or <sys/types.h>; not needed. | |
514 * safe-read.c (INT_MAX): Don't define, since <limits.h> does that. | |
515 * safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer needed. | |
516 * xstrtol.c: Likewise. | |
517 * safe-read.c: Remove TYPE_SIGNED; no longer needed. | |
518 * savedir.c: Include <stddef.h> instead of defining NULL. | |
519 | |
4332
b459be4ef089
* addext.c (addext): Use assignment rather than cast, to avoid
Paul Eggert <eggert@cs.ucla.edu>
parents:
4330
diff
changeset
|
520 * addext.c (addext): Use assignment rather than cast, to avoid |
b459be4ef089
* addext.c (addext): Use assignment rather than cast, to avoid
Paul Eggert <eggert@cs.ucla.edu>
parents:
4330
diff
changeset
|
521 warnings on some platforms. |
b459be4ef089
* addext.c (addext): Use assignment rather than cast, to avoid
Paul Eggert <eggert@cs.ucla.edu>
parents:
4330
diff
changeset
|
522 |
4330
3cfdb8b2e8fb
* mktime.c (__mktime_internal): Do not reject negative timestamps
Paul Eggert <eggert@cs.ucla.edu>
parents:
4320
diff
changeset
|
523 * mktime.c (__mktime_internal): Do not reject negative timestamps |
3cfdb8b2e8fb
* mktime.c (__mktime_internal): Do not reject negative timestamps
Paul Eggert <eggert@cs.ucla.edu>
parents:
4320
diff
changeset
|
524 arbitrarily. |
3cfdb8b2e8fb
* mktime.c (__mktime_internal): Do not reject negative timestamps
Paul Eggert <eggert@cs.ucla.edu>
parents:
4320
diff
changeset
|
525 |
4320
ad1a5733db16
Avoid a failure on strings longer than 4 KB.
Bruno Haible <bruno@clisp.org>
parents:
4319
diff
changeset
|
526 2003-05-10 Bruno Haible <bruno@clisp.org> |
ad1a5733db16
Avoid a failure on strings longer than 4 KB.
Bruno Haible <bruno@clisp.org>
parents:
4319
diff
changeset
|
527 |
ad1a5733db16
Avoid a failure on strings longer than 4 KB.
Bruno Haible <bruno@clisp.org>
parents:
4319
diff
changeset
|
528 * linebreak.c (iconv_string_length): Don't return -1 just because the |
ad1a5733db16
Avoid a failure on strings longer than 4 KB.
Bruno Haible <bruno@clisp.org>
parents:
4319
diff
changeset
|
529 string is longer than 4 KB. |
ad1a5733db16
Avoid a failure on strings longer than 4 KB.
Bruno Haible <bruno@clisp.org>
parents:
4319
diff
changeset
|
530 |
4319 | 531 2003-05-12 Jim Meyering <jim@meyering.net> |
532 | |
533 * strftime.c (my_strftime): Let the `-' (no-pad) flag affect | |
534 the space-padded-by-default conversion specifiers, %e, %k, %l. | |
535 | |
4314
bc3a7b27a426
Upgrade the width function to Unicode 4.0.
Bruno Haible <bruno@clisp.org>
parents:
4310
diff
changeset
|
536 2003-05-03 Bruno Haible <bruno@clisp.org> |
bc3a7b27a426
Upgrade the width function to Unicode 4.0.
Bruno Haible <bruno@clisp.org>
parents:
4310
diff
changeset
|
537 |
bc3a7b27a426
Upgrade the width function to Unicode 4.0.
Bruno Haible <bruno@clisp.org>
parents:
4310
diff
changeset
|
538 Upgrade to Unicode-4.0. |
bc3a7b27a426
Upgrade the width function to Unicode 4.0.
Bruno Haible <bruno@clisp.org>
parents:
4310
diff
changeset
|
539 * linebreak.c (nonspacing_table_data): Change width of U+00AD, |
bc3a7b27a426
Upgrade the width function to Unicode 4.0.
Bruno Haible <bruno@clisp.org>
parents:
4310
diff
changeset
|
540 U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615, |
bc3a7b27a426
Upgrade the width function to Unicode 4.0.
Bruno Haible <bruno@clisp.org>
parents:
4310
diff
changeset
|
541 U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5, |
bc3a7b27a426
Upgrade the width function to Unicode 4.0.
Bruno Haible <bruno@clisp.org>
parents:
4310
diff
changeset
|
542 U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B |
bc3a7b27a426
Upgrade the width function to Unicode 4.0.
Bruno Haible <bruno@clisp.org>
parents:
4310
diff
changeset
|
543 from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1. |
bc3a7b27a426
Upgrade the width function to Unicode 4.0.
Bruno Haible <bruno@clisp.org>
parents:
4310
diff
changeset
|
544 (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width |
bc3a7b27a426
Upgrade the width function to Unicode 4.0.
Bruno Haible <bruno@clisp.org>
parents:
4310
diff
changeset
|
545 of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2. |
bc3a7b27a426
Upgrade the width function to Unicode 4.0.
Bruno Haible <bruno@clisp.org>
parents:
4310
diff
changeset
|
546 Change width of U+E0100..U+E01EF from 1 to 0. |
bc3a7b27a426
Upgrade the width function to Unicode 4.0.
Bruno Haible <bruno@clisp.org>
parents:
4310
diff
changeset
|
547 |
4310
17ce7ef2789c
Include <stddef.h>, for size_t.
Bruno Haible <bruno@clisp.org>
parents:
4309
diff
changeset
|
548 2003-04-25 Bruno Haible <bruno@clisp.org> |
17ce7ef2789c
Include <stddef.h>, for size_t.
Bruno Haible <bruno@clisp.org>
parents:
4309
diff
changeset
|
549 |
17ce7ef2789c
Include <stddef.h>, for size_t.
Bruno Haible <bruno@clisp.org>
parents:
4309
diff
changeset
|
550 * copy-file.c: Include <stddef.h>, for size_t. |
17ce7ef2789c
Include <stddef.h>, for size_t.
Bruno Haible <bruno@clisp.org>
parents:
4309
diff
changeset
|
551 |
4309 | 552 2003-04-25 Jim Meyering <jim@meyering.net> |
553 | |
554 * copy-file.c (copy_file_preserving): Declare buf_size to be | |
555 of type size_t, not int. | |
556 | |
4299 | 557 2003-04-11 Jim Meyering <jim@meyering.net> |
558 | |
4302 | 559 Merge changes from Coreutils. |
560 | |
4301 | 561 2003-03-22 Jim Meyering <jim@meyering.net> |
562 | |
563 * strftime.c (widen): Cast alloca return value to proper type. | |
564 | |
4299 | 565 2003-01-19 Ulrich Drepper <drepper@redhat.com> |
566 | |
567 From GNU libc. | |
568 * strftime.c (my_strftime): Handle very large width | |
569 specifications for numeric values correctly. Improve checks for | |
570 overflow. | |
571 | |
572 2003-01-19 Jim Meyering <jim@meyering.net> | |
573 | |
574 * strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical definitions. | |
575 (nl_get_alt_digit) [! defined my_strftime]: Define. | |
576 (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of | |
577 _nl_get_alt_digit and _nl_get_walt_digit. | |
578 | |
579 * strftime.c (my_strftime): Merge in locale-related changes from libc. | |
580 These changes have no effect outside of _LIBC. | |
581 | |
4294 | 582 2003-04-10 Bruno Haible <bruno@clisp.org> |
583 | |
584 * findprog.h: New file, from GNU gettext. | |
585 * findprog.c: New file, from GNU gettext. | |
586 | |
4288 | 587 2003-04-05 Jim Meyering <jim@meyering.net> |
588 | |
4290 | 589 Merge changes from Coreutils. |
590 | |
4299 | 591 * exclude.h (PARAMS): Remove definition and uses. |
592 * exclude.c: Remove uses of `PARAMS'. | |
593 | |
4290 | 594 * dirname.c [TEST_DIRNAME]: Update build instructions for test. |
595 Add test-cases for DOS filenames. Declare program_name. | |
596 (main): Set up program_name. Patch by Rich Dawe. | |
597 | |
4288 | 598 * mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any |
599 error from mntctl. | |
600 Use mntctl's return value to drive the entry-processing loop, since | |
601 we can't rely on the value of the vmt_length member in the last | |
602 entry. On some systems doing so could result in exhausting | |
603 virtual memory. Based in part on a patch from Mike Jetzer. | |
604 | |
4286 | 605 2003-04-04 Bruno Haible <bruno@clisp.org> |
606 | |
607 * linebreak.h: New file, from GNU gettext. | |
608 * linebreak.c: New file, from GNU gettext with slight modifications. | |
609 * lbrkprop.h: New file, from GNU gettext. | |
610 | |
4275
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
611 2003-04-03 Bruno Haible <bruno@clisp.org> |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
612 |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
613 * utf8-ucs4.h: New file, from GNU gettext. |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
614 * utf16-ucs4.h: New file, from GNU gettext. |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
615 * ucs4-utf8.h: New file, from GNU gettext. |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
616 * ucs4-utf16.h: New file, from GNU gettext. |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
617 |
4273 | 618 2003-04-02 Bruno Haible <bruno@clisp.org> |
619 | |
620 * binary-io.h: New file, from GNU gettext. | |
621 | |
4271 | 622 2003-04-01 Bruno Haible <bruno@clisp.org> |
623 | |
624 * pathname.h: New file, from GNU gettext. | |
625 * concatpath.c: New file, from GNU gettext. | |
626 | |
4268 | 627 2003-03-30 Bruno Haible <bruno@clisp.org> |
628 | |
629 * copy-file.c (copy_file_preserving): Don't set owner if the function | |
630 chown() doesn't exist. | |
631 | |
4266 | 632 2003-03-28 Bruno Haible <bruno@clisp.org> |
633 | |
634 * copy-file.h: New file, from GNU gettext. | |
635 * copy-file.c: New file, from GNU gettext. | |
636 | |
4261 | 637 2003-03-18 Jim Meyering <jim@meyering.net> |
638 | |
639 * quote.c (quote_n): Fix typo in comment. | |
640 | |
4256
8985ae624e3d
Merge changes from Coreutils.
Jim Meyering <jim@meyering.net>
parents:
4255
diff
changeset
|
641 2003-03-14 Jim Meyering <jim@meyering.net> |
8985ae624e3d
Merge changes from Coreutils.
Jim Meyering <jim@meyering.net>
parents:
4255
diff
changeset
|
642 |
8985ae624e3d
Merge changes from Coreutils.
Jim Meyering <jim@meyering.net>
parents:
4255
diff
changeset
|
643 Merge changes from Coreutils. |
8985ae624e3d
Merge changes from Coreutils.
Jim Meyering <jim@meyering.net>
parents:
4255
diff
changeset
|
644 * obstack.h (obstack_object_size): Declare temporary, __o, |
8985ae624e3d
Merge changes from Coreutils.
Jim Meyering <jim@meyering.net>
parents:
4255
diff
changeset
|
645 to be const, in order to avoid warnings. |
8985ae624e3d
Merge changes from Coreutils.
Jim Meyering <jim@meyering.net>
parents:
4255
diff
changeset
|
646 (obstack_room): Likewise. |
8985ae624e3d
Merge changes from Coreutils.
Jim Meyering <jim@meyering.net>
parents:
4255
diff
changeset
|
647 (obstack_empty_p): Likewise. |
8985ae624e3d
Merge changes from Coreutils.
Jim Meyering <jim@meyering.net>
parents:
4255
diff
changeset
|
648 |
4252
7bcd3280502a
* hash.c: Include <stdbool.h> unconditionally.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4249
diff
changeset
|
649 2003-03-13 Paul Eggert <eggert@twinsun.com> |
7bcd3280502a
* hash.c: Include <stdbool.h> unconditionally.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4249
diff
changeset
|
650 |
4255
fe0f8778e46d
Merge changes from Bison.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4252
diff
changeset
|
651 Merge changes from Bison. |
fe0f8778e46d
Merge changes from Bison.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4252
diff
changeset
|
652 * obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to |
fe0f8778e46d
Merge changes from Bison.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4252
diff
changeset
|
653 (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5 |
fe0f8778e46d
Merge changes from Bison.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4252
diff
changeset
|
654 when compiling Bison 1.875's `bitset bset = obstack_alloc |
fe0f8778e46d
Merge changes from Bison.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4252
diff
changeset
|
655 (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe. |
4252
7bcd3280502a
* hash.c: Include <stdbool.h> unconditionally.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4249
diff
changeset
|
656 * hash.c: Include <stdbool.h> unconditionally. |
7bcd3280502a
* hash.c: Include <stdbool.h> unconditionally.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4249
diff
changeset
|
657 |
4249
b35160ecbc71
* argmatch.c (EXIT_FAILURE): Define if the system doesn't.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4246
diff
changeset
|
658 2003-03-09 Paul Eggert <eggert@twinsun.com> |
b35160ecbc71
* argmatch.c (EXIT_FAILURE): Define if the system doesn't.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4246
diff
changeset
|
659 |
b35160ecbc71
* argmatch.c (EXIT_FAILURE): Define if the system doesn't.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4246
diff
changeset
|
660 * argmatch.c (EXIT_FAILURE): Define if the system doesn't. |
b35160ecbc71
* argmatch.c (EXIT_FAILURE): Define if the system doesn't.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4246
diff
changeset
|
661 Reported by Bruce Becker; see: |
b35160ecbc71
* argmatch.c (EXIT_FAILURE): Define if the system doesn't.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4246
diff
changeset
|
662 http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html |
b35160ecbc71
* argmatch.c (EXIT_FAILURE): Define if the system doesn't.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4246
diff
changeset
|
663 |
4246 | 664 2003-03-03 Paul Eggert <eggert@twinsun.com> |
665 Bruno Haible <bruno@clisp.org> | |
666 | |
667 * mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1. | |
668 Reported by John Hughes, see | |
669 http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html | |
670 | |
4242
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4239
diff
changeset
|
671 2003-02-19 Paolo Bonzino <bonzini@gnu.org> |
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4239
diff
changeset
|
672 |
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4239
diff
changeset
|
673 * poll_.h: New file. |
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4239
diff
changeset
|
674 * poll.c: New file. |
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4239
diff
changeset
|
675 |
4239
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
676 2003-02-18 Paolo Bonzino <bonzini@gnu.org> |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
677 |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
678 * mathl.h: New file. |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
679 * acosl.c: New file. |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
680 * asinl.c: New file. |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
681 * atanl.c: New file. |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
682 * ceill.c: New file. |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
683 * cosl.c: New file. |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
684 * expl.c: New file. |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
685 * floorl.c: New file. |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
686 * frexpl.c: New file. |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
687 * ldexpl.c: New file. |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
688 * logl.c: New file. |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
689 * sincosl.c: New file. |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
690 * sinl.c: New file. |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
691 * sqrtl.c: New file. |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
692 * tanl.c: New file. |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
693 * trigl.c: New file. |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
694 * trigl.h: New file. |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
695 |
4237
723deab1223e
mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents:
4229
diff
changeset
|
696 2003-02-17 Bruno Haible <bruno@clisp.org> |
723deab1223e
mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents:
4229
diff
changeset
|
697 |
723deab1223e
mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents:
4229
diff
changeset
|
698 * mkdtemp.h: New file, from GNU gettext. |
723deab1223e
mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents:
4229
diff
changeset
|
699 * mkdtemp.c: New file, from GNU gettext. |
723deab1223e
mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents:
4229
diff
changeset
|
700 |
4229
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
701 2003-01-31 Bruno Haible <bruno@clisp.org> |
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
702 |
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
703 * rename.c: #undef rename before defining rpl_rename. |
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
704 * strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen. |
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
705 |
4224
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
706 2003-01-30 Bruno Haible <bruno@clisp.org> |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
707 |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
708 * printf-args.h: New file, from GNU gettext. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
709 * printf-args.c: New file, from GNU gettext. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
710 * printf-parse.h: New file, from GNU gettext. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
711 * printf-parse.c: New file, from GNU gettext. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
712 * vasnprintf.h: New file, from GNU gettext. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
713 * vasnprintf.c: New file, from GNU gettext. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
714 * asnprintf.c: New file, from GNU gettext. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
715 * vasprintf.h: New file, from GNU gettext with modifications. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
716 * vasprintf.c: New file, from GNU gettext. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
717 * asprintf.c: New file, from GNU gettext. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
718 |
4221 | 719 2003-01-29 Bruno Haible <bruno@clisp.org> |
720 | |
721 * stpncpy.h: New file, from GNU gettext with modifications. | |
722 * stpncpy.c: New file, from GNU gettext with modifications. | |
723 | |
4218 | 724 2003-01-28 Bruno Haible <bruno@clisp.org> |
725 | |
726 * c-ctype.h: New file, from GNU gettext, with changes suggested by | |
727 Paul Eggert. | |
728 * c-ctype.c: New file, from GNU gettext, with changes suggested by | |
729 Paul Eggert. | |
730 | |
4215 | 731 2003-01-27 Bruno Haible <bruno@clisp.org> |
732 | |
733 * xsetenv.h: New file, from GNU gettext. | |
734 * xsetenv.c: New file, from GNU gettext. | |
735 | |
4207 | 736 2003-01-23 Bruno Haible <bruno@clisp.org> |
737 | |
738 * minmax.h: New file, from GNU gettext, with comments from Paul Eggert. | |
739 | |
4201 | 740 2003-01-22 Bruno Haible <bruno@clisp.org> |
741 | |
742 * exit.h: New file, from GNU gettext. | |
743 | |
4183
476e05a407da
Use ANSI C function declarations.
Bruno Haible <bruno@clisp.org>
parents:
4182
diff
changeset
|
744 2003-01-11 Bruno Haible <bruno@clisp.org> |
476e05a407da
Use ANSI C function declarations.
Bruno Haible <bruno@clisp.org>
parents:
4182
diff
changeset
|
745 |
476e05a407da
Use ANSI C function declarations.
Bruno Haible <bruno@clisp.org>
parents:
4182
diff
changeset
|
746 * stpcpy.h (stpcpy): Use ANSI C function declarations. |
476e05a407da
Use ANSI C function declarations.
Bruno Haible <bruno@clisp.org>
parents:
4182
diff
changeset
|
747 * strcase.h (strcasecmp, strncasecmp): Likewise. |
476e05a407da
Use ANSI C function declarations.
Bruno Haible <bruno@clisp.org>
parents:
4182
diff
changeset
|
748 |
4182 | 749 2003-01-14 Jim Meyering <jim@meyering.net> |
750 | |
751 * same.c (same_name): Tweak a comment. | |
752 | |
4179
7dd6887fa0db
Optimization: Avoid unnecessary stat() calls.
Bruno Haible <bruno@clisp.org>
parents:
4178
diff
changeset
|
753 2003-01-11 Bruno Haible <bruno@clisp.org> |
7dd6887fa0db
Optimization: Avoid unnecessary stat() calls.
Bruno Haible <bruno@clisp.org>
parents:
4178
diff
changeset
|
754 |
7dd6887fa0db
Optimization: Avoid unnecessary stat() calls.
Bruno Haible <bruno@clisp.org>
parents:
4178
diff
changeset
|
755 * same.c (same_name): Reorder tests so as to avoid calling stat() |
7dd6887fa0db
Optimization: Avoid unnecessary stat() calls.
Bruno Haible <bruno@clisp.org>
parents:
4178
diff
changeset
|
756 when a string comparison is sufficient. |
7dd6887fa0db
Optimization: Avoid unnecessary stat() calls.
Bruno Haible <bruno@clisp.org>
parents:
4178
diff
changeset
|
757 |
4178
d600a57046b9
Avoid bug with non-ASCII characters.
Bruno Haible <bruno@clisp.org>
parents:
4177
diff
changeset
|
758 2003-01-11 Bruno Haible <bruno@clisp.org> |
d600a57046b9
Avoid bug with non-ASCII characters.
Bruno Haible <bruno@clisp.org>
parents:
4177
diff
changeset
|
759 |
d600a57046b9
Avoid bug with non-ASCII characters.
Bruno Haible <bruno@clisp.org>
parents:
4177
diff
changeset
|
760 * readtokens.c (readtoken): Cast character to 'unsigned char', not |
d600a57046b9
Avoid bug with non-ASCII characters.
Bruno Haible <bruno@clisp.org>
parents:
4177
diff
changeset
|
761 'unsigned int'. |
d600a57046b9
Avoid bug with non-ASCII characters.
Bruno Haible <bruno@clisp.org>
parents:
4177
diff
changeset
|
762 |
4177
6a34d03dc4e3
Add comment about low quality of this function.
Bruno Haible <bruno@clisp.org>
parents:
4170
diff
changeset
|
763 2003-01-11 Bruno Haible <bruno@clisp.org> |
6a34d03dc4e3
Add comment about low quality of this function.
Bruno Haible <bruno@clisp.org>
parents:
4170
diff
changeset
|
764 |
6a34d03dc4e3
Add comment about low quality of this function.
Bruno Haible <bruno@clisp.org>
parents:
4170
diff
changeset
|
765 * hash-pjw.c: Add comment about low quality of this function. |
6a34d03dc4e3
Add comment about low quality of this function.
Bruno Haible <bruno@clisp.org>
parents:
4170
diff
changeset
|
766 |
4170
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4160
diff
changeset
|
767 2003-01-12 Paul Eggert <eggert@twinsun.com> |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4160
diff
changeset
|
768 |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4160
diff
changeset
|
769 Finish renaming getstr -> getdelim2 and readline -> readlinebuffer, |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4160
diff
changeset
|
770 to avoid collisions with libcurses and libreadline. |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4160
diff
changeset
|
771 |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4160
diff
changeset
|
772 * Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h. |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4160
diff
changeset
|
773 * getstr.h, getstr.c: Remove. |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4160
diff
changeset
|
774 * getline.c: Include "getline.h", to check interface. |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4160
diff
changeset
|
775 Move body of old getstr.c here: this defines MIN_CHUNK and |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4160
diff
changeset
|
776 declares getdelim2, which is renamed from getstr. |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4160
diff
changeset
|
777 (getline, getdelim): Adjust to renaming of getstr -> getdelim2. |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4160
diff
changeset
|
778 |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4160
diff
changeset
|
779 * linebuffer.c (readlinebuffer): Renamed from readline. |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4160
diff
changeset
|
780 All uses changed. |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4160
diff
changeset
|
781 * linebuffer.h: Likewise. |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4160
diff
changeset
|
782 (readline): Remove backward-compatibility macro. |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4160
diff
changeset
|
783 |
4160 | 784 2003-01-12 Jim Meyering <jim@meyering.net> |
785 | |
786 * makepath.c: Don't test HAVE_ERRNO_H. It's not necessary. | |
787 | |
4156
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4151
diff
changeset
|
788 2003-01-10 Bruno Haible <bruno@clisp.org> |
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4151
diff
changeset
|
789 |
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4151
diff
changeset
|
790 * alloca_.h: New file. |
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4151
diff
changeset
|
791 * getdate.y: Unconditionally include alloca.h. |
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4151
diff
changeset
|
792 * makepath.c: Likewise. |
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4151
diff
changeset
|
793 * setenv.c: Likewise. |
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4151
diff
changeset
|
794 * userspec.c: Likewise. |
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4151
diff
changeset
|
795 |
4151
3a0c83552f0e
Make it possible to #include <stdbool.h> without any #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
4144
diff
changeset
|
796 2003-01-09 Bruno Haible <bruno@clisp.org> |
3a0c83552f0e
Make it possible to #include <stdbool.h> without any #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
4144
diff
changeset
|
797 |
3a0c83552f0e
Make it possible to #include <stdbool.h> without any #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
4144
diff
changeset
|
798 * stdbool.h.in: New file. |
3a0c83552f0e
Make it possible to #include <stdbool.h> without any #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
4144
diff
changeset
|
799 |
4144
96e52fc820a5
Include specification first.
Bruno Haible <bruno@clisp.org>
parents:
4143
diff
changeset
|
800 2003-01-08 Bruno Haible <bruno@clisp.org> |
96e52fc820a5
Include specification first.
Bruno Haible <bruno@clisp.org>
parents:
4143
diff
changeset
|
801 |
96e52fc820a5
Include specification first.
Bruno Haible <bruno@clisp.org>
parents:
4143
diff
changeset
|
802 * safe-read.c: Include specification header first, to ensure its |
96e52fc820a5
Include specification first.
Bruno Haible <bruno@clisp.org>
parents:
4143
diff
changeset
|
803 selfcontainedness. |
96e52fc820a5
Include specification first.
Bruno Haible <bruno@clisp.org>
parents:
4143
diff
changeset
|
804 * full-write.c: Likewise. |
96e52fc820a5
Include specification first.
Bruno Haible <bruno@clisp.org>
parents:
4143
diff
changeset
|
805 |
4143 | 806 2003-01-08 Jim Meyering <jim@meyering.net> |
807 | |
808 * full-write.c: Undefine and define-away `const' after inclusion | |
809 of errno.h, not before. Suggestion from Bruno Haible. | |
810 | |
4141 | 811 2003-01-07 Jim Meyering <jim@meyering.net> |
812 | |
813 * full-write.c: Rework so that it may serve to define full_read, too. | |
814 * full-read.c: Simply #define FULL_READ and include full-write.c. | |
815 | |
4134 | 816 2003-01-06 Jim Meyering <jim@meyering.net> |
817 | |
818 * version-etc.c: Update year in translatable copyright string. | |
819 | |
4135
170410216f79
More consistent inttypes.h / stdint.h handling.
Bruno Haible <bruno@clisp.org>
parents:
4134
diff
changeset
|
820 2002-12-25 Bruno Haible <bruno@clisp.org> |
170410216f79
More consistent inttypes.h / stdint.h handling.
Bruno Haible <bruno@clisp.org>
parents:
4134
diff
changeset
|
821 |
170410216f79
More consistent inttypes.h / stdint.h handling.
Bruno Haible <bruno@clisp.org>
parents:
4134
diff
changeset
|
822 * strtoimax.c: Include <stdint.h> as an alternative to <inttypes.h>. |
170410216f79
More consistent inttypes.h / stdint.h handling.
Bruno Haible <bruno@clisp.org>
parents:
4134
diff
changeset
|
823 * xstrtol.h: Likewise. |
170410216f79
More consistent inttypes.h / stdint.h handling.
Bruno Haible <bruno@clisp.org>
parents:
4134
diff
changeset
|
824 * xstrtoimax.c: Likewise. |
170410216f79
More consistent inttypes.h / stdint.h handling.
Bruno Haible <bruno@clisp.org>
parents:
4134
diff
changeset
|
825 * xstrtoumax.c: Likewise. |
170410216f79
More consistent inttypes.h / stdint.h handling.
Bruno Haible <bruno@clisp.org>
parents:
4134
diff
changeset
|
826 * human.h: Likewise. |
170410216f79
More consistent inttypes.h / stdint.h handling.
Bruno Haible <bruno@clisp.org>
parents:
4134
diff
changeset
|
827 |
170410216f79
More consistent inttypes.h / stdint.h handling.
Bruno Haible <bruno@clisp.org>
parents:
4134
diff
changeset
|
828 * tempname.c: Include <inttypes.h> too. Avoids a compilation error |
170410216f79
More consistent inttypes.h / stdint.h handling.
Bruno Haible <bruno@clisp.org>
parents:
4134
diff
changeset
|
829 on systems that have <inttypes.h> but not <stdint.h>. |
170410216f79
More consistent inttypes.h / stdint.h handling.
Bruno Haible <bruno@clisp.org>
parents:
4134
diff
changeset
|
830 |
4123
799ab609f603
* memcoll.c (memcoll): Fall back on a simple algorithm using
Paul Eggert <eggert@cs.ucla.edu>
parents:
4106
diff
changeset
|
831 2002-12-31 Paul Eggert <eggert@twinsun.com> |
799ab609f603
* memcoll.c (memcoll): Fall back on a simple algorithm using
Paul Eggert <eggert@cs.ucla.edu>
parents:
4106
diff
changeset
|
832 |
799ab609f603
* memcoll.c (memcoll): Fall back on a simple algorithm using
Paul Eggert <eggert@cs.ucla.edu>
parents:
4106
diff
changeset
|
833 * memcoll.c (memcoll): Fall back on a simple algorithm using |
799ab609f603
* memcoll.c (memcoll): Fall back on a simple algorithm using
Paul Eggert <eggert@cs.ucla.edu>
parents:
4106
diff
changeset
|
834 memcmp if strcoll doesn't work. |
799ab609f603
* memcoll.c (memcoll): Fall back on a simple algorithm using
Paul Eggert <eggert@cs.ucla.edu>
parents:
4106
diff
changeset
|
835 |
4106 | 836 2002-12-23 Bruno Haible <bruno@clisp.org> |
837 | |
838 * localcharset.h: New file. | |
839 * localcharset.c: Include it. | |
840 * unicodeio.c: Likewise. | |
841 | |
4105
7f998811f2f0
Don't call ftruncate() when it's not needed.
Bruno Haible <bruno@clisp.org>
parents:
4104
diff
changeset
|
842 2002-12-22 Bruno Haible <bruno@clisp.org> |
7f998811f2f0
Don't call ftruncate() when it's not needed.
Bruno Haible <bruno@clisp.org>
parents:
4104
diff
changeset
|
843 |
7f998811f2f0
Don't call ftruncate() when it's not needed.
Bruno Haible <bruno@clisp.org>
parents:
4104
diff
changeset
|
844 * utime.c (utime_null): No need to call ftruncate if the file was |
7f998811f2f0
Don't call ftruncate() when it's not needed.
Bruno Haible <bruno@clisp.org>
parents:
4104
diff
changeset
|
845 nonempty. |
7f998811f2f0
Don't call ftruncate() when it's not needed.
Bruno Haible <bruno@clisp.org>
parents:
4104
diff
changeset
|
846 |
4104
f16f0fbf6ce2
Don't use strcoll if it is broken.
Bruno Haible <bruno@clisp.org>
parents:
4103
diff
changeset
|
847 2002-12-23 Bruno Haible <bruno@clisp.org> |
f16f0fbf6ce2
Don't use strcoll if it is broken.
Bruno Haible <bruno@clisp.org>
parents:
4103
diff
changeset
|
848 |
f16f0fbf6ce2
Don't use strcoll if it is broken.
Bruno Haible <bruno@clisp.org>
parents:
4103
diff
changeset
|
849 * memcoll.c (STRCOLL): New macro. |
f16f0fbf6ce2
Don't use strcoll if it is broken.
Bruno Haible <bruno@clisp.org>
parents:
4103
diff
changeset
|
850 (memcoll): Use it. |
f16f0fbf6ce2
Don't use strcoll if it is broken.
Bruno Haible <bruno@clisp.org>
parents:
4103
diff
changeset
|
851 |
4103
a615f32b9998
Avoid function names used in standard libraries.
Bruno Haible <bruno@clisp.org>
parents:
4102
diff
changeset
|
852 2002-12-22 Bruno Haible <bruno@clisp.org> |
a615f32b9998
Avoid function names used in standard libraries.
Bruno Haible <bruno@clisp.org>
parents:
4102
diff
changeset
|
853 |
a615f32b9998
Avoid function names used in standard libraries.
Bruno Haible <bruno@clisp.org>
parents:
4102
diff
changeset
|
854 * getstr.h (getstr): Define, to avoid clash with libcurses. |
a615f32b9998
Avoid function names used in standard libraries.
Bruno Haible <bruno@clisp.org>
parents:
4102
diff
changeset
|
855 * linebuffer.h (readline): Define, to avoid clash with libreadline. |
a615f32b9998
Avoid function names used in standard libraries.
Bruno Haible <bruno@clisp.org>
parents:
4102
diff
changeset
|
856 |
4102
1804d7137fc9
Test HAVE_STRUCT_TM_TM_ZONE, not HAVE_TM_ZONE.
Bruno Haible <bruno@clisp.org>
parents:
4101
diff
changeset
|
857 2002-12-22 Bruno Haible <bruno@clisp.org> |
1804d7137fc9
Test HAVE_STRUCT_TM_TM_ZONE, not HAVE_TM_ZONE.
Bruno Haible <bruno@clisp.org>
parents:
4101
diff
changeset
|
858 |
1804d7137fc9
Test HAVE_STRUCT_TM_TM_ZONE, not HAVE_TM_ZONE.
Bruno Haible <bruno@clisp.org>
parents:
4101
diff
changeset
|
859 * getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not HAVE_TM_ZONE. |
1804d7137fc9
Test HAVE_STRUCT_TM_TM_ZONE, not HAVE_TM_ZONE.
Bruno Haible <bruno@clisp.org>
parents:
4101
diff
changeset
|
860 |
4101
cf248975b9d3
Make getline.h and unicodeio.h self-contained.
Bruno Haible <bruno@clisp.org>
parents:
4089
diff
changeset
|
861 2002-12-23 Bruno Haible <bruno@clisp.org> |
cf248975b9d3
Make getline.h and unicodeio.h self-contained.
Bruno Haible <bruno@clisp.org>
parents:
4089
diff
changeset
|
862 |
cf248975b9d3
Make getline.h and unicodeio.h self-contained.
Bruno Haible <bruno@clisp.org>
parents:
4089
diff
changeset
|
863 * getline.h: Include <stddef.h>, for size_t. |
cf248975b9d3
Make getline.h and unicodeio.h self-contained.
Bruno Haible <bruno@clisp.org>
parents:
4089
diff
changeset
|
864 |
cf248975b9d3
Make getline.h and unicodeio.h self-contained.
Bruno Haible <bruno@clisp.org>
parents:
4089
diff
changeset
|
865 * unicodeio.h: Include <stddef.h>, for size_t. |
cf248975b9d3
Make getline.h and unicodeio.h self-contained.
Bruno Haible <bruno@clisp.org>
parents:
4089
diff
changeset
|
866 * unicodeio.c: Don't include <stddef.h>. |
cf248975b9d3
Make getline.h and unicodeio.h self-contained.
Bruno Haible <bruno@clisp.org>
parents:
4089
diff
changeset
|
867 |
4089 | 868 2002-12-17 Bruno Haible <bruno@clisp.org> |
869 | |
870 * canon-host.c (strdup): Remove unused declaration. | |
871 | |
872 * fsusage.c: Include full_read.h. | |
873 (get_fs_usage): Use full_read instead of safe_read. | |
874 | |
875 * utime.c (utime_null): Use SAFE_READ_ERROR. | |
876 | |
4080 | 877 2002-12-11 Bruno Haible <bruno@clisp.org> |
878 | |
879 * setenv.h: Rewritten to cope with systems that have setenv() but not | |
880 unsetenv(). | |
881 * setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following | |
882 modifications: | |
883 | |
884 2002-12-11 Bruno Haible <bruno@clisp.org> | |
885 | |
886 * setenv.c (alloca): Fall back to malloc. | |
887 (freea): New macro. | |
888 (setenv): Use freea() to free memory allocated with alloca(). | |
889 | |
890 2002-11-13 Bruno Haible <bruno@clisp.org> | |
891 | |
892 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C | |
893 function declarations. | |
894 * unsetenv.c (unsetenv): Likewise. | |
895 | |
896 2002-03-04 Bruno Haible <bruno@clisp.org> | |
897 | |
898 Portability to AIX 4.3.3. | |
899 * unsetenv.c: New file, extracted from setenv.c. | |
900 * setenv.c: Move the unsetenv() function to unsetenv.c. | |
901 | |
902 2001-12-20 Bruno Haible <bruno@clisp.org> | |
903 | |
904 * setenv.c (__add_to_environ): Don't call realloc(NULL,...), | |
4474
f1650b772bb6
Correct SunOS and Solaris version number notation to match Sun's usage.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4473
diff
changeset
|
905 use malloc instead. For SunOS 4. |
4080 | 906 |
907 2001-12-11 Bruno Haible <bruno@clisp.org> | |
908 | |
909 * setenv.c: Declare alloca. | |
910 (compar_fn_t): New typedef. | |
911 (KNOWN_VALUE, STORE_VALUE): Use it. | |
912 | |
4081 | 913 * Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c, |
914 setenv.h. | |
915 | |
4078
11656148e11b
Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4073
diff
changeset
|
916 2002-12-10 Paul Eggert <eggert@twinsun.com> |
11656148e11b
Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4073
diff
changeset
|
917 |
11656148e11b
Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4073
diff
changeset
|
918 Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7. |
11656148e11b
Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4073
diff
changeset
|
919 * exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS): |
11656148e11b
Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4073
diff
changeset
|
920 Choose values that are less likely to collide with system fnmatch |
11656148e11b
Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4073
diff
changeset
|
921 options. |
11656148e11b
Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4073
diff
changeset
|
922 * exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not |
11656148e11b
Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4073
diff
changeset
|
923 defined (e.g., a pure POSIX system). |
11656148e11b
Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4073
diff
changeset
|
924 (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME |
11656148e11b
Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4073
diff
changeset
|
925 instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems. |
11656148e11b
Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4073
diff
changeset
|
926 |
4071 | 927 2002-12-06 Jim Meyering <jim@meyering.net> |
928 | |
4073 | 929 * error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'. |
930 | |
4071 | 931 Merge in changes from libc's misc/error.c, in preparation |
932 for the merge of gnulib's changes back into libc. | |
933 | |
934 * error.c (_): Define only if not already defined. | |
935 Move definition to follow all #include directives. | |
936 Include unlocked-io.h only if !_LIBC. | |
937 [_LIBC]: Include <libio/libioP.h>. | |
938 [USE_IN_LIBIO]: Include <libio/iolibio.h> | |
939 (fflush): Tweak definition to use INTUSE. | |
940 (putc): Define. | |
941 | |
4069
335a257b54d7
Merge some alloca.c changes from Emacs.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4067
diff
changeset
|
942 2002-12-05 Paul Eggert <eggert@twinsun.com> |
335a257b54d7
Merge some alloca.c changes from Emacs.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4067
diff
changeset
|
943 |
335a257b54d7
Merge some alloca.c changes from Emacs.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4067
diff
changeset
|
944 * alloca.c [defined emacs]: Include "lisp.h". |
335a257b54d7
Merge some alloca.c changes from Emacs.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4067
diff
changeset
|
945 (xalloc_die) [defined emacs]: New macro. |
335a257b54d7
Merge some alloca.c changes from Emacs.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4067
diff
changeset
|
946 (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE. |
335a257b54d7
Merge some alloca.c changes from Emacs.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4067
diff
changeset
|
947 [! defined emacs]: Include <xalloc.h>. |
335a257b54d7
Merge some alloca.c changes from Emacs.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4067
diff
changeset
|
948 (POINTER_TYPE) [!defined POINTER_TYPE]: New macro. |
335a257b54d7
Merge some alloca.c changes from Emacs.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4067
diff
changeset
|
949 (pointer): Typedef to POINTER_TYPE *. |
335a257b54d7
Merge some alloca.c changes from Emacs.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4067
diff
changeset
|
950 (malloc): Remove decl; we now always use xmalloc. |
335a257b54d7
Merge some alloca.c changes from Emacs.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4067
diff
changeset
|
951 (alloca): Use old-style definition, since Emacs needs this. |
335a257b54d7
Merge some alloca.c changes from Emacs.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4067
diff
changeset
|
952 Check for arithmetic overflow when computing combined size. |
4071 | 953 |
4067
34d2047f0470
Do not generate unlocked-io.h automatically, since it's easier to
Paul Eggert <eggert@cs.ucla.edu>
parents:
4063
diff
changeset
|
954 2002-12-04 Paul Eggert <eggert@twinsun.com> |
34d2047f0470
Do not generate unlocked-io.h automatically, since it's easier to
Paul Eggert <eggert@cs.ucla.edu>
parents:
4063
diff
changeset
|
955 |
34d2047f0470
Do not generate unlocked-io.h automatically, since it's easier to
Paul Eggert <eggert@cs.ucla.edu>
parents:
4063
diff
changeset
|
956 Do not generate unlocked-io.h automatically, since it's easier to |
34d2047f0470
Do not generate unlocked-io.h automatically, since it's easier to
Paul Eggert <eggert@cs.ucla.edu>
parents:
4063
diff
changeset
|
957 maintain it by hand. |
34d2047f0470
Do not generate unlocked-io.h automatically, since it's easier to
Paul Eggert <eggert@cs.ucla.edu>
parents:
4063
diff
changeset
|
958 |
34d2047f0470
Do not generate unlocked-io.h automatically, since it's easier to
Paul Eggert <eggert@cs.ucla.edu>
parents:
4063
diff
changeset
|
959 * unlocked-io.h: New file, from GNU diffutils, |
34d2047f0470
Do not generate unlocked-io.h automatically, since it's easier to
Paul Eggert <eggert@cs.ucla.edu>
parents:
4063
diff
changeset
|
960 but with proper copyright notice and attribution. |
34d2047f0470
Do not generate unlocked-io.h automatically, since it's easier to
Paul Eggert <eggert@cs.ucla.edu>
parents:
4063
diff
changeset
|
961 * gen-uio: Remove. |
34d2047f0470
Do not generate unlocked-io.h automatically, since it's easier to
Paul Eggert <eggert@cs.ucla.edu>
parents:
4063
diff
changeset
|
962 * Makefile.am: Add copyright notice. |
34d2047f0470
Do not generate unlocked-io.h automatically, since it's easier to
Paul Eggert <eggert@cs.ucla.edu>
parents:
4063
diff
changeset
|
963 (libfetish_a_SOURCES): Add unlocked-io.h. |
34d2047f0470
Do not generate unlocked-io.h automatically, since it's easier to
Paul Eggert <eggert@cs.ucla.edu>
parents:
4063
diff
changeset
|
964 (BUILT_SOURCES, all-local): Remove unlocked-io.h. |
34d2047f0470
Do not generate unlocked-io.h automatically, since it's easier to
Paul Eggert <eggert@cs.ucla.edu>
parents:
4063
diff
changeset
|
965 (DISTCLEANFILES, io_functions): Remove macros. |
34d2047f0470
Do not generate unlocked-io.h automatically, since it's easier to
Paul Eggert <eggert@cs.ucla.edu>
parents:
4063
diff
changeset
|
966 (EXTRA_DIST): Remove gen_uio. |
34d2047f0470
Do not generate unlocked-io.h automatically, since it's easier to
Paul Eggert <eggert@cs.ucla.edu>
parents:
4063
diff
changeset
|
967 (unlocked-io.h): Remove rule. |
34d2047f0470
Do not generate unlocked-io.h automatically, since it's easier to
Paul Eggert <eggert@cs.ucla.edu>
parents:
4063
diff
changeset
|
968 |
4058 | 969 2002-12-04 Jim Meyering <jim@meyering.net> |
970 | |
4063 | 971 Reflect the fact that stat.c and lstat.c are no longer generated. |
972 * Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c. | |
973 (DISTCLEANFILES): Likewise. | |
974 (EXTRA_DIST): Likewise. | |
975 (all_local): Don't depend on stat.c or lstat.c. | |
976 (stat.c, lstat.c): Remove rules. | |
977 (EXTRA_DIST): Remove xstat.in. | |
978 | |
979 * xstat.in: Remove file. Contents moved into stat.c. | |
980 * stat.c: New file. Contents mostly from xstat.in. | |
981 * stat.c: Rework so that it may serve to define rpl_lstat, too. | |
982 * lstat.c: New file. Simply #define LSTAT and include stat.c. | |
983 | |
4058 | 984 * safe-read.c: Rework so that it may serve to define safe_write, too. |
985 * safe-write.c: Simply #define SAFE_WRITE and include safe-read.c. | |
986 | |
4051
90298dc3fd6c
* safe-read.c (IS_EINTR): Define.
Jim Meyering <jim@meyering.net>
parents:
4049
diff
changeset
|
987 2002-12-03 Jim Meyering <jim@meyering.net> |
90298dc3fd6c
* safe-read.c (IS_EINTR): Define.
Jim Meyering <jim@meyering.net>
parents:
4049
diff
changeset
|
988 |
4053 | 989 * safe-read.c, safe-write.c: Change variable names and comments, but |
990 not semantics, to minimize the differences between these two files. | |
4058 | 991 (safe_read): Change comment to mention SAFE_READ_ERROR. |
4053 | 992 |
4051
90298dc3fd6c
* safe-read.c (IS_EINTR): Define.
Jim Meyering <jim@meyering.net>
parents:
4049
diff
changeset
|
993 * safe-read.c (IS_EINTR): Define. |
90298dc3fd6c
* safe-read.c (IS_EINTR): Define.
Jim Meyering <jim@meyering.net>
parents:
4049
diff
changeset
|
994 (safe_read): Use IS_EINTR in place of in-function cpp directives. |
90298dc3fd6c
* safe-read.c (IS_EINTR): Define.
Jim Meyering <jim@meyering.net>
parents:
4049
diff
changeset
|
995 |
4049
6a1238f585b1
Synchronize safe-write with safe-read.
Bruno Haible <bruno@clisp.org>
parents:
4048
diff
changeset
|
996 2002-12-02 Bruno Haible <bruno@clisp.org> |
6a1238f585b1
Synchronize safe-write with safe-read.
Bruno Haible <bruno@clisp.org>
parents:
4048
diff
changeset
|
997 |
6a1238f585b1
Synchronize safe-write with safe-read.
Bruno Haible <bruno@clisp.org>
parents:
4048
diff
changeset
|
998 * safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): |
6a1238f585b1
Synchronize safe-write with safe-read.
Bruno Haible <bruno@clisp.org>
parents:
4048
diff
changeset
|
999 Define, taken from safe-read.c. |
6a1238f585b1
Synchronize safe-write with safe-read.
Bruno Haible <bruno@clisp.org>
parents:
4048
diff
changeset
|
1000 (INT_MAX): Provide fallback. |
6a1238f585b1
Synchronize safe-write with safe-read.
Bruno Haible <bruno@clisp.org>
parents:
4048
diff
changeset
|
1001 (safe_write): Rewrite to iterate IFF the write fails with EINTR. |
6a1238f585b1
Synchronize safe-write with safe-read.
Bruno Haible <bruno@clisp.org>
parents:
4048
diff
changeset
|
1002 * safe-write.h (SAFE_WRITE_ERROR): Define. |
6a1238f585b1
Synchronize safe-write with safe-read.
Bruno Haible <bruno@clisp.org>
parents:
4048
diff
changeset
|
1003 |
6a1238f585b1
Synchronize safe-write with safe-read.
Bruno Haible <bruno@clisp.org>
parents:
4048
diff
changeset
|
1004 * safe-read.c (EINTR): Remove definition. |
6a1238f585b1
Synchronize safe-write with safe-read.
Bruno Haible <bruno@clisp.org>
parents:
4048
diff
changeset
|
1005 (safe_read): Don't use EINTR if it is absent. |
6a1238f585b1
Synchronize safe-write with safe-read.
Bruno Haible <bruno@clisp.org>
parents:
4048
diff
changeset
|
1006 |
4046
c66afe793700
* safe-read.h (SAFE_READ_ERROR): Define.
Jim Meyering <jim@meyering.net>
parents:
4044
diff
changeset
|
1007 2002-12-02 Jim Meyering <jim@meyering.net> |
c66afe793700
* safe-read.h (SAFE_READ_ERROR): Define.
Jim Meyering <jim@meyering.net>
parents:
4044
diff
changeset
|
1008 |
4048
983c7437c09f
* safe-read.c (EINTR): Define.
Jim Meyering <jim@meyering.net>
parents:
4046
diff
changeset
|
1009 * safe-read.c (EINTR): Define. |
4049
6a1238f585b1
Synchronize safe-write with safe-read.
Bruno Haible <bruno@clisp.org>
parents:
4048
diff
changeset
|
1010 (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define. |
6a1238f585b1
Synchronize safe-write with safe-read.
Bruno Haible <bruno@clisp.org>
parents:
4048
diff
changeset
|
1011 (INT_MAX): Provide fallback. |
4048
983c7437c09f
* safe-read.c (EINTR): Define.
Jim Meyering <jim@meyering.net>
parents:
4046
diff
changeset
|
1012 (safe_read): Rewrite to iterate IFF the read fails with EINTR. |
983c7437c09f
* safe-read.c (EINTR): Define.
Jim Meyering <jim@meyering.net>
parents:
4046
diff
changeset
|
1013 |
4046
c66afe793700
* safe-read.h (SAFE_READ_ERROR): Define.
Jim Meyering <jim@meyering.net>
parents:
4044
diff
changeset
|
1014 * safe-read.h (SAFE_READ_ERROR): Define. |
c66afe793700
* safe-read.h (SAFE_READ_ERROR): Define.
Jim Meyering <jim@meyering.net>
parents:
4044
diff
changeset
|
1015 |
4044
c5aa8e0dbf7b
* safe-read.c: (safe_read): Also exit the loop when read returns zero.
Jim Meyering <jim@meyering.net>
parents:
4041
diff
changeset
|
1016 2002-12-01 Jim Meyering <jim@meyering.net> |
c5aa8e0dbf7b
* safe-read.c: (safe_read): Also exit the loop when read returns zero.
Jim Meyering <jim@meyering.net>
parents:
4041
diff
changeset
|
1017 |
c5aa8e0dbf7b
* safe-read.c: (safe_read): Also exit the loop when read returns zero.
Jim Meyering <jim@meyering.net>
parents:
4041
diff
changeset
|
1018 * safe-read.c: (safe_read): Also exit the loop when read returns zero. |
c5aa8e0dbf7b
* safe-read.c: (safe_read): Also exit the loop when read returns zero.
Jim Meyering <jim@meyering.net>
parents:
4041
diff
changeset
|
1019 (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define. |
c5aa8e0dbf7b
* safe-read.c: (safe_read): Also exit the loop when read returns zero.
Jim Meyering <jim@meyering.net>
parents:
4041
diff
changeset
|
1020 |
4041
8c8f0566f03c
* hash.c (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4039
diff
changeset
|
1021 2002-11-27 Paul Eggert <eggert@twinsun.com> |
8c8f0566f03c
* hash.c (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4039
diff
changeset
|
1022 |
8c8f0566f03c
* hash.c (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4039
diff
changeset
|
1023 * hash.c (hash_lookup, hash_get_first, hash_get_next, hash_find_entry, |
8c8f0566f03c
* hash.c (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4039
diff
changeset
|
1024 hash_rehash): Replace `if (limit <= value) abort ();' with |
8c8f0566f03c
* hash.c (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4039
diff
changeset
|
1025 `if (! (value < limit)) abort ();', for readability. |
8c8f0566f03c
* hash.c (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4039
diff
changeset
|
1026 |
4039
7c15210f0e35
copy strdup.c from libc again.
Karl Berry <karl@freefriends.org>
parents:
4030
diff
changeset
|
1027 2002-11-26 <karl@gnu.org> |
7c15210f0e35
copy strdup.c from libc again.
Karl Berry <karl@freefriends.org>
parents:
4030
diff
changeset
|
1028 |
7c15210f0e35
copy strdup.c from libc again.
Karl Berry <karl@freefriends.org>
parents:
4030
diff
changeset
|
1029 * strdup.c: copy from libc again, with jim's ok. |
7c15210f0e35
copy strdup.c from libc again.
Karl Berry <karl@freefriends.org>
parents:
4030
diff
changeset
|
1030 * .cppi-disable: re-add strdup.c |
7c15210f0e35
copy strdup.c from libc again.
Karl Berry <karl@freefriends.org>
parents:
4030
diff
changeset
|
1031 |
4030 | 1032 2002-11-25 <karl@gnu.org> |
1033 | |
1034 * strtoll.c: copy from libc, meaning we now #include <strtol.c> | |
1035 instead of "strtol.c". | |
1036 | |
4027 | 1037 2002-11-25 Jim Meyering <jim@meyering.net> |
1038 | |
1039 * mktime.c: Sync from libc, now that it has the latest fix. | |
1040 | |
4028 | 1041 2002-11-24 <karl@gnu.org> |
1042 | |
1043 * error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c, | |
1044 regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl. | |
1045 | |
4017 | 1046 2002-11-24 Jim Meyering <jim@meyering.net> |
1047 | |
1048 Update from coreutils: | |
1049 | |
4019 | 1050 * mktime.c: Merge in changes from libc. |
1051 | |
4017 | 1052 Avoid a link-time failure on some Linux systems. |
1053 * mktime.c (STATIC): Define to be empty (_LIBC) or `static' (otherwise). | |
1054 (__mon_yday): Declare with the STATIC attribute. | |
1055 (__mktime_internal): Likewise. | |
1056 Based on a report from Greg Schafer. | |
1057 | |
4011 | 1058 2002-11-23 Jim Meyering <jim@meyering.net> |
1059 | |
4015 | 1060 * sig2str.c (str2signum, sig2str): Avoid a warning from gcc: |
1061 Use `unsigned', not `int', as type of index. | |
1062 | |
4013 | 1063 * xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>. |
1064 | |
4011 | 1065 * fsusage.c: Remove unneeded parentheses around operands of `defined'. |
1066 | |
4007
0943112001d6
hash.c: Avoid use of <assert.h>.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4005
diff
changeset
|
1067 2002-11-22 Paul Eggert <eggert@twinsun.com> |
0943112001d6
hash.c: Avoid use of <assert.h>.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4005
diff
changeset
|
1068 |
0943112001d6
hash.c: Avoid use of <assert.h>.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4005
diff
changeset
|
1069 * hash.c: Avoid use of <assert.h>, as the GNU Coding Standards |
0943112001d6
hash.c: Avoid use of <assert.h>.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4005
diff
changeset
|
1070 hint that one should use `if (! x) abort ();' rather than `assert |
0943112001d6
hash.c: Avoid use of <assert.h>.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4005
diff
changeset
|
1071 (x);', and anyway it's one less thing to worry about configuring. |
0943112001d6
hash.c: Avoid use of <assert.h>.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4005
diff
changeset
|
1072 (hash_lookup, hash_get_first, hash_get_next, hash_find_entry, |
0943112001d6
hash.c: Avoid use of <assert.h>.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4005
diff
changeset
|
1073 hash_rehash, hash_insert): Use abort rather than assert. |
0943112001d6
hash.c: Avoid use of <assert.h>.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4005
diff
changeset
|
1074 |
4005
28205b2d0e61
quotearg.c, quotearg.c changes to assume C89 and fix a few bugs
Paul Eggert <eggert@cs.ucla.edu>
parents:
4002
diff
changeset
|
1075 2002-11-22 Paul Eggert <eggert@twinsun.com> |
28205b2d0e61
quotearg.c, quotearg.c changes to assume C89 and fix a few bugs
Paul Eggert <eggert@cs.ucla.edu>
parents:
4002
diff
changeset
|
1076 |
28205b2d0e61
quotearg.c, quotearg.c changes to assume C89 and fix a few bugs
Paul Eggert <eggert@cs.ucla.edu>
parents:
4002
diff
changeset
|
1077 * quotearg.h: Allow multiple inclusion by surrounding with |
28205b2d0e61
quotearg.c, quotearg.c changes to assume C89 and fix a few bugs
Paul Eggert <eggert@cs.ucla.edu>
parents:
4002
diff
changeset
|
1078 "#ifndef QUOTEARG_H_". Include <stddef.h>, for size_t, |
28205b2d0e61
quotearg.c, quotearg.c changes to assume C89 and fix a few bugs
Paul Eggert <eggert@cs.ucla.edu>
parents:
4002
diff
changeset
|
1079 so that we can be included first. |
28205b2d0e61
quotearg.c, quotearg.c changes to assume C89 and fix a few bugs
Paul Eggert <eggert@cs.ucla.edu>
parents:
4002
diff
changeset
|
1080 (PARAMS): Remove; we now assume C89 or later. All uses removed. |
28205b2d0e61
quotearg.c, quotearg.c changes to assume C89 and fix a few bugs
Paul Eggert <eggert@cs.ucla.edu>
parents:
4002
diff
changeset
|
1081 * quotearg.c: Include quotearg.h immediately after config.h. |
28205b2d0e61
quotearg.c, quotearg.c changes to assume C89 and fix a few bugs
Paul Eggert <eggert@cs.ucla.edu>
parents:
4002
diff
changeset
|
1082 No need to include stddef.h or sys/types.h any more. |
28205b2d0e61
quotearg.c, quotearg.c changes to assume C89 and fix a few bugs
Paul Eggert <eggert@cs.ucla.edu>
parents:
4002
diff
changeset
|
1083 Surround local include files with "", not "<>". |
28205b2d0e61
quotearg.c, quotearg.c changes to assume C89 and fix a few bugs
Paul Eggert <eggert@cs.ucla.edu>
parents:
4002
diff
changeset
|
1084 Assume HAVE_LIMITS_H unconditionally, as we assume C89. |
28205b2d0e61
quotearg.c, quotearg.c changes to assume C89 and fix a few bugs
Paul Eggert <eggert@cs.ucla.edu>
parents:
4002
diff
changeset
|
1085 Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX, |
28205b2d0e61
quotearg.c, quotearg.c changes to assume C89 and fix a few bugs
Paul Eggert <eggert@cs.ucla.edu>
parents:
4002
diff
changeset
|
1086 HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS. |
28205b2d0e61
quotearg.c, quotearg.c changes to assume C89 and fix a few bugs
Paul Eggert <eggert@cs.ucla.edu>
parents:
4002
diff
changeset
|
1087 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC. |
28205b2d0e61
quotearg.c, quotearg.c changes to assume C89 and fix a few bugs
Paul Eggert <eggert@cs.ucla.edu>
parents:
4002
diff
changeset
|
1088 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT. |
28205b2d0e61
quotearg.c, quotearg.c changes to assume C89 and fix a few bugs
Paul Eggert <eggert@cs.ucla.edu>
parents:
4002
diff
changeset
|
1089 (ISPRINT): Remove; no longer needed now that we assume C89. |
28205b2d0e61
quotearg.c, quotearg.c changes to assume C89 and fix a few bugs
Paul Eggert <eggert@cs.ucla.edu>
parents:
4002
diff
changeset
|
1090 |
28205b2d0e61
quotearg.c, quotearg.c changes to assume C89 and fix a few bugs
Paul Eggert <eggert@cs.ucla.edu>
parents:
4002
diff
changeset
|
1091 (clone_quoting_options, quotearg_buffer, quotearg_n_options): |
28205b2d0e61
quotearg.c, quotearg.c changes to assume C89 and fix a few bugs
Paul Eggert <eggert@cs.ucla.edu>
parents:
4002
diff
changeset
|
1092 Preserve errno. |
28205b2d0e61
quotearg.c, quotearg.c changes to assume C89 and fix a few bugs
Paul Eggert <eggert@cs.ucla.edu>
parents:
4002
diff
changeset
|
1093 |
28205b2d0e61
quotearg.c, quotearg.c changes to assume C89 and fix a few bugs
Paul Eggert <eggert@cs.ucla.edu>
parents:
4002
diff
changeset
|
1094 (quotearg_buffer_restyled, quotearg_n, quotearg_n_style, |
28205b2d0e61
quotearg.c, quotearg.c changes to assume C89 and fix a few bugs
Paul Eggert <eggert@cs.ucla.edu>
parents:
4002
diff
changeset
|
1095 quotearg_char): Use SIZE_MAX rather than |
28205b2d0e61
quotearg.c, quotearg.c changes to assume C89 and fix a few bugs
Paul Eggert <eggert@cs.ucla.edu>
parents:
4002
diff
changeset
|
1096 (size_t) -1 when we are talking about "infinity". |
28205b2d0e61
quotearg.c, quotearg.c changes to assume C89 and fix a few bugs
Paul Eggert <eggert@cs.ucla.edu>
parents:
4002
diff
changeset
|
1097 |
28205b2d0e61
quotearg.c, quotearg.c changes to assume C89 and fix a few bugs
Paul Eggert <eggert@cs.ucla.edu>
parents:
4002
diff
changeset
|
1098 (quotearg_buffer_restyled): Fix bug when quoting trigraphs. |
28205b2d0e61
quotearg.c, quotearg.c changes to assume C89 and fix a few bugs
Paul Eggert <eggert@cs.ucla.edu>
parents:
4002
diff
changeset
|
1099 |
4002
9fcf64c770ed
Orthogonal approach to read()/write() that handles EINTR and counts > 2^31
Bruno Haible <bruno@clisp.org>
parents:
4001
diff
changeset
|
1100 2002-11-22 Bruno Haible <bruno@clisp.org> |
9fcf64c770ed
Orthogonal approach to read()/write() that handles EINTR and counts > 2^31
Bruno Haible <bruno@clisp.org>
parents:
4001
diff
changeset
|
1101 |
9fcf64c770ed
Orthogonal approach to read()/write() that handles EINTR and counts > 2^31
Bruno Haible <bruno@clisp.org>
parents:
4001
diff
changeset
|
1102 * safe-read.h: Assume C89. Add comments. |
9fcf64c770ed
Orthogonal approach to read()/write() that handles EINTR and counts > 2^31
Bruno Haible <bruno@clisp.org>
parents:
4001
diff
changeset
|
1103 (safe_read): Change return type to size_t. |
9fcf64c770ed
Orthogonal approach to read()/write() that handles EINTR and counts > 2^31
Bruno Haible <bruno@clisp.org>
parents:
4001
diff
changeset
|
1104 * safe-read.c (safe_read): Change return type to size_t. Handle byte |
9fcf64c770ed
Orthogonal approach to read()/write() that handles EINTR and counts > 2^31
Bruno Haible <bruno@clisp.org>
parents:
4001
diff
changeset
|
1105 counts > SSIZE_MAX correctly. |
9fcf64c770ed
Orthogonal approach to read()/write() that handles EINTR and counts > 2^31
Bruno Haible <bruno@clisp.org>
parents:
4001
diff
changeset
|
1106 * safe-write.h: New file. |
9fcf64c770ed
Orthogonal approach to read()/write() that handles EINTR and counts > 2^31
Bruno Haible <bruno@clisp.org>
parents:
4001
diff
changeset
|
1107 * safe-write.c: New file. |
9fcf64c770ed
Orthogonal approach to read()/write() that handles EINTR and counts > 2^31
Bruno Haible <bruno@clisp.org>
parents:
4001
diff
changeset
|
1108 * full-read.h: New file. |
9fcf64c770ed
Orthogonal approach to read()/write() that handles EINTR and counts > 2^31
Bruno Haible <bruno@clisp.org>
parents:
4001
diff
changeset
|
1109 * full-read.c: New file. |
9fcf64c770ed
Orthogonal approach to read()/write() that handles EINTR and counts > 2^31
Bruno Haible <bruno@clisp.org>
parents:
4001
diff
changeset
|
1110 * full-write.h: Assume C89. Add comments. |
9fcf64c770ed
Orthogonal approach to read()/write() that handles EINTR and counts > 2^31
Bruno Haible <bruno@clisp.org>
parents:
4001
diff
changeset
|
1111 * full-write.c: Include safe-write.h. |
9fcf64c770ed
Orthogonal approach to read()/write() that handles EINTR and counts > 2^31
Bruno Haible <bruno@clisp.org>
parents:
4001
diff
changeset
|
1112 (full_write): Rewritten to use safe_write. |
9fcf64c770ed
Orthogonal approach to read()/write() that handles EINTR and counts > 2^31
Bruno Haible <bruno@clisp.org>
parents:
4001
diff
changeset
|
1113 Suggested by Jim Meyering and Paul Eggert. |
9fcf64c770ed
Orthogonal approach to read()/write() that handles EINTR and counts > 2^31
Bruno Haible <bruno@clisp.org>
parents:
4001
diff
changeset
|
1114 |
4000 | 1115 2002-11-21 Bruno Haible <bruno@clisp.org> |
1116 | |
4001
53129a4ff530
Remove case insensitive option matching.
Bruno Haible <bruno@clisp.org>
parents:
4000
diff
changeset
|
1117 Remove case insensitive option matching. |
53129a4ff530
Remove case insensitive option matching.
Bruno Haible <bruno@clisp.org>
parents:
4000
diff
changeset
|
1118 * argmatch.h (argcasematch): Remove declaration. |
53129a4ff530
Remove case insensitive option matching.
Bruno Haible <bruno@clisp.org>
parents:
4000
diff
changeset
|
1119 (ARGCASEMATCH): Remove macro. |
53129a4ff530
Remove case insensitive option matching.
Bruno Haible <bruno@clisp.org>
parents:
4000
diff
changeset
|
1120 (__xargmatch_internal): Remove case_sensitive argument. |
53129a4ff530
Remove case insensitive option matching.
Bruno Haible <bruno@clisp.org>
parents:
4000
diff
changeset
|
1121 (XARGMATCH): Update. |
53129a4ff530
Remove case insensitive option matching.
Bruno Haible <bruno@clisp.org>
parents:
4000
diff
changeset
|
1122 (XARGCASEMATCH): Remove macro. |
53129a4ff530
Remove case insensitive option matching.
Bruno Haible <bruno@clisp.org>
parents:
4000
diff
changeset
|
1123 * argmatch.c (argmatch): Renamed from __argmatch_internal. Remove |
53129a4ff530
Remove case insensitive option matching.
Bruno Haible <bruno@clisp.org>
parents:
4000
diff
changeset
|
1124 case_sensitive argument. |
53129a4ff530
Remove case insensitive option matching.
Bruno Haible <bruno@clisp.org>
parents:
4000
diff
changeset
|
1125 (argcasematch): Remove function. |
53129a4ff530
Remove case insensitive option matching.
Bruno Haible <bruno@clisp.org>
parents:
4000
diff
changeset
|
1126 (__xargmatch_internal): Remove case_sensitive argument. |
53129a4ff530
Remove case insensitive option matching.
Bruno Haible <bruno@clisp.org>
parents:
4000
diff
changeset
|
1127 (main): Use XARGMATCH instead of XARGCASEMATCH. |
53129a4ff530
Remove case insensitive option matching.
Bruno Haible <bruno@clisp.org>
parents:
4000
diff
changeset
|
1128 |
4000 | 1129 * xmalloc.c: Change compile-time error message. Add comment about |
1130 required autoconf version. | |
1131 | |
3984 | 1132 2002-11-21 Jim Meyering <jim@meyering.net> |
1133 | |
3998 | 1134 * strdup.c (strdup): Tweak comment and initial #if/#include. |
1135 | |
3984 | 1136 Merge in changes from the coreutils. |
1137 | |
3995 | 1138 2002-09-25 Paul Eggert <eggert@twinsun.com> |
1139 * fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include <stdint.h>. | |
1140 (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro. | |
1141 (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than | |
1142 int. Work more efficiently if X is the same width as uintmax_t. | |
1143 Do not compare X to -1, to avoid bogus compiler warning. | |
1144 (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast. | |
1145 Don't assume that f_frsize and f_bsize are the same type. | |
1146 | |
3992 | 1147 * mountlist.c: #undef MNT_IGNORE before defining it, to avoid warning |
1148 on FreeBSD. | |
1149 | |
3988 | 1150 * makepath.c (make_path): Restore umask *before* creating the final |
1151 component. | |
3990 | 1152 (make_path): Minor reformatting. |
3988 | 1153 |
3986 | 1154 * xmalloc.c: Adjust to work with new autoconf macros, AC_FUNC_MALLOC |
1155 and AC_FUNC_REALLOC: test #ifndef HAVE_MALLOC/HAVE_REALLOC. | |
1156 | |
3984 | 1157 * mountlist.h (ME_DUMMY): Don't count entries of type `auto' as dummy |
1158 ones. At least on GNU/Linux systems, `auto' means something else. | |
1159 From Michael Stone. | |
1160 | |
3982
53966f578090
Merge argmatch cleanups from Bison. Assume C89.
Paul Eggert <eggert@cs.ucla.edu>
parents:
3979
diff
changeset
|
1161 2002-11-20 Paul Eggert <eggert@twinsun.com> |
53966f578090
Merge argmatch cleanups from Bison. Assume C89.
Paul Eggert <eggert@cs.ucla.edu>
parents:
3979
diff
changeset
|
1162 |
53966f578090
Merge argmatch cleanups from Bison. Assume C89.
Paul Eggert <eggert@cs.ucla.edu>
parents:
3979
diff
changeset
|
1163 Merge argmatch cleanups from Bison. Assume C89. |
53966f578090
Merge argmatch cleanups from Bison. Assume C89.
Paul Eggert <eggert@cs.ucla.edu>
parents:
3979
diff
changeset
|
1164 |
53966f578090
Merge argmatch cleanups from Bison. Assume C89.
Paul Eggert <eggert@cs.ucla.edu>
parents:
3979
diff
changeset
|
1165 * argmatch.c: Include config.h here, not in argmatch.h. |
53966f578090
Merge argmatch cleanups from Bison. Assume C89.
Paul Eggert <eggert@cs.ucla.edu>
parents:
3979
diff
changeset
|
1166 Include stdlib.h, for EXIT_FAILURE. |
53966f578090
Merge argmatch cleanups from Bison. Assume C89.
Paul Eggert <eggert@cs.ucla.edu>
parents:
3979
diff
changeset
|
1167 Always include <string.h>, since we assume C89. |
53966f578090
Merge argmatch cleanups from Bison. Assume C89.
Paul Eggert <eggert@cs.ucla.edu>
parents:
3979
diff
changeset
|
1168 (EXIT_FAILURE): Remove pre-C89 bug workaround. |
53966f578090
Merge argmatch cleanups from Bison. Assume C89.
Paul Eggert <eggert@cs.ucla.edu>
parents:
3979
diff
changeset
|
1169 * argmatch.h: Do not include <config.h> or <sys/types.h>. |
53966f578090
Merge argmatch cleanups from Bison. Assume C89.
Paul Eggert <eggert@cs.ucla.edu>
parents:
3979
diff
changeset
|
1170 Include <stddef.h> instead, since it's all we need for size_t. |
53966f578090
Merge argmatch cleanups from Bison. Assume C89.
Paul Eggert <eggert@cs.ucla.edu>
parents:
3979
diff
changeset
|
1171 (PARAMS): Remove. All uses removed. |
53966f578090
Merge argmatch cleanups from Bison. Assume C89.
Paul Eggert <eggert@cs.ucla.edu>
parents:
3979
diff
changeset
|
1172 (ARRAY_CARDINALITY): Do not bother to #undef. |
53966f578090
Merge argmatch cleanups from Bison. Assume C89.
Paul Eggert <eggert@cs.ucla.edu>
parents:
3979
diff
changeset
|
1173 (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg, |
53966f578090
Merge argmatch cleanups from Bison. Assume C89.
Paul Eggert <eggert@cs.ucla.edu>
parents:
3979
diff
changeset
|
1174 ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH): |
53966f578090
Merge argmatch cleanups from Bison. Assume C89.
Paul Eggert <eggert@cs.ucla.edu>
parents:
3979
diff
changeset
|
1175 Remove unnecessary parentheses. |
53966f578090
Merge argmatch cleanups from Bison. Assume C89.
Paul Eggert <eggert@cs.ucla.edu>
parents:
3979
diff
changeset
|
1176 (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH): |
53966f578090
Merge argmatch cleanups from Bison. Assume C89.
Paul Eggert <eggert@cs.ucla.edu>
parents:
3979
diff
changeset
|
1177 Insert necessary parentheses. |
53966f578090
Merge argmatch cleanups from Bison. Assume C89.
Paul Eggert <eggert@cs.ucla.edu>
parents:
3979
diff
changeset
|
1178 (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros. |
53966f578090
Merge argmatch cleanups from Bison. Assume C89.
Paul Eggert <eggert@cs.ucla.edu>
parents:
3979
diff
changeset
|
1179 (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT. |
53966f578090
Merge argmatch cleanups from Bison. Assume C89.
Paul Eggert <eggert@cs.ucla.edu>
parents:
3979
diff
changeset
|
1180 |
3977 | 1181 2002-11-19 Bruno Haible <bruno@clisp.org> |
1182 | |
3979
7627246c7a83
Standard specification idiom. Make mbswidth.h self contained.
Bruno Haible <bruno@clisp.org>
parents:
3978
diff
changeset
|
1183 * mbswidth.c: Include mbswidth.h right at the beginning. |
7627246c7a83
Standard specification idiom. Make mbswidth.h self contained.
Bruno Haible <bruno@clisp.org>
parents:
3978
diff
changeset
|
1184 * mbswidth.h: Include <stddef.h>, for size_t. |
7627246c7a83
Standard specification idiom. Make mbswidth.h self contained.
Bruno Haible <bruno@clisp.org>
parents:
3978
diff
changeset
|
1185 |
3978 | 1186 * mbswidth.h (PARAMS): Remove macro. |
1187 (mbswidth, mbsnwidth): Use ANSI C function declarations. | |
1188 * mbswidth.c (mbswidth, mbsnwidth): Likewise. | |
1189 | |
3977 | 1190 * gcd.h (PARAMS): Remove macro. |
1191 (gcd): Use ANSI C function declarations. | |
1192 * gcd.c (gcd): Likewise. | |
1193 | |
3975
e34e6bd35c66
Minimize diffs to glibc. Modernize.
Bruno Haible <bruno@clisp.org>
parents:
3968
diff
changeset
|
1194 2002-11-15 Bruno Haible <bruno@clisp.org> |
e34e6bd35c66
Minimize diffs to glibc. Modernize.
Bruno Haible <bruno@clisp.org>
parents:
3968
diff
changeset
|
1195 |
e34e6bd35c66
Minimize diffs to glibc. Modernize.
Bruno Haible <bruno@clisp.org>
parents:
3968
diff
changeset
|
1196 * strcspn.c: Include <stddef.h>. |
e34e6bd35c66
Minimize diffs to glibc. Modernize.
Bruno Haible <bruno@clisp.org>
parents:
3968
diff
changeset
|
1197 (strcspn): Use ANSI C function declaration. Change return type to |
e34e6bd35c66
Minimize diffs to glibc. Modernize.
Bruno Haible <bruno@clisp.org>
parents:
3968
diff
changeset
|
1198 size_t. Use NULL. |
e34e6bd35c66
Minimize diffs to glibc. Modernize.
Bruno Haible <bruno@clisp.org>
parents:
3968
diff
changeset
|
1199 * strpbrk.c: Minimize diffs to glibc. Include <stddef.h>. |
e34e6bd35c66
Minimize diffs to glibc. Modernize.
Bruno Haible <bruno@clisp.org>
parents:
3968
diff
changeset
|
1200 (strpbrk): Use NULL. |
e34e6bd35c66
Minimize diffs to glibc. Modernize.
Bruno Haible <bruno@clisp.org>
parents:
3968
diff
changeset
|
1201 * strpbrk.h (PARAMS): Remove macro. |
e34e6bd35c66
Minimize diffs to glibc. Modernize.
Bruno Haible <bruno@clisp.org>
parents:
3968
diff
changeset
|
1202 (strpbrk): Use ANSI C function declaration. |
e34e6bd35c66
Minimize diffs to glibc. Modernize.
Bruno Haible <bruno@clisp.org>
parents:
3968
diff
changeset
|
1203 * strstr.c: Don't include <sys/types.h>. |
e34e6bd35c66
Minimize diffs to glibc. Modernize.
Bruno Haible <bruno@clisp.org>
parents:
3968
diff
changeset
|
1204 * strstr.h (PARAMS): Remove macro. |
e34e6bd35c66
Minimize diffs to glibc. Modernize.
Bruno Haible <bruno@clisp.org>
parents:
3968
diff
changeset
|
1205 (strstr): Use ANSI C function declarations. |
e34e6bd35c66
Minimize diffs to glibc. Modernize.
Bruno Haible <bruno@clisp.org>
parents:
3968
diff
changeset
|
1206 |
3968
fd036b5fd367
Change argument type to 'unsigned long'.
Bruno Haible <bruno@clisp.org>
parents:
3967
diff
changeset
|
1207 2002-11-06 Bruno Haible <bruno@clisp.org> |
fd036b5fd367
Change argument type to 'unsigned long'.
Bruno Haible <bruno@clisp.org>
parents:
3967
diff
changeset
|
1208 |
fd036b5fd367
Change argument type to 'unsigned long'.
Bruno Haible <bruno@clisp.org>
parents:
3967
diff
changeset
|
1209 * gcd.h (gcd): Change argument type to 'unsigned long'. |
fd036b5fd367
Change argument type to 'unsigned long'.
Bruno Haible <bruno@clisp.org>
parents:
3967
diff
changeset
|
1210 * gcd.c (gcd): Likewise. |
fd036b5fd367
Change argument type to 'unsigned long'.
Bruno Haible <bruno@clisp.org>
parents:
3967
diff
changeset
|
1211 |
3967 | 1212 2002-11-05 Bruno Haible <bruno@clisp.org> |
1213 | |
1214 * gcd.h: New file, from gettext-0.11.5. | |
1215 * gcd.c: New file, from gettext-0.11.5. | |
1216 | |
3966
22d3032f0239
Include gettext.h instead of <libintl.h> with #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
3964
diff
changeset
|
1217 2002-11-05 Bruno Haible <bruno@clisp.org> |
22d3032f0239
Include gettext.h instead of <libintl.h> with #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
3964
diff
changeset
|
1218 |
22d3032f0239
Include gettext.h instead of <libintl.h> with #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
3964
diff
changeset
|
1219 * error.c [!_LIBC]: Include gettext.h instead of <libintl.h>. |
22d3032f0239
Include gettext.h instead of <libintl.h> with #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
3964
diff
changeset
|
1220 * getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>. |
22d3032f0239
Include gettext.h instead of <libintl.h> with #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
3964
diff
changeset
|
1221 * obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>. |
22d3032f0239
Include gettext.h instead of <libintl.h> with #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
3964
diff
changeset
|
1222 * regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>. |
22d3032f0239
Include gettext.h instead of <libintl.h> with #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
3964
diff
changeset
|
1223 |
22d3032f0239
Include gettext.h instead of <libintl.h> with #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
3964
diff
changeset
|
1224 * argmatch.c: Include gettext.h instead of <locale.h> and <libintl.h>. |
22d3032f0239
Include gettext.h instead of <libintl.h> with #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
3964
diff
changeset
|
1225 * makepath.c: Include gettext.h instead of <locale.h> and <libintl.h>. |
22d3032f0239
Include gettext.h instead of <libintl.h> with #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
3964
diff
changeset
|
1226 |
22d3032f0239
Include gettext.h instead of <libintl.h> with #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
3964
diff
changeset
|
1227 * closeout.c: Include gettext.h instead of <libintl.h>. |
22d3032f0239
Include gettext.h instead of <libintl.h> with #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
3964
diff
changeset
|
1228 * human.c: Include gettext.h instead of <libintl.h>. |
22d3032f0239
Include gettext.h instead of <libintl.h> with #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
3964
diff
changeset
|
1229 * quotearg.c: Include gettext.h instead of <libintl.h>. |
22d3032f0239
Include gettext.h instead of <libintl.h> with #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
3964
diff
changeset
|
1230 * rpmatch.c: Include gettext.h instead of <libintl.h>. |
22d3032f0239
Include gettext.h instead of <libintl.h> with #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
3964
diff
changeset
|
1231 * unicodeio.c: Include gettext.h instead of <libintl.h>. |
22d3032f0239
Include gettext.h instead of <libintl.h> with #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
3964
diff
changeset
|
1232 * userspec.c: Include gettext.h instead of <libintl.h>. |
22d3032f0239
Include gettext.h instead of <libintl.h> with #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
3964
diff
changeset
|
1233 * version-etc.c: Include gettext.h instead of <libintl.h>. |
22d3032f0239
Include gettext.h instead of <libintl.h> with #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
3964
diff
changeset
|
1234 * xmalloc.c: Include gettext.h instead of <libintl.h>. |
22d3032f0239
Include gettext.h instead of <libintl.h> with #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
3964
diff
changeset
|
1235 (textdomain): Remove definition. |
22d3032f0239
Include gettext.h instead of <libintl.h> with #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
3964
diff
changeset
|
1236 * xmemcoll.c: Include gettext.h instead of <libintl.h>. |
22d3032f0239
Include gettext.h instead of <libintl.h> with #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
3964
diff
changeset
|
1237 |
22d3032f0239
Include gettext.h instead of <libintl.h> with #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
3964
diff
changeset
|
1238 * long-options.c: Remove include of <libintl.h> and definition of _. |
22d3032f0239
Include gettext.h instead of <libintl.h> with #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
3964
diff
changeset
|
1239 * same.c: Remove include of <libintl.h> and definition of _. |
22d3032f0239
Include gettext.h instead of <libintl.h> with #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
3964
diff
changeset
|
1240 |
3964 | 1241 2002-11-04 Bruno Haible <bruno@clisp.org> |
1242 | |
1243 * stpcpy.h: New file, from GNU gettext-0.11.5. | |
1244 * strcase.h: New file, from GNU gettext-0.11.5. | |
1245 * strpbrk.h: New file, from GNU gettext-0.11.5. | |
1246 * strstr.h: New file, from GNU gettext-0.11.5. | |
1247 * xgetcwd.h: New file, from GNU gettext-0.11.5. | |
1248 | |
3963
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1249 2002-05-09 Bruno Haible <bruno@clisp.org> |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1250 |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1251 * config.charset: Update for newest glibc. Add canonical names |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1252 ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS. |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1253 |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1254 2002-05-09 Bruno Haible <bruno@clisp.org> |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1255 |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1256 * localcharset.c (get_charset_aliases): Add more Windows specific |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1257 aliases. |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1258 |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1259 2002-05-08 Owen Taylor <otaylor@redhat.com> |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1260 |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1261 * config.charset: A few additions for Solaris. |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1262 |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1263 2001-12-05 Bruno Haible <bruno@clisp.org> |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1264 |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1265 * localcharset.c (locale_charset): Don't return an empty string. |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1266 |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1267 2001-10-23 Bruno Haible <haible@clisp.cons.org> |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1268 |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1269 * config.charset: msdos in uk_UA uses CP1125. |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1270 |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1271 2001-08-05 Bruno Haible <haible@clisp.cons.org> |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1272 |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1273 Make it possible to build libcharset with CC=gcc CFLAGS="-x c++". |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1274 * localcharset.c (locale_charset): Declare as extern "C". |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1275 |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1276 2002-02-15 Bruno Haible <bruno@clisp.org> |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1277 |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1278 * config.charset [msdosdjgpp]: For Russian, use CP866. |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1279 |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1280 2002-02-11 Bruno Haible <bruno@clisp.org> |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1281 |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1282 * config.charset: Add support for NetBSD. |
ed9b8c0441b5
Update config.charset and localcharset.c to current gettext version.
Bruno Haible <bruno@clisp.org>
parents:
3947
diff
changeset
|
1283 |
3944 | 1284 2002-09-25 <karl@gnu.org> |
1285 | |
1286 * strdup.c: copy from libc/string (via ../config/srclist*). | |
1287 * getopt*: copy from libc/posix. | |
3947
765d3b9a6126
update gettext.h from gettext.h
Karl Berry <karl@freefriends.org>
parents:
3944
diff
changeset
|
1288 * gettext.h: copy from gettext. |
765d3b9a6126
update gettext.h from gettext.h
Karl Berry <karl@freefriends.org>
parents:
3944
diff
changeset
|
1289 * .cppi-disable: add strdup.c, gettext.h. |
3944 | 1290 |
3922 | 1291 2002-07-01 Jim Meyering <meyering@lucent.com> |
1292 | |
1293 * c-stack.c: Include sys/time.h. | |
1294 From Volker Borchert. | |
1295 | |
3919 | 1296 2002-06-11 Paul Eggert <eggert@twinsun.com> |
1297 | |
1298 * fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT): | |
1299 New macro. Use it uniformly instead of | |
1300 (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H). | |
1301 It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1 | |
1302 reported by Vin Shelton. | |
1303 | |
3913 | 1304 2002-06-22 Jim Meyering <meyering@lucent.com> |
1305 | |
1306 * fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about | |
4474
f1650b772bb6
Correct SunOS and Solaris version number notation to match Sun's usage.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4473
diff
changeset
|
1307 redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h. |
3913 | 1308 |
3911 | 1309 2002-06-22 Paul Eggert <eggert@twinsun.com> |
1310 | |
1311 * c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]: | |
1312 Do not assume SA_SIGINFO behavior. | |
1313 Bug reported by Jim Meyering on NetBSD 1.5.2. | |
1314 | |
3904 | 1315 2002-06-22 Jim Meyering <meyering@lucent.com> |
1316 | |
1317 * c-stack.c, c-stack.h: New files, from diffutils-2.8.2. | |
3911 | 1318 |
3909 | 1319 * exitfail.c, exitfail.h: Likewise. |
1320 * Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h. | |
3904 | 1321 |
1322 * Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place | |
1323 of fnmatch.h. | |
1324 (EXTRA_DIST): Add fnmatch_loop.c. | |
1325 (libfetish_a_SOURCES): Add c-stack.c and c-stack.h. | |
1326 | |
1327 * fnmatch_loop.c: New file, from diffutils-2.8.2. | |
1328 * fnmatch.c: Update from diffutils-2.8.2. | |
1329 * fnmatch_.h: New file. From diffutils-2.8.2. | |
1330 * fnmatch.h: Remove file. | |
1331 | |
3878 | 1332 2002-06-18 Paul Eggert <eggert@twinsun.com> |
1333 | |
1334 * file-type.h: Report an error if neither S_ISREG nor | |
1335 S_IFREG is defined, instead of using a test specific to glibc | |
1336 2.2. This should be safe, since POSIX requires S_ISREG and | |
1337 Unix Version 7 had S_IFREG. We don't need to check for | |
1338 <sys/types.h> since we don't use any symbols that it defines. | |
1339 | |
3869 | 1340 2002-06-15 Jim Meyering <meyering@lucent.com> |
1341 | |
3873 | 1342 * file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef. |
1343 For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h> | |
1344 have been included before this file. | |
1345 | |
1346 2002-06-13 Richard Dawe <richdawe@bigfoot.com> | |
1347 | |
1348 * Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than $@-t, | |
1349 so that each temporary file name is unique and valid in the first | |
1350 8 characters, for operation under DOS. | |
1351 | |
1352 2002-06-15 Jim Meyering <meyering@lucent.com> | |
1353 | |
1354 Work even with DJGPP 2.03, which lacks support for symlinks. | |
1355 From Richard Dawe. | |
3869 | 1356 * xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK |
1357 is defined. | |
1358 * lchown.c (S_ISLNK): Likewise. | |
1359 | |
3867 | 1360 2002-06-14 Jim Meyering <meyering@lucent.com> |
1361 | |
1362 * file-type.h: Use the version from diffutils-2.8.2. | |
1363 * file-type.c: Likewise. | |
1364 | |
3855 | 1365 2002-05-27 Jim Meyering <meyering@lucent.com> |
1366 | |
1367 Fix a problem seen only on nonconforming systems whereby ls.c's | |
1368 use of localtime, and then of gettimeofday would cause trouble: | |
1369 the localtime call used to initialize rpl_gettimeofday's save | |
1370 mechanism would clobber ls's current local time information so | |
1371 that in any long listing the first file would always be listed | |
1372 with date 1970-01-01. Analysis by Volker Borchert. | |
1373 | |
1374 * gettimeofday.c (localtime): Undefine. | |
1375 (rpl_localtime): New function. | |
1376 | |
3843 | 1377 2002-05-22 Jim Meyering <meyering@lucent.com> |
1378 | |
3847 | 1379 * Makefile.am (libfetish_a_SOURCES): Add file-type.c and file-type.h. |
3843 | 1380 * file-type.h: New file. |
1381 * file-type.c (file_type): New file/function. Extracted from diffutils. | |
1382 | |
3836 | 1383 2002-04-29 Paul Eggert <eggert@twinsun.com> |
1384 | |
1385 * hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1. | |
1386 | |
3834 | 1387 2002-04-28 Paul Eggert <eggert@twinsun.com> |
1388 | |
1389 * sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid | |
1390 depending on <sys/wait.h> and WTERMSIG. Default to 64 instead | |
1391 of 127, since 64 is the largest conceivable number for ancient | |
1392 nonstandard hosts. | |
1393 * sig2str.c: Do not include <sys/wait.h>; no longer needed. | |
1394 | |
3823 | 1395 2002-04-28 Jim Meyering <meyering@lucent.com> |
1396 | |
1397 * sig2str.c (WTERMSIG): Remove definition (unused). | |
1398 | |
3818 | 1399 2002-04-28 Paul Eggert <eggert@twinsun.com> |
1400 | |
1401 * sig2str.h, sig2str.c: New files. | |
3820 | 1402 * Makefile.am (libfetish_a_SOURCES): Add sig2str.h. |
3818 | 1403 |
3812 | 1404 2002-04-24 Jim Meyering <meyering@lucent.com> |
1405 | |
3818 | 1406 * gettext.h: New file, from Gettext. |
3812 | 1407 * Makefile.am (INCLUDES): Remove -I../intl. |
1408 (libfetish_a_SOURCES): Add gettext.h. | |
1409 | |
3808 | 1410 2002-04-16 Jim Meyering <meyering@lucent.com> |
1411 | |
1412 * readutmp.h (UT_TYPE): Remove definition (now in who.c). | |
1413 (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define. | |
1414 (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define. | |
1415 | |
3805 | 1416 2002-04-12 Jim Meyering <meyering@lucent.com> |
1417 | |
1418 * dirfd.h (dirfd): Elide prototype if dirfd is a macro. | |
1419 | |
3787 | 1420 2002-03-10 Jim Meyering <meyering@lucent.com> |
1421 | |
1422 * makepath.c (make_path): Remove a comma from a diagnostic. | |
1423 Suggestion from Santiago Vila. | |
1424 | |
3783 | 1425 2002-03-08 Jim Meyering <meyering@lucent.com> |
1426 | |
1427 * rename.c: Mention that this wrapper is needed also on | |
1428 mips-dec-ultrix4.4 systems. | |
1429 | |
3775 | 1430 2002-03-02 Jim Meyering <meyering@lucent.com> |
1431 | |
1432 * gettime.c (gettime): Test HAVE_CLOCK_GETTIME, | |
1433 not HAVE_CLOCK_SETTIME. | |
1434 | |
3771 | 1435 2002-02-27 Paul Eggert <eggert@twinsun.com> |
1436 | |
1437 * nanosleep.h: Rename to.... | |
1438 * timespec.h: New name for nanosleep.h. All uses changed. | |
1439 | |
1440 * gettime.c: New file. | |
1441 * settime.c: New file. | |
1442 * stime.c: Remove. | |
1443 | |
1444 * Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c, | |
1445 timespec.h. Remove nanosleep.h. | |
1446 | |
3757 | 1447 2002-02-25 Paul Eggert <eggert@twinsun.com> |
1448 | |
3763 | 1449 * acl.c, acl.h: New files. |
3757 | 1450 * Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c. |
1451 | |
1452 2002-02-24 Jim Meyering <meyering@lucent.com> | |
1453 | |
3777 | 1454 * strnlen.c (strnlen): Define-away/undef so that an inconsistent |
1455 prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't | |
1456 cause trouble. Reported by Nelson Beebe. | |
3757 | 1457 |
3753 | 1458 2002-02-23 Paul Eggert <eggert@twinsun.com> |
1459 | |
1460 * path-concat.c (xpath_concat): Reorder code to pacify | |
1461 compilers that don't know that xalloc_die never returns. | |
1462 | |
3751 | 1463 2002-02-20 Jim Meyering <meyering@lucent.com> |
1464 | |
1465 * getdate.c: Regenerate using bison-1.33. | |
1466 | |
3733 | 1467 2002-02-15 Paul Eggert <eggert@twinsun.com> |
1468 | |
1469 * posixver.c, posixver.h: New files. | |
1470 * Makefile.am (libfetish_a_SOURCES): Add them. | |
1471 | |
3728 | 1472 2002-02-02 Paul Eggert <eggert@twinsun.com> |
1473 Bruno Haible <bruno@clisp.org> | |
1474 | |
1475 * unicodeio.h (print_unicode_char): Add exit_on_error argument. | |
1476 (fwrite_success_callback): New declaration. | |
1477 * unicodeio.c (unicode_to_mb): New function, extracted from | |
1478 print_unicode_char. Call failure callback instead of error. | |
1479 (fwrite_success_callback): New function. | |
1480 (exit_failure_callback): New function. | |
1481 (fallback_failure_callback): New function. | |
1482 (print_unicode_char): Call unicode_to_mb. | |
1483 | |
3723 | 1484 2002-01-26 Jim Meyering <meyering@lucent.com> |
1485 | |
1486 * Makefile.am (getdate$U.o): Depend on unlocked-io.h. | |
1487 | |
3720 | 1488 2002-01-22 Jim Meyering <meyering@lucent.com> |
1489 | |
1490 * Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES). | |
1491 Otherwise, some versions of automake would omit the rule that makes | |
1492 Makefile from Makefile.in. | |
1493 | |
3711 | 1494 2001-01-21 Paul Eggert <eggert@twinsun.com> |
1495 | |
1496 * xmemcoll.h, xmemcoll.c: New files. | |
1497 * Makefile.am (libfetish_a_SOURCES): Add them. | |
1498 * memcoll.c: Include errno.h, and declare errno if not defined. | |
1499 (memcoll): Set errno to zero if there is no error. | |
1500 | |
1501 * quotearg.c (quotearg_buffer_restyled): | |
1502 Fix bug with quoting buffers containing NUL when backslashing escapes. | |
1503 This bug was exposed by the other changes in this patch. | |
1504 (quotearg_n_options): New arg ARGSIZE. | |
1505 All callers changed. | |
1506 (quoting_options_from_style): New function. | |
1507 (quotearg_n_style): Use it. | |
1508 (quotearg_n_style_mem): New function. | |
1509 | |
1510 * quotearg.h (quotearg_n_style_mem): New function. | |
1511 | |
3698 | 1512 2002-01-16 Jim Meyering <meyering@lucent.com> |
1513 | |
1514 * getdate.y: Add three semicolons, each just before a closing brace. | |
1515 Bison (as of version 1.31) no longer papers over that mistake. | |
1516 | |
3703 | 1517 2002-02-14 Paul Eggert <eggert@twinsun.com> |
1518 | |
1519 * backupfile.c (ISDIGIT): Comment fix. | |
1520 * getdate.y (ISDIGIT): Likewise. | |
1521 * posixtm.c (ISDIGIT, year): Likewise. | |
1522 * strverscmp.c (ISDIGIT): Likewise. | |
1523 * userspec.c (ISDIGIT): Likewise. | |
1524 | |
3693 | 1525 2002-01-05 Jim Meyering <meyering@lucent.com> |
1526 | |
1527 * version-etc.c (version_etc_copyright): Update copyright year. | |
1528 | |
3691 | 1529 2001-01-19 Paul Eggert <eggert@twinsun.com> |
1530 | |
1531 * closeout.c (close_stdout_status): If ferror (stdout), do | |
1532 not silently exit merely because the output buffer happens to | |
1533 have nothing pending. | |
1534 | |
3689 | 1535 2001-12-18 Paul Eggert <eggert@twinsun.com> |
1536 | |
1537 See the big note in ../ChangeLog. | |
1538 * human.c (suffixes): Prefer K to k for 1024. | |
1539 (generate_suffix_backwards): New function. | |
1540 (human_readable_inexact): Use it. | |
3691 | 1541 * xstrtol.c (__xstrtol): If there is no number but there |
1542 is a valid suffix, assume 1. "MB" now means decimal, "MiB" binary. | |
1543 Accept 'K' as well as 'k'. | |
3689 | 1544 |
3683 | 1545 2001-12-15 Jim Meyering <meyering@lucent.com> |
1546 | |
3686 | 1547 * regex.h (__restrict_arr): Update from libc. |
1548 | |
3683 | 1549 * mountlist.h (ME_REMOTE): Recognize file systems of type smbfs |
1550 as `remote' if the name starts with `//'. Suggested by Michael Stone. | |
3686 | 1551 (STREQ): Define. |
3683 | 1552 |
3679 | 1553 2001-12-10 Jim Meyering <meyering@lucent.com> |
1554 | |
1555 * linebuffer.c: Remove explicit declarations of xmalloc and xrealloc, | |
1556 Instead, include "xalloc.h". | |
1557 (initbuffer): Don't cast xmalloc return value to char*. | |
1558 (readline): Reword comment. | |
1559 Don't cast xrealloc return value to char* | |
1560 Return NULL, not 0. | |
1561 | |
3669 | 1562 2001-12-09 Jim Meyering <meyering@lucent.com> |
1563 | |
3677 | 1564 * modechange.c (mode_compile): Add cast to avoid pedantic warning about |
3676 | 1565 `signed and unsigned type in conditional expression'. |
1566 * posixtm.c (posix_time_parse): Likewise. | |
1567 | |
3677 | 1568 * xreadlink.c (xreadlink): Add cast to avoid a pedantic warning. |
3676 | 1569 |
1570 * readtokens.c (readtoken): Declare an index to be of type unsigned | |
1571 to avoid a pedantic warning. | |
1572 | |
1573 * getstr.c: Don't include assert.h. | |
1574 (getstr): Remove warning-evoking assertions. | |
1575 Return -1 if offset parameter is out of bounds. | |
1576 Change the type of a local from int to size_t. | |
1577 | |
1578 * strftime.c (my_strftime_localtime_r): Include this function | |
1579 definition in the `#if ! HAVE_TM_GMTOFF' block. | |
1580 | |
3669 | 1581 * xgethostname.c: Remove declarations of xmalloc and xrealloc. |
1582 Include xalloc.h instead. | |
1583 | |
3664 | 1584 2001-12-02 Jim Meyering <meyering@lucent.com> |
1585 | |
3666 | 1586 * tempname.c: Don't declare getenv, thus reverting the change of |
1587 2001-11-18. It's no longer necessary, now that stdlib.h is always | |
1588 included. | |
1589 | |
3664 | 1590 * regex.c [!__BOUNDED_POINTERS__]: Define away __bounded, |
1591 __unbounded, and __ptrvalue. Reported by Uwe H. Steinfeld. | |
1592 | |
3662 | 1593 2001-11-30 Akim Demaille <akim@epita.fr> |
1594 | |
1595 * xstrdup.c: Include xalloc.h, so that xstrdup is declared | |
1596 before being defined. | |
1597 | |
3659 | 1598 2001-11-27 Paul Eggert <eggert@twinsun.com> |
1599 | |
1600 * quotearg.h (quotearg_n, quotearg_n_style): | |
1601 First arg is int, not unsigned. | |
1602 * quotearg.c (quotearg_n, quotearg_n_style): Likewise. | |
1603 (SIZE_MAX, UINT_MAX): New macros. | |
1604 (quotearg_n_options): Abort if N is negative. | |
1605 Avoid overflow check on hosts where size_t is 64 bits and int | |
1606 is 32 bits, as overflow is impossible there. | |
1607 Fix off-by-one typo that caused unnecessary reallocation. | |
1608 | |
3655 | 1609 2001-11-27 Jim Meyering <meyering@lucent.com> |
1610 | |
1611 * tempname.c: Merge with version from libc. | |
3659 | 1612 * regex.c: Likewise. |
3655 | 1613 |
1614 * tempname.c: Include stdlib.h unconditionally. On some old systems | |
1615 for which STDC_HEADERS is 0, it was not included, resulting in a | |
1616 warning about an integer-to-pointer conversion problem with getenv. | |
1617 Reported by Volker Borchert. | |
1618 | |
3651 | 1619 2001-11-26 Jim Meyering <meyering@lucent.com> |
1620 | |
1621 * gtod.h: Remove file. | |
3659 | 1622 * Makefile.am (libfetish_a_SOURCES): Remove gtod.h. |
3651 | 1623 * gettimeofday.c: Don't include gtod.h. |
1624 (GTOD_init): Remove function. | |
1625 (rpl_gettimeofday): Do its job here instead, rather than aborting. | |
1626 Suggestion from Volker Borchert. | |
1627 | |
3647 | 1628 2001-11-23 Jim Meyering <meyering@lucent.com> |
1629 | |
1630 * hash.h (struct hash_table): Don't define here. Merely declare it. | |
1631 * hash.c (struct hash_table): Define it here instead. | |
1632 | |
3644 | 1633 2001-11-22 Jim Meyering <meyering@lucent.com> |
1634 | |
1635 * hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif. | |
1636 | |
3636 | 1637 2001-11-18 Paul Eggert <eggert@twinsun.com> |
1638 | |
1639 * tempname.c (TMP_MAX): Remove; no longer needed. | |
1640 (TEMPORARIES): New macro. | |
1641 (__gen_tempname): Use TEMPORARIES rather than TMP_MAX. This | |
1642 removes an artificial limitation (e.g. HP-UX 10.20, where | |
1643 TMP_MAX is 17576). | |
1644 | |
3627 | 1645 2001-11-18 Jim Meyering <meyering@lucent.com> |
1646 | |
1647 * tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning | |
4474
f1650b772bb6
Correct SunOS and Solaris version number notation to match Sun's usage.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4473
diff
changeset
|
1648 on SunOS 4. |
3627 | 1649 |
3628 | 1650 * Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those |
1651 files will be created before anything else. | |
3627 | 1652 |
3615 | 1653 2001-11-17 Jim Meyering <meyering@lucent.com> |
1654 | |
3638 | 1655 * modechange.c (mode_adjust): Fix error introduced on 1999-04-26 |
1656 that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable | |
1657 rather than group writable. Patch by Juan F. Codagnone. | |
1658 | |
3623 | 1659 * readtokens.c: Remove explicit declarations of xmalloc and xrealloc, |
1660 Instead, include "xalloc.h". | |
1661 | |
1662 * mountlist.c: Include unlocked-io.h after all system headers. | |
1663 Remove explicit declarations of xmalloc, xrealloc, | |
1664 and xstrdup. Instead, include "xalloc.h". | |
1665 | |
3619 | 1666 * argmatch.c, closeout.c, error.c, exclude.c: Include unlocked-io.h. |
1667 * fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c: Likewise. | |
1668 * mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise. | |
3623 | 1669 |
3619 | 1670 * regex.c, sha.c, version-etc.c, yesno.c: Likewise. |
3620 | 1671 Reported by Padraig Brady. |
3619 | 1672 |
3615 | 1673 * mkstemp.c: #undef mkstemp. |
1674 Include config.h. | |
1675 (rpl_mkstemp): Rename from mkstemp. | |
1676 Protoize. | |
1677 | |
3608 | 1678 2001-11-16 Jim Meyering <meyering@lucent.com> |
1679 | |
1680 * physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>. | |
1681 (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to | |
1682 determine the amount of total physical memory, use pstat_getstatic. | |
1683 HPUX-11 doesn't define _SC_PHYS_PAGES. | |
1684 (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]: | |
1685 If sysconf couldn't be used to determine the amount of available | |
1686 physical memory, use both pstat_getstatic and pstat_getdynamic. | |
1687 Based on a patch from Bob Proulx. | |
1688 | |
3597 | 1689 2001-11-05 Jim Meyering <meyering@lucent.com> |
1690 | |
1691 * xstat.in (slash_aware_lstat): Correct a misleading comment. | |
1692 | |
3583 | 1693 2001-11-03 Jim Meyering <meyering@lucent.com> |
1694 | |
3591 | 1695 * argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args |
1696 in argmatch_to_argument call. | |
1697 | |
3586 | 1698 * dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an |
1699 argument. | |
1700 | |
3583 | 1701 * hash.c (hash_clear): Fix a bug that could lead to an infloop or |
1702 e.g., a fault due to an attempt to free a NULL pointer. | |
1703 | |
3565 | 1704 2001-11-01 Jim Meyering <meyering@lucent.com> |
1705 | |
3576 | 1706 * dirfd.c, dirfd.h: New files. |
3573 | 1707 * Makefile.am (libfetish_a_SOURCES): Add dirfd.h. |
1708 | |
3565 | 1709 * hash.c (hash_print) [TESTING]: Clean up. |
1710 | |
3562 | 1711 2001-10-22 Paul Eggert <eggert@twinsun.com> |
1712 | |
1713 * hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__, | |
1714 to avoid a warning if -Wall. | |
1715 | |
3560 | 1716 2001-10-21 Paul Eggert <eggert@twinsun.com> |
1717 | |
3562 | 1718 * regex.c (uintptr_t): Remove macro and decl; it's config.h's job. |
3560 | 1719 |
3553 | 1720 2001-10-21 Jim Meyering <meyering@lucent.com> |
1721 | |
1722 * obstack.c (_): Honor the setting of ENABLE_NLS. Otherwise, | |
1723 this code would end up calling gettext even in packages built | |
1724 with --disable-nls. | |
3555 | 1725 * getopt.c (_): Likewise. |
3557 | 1726 * regex.c (_): Likewise. |
3553 | 1727 |
3551 | 1728 2001-10-20 Paul Eggert <eggert@twinsun.com> |
1729 | |
1730 * error.c (strerror_r): Do not declare unless !_LIBC. | |
1731 Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P. | |
1732 Use strerror_r that is only a macro, even if it is not a function. | |
1733 (strerror): Check for HAVE_DECL_STRERROR before declaring. | |
1734 (private_strerror): Use prototypes, not old-style function definition. | |
1735 (print_errno_message): New function. | |
1736 Support the POSIX 'int'-flavored strerror_r, as well as the traditional | |
1737 char*-flavored one. | |
1738 (error_tail, error, error_at_line): Use it. | |
1739 | |
3546 | 1740 2001-10-11 Jim Meyering <meyering@lucent.com> |
1741 | |
1742 * argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ... | |
1743 and quote_n (1, ... to avoid clobbering a buffer. | |
1744 | |
3543 | 1745 2001-10-05 Jim Meyering <meyering@lucent.com> |
1746 | |
1747 * Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and hash-pjw.h. | |
1748 * hash-pjw.c: New file (factored out of fileutils' remove.c). | |
1749 * hash-pjw.h: New file. | |
1750 | |
3538 | 1751 2001-09-30 Jim Meyering <meyering@lucent.com> |
1752 | |
1753 * mountlist.c [MOUNTED_GETFSSTAT]: | |
1754 Include <sys/ucred.h>, for Apple Darwin. | |
1755 Include sys/mount.h and sys/fs_types.h only if available. | |
1756 (FS_TYPE): Define. | |
1757 (read_filesystem_list): Use FS_TYPE. | |
1758 | |
3536 | 1759 2001-09-29 Paul Eggert <eggert@twinsun.com> |
1760 | |
3562 | 1761 * exclude.c (excluded_filename): 0 -> false, since it's |
3536 | 1762 a boolean context. |
1763 | |
3526 | 1764 2001-09-28 Paul Eggert <eggert@twinsun.com> |
1765 | |
1766 Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which | |
1767 #defines strtoimax. Also treat the other strto* functions | |
1768 like strtoimax. | |
1769 | |
1770 * xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL. | |
1771 (strtoul): Do not declare if HAVE_DECL_STRTOUL. | |
1772 (strtoimax, strtoumax): Do not declare if already defined as a macro. | |
1773 | |
3521 | 1774 2001-09-26 Jim Meyering <meyering@lucent.com> |
1775 | |
1776 Most macros in unlocked-io.h had the wrong number of arguments. | |
1777 * gen-uio: New script. | |
3524 | 1778 (USE_UNLOCKED_IO): Define to 1 if not already defined. |
3521 | 1779 * unlocked-io.hin: Remove file. |
1780 * Makefile.am (unlocked-io.h): Rewrite to use a separate script, | |
1781 rather than trying to embed it here. | |
1782 (EXTRA_DIST): Add gen-uio. Remove unlocked-io.hin | |
1783 Reported by Padraig Brady. | |
1784 | |
3512 | 1785 2001-09-25 Volker Borchert <bt@teknon.de> |
1786 | |
1787 * gettimeofday.c (rpl_gettimeofday): Declare local variable `result'. | |
1788 | |
3503 | 1789 2001-09-23 Jim Meyering <meyering@lucent.com> |
1790 | |
1791 * mountlist.c: Remove useless parentheses in #if directives. | |
1792 (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when | |
1793 the deprecated MOUNTED symbol is no longer defined in mntent.h. | |
1794 | |
3495 | 1795 2001-09-22 Jim Meyering <meyering@lucent.com> |
1796 | |
1797 * localcharset.c: Update from latest gettext. | |
1798 * config.charset: Likewise. | |
1799 | |
3493 | 1800 2001-09-20 Jim Meyering <meyering@lucent.com> |
1801 | |
1802 * xstrtol.c (strtoimax): Guard declaration with | |
1803 `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'. | |
1804 The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0) | |
1805 have their own, conflicting declaration of strtoimax in sys/inttypes.h. | |
1806 (strtoumax): Likewise, for completeness (it wasn't necessary). | |
1807 | |
3482 | 1808 2001-09-06 Paul Eggert <eggert@twinsun.com> |
1809 | |
1810 * strtoimax.c (HAVE_LONG_LONG): | |
1811 Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned. | |
1812 (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base), | |
1813 to work around bug in IBM C compiler. | |
1814 | |
3479 | 1815 2001-09-16 Jim Meyering <meyering@lucent.com> |
1816 | |
1817 * mkdir.c: New file. | |
1818 | |
3467 | 1819 2001-09-04 Paul Eggert <eggert@twinsun.com> |
1820 | |
1821 * xgetcwd.c: Revert some of the previous change; intead, | |
1822 fix the HAVE_GETCWD_NULL code to behave more like the | |
1823 !HAVE_GETCWD_NULL code used to. | |
1824 | |
1825 Include "xalloc.h". | |
1826 (xgetcwd): Do not return NULL when memory is exhausted; instead, | |
1827 invoke xalloc_die. | |
1828 | |
3465 | 1829 2001-09-04 Paul Eggert <eggert@twinsun.com> |
1830 | |
1831 * xreadlink.c (xreadlink): Omit size_t* arg. All uses changed. | |
1832 Use ssize_t, not int, to store result of readlink. | |
1833 Check for ssize_t overflow as well as size_t overflow, | |
1834 as POSIX says the result of readlink is implementation-defined | |
1835 when ssize_t overflows. | |
1836 Remove unnecessary cast to char*. | |
1837 Use free+malloc instead of realloc, as the storage doesn't need | |
1838 to be preserved and it's clearer and can be more efficient that way. | |
1839 (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare. | |
1840 * xreadlink.h (xreadlink): Update prototype. | |
1841 | |
3460 | 1842 2001-09-03 Paul Eggert <eggert@twinsun.com> |
1843 | |
1844 * exclude.c (fnmatch_no_wildcards): Fix confusion between | |
1845 usage of FNM_CASEFOLD and FNM_LEADING_DIR. The bug was | |
1846 spotted by Jim Meyering. | |
1847 | |
3456 | 1848 2001-09-03 Jim Meyering <meyering@lucent.com> |
1849 | |
1850 * xreadlink.c (xreadlink): Preserve errno around `free' during failure. | |
1851 | |
1852 2001-09-03 Paul Eggert <eggert@twinsun.com> | |
1853 | |
1854 * xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more | |
1855 like the HAVE_GETCWD_NULL code. | |
1856 Include pathmax.h if not HAVE_GETCWD. | |
1857 Do not include xalloc.h. | |
1858 (INITIAL_BUFFER_SIZE): New symbol. | |
1859 Do not use xmalloc / xrealloc, since the caller is responsible for | |
1860 handling errors. Preserve errno around `free' during failure. | |
1861 Do not overrun buffer when using getwd. | |
1862 | |
3449 | 1863 2001-09-03 Paul Eggert <eggert@twinsun.com> |
1864 | |
1865 * xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined | |
1866 __GLIBC__ && __GLIBC__ >= 2), to decide whether to use getcwd (NULL, 0). | |
1867 | |
3447 | 1868 2001-09-02 Jim Meyering <meyering@lucent.com> |
1869 | |
1870 * error.c: Update from GNU libc. | |
1871 | |
3437 | 1872 2001-09-01 Jim Meyering <meyering@lucent.com> |
1873 | |
3442 | 1874 * xreadlink.c: New file. |
1875 * xreadlink.h: New file. | |
1876 * Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and xreadlink.h. | |
1877 | |
3439 | 1878 * regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it |
4474
f1650b772bb6
Correct SunOS and Solaris version number notation to match Sun's usage.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4473
diff
changeset
|
1879 doesn't conflict with sparc Solaris 7's definition in |
3439 | 1880 /usr/include/sys/int_types.h. |
1881 | |
3437 | 1882 * exclude.c: Use `""', not `<>' to #include non-system header files. |
1883 (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp | |
1884 and strncasecmp as r-values. Unixware didn't have declarations. | |
1885 | |
3434 | 1886 2001-08-31 Jim Meyering <meyering@lucent.com> |
1887 | |
1888 * xgetcwd.c (xgetcwd): Reorganize to avoid some duplication. | |
1889 Use an initial, malloc'd, buffer of length 128 rather than | |
1890 a statically allocated one of length 1024. | |
1891 | |
3432 | 1892 2001-08-30 Paul Eggert <eggert@twinsun.com> |
1893 | |
3562 | 1894 * xgetcwd.c: Don't include pathmax.h. |
3432 | 1895 Include stdlib.h and unistd.h if available. |
1896 Include xalloc.h. | |
1897 (xmalloc, xstrdup, free): Remove decls. | |
1898 (xgetcwd): Don't assume sizes fit in unsigned. | |
1899 Check for overflow when computing sizes. | |
1900 Simplify reallocation code. | |
1901 | |
3422 | 1902 2001-08-28 Paul Eggert <eggert@twinsun.com> |
1903 | |
1904 * Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c. | |
1905 | |
1906 * strtoimax.c: Renamed from strtoxmax.c, removing the | |
1907 old strtoimax.c. | |
1908 | |
1909 Also, make the following further changes to make this file's | |
1910 configuration more similar to that of strtol.c: | |
1911 (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED. All uses changed. | |
1912 (strtoumax, uintmax_t, strtoull, strtol): Remove. | |
1913 (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED. | |
1914 (strtoimax): Renamed from strtoumax. All uses of unsigned values | |
1915 changed to signed values. | |
1916 | |
1917 And make the following changes as well: | |
1918 Fix copyright notice, as 1999 was missing. | |
1919 (verify): New macro. | |
1920 (strtoimax): Check sizes at compile-time, not run-time. | |
1921 Prefer strtol to strtoll if both work. | |
1922 (main): Remove; it was not that useful and was a pain to maintain. | |
1923 | |
1924 * strtoumax.c: Include strtoimax.c, not strtouxmax.c. | |
1925 | |
3415 | 1926 2001-08-30 Paul Eggert <eggert@twinsun.com> |
1927 | |
3422 | 1928 * savedir.c (savedir): Remove size parameter, as POSIX says that |
1929 a directory's st_size can have an arbitrary value, so the old | |
1930 usage could waste an arbitrary amount of memory. All uses | |
1931 changed. | |
1932 * savedir.h: Update prototype. | |
1933 | |
1934 2001-08-30 Paul Eggert <eggert@twinsun.com> | |
1935 | |
1936 * xstrtol.c (strtoimax): New decl. | |
3415 | 1937 |
3413 | 1938 2001-08-28 Paul Eggert <eggert@twinsun.com> |
1939 | |
3422 | 1940 * xstrtol.h: Add copyright notice. |
3413 | 1941 (_DECLARE_XSTRTOL): Improve quality of diagnostic for |
1942 LONGINT_INVALID_SUFFIX_CHAR. | |
1943 | |
3411 | 1944 2001-08-30 Paul Eggert <eggert@twinsun.com> |
1945 | |
1946 * quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct | |
1947 tm to be declared. | |
1948 | |
3409 | 1949 2001-08-30 Paul Eggert <eggert@twinsun.com> |
1950 | |
1951 * hash.c: Remove '2001' from copyright notice. | |
1952 | |
3405 | 1953 2001-08-30 Paul Eggert <eggert@twinsun.com> |
1954 | |
1955 * full-write.h: New file. | |
1956 * Makefile.am (libfetish_a_SOURCES): Add full-write.h. | |
1957 * full-write.c: Correct credits, as cccp.c no longer | |
1958 exists and anyway it was so heavily changed from the old cccp | |
1959 code as to be unrecognizable. Include full-write.h. | |
1960 (full_write) Return size_t, with short writes meaning failure. | |
1961 All callers changed. This fixes a bug with large buffers | |
1962 on 64-bit hosts. | |
1963 * utime.c: Include full-write.h. | |
1964 | |
3397 | 1965 2001-08-30 Paul Eggert <eggert@twinsun.com> |
1966 | |
3400 | 1967 Merge 'exclude' changes from tar 1.13.22. |
1968 This fixes one or two unlikely storage allocation overflow bugs, | |
1969 but doesn't change user-visible behavior otherwise. | |
1970 | |
3405 | 1971 2001-08-30 Paul Eggert <eggert@twinsun.com> |
1972 | |
3400 | 1973 * exclude.c (bool): Declare, perhaps by including stdbool.h. |
1974 (<sys/types.h>): Include only if HAVE_SYS_TYPES_H. | |
1975 (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>): | |
1976 Include if available. | |
1977 (<xalloc.h>): Include | |
1978 (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't. | |
1979 (verify): New macro. Use it to verify that EXCLUDE macros do not | |
1980 collide with FNM macros. | |
1981 (struct patopts): New struct. | |
1982 (struct exclude): Use it, as exclude patterns now come with options. | |
1983 (new_exclude): Support above changes. | |
1984 (new_exclude, add_exclude_file): | |
1985 Initial size must now be a power of two to simplify overflow checking. | |
1986 (free_exclude, fnmatch_no_wildcards): New function. | |
1987 (excluded_filename): No longer requires options arg, as the options | |
1988 are determined by add_exclude. Now returns bool, not int. | |
1989 (excluded_filename, add_exclude): | |
1990 Add support for the fancy new exclusion options. | |
1991 (add_exclude, add_exclude_file): Now takes int options arg. | |
1992 Check for arithmetic overflow when computing sizes. | |
1993 (add_exclude_file): xrealloc might modify errno, so don't | |
1994 realloc until after errno might be used. | |
1995 | |
1996 * exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS): | |
1997 New macros. | |
1998 (free_exclude): New decl. | |
1999 (add_exclude, add_exclude_file): Now takes int options arg. | |
2000 (excluded_filename): No longer requires options arg, as the options | |
2001 are determined by add_exclude. Now returns bool, not int. | |
2002 | |
3405 | 2003 2001-08-30 Paul Eggert <eggert@twinsun.com> |
2004 | |
2005 * alloca.c (alloca): Arg is of type size_t, not unsigned. | |
3397 | 2006 |
3387 | 2007 2001-08-27 Jim Meyering <meyering@lucent.com> |
2008 | |
3391 | 2009 * Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c |
2010 | |
2011 * version-etc.c (N_): Remove definition. | |
2012 Revert most of last change. | |
2013 Instead, simply don't mark the `Copyright...' string for translation. | |
2014 Based on advice from Paul Eggert. | |
2015 | |
3387 | 2016 * strtoxmax.c: Tweak comment. |
2017 | |
3368 | 2018 2001-08-26 Jim Meyering <meyering@lucent.com> |
2019 | |
3387 | 2020 * version-etc.c (version_etc_copyright_fmt): Replace literal year |
2021 of copyright with `%s' so translators don't get an untranslated | |
2022 message in 2002. | |
2023 (COPYRIGHT_YEAR): Define. | |
2024 (version_etc): Use fprintf rather than fputs. | |
2025 Suggestion from Ulrich Drepper. | |
2026 | |
3378 | 2027 * Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c. |
2028 | |
3375 | 2029 * strtoll.c: New file, from GNU libc. |
3368 | 2030 * xstrtoimax.c: New file. |
2031 | |
3380 | 2032 * xstrtol.h: Add xstrtoimax. |
3368 | 2033 * strtoumax.c: New file. Simply include "strtoumax.c". |
2034 * strtoimax.c: New file. Likewise, but first define STRTOUXMAX_SIGNED. | |
2035 | |
2036 * strtoumax.c: Factor to work both for unsigned and signed types, ... | |
3387 | 2037 * strtoxmax.c: ... then renamed to this. |
3368 | 2038 |
3348 | 2039 2001-08-13 Paul Eggert <eggert@twinsun.com> |
2040 | |
2041 * Makefile.am (unlocked-io.h): Do not append "_unlocked" twice. | |
2042 Port to Solaris 8, where 'sed' requires a space after the 'r' | |
2043 command, and where sh dislikes "$/". Clean up the spacing a bit. | |
2044 Redirect output to $tmp just once. | |
2045 | |
3346 | 2046 2001-08-12 Paul Eggert <eggert@sic.twinsun.com> |
2047 | |
3411 | 2048 * addext.c (<errno.h>): Include. |
3346 | 2049 (errno): Declare if not defined. |
2050 (addext): Work correctly when pathconf returns -1 and leaves | |
2051 errno alone because there is no limit. Also, work even if | |
2052 pathconf returns a value greater than SIZE_MAX. | |
2053 | |
3344 | 2054 2001-08-12 Jim Meyering <meyering@lucent.com> |
2055 | |
2056 * xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]: | |
2057 Simply `return getcwd (NULL, 0);'. | |
2058 [! (defined __GLIBC__ && __GLIBC__ >= 2)]: | |
2059 Use 1300 as initial value for length, not PATH_MAX. | |
2060 | |
2061 * pathmax.h: Clean up cpp syntax. | |
2062 | |
3334 | 2063 2001-08-12 Jim Meyering <meyering@lucent.com> |
2064 | |
2065 * gettimeofday.c: New file. | |
2066 * gtod.h: New file. | |
2067 * Makefile.am (libfetish_a_SOURCES): Add gtod.h. | |
2068 | |
3329 | 2069 2001-08-04 Jim Meyering <meyering@lucent.com> |
2070 | |
2071 * error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if stmt, | |
2072 to get in sync with glibc. | |
2073 | |
3327 | 2074 2001-08-03 Paul Eggert <eggert@twinsun.com> |
2075 | |
2076 The following changes are from gettext 0.10.39 as maintained by | |
2077 Bruno Haible. | |
2078 | |
2079 * mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID): | |
2080 Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID | |
2081 with inverted sense. All uses changed. | |
2082 | |
2083 * mbswidth.c: Don't include <limits.h>. | |
2084 Include <stdlib.h> and <string.h> unconditionally. | |
2085 (iswcntrl, mbsinit, ISCNTRL): New macros. | |
2086 (mbsnwidth): Use K&R style function declarations. | |
2087 Don't bother checking for MB_LEN_MAX == 1, since the compiler | |
2088 can optimize it when MB_CUR_MAX == 1. | |
2089 The width of control characters is zero, not 1. | |
2090 | |
3300 | 2091 2001-07-15 Jim Meyering <meyering@lucent.com> |
2092 | |
3301 | 2093 * Makefile.am (EXTRA_DIST): Add unlocked-io.hin. |
2094 (BUILT_SOURCES): Add unlocked-io.h. | |
2095 (io_functions): Define. | |
2096 (unlocked-io.h): New rule. | |
3304 | 2097 (DISTCLEANFILES): Add unlocked-io.h. |
3306 | 2098 (all-local): Depend on unlocked-io.h, to ensure it is created. |
3304 | 2099 |
3301 | 2100 * unlocked-io.hin: New file |
2101 | |
3300 | 2102 * regex.c: Update from glibc. |
2103 | |
3290 | 2104 2001-07-05 Jim Meyering <meyering@lucent.com> |
2105 | |
2106 * Makefile.am (noinst_HEADERS): Remove definition, per new automake | |
2107 recommendation. | |
2108 (libfetish_a_SOURCES): Put all .h files here instead. | |
2109 Remove a thus-exposed (better checks in automake) duplicate and | |
2110 two unnecessary .h files. | |
2111 | |
3279 | 2112 2001-06-11 Jim Meyering <meyering@lucent.com> |
2113 | |
2114 * regex.c: Update from GNU libc. | |
2115 | |
3277 | 2116 2001-05-27 Jim Meyering <meyering@lucent.com> |
2117 | |
2118 * readutmp.h (UT_TYPE): Define. | |
2119 | |
3273 | 2120 2001-05-24 Jim Meyering <meyering@lucent.com> |
2121 | |
2122 * argmatch.c: Include "quote.h". | |
2123 (argmatch_invalid): Remove explicit `' quotes. Instead, use the | |
4366
4f2163710712
Rename stdbool.h.in to stdbool_.h, for DOS and VMS's sake.
Bruno Haible <bruno@clisp.org>
parents:
4365
diff
changeset
|
2124 quote function. Reported by Göran Uddeborg. |
3273 | 2125 |
3264 | 2126 2001-05-20 Alexandre Duret-Lutz <duret_g@epita.fr> |
2127 | |
2128 * dirname.c (dir_name): Compute append_dot using path, not newpath | |
2129 which is not yet declared. | |
2130 | |
2131 2001-05-11 Paul Eggert <eggert@twinsun.com> | |
2132 | |
3411 | 2133 * Makefile.am (libfetish_a_SOURCES): |
3264 | 2134 Add strftime.c, since we now compile it on all hosts. |
2135 | |
3411 | 2136 * strftime.c (my_strftime): |
3264 | 2137 Define to nstrftime if emacs, but only if my_strftime is not defined. |
2138 (extra_args, extra_args_spec, extra_args_spec_iso): Rename from | |
2139 ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively. | |
2140 Add one more extra argument: a nanoseconds value. | |
2141 All uses changed. | |
2142 (ns): New macro. | |
2143 (my_strftime function): Add %N format. | |
2144 (emacs_strftimeu): Renamed from emacs_strftime, | |
2145 with extra ut argument. | |
2146 | |
3249 | 2147 2001-05-11 Paul Eggert <eggert@twinsun.com> |
2148 | |
2149 dirname code cleanup. base_name now behaves more compatibly | |
2150 with POSIX basename when given file names that have trailing | |
2151 slashes, and similarly for dir_name. Add new primitives | |
2152 base_len and dir_len. Put the directory-name-related decls | |
2153 into dirname.h. | |
2154 | |
2155 * addext.c (ISSLASH, base_name): Remove; now in dirname.h. | |
2156 * backupfile.c (base_name): Likewise. | |
2157 * basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise. | |
2158 * dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise. | |
2159 * makepath.c (strip_trailing_slashes): Likewise. | |
2160 * path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN, ISSLASH): | |
2161 Likewise. | |
2162 * rename.c (strip_trailing_slashes): Likewise. | |
2163 * same.c (base_name): Likewise. | |
2164 * stripslash.c (ISSLASH): Likewise. | |
2165 | |
2166 * addext.c: Include <dirname.h> after size_t is defined. | |
2167 * backupfile.c: Likewise. | |
2168 | |
2169 * addext.c (addext): Use base_len to trim redundant | |
2170 trailing slashes instead of doing it ourselves. | |
2171 But do not trim the last slash if it is not redundant. | |
2172 | |
2173 * backupfile.c (find_backup_file_name, | |
2174 max_backup_version): Use base_len instead of rolling it ourselves. | |
2175 Handle the case of "" and (on DOS) "C:" correctly. | |
2176 | |
2177 * basename.c: Do not include <stdio.h>, <assert.h>; no longer needed. | |
2178 Include <string.h>, <dirname.h>. | |
2179 (base_name): Allow file names ending in slashes, other than names | |
2180 that are all slashes. In this case, return the basename followed | |
2181 by the slashes. This is more general, and can be used in places | |
2182 where the original base_name purposely had an assertion failure. | |
2183 (base_len): New function. | |
2184 | |
2185 * dirname.c: Include <string.h> instead of <stdlib.h>. | |
2186 Do not include <assert.h>; no longer needed. | |
2187 Include xalloc.h. | |
2188 (memrchr): Remove decl. | |
2189 (dir_name_r): Remove. | |
2190 (dir_len): Renamed from dirlen. All callers changed. | |
2191 Rewrite in terms of base_name, for simplicity and consistency. | |
2192 (dir_name): Never return NULL. All callers changed. | |
2193 Do not include <stdlib.h> in test program; no longer needed. | |
2194 return 0; is fine for test program. | |
2195 | |
2196 * dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN): | |
2197 New macros. | |
2198 (base_name, base_len, dir_len, strip_trailing_slashes): New decls. | |
2199 | |
2200 * path-concat.c (path_concat): Use base_len to compute | |
2201 base length, not strlen; this means we cannot rely on memcpy | |
2202 to null-terminate. | |
2203 | |
2204 * same.c (STREQ): Remove. | |
2205 (same_name): Handle the case where the basename ends in trailing '/'. | |
2206 | |
2207 * stripslash.c (strip_trailing_slashes): Return nonzero if | |
2208 a slash was stripped. Do not strip the last slash after a | |
2209 file system prefix. | |
2210 | |
3229 | 2211 2001-04-08 Jim Meyering <meyering@lucent.com> |
2212 | |
2213 * getdate.y (get_date): Set tm_isdst to -1 to ensure that it is | |
2214 recomputed; that's necessary when the offset spans a DST transition. | |
2215 Patch by David J. MacKenzie. Reported by Hon-Yin Kok. | |
2216 | |
3226 | 2217 2001-04-02 Jim Meyering <meyering@lucent.com> |
2218 | |
2219 * regex.h, regex.c: Update from GNU libc. | |
2220 | |
3221 | 2221 2001-03-19 Paul Eggert <eggert@twinsun.com> |
2222 | |
3249 | 2223 * version-etc.c (version_etc_copyright): Update to 2001. |
3221 | 2224 |
3213 | 2225 2001-03-16 Paul Eggert <eggert@twinsun.com> |
2226 | |
2227 * tempname.c (uint64_t): Define to uintmax_t if | |
2228 not defined, and if UINT64_MAX is not defined. | |
2229 Required at least for Vax Ultrix4.3, which doesn't define uint64_t. | |
2230 Reported by John David Anglin. | |
2231 | |
3211 | 2232 2001-03-10 Bruno Haible <haible@clisp.cons.org> |
2233 | |
2234 * localcharset.c (locale_charset): Allow wildcard syntax. Also resolve | |
2235 alias if codeset is empty. | |
2236 * config.charset (BeOS): Use wildcard syntax. | |
2237 | |
3208 | 2238 2001-03-13 Jim Meyering <meyering@lucent.com> |
2239 | |
2240 * path-concat.c (path_concat) [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: | |
2241 Don't insert a backslash when concatenating e.g., `C:' and `foo'. | |
2242 From Bruno Haible. | |
2243 | |
3204 | 2244 2001-03-06 Bruno Haible <haible@clisp.cons.org> |
2245 | |
2246 * localcharset.c (locale_charset): Don't use setlocale(LC_CTYPE,NULL). | |
2247 Don't return NULL. | |
2248 * unicodeio.c (print_unicode_char): Simplify accordingly. | |
2249 | |
3201 | 2250 2001-03-06 Bruno Haible <haible@clisp.cons.org> |
2251 | |
2252 * config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add | |
2253 support for DOS/DJGPP. | |
2254 | |
3197 | 2255 2001-02-28 Paul Eggert <eggert@twinsun.com> |
2256 | |
2257 * Makefile.am (libfetish_a_SOURCES): | |
2258 Add dup-safer.c, fopen-safer.c. | |
2259 (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h. | |
2260 | |
3411 | 2261 * dup-safer.c, fopen-safer.c, stdio-safer.h, unistd-safer.h: New files. |
3197 | 2262 |
3195 | 2263 2001-02-25 Paul Eggert <eggert@twinsun.com> |
2264 | |
2265 The mkstemp replacement is taken from glibc 2.2.2, with some | |
2266 portability fixes for use outside glibc, as follows: | |
2267 | |
2268 * tempname.c (struct_stat64): New macro. | |
2269 (direxists, __gen_tempname): Use it. | |
2270 This avoids a portability problem with Solaris 8. | |
2271 | |
2272 * tempname.c (<config.h>): Include if HAVE_CONFIG_H. | |
2273 (<stddef.h>, <stdint.h>, <string.h>): | |
2274 Include only if STDC_HEADERS || _LIBC. | |
2275 (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC. | |
2276 (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC. | |
2277 (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC. | |
2278 (__set_errno): Define this macro if <errno.h> doesn't. | |
2279 (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE): | |
2280 Define these macros if <stdio.h> doesn't. | |
2281 (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR): | |
2282 Define these macros if <sys/stat.h> | |
2283 doesn't. Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN. | |
2284 (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64, | |
2285 __xstat64): Define if not _LIBC. | |
2286 (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC). | |
2287 (__gen_tempname): Invoke gettimeofday only if | |
2288 HAVE_GETTIMEOFDAY || _LIBC; | |
2289 otherwise, fall back on plain "time". | |
2290 Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600. | |
2291 | |
2292 * mkstemp.c (__GT_FILE): Define to zero if not defined. | |
2293 | |
2294 * mkstemp.c, tempname.c: New files, taken from glibc 2.2.2. | |
2295 | |
3182 | 2296 2001-02-17 Jim Meyering <meyering@lucent.com> |
2297 | |
3186 | 2298 * strtoul.c: Sync from GNU libc. Use double quotes, not <...> |
2299 around included file name. | |
2300 | |
3184 | 2301 * strnlen.c (__strnlen): Merge in a change from GNU libc. |
2302 | |
2303 * strftime.c: Update from GNU libc (the only changes were to comments). | |
3182 | 2304 |
3177 | 2305 2001-02-13 Bruno Haible <haible@clisp.cons.org> |
2306 | |
2307 * mbswidth.h (mbswidth): Also define as macro, to avoid prototype clash. | |
2308 | |
3173 | 2309 2001-02-17 Paul Eggert <eggert@twinsun.com> |
2310 | |
2311 * mbswidth.c, quotearg.c (mbrtowc, mbsinit): | |
2312 Remove workaround macros for hosts that have mbrtowc but not | |
2313 mbstate_t, as we now insist on proper declarations for both | |
2314 before using mbrtowc. | |
2315 | |
3166 | 2316 2001-02-17 Jim Meyering <meyering@lucent.com> |
2317 | |
2318 * regex.c: Update from libc. | |
2319 | |
3163 | 2320 2001-02-16 Paul Eggert <eggert@twinsun.com> |
2321 | |
3195 | 2322 * alloca.c (malloc): Undef before defining, since stdlib.h |
3164 | 2323 may have defined it. Needed for Encore Umax-3.0.9.16b systems. |
2324 Reported by Mark Hounschell via Paul Eggert. | |
3163 | 2325 |
3149 | 2326 2001-01-30 Bruno Haible <haible@clisp.cons.org> |
2327 | |
2328 * config.charset: Update for FreeBSD 4.2. | |
2329 | |
3131 | 2330 2001-01-26 Jim Meyering <meyering@lucent.com> |
2331 | |
3133 | 2332 * quotearg.c: Include stddef.h. |
2333 * quote.c: Include stddef.h. | |
2334 Reported by Axel Kittenberger. | |
2335 | |
3131 | 2336 * xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking |
2337 line in double quotes so that it evokes a better diagnostic. | |
2338 [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise. | |
2339 Reported by Axel Kittenberger. | |
2340 | |
3124 | 2341 2001-01-15 Bruno Haible <haible@clisp.cons.org> |
2342 | |
2343 * unicodeio.c (print_unicode_char): Cast the second iconv() arg, | |
2344 to avoid a warning. Add back 'const' to inptr. | |
2345 | |
3108 | 2346 2001-01-16 Jim Meyering <meyering@lucent.com> |
2347 | |
4474
f1650b772bb6
Correct SunOS and Solaris version number notation to match Sun's usage.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4473
diff
changeset
|
2348 * basename.c: Include <stdio.h>, needed by assert on SunOS 4. |
3108 | 2349 From Bruno Haible. |
2350 | |
3103 | 2351 2001-01-14 Jim Meyering <meyering@lucent.com> |
2352 | |
2353 * rename.c: New file. From Volker Borchert. | |
2354 Include stdlib.h, string.h or strings.h, and xalloc.h. | |
2355 Use strip_trailing_slashes rather than open-coding it. | |
2356 | |
3095 | 2357 2001-01-03 Paul Eggert <eggert@twinsun.com> |
2358 | |
3195 | 2359 * strftime.c: Sync with glibc time/strftime.c 1.81. |
3095 | 2360 |
3091 | 2361 2001-01-03 Jim Meyering <meyering@lucent.com> |
2362 | |
2363 * unicodeio.c (print_unicode_char): Remove `const' from declaration of | |
2364 local `inptr' to avoid warning with some system declarations of iconv. | |
2365 | |
3082 | 2366 2000-12-29 Paul Eggert <eggert@twinsun.com> |
2367 | |
3195 | 2368 * modechange.c: Do not assume that mode_t uses the |
3082 | 2369 traditional octal encoding. E.g. "chmod 1 FOO" should set |
2370 the other-execute bit of FOO even if S_IXOTH != 1. | |
2371 | |
2372 (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH, | |
2373 WOTH, XOTH, ALLM): New macros. | |
2374 (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR, | |
2375 S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH): | |
2376 Use them. | |
2377 (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID. | |
2378 (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above. | |
2379 (mode_compile): | |
2380 No need to use uintmax_t; unsigned long is long enough. | |
2381 Don't bother to get suffix since we don't use it. | |
2382 | |
3074 | 2383 2000-12-24 Jim Meyering <meyering@lucent.com> |
2384 | |
2385 * hash.c (is_prime): Return explicit boolean values. | |
2386 (hash_get_first): Return NULL to appease Irix5.6's 89. | |
3075 | 2387 Reported by Nelson Beebe. |
3074 | 2388 |
3063 | 2389 2000-10-31 Bruno Haible <haible@clisp.cons.org> |
2390 | |
2391 * localcharset.c (locale_charset): Add support for Win32. | |
2392 | |
2393 2000-12-18 Paul Eggert <eggert@twinsun.com> | |
2394 | |
3067 | 2395 * physmem.h, physmem.c: New files. |
3063 | 2396 |
3067 | 2397 * Makefile.am (libfetish_a_SOURCES): Add physmem.c. |
3063 | 2398 (noinst_HEADERS): Add physmem.h. |
2399 | |
3067 | 2400 * xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and |
3063 | 2401 't' for compatibility with Solaris 8 sort. |
2402 | |
3061 | 2403 2000-12-18 Bruno Haible <haible@clisp.cons.org> |
2404 | |
2405 * config.charset: Add support for BeOS. | |
2406 | |
3053 | 2407 2000-12-16 Jim Meyering <meyering@lucent.com> |
2408 | |
2409 * getusershell.c [!SHELLS_FILE && __DJGPP__]: Define | |
2410 SHELLS_FILE to a file name that's useful on djgpp systems. | |
2411 Include stdlib.h. | |
2412 (ADDITIONAL_DEFAULT_SHELLS): Define. | |
2413 (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS. | |
2414 Based mostly on a patch from Prashant TR. | |
2415 | |
3051 | 2416 2000-12-16 Jim Meyering <meyering@lucent.com> |
2417 | |
2418 This bug had a serious impact on chown: `chown N:M FILE' (for integer | |
2419 N and M) would have treated it like `chown N:N FILE'. | |
2420 | |
2421 * userspec.c (parse_user_spec): Fix typo: s/u/g/. | |
2422 | |
3054 | 2423 2000-10-31 Bruno Haible <haible@clisp.cons.org> |
2424 | |
2425 * config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB, VISCII, | |
2426 CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256, CP1257 | |
2427 to the list of canonical encodings. Rename EUC-CN to GB2312. | |
2428 | |
3044 | 2429 2000-12-08 Andreas Schwab <schwab@suse.de> |
2430 | |
2431 * mbswidth.c (mbsnwidth): Don't loop endlessly when called with an | |
2432 invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set. | |
2433 | |
3039 | 2434 2000-12-07 Jim Meyering <meyering@lucent.com> |
2435 | |
3042 | 2436 * stripslash.c (ISSLASH): Define. |
2437 (strip_trailing_slashes): Use ISSLASH rather than comparing against `/'. | |
2438 From Prashant TR. | |
2439 | |
3039 | 2440 * dirname.c (FILESYSTEM_PREFIX_LEN): Define. |
2441 (dir_name_r): Declare this function as static. | |
2442 [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd | |
2443 manifest itself on a name containing a mix of slashes and | |
2444 backslashes. | |
2445 Make this function work with names starting with a DOS-style | |
2446 drive letter and colon prefix. | |
2447 (dir_name): Append `.' if necessary. | |
2448 Based mostly on patches from Prashant TR and Eli Zaretskii. | |
2449 | |
2450 * dirname.h (dir_name_r): Remove prototype. | |
2451 | |
3028 | 2452 2000-12-05 Jim Meyering <meyering@lucent.com> |
2453 | |
2454 * dirname.c (dir_name_r): Add `const' in a few local declarations. | |
2455 | |
3023 | 2456 2000-12-04 Jim Meyering <meyering@lucent.com> |
2457 | |
2458 * path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc. | |
3025 | 2459 Also include memory.h, stdlib.h, unistd.h if appropriate. |
3026 | 2460 Reported by Andreas Jaeger (conflicting declaration of malloc). |
3023 | 2461 |
3020 | 2462 2000-12-02 Jim Meyering <meyering@lucent.com> |
2463 | |
2464 * closeout.h: Make idempotent, to avoid some obscure warnings. | |
2465 | |
3010 | 2466 2000-12-01 Paul Eggert <eggert@twinsun.com> |
2467 | |
3195 | 2468 * memrchr.c: Include <config.h> before any system include file. |
3010 | 2469 |
3005 | 2470 2000-11-29 Paul Eggert <eggert@twinsun.com> |
2471 | |
3195 | 2472 * dirname.c (dir_name_r): Fix typo: int -> size_t. |
3005 | 2473 |
2998 | 2474 2000-11-26 Jim Meyering <meyering@lucent.com> |
2475 | |
2476 * memcoll.c: Include sys/types.h. From Werner Almesberger. | |
2477 | |
2994 | 2478 2000-11-22 Paul Eggert <eggert@twinsun.com> |
2479 | |
3195 | 2480 * strftime.c (my_strftime): Do not invoke mbrlen with a |
2994 | 2481 size of (size_t) -1; it's not portable. |
2482 | |
2992 | 2483 2000-11-17 Akim Demaille <akim@epita.fr> |
2484 | |
3195 | 2485 * obstack.h: Formatting changes. |
2992 | 2486 (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would |
2487 prevent type checking. | |
2488 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't | |
2489 cast the value to (void *): assigning a `foo *' to a `void *' | |
2490 variable is valid. | |
2491 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int. | |
2492 | |
2989 | 2493 2000-11-17 Jim Meyering <meyering@lucent.com> |
2494 | |
2495 * strstr.c: Update from GNU libc. | |
2496 | |
2987 | 2497 2000-11-16 Jim Meyering <meyering@lucent.com> |
2498 | |
2499 * strverscmp.c: Incorporate weak-alias-related changes from glibc. | |
2500 | |
2501 2000-11-11 Jim Meyering <meyering@lucent.com> | |
2502 | |
2503 * error.c: Add a couple #includes, merging from GNU libc version. | |
2504 | |
2980 | 2505 2000-11-10 Jim Meyering <meyering@lucent.com> |
2506 | |
2507 * obstack.h: Update from GNU libc. | |
2508 * obstack.c: Likewise. | |
2509 | |
2967 | 2510 2000-11-06 Paul Eggert <eggert@twinsun.com> |
2511 | |
2981 | 2512 * getusershell.c (setusershell): Use rewind rather than |
2967 | 2513 fseek/fseeko, to avoid configuration hassles with fseeko. |
2514 Don't bother opening SHELLS_FILE if shellstream is NULL; | |
2515 it's not necessary. | |
2516 | |
2965 | 2517 2000-11-05 Jim Meyering <meyering@lucent.com> |
2518 | |
2519 * makepath.h (make_dir): Declare. | |
2520 * makepath.c (make_dir): Remove `static' attribute. | |
2521 Tweak a comment. | |
2522 | |
2957 | 2523 2000-11-04 Alexandre Duret-Lutz <duret_g@epita.fr> |
2524 | |
2525 * hash.c (hash_get_next): Fix a thinko: when ENTRY is the | |
2526 last one in a bucket, advance to the next bucket. | |
2527 | |
2955 | 2528 2000-11-02 Vesselin Atanasov <vesselin@bgnet.bg> |
2529 | |
2981 | 2530 * fnmatch.c: Do not comment out all the code if we are using |
2955 | 2531 the GNU C library, because in some cases we are replacing buggy |
2532 code in the GNU C library itself. | |
2533 | |
2952 | 2534 2000-10-30 Paul Eggert <eggert@twinsun.com> |
2535 | |
2981 | 2536 * error.h, getline.h, modechange.h: |
2952 | 2537 Remove "2000" from Copyright line, as the file hasn't been |
2538 changed this year other than in the copyright notice. | |
2539 | |
2981 | 2540 * xalloc.h: Add "2000" to Copyright line, as this file |
2952 | 2541 was changed this year. |
2542 | |
2949 | 2543 2000-10-30 Paul Eggert <eggert@twinsun.com> |
2544 | |
2981 | 2545 * fnmatch.c (FOLD): Do not assume that characters are unsigned. |
2949 | 2546 (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs, |
2547 e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero. | |
2548 | |
2941 | 2549 2000-10-29 Greg Louis <glouis@dynamicro.on.ca> |
2550 | |
2551 * regex.h (__restrict_arr): Move definition out of #ifndef block. | |
2552 Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but | |
2553 doesn't define __restrict_arr. | |
2554 | |
2939 | 2555 2000-10-29 Jim Meyering <meyering@lucent.com> |
2556 | |
2557 * xstat.in: Fix grammar in comment. | |
2558 | |
2929 | 2559 2000-10-28 Jim Meyering <meyering@lucent.com> |
2560 | |
2933 | 2561 * memchr.c: Update from libc. |
2562 Adjust for portability: | |
2563 [HAVE_STDLIB_H]: Include stdlib.h. | |
2564 [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h. | |
2565 Undef __memchr, too. | |
2566 [!weak_alias]: Define __memchr to memchr. | |
2567 | |
2931 | 2568 * regex.c: Update from libc. |
2569 * regex.h: Likewise. | |
2570 * getopt1.c: Likewise. | |
2935 | 2571 * memcmp.c: Likewise. |
2931 | 2572 |
2942
c5e4ce044bd7
fix typo: s/fseek0/fseeko/
Jim Meyering <jim@meyering.net>
parents:
2941
diff
changeset
|
2573 * getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko. |
2967 | 2574 Avoid using fseek, when possible -- it's broken by design. |
2929 | 2575 Patch by Ulrich Drepper. |
2576 | |
2924 | 2577 2000-10-26 Jim Meyering <meyering@lucent.com> |
2578 | |
2579 * strftime.c: Update from libc. | |
2580 | |
2918 | 2581 2000-10-25 Jim Meyering <meyering@lucent.com> |
2582 | |
2583 * obstack.c: Update from libc. | |
2584 | |
2911 | 2585 2000-10-23 Jim Meyering <meyering@lucent.com> |
2586 | |
2587 * hard-locale.c (hard_locale): Revert last change -- it was simply | |
2588 wrong. That set_locale call must not have any side effects. | |
2589 From Paul Eggert. | |
2590 | |
2904 | 2591 2000-10-22 Jim Meyering <meyering@lucent.com> |
2592 | |
2907 | 2593 * md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC. |
2594 [CYCLIC]: Remove now-unused definition. | |
2595 | |
2904 | 2596 * save-cwd.c (O_DIRECTORY): Define, if needed. |
2597 (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".". | |
2598 Suggestion from Ulrich Drepper. | |
2599 | |
2893 | 2600 2000-10-21 Jim Meyering <meyering@lucent.com> |
2601 | |
2920 | 2602 * dirname.c (dir_name_r): New function, factored out of dir_name. |
2603 (dir_name): Use dir_name_r. | |
2604 * dirname.h (dir_name_r): Declare it. | |
2605 | |
2606 2000-10-21 Jim Meyering <meyering@lucent.com> | |
2607 | |
2898 | 2608 * dirname.c (memrchr): Declare if necessary. |
2609 (dir_name): Remove the restriction that there be no | |
2610 trailing slashes. Now, this code skips past them, effectively | |
2611 ignoring them. | |
2612 [TEST_DIRNAME] (main): New unit tests. | |
2613 | |
2893 | 2614 * memrchr.c: New file from GNU libc. |
2615 Undef __memrchr, too. | |
2616 [!weak_alias]: Define __memrchr to memrchr. | |
2617 Guard weak_alias use with `#ifdef weak_alias'. | |
2618 | |
2886 | 2619 2000-10-17 Jim Meyering <meyering@lucent.com> |
2620 | |
2891 | 2621 * quote.h (PARAMS): Define and use. |
2890 | 2622 Reported by Akim Demaille. |
2889 | 2623 |
2886 | 2624 * getopt.c: Update from libc. |
2625 | |
2884 | 2626 2000-10-16 Jim Meyering <meyering@lucent.com> |
2627 | |
2628 * hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to setlocale. | |
2629 From Jan Fedak. | |
2630 | |
2880 | 2631 2000-09-25 Jim Meyering <meyering@lucent.com> |
2632 | |
2633 * md5.h (rol): Define (from GnuPG). | |
2634 | |
2635 * sha.c: Give credit (GnuPG) where due. | |
2636 (M): Use rol rather than open-coding it. | |
2637 Add a FIXME comment. | |
2638 | |
2876 | 2639 2000-09-21 Jim Meyering <meyering@lucent.com> |
2640 | |
2641 * userspec.c (parse_user_spec): Remove debugging printf I'd added. | |
2877 | 2642 Reported by Michael Stone. |
2876 | 2643 |
2874 | 2644 2000-09-20 Jim Meyering <meyering@lucent.com> |
2645 | |
2646 * Makefile.am (libfetish_a_SOURCES): Add sha.c. | |
2647 (noinst_HEADERS): Add sha.h. | |
2648 Based on code from Scott G. Miller and from GnuPG. | |
2649 | |
2861 | 2650 2000-09-15 Jim Meyering <meyering@lucent.com> |
2651 | |
2652 * regex.c: Update from libc. | |
2653 | |
2859 | 2654 2000-09-10 Jim Meyering <meyering@lucent.com> |
2655 | |
2656 * getopt.c (_getopt_internal): Update from glibc. | |
2657 | |
2855 | 2658 2000-09-09 Jim Meyering <meyering@lucent.com> |
2659 | |
2857 | 2660 * quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't |
2661 think it should be used as a general replacement for isascii. | |
2662 * fnmatch.c: Likewise. | |
2663 * mbswidth.c: Likewise | |
2664 * regex.c: Likewise. | |
2665 | |
2855 | 2666 Don't use atoi. |
2667 * userspec.c: Include sys/param.h and limits.h. | |
2668 Include xstrtol.h. | |
2669 (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define. | |
2670 (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define. | |
2671 (parse_user_spec): Use xstrtoul, not atoi when converting numeric | |
2672 UID, GID. Check range. | |
2673 | |
2853 | 2674 2000-09-06 Jim Meyering <meyering@lucent.com> |
2675 | |
2676 * getopt.c (_getopt_internal): Update from glibc. | |
2677 | |
2846 | 2678 2000-08-30 Jim Meyering <meyering@lucent.com> |
2679 | |
2680 * strftime.c: Merge in changes from GNU libc. | |
2681 | |
2837 | 2682 2000-08-26 Jim Meyering <meyering@lucent.com> |
2683 | |
2839 | 2684 * closeout.c: Include "__fpending.h". |
2685 (close_stdout_status): Return right away if there's nothing to flush. | |
2686 | |
2837 | 2687 * Makefile.am (noinst_HEADERS): Add __fpending.h. |
2688 * __fpending.c: New file. | |
2689 * __fpending.h: New file. | |
2690 | |
2815 | 2691 2000-08-07 Paul Eggert <eggert@twinsun.com> |
2692 | |
2693 Standardize on "memory exhausted" instead of "Memory exhausted" | |
2694 or "virtual memory exhausted". | |
2695 * obstack.c (print_and_abort): Use "memory exhausted", not | |
2696 "virtual memory exhausted". | |
2697 * same.c (same_name): Invoke xalloc_die instead of printing | |
2698 our own message. | |
2699 * userspec.c (parse_user_spec): Likewise. | |
2700 * bumpalloc.h: comment fix | |
2701 * same.c, userspec.c: Include xalloc.h. | |
2702 | |
2703 * xalloc.h (xalloc_msg_memory_exhausted): Now char const[], | |
2704 not char *const and pointing to a constant array. | |
2705 * xmalloc.c (xalloc_msg_memory_exhausted): Likewise. | |
2706 (xrealloc): Comment fix. | |
2707 | |
2708 * userspec.c (parse_user_spec): | |
2709 Don't translate a message until just before returning, | |
2710 to avoid unnecessary translation. | |
2711 | |
2808 | 2712 2000-08-07 Jim Meyering <meyering@lucent.com> |
2713 | |
2714 * addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h, | |
2715 chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c, | |
2716 fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h, | |
2717 getgroups.c, gethostname.c, getopt.h, group-member.c, | |
2718 hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c, | |
2719 linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c, | |
2720 memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h, | |
2721 pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c, | |
2722 stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c, | |
2723 strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c, | |
2724 utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c, | |
2725 yesno.c: Back out Copyright date changes for each file with no change | |
2726 this year. This eases coordination with other programs using the same | |
2727 source code modules. From Paul Eggert. | |
2728 | |
2804 | 2729 2000-08-03 Greg McGary <greg@mcgary.org> |
2730 | |
2731 * regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER, | |
2732 ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros. | |
2733 (EXTEND_BUFFER): Use them. | |
2734 | |
2802 | 2735 2000-08-01 Jim Meyering <meyering@lucent.com> |
2736 | |
2737 * dirname.c (ISSLASH): Define. | |
2738 (BACKSLASH_IS_PATH_SEPARATOR): Define. | |
2739 (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which | |
2740 both `\' and `/' may be use as path separators. | |
2741 Based on a patch from Prashant TR. | |
2742 | |
2800 | 2743 2000-07-31 Paul Eggert <eggert@twinsun.com> |
2744 | |
2815 | 2745 * quotearg.c (quotearg_n_options): Don't make the initial |
2800 | 2746 slot vector a constant, since it might get modified. |
2747 | |
2794 | 2748 2000-07-31 Jim Meyering <meyering@lucent.com> |
2749 | |
2750 * xmalloc.c: Use `virtual memory exhausted', not `Memory exhausted'. | |
2751 * obstack.c (print_and_abort): Likewise. | |
2752 | |
2796 | 2753 2000-07-30 Paul Eggert <eggert@twinsun.com> |
2754 | |
2755 * quotearg.c (quotearg_n_options): Preallocate a slot 0 | |
2756 buffer, so that the caller can always quote one small | |
2757 component of a "memory exhausted" message in slot 0. | |
2758 From a suggestion by Jim Meyering. | |
2759 | |
2791 | 2760 2000-07-30 Jim Meyering <meyering@lucent.com> |
2761 | |
2762 * makepath.c (make_path): Quote the other instance, too. | |
2763 | |
2764 * quotearg.c (N_STATIC_SLOTVECS): Define. | |
2765 (STATIC_BUF_SIZE): Define. | |
2766 (quotearg_n_options): Use only statically allocated storage when | |
2767 N < N_STATIC_SLOTVECS and the length of the quoted result is smaller | |
2768 than STATIC_BUF_SIZE. | |
2769 | |
2782 | 2770 2000-07-29 Jim Meyering <meyering@lucent.com> |
2771 | |
2788 | 2772 * diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS. |
2773 * dirname.c (dir_name): Likewise. | |
2774 | |
2775 * basename.c (base_name): Use ISSLASH rather than comparing against `/'. | |
2776 | |
2782 | 2777 * dirname.c (dir_name) [MSDOS]: Declare `lim' to be const. |
2785 | 2778 (dir_name): Assert that there are no trailing slashes. |
2782 | 2779 |
2780 | 2780 2000-07-18 Bruno Haible <haible@clisp.cons.org> |
2781 | |
2782 * mbswidth.h (mbswidth): Add a flags argument. | |
2783 (mbswidth): New declaration. | |
2784 (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros. | |
2785 * mbswidth.c (mbswidth): Add a flags argument. | |
2786 (mbsnwidth): New function. | |
2787 | |
2776 | 2788 2000-07-24 Jim Meyering <meyering@lucent.com> |
2789 | |
2790 * mbswidth.c: Remove useless #else. From Bruno Haible. | |
2791 | |
2773 | 2792 2000-07-23 Paul Eggert <eggert@twinsun.com> |
2793 | |
2794 * mbswidth.c (_XOPEN_SOURCE): | |
2795 Don't define; this causes problems on Solaris 7. | |
2796 (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare. | |
2797 | |
2771 | 2798 2000-07-23 Paul Eggert <eggert@twinsun.com> |
2799 | |
2815 | 2800 * quotearg.c: |
2771 | 2801 Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX), |
2802 so that mbstate_t is always defined. | |
2803 | |
2804 Do not inspect MB_LEN_MAX, since it's incorrectly defined to | |
2805 be 1 in at least one GCC installation, and this configuration | |
2806 error is likely to be common. Ignoring MB_LEN_MAX hurts | |
2807 performance on hosts that have mbrtowc but have only unibyte | |
2808 locales, but I assume these hosts are rare. | |
2809 | |
2769 | 2810 2000-07-23 Paul Eggert <eggert@twinsun.com> |
2811 | |
2815 | 2812 * quotearg.c: Streamline by invoking multibyte code only if needed. |
2769 | 2813 <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX. |
2814 (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX). | |
2815 (quotearg_buffer_restyled): If a unibyte locale, don't bother to | |
2816 invoke multibyte primitives. | |
2817 | |
2764 | 2818 2000-07-23 Jim Meyering <meyering@lucent.com> |
2819 | |
2820 * basename.c (base_name): Add an assertion. | |
2821 | |
2762 | 2822 2000-07-15 Bruno Haible <clisp.cons.org> |
2823 | |
2824 * quotearg.c: When the system forces us to redefine mbstate_t, | |
2825 shadow its mbsinit function. | |
2826 | |
2755 | 2827 2000-07-16 Bruno Haible <haible@clisp.cons.org> |
2828 | |
2829 * mbswidth.h: New file. | |
2830 * mbswidth.c: New file. | |
2759 | 2831 * Makefile.am (libfetish_a_SOURCES): Add mbswidth.c. |
2769 | 2832 (noinst_HEADERS): Add mbswidth.h. |
2755 | 2833 |
2754 | 2834 2000-07-17 Bruno Haible <haible@clisp.cons.org> |
2835 | |
2836 * config.charset: Add support for FreeBSD. Improve support for HP-UX | |
2837 and IRIX 6. | |
2838 | |
2747 | 2839 2000-07-15 Jim Meyering <meyering@lucent.com> |
2840 | |
2751 | 2841 * makepath.c: Include quote.h. |
2842 (make_path): Convert "`%s'" in format strings to "%s", and wrap each | |
2843 corresponding argument in a `quote (...)' call. | |
2844 Give better diagnostics. | |
2845 | |
2749 | 2846 * Makefile.am (libfetish_a_SOURCES): Add quote.c. |
2847 (noinst_HEADERS): Add quote.h. | |
2848 | |
2747 | 2849 * quote.c (quote, quote_n): New file. Two functions taken verbatim |
2850 from tar's src/misc.c. | |
2851 * quote.h: New file. Prototypes for same. | |
2852 | |
2740 | 2853 2000-07-10 Paul Eggert <eggert@twinsun.com> |
2854 | |
2855 From a suggestion by Bruno Haible. | |
2856 * quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition. | |
2857 Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT, | |
2858 to decide whether to define the BeOS workaround macro; | |
2859 this adjusts to the change to AC_MBSTATE_T. | |
2860 | |
2738 | 2861 2000-07-13 Paul Eggert <eggert@twinsun.com> |
2862 | |
2863 * quotearg.h (enum quoting style): New enum clocale_quoting_style. | |
2864 | |
3206 | 2865 * quotearg.c (quoting_style_args, quoting_style_vals, |
2738 | 2866 quotearg_buffer_restyled): Add support for |
2867 clocale_quoting_style. Undo previous change to | |
2868 locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}" | |
2869 and "{RIGHT QUOTATION MARK}" msgids. | |
2870 | |
2723 | 2871 2000-07-05 Paul Eggert <eggert@twinsun.com> |
2872 | |
2873 The old behavior of quoting `like this' doesn't look good with | |
2874 newer, ISO-style fonts. See: | |
2875 http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html | |
2876 | |
2877 Instead, quote "like this" by default. Let the translator | |
2878 tailor the locale-specific quoting behavior by providing | |
2879 translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}. | |
2880 | |
2881 * quotearg.c (N_): New macro. | |
2882 (gettext_default): New function. | |
2883 (quotearg_buffer_restyled): Use | |
2884 gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and | |
2885 gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote. | |
2886 | |
2719 | 2887 2000-07-09 Jim Meyering <meyering@lucent.com> |
2888 | |
2889 * Most files: Update copyright dates to include 2000. | |
2890 | |
2721 | 2891 2000-07-08 Jim Meyering <meyering@lucent.com> |
2892 | |
2893 * xgethostname.c (ENAMETOOLONG): Define to an unlikely value | |
2894 if not defined. | |
2895 (xgethostname): Remove now-unnecessary #ifdef. | |
2896 Move declaration of `err' into loop where it's used. | |
2897 | |
2898 2000-07-05 Bruno Haible <haible@clisp.cons.org> | |
2899 | |
4474
f1650b772bb6
Correct SunOS and Solaris version number notation to match Sun's usage.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4473
diff
changeset
|
2900 * xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug |
2721 | 2901 by allocating a larger buffer. Test the gethostname return value for |
2902 being >= 0, not == 0, for BeOS. Don't exhaust memory if gethostname | |
2903 returns an error and ENAMETOOLONG isn't defined. | |
2904 | |
2710 | 2905 2000-07-05 Paul Eggert <eggert@twinsun.com> |
2906 and Bruno Haible <haible@clisp.cons.org> | |
2907 | |
2908 * quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't. | |
2909 | |
2708 | 2910 2000-07-05 Bruno Haible <haible@clisp.cons.org> |
2911 | |
2912 * quotearg.c (struct quoting_options): Simplify quote_these_too | |
2913 dimension. | |
2914 | |
2706 | 2915 2000-07-03 Jim Meyering <meyering@lucent.com> |
2916 | |
2917 * strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen. | |
2918 Reported by Bruno Haible. | |
2919 | |
2704 | 2920 2000-07-04 Jim Meyering <meyering@lucent.com> |
2921 | |
2922 * quotearg.c: Make inclusion of <wchar.h> independent of whether | |
2923 HAVE_MBRTOWC is set. Required at least for irix-5.6, which | |
2924 lacks mbrtowc. | |
2925 | |
2693 | 2926 2000-07-03 Paul Eggert <eggert@twinsun.com> |
2927 and Bruno Haible <haible@clisp.cons.org> | |
2928 | |
2815 | 2929 * quotearg.c (mbrtowc): |
2693 | 2930 Assign to *pwc, and return 1 only if result is nonzero. |
2931 (iswprint): Use ISPRINT when substituting our own mbrtowc. | |
2932 | |
2697 | 2933 2000-07-03 Jim Meyering <meyering@lucent.com> |
2934 | |
2935 * readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H. | |
2936 This is necessary to get a definition of e.g., UTMP_FILE on HP-UX 10.20. | |
2937 From Bob Proulx. | |
2938 | |
2691 | 2939 2000-07-02 Jim Meyering <meyering@lucent.com> |
2940 | |
2941 * quotearg.c (mbstate_t): Don't define here. | |
2942 | |
2688 | 2943 2000-07-02 Jim Meyering <meyering@lucent.com> |
2944 | |
2945 * nanosleep.c (SIGCONT): Define if not already defined. | |
2946 | |
2678 | 2947 2000-06-17 Bruno Haible <haible@clisp.cons.org> |
2948 | |
2949 * mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV, | |
2950 per change in ../m4/ls-mntd-fs.m4. | |
2951 (read_filesystem_list): Ignore symbolic links. | |
2952 | |
2668 | 2953 2000-06-29 Jim Meyering <meyering@lucent.com> |
2954 | |
2672 | 2955 * same.c: Include <string.h> or <strings.h>, as appropriate, |
2956 for declaration of strcmp. | |
2957 | |
2670 | 2958 * long-options.c: Include <stdlib.h>, for declaration of exit. |
2959 | |
2668 | 2960 * mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]: |
2961 Avoid warning by casting result to `char *' to remove `const'. | |
2962 | |
2662 | 2963 2000-06-17 Bruno Haible <haible@clisp.cons.org> |
2964 | |
2965 * Makefile.am (libfetish_a_SOURCES): Remove readutmp.c. | |
2966 | |
2659 | 2967 2000-06-26 Paul Eggert <eggert@twinsun.com> |
2968 | |
2969 savedir now sets errno on failure and invokes xmalloc to get memory. | |
2970 Fix a couple of other minor bugs while we're at it. | |
2971 | |
2972 * savedir.c (<unistd.h>): Do not include; there's no need. | |
2973 (NAMLEN): Remove macro. | |
2974 (malloc, realloc): Remove decls. | |
2975 (stpcpy): Likewise. | |
2976 ("xalloc.h"): Include. | |
2977 (NAME_SIZE_DEFAULT): New macro. | |
2978 (savedir): Use xmalloc / xrealloc to allocate memory. | |
2979 Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero. | |
2980 Skip "" directory entries. | |
2981 Use strlen to calculate directory entry length, since the old method | |
2982 is rarely used these days and isn't worth supporting. | |
2983 Don't use a pointer after freeing it. | |
2984 Check for integer overflow when calculating allocation size. | |
2985 Use memcpy to copy entries, instead of stpcpy. | |
2986 Set errno properly when returning NULL. | |
2987 Check for readdir error. | |
2988 | |
2657 | 2989 2000-06-26 Jim Meyering <meyering@lucent.com> |
2990 | |
2991 * posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort. | |
2992 | |
2655 | 2993 2000-06-17 Bruno Haible <haible@clisp.cons.org> |
2994 | |
2995 * getusershell.c (xmalloc, xrealloc): Remove functions. | |
2996 Include xalloc.h. | |
2997 Don't include <stdlib.h>. Don't declare malloc, realloc. | |
2998 | |
2651 | 2999 2000-06-23 Bruno Haible <haible@clisp.cons.org> |
3000 | |
3001 * unicodeio.c (print_unicode_char): Work around ansi2knr deficiency. | |
3002 | |
2644 | 3003 2000-06-24 Jim Meyering <meyering@lucent.com> |
3004 | |
3005 * error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r. | |
3006 | |
2636 | 3007 2000-06-21 Jim Meyering <meyering@lucent.com> |
3008 | |
3009 * getpass.c: New file, from Bruno Haible. Required for BeOS. | |
3010 | |
2640 | 3011 2000-06-19 Paul Eggert <eggert@twinsun.com> |
3012 | |
3013 * quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5. | |
3014 (mbrtowc, mbstate_t): Define substitutes if | |
3015 HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT. | |
3016 (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT, | |
3017 not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H). | |
3018 | |
2628 | 3019 2000-06-17 Bruno Haible <haible@clisp.cons.org> |
3020 | |
3021 * xgetcwd.c (xgetcwd): If the required pathname length is smaller | |
3022 than 1024, return a memory chunk of least possible size, instead | |
3023 of size PATH_MAX + 2. In the loop, increment the size proportionally. | |
3024 Use free/xmalloc instead of xrealloc to avoid copying for very long | |
3025 paths. | |
3026 | |
2626 | 3027 2000-06-17 Bruno Haible <haible@clisp.cons.org> |
3028 | |
3029 * canon-host.c (canon_host): Use malloc and memcpy to copy an | |
3030 address, not strdup. Include <stdlib.h> and don't declare free(). | |
3031 | |
2624 | 3032 2000-06-17 Bruno Haible <haible@clisp.cons.org> |
3033 | |
3034 * path-concat.c (path_concat): Don't access dir[-1] if dir is | |
3035 the empty string. | |
3036 | |
2621 | 3037 2000-06-21 Jim Meyering <meyering@lucent.com> |
3038 | |
3039 * Makefile.am (libfetish_a_SOURCES): Add getstr.c. | |
3040 (noinst_HEADERS): Add getstr.h. | |
3041 | |
3042 * getline.c (getstr): Move into a separate file. | |
3043 * getstr.c (getstr): New file, extracted from getline.c, with | |
3044 the following changes: new parameter, delim2; both delim[12] | |
3045 parameters have type `int', not `char'. The latter would lose | |
3046 with 8-bit delimiters. | |
3047 * getstr.h: New file. | |
3048 | |
2611 | 3049 2000-06-19 Jim Meyering <meyering@lucent.com> |
3050 | |
3051 * getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define. | |
3052 | |
2602 | 3053 2000-06-18 Jim Meyering <meyering@lucent.com> |
3054 | |
2608 | 3055 * mkdir.c: Remove file, due mainly to copyright incompatibility. |
3056 Besides, these days every porting target provides a mkdir function. | |
3057 | |
2606 | 3058 * strnlen.c: Include memory.h, string.h, and/or strings.h as needed. |
3059 (this snippet comes from src/system.h). | |
3060 | |
2594 | 3061 2000-06-15 Paul Eggert <eggert@twinsun.com> |
3062 | |
2640 | 3063 * human.c (adjust_value): New function. |
2594 | 3064 (human_readable_inexact): Apply rounding style even when |
3065 printing approximate values. | |
3066 | |
2591 | 3067 2000-06-14 Paul Eggert <eggert@twinsun.com> |
3068 | |
2640 | 3069 * human.c (human_readable_inexact): Allow an input block |
2591 | 3070 size that is not a multiple of the output block size, and vice versa. |
2592 | 3071 Reported by Piergiorgio Sartor. |
2591 | 3072 |
2589 | 3073 2000-06-14 Paul Eggert <eggert@twinsun.com> |
3074 | |
2640 | 3075 * getdate.y (get_date): Apply relative times after time |
2589 | 3076 zone indicator, not before. Reported by Todd A. Jacobs. |
3077 | |
2585 | 3078 2000-06-13 Jim Meyering <meyering@lucent.com> |
3079 | |
2591 | 3080 * Makefile.am (all-local): Depend on lstat.c and stat.c. |
3081 | |
2585 | 3082 * xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c. |
3083 | |
2583 | 3084 2000-06-12 Paul Eggert <eggert@twinsun.com> |
3085 | |
3086 * xstat.in: Include <stdlib.h> in lstat, to declare "free". | |
3087 | |
2575 | 3088 2000-06-04 Paul Eggert <eggert@twinsun.com> |
3089 | |
2583 | 3090 * strnlen.c: Include <config.h> if HAVE_CONFIG_H. |
2575 | 3091 |
2573 | 3092 2000-06-04 Jim Meyering <meyering@lucent.com> |
3093 | |
3094 * getugroups.c (getugroups): Cast -1 to gid_t, for systems like | |
4474
f1650b772bb6
Correct SunOS and Solaris version number notation to match Sun's usage.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4473
diff
changeset
|
3095 SunOS 4.1.4 for which gid_t is an unsigned type. |
2573 | 3096 |
2569 | 3097 2000-06-03 Jim Meyering <meyering@lucent.com> |
3098 | |
3099 * strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr. | |
3100 | |
2559 | 3101 2000-05-26 Bruno Haible <haible@clisp.cons.org> |
3102 | |
3103 * Makefile.am (install-exec-local): On systems with glibc-2.1 or | |
3104 newer, don't install charset.alias. | |
3105 * config.charset: Change the Linux/glibc rules so they become empty | |
3106 on glibc-2.1 or newer. | |
3107 | |
2554 | 3108 2000-06-02 Jim Meyering <meyering@lucent.com> |
3109 | |
3110 * mountlist.c: Back out last change. Instead, do this... | |
3111 * mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the me_dummy | |
3112 member using the same `ignore'-testing code. | |
3113 * mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored | |
3114 fs_type strings. | |
3115 From Mark D. Roth. | |
3116 | |
2549 | 3117 2000-05-29 Jim Meyering <meyering@lucent.com> |
3118 | |
3119 * mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore mounts | |
3120 with the `ignore' attribute. Based on a patch from Mark D. Roth. | |
3121 | |
2548 | 3122 2000-05-22 Jim Meyering <meyering@lucent.com> |
3123 | |
3124 * makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block. | |
3125 | |
2525 | 3126 2000-05-18 Jim Meyering <meyering@lucent.com> |
3127 | |
3128 * hash.c (hash_rehash): Fix a nasty bug: copy the free entry list | |
3129 back, too, since it may have been modified by allocate_entry. | |
3130 (hash_delete): Rewrite to use neither the assignment operator | |
3131 nor the comma operator in an if-expression. | |
3132 | |
2523 | 3133 2000-05-15 Paul Eggert <eggert@twinsun.com> |
3134 | |
2583 | 3135 * closeout.c: |
2523 | 3136 <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO): |
3137 Remove; no longer needed. | |
3138 "quotearg.h": Add include. | |
3139 (file_name): Do not bother to explicitly initialize to NULL; it's less | |
3140 efficient on some hosts. | |
3141 (close_stdout_status): Remove test as to whether stdout was already | |
3142 closed; it breaks for the case "echo x | sort >&-". | |
3143 Quote file name colons. | |
3144 Do not assume that _("write error") lacks format strings. | |
3145 | |
2518 | 3146 2000-05-15 Jim Meyering <meyering@lucent.com> |
3147 | |
3148 * version-etc.c (version_etc_copyright): Update the copyright string | |
3149 used in all --version output. | |
3150 | |
2521 | 3151 2000-05-14 Jim Meyering <meyering@lucent.com> |
3152 | |
3153 * closeout.c (close_stdout_set_file_name): New function. | |
3154 (close_stdout_status): Use new file-scoped global. | |
3155 Return right away if fstat says the stdout file descriptor is invalid. | |
3156 * closeout.h (close_stdout_set_file_name): Declare. | |
3157 | |
2515 | 3158 2000-05-10 Jim Meyering <meyering@lucent.com> |
3159 | |
3160 * closeout.c [default_exit_status]: New file-scoped variable. | |
3161 (close_stdout_set_status): New function. | |
3162 * closeout.h (close_stdout_set_status): Declare. | |
3163 | |
2508 | 3164 2000-05-08 Jim Meyering <meyering@lucent.com> |
3165 | |
3166 * long-options.c: Don't include closeout.h. | |
3167 (parse_long_options): Don't call close_stdout for --version. | |
3168 | |
2499 | 3169 2000-05-06 Jim Meyering <meyering@lucent.com> |
3170 | |
2504 | 3171 * strnlen.c: Undefine __strnlen and strnlen. |
3172 [!weak_alias]: Define __strnlen to strnlen. | |
3173 | |
2499 | 3174 * atexit.c: New file, from libiberty. |
3175 | |
3176 2000-05-06 Jim Meyering <meyering@lucent.com> | |
3177 | |
3178 * closeout.c (close_stdout_status): Also check for errors on the | |
3179 stderr stream. | |
3180 | |
2488 | 3181 2000-05-05 Bruno Haible <haible@clisp.cons.org> |
3182 | |
3183 * localcharset.c (get_charset_aliases): Use malloc, realloc and memcpy | |
3184 instead of xmalloc, xrealloc, path_concat. | |
3185 (locale_charset): Treat empty environment variables as absent. | |
3186 (DIRECTORY_SEPARATOR, ISSLASH): New macros. | |
3187 | |
2467 | 3188 2000-05-04 Jim Meyering <meyering@lucent.com> |
3189 | |
3190 * getopt.c: Update from glibc. | |
2478 | 3191 * obstack.c: Likewise. |
3192 * obstack.h: Likewise. | |
2473 | 3193 * regex.c: Likewise. NB: K&R compiler support is dropped for this file |
3194 | |
3195 * regex.h: Likewise. | |
2470 | 3196 * strndup.c: Likewise. |
3197 * strnlen.c: New file, from glibc. | |
2467 | 3198 |
2461 | 3199 2000-05-01 Jim Meyering <meyering@lucent.com> |
3200 | |
3201 * full-write.c (full_write): Remove `FIXME' part of comment. | |
3202 | |
2447 | 3203 2000-04-29 Jim Meyering <meyering@lucent.com> |
3204 | |
3205 * path-concat.c: Declare strdup only if it's not defined. | |
3206 * canon-host.c: Likewise. | |
3207 | |
2445 | 3208 2000-04-28 Jim Meyering <meyering@lucent.com> |
3209 | |
3210 * rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to avoid | |
3211 redefinition warning on some systems (HPUX). Otherwise, regex.h is | |
3212 included first, then limits.h is included by locale.h by libintl.h. | |
3213 From John David Anglin. | |
3214 | |
2440 | 3215 2000-04-25 Jim Meyering <meyering@lucent.com> |
3216 | |
3217 * makepath.c (S_IRWXUGO): Define. | |
3218 (make_path): Always perform explicit chmod if MODE specifies any | |
2442 | 3219 of the `special' permission bits. Prompted by a bug report against |
3220 install from Mate Wierdl and Joost van Baal. | |
2440 | 3221 |
2435 | 3222 2000-04-18 Jim Meyering <meyering@lucent.com> |
3223 | |
2440 | 3224 * README: New file. |
3225 | |
2435 | 3226 * getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define |
3227 getpagesize. For BeOS. Based on a patch from Bruno Haible. | |
3228 | |
2431 | 3229 2000-04-17 Jim Meyering <meyering@lucent.com> |
3230 | |
3231 * strftime.c (my_strftime) [strftime]: Declare strftime here, since | |
3232 the definition of it to rpl_strftime also defined-away the system's | |
3233 declaration. | |
3234 | |
2427 | 3235 2000-04-15 Jim Meyering <meyering@lucent.com> |
3236 | |
3237 Use `C' to denote so-called `contiguous' files, the same way | |
3238 that tar does. | |
3239 * filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define. | |
3240 (ftypelet): Use S_ISCTG. | |
3241 From Michael Deutschmann. | |
3242 | |
3243 2000-04-14 Jim Meyering <meyering@lucent.com> | |
3244 | |
3245 * strftime.c (my_strftime) [#ifdef strftime]: Declare strftime. | |
3246 | |
2416 | 3247 2000-04-08 Jim Meyering <meyering@lucent.com> |
3248 | |
3249 * Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3 | |
3250 names don't conflict. Reported by Eli Zaretskii. | |
3251 | |
2413 | 3252 2000-03-28 Bruno Haible <haible@clisp.cons.org> |
3253 | |
3254 * unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv | |
2431 | 3255 bug. Deal with the different error behavior of Irix iconv. |
2413 | 3256 |
3257 2000-04-07 Jim Meyering <meyering@lucent.com> | |
3258 | |
3259 * putenv.c: Move inclusion of errno.h so it follows that of sys/types.h, | |
3260 to work around system header problems on AIX 3.2.5. From Bruno Haible. | |
3261 | |
2406 | 3262 2000-04-05 Jim Meyering <meyering@lucent.com> |
3263 | |
3264 Portability tweaks required for ultrix4.3. | |
3265 * readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare getutent. | |
3266 * readutmp.c: Include sys/types.h before sys/stat.h. | |
3267 * canon-host.c: Declare strdup. | |
3268 * path-concat.c: Likewise. | |
3269 From John David Anglin. | |
3270 | |
2397 | 3271 2000-04-04 Jim Meyering <meyering@lucent.com> |
3272 | |
3273 Be more DOS 8.3-friendly. | |
3274 * ref-add.sin: Renamed from ref-add.sed.in. | |
3275 * ref-del.sin: Renamed from ref-del.sed.in. | |
3276 * Makefile.am: Reflect renaming. | |
3277 Reported by Eli Zaretskii. | |
3278 | |
3279 Use a temporary file name that won't clash with `charset.alias' | |
3280 in the DOS 8.3 name space. | |
3281 * Makefile.am (charset_tmp): Define. | |
3282 (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t. | |
3283 (uninstall-local): Likewise. | |
3284 Reported by Eli Zaretskii. | |
3285 | |
2379 | 3286 2000-03-29 Paul Eggert <eggert@twinsun.com> |
3287 | |
3288 * time/strftime.c (my_strftime): Make sure we call the system | |
3289 strftime, not ourselves, when invoking the underlying strftime. | |
3290 | |
2364 | 3291 2000-03-24 Jim Meyering <meyering@lucent.com> |
3292 | |
3293 * Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in. | |
3294 (charset_alias): Define. | |
3295 (install-exec-local): Factor out common code. | |
3296 (uninstall-local): Split lines longer than 80. | |
3297 (ref-add.sed, ref-del.sed): Remove rules... (do the following instead) | |
3298 (SUFFIXES): Define. | |
3299 (.sed.in.sed): New rule. Don't redirect directly to $@. | |
3300 (CLEANFILES): Add ref-add.sed and ref-del.sed. | |
3301 | |
3302 2000-03-19 Bruno Haible <haible@clisp.cons.org> | |
3303 | |
3304 * config.charset: Output a line containing "Packages using this file". | |
3305 * ref-add.sed.in, ref-del.sed.in: New files. | |
3306 * Makefile.am (install-exec-local, uninstall-local, ref-add.sed, | |
3307 ref-del.sed): New rules. | |
3308 | |
2353 | 3309 2000-03-17 Jim Meyering <meyering@lucent.com> |
3310 | |
3311 * unicodeio.c (<string.h>): Include only #if HAVE_STRING_H. | |
3312 Otherwise, include <strings.h> | |
3313 | |
3314 2000-03-17 Bruno Haible <haible@clisp.cons.org> | |
3315 | |
3316 * unicodeio.c (utf8_wctomb): New function. | |
3317 (print_unicode_char): Pass the Unicode character to iconv in UTF-8 | |
3318 format instead of in UCS-4 with platform dependent endianness. | |
3319 | |
2343 | 3320 2000-03-07 Paul Eggert <eggert@twinsun.com> |
3321 | |
2583 | 3322 * savedir.c (savedir): Work even if directory size is |
2343 | 3323 negative; this can happen with some screwy NFS configurations. |
3324 | |
2348 | 3325 2000-03-06 Jim Meyering <meyering@lucent.com> |
3326 | |
3327 * localcharset.c (get_charset_aliases): Don't try to free file_name | |
3328 if it's NULL (because we ran out of memory). From Bruno Haible. | |
3329 | |
2337 | 3330 2000-03-05 Jim Meyering <meyering@lucent.com> |
3331 | |
2339 | 3332 * localcharset.c ("path-concat.h"): Include. |
3333 (get_charset_aliases): Use path_concat instead of ANSI string | |
3334 concatenation. | |
3335 | |
2337 | 3336 * unicodeio.h (PARAMS): Define. |
3337 Use it to guard prototype. | |
3338 | |
2330 | 3339 2000-03-04 Jim Meyering <meyering@lucent.com> |
3340 | |
2332 | 3341 * Makefile.am (install-exec-local): Create $(libdir) before installing |
3342 into it. | |
2334 | 3343 (uninstall-local): Uncomment this rule so `make distcheck' works |
3344 once again. | |
2332 | 3345 |
2330 | 3346 * unicodeio.c (<errno.h>): Include it. |
3347 (errno): Declare if not defined. | |
3348 | |
3349 * localcharset.c: Add Bruno's comment justifying use of volatile. | |
3350 | |
3351 * config.charset: New version, incorporating remarks from a linux | |
3352 i18n mailing list. From Bruno Haible. | |
3353 | |
3354 2000-03-02 Jim Meyering <meyering@lucent.com> | |
3355 | |
3356 * Makefile.am (EXTRA_DIST): Add config.charset. | |
3357 | |
2309 | 3358 2000-03-01 Jim Meyering <meyering@lucent.com> |
3359 | |
3360 * localcharset.c: Guard some #includes with `#if HAVE_...'. | |
3361 * unicodeio.c: Likewise. | |
3362 | |
3363 2000-02-02 Bruno Haible <haible@clisp.cons.org> | |
3364 | |
3365 * config.charset: New file. | |
3366 * localcharset.c: New file. | |
3367 * unicodeio.h, unicodeio.c: New files. | |
3368 * Makefile.am (DEFS): Add -DLIBDIR=... | |
3369 (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c. | |
3370 (noinst_HEADERS): Add unicodeio.h. | |
3371 (all-local, install-exec-local, charset.alias): New targets. | |
3372 | |
2300 | 3373 2000-02-28 Paul Eggert <eggert@twinsun.com> |
3374 | |
2583 | 3375 * quotearg.c (ALERT_CHAR): New macro. |
2300 | 3376 (quotearg_buffer_restyled): Use it. |
3377 | |
2285 | 3378 2000-02-27 Jim Meyering <meyering@lucent.com> |
3379 | |
2298 | 3380 * strtoumax.c: Fix typo in decl of strtoul: s/long long/long/. |
3381 Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'. | |
3382 | |
2295 | 3383 * backupfile.c: Guard inclusion of stdlib.h with `#if HAVE_STDLIB_H', |
3384 not `#if STDC_HEADERS'. | |
3385 Declare malloc if needed. | |
3386 | |
2290 | 3387 * backupfile.c: Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..' |
3388 now that autoconf always defines the HAVE_DECL_ symbols. | |
3389 * human.c: Likewise. | |
3390 * same.c: Likewise. | |
3391 * strtoumax.c: Likewise. | |
3392 | |
3393 * backupfile.c: Arrange for cpp to fail if the configure-time | |
3394 declaration check was not run. | |
3395 * hash.c: Likewise. | |
3396 * human.c: Likewise. | |
3397 * same.c: Likewise. | |
3398 * strtoumax.c: Likewise. | |
3399 | |
2285 | 3400 * userspec.c (parse_user_spec): If there is no `:' but there is a `.', |
3401 then first look up the entire `.'-containing string as a login name. | |
3402 | |
2286 | 3403 2000-02-18 Paul Eggert <eggert@twinsun.com> |
3404 | |
2583 | 3405 * getdate.y: Handle two-digit years with leading zeros correctly. |
2286 | 3406 (textint): New typedef. |
3407 (parser_control): Member year changed from int to textint. | |
3408 All uses changed. | |
3409 (YYSTYPE): Removed; replaced by %union with int and textint members. | |
3410 (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN, | |
3411 tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER, | |
3412 tYEAR_UNIT, tZONE, o_merid): Now of type <intval>. | |
3413 (tSNUMBER, tUNUMBER): Now of type <textintval>. | |
3414 (date, number, to_year): Use width of number in digits, not its value, | |
3415 to determine whether it's a 2-digit year, or a 2-digit time. | |
3416 (yylex): Store number of digits of numeric tokens. | |
3417 Reported by John Kendall. | |
3418 | |
3419 (parser_control): Changed from struct parser_control to typedef (for | |
3420 consistency). All uses changed. | |
3421 | |
3422 (tID): Removed; not used. | |
3423 (yylex): Return '?' for unknown identifiers, rather than (unused) tID. | |
3424 | |
2278 | 3425 2000-02-14 Paul Eggert <eggert@twinsun.com> |
3426 | |
2583 | 3427 * getpagesize.h (getpagesize): Port to VMS for Alpha; |
2279 | 3428 adapted from changes to grep getpagesize.h by Martin P.J. Zinser. |
2278 | 3429 |
2274 | 3430 2000-02-12 Jim Meyering <meyering@lucent.com> |
3431 | |
3432 * userspec.c (ISDIGIT): Define it. | |
3433 (isdigit): Remove definition. | |
3434 (is_number): Use ISDIGIT, not isdigit. | |
3435 <libintl.h>: Include. | |
3436 (_ and N_): Define. | |
3437 (parse_user_spec): Mark translatable strings. | |
3438 | |
2268 | 3439 2000-02-10 Jim Meyering <meyering@lucent.com> |
3440 | |
3441 With these changes, nanosleep.[ch] are finally enough like the other | |
3442 lib/* replacement files to compile on a few more losing systems. | |
3443 | |
3444 * nanosleep.h: Don't include config.h. | |
3445 Remove prototype from declaration of nanosleep. | |
3446 (PARAMS): Remove now-unneeded definition. | |
3447 * nanosleep.c: #undef nanosleep. | |
3448 (rpl_nanosleep): Rename from nanosleep. | |
3449 | |
2245 | 3450 2000-02-03 Jim Meyering <meyering@lucent.com> |
3451 | |
3452 * readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION', | |
3453 rather than with `#if HAVE_UTMPNAME'. | |
3454 | |
3455 2000-02-01 Jim Meyering <meyering@lucent.com> | |
3456 | |
3457 * readutmp.h (UT_USER): Add parens. From Andreas Schwab. | |
3458 | |
2235 | 3459 2000-01-31 Jim Meyering <meyering@lucent.com> |
3460 | |
2240 | 3461 * nanosleep.h (nanosleep): Guard declaration with |
3462 `#if ! HAVE_DECL_NANOSLEEP'. | |
2275 | 3463 Without this, OFS gets a redeclaration error for rpl_nanosleep, due to |
2240 | 3464 the declaration in that vendor's sys/timers.h. |
3465 Reported by Christian Krackowizer. | |
3466 | |
2235 | 3467 * quotearg.c (ISASCII): Add #undef and move definition to follow |
4474
f1650b772bb6
Correct SunOS and Solaris version number notation to match Sun's usage.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4473
diff
changeset
|
3468 inclusion of wctype.h to work around Solaris 2.6 namespace pollution. |
2235 | 3469 (ISPRINT): Likewise. |
2236 | 3470 Reported by Tom Tromey. |
2235 | 3471 |
2228 | 3472 2000-01-30 Jim Meyering <meyering@lucent.com> |
3473 | |
3474 * readutmp.c (extract_trimmed_name): Use UT_USER instead of hard-coding | |
3475 uses of ->ut_name. The latter doesn't work with new Linux header files | |
3476 where only utmpx.ut_user is declared. | |
3477 | |
3478 * readutmp.h (UT_USER): Define. | |
3479 | |
2193 | 3480 2000-01-23 Jim Meyering <meyering@lucent.com> |
3481 | |
3482 * Makefile.am (libfetish_a_SOURCES): Remove explicit mention of | |
3483 obstack.c. | |
3484 | |
2163 | 3485 2000-01-22 Jim Meyering <meyering@lucent.com> |
2188 | 3486 |
3487 * strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul. | |
3488 [! HAVE_DECL_STRTOULL]: Declare strtoull. | |
3489 Required for some AIX systems. Reported by Christian Krackowizer. | |
3490 [TESTING] (main): New function. | |
3491 | |
2172 | 3492 1997-10-17 Eli Zaretskii <eliz@is.elta.co.il> |
3493 * dirname.c (dir_name): Support for DOS-style file names with drive | |
3494 letters. | |
2163 | 3495 |
2185 | 3496 * quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of iswprint. |
2184 | 3497 |
2163 | 3498 * strverscmp.c (ISDIGIT): Define. |
3499 (strverscmp): Use ISDIGIT, not isdigit. | |
3500 | |
2152 | 3501 2000-01-17 Paul Eggert <eggert@twinsun.com> |
3502 | |
3503 * nanosleep.c (nanosleep): | |
3504 Don't use SA_INTERRUPT to decide whether to call sigaction, as | |
3505 POSIX.1 doesn't require SA_INTERRUPT and some systems | |
3506 (e.g. Solaris 7) don't define it. Use SA_NOCLDSTOP instead; | |
3507 it's been part of POSIX.1 since day 1 (in 1988). | |
3508 | |
2150 | 3509 2000-01-17 Jim Meyering <meyering@lucent.com> |
3510 | |
4366
4f2163710712
Rename stdbool.h.in to stdbool_.h, for DOS and VMS's sake.
Bruno Haible <bruno@clisp.org>
parents:
4365
diff
changeset
|
3511 * interlock: Remove unused file. Reported by François Pinard. |
2150 | 3512 |
2144 | 3513 2000-01-16 Paul Eggert <eggert@twinsun.com> |
3514 | |
2583 | 3515 * quotearg.c (quotearg_buffer_restyled): Do not quote |
2144 | 3516 alert, backslash, formfeed, and vertical tab unnecessarily in |
3517 shell quoting style. | |
2190 | 3518 |
3519 Local Variables: | |
3520 version-control: never | |
3521 End: |