Mercurial > hg > octave-kai > gnulib-hg
annotate ChangeLog @ 5963:6fb8c48c4dcd
* gnulib-tool (func_import): Add support for 'public domain' license.
* modules/alloca, modules/atexit, modules/memmove:
Now public domain, not GPL.
* modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
* modules/realloc, modules/strerror, modules/strtod:
Now LGPL, not GPL.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 05 Jul 2005 07:14:00 +0000 |
parents | 2a0d593683dc |
children | cd3c62f1332e |
rev | line source |
---|---|
5963
6fb8c48c4dcd
* gnulib-tool (func_import): Add support for 'public domain' license.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5960
diff
changeset
|
1 2005-07-05 Paul Eggert <eggert@cs.ucla.edu> |
6fb8c48c4dcd
* gnulib-tool (func_import): Add support for 'public domain' license.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5960
diff
changeset
|
2 |
6fb8c48c4dcd
* gnulib-tool (func_import): Add support for 'public domain' license.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5960
diff
changeset
|
3 * gnulib-tool (func_import): Add support for 'public domain' license. |
6fb8c48c4dcd
* gnulib-tool (func_import): Add support for 'public domain' license.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5960
diff
changeset
|
4 * modules/alloca, modules/atexit, modules/memmove: |
6fb8c48c4dcd
* gnulib-tool (func_import): Add support for 'public domain' license.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5960
diff
changeset
|
5 Now public domain, not GPL. |
6fb8c48c4dcd
* gnulib-tool (func_import): Add support for 'public domain' license.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5960
diff
changeset
|
6 * modules/dup2, modules/getpagesize, modules/malloc, modules/memset: |
6fb8c48c4dcd
* gnulib-tool (func_import): Add support for 'public domain' license.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5960
diff
changeset
|
7 * modules/realloc, modules/strerror, modules/strtod: |
6fb8c48c4dcd
* gnulib-tool (func_import): Add support for 'public domain' license.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5960
diff
changeset
|
8 Now LGPL, not GPL. |
6fb8c48c4dcd
* gnulib-tool (func_import): Add support for 'public domain' license.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5960
diff
changeset
|
9 |
5960
2a0d593683dc
Remove the dependency of the strftime module on the tzset module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5946
diff
changeset
|
10 2005-07-03 Paul Eggert <eggert@cs.ucla.edu> |
2a0d593683dc
Remove the dependency of the strftime module on the tzset module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5946
diff
changeset
|
11 |
2a0d593683dc
Remove the dependency of the strftime module on the tzset module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5946
diff
changeset
|
12 Remove the dependency of the strftime module on the tzset module. |
2a0d593683dc
Remove the dependency of the strftime module on the tzset module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5946
diff
changeset
|
13 * modules/strftime (Depends-on): Remove dependency on tzset. |
2a0d593683dc
Remove the dependency of the strftime module on the tzset module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5946
diff
changeset
|
14 |
5945 | 15 2005-06-28 Jim Meyering <jim@meyering.net> |
16 | |
17 * check-module (find_included_lib_files): Hard-code another | |
18 pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h | |
5946 | 19 but modules/fts-lgpl (correctly) does not list those files. |
5945 | 20 |
21 * modules/canonicalize (Files): Add lib/pathmax.h. | |
22 | |
5941
df33112b6397
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5940
diff
changeset
|
23 2005-06-28 Simon Josefsson <jas@extundo.com> |
df33112b6397
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5940
diff
changeset
|
24 |
df33112b6397
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5940
diff
changeset
|
25 * modules/check-version (Files): Add check-version.m4. |
df33112b6397
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5940
diff
changeset
|
26 |
5940
5e3f37f5f1d4
2005-06-25 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5933
diff
changeset
|
27 2005-06-25 Simon Josefsson <jas@extundo.com> |
5e3f37f5f1d4
2005-06-25 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5933
diff
changeset
|
28 |
5e3f37f5f1d4
2005-06-25 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5933
diff
changeset
|
29 * modules/check-version: New file. |
5e3f37f5f1d4
2005-06-25 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5933
diff
changeset
|
30 |
5933
35504bd557fa
Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents:
5923
diff
changeset
|
31 2005-06-24 Derek Price <derek@ximbiot.com> |
35504bd557fa
Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents:
5923
diff
changeset
|
32 and Bruno Haible <bruno@clisp.org> |
35504bd557fa
Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents:
5923
diff
changeset
|
33 |
35504bd557fa
Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents:
5923
diff
changeset
|
34 Remove stat module & update lstat. |
35504bd557fa
Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents:
5923
diff
changeset
|
35 * MODULES.html.sh (stat): Remove. |
35504bd557fa
Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents:
5923
diff
changeset
|
36 * MODULES.html: Regenerated. |
35504bd557fa
Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents:
5923
diff
changeset
|
37 * modules/lstat (Description): Correct function name. |
35504bd557fa
Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents:
5923
diff
changeset
|
38 (Files): Add "lstat.h". |
35504bd557fa
Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents:
5923
diff
changeset
|
39 (Depends-on): Remove stat, add xalloc, stat-macros. |
35504bd557fa
Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents:
5923
diff
changeset
|
40 * modules/stat: Remove this file. |
35504bd557fa
Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents:
5923
diff
changeset
|
41 (Include): Add "lstat.h", remove <sys/stat.h>. |
35504bd557fa
Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents:
5923
diff
changeset
|
42 |
5913 | 43 2005-06-08 Bruno Haible <bruno@clisp.org> |
44 | |
45 * modules/csharpcomp: New file. | |
46 * MODULES.html.sh (C#): Add csharpcomp. | |
47 | |
5907 | 48 2005-06-02 Paul Eggert <eggert@cs.ucla.edu> |
49 | |
50 Sync from coreutils. | |
51 Use "file name" when talking about file names, instead of "filename" | |
52 or "path", as per the GNU coding standards. | |
53 * MODULES.html.sh: mkdir-p renamed from makepath. | |
54 filenamecat renamed from path-concat. | |
55 * modules/filenamecat: Renamed from modules/path-concat. | |
56 (Files): filenamecat.h and filenamecat.c renamed from | |
57 path-concat.h and path-concat.c. | |
58 (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT. | |
59 (Include): filenamecat.h, not path-concat.h. | |
60 * modules/mkdir-p: Renamed from modules/makepath. | |
61 (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and makepath.c. | |
62 (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH. | |
63 (Include): mkdir-p.h, not makepath.h. | |
64 | |
5902 | 65 2005-06-01 Bruno Haible <bruno@clisp.org> |
66 | |
67 * modules/csharpexec: New file. | |
68 * MODULES.html.sh (C#): New section. | |
69 | |
5898
429b55c14554
* MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
Derek R. Price <derek@ximbiot.com>
parents:
5894
diff
changeset
|
70 2005-05-29 Derek Price <derek@ximbiot.com> |
429b55c14554
* MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
Derek R. Price <derek@ximbiot.com>
parents:
5894
diff
changeset
|
71 |
429b55c14554
* MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
Derek R. Price <derek@ximbiot.com>
parents:
5894
diff
changeset
|
72 * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section. |
429b55c14554
* MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
Derek R. Price <derek@ximbiot.com>
parents:
5894
diff
changeset
|
73 * modules/glob: New file. |
429b55c14554
* MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
Derek R. Price <derek@ximbiot.com>
parents:
5894
diff
changeset
|
74 * modules/getlogin_r: Add link to POSIX spec in description. |
429b55c14554
* MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
Derek R. Price <derek@ximbiot.com>
parents:
5894
diff
changeset
|
75 |
5894
d09af5fbd9f2
* modules/fts (Files): Remove m4/inttypes-pri.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5889
diff
changeset
|
76 2005-05-27 Paul Eggert <eggert@cs.ucla.edu> |
d09af5fbd9f2
* modules/fts (Files): Remove m4/inttypes-pri.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5889
diff
changeset
|
77 |
d09af5fbd9f2
* modules/fts (Files): Remove m4/inttypes-pri.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5889
diff
changeset
|
78 * modules/fts (Files): Remove m4/inttypes-pri.m4. |
d09af5fbd9f2
* modules/fts (Files): Remove m4/inttypes-pri.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5889
diff
changeset
|
79 * modules/fts-lgpl (Depends-on): Remove gettext. |
d09af5fbd9f2
* modules/fts (Files): Remove m4/inttypes-pri.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5889
diff
changeset
|
80 |
5889
ae0c1303f175
* MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
Derek R. Price <derek@ximbiot.com>
parents:
5887
diff
changeset
|
81 2005-05-25 Derek Price <derek@ximbiot.com> |
ae0c1303f175
* MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
Derek R. Price <derek@ximbiot.com>
parents:
5887
diff
changeset
|
82 |
ae0c1303f175
* MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
Derek R. Price <derek@ximbiot.com>
parents:
5887
diff
changeset
|
83 * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section. |
ae0c1303f175
* MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
Derek R. Price <derek@ximbiot.com>
parents:
5887
diff
changeset
|
84 |
5885
85592abdcf53
* lib/getlogin_r.c, lib/getlogin_r.h, m4/getlogin_r.m4,
Derek R. Price <derek@ximbiot.com>
parents:
5882
diff
changeset
|
85 2005-05-25 Derek Price <derek@ximbiot.com> |
85592abdcf53
* lib/getlogin_r.c, lib/getlogin_r.h, m4/getlogin_r.m4,
Derek R. Price <derek@ximbiot.com>
parents:
5882
diff
changeset
|
86 Paul Eggert <eggert@cs.ucla.edu> |
85592abdcf53
* lib/getlogin_r.c, lib/getlogin_r.h, m4/getlogin_r.m4,
Derek R. Price <derek@ximbiot.com>
parents:
5882
diff
changeset
|
87 |
5887
cfb8f3b61b7f
Fix a few glitches in getlogin_r.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5885
diff
changeset
|
88 * modules/getlogin_r: New files. |
5885
85592abdcf53
* lib/getlogin_r.c, lib/getlogin_r.h, m4/getlogin_r.m4,
Derek R. Price <derek@ximbiot.com>
parents:
5882
diff
changeset
|
89 |
5923 | 90 2005-05-21 Jim Meyering <jim@meyering.net> |
91 | |
92 * modules/fts (Files): Add m4/inttypes-pri.m4. | |
93 (Depends-on): Add lstat and remove gettext. Alphabetize. | |
94 | |
5882
4166e2857787
Add autoconf tests for the 'minmax' module.
Bruno Haible <bruno@clisp.org>
parents:
5872
diff
changeset
|
95 2005-05-18 Derek Price <derek@ximbiot.com> |
4166e2857787
Add autoconf tests for the 'minmax' module.
Bruno Haible <bruno@clisp.org>
parents:
5872
diff
changeset
|
96 |
4166e2857787
Add autoconf tests for the 'minmax' module.
Bruno Haible <bruno@clisp.org>
parents:
5872
diff
changeset
|
97 * modules/minmax (Files): Add m4/minmax.m4. |
4166e2857787
Add autoconf tests for the 'minmax' module.
Bruno Haible <bruno@clisp.org>
parents:
5872
diff
changeset
|
98 (configure.ac): Add gl_MINMAX. |
4166e2857787
Add autoconf tests for the 'minmax' module.
Bruno Haible <bruno@clisp.org>
parents:
5872
diff
changeset
|
99 |
5872 | 100 2005-05-20 Paul Eggert <eggert@cs.ucla.edu> |
101 | |
102 * MODULES.html.sh (File system functions): Add fts, fts-lgpl. | |
103 | |
5863
9902cdf3485f
Change to LGPL. Most of the code is already in the public domain.
Jim Meyering <jim@meyering.net>
parents:
5856
diff
changeset
|
104 2005-05-18 Jim Meyering <jim@meyering.net> |
9902cdf3485f
Change to LGPL. Most of the code is already in the public domain.
Jim Meyering <jim@meyering.net>
parents:
5856
diff
changeset
|
105 |
9902cdf3485f
Change to LGPL. Most of the code is already in the public domain.
Jim Meyering <jim@meyering.net>
parents:
5856
diff
changeset
|
106 * modules/dirfd (License): Change to LGPL. Most of the code |
9902cdf3485f
Change to LGPL. Most of the code is already in the public domain.
Jim Meyering <jim@meyering.net>
parents:
5856
diff
changeset
|
107 is already in the public domain. |
9902cdf3485f
Change to LGPL. Most of the code is already in the public domain.
Jim Meyering <jim@meyering.net>
parents:
5856
diff
changeset
|
108 |
5851 | 109 2005-05-14 Paul Eggert <eggert@cs.ucla.edu> |
110 | |
5856
49fa4c5819d0
* build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5852
diff
changeset
|
111 * config/srclist-update: Spell out "Street" in FSF postal |
49fa4c5819d0
* build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5852
diff
changeset
|
112 mail address; this is the style the FSF seems to prefer. |
49fa4c5819d0
* build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5852
diff
changeset
|
113 |
49fa4c5819d0
* build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5852
diff
changeset
|
114 * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh, |
49fa4c5819d0
* build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5852
diff
changeset
|
115 build-aux/missing, build-aux/mkinstalldirs: Sync from Automake; |
49fa4c5819d0
* build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5852
diff
changeset
|
116 this updates FSF postal mail address. |
49fa4c5819d0
* build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5852
diff
changeset
|
117 |
5852 | 118 Sync from coreutils. |
119 * modules/unlinkdir: New file. | |
5851 | 120 * modules/yesno (Depends-on): Add getline. |
5852 | 121 * MODULES.html.sh (File system functions): Add unlinkdir. |
5851 | 122 |
5848
a48fb0e98c8c
*** empty log message ***
Paul Eggert <eggert@cs.ucla.edu>
parents:
5846
diff
changeset
|
123 2005-05-13 Paul Eggert <eggert@cs.ucla.edu> |
a48fb0e98c8c
*** empty log message ***
Paul Eggert <eggert@cs.ucla.edu>
parents:
5846
diff
changeset
|
124 |
a48fb0e98c8c
*** empty log message ***
Paul Eggert <eggert@cs.ucla.edu>
parents:
5846
diff
changeset
|
125 * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c, |
a48fb0e98c8c
*** empty log message ***
Paul Eggert <eggert@cs.ucla.edu>
parents:
5846
diff
changeset
|
126 tests/test-memmem.c, tests/test-stpncpy.c: |
a48fb0e98c8c
*** empty log message ***
Paul Eggert <eggert@cs.ucla.edu>
parents:
5846
diff
changeset
|
127 Update FSF postal mail address. |
a48fb0e98c8c
*** empty log message ***
Paul Eggert <eggert@cs.ucla.edu>
parents:
5846
diff
changeset
|
128 |
5846
ef3fc95ba620
* gnulib-tool (func_import): Sort and uniquify recommended includes.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5844
diff
changeset
|
129 2005-05-12 Eric Blake <ebb9@byu.net> (tiny change) |
ef3fc95ba620
* gnulib-tool (func_import): Sort and uniquify recommended includes.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5844
diff
changeset
|
130 |
ef3fc95ba620
* gnulib-tool (func_import): Sort and uniquify recommended includes.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5844
diff
changeset
|
131 * gnulib-tool (func_import): Sort and uniquify recommended includes. |
ef3fc95ba620
* gnulib-tool (func_import): Sort and uniquify recommended includes.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5844
diff
changeset
|
132 |
5843 | 133 2005-05-12 Sergey Poznyakoff <gray@Mirddin.farlep.net> |
134 | |
5844 | 135 * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST |
5843 | 136 |
5826
fd96ef0b1e77
stat-macros shouldn't depend on itself.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5825
diff
changeset
|
137 2005-05-09 Paul Eggert <eggert@cs.ucla.edu> |
fd96ef0b1e77
stat-macros shouldn't depend on itself.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5825
diff
changeset
|
138 |
5830
ad5f59cb5435
modules/time_r (License): Change to LGPL.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5828
diff
changeset
|
139 * modules/time_r (License): Change to LGPL. |
5828
8acbbf740ad7
* modules/extensions (License): Change to LGPL.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5826
diff
changeset
|
140 * modules/extensions (License): Change to LGPL. Actually, |
8acbbf740ad7
* modules/extensions (License): Change to LGPL.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5826
diff
changeset
|
141 the license is more permissive than that, but currently gnulib-tool |
8acbbf740ad7
* modules/extensions (License): Change to LGPL.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5826
diff
changeset
|
142 doesn't know how to handle more-permissive licenses. |
8acbbf740ad7
* modules/extensions (License): Change to LGPL.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5826
diff
changeset
|
143 |
5826
fd96ef0b1e77
stat-macros shouldn't depend on itself.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5825
diff
changeset
|
144 * modules/stat-macros (Depends-on): Don't depend on stat-macros (!). |
fd96ef0b1e77
stat-macros shouldn't depend on itself.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5825
diff
changeset
|
145 Problem reported by Dave Love. |
fd96ef0b1e77
stat-macros shouldn't depend on itself.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5825
diff
changeset
|
146 |
5825 | 147 2005-05-09 Yoann Vandoorselaere <yoann.v@prelude-ids.com> |
5923 | 148 Bruno Haible <bruno@clisp.org> |
5825 | 149 |
150 * modules/inet_ntop: New file. | |
151 * MODULES.html.sh (Support for systems lacking POSIX:2001): Add | |
152 inet_ntop. | |
153 | |
5820
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
154 2005-05-06 Paul Eggert <eggert@cs.ucla.edu> |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
155 |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
156 * modules/argmatch (Depends-on): Add stdbool. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
157 * modules/backupfile (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
158 * modules/chdir-long (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
159 * modules/closeout (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
160 * modules/cycle-check (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
161 * modules/dirname (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
162 * modules/fnmatch (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
163 * modules/fsusage (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
164 * modules/fwriteerror (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
165 * modules/getcwd (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
166 * modules/getloadavg (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
167 * modules/hard-locale (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
168 * modules/makepath (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
169 * modules/mountlist (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
170 * modules/nanosleep (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
171 * modules/posixtm (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
172 * modules/quotearg (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
173 * modules/readtokens (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
174 * modules/readtokens0 (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
175 * modules/readutmp (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
176 * modules/save-cwd (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
177 * modules/strftime (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
178 * modules/userspec (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
179 * modules/utimecmp (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
180 * modules/xgetcwd (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
181 * modules/xnanosleep (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
182 * modules/xstrtod (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
183 * modules/yesno (Depends-on): Likewise. |
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5813
diff
changeset
|
184 |
5813 | 185 2005-05-01 Paul Eggert <eggert@cs.ucla.edu> |
186 | |
187 * modules/getloadavg (Depends-on): Add unistd-safer. | |
188 * modules/getusershell (Depends-on): Add stdio-safer. | |
189 * modules/lstat (Depends-on): Remove xalloc. | |
190 * modules/mkstemp (Depends-on): Add stat-macros. | |
191 * modules/modechange (Depends-on): Remove xstrtol. | |
192 Add stat-macros, xalloc. | |
193 * modules/save-cwd (Depends-on): Add unistd-safer. | |
194 * modules/stdio-safer (Makefile.am): Remove lib_SOURCES. | |
195 * modules/unistd-safer (Files): Add lib/fd-safer.c | |
196 (Makefile.am): Remove lib_SOURCES. | |
197 | |
198 * MODULES.html.sh (Enhancements for POSIX:2001 functions): | |
199 Remove fcntl-safer; unistd-safer supersedes it. | |
200 | |
5812
b5145e612254
* modules/getcwd (Depends-on): Add extensions.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5810
diff
changeset
|
201 2005-05-01 Oskar Liljeblad <oskar@osk.mine.nu> |
b5145e612254
* modules/getcwd (Depends-on): Add extensions.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5810
diff
changeset
|
202 |
b5145e612254
* modules/getcwd (Depends-on): Add extensions.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5810
diff
changeset
|
203 * modules/getcwd (Depends-on): Add extensions. |
b5145e612254
* modules/getcwd (Depends-on): Add extensions.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5810
diff
changeset
|
204 * modules/openat (Depends-on): Likewise. |
b5145e612254
* modules/getcwd (Depends-on): Add extensions.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5810
diff
changeset
|
205 |
5810 | 206 2005-05-01 Paul Eggert <eggert@cs.ucla.edu> |
207 | |
208 * MODULES.html.sh (Misc): Add byteswap. | |
209 | |
210 2005-05-01 Oskar Liljeblad <oskar@osk.mine.nu> | |
211 | |
212 * modules/byteswap: New file. | |
213 | |
5805
afd959c1af76
(Options): Add -s for --symlink/--symbolic.
Simon Josefsson <simon@josefsson.org>
parents:
5803
diff
changeset
|
214 2005-04-21 Oskar Liljeblad <oskar@osk.mine.nu> |
afd959c1af76
(Options): Add -s for --symlink/--symbolic.
Simon Josefsson <simon@josefsson.org>
parents:
5803
diff
changeset
|
215 |
afd959c1af76
(Options): Add -s for --symlink/--symbolic.
Simon Josefsson <simon@josefsson.org>
parents:
5803
diff
changeset
|
216 * gnulib-tool (Options): Add -s for --symlink/--symbolic. |
afd959c1af76
(Options): Add -s for --symlink/--symbolic.
Simon Josefsson <simon@josefsson.org>
parents:
5803
diff
changeset
|
217 (func_ln_if_changed) Remove forcibly for no error message |
afd959c1af76
(Options): Add -s for --symlink/--symbolic.
Simon Josefsson <simon@josefsson.org>
parents:
5803
diff
changeset
|
218 in case file does not exist. |
afd959c1af76
(Options): Add -s for --symlink/--symbolic.
Simon Josefsson <simon@josefsson.org>
parents:
5803
diff
changeset
|
219 |
5803
df7c75ab2e13
(Options): Make --symlink mean --symbolic.
Simon Josefsson <simon@josefsson.org>
parents:
5801
diff
changeset
|
220 2005-04-19 Simon Josefsson <jas@extundo.com> |
df7c75ab2e13
(Options): Make --symlink mean --symbolic.
Simon Josefsson <simon@josefsson.org>
parents:
5801
diff
changeset
|
221 |
df7c75ab2e13
(Options): Make --symlink mean --symbolic.
Simon Josefsson <simon@josefsson.org>
parents:
5801
diff
changeset
|
222 * gnulib-tool (Options): Make --symlink mean --symbolic. |
df7c75ab2e13
(Options): Make --symlink mean --symbolic.
Simon Josefsson <simon@josefsson.org>
parents:
5801
diff
changeset
|
223 |
5801
0a996c8a7620
modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
Simon Josefsson <simon@josefsson.org>
parents:
5799
diff
changeset
|
224 2005-03-14 Simon Josefsson <jas@extundo.com> |
0a996c8a7620
modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
Simon Josefsson <simon@josefsson.org>
parents:
5799
diff
changeset
|
225 |
0a996c8a7620
modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
Simon Josefsson <simon@josefsson.org>
parents:
5799
diff
changeset
|
226 * modules/getpass-gnu (Makefile.am): Don't mention getpass.h. |
0a996c8a7620
modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
Simon Josefsson <simon@josefsson.org>
parents:
5799
diff
changeset
|
227 |
5799
ad9eff556694
2005-04-15 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5798
diff
changeset
|
228 2005-04-15 Simon Josefsson <jas@extundo.com> |
ad9eff556694
2005-04-15 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5798
diff
changeset
|
229 |
ad9eff556694
2005-04-15 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5798
diff
changeset
|
230 * gnulib-tool: Rename --symlink to --symbolic. |
ad9eff556694
2005-04-15 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5798
diff
changeset
|
231 |
5798
49900d80eaaf
2005-04-15 Oskar Liljeblad <oskar@osk.mine.nu>
Simon Josefsson <simon@josefsson.org>
parents:
5797
diff
changeset
|
232 2005-04-15 Oskar Liljeblad <oskar@osk.mine.nu> |
49900d80eaaf
2005-04-15 Oskar Liljeblad <oskar@osk.mine.nu>
Simon Josefsson <simon@josefsson.org>
parents:
5797
diff
changeset
|
233 |
49900d80eaaf
2005-04-15 Oskar Liljeblad <oskar@osk.mine.nu>
Simon Josefsson <simon@josefsson.org>
parents:
5797
diff
changeset
|
234 * gnulib-tool: Add -s, --symlink option to gnulib-tool to make |
49900d80eaaf
2005-04-15 Oskar Liljeblad <oskar@osk.mine.nu>
Simon Josefsson <simon@josefsson.org>
parents:
5797
diff
changeset
|
235 symbolic links to files instead of copying/moving. Add --aux-dir, |
49900d80eaaf
2005-04-15 Oskar Liljeblad <oskar@osk.mine.nu>
Simon Josefsson <simon@josefsson.org>
parents:
5797
diff
changeset
|
236 specifying directory relative --dir where auxiliary build tools |
49900d80eaaf
2005-04-15 Oskar Liljeblad <oskar@osk.mine.nu>
Simon Josefsson <simon@josefsson.org>
parents:
5797
diff
changeset
|
237 are placed. |
49900d80eaaf
2005-04-15 Oskar Liljeblad <oskar@osk.mine.nu>
Simon Josefsson <simon@josefsson.org>
parents:
5797
diff
changeset
|
238 |
5797 | 239 2005-04-14 Bruno Haible <bruno@clisp.org> |
240 | |
241 * modules/allocsa (License): Change to LGPL. | |
242 Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>. | |
243 | |
5770 | 244 2005-03-26 Jim Meyering <jim@meyering.net> |
245 | |
246 * modules/check-include-files: Move to ../ and rename to... | |
247 * check-module: ...this. | |
248 | |
5765 | 249 2005-03-25 Jim Meyering <jim@meyering.net> |
250 | |
251 * modules/xvasprintf (Files): Add xalloc.h. | |
252 | |
5763
21a1468f8665
config/config.rpath -> build-aux/config.rpath
Paul Eggert <eggert@cs.ucla.edu>
parents:
5761
diff
changeset
|
253 2005-03-23 Paul Eggert <eggert@cs.ucla.edu> |
21a1468f8665
config/config.rpath -> build-aux/config.rpath
Paul Eggert <eggert@cs.ucla.edu>
parents:
5761
diff
changeset
|
254 |
21a1468f8665
config/config.rpath -> build-aux/config.rpath
Paul Eggert <eggert@cs.ucla.edu>
parents:
5761
diff
changeset
|
255 * modules/gettext (Files): config/config.rpath -> build-aux/config.rpath |
21a1468f8665
config/config.rpath -> build-aux/config.rpath
Paul Eggert <eggert@cs.ucla.edu>
parents:
5761
diff
changeset
|
256 * modules/iconv (Files): Likewise. |
21a1468f8665
config/config.rpath -> build-aux/config.rpath
Paul Eggert <eggert@cs.ucla.edu>
parents:
5761
diff
changeset
|
257 Problem reported by Oskar Liljeblad. |
21a1468f8665
config/config.rpath -> build-aux/config.rpath
Paul Eggert <eggert@cs.ucla.edu>
parents:
5761
diff
changeset
|
258 |
5753 | 259 2005-03-23 Jim Meyering <jim@meyering.net> |
260 | |
5761 | 261 * modules/check-include-files: New script to check for |
262 missing dependencies, multiple includes, etc. | |
263 | |
5757 | 264 * modules/c-strtold (Depends-on): Add xalloc. |
265 * modules/c-strtod (Depends-on): Add xalloc. | |
266 * modules/hash (Depends-on): Add xalloc. | |
267 (Files): Remove lib/xalloc.h. | |
268 | |
5753 | 269 * modules/gethrxtime (Files): Add lib/gethrxtime.h. |
270 * modules/userspec (Files): Add lib/inttostr.h. | |
271 | |
5729 | 272 2005-03-22 Jim Meyering <jim@meyering.net> |
273 | |
274 * modules/stat-macros: New module. | |
275 * modules/canonicalize, modules/euidaccess, modules/file-type, | |
276 * modules/filemode, modules/lchown, modules/makepath, | |
277 * modules/rmdir, modules/stat: Depend on new stat-macros module | |
278 rather than listing lib/stat-macros.h manually. | |
279 Don't add stat-macros.h to lib_SOURCES or list it in Files: section. | |
280 | |
5722
adf2be655aae
Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
281 2005-03-21 Paul Eggert <eggert@cs.ucla.edu> |
adf2be655aae
Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
282 |
adf2be655aae
Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
283 * modules/chdir-long (Depends-on): Add mempcpy. |
adf2be655aae
Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
284 |
adf2be655aae
Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
285 * modules/acl, modules/backupfile, modules/c-strtod, |
adf2be655aae
Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
286 modules/c-strtold, modules/canon-host, modules/canonicalize, |
adf2be655aae
Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
287 modules/cloexec, modules/closeout, modules/dirfd, modules/dirname, |
adf2be655aae
Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
288 modules/exclude, modules/exitfail, modules/file-type, |
adf2be655aae
Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
289 modules/filemode, modules/fpending, modules/fsusage, modules/getcwd, |
adf2be655aae
Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
290 modules/getdate, modules/getline, modules/getpagesize, |
adf2be655aae
Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
291 modules/getpass, modules/getugroups, modules/group-member, |
adf2be655aae
Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
292 modules/hard-locale, modules/hash, modules/human, modules/idcache, |
adf2be655aae
Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
293 modules/inttostr, modules/long-options, modules/makepath, |
adf2be655aae
Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
294 modules/md5, modules/memcasecmp, modules/memcoll, |
adf2be655aae
Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
295 modules/modechange, modules/mountlist, modules/path-concat, |
adf2be655aae
Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
296 modules/pathmax, modules/physmem, modules/posixtm, modules/posixver, |
adf2be655aae
Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
297 modules/quote, modules/quotearg, modules/readtokens, modules/readutmp, |
adf2be655aae
Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
298 modules/safe-read, modules/safe-write, modules/same, modules/savedir, |
adf2be655aae
Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
299 modules/settime, modules/sha1, modules/sig2str, modules/strdup, |
adf2be655aae
Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
300 modules/strftime, modules/strndup, modules/strverscmp, |
adf2be655aae
Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
301 modules/timespec, modules/unlocked-io, modules/userspec, |
adf2be655aae
Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
302 modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol, |
adf2be655aae
Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
303 modules/yesno: |
adf2be655aae
Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
304 Remove lib_SOURCES line from Makefile.am section, as this is now |
adf2be655aae
Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
305 done automatically by the corresponding Autoconf macro. |
adf2be655aae
Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
306 |
5713
b91d73b06792
Rename HAVE_LONGLONG_64BIT to HAVE_LONG_LONG_64BIT.
Bruno Haible <bruno@clisp.org>
parents:
5685
diff
changeset
|
307 2005-03-16 Bruno Haible <bruno@clisp.org> |
b91d73b06792
Rename HAVE_LONGLONG_64BIT to HAVE_LONG_LONG_64BIT.
Bruno Haible <bruno@clisp.org>
parents:
5685
diff
changeset
|
308 |
b91d73b06792
Rename HAVE_LONGLONG_64BIT to HAVE_LONG_LONG_64BIT.
Bruno Haible <bruno@clisp.org>
parents:
5685
diff
changeset
|
309 * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of |
b91d73b06792
Rename HAVE_LONGLONG_64BIT to HAVE_LONG_LONG_64BIT.
Bruno Haible <bruno@clisp.org>
parents:
5685
diff
changeset
|
310 HAVE_LONGLONG_64BIT. |
b91d73b06792
Rename HAVE_LONGLONG_64BIT to HAVE_LONG_LONG_64BIT.
Bruno Haible <bruno@clisp.org>
parents:
5685
diff
changeset
|
311 |
5684
0aebab2c04d4
* gnulib-tool: Only replace files via --import when they have
Paul Eggert <eggert@cs.ucla.edu>
parents:
5673
diff
changeset
|
312 2005-03-04 Derek R. Price <derek@ximbiot.com> |
0aebab2c04d4
* gnulib-tool: Only replace files via --import when they have
Paul Eggert <eggert@cs.ucla.edu>
parents:
5673
diff
changeset
|
313 |
5685
18b4bb3dea47
Preserve timestamps of files that have not changed.
Bruno Haible <bruno@clisp.org>
parents:
5684
diff
changeset
|
314 * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions. |
18b4bb3dea47
Preserve timestamps of files that have not changed.
Bruno Haible <bruno@clisp.org>
parents:
5684
diff
changeset
|
315 (func_import): Only replace files via --import when they have actually |
18b4bb3dea47
Preserve timestamps of files that have not changed.
Bruno Haible <bruno@clisp.org>
parents:
5684
diff
changeset
|
316 changed. |
5684
0aebab2c04d4
* gnulib-tool: Only replace files via --import when they have
Paul Eggert <eggert@cs.ucla.edu>
parents:
5673
diff
changeset
|
317 |
5673
dbfd56933568
New module 'pagealign_alloc'.
Bruno Haible <bruno@clisp.org>
parents:
5667
diff
changeset
|
318 2005-03-03 Derek R. Price <derek@ximbiot.com> |
5753 | 319 Bruno Haible <bruno@clisp.org> |
5673
dbfd56933568
New module 'pagealign_alloc'.
Bruno Haible <bruno@clisp.org>
parents:
5667
diff
changeset
|
320 |
dbfd56933568
New module 'pagealign_alloc'.
Bruno Haible <bruno@clisp.org>
parents:
5667
diff
changeset
|
321 * modules/pagealign_alloc: New file. |
dbfd56933568
New module 'pagealign_alloc'.
Bruno Haible <bruno@clisp.org>
parents:
5667
diff
changeset
|
322 * MODULES.html.sh (Memory management functions): Add pagealign_alloc. |
dbfd56933568
New module 'pagealign_alloc'.
Bruno Haible <bruno@clisp.org>
parents:
5667
diff
changeset
|
323 |
5665
ec3cc8a95f16
Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5662
diff
changeset
|
324 2005-03-01 Paul Eggert <eggert@cs.ucla.edu> |
ec3cc8a95f16
Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5662
diff
changeset
|
325 |
5667
513b30af1acb
* modules/gettime (Makefile.am): Remove lib_SOURCES line.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5665
diff
changeset
|
326 * modules/gettime (Makefile.am): Remove lib_SOURCES line. |
513b30af1acb
* modules/gettime (Makefile.am): Remove lib_SOURCES line.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5665
diff
changeset
|
327 Reported by Derek Price. |
513b30af1acb
* modules/gettime (Makefile.am): Remove lib_SOURCES line.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5665
diff
changeset
|
328 (Include): Add "timespec.h". |
513b30af1acb
* modules/gettime (Makefile.am): Remove lib_SOURCES line.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5665
diff
changeset
|
329 |
5665
ec3cc8a95f16
Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5662
diff
changeset
|
330 * modules/xnanosleep (Depends-on): Remove gethrxtime. |
ec3cc8a95f16
Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5662
diff
changeset
|
331 |
5662
42df9db003cc
* modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5660
diff
changeset
|
332 2005-02-26 Paul Eggert <eggert@cs.ucla.edu> |
42df9db003cc
* modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5660
diff
changeset
|
333 |
42df9db003cc
* modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5660
diff
changeset
|
334 * modules/gethrxtime: New file. |
42df9db003cc
* modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5660
diff
changeset
|
335 * modules/xnanosleep (Files): Add m4/xnanosleep.m4. |
42df9db003cc
* modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5660
diff
changeset
|
336 (Depends-on): Add gethrxtime. |
42df9db003cc
* modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5660
diff
changeset
|
337 (configure.ac): Add gl_XNANOSLEEP. |
42df9db003cc
* modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5660
diff
changeset
|
338 (Makefile.am): Remove lib_SOURCES line. |
42df9db003cc
* modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5660
diff
changeset
|
339 |
5660
3f8923dcc4e6
Module 'gettext': New file glibc2.m4.
Bruno Haible <bruno@clisp.org>
parents:
5655
diff
changeset
|
340 2005-02-24 Bruno Haible <bruno@clisp.org> |
3f8923dcc4e6
Module 'gettext': New file glibc2.m4.
Bruno Haible <bruno@clisp.org>
parents:
5655
diff
changeset
|
341 |
3f8923dcc4e6
Module 'gettext': New file glibc2.m4.
Bruno Haible <bruno@clisp.org>
parents:
5655
diff
changeset
|
342 * modules/gettext (Files): Add m4/glibc2.m4. |
3f8923dcc4e6
Module 'gettext': New file glibc2.m4.
Bruno Haible <bruno@clisp.org>
parents:
5655
diff
changeset
|
343 |
5655
7916399df6df
2005-02-22 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5637
diff
changeset
|
344 2005-02-22 Simon Josefsson <jas@extundo.com> |
7916399df6df
2005-02-22 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5637
diff
changeset
|
345 |
7916399df6df
2005-02-22 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5637
diff
changeset
|
346 * modules/iconvme: New file. |
7916399df6df
2005-02-22 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5637
diff
changeset
|
347 |
7916399df6df
2005-02-22 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5637
diff
changeset
|
348 * MODULES.html.sh: Add iconvme. |
7916399df6df
2005-02-22 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5637
diff
changeset
|
349 |
5637
2b20ff1c4169
* modules/chdir-long (Depends-on): Add memrchr.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5629
diff
changeset
|
350 2005-02-03 Paul Eggert <eggert@cs.ucla.edu> |
2b20ff1c4169
* modules/chdir-long (Depends-on): Add memrchr.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5629
diff
changeset
|
351 |
2b20ff1c4169
* modules/chdir-long (Depends-on): Add memrchr.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5629
diff
changeset
|
352 * modules/chdir-long (Depends-on): Add memrchr. |
2b20ff1c4169
* modules/chdir-long (Depends-on): Add memrchr.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5629
diff
changeset
|
353 * modules/memrchr (Files): Add lib/memrchr.h. |
2b20ff1c4169
* modules/chdir-long (Depends-on): Add memrchr.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5629
diff
changeset
|
354 (Include): "memrchr.h". |
2b20ff1c4169
* modules/chdir-long (Depends-on): Add memrchr.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5629
diff
changeset
|
355 |
5629 | 356 2005-01-28 Paul Eggert <eggert@cs.ucla.edu> |
357 | |
358 Sync from coreutils. | |
359 * modules/getloadavg (Files): Remove m4/getloadavg.m4. | |
360 (Depends-on): Add c-strtod. | |
361 (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG. | |
362 | |
5628 | 363 2005-01-28 Bruno Haible <bruno@clisp.org> |
364 | |
365 * modules/javacomp: New file. | |
366 * MODULES.html.sh (Java): Add javacomp. | |
367 | |
5624 | 368 2005-01-26 Bruno Haible <bruno@clisp.org> |
369 | |
370 * modules/javaexec: New file. | |
371 * MODULES.html.sh (Java): Add javaexec. | |
372 | |
5619 | 373 2005-01-24 Sergey Poznyakoff <gray@Mirddin.farlep.net> |
374 | |
375 * modules/lchown (Depends-on): Remove lchown.h | |
376 | |
5609
84f75cbb306a
* modules/chdir-long (Depends-on): Remove mempcpy.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5608
diff
changeset
|
377 2005-01-21 Paul Eggert <eggert@cs.ucla.edu> |
84f75cbb306a
* modules/chdir-long (Depends-on): Remove mempcpy.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5608
diff
changeset
|
378 |
84f75cbb306a
* modules/chdir-long (Depends-on): Remove mempcpy.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5608
diff
changeset
|
379 * modules/chdir-long (Depends-on): Remove mempcpy. |
84f75cbb306a
* modules/chdir-long (Depends-on): Remove mempcpy.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5608
diff
changeset
|
380 |
5608 | 381 2005-01-21 Bruno Haible <bruno@clisp.org> |
382 | |
383 * modules/classpath: New file. | |
384 * MODULES.html.sh (Java): Add classpath. | |
385 | |
5606
3a8740615faf
* MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5602
diff
changeset
|
386 2005-01-20 Paul Eggert <eggert@cs.ucla.edu> |
3a8740615faf
* MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5602
diff
changeset
|
387 |
3a8740615faf
* MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5602
diff
changeset
|
388 * MODULES.html.sh (Command-line arguments): Add version-etc-fsf. |
3a8740615faf
* MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5602
diff
changeset
|
389 |
3a8740615faf
* MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5602
diff
changeset
|
390 2005-01-20 Simon Josefsson <jas@extundo.com> |
3a8740615faf
* MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5602
diff
changeset
|
391 |
3a8740615faf
* MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5602
diff
changeset
|
392 * modules/version-etc-fsf: New file. |
3a8740615faf
* MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5602
diff
changeset
|
393 |
5602
ed65848de7fc
mempcpy update; add ullong_max to MODULES.html.sh
Paul Eggert <eggert@cs.ucla.edu>
parents:
5598
diff
changeset
|
394 2005-01-19 Paul Eggert <eggert@cs.ucla.edu> |
ed65848de7fc
mempcpy update; add ullong_max to MODULES.html.sh
Paul Eggert <eggert@cs.ucla.edu>
parents:
5598
diff
changeset
|
395 |
5753 | 396 * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h; |
397 AC_LIBSOURCES now does this. | |
5602
ed65848de7fc
mempcpy update; add ullong_max to MODULES.html.sh
Paul Eggert <eggert@cs.ucla.edu>
parents:
5598
diff
changeset
|
398 * MODULES.html.sh (Sizes of integer types <limits.h>): New element, |
ed65848de7fc
mempcpy update; add ullong_max to MODULES.html.sh
Paul Eggert <eggert@cs.ucla.edu>
parents:
5598
diff
changeset
|
399 with new ullong_max module. |
ed65848de7fc
mempcpy update; add ullong_max to MODULES.html.sh
Paul Eggert <eggert@cs.ucla.edu>
parents:
5598
diff
changeset
|
400 |
5598 | 401 2005-01-19 Bruno Haible <bruno@clisp.org> |
402 | |
403 * modules/sh-quote: New file. | |
404 * MODULES.html.sh (Executing programs): Add sh-quote. | |
405 | |
5597 | 406 2005-01-18 Paul Eggert <eggert@cs.ucla.edu> |
407 | |
408 * modules/ullong_max: New file. | |
409 | |
410 * modules/chdir-long, modules/openat: New files. | |
411 * modules/save-cwd (Depends-on): Depend on chdir-long. | |
412 (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES. | |
413 | |
5576 | 414 2005-01-11 Sergey Poznyakoff <gray@Mirddin.farlep.net> |
415 | |
416 * modules/argp: Depend on vsnprintf | |
417 | |
5574 | 418 2005-01-10 Jim Meyering <jim@meyering.net> |
419 | |
420 * modules/closeout (Depends-on): Add atexit. | |
421 | |
5572
54000928a33d
Print #include directives when --import'ing.
Simon Josefsson <simon@josefsson.org>
parents:
5564
diff
changeset
|
422 2005-01-01 Simon Josefsson <jas@extundo.com> |
54000928a33d
Print #include directives when --import'ing.
Simon Josefsson <simon@josefsson.org>
parents:
5564
diff
changeset
|
423 |
54000928a33d
Print #include directives when --import'ing.
Simon Josefsson <simon@josefsson.org>
parents:
5564
diff
changeset
|
424 * gnulib-tool: Print #include directives when --import'ing. |
54000928a33d
Print #include directives when --import'ing.
Simon Josefsson <simon@josefsson.org>
parents:
5564
diff
changeset
|
425 |
5564
4893e6950628
* modules/error (Depends-on): Remove gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5561
diff
changeset
|
426 2004-12-28 Paul Eggert <eggert@cs.ucla.edu> |
4893e6950628
* modules/error (Depends-on): Remove gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5561
diff
changeset
|
427 |
4893e6950628
* modules/error (Depends-on): Remove gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5561
diff
changeset
|
428 * modules/error (Depends-on): Remove gettext. |
4893e6950628
* modules/error (Depends-on): Remove gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5561
diff
changeset
|
429 |
5561
499478fd9cdb
* tests/test-base64.c: Include required header files. Remove
Simon Josefsson <simon@josefsson.org>
parents:
5551
diff
changeset
|
430 2004-12-28 Simon Josefsson <jas@extundo.com> |
499478fd9cdb
* tests/test-base64.c: Include required header files. Remove
Simon Josefsson <simon@josefsson.org>
parents:
5551
diff
changeset
|
431 |
499478fd9cdb
* tests/test-base64.c: Include required header files. Remove
Simon Josefsson <simon@josefsson.org>
parents:
5551
diff
changeset
|
432 * tests/test-base64.c: Include required header files. Remove |
499478fd9cdb
* tests/test-base64.c: Include required header files. Remove
Simon Josefsson <simon@josefsson.org>
parents:
5551
diff
changeset
|
433 unused variables. |
499478fd9cdb
* tests/test-base64.c: Include required header files. Remove
Simon Josefsson <simon@josefsson.org>
parents:
5551
diff
changeset
|
434 |
5551
a47b81e21a62
* modules/getdate (Depends-on): Remove alloca-opt.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5542
diff
changeset
|
435 2004-12-23 Paul Eggert <eggert@cs.ucla.edu> |
a47b81e21a62
* modules/getdate (Depends-on): Remove alloca-opt.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5542
diff
changeset
|
436 |
a47b81e21a62
* modules/getdate (Depends-on): Remove alloca-opt.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5542
diff
changeset
|
437 * modules/getdate (Depends-on): Remove alloca-opt. |
a47b81e21a62
* modules/getdate (Depends-on): Remove alloca-opt.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5542
diff
changeset
|
438 |
5540
c8e6eac78f0b
* modules/getdate: Depend on alloca-opt, not alloca.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5534
diff
changeset
|
439 2004-12-19 Paul Eggert <eggert@cs.ucla.edu> |
c8e6eac78f0b
* modules/getdate: Depend on alloca-opt, not alloca.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5534
diff
changeset
|
440 |
5542
7bfa328c6d94
* modules/regex (lib_SOURCES): Undo previous change.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5540
diff
changeset
|
441 * modules/regex (lib_SOURCES): Remove regex.c, undoing previous |
7bfa328c6d94
* modules/regex (lib_SOURCES): Undo previous change.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5540
diff
changeset
|
442 (2004-10-24) change. Apparently this was a false alarm. |
7bfa328c6d94
* modules/regex (lib_SOURCES): Undo previous change.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5540
diff
changeset
|
443 |
5540
c8e6eac78f0b
* modules/getdate: Depend on alloca-opt, not alloca.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5534
diff
changeset
|
444 * modules/getdate: Depend on alloca-opt, not alloca. |
c8e6eac78f0b
* modules/getdate: Depend on alloca-opt, not alloca.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5534
diff
changeset
|
445 |
5534
3f6a6e9f292d
* modules/alloca: Depend on alloca-opt, instead of duplicating it.
Simon Josefsson <simon@josefsson.org>
parents:
5529
diff
changeset
|
446 2004-12-18 Simon Josefsson <jas@extundo.com> |
3f6a6e9f292d
* modules/alloca: Depend on alloca-opt, instead of duplicating it.
Simon Josefsson <simon@josefsson.org>
parents:
5529
diff
changeset
|
447 |
3f6a6e9f292d
* modules/alloca: Depend on alloca-opt, instead of duplicating it.
Simon Josefsson <simon@josefsson.org>
parents:
5529
diff
changeset
|
448 * modules/alloca: Depend on alloca-opt, instead of duplicating it. |
3f6a6e9f292d
* modules/alloca: Depend on alloca-opt, instead of duplicating it.
Simon Josefsson <simon@josefsson.org>
parents:
5529
diff
changeset
|
449 |
5529 | 450 2004-12-16 Simon Josefsson <jas@extundo.com> |
451 | |
452 * tests/test-base64.c: Add license. | |
453 | |
5528
e0bc12a04f14
* gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5525
diff
changeset
|
454 2004-12-15 Stepan Kasal <address@hidden> |
e0bc12a04f14
* gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5525
diff
changeset
|
455 |
e0bc12a04f14
* gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5525
diff
changeset
|
456 * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command. |
e0bc12a04f14
* gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5525
diff
changeset
|
457 |
5523
49c04e5604a9
* modules/getcwd (Depends-on): Add m4/d-ino.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5512
diff
changeset
|
458 2004-12-12 Paul Eggert <eggert@cs.ucla.edu> |
49c04e5604a9
* modules/getcwd (Depends-on): Add m4/d-ino.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5512
diff
changeset
|
459 |
5525
cff7ce9e796e
Fix typo in previous change.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5523
diff
changeset
|
460 * modules/getcwd (Files): Add m4/d-ino.m4. |
5523
49c04e5604a9
* modules/getcwd (Depends-on): Add m4/d-ino.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5512
diff
changeset
|
461 Suggested by Mark D. Baushke. |
49c04e5604a9
* modules/getcwd (Depends-on): Add m4/d-ino.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5512
diff
changeset
|
462 |
5512
4d166280e2df
* modules/hard-locale (Depends-on): Add strdup.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5509
diff
changeset
|
463 2004-12-04 Paul Eggert <eggert@cs.ucla.edu> |
4d166280e2df
* modules/hard-locale (Depends-on): Add strdup.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5509
diff
changeset
|
464 |
4d166280e2df
* modules/hard-locale (Depends-on): Add strdup.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5509
diff
changeset
|
465 * modules/hard-locale (Depends-on): Add strdup. |
4d166280e2df
* modules/hard-locale (Depends-on): Add strdup.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5509
diff
changeset
|
466 |
5509
5fd1d2c43cd0
modules/getaddrinfo (License): Add LGPL, reported by Yoann
Simon Josefsson <simon@josefsson.org>
parents:
5498
diff
changeset
|
467 2004-12-04 Simon Josefsson <jas@extundo.com> |
5fd1d2c43cd0
modules/getaddrinfo (License): Add LGPL, reported by Yoann
Simon Josefsson <simon@josefsson.org>
parents:
5498
diff
changeset
|
468 |
5fd1d2c43cd0
modules/getaddrinfo (License): Add LGPL, reported by Yoann
Simon Josefsson <simon@josefsson.org>
parents:
5498
diff
changeset
|
469 * modules/getaddrinfo (License): Add LGPL, reported by Yoann |
5fd1d2c43cd0
modules/getaddrinfo (License): Add LGPL, reported by Yoann
Simon Josefsson <simon@josefsson.org>
parents:
5498
diff
changeset
|
470 Vandoorselaere <yoann@prelude-ids.org>. |
5fd1d2c43cd0
modules/getaddrinfo (License): Add LGPL, reported by Yoann
Simon Josefsson <simon@josefsson.org>
parents:
5498
diff
changeset
|
471 |
5498 | 472 2004-11-30 Simon Josefsson <jas@extundo.com> |
473 | |
474 * MODULES.html.sh (Extra functions based on ANSI C 89): Add | |
475 base64. | |
476 | |
477 * tests/test-base64.c: New file. | |
478 | |
479 * modules/base64: New file. | |
480 | |
5497
9e5eab61b552
(License): Change to LGPL.
Simon Josefsson <simon@josefsson.org>
parents:
5491
diff
changeset
|
481 2004-11-30 Simon Josefsson <jas@extundo.com> |
9e5eab61b552
(License): Change to LGPL.
Simon Josefsson <simon@josefsson.org>
parents:
5491
diff
changeset
|
482 |
9e5eab61b552
(License): Change to LGPL.
Simon Josefsson <simon@josefsson.org>
parents:
5491
diff
changeset
|
483 * modules/restrict (License): Change to LGPL. |
9e5eab61b552
(License): Change to LGPL.
Simon Josefsson <simon@josefsson.org>
parents:
5491
diff
changeset
|
484 |
5491
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5480
diff
changeset
|
485 2004-11-26 Paul Eggert <eggert@cs.ucla.edu> |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5480
diff
changeset
|
486 |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5480
diff
changeset
|
487 * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4. |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5480
diff
changeset
|
488 (Depends-on): Remove pathmax, same. Add mempcpy. |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5480
diff
changeset
|
489 (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD. |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5480
diff
changeset
|
490 (Makefile.am): Append getcwd.h to lib_SOURCES. |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5480
diff
changeset
|
491 (Include): Add getcwd.h. |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5480
diff
changeset
|
492 (Maintainer): Change from Jim Meyering to "all, glibc", |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5480
diff
changeset
|
493 since getdate now uses intended-for-glibc code. |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5480
diff
changeset
|
494 * modules/xgetcwd (Files): Remove m4/getcwd.m4. |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5480
diff
changeset
|
495 (Depends-on): Depend on getcwd. Do not depend on pathmax. |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5480
diff
changeset
|
496 |
5480
d30ebfbf0430
* modules/canonicalize (Depends-on): Add xreadlink.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5458
diff
changeset
|
497 2004-11-22 Paul Eggert <eggert@cs.ucla.edu> |
d30ebfbf0430
* modules/canonicalize (Depends-on): Add xreadlink.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5458
diff
changeset
|
498 |
d30ebfbf0430
* modules/canonicalize (Depends-on): Add xreadlink.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5458
diff
changeset
|
499 * modules/canonicalize (Depends-on): Add xreadlink. |
d30ebfbf0430
* modules/canonicalize (Depends-on): Add xreadlink.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5458
diff
changeset
|
500 Problem reported by James Youngman. |
d30ebfbf0430
* modules/canonicalize (Depends-on): Add xreadlink.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5458
diff
changeset
|
501 |
5458 | 502 2004-11-16 Paul Eggert <eggert@cs.ucla.edu> |
503 | |
504 * modules/canon-host (Depends-on): Add strdup. | |
505 | |
5452 | 506 2004-11-16 Jim Meyering <jim@meyering.net> |
507 | |
508 * modules/closeout (Depends-on): Add fpending. | |
509 | |
5437 | 510 2004-11-11 Simon Josefsson <jas@extundo.com> |
511 | |
512 * modules/strtok_r: New file. | |
513 | |
514 * MODULES.html.sh (Support for systems lacking POSIX:2001): Add | |
515 strtok_r. | |
516 | |
5408 | 517 2004-11-08 Simon Josefsson <jas@extundo.com> |
518 | |
519 * MODULES.html.sh (Support for systems lacking POSIX:2001): Add | |
520 getaddrinfo. | |
521 | |
522 * modules/getaddrinfo: New file. | |
523 | |
5405 | 524 2004-11-10 Jim Meyering <jim@meyering.net> |
525 | |
526 * modules/closeout (Depends-on): Remove fpending. | |
527 | |
5394
0676d18c8e64
Distribute allocsa.valgrind.
Bruno Haible <bruno@clisp.org>
parents:
5376
diff
changeset
|
528 2004-11-04 Bruno Haible <bruno@clisp.org> |
0676d18c8e64
Distribute allocsa.valgrind.
Bruno Haible <bruno@clisp.org>
parents:
5376
diff
changeset
|
529 |
0676d18c8e64
Distribute allocsa.valgrind.
Bruno Haible <bruno@clisp.org>
parents:
5376
diff
changeset
|
530 * modules/allocsa (Files): Add lib/allocsa.valgrind. |
0676d18c8e64
Distribute allocsa.valgrind.
Bruno Haible <bruno@clisp.org>
parents:
5376
diff
changeset
|
531 (Makefile.am): Distribute it. |
0676d18c8e64
Distribute allocsa.valgrind.
Bruno Haible <bruno@clisp.org>
parents:
5376
diff
changeset
|
532 |
5376
6c1cc3b6c74d
getdate support for TZ="foo", and documentation.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5367
diff
changeset
|
533 2004-10-29 Paul Eggert <eggert@cs.ucla.edu> |
6c1cc3b6c74d
getdate support for TZ="foo", and documentation.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5367
diff
changeset
|
534 |
6c1cc3b6c74d
getdate support for TZ="foo", and documentation.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5367
diff
changeset
|
535 * modules/getdate (Files): Add doc/getdate.texi. |
6c1cc3b6c74d
getdate support for TZ="foo", and documentation.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5367
diff
changeset
|
536 (Depends-on): Add setenv, xalloc. |
6c1cc3b6c74d
getdate support for TZ="foo", and documentation.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5367
diff
changeset
|
537 |
5367
f5292cff01dd
* modules/regex (lib_SOURCES): Add regex.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5361
diff
changeset
|
538 2004-10-24 Paul Eggert <eggert@cs.ucla.edu> |
f5292cff01dd
* modules/regex (lib_SOURCES): Add regex.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5361
diff
changeset
|
539 |
f5292cff01dd
* modules/regex (lib_SOURCES): Add regex.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5361
diff
changeset
|
540 * modules/regex (lib_SOURCES): Add regex.c. |
f5292cff01dd
* modules/regex (lib_SOURCES): Add regex.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5361
diff
changeset
|
541 Reported by James Youngman in |
f5292cff01dd
* modules/regex (lib_SOURCES): Add regex.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5361
diff
changeset
|
542 <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>. |
f5292cff01dd
* modules/regex (lib_SOURCES): Add regex.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5361
diff
changeset
|
543 |
5359
b120c912c283
* gnulib-tool (func_emit_lib_Makefile_am): Fix typo.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5357
diff
changeset
|
544 2004-10-17 Paul Eggert <eggert@cs.ucla.edu> |
b120c912c283
* gnulib-tool (func_emit_lib_Makefile_am): Fix typo.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5357
diff
changeset
|
545 |
b120c912c283
* gnulib-tool (func_emit_lib_Makefile_am): Fix typo.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5357
diff
changeset
|
546 * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was |
b120c912c283
* gnulib-tool (func_emit_lib_Makefile_am): Fix typo.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5357
diff
changeset
|
547 missing. Problem reported by James Youngman. |
b120c912c283
* gnulib-tool (func_emit_lib_Makefile_am): Fix typo.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5357
diff
changeset
|
548 |
5357
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
549 2004-10-16 Simon Josefsson <jas@extundo.com> |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
550 |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
551 * gnulib-tool: Fix comments. Fix parse problem. |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
552 (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES. |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
553 |
5356
144b29bba7b7
Provisions for defining LTALLOCA.
Bruno Haible <bruno@clisp.org>
parents:
5352
diff
changeset
|
554 2004-10-15 Bruno Haible <bruno@clisp.org> |
144b29bba7b7
Provisions for defining LTALLOCA.
Bruno Haible <bruno@clisp.org>
parents:
5352
diff
changeset
|
555 |
5361
2782da194a33
That's LTALLOCA, not LT_ALLOCA.
Bruno Haible <bruno@clisp.org>
parents:
5359
diff
changeset
|
556 * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed. |
5356
144b29bba7b7
Provisions for defining LTALLOCA.
Bruno Haible <bruno@clisp.org>
parents:
5352
diff
changeset
|
557 |
5352
f1f20fc1ff2f
Emit separators in lib/Makefile.am.
Bruno Haible <bruno@clisp.org>
parents:
5351
diff
changeset
|
558 2004-10-15 Bruno Haible <bruno@clisp.org> |
f1f20fc1ff2f
Emit separators in lib/Makefile.am.
Bruno Haible <bruno@clisp.org>
parents:
5351
diff
changeset
|
559 |
f1f20fc1ff2f
Emit separators in lib/Makefile.am.
Bruno Haible <bruno@clisp.org>
parents:
5351
diff
changeset
|
560 * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate |
f1f20fc1ff2f
Emit separators in lib/Makefile.am.
Bruno Haible <bruno@clisp.org>
parents:
5351
diff
changeset
|
561 the portions belonging to each module. |
f1f20fc1ff2f
Emit separators in lib/Makefile.am.
Bruno Haible <bruno@clisp.org>
parents:
5351
diff
changeset
|
562 Suggested by Derek Robert Price <derek@ximbiot.com>. |
f1f20fc1ff2f
Emit separators in lib/Makefile.am.
Bruno Haible <bruno@clisp.org>
parents:
5351
diff
changeset
|
563 |
5343 | 564 2004-10-15 Bruno Haible <bruno@clisp.org> |
565 | |
5344
c2f5677fc6ed
Initialize supplied_libname. Tweak usage message.
Bruno Haible <bruno@clisp.org>
parents:
5343
diff
changeset
|
566 * gnulib-tool: Untabify. Initialize supplied_libname. |
c2f5677fc6ed
Initialize supplied_libname. Tweak usage message.
Bruno Haible <bruno@clisp.org>
parents:
5343
diff
changeset
|
567 (func_usage): More homogenous output. |
5351
7c565c8ecabc
Move duplicated code into function func_emit_lib_Makefile_am().
Bruno Haible <bruno@clisp.org>
parents:
5350
diff
changeset
|
568 (func_modules_transitive_closure, func_modules_to_filelist, |
7c565c8ecabc
Move duplicated code into function func_emit_lib_Makefile_am().
Bruno Haible <bruno@clisp.org>
parents:
5350
diff
changeset
|
569 func_emit_lib_Makefile_am): New functions. |
5346 | 570 (func_import): New function, extracted from big case statement. Use |
5348
6afb021e2fc1
Move duplicated code into function func_modules_to_filelist().
Bruno Haible <bruno@clisp.org>
parents:
5347
diff
changeset
|
571 func_get_license, func_modules_transitive_closure, |
5351
7c565c8ecabc
Move duplicated code into function func_emit_lib_Makefile_am().
Bruno Haible <bruno@clisp.org>
parents:
5350
diff
changeset
|
572 func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize |
7c565c8ecabc
Move duplicated code into function func_emit_lib_Makefile_am().
Bruno Haible <bruno@clisp.org>
parents:
5350
diff
changeset
|
573 opt_lgpl. Don't use test -a, as it's not portable. |
5348
6afb021e2fc1
Move duplicated code into function func_modules_to_filelist().
Bruno Haible <bruno@clisp.org>
parents:
5347
diff
changeset
|
574 (func_create_testdir): Use func_modules_transitive_closure, |
5351
7c565c8ecabc
Move duplicated code into function func_emit_lib_Makefile_am().
Bruno Haible <bruno@clisp.org>
parents:
5350
diff
changeset
|
575 func_modules_to_filelist, func_emit_lib_Makefile_am. |
5343 | 576 |
5340 | 577 2004-10-11 Bruno Haible <bruno@clisp.org> |
578 | |
579 * MODULES.html.sh (Support for systems lacking ISO C 99): Add | |
580 vsnprintf. | |
581 | |
582 2004-10-11 Yoann Vandoorselaere <yoann@prelude-ids.org> | |
583 | |
584 * modules/vsnprintf: New file. | |
585 | |
5318
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5312
diff
changeset
|
586 2004-10-04 Paul Eggert <eggert@cs.ucla.edu> |
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5312
diff
changeset
|
587 |
5321
fe390d57473a
Rename xclone to xmemdup. Remove obsolete xalloc macros.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5318
diff
changeset
|
588 * modules/xalloc (Files, Makefile.am): Remove xstrdup.c. |
fe390d57473a
Rename xclone to xmemdup. Remove obsolete xalloc macros.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5318
diff
changeset
|
589 |
5318
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5312
diff
changeset
|
590 * modules/argmatch, modules/argp, modules/closeout, modules/error, |
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5312
diff
changeset
|
591 modules/exclude, modules/getdate, modules/getline, |
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5312
diff
changeset
|
592 modules/getndelim2, modules/getpass, modules/getpass-gnu, |
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5312
diff
changeset
|
593 modules/getusershell, modules/linebuffer, modules/md5, |
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5312
diff
changeset
|
594 modules/mountlist, modules/posixtm, modules/readtokens, |
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5312
diff
changeset
|
595 modules/readutmp, modules/regex, modules/sha1, |
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5312
diff
changeset
|
596 modules/version-etc, modules/yesno: |
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5312
diff
changeset
|
597 Remove dependency on unlocked-io. |
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5312
diff
changeset
|
598 |
5312 | 599 2004-10-04 Bruno Haible <bruno@clisp.org> |
600 | |
601 * modules/README: New file. | |
602 * gnulib-tool (func_all_modules, func_verify_module): modules/README is | |
603 not a module. | |
604 | |
5318
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5312
diff
changeset
|
605 2004-10-04 Simon Josefsson <jas@extundo.com> |
5310
26382eb5dbd2
New module 'memmem', from Simon Josefsson.
Bruno Haible <bruno@clisp.org>
parents:
5292
diff
changeset
|
606 |
26382eb5dbd2
New module 'memmem', from Simon Josefsson.
Bruno Haible <bruno@clisp.org>
parents:
5292
diff
changeset
|
607 * modules/memmem: New file. |
26382eb5dbd2
New module 'memmem', from Simon Josefsson.
Bruno Haible <bruno@clisp.org>
parents:
5292
diff
changeset
|
608 * tests/test-memmem.c: New file. |
26382eb5dbd2
New module 'memmem', from Simon Josefsson.
Bruno Haible <bruno@clisp.org>
parents:
5292
diff
changeset
|
609 * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem. |
26382eb5dbd2
New module 'memmem', from Simon Josefsson.
Bruno Haible <bruno@clisp.org>
parents:
5292
diff
changeset
|
610 |
5292 | 611 2004-10-01 Bruno Haible <bruno@clisp.org> |
612 | |
613 * MODULES.html.sh: Add strsep. | |
614 | |
615 2004-10-01 Yoann Vandoorselaere <yoann@prelude-ids.org> | |
616 | |
617 * modules/strsep: New file. | |
618 | |
5284 | 619 2004-09-30 Paul Eggert <eggert@cs.ucla.edu> |
5282
149d795beeb2
New snprintf module from Simon Josefsson.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5281
diff
changeset
|
620 |
5284 | 621 * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf. |
622 | |
623 2004-09-30 Simon Josefsson <jas@extundo.com> | |
5282
149d795beeb2
New snprintf module from Simon Josefsson.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5281
diff
changeset
|
624 |
149d795beeb2
New snprintf module from Simon Josefsson.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5281
diff
changeset
|
625 * modules/snprintf: New file. |
149d795beeb2
New snprintf module from Simon Josefsson.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5281
diff
changeset
|
626 |
5281
0d530b5eb57b
Sergey now maintains argp.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5273
diff
changeset
|
627 2004-09-30 Paul Eggert <eggert@cs.ucla.edu> |
0d530b5eb57b
Sergey now maintains argp.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5273
diff
changeset
|
628 |
0d530b5eb57b
Sergey now maintains argp.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5273
diff
changeset
|
629 * modules/argp (Maintainer): Replace Simon Josefsson |
0d530b5eb57b
Sergey now maintains argp.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5273
diff
changeset
|
630 by Sergey Poznyakoff. |
0d530b5eb57b
Sergey now maintains argp.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5273
diff
changeset
|
631 |
5357
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
632 2004-10-01 Simon Josefsson <jas@extundo.com> |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
633 |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
634 * MODULES.html.sh (Extra functions based on ANSI C 89): Add |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
635 memmem. |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
636 |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
637 * tests/test-memmem.c: New file. |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
638 |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
639 * modules/memmem: New file. |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
640 |
5273 | 641 2004-09-29 Bruno Haible <bruno@clisp.org> |
642 | |
643 * modules/alloca-opt: New file, derived from modules/alloca. | |
644 * modules/allocsa: Depend on alloca-opt instead of alloca. | |
645 * modules/setenv: Likewise. | |
646 * modules/vasnprintf: Likewise. | |
647 * MODULES.html.sh: Add alloca-opt. | |
648 | |
5267
0be3e8463ad1
* modules/dummy: Change license to LGPL.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5263
diff
changeset
|
649 2004-09-28 Paul Eggert <eggert@cs.ucla.edu> |
0be3e8463ad1
* modules/dummy: Change license to LGPL.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5263
diff
changeset
|
650 |
0be3e8463ad1
* modules/dummy: Change license to LGPL.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5263
diff
changeset
|
651 * modules/dummy: Change license to LGPL. |
0be3e8463ad1
* modules/dummy: Change license to LGPL.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5263
diff
changeset
|
652 |
5263
e9555baad148
* gnulib-tool: New parameter --lgpl.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5255
diff
changeset
|
653 2004-09-29 Simon Josefsson <jas@extundo.com> |
e9555baad148
* gnulib-tool: New parameter --lgpl.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5255
diff
changeset
|
654 |
e9555baad148
* gnulib-tool: New parameter --lgpl.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5255
diff
changeset
|
655 * gnulib-tool: New parameter --lgpl, to asseert that modules are |
e9555baad148
* gnulib-tool: New parameter --lgpl.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5255
diff
changeset
|
656 LGPL, and to replace license template from GPL to LGPL. |
e9555baad148
* gnulib-tool: New parameter --lgpl.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5255
diff
changeset
|
657 |
5357
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
658 2004-09-24 Simon Josefsson <jas@extundo.com> |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
659 |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
660 * modules/minmax (License): Change from GPL to LGPL. |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
661 |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
662 2004-09-23 Simon Josefsson <jas@extundo.com> |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
663 |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
664 * gnulib-tool (--import): Typo. |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
665 |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
666 2004-09-21 Simon Josefsson <jas@extundo.com> |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
667 |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
668 * MODULES.html.sh (Support for systems lacking POSIX:2001): Add |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
669 snprintf. |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
670 |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
671 * modules/snprintf: New file. |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
672 |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
673 2004-09-05 Simon Josefsson <jas@extundo.com> |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
674 |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
675 * modules/getaddrinfo: Add. |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
676 |
5255
fcfb908309c7
2004-09-23 Simon Josefsson <jas@extundo.com>
Bruno Haible <bruno@clisp.org>
parents:
5251
diff
changeset
|
677 2004-09-23 Simon Josefsson <jas@extundo.com> |
fcfb908309c7
2004-09-23 Simon Josefsson <jas@extundo.com>
Bruno Haible <bruno@clisp.org>
parents:
5251
diff
changeset
|
678 |
fcfb908309c7
2004-09-23 Simon Josefsson <jas@extundo.com>
Bruno Haible <bruno@clisp.org>
parents:
5251
diff
changeset
|
679 * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default. |
fcfb908309c7
2004-09-23 Simon Josefsson <jas@extundo.com>
Bruno Haible <bruno@clisp.org>
parents:
5251
diff
changeset
|
680 |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5249
diff
changeset
|
681 2004-09-22 Bruno Haible <bruno@clisp.org> |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5249
diff
changeset
|
682 |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5249
diff
changeset
|
683 * modules/*: Add 'License' field. |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5249
diff
changeset
|
684 * gnulib-tool: Accept --extract-license option. |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5249
diff
changeset
|
685 (func_get_license): New function. |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5249
diff
changeset
|
686 |
5248 | 687 2004-09-21 Bruno Haible <bruno@clisp.org> |
688 | |
5249 | 689 * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4. |
5248 | 690 Reported by Simon Josefsson. |
691 | |
5245
269209fd53a6
* modules/inttostr (Files): Add m4/longlong.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5238
diff
changeset
|
692 2004-09-20 Paul Eggert <eggert@cs.ucla.edu> |
269209fd53a6
* modules/inttostr (Files): Add m4/longlong.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5238
diff
changeset
|
693 |
269209fd53a6
* modules/inttostr (Files): Add m4/longlong.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5238
diff
changeset
|
694 * modules/inttostr (Files): Add m4/longlong.m4, since it uses |
269209fd53a6
* modules/inttostr (Files): Add m4/longlong.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5238
diff
changeset
|
695 gl_AC_TYPE_LONG_LONG. |
269209fd53a6
* modules/inttostr (Files): Add m4/longlong.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5238
diff
changeset
|
696 |
5238
ea357a6f13d3
gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
Paul Eggert <eggert@cs.ucla.edu>
parents:
5225
diff
changeset
|
697 2004-09-18 Simon Josefsson <jas@extundo.com> |
5753 | 698 and Paul Eggert <eggert@cs.ucla.edu> |
5284 | 699 |
5238
ea357a6f13d3
gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
Paul Eggert <eggert@cs.ucla.edu>
parents:
5225
diff
changeset
|
700 * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal |
ea357a6f13d3
gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
Paul Eggert <eggert@cs.ucla.edu>
parents:
5225
diff
changeset
|
701 calls with autoreconf. Define GL_LIB. |
ea357a6f13d3
gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
Paul Eggert <eggert@cs.ucla.edu>
parents:
5225
diff
changeset
|
702 |
5225
42bac8a9678e
delete regex.[ch] (stale wrt emacs for ages)
Karl Berry <karl@freefriends.org>
parents:
5224
diff
changeset
|
703 2004-09-09 Karl Berry <karl@gnu.org> |
42bac8a9678e
delete regex.[ch] (stale wrt emacs for ages)
Karl Berry <karl@freefriends.org>
parents:
5224
diff
changeset
|
704 |
42bac8a9678e
delete regex.[ch] (stale wrt emacs for ages)
Karl Berry <karl@freefriends.org>
parents:
5224
diff
changeset
|
705 * regex.[ch]: delete from the root. These were supposed to be |
42bac8a9678e
delete regex.[ch] (stale wrt emacs for ages)
Karl Berry <karl@freefriends.org>
parents:
5224
diff
changeset
|
706 synced with emacs cvs, but this has not happened for about |
42bac8a9678e
delete regex.[ch] (stale wrt emacs for ages)
Karl Berry <karl@freefriends.org>
parents:
5224
diff
changeset
|
707 a year, and anyway nothing else uses emacs regex.[ch]. |
42bac8a9678e
delete regex.[ch] (stale wrt emacs for ages)
Karl Berry <karl@freefriends.org>
parents:
5224
diff
changeset
|
708 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700. |
42bac8a9678e
delete regex.[ch] (stale wrt emacs for ages)
Karl Berry <karl@freefriends.org>
parents:
5224
diff
changeset
|
709 lib/regex[.ch] is untouched. |
5284 | 710 |
5224
b6d1a221c907
Provide a substitute for EOVERFLOW if <errno.h> doesn't define it.
Bruno Haible <bruno@clisp.org>
parents:
5219
diff
changeset
|
711 2004-09-09 Bruno Haible <bruno@clisp.org> |
b6d1a221c907
Provide a substitute for EOVERFLOW if <errno.h> doesn't define it.
Bruno Haible <bruno@clisp.org>
parents:
5219
diff
changeset
|
712 |
b6d1a221c907
Provide a substitute for EOVERFLOW if <errno.h> doesn't define it.
Bruno Haible <bruno@clisp.org>
parents:
5219
diff
changeset
|
713 * modules/vasnprintf (Files): Add m4/eoverflow.m4. |
b6d1a221c907
Provide a substitute for EOVERFLOW if <errno.h> doesn't define it.
Bruno Haible <bruno@clisp.org>
parents:
5219
diff
changeset
|
714 |
5219 | 715 2004-09-08 Bruno Haible <bruno@clisp.org> |
5753 | 716 Oskar Liljeblad <oskar@osk.mine.nu> |
5219 | 717 |
718 * modules/stdint: New file. | |
719 * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint. | |
720 | |
5218 | 721 2004-09-08 Oskar Liljeblad <oskar@osk.mine.nu> |
722 | |
723 * modules/xvasprintf: New file. | |
724 * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf. | |
725 | |
5209
ef929daf6639
Import userspec from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5204
diff
changeset
|
726 2004-08-19 Paul Eggert <eggert@cs.ucla.edu> |
ef929daf6639
Import userspec from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5204
diff
changeset
|
727 |
ef929daf6639
Import userspec from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5204
diff
changeset
|
728 * modules/userspec: Don't depend on alloca. |
ef929daf6639
Import userspec from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5204
diff
changeset
|
729 |
5204
6ad79d6609ea
Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5199
diff
changeset
|
730 2004-08-17 Paul Eggert <eggert@cs.ucla.edu> |
6ad79d6609ea
Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5199
diff
changeset
|
731 |
6ad79d6609ea
Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5199
diff
changeset
|
732 * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise, |
6ad79d6609ea
Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5199
diff
changeset
|
733 readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check, |
6ad79d6609ea
Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5199
diff
changeset
|
734 utimecmp, utimens, xnanosleep. Rename sha to sha1. |
6ad79d6609ea
Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5199
diff
changeset
|
735 |
6ad79d6609ea
Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5199
diff
changeset
|
736 2004-08-16 Simon Josefsson <jas@extundo.com> |
6ad79d6609ea
Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5199
diff
changeset
|
737 |
6ad79d6609ea
Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5199
diff
changeset
|
738 * gnulib-tool: Use sed instead of autoconf --trace, inspired by |
6ad79d6609ea
Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5199
diff
changeset
|
739 libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>. |
6ad79d6609ea
Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5199
diff
changeset
|
740 Add --dry-run for --import. |
6ad79d6609ea
Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5199
diff
changeset
|
741 Let user provided command line parameters override configure.ac |
6ad79d6609ea
Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5199
diff
changeset
|
742 settings. |
6ad79d6609ea
Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5199
diff
changeset
|
743 |
5197 | 744 2004-08-12 Paul Eggert <eggert@cs.ucla.edu> |
745 | |
746 * modules/argp (Files): Add m4/unlocked-io.m4. | |
747 (Depends-on): Add extensions. | |
748 | |
749 2004-08-12 Simon Josefsson <jas@extundo.com> | |
750 | |
5199
0bfe59a4fac8
* gnulib-tool: Add --source-base, --m4-base, --libtool options.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5197
diff
changeset
|
751 * gnulib-tool: Add --source-base, --m4-base, --libtool options. |
0bfe59a4fac8
* gnulib-tool: Add --source-base, --m4-base, --libtool options.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5197
diff
changeset
|
752 Change default library name from libfoo to libgnu. |
0bfe59a4fac8
* gnulib-tool: Add --source-base, --m4-base, --libtool options.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5197
diff
changeset
|
753 Now, if you have a configure.ac that says: |
0bfe59a4fac8
* gnulib-tool: Add --source-base, --m4-base, --libtool options.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5197
diff
changeset
|
754 gl_SOURCE_BASE(gl) |
0bfe59a4fac8
* gnulib-tool: Add --source-base, --m4-base, --libtool options.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5197
diff
changeset
|
755 gl_M4_BASE(gl/m4) |
0bfe59a4fac8
* gnulib-tool: Add --source-base, --m4-base, --libtool options.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5197
diff
changeset
|
756 gl_MODULES(error getopt etcetera) |
0bfe59a4fac8
* gnulib-tool: Add --source-base, --m4-base, --libtool options.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5197
diff
changeset
|
757 gl_INIT |
0bfe59a4fac8
* gnulib-tool: Add --source-base, --m4-base, --libtool options.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5197
diff
changeset
|
758 you can import all you need by running: |
0bfe59a4fac8
* gnulib-tool: Add --source-base, --m4-base, --libtool options.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5197
diff
changeset
|
759 ../gnulib/gnulib-tool --import |
0bfe59a4fac8
* gnulib-tool: Add --source-base, --m4-base, --libtool options.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5197
diff
changeset
|
760 |
5197 | 761 * modules/getopt (Files): Rename getopt.h to getopt_.h. |
762 (Makefile.am): Rewrite, use logic from argz. | |
763 (Include): Use <getopt.h> instead of "getopt.h". | |
764 | |
5177
40bb437f1dbf
Add uintmax_t detection to obstack.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5170
diff
changeset
|
765 2004-08-11 Paul Eggert <eggert@cs.ucla.edu> |
40bb437f1dbf
Add uintmax_t detection to obstack.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5170
diff
changeset
|
766 |
40bb437f1dbf
Add uintmax_t detection to obstack.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5170
diff
changeset
|
767 * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4, |
40bb437f1dbf
Add uintmax_t detection to obstack.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5170
diff
changeset
|
768 m4/uintmax_t.m4. |
40bb437f1dbf
Add uintmax_t detection to obstack.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5170
diff
changeset
|
769 |
5165
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
770 2004-08-09 Paul Eggert <eggert@cs.ucla.edu> |
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
771 |
5166
95d4226b62d3
Remove dependency of xalloc in exitfail, error, gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5165
diff
changeset
|
772 * modules/xalloc-die: New file. |
95d4226b62d3
Remove dependency of xalloc in exitfail, error, gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5165
diff
changeset
|
773 * modules/xalloc: Remove dependencies on error, gettext, exitfail. |
95d4226b62d3
Remove dependency of xalloc in exitfail, error, gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5165
diff
changeset
|
774 |
5165
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
775 * modules/md5 (Files): Add m4/uint32_t.m4. |
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
776 * modules/sha1: Renamed from modules/sha. |
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
777 (Files): |
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
778 Rename lib/sha.h to lib/sha1.h. |
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
779 Rename lib/sha.c to lib/sha1.c. |
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
780 Rename m4/sha.m4 to m4/sha1.m4. |
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
781 (lib_SOURCES): Likewise. |
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
782 (configure.ac): Rename gl_SHA to gl_SHA1. |
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
783 (Include): sha.h -> sha1.h. |
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
784 |
5169
62a3f9818260
xgethostname simplification
Paul Eggert <eggert@cs.ucla.edu>
parents:
5168
diff
changeset
|
785 2004-08-08 Simon Josefsson <jas@extundo.com> |
62a3f9818260
xgethostname simplification
Paul Eggert <eggert@cs.ucla.edu>
parents:
5168
diff
changeset
|
786 |
62a3f9818260
xgethostname simplification
Paul Eggert <eggert@cs.ucla.edu>
parents:
5168
diff
changeset
|
787 * modules/xgethostname (Depends-on): Remove exit and error (not |
62a3f9818260
xgethostname simplification
Paul Eggert <eggert@cs.ucla.edu>
parents:
5168
diff
changeset
|
788 used). |
62a3f9818260
xgethostname simplification
Paul Eggert <eggert@cs.ucla.edu>
parents:
5168
diff
changeset
|
789 |
5170
17c4badb3864
Add getpass.h, so it's properly declared.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5169
diff
changeset
|
790 * modules/getpass-gnu: Add getpass.h. |
17c4badb3864
Add getpass.h, so it's properly declared.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5169
diff
changeset
|
791 (Depends-on): Add stdbool. |
17c4badb3864
Add getpass.h, so it's properly declared.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5169
diff
changeset
|
792 * modules/getpass: Add getpass.h. |
17c4badb3864
Add getpass.h, so it's properly declared.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5169
diff
changeset
|
793 |
5159 | 794 2004-08-06 Paul Eggert <eggert@cs.ucla.edu> |
795 | |
796 More merge from coreutils. | |
797 * modules/raise, modules/readtokens0, modules/utimens, | |
798 modules/utimecmp, module/xnanosleep: New files. | |
799 * modules/strftime: Add lib/strftime.h. | |
800 Change include from <time.h> to "strftime.h". | |
801 * modules/yesno: Add lib/yesno.h. | |
802 * modules/backupfile: Remove lib/addext.c. | |
803 * modules/euidaccess: Add stat-macros.h. | |
804 * modules/canonicalize, modules/euidaccess, | |
805 modules/filemode, modules/lchown, modules/makepath, | |
806 modules/rmdir, modules/stat: Likewise. | |
5166
95d4226b62d3
Remove dependency of xalloc in exitfail, error, gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5165
diff
changeset
|
807 |
5140
7d4e8a1a9f17
2004-08-03 Simon Josefsson <jas@extundo.com>
Bruno Haible <bruno@clisp.org>
parents:
5138
diff
changeset
|
808 2004-08-03 Simon Josefsson <jas@extundo.com> |
7d4e8a1a9f17
2004-08-03 Simon Josefsson <jas@extundo.com>
Bruno Haible <bruno@clisp.org>
parents:
5138
diff
changeset
|
809 |
7d4e8a1a9f17
2004-08-03 Simon Josefsson <jas@extundo.com>
Bruno Haible <bruno@clisp.org>
parents:
5138
diff
changeset
|
810 * modules/progname (Depends-on): Don't depend on stdbool. |
7d4e8a1a9f17
2004-08-03 Simon Josefsson <jas@extundo.com>
Bruno Haible <bruno@clisp.org>
parents:
5138
diff
changeset
|
811 |
5138 | 812 2004-08-02 Simon Josefsson <jas@extundo.com> |
813 | |
814 * modules/getsubopt: New file. | |
815 * MODULES.html.sh (Support for systems lacking POSIX:2001): Add | |
816 getsubopt. | |
817 | |
5119
7b7f24e67129
Merge from coreutils (first part).
Paul Eggert <eggert@cs.ucla.edu>
parents:
5111
diff
changeset
|
818 2004-08-05 Paul Eggert <eggert@cs.ucla.edu> |
7b7f24e67129
Merge from coreutils (first part).
Paul Eggert <eggert@cs.ucla.edu>
parents:
5111
diff
changeset
|
819 |
5137
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
820 Merge from coreutils. |
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
821 * modules/c-strtod, modules/c-strtold, modules/canonicalize, |
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
822 modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files. |
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
823 * modules/path-concat: Don't depend on strdup. |
5119
7b7f24e67129
Merge from coreutils (first part).
Paul Eggert <eggert@cs.ucla.edu>
parents:
5111
diff
changeset
|
824 |
5111 | 825 2004-08-03 Paul Eggert <eggert@cs.ucla.edu> |
826 | |
827 * modules/fatal: Remove, as the "fatal" module wasn't used or working. | |
828 * MODULES.html.sh (func_all_modules): Remove fatal. | |
829 | |
5106 | 830 2004-07-19 Bruno Haible <bruno@clisp.org> |
831 | |
832 * MODULES.html.sh (func_all_modules): Add dummy. | |
833 | |
834 2004-07-16 Simon Josefsson <jas@extundo.com> | |
835 | |
836 * modules/dummy: New file. | |
837 | |
5101 | 838 2004-07-09 Paul Eggert <eggert@cs.ucla.edu> |
839 | |
840 * modules/chown (Files): Add lib/fchown-stub.c, since | |
841 gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub). | |
842 | |
5092
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
843 2004-06-22 Paul Eggert <eggert@cs.ucla.edu> |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
844 |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
845 * modules/argz: Omit "#include". |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
846 |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
847 * MODULES.html.sh (func_all_modules): Add calloc, to match |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
848 2004-06-01 addition of calloc module. |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
849 |
5137
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
850 2004-06-22 Gary V. Vaughan <gary@gnu.org> |
5092
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
851 |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
852 * modules/argz: New file. |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
853 * MODULES.html.sh (func_all_modules): Add argz. |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
854 |
5085
2394c3c49c94
Add some missing dependencies and/or files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5081
diff
changeset
|
855 2004-06-12 Jim Meyering <jim@meyering.net> |
5753 | 856 and Paul Eggert <eggert@cs.ucla.edu> |
5085
2394c3c49c94
Add some missing dependencies and/or files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5081
diff
changeset
|
857 |
2394c3c49c94
Add some missing dependencies and/or files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5081
diff
changeset
|
858 * modules/hash (Files): Add lib/xalloc.h. |
2394c3c49c94
Add some missing dependencies and/or files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5081
diff
changeset
|
859 * modules/pipe (Depends-on): Add wait-process. |
2394c3c49c94
Add some missing dependencies and/or files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5081
diff
changeset
|
860 * modules/stat (Depends-on): Add xalloc. |
2394c3c49c94
Add some missing dependencies and/or files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5081
diff
changeset
|
861 * modules/userspec (Files): Add lib/userspec.h. |
5357
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
862 * modules/xstrto |
4896 | 863 |
864 Upgrade from gettext-0.13. | |
865 * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4, | |
866 m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4, | |
867 m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4. | |
868 | |
4886
e4317f1f2e2c
Use size_t instead of ssize_t.
Bruno Haible <bruno@clisp.org>
parents:
4884
diff
changeset
|
869 2003-11-25 Bruno Haible <bruno@clisp.org> |
e4317f1f2e2c
Use size_t instead of ssize_t.
Bruno Haible <bruno@clisp.org>
parents:
4884
diff
changeset
|
870 |
e4317f1f2e2c
Use size_t instead of ssize_t.
Bruno Haible <bruno@clisp.org>
parents:
4884
diff
changeset
|
871 * modules/vasnprintf (Files): Remove m4/ssize_t.m4. |
e4317f1f2e2c
Use size_t instead of ssize_t.
Bruno Haible <bruno@clisp.org>
parents:
4884
diff
changeset
|
872 |
4884
4d0ebc9d330c
Remove dependency of alloca on xalloc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4876
diff
changeset
|
873 2003-11-24 Paul Eggert <eggert@twinsun.com> |
4d0ebc9d330c
Remove dependency of alloca on xalloc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4876
diff
changeset
|
874 |
4d0ebc9d330c
Remove dependency of alloca on xalloc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4876
diff
changeset
|
875 * modules/alloca: Remove dependency on xalloc. |
4d0ebc9d330c
Remove dependency of alloca on xalloc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4876
diff
changeset
|
876 |
4876
c515580049a9
S+T cannot overflow if S is the size of an existing object and T is small.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4872
diff
changeset
|
877 2003-11-17 Paul Eggert <eggert@twinsun.com> |
c515580049a9
S+T cannot overflow if S is the size of an existing object and T is small.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4872
diff
changeset
|
878 |
c515580049a9
S+T cannot overflow if S is the size of an existing object and T is small.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4872
diff
changeset
|
879 * README: Mention that S+T cannot overflow if S is the size of |
c515580049a9
S+T cannot overflow if S is the size of an existing object and T is small.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4872
diff
changeset
|
880 an existing object and T is sufficiently small. |
c515580049a9
S+T cannot overflow if S is the size of an existing object and T is small.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4872
diff
changeset
|
881 |
4872
c5afc99b8ce5
Use xsize.h to protect against memory size overflows.
Bruno Haible <bruno@clisp.org>
parents:
4865
diff
changeset
|
882 2003-11-17 Bruno Haible <bruno@clisp.org> |
c5afc99b8ce5
Use xsize.h to protect against memory size overflows.
Bruno Haible <bruno@clisp.org>
parents:
4865
diff
changeset
|
883 |
c5afc99b8ce5
Use xsize.h to protect against memory size overflows.
Bruno Haible <bruno@clisp.org>
parents:
4865
diff
changeset
|
884 * modules/vasnprintf (Files): Add m4/ssize_t.m4. |
c5afc99b8ce5
Use xsize.h to protect against memory size overflows.
Bruno Haible <bruno@clisp.org>
parents:
4865
diff
changeset
|
885 (Depends-on): Add xsize. |
c5afc99b8ce5
Use xsize.h to protect against memory size overflows.
Bruno Haible <bruno@clisp.org>
parents:
4865
diff
changeset
|
886 |
4865
8690f8e0e0bf
Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4862
diff
changeset
|
887 2003-11-12 Paul Eggert <eggert@twinsun.com> |
8690f8e0e0bf
Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4862
diff
changeset
|
888 |
8690f8e0e0bf
Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4862
diff
changeset
|
889 * modules/xalloc (Files): Undo latest change, since xalloc.h |
8690f8e0e0bf
Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4862
diff
changeset
|
890 no longer needs SIZE_MAX or PTRDIFF_MAX. |
8690f8e0e0bf
Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4862
diff
changeset
|
891 |
4862
1f6c3678919c
Rely on SIZE_MAX and PTRDIFF_MAX as defined by ISO C 99.
Bruno Haible <bruno@clisp.org>
parents:
4852
diff
changeset
|
892 2003-11-11 Bruno Haible <bruno@clisp.org> |
1f6c3678919c
Rely on SIZE_MAX and PTRDIFF_MAX as defined by ISO C 99.
Bruno Haible <bruno@clisp.org>
parents:
4852
diff
changeset
|
893 |
1f6c3678919c
Rely on SIZE_MAX and PTRDIFF_MAX as defined by ISO C 99.
Bruno Haible <bruno@clisp.org>
parents:
4852
diff
changeset
|
894 * modules/xsize (Files): Add m4/size_max.m4. |
4865
8690f8e0e0bf
Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4862
diff
changeset
|
895 * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4. |
4862
1f6c3678919c
Rely on SIZE_MAX and PTRDIFF_MAX as defined by ISO C 99.
Bruno Haible <bruno@clisp.org>
parents:
4852
diff
changeset
|
896 |
4852 | 897 2003-11-04 Bruno Haible <bruno@clisp.org> |
898 | |
899 * modules/xsize: New file. | |
900 * modules/linebreak: Depend on xsize. | |
901 * MODULES.html.sh (func_all_modules): Add xsize. | |
902 | |
4851 | 903 2003-11-04 Jim Meyering <jim@meyering.net> |
904 | |
905 * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd | |
906 variable names, rather than @VAR@. | |
907 * modules/poll: Likewise. | |
908 | |
4846 | 909 2003-11-03 Jim Meyering <jim@meyering.net> |
910 | |
911 * modules/userspec (lib_SOURCES): Add userspec.h. | |
912 (Include): Add "userspec.h". | |
913 Improve description. | |
914 | |
4830
410ea3e253b9
Revamp xalloc_oversized so that its count arg need not fit into size_t.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4802
diff
changeset
|
915 2003-10-29 Paul Eggert <eggert@twinsun.com> |
410ea3e253b9
Revamp xalloc_oversized so that its count arg need not fit into size_t.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4802
diff
changeset
|
916 |
410ea3e253b9
Revamp xalloc_oversized so that its count arg need not fit into size_t.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4802
diff
changeset
|
917 * modules/group-member: Depend on stdbool. |
410ea3e253b9
Revamp xalloc_oversized so that its count arg need not fit into size_t.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4802
diff
changeset
|
918 |
4802 | 919 2003-10-20 Bruno Haible <bruno@clisp.org> |
920 | |
921 * modules/wait-process: New file. | |
922 * MODULES.html.sh (func_all_modules): Add wait-process. | |
923 | |
4797 | 924 2003-10-16 Paul Eggert <eggert@twinsun.com> |
925 | |
926 * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL. | |
927 | |
4786
83d8d561903a
Improved 'fatal-signal' module.
Bruno Haible <bruno@clisp.org>
parents:
4783
diff
changeset
|
928 2003-10-14 Bruno Haible <bruno@clisp.org> |
83d8d561903a
Improved 'fatal-signal' module.
Bruno Haible <bruno@clisp.org>
parents:
4783
diff
changeset
|
929 |
83d8d561903a
Improved 'fatal-signal' module.
Bruno Haible <bruno@clisp.org>
parents:
4783
diff
changeset
|
930 * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list. |
83d8d561903a
Improved 'fatal-signal' module.
Bruno Haible <bruno@clisp.org>
parents:
4783
diff
changeset
|
931 |
4783
d1dc5d9bf1ba
Revamp xalloc interface so that it can check for address arithmetic overflow.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4781
diff
changeset
|
932 2003-10-12 Paul Eggert <eggert@twinsun.com> |
d1dc5d9bf1ba
Revamp xalloc interface so that it can check for address arithmetic overflow.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4781
diff
changeset
|
933 |
d1dc5d9bf1ba
Revamp xalloc interface so that it can check for address arithmetic overflow.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4781
diff
changeset
|
934 * modules/xalloc: Do not depend on 'exit'. Depend on 'stdbool'. |
d1dc5d9bf1ba
Revamp xalloc interface so that it can check for address arithmetic overflow.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4781
diff
changeset
|
935 Change maintainer from Bruno Haible to 'all'. |
d1dc5d9bf1ba
Revamp xalloc interface so that it can check for address arithmetic overflow.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4781
diff
changeset
|
936 |
4781
d762cb7714db
A little more dependencies of the 'argp' module.
Bruno Haible <bruno@clisp.org>
parents:
4778
diff
changeset
|
937 2003-10-10 Simon Josefsson <jas@extundo.com> |
d762cb7714db
A little more dependencies of the 'argp' module.
Bruno Haible <bruno@clisp.org>
parents:
4778
diff
changeset
|
938 |
d762cb7714db
A little more dependencies of the 'argp' module.
Bruno Haible <bruno@clisp.org>
parents:
4778
diff
changeset
|
939 * modules/argp (Depends-on): Add restrict and strcase. |
d762cb7714db
A little more dependencies of the 'argp' module.
Bruno Haible <bruno@clisp.org>
parents:
4778
diff
changeset
|
940 |
4778
d68794da5ecb
Merge getpass from libc, plus a few fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4772
diff
changeset
|
941 2003-10-08 Paul Eggert <eggert@twinsun.com> |
d68794da5ecb
Merge getpass from libc, plus a few fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4772
diff
changeset
|
942 |
d68794da5ecb
Merge getpass from libc, plus a few fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4772
diff
changeset
|
943 * modules/getpass: Depend on stdbool. |
d68794da5ecb
Merge getpass from libc, plus a few fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4772
diff
changeset
|
944 |
4772
733f57f44f09
Remove version-etc-2 module.
Bruno Haible <bruno@clisp.org>
parents:
4770
diff
changeset
|
945 2003-10-06 Bruno Haible <bruno@clisp.org> |
733f57f44f09
Remove version-etc-2 module.
Bruno Haible <bruno@clisp.org>
parents:
4770
diff
changeset
|
946 |
733f57f44f09
Remove version-etc-2 module.
Bruno Haible <bruno@clisp.org>
parents:
4770
diff
changeset
|
947 * modules/version-etc-2: Remove file. |
733f57f44f09
Remove version-etc-2 module.
Bruno Haible <bruno@clisp.org>
parents:
4770
diff
changeset
|
948 * MODULES.html.sh (func_all_modules): Remove version-etc-2. |
733f57f44f09
Remove version-etc-2 module.
Bruno Haible <bruno@clisp.org>
parents:
4770
diff
changeset
|
949 |
4770 | 950 2003-10-06 Bruno Haible <bruno@clisp.org> |
951 | |
952 * modules/fatal-signal: New file. | |
953 * MODULES.html.sh (func_all_modules): Add fatal-signal. | |
954 | |
4768
3027c8485825
Rework advice for preventing empty .o files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4764
diff
changeset
|
955 2003-10-05 Paul Eggert <eggert@twinsun.com> |
3027c8485825
Rework advice for preventing empty .o files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4764
diff
changeset
|
956 |
3027c8485825
Rework advice for preventing empty .o files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4764
diff
changeset
|
957 * README: Rework advice for preventing empty .o files. |
3027c8485825
Rework advice for preventing empty .o files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4764
diff
changeset
|
958 Don't recommend ELIDE constructs. Recommend <stddef.h>, |
3027c8485825
Rework advice for preventing empty .o files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4764
diff
changeset
|
959 not <sys/types.h>. |
3027c8485825
Rework advice for preventing empty .o files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4764
diff
changeset
|
960 |
4764 | 961 2003-10-02 Bruno Haible <bruno@clisp.org> |
962 | |
963 * modules/lchown (Include): Add lchown.h. | |
964 * modules/time_r (Include): Use "..." syntax. | |
965 * modules/xgetdomainname (Include): Add xgetdomainname.h. | |
966 | |
4763
0d7756a5da9e
Put gethostname into the right section.
Bruno Haible <bruno@clisp.org>
parents:
4755
diff
changeset
|
967 2003-10-01 Simon Josefsson <jas@extundo.com> |
0d7756a5da9e
Put gethostname into the right section.
Bruno Haible <bruno@clisp.org>
parents:
4755
diff
changeset
|
968 |
4770 | 969 * MODULES.html.sh (func_all_modules): Move gethostname from section |
970 'based on' to section 'lacking' POSIX:2001. | |
4763
0d7756a5da9e
Put gethostname into the right section.
Bruno Haible <bruno@clisp.org>
parents:
4755
diff
changeset
|
971 |
4755
7e8a409ee684
Trivial fixes to Makefile.am parts of module listings.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4753
diff
changeset
|
972 2003-09-27 Oskar Liljeblad <oskar@osk.mine.nu> |
7e8a409ee684
Trivial fixes to Makefile.am parts of module listings.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4753
diff
changeset
|
973 |
7e8a409ee684
Trivial fixes to Makefile.am parts of module listings.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4753
diff
changeset
|
974 Trivial fixes to Makefile.am parts of module listings. |
7e8a409ee684
Trivial fixes to Makefile.am parts of module listings.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4753
diff
changeset
|
975 * modules/strstr: Append strstr.h to lib_SOURCES. |
7e8a409ee684
Trivial fixes to Makefile.am parts of module listings.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4753
diff
changeset
|
976 * modules/strcase: Likewise, for strcase.h. |
7e8a409ee684
Trivial fixes to Makefile.am parts of module listings.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4753
diff
changeset
|
977 |
4753 | 978 2003-09-27 Paul Eggert <eggert@twinsun.com> |
979 | |
980 * modules/free: New file. | |
981 | |
4735
f92ded1bb871
New module 'version-etc-2'.
Bruno Haible <bruno@clisp.org>
parents:
4733
diff
changeset
|
982 2003-09-25 Bruno Haible <bruno@clisp.org> |
f92ded1bb871
New module 'version-etc-2'.
Bruno Haible <bruno@clisp.org>
parents:
4733
diff
changeset
|
983 |
f92ded1bb871
New module 'version-etc-2'.
Bruno Haible <bruno@clisp.org>
parents:
4733
diff
changeset
|
984 * modules/version-etc-2: New file, from modules/version-etc with |
f92ded1bb871
New module 'version-etc-2'.
Bruno Haible <bruno@clisp.org>
parents:
4733
diff
changeset
|
985 modifications. |
f92ded1bb871
New module 'version-etc-2'.
Bruno Haible <bruno@clisp.org>
parents:
4733
diff
changeset
|
986 * MODULES.html.sh (func_all_modules): Add version-etc-2. |
f92ded1bb871
New module 'version-etc-2'.
Bruno Haible <bruno@clisp.org>
parents:
4733
diff
changeset
|
987 |
4733
dbe204edd79d
New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents:
4717
diff
changeset
|
988 2003-09-25 Simon Josefsson <jas@extundo.com> |
5753 | 989 Bruno Haible <bruno@clisp.org> |
4733
dbe204edd79d
New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents:
4717
diff
changeset
|
990 |
dbe204edd79d
New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents:
4717
diff
changeset
|
991 * modules/getdomainname: New file. |
dbe204edd79d
New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents:
4717
diff
changeset
|
992 * modules/xgetdomainname: New file. |
dbe204edd79d
New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents:
4717
diff
changeset
|
993 * MODULES.html.sh (func_all_modules): Add getdomainname, xgetdomainname. |
dbe204edd79d
New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents:
4717
diff
changeset
|
994 |
4741
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
995 2003-09-24 Paul Eggert <eggert@twinsun.com> |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
996 |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
997 * README: Document assumptions that 'int' is at least 32 bits |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
998 wide, that integer arithmetic is 2's complement without overflow, |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
999 that there are no holes in integer values, that adding sizes of |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
1000 two nonoverlapping objects can't overflow, and that all-bits-zero |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
1001 yields scalar zero. Fix spelling and capitalization typos. |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
1002 |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
1003 2003-09-24 Simon Josefsson <jas@extundo.com> |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
1004 |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
1005 * modules/xgethostname: Add xgethostname.h. |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
1006 |
4717
ed7cd4050365
Port gnulib-tool to Solaris 8.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4712
diff
changeset
|
1007 2003-09-17 Paul Eggert <eggert@twinsun.com> |
ed7cd4050365
Port gnulib-tool to Solaris 8.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4712
diff
changeset
|
1008 |
ed7cd4050365
Port gnulib-tool to Solaris 8.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4712
diff
changeset
|
1009 * gnulib-tool: Use "test -h", not "test -L", for portability |
ed7cd4050365
Port gnulib-tool to Solaris 8.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4712
diff
changeset
|
1010 to Solaris 8 /bin/sh. (This bug is fixed in Solaris 9.) |
ed7cd4050365
Port gnulib-tool to Solaris 8.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4712
diff
changeset
|
1011 (tags_regexp): Remove, since \| doesn't conform to POSIX. |
ed7cd4050365
Port gnulib-tool to Solaris 8.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4712
diff
changeset
|
1012 (sed_extract_prog): Issue s commands one-by-one, rather than |
ed7cd4050365
Port gnulib-tool to Solaris 8.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4712
diff
changeset
|
1013 using \| in one s command. |
ed7cd4050365
Port gnulib-tool to Solaris 8.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4712
diff
changeset
|
1014 |
4712
39841d2009ed
Add a warning about duplicate dependencies.
Bruno Haible <bruno@clisp.org>
parents:
4710
diff
changeset
|
1015 2003-09-16 Bruno Haible <bruno@clisp.org> |
39841d2009ed
Add a warning about duplicate dependencies.
Bruno Haible <bruno@clisp.org>
parents:
4710
diff
changeset
|
1016 |
39841d2009ed
Add a warning about duplicate dependencies.
Bruno Haible <bruno@clisp.org>
parents:
4710
diff
changeset
|
1017 * gnulib-tool (func_create_testdir): Warn about duplicated |
39841d2009ed
Add a warning about duplicate dependencies.
Bruno Haible <bruno@clisp.org>
parents:
4710
diff
changeset
|
1018 dependencies. |
39841d2009ed
Add a warning about duplicate dependencies.
Bruno Haible <bruno@clisp.org>
parents:
4710
diff
changeset
|
1019 |
4710
aade00a0ec71
Sort dependencies by importance, not alphabetically.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4709
diff
changeset
|
1020 2003-09-15 Paul Eggert <eggert@twinsun.com> |
aade00a0ec71
Sort dependencies by importance, not alphabetically.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4709
diff
changeset
|
1021 |
aade00a0ec71
Sort dependencies by importance, not alphabetically.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4709
diff
changeset
|
1022 * modules/argmatch, modules/fatal, modules/obstack, |
aade00a0ec71
Sort dependencies by importance, not alphabetically.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4709
diff
changeset
|
1023 modules/xalloc, modules/xgethostname: Sort dependencies by |
aade00a0ec71
Sort dependencies by importance, not alphabetically.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4709
diff
changeset
|
1024 importance, not alphabetically. |
aade00a0ec71
Sort dependencies by importance, not alphabetically.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4709
diff
changeset
|
1025 |
4709 | 1026 2003-09-14 Bruno Haible <bruno@clisp.org> |
1027 | |
1028 * modules/fwriteerror: New file. | |
1029 * MODULES.html.sh (func_all_modules): Add fwriteerror. | |
1030 | |
4701
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
1031 2003-09-12 Paul Eggert <eggert@twinsun.com> |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
1032 |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
1033 * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack, |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
1034 modules/xgethostname, modules/xalloc: Depend on exit. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
1035 |
4670 | 1036 2003-09-09 Paul Eggert <eggert@twinsun.com> |
1037 | |
1038 * README: New section: portability guidelines. | |
1039 | |
4623
13cc36518e0b
* modules/time_r: Depend on 'restrict'.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
1040 2003-09-07 Paul Eggert <eggert@twinsun.com> |
13cc36518e0b
* modules/time_r: Depend on 'restrict'.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
1041 |
13cc36518e0b
* modules/time_r: Depend on 'restrict'.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
1042 * modules/time_r: Depend on 'restrict'. Fix from Simon Josefsson in |
13cc36518e0b
* modules/time_r: Depend on 'restrict'.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
1043 <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>. |
13cc36518e0b
* modules/time_r: Depend on 'restrict'.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
1044 |
4621
3d28ad4e18e2
Add time_r module. Change timegm, mktime, and strftime to use localtime_r
Paul Eggert <eggert@cs.ucla.edu>
parents:
4616
diff
changeset
|
1045 2003-09-06 Paul Eggert <eggert@twinsun.com> |
3d28ad4e18e2
Add time_r module. Change timegm, mktime, and strftime to use localtime_r
Paul Eggert <eggert@cs.ucla.edu>
parents:
4616
diff
changeset
|
1046 |
3d28ad4e18e2
Add time_r module. Change timegm, mktime, and strftime to use localtime_r
Paul Eggert <eggert@cs.ucla.edu>
parents:
4616
diff
changeset
|
1047 * MODULES.html.sh (func_all_modules): Add time_r. |
3d28ad4e18e2
Add time_r module. Change timegm, mktime, and strftime to use localtime_r
Paul Eggert <eggert@cs.ucla.edu>
parents:
4616
diff
changeset
|
1048 * modules/time_r: New file. |
3d28ad4e18e2
Add time_r module. Change timegm, mktime, and strftime to use localtime_r
Paul Eggert <eggert@cs.ucla.edu>
parents:
4616
diff
changeset
|
1049 * modules/mktime, modules/strftime, modules/timegm: Depend on time_r. |
3d28ad4e18e2
Add time_r module. Change timegm, mktime, and strftime to use localtime_r
Paul Eggert <eggert@cs.ucla.edu>
parents:
4616
diff
changeset
|
1050 * modules/timegm: Depend on mktime. Change maintainer to "all, glibc". |
4670 | 1051 |
4616 | 1052 2003-08-31 Simon Josefsson <jas@extundo.com> |
1053 | |
1054 * modules/timegm: New file. | |
1055 * MODULES.html.sh (func_all_modules): Add timegm. | |
1056 | |
4615
4a92cb1cc115
Forgot to distribute strndup.h.
Bruno Haible <bruno@clisp.org>
parents:
4603
diff
changeset
|
1057 2003-08-22 Simon Josefsson <jas@extundo.com> |
4a92cb1cc115
Forgot to distribute strndup.h.
Bruno Haible <bruno@clisp.org>
parents:
4603
diff
changeset
|
1058 |
4a92cb1cc115
Forgot to distribute strndup.h.
Bruno Haible <bruno@clisp.org>
parents:
4603
diff
changeset
|
1059 * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES. |
4a92cb1cc115
Forgot to distribute strndup.h.
Bruno Haible <bruno@clisp.org>
parents:
4603
diff
changeset
|
1060 |
4603 | 1061 2003-08-20 Bruno Haible <bruno@clisp.org> |
1062 | |
1063 * modules/progname: New file. | |
1064 * MODULES.html.sh (func_all_modules): Add progname. | |
1065 | |
4596
fed81fcab071
* modules/stdbool: Add BUILT_SOURCES. Prefer $@ to target name
Paul Eggert <eggert@cs.ucla.edu>
parents:
4595
diff
changeset
|
1066 2003-08-18 Paul Eggert <eggert@twinsun.com> |
fed81fcab071
* modules/stdbool: Add BUILT_SOURCES. Prefer $@ to target name
Paul Eggert <eggert@cs.ucla.edu>
parents:
4595
diff
changeset
|
1067 |
fed81fcab071
* modules/stdbool: Add BUILT_SOURCES. Prefer $@ to target name
Paul Eggert <eggert@cs.ucla.edu>
parents:
4595
diff
changeset
|
1068 * modules/stdbool: Add BUILT_SOURCES. Prefer $@ to target name |
4865
8690f8e0e0bf
Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4862
diff
changeset
|
1069 in makefile rules. |
4596
fed81fcab071
* modules/stdbool: Add BUILT_SOURCES. Prefer $@ to target name
Paul Eggert <eggert@cs.ucla.edu>
parents:
4595
diff
changeset
|
1070 |
4595 | 1071 2003-08-17 Simon Josefsson <jas@extundo.com> |
1072 | |
1073 * modules/argp: Fix autoconf macro name. Add more dependencies. | |
1074 | |
4587
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4586
diff
changeset
|
1075 2003-08-17 Simon Josefsson <jas@extundo.com> |
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4586
diff
changeset
|
1076 |
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4586
diff
changeset
|
1077 * modules/xstrndup: New file. |
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4586
diff
changeset
|
1078 * MODULES.html.sh (func_all_modules): Add xstrndup. |
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4586
diff
changeset
|
1079 |
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4586
diff
changeset
|
1080 2003-08-17 Bruno Haible <bruno@clisp.org> |
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4586
diff
changeset
|
1081 |
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4586
diff
changeset
|
1082 * modules/strndup (Files, Include): Add lib/strndup.h. |
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4586
diff
changeset
|
1083 |
4586
eb1b4acf2e86
Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents:
4585
diff
changeset
|
1084 2003-08-17 Bruno Haible <bruno@clisp.org> |
eb1b4acf2e86
Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents:
4585
diff
changeset
|
1085 |
eb1b4acf2e86
Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents:
4585
diff
changeset
|
1086 * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS |
eb1b4acf2e86
Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents:
4585
diff
changeset
|
1087 like AC_GNU_SOURCE. |
eb1b4acf2e86
Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents:
4585
diff
changeset
|
1088 * modules/extensions (configure.ac): Comment out the invocation of |
eb1b4acf2e86
Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents:
4585
diff
changeset
|
1089 gl_USE_SYSTEM_EXTENSIONS. |
eb1b4acf2e86
Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents:
4585
diff
changeset
|
1090 |
4585 | 1091 2003-08-17 Bruno Haible <bruno@clisp.org> |
1092 | |
1093 * modules/euidaccess (Files): Add lib/euidaccess.h. | |
1094 | |
4580
127f5dcbdcce
Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4573
diff
changeset
|
1095 2003-08-16 Paul Eggert <eggert@twinsun.com> |
127f5dcbdcce
Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4573
diff
changeset
|
1096 |
127f5dcbdcce
Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4573
diff
changeset
|
1097 Document merge from coreutils. |
127f5dcbdcce
Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4573
diff
changeset
|
1098 * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES. |
127f5dcbdcce
Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4573
diff
changeset
|
1099 * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES. |
127f5dcbdcce
Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4573
diff
changeset
|
1100 * modules/utime: Add m4/utimes-null.m4. |
127f5dcbdcce
Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4573
diff
changeset
|
1101 |
4573
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1102 2003-08-15 Paul Eggert <eggert@twinsun.com> |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1103 |
4580
127f5dcbdcce
Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4573
diff
changeset
|
1104 Document merge from coreutils. |
4573
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1105 * modules/userspec: Depend on posixver. |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1106 * modules/strftime: Depend on tzset. |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1107 |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1108 2003-08-14 Jim Meyering <jim@meyering.net> |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1109 |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1110 Merges from coreutils. |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1111 * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1112 variable names, rather than @FNMATCH_H@. |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1113 * modules/alloca: Likewise for $(ALLOCA_H). |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1114 |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1115 * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1116 the three copies of the literal target, `fnmatch.h'. |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1117 * modules/alloca (alloca.h): Likewise. |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1118 |
4549 | 1119 2003-08-14 Paul Eggert <eggert@twinsun.com> |
1120 | |
1121 * modules/tzset: New file. | |
1122 | |
4531
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4524
diff
changeset
|
1123 2003-08-12 Paul Eggert <eggert@twinsun.com> |
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4524
diff
changeset
|
1124 |
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4524
diff
changeset
|
1125 Merge from coreutils. |
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4524
diff
changeset
|
1126 * modules/euidaccess: Add lib_SOURCES, include for new |
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4524
diff
changeset
|
1127 file euidaccess.h |
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4524
diff
changeset
|
1128 |
4524
5546f601135b
Remove the gnu-source module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4518
diff
changeset
|
1129 2003-08-11 Paul Eggert <eggert@twinsun.com> |
5546f601135b
Remove the gnu-source module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4518
diff
changeset
|
1130 |
5546f601135b
Remove the gnu-source module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4518
diff
changeset
|
1131 * modules/gnu-source, m4/gnu-source.m4: |
5546f601135b
Remove the gnu-source module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4518
diff
changeset
|
1132 Remove; we're assuming Autoconf 2.54 or later now. |
5546f601135b
Remove the gnu-source module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4518
diff
changeset
|
1133 Suggested by Bruno Haible. |
5546f601135b
Remove the gnu-source module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4518
diff
changeset
|
1134 * MODULES.html.sh (func_all_modules): Remove gnu-source. |
4580
127f5dcbdcce
Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4573
diff
changeset
|
1135 |
4515
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
1136 2003-08-08 Paul Eggert <eggert@twinsun.com> |
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
1137 |
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
1138 * MODULES.html.sh (func_all_modules): Add extensions, gnu-source. |
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
1139 * modules/extensions, modules/gnu-source: New files. |
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
1140 * modules/timespec, modules/unlocked-io: Depend on extensions. |
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
1141 |
4513 | 1142 2003-08-07 Paul Eggert <eggert@twinsun.com> |
1143 | |
1144 * modules/restrict: New file. | |
1145 * MODULES.html.sh (func_all_modules): Add restrict. | |
1146 * modules/regex: Depend on restrict. | |
4518 | 1147 |
4512
c761847c9afa
Make the module 'getndelim2' compatible with the module 'getline'.
Bruno Haible <bruno@clisp.org>
parents:
4506
diff
changeset
|
1148 2003-08-07 Bruno Haible <bruno@clisp.org> |
c761847c9afa
Make the module 'getndelim2' compatible with the module 'getline'.
Bruno Haible <bruno@clisp.org>
parents:
4506
diff
changeset
|
1149 |
c761847c9afa
Make the module 'getndelim2' compatible with the module 'getline'.
Bruno Haible <bruno@clisp.org>
parents:
4506
diff
changeset
|
1150 * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not |
c761847c9afa
Make the module 'getndelim2' compatible with the module 'getline'.
Bruno Haible <bruno@clisp.org>
parents:
4506
diff
changeset
|
1151 lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2). |
c761847c9afa
Make the module 'getndelim2' compatible with the module 'getline'.
Bruno Haible <bruno@clisp.org>
parents:
4506
diff
changeset
|
1152 |
4506 | 1153 2003-08-05 Paul Eggert <eggert@twinsun.com> |
1154 | |
1155 * MODULES.html.sh (func_all_modules): Remove bumpalloc. | |
1156 * modules/bumpalloc: Remove. | |
4518 | 1157 |
4490 | 1158 2003-07-31 Bruno Haible <bruno@clisp.org> |
1159 | |
1160 * modules/getpass-gnu: New file. | |
1161 * MODULES.html.sh (func_all_modules): Add getpass-gnu. | |
1162 | |
4473
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
1163 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
|
1164 |
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
1165 * modules/xalloc (Depends-on): Add exitfail. |
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
1166 * modules/xmemcoll: Likewise. |
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
1167 |
4470 | 1168 2003-07-20 Jim Meyering <jim@meyering.net> |
1169 | |
1170 * modules/closeout (Depends-on): Add exitfail. | |
1171 Suggestion from Bruno Haible. | |
1172 | |
4463 | 1173 2003-07-18 Bruno Haible <bruno@clisp.org> |
1174 | |
1175 * modules/getndelim2: New file. | |
1176 * modules/getline: Share files with module getndelim2. | |
1177 * modules/getnline: Depend on getndelim2 instead of sharing files with | |
1178 it. Add getnline.c to lib_SOURCES. | |
1179 * MODULES.html.sh (func_all_modules): Add getndelim2. | |
1180 | |
4460 | 1181 2003-07-17 Bruno Haible <bruno@clisp.org> |
1182 | |
1183 * modules/getnline: New file. | |
1184 * modules/getline: Add lib/getndelim2.c to source file list. | |
1185 * MODULES.html.sh (func_all_modules): Add getnline. | |
1186 | |
4458 | 1187 2003-07-17 Bruno Haible <bruno@clisp.org> |
1188 | |
1189 * configure.in: Remove file. | |
1190 * Makefile.in: Remove file. | |
1191 | |
1192 2003-07-17 Bruno Haible <bruno@clisp.org> | |
1193 | |
1194 * MODULES.html.sh: Put the </BODY> right before </HTML>. | |
1195 | |
4453 | 1196 2003-07-16 Jim Meyering <jim@meyering.net> |
1197 | |
1198 * modules/save-cwd: Depend on xgetcwd. From Derek Price. | |
1199 | |
4448 | 1200 2003-07-15 Jim Meyering <jim@meyering.net> |
1201 | |
1202 * modules/save-cwd: Don't depend on error. From Derek Price. | |
1203 | |
4436 | 1204 2003-07-14 Simon Josefsson <jas@extundo.com> |
1205 | |
1206 * modules/mempcpy: New file. | |
1207 * MODULES.html.sh (func_all_modules): Add mempcpy. | |
1208 | |
4434
5340c4c26a0a
* modules/getdate, modules/posixtm: Depend on mktime.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4431
diff
changeset
|
1209 2003-07-14 Paul Eggert <eggert@twinsun.com> |
5340c4c26a0a
* modules/getdate, modules/posixtm: Depend on mktime.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4431
diff
changeset
|
1210 |
5340c4c26a0a
* modules/getdate, modules/posixtm: Depend on mktime.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4431
diff
changeset
|
1211 * modules/getdate, modules/posixtm: Depend on mktime. |
5340c4c26a0a
* modules/getdate, modules/posixtm: Depend on mktime.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4431
diff
changeset
|
1212 |
4431 | 1213 2003-07-10 Simon Josefsson <jas@extundo.com> |
1214 | |
1215 * modules/strchrnul (Makefile.am): Add strchrnul.h. | |
1216 | |
4407
95a2013d54ed
Module 'human' now depends on module 'stdbool'.
Bruno Haible <bruno@clisp.org>
parents:
4405
diff
changeset
|
1217 2003-06-26 Bruno Haible <bruno@clisp.org> |
95a2013d54ed
Module 'human' now depends on module 'stdbool'.
Bruno Haible <bruno@clisp.org>
parents:
4405
diff
changeset
|
1218 |
95a2013d54ed
Module 'human' now depends on module 'stdbool'.
Bruno Haible <bruno@clisp.org>
parents:
4405
diff
changeset
|
1219 * modules/human: Depend on module stdbool. |
95a2013d54ed
Module 'human' now depends on module 'stdbool'.
Bruno Haible <bruno@clisp.org>
parents:
4405
diff
changeset
|
1220 |
4405 | 1221 2003-06-25 Bruno Haible <bruno@clisp.org> |
1222 | |
1223 * modules/readlink: New file. | |
1224 * modules/xreadlink: Depend on it. | |
1225 * MODULES.html.sh (func_all_modules): Add readlink. | |
1226 | |
4403
8c6310a47379
Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents:
4392
diff
changeset
|
1227 2003-06-22 Bruno Haible <bruno@clisp.org> |
8c6310a47379
Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents:
4392
diff
changeset
|
1228 |
8c6310a47379
Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents:
4392
diff
changeset
|
1229 * modules/safe-read: Add m4/ssize_t.m4. |
8c6310a47379
Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents:
4392
diff
changeset
|
1230 * modules/xreadlink: Add m4/ssize_t.m4. |
8c6310a47379
Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents:
4392
diff
changeset
|
1231 |
4392 | 1232 2003-06-11 Simon Josefsson <jas@extundo.com> |
1233 | |
1234 * modules/sysexits: New file. | |
1235 * MODULES.html.sh (func_all_modules): Add sysexits. | |
1236 | |
4388
889d35a53bf1
New modules strchrnul, argp.
Bruno Haible <bruno@clisp.org>
parents:
4387
diff
changeset
|
1237 2003-06-10 Bruno Haible <bruno@clisp.org> |
889d35a53bf1
New modules strchrnul, argp.
Bruno Haible <bruno@clisp.org>
parents:
4387
diff
changeset
|
1238 |
889d35a53bf1
New modules strchrnul, argp.
Bruno Haible <bruno@clisp.org>
parents:
4387
diff
changeset
|
1239 * MODULES.html.sh (func_all_modules): Add strchrnul and argp. |
889d35a53bf1
New modules strchrnul, argp.
Bruno Haible <bruno@clisp.org>
parents:
4387
diff
changeset
|
1240 |
4387 | 1241 2003-06-10 Simon Josefsson <jas@extundo.com> |
1242 | |
1243 * modules/strchrnul: New file. | |
1244 | |
1245 2003-06-10 Simon Josefsson <jas@extundo.com> | |
4386 | 1246 |
1247 * modules/argp: New file. | |
1248 | |
4384
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4370
diff
changeset
|
1249 2003-06-07 Bruno Haible <bruno@clisp.org> |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4370
diff
changeset
|
1250 |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4370
diff
changeset
|
1251 * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4370
diff
changeset
|
1252 avoid AC_CONFIG_LINKS. |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4370
diff
changeset
|
1253 * modules/fnmatch (Makefile.am): Use explicit creation rule for |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4370
diff
changeset
|
1254 fnmatch.h, to avoid AC_CONFIG_LINKS. |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4370
diff
changeset
|
1255 * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe. |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4370
diff
changeset
|
1256 |
4370 | 1257 2003-06-07 Jim Meyering <jim@meyering.net> |
1258 | |
1259 * modules/strtod: Use $(...) notation, not @...@ for | |
1260 AC_REPLACE'd variables. | |
1261 * modules/localcharset: Likewise. | |
4366
4f2163710712
Rename stdbool.h.in to stdbool_.h, for DOS and VMS's sake.
Bruno Haible <bruno@clisp.org>
parents:
4336
diff
changeset
|
1262 |
4370 | 1263 2003-06-06 Jim Meyering <jim@meyering.net> |
1264 Bruno Haible <bruno@clisp.org> | |
1265 | |
1266 * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h. | |
1267 Adjust Makefile.am snippet not to redirect directly to target. | |
1268 Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables. | |
4366
4f2163710712
Rename stdbool.h.in to stdbool_.h, for DOS and VMS's sake.
Bruno Haible <bruno@clisp.org>
parents:
4336
diff
changeset
|
1269 |
4335 | 1270 2003-05-30 Bruno Haible <bruno@clisp.org> |
1271 | |
1272 * modules/gettext: Add files m4/nls.m4 and m4/po.m4. | |
4336 | 1273 * config/config.rpath: Upgrade to gettext-0.12.1. |
4335 | 1274 |
4325
db705903ccfc
trivial help message fix
Karl Berry <karl@freefriends.org>
parents:
4315
diff
changeset
|
1275 2003-05-22 <karl@gnu.org> |
db705903ccfc
trivial help message fix
Karl Berry <karl@freefriends.org>
parents:
4315
diff
changeset
|
1276 |
db705903ccfc
trivial help message fix
Karl Berry <karl@freefriends.org>
parents:
4315
diff
changeset
|
1277 * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg. |
db705903ccfc
trivial help message fix
Karl Berry <karl@freefriends.org>
parents:
4315
diff
changeset
|
1278 |
4315 | 1279 2003-05-09 Bruno Haible <bruno@clisp.org> |
1280 | |
1281 * modules/error: Add m4/strerror_r.m4 to file list. | |
1282 | |
4294 | 1283 2003-04-10 Bruno Haible <bruno@clisp.org> |
1284 | |
1285 * modules/findprog: New file. | |
1286 * MODULES.html.sh (func_all_modules): Add it. | |
1287 | |
4286 | 1288 2003-04-04 Bruno Haible <bruno@clisp.org> |
1289 | |
1290 * modules/linebreak: New file. | |
1291 * MODULES.html.sh (func_all_modules): Add it. | |
1292 | |
4275
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
1293 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
|
1294 |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
1295 * modules/utf8-ucs4: New file. |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
1296 * modules/utf16-ucs4: New file. |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
1297 * modules/ucs4-utf8: New file. |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
1298 * modules/ucs4-utf16: New file. |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
1299 * MODULES.html.sh (func_all_modules): Add them. |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
1300 |
4273 | 1301 2003-04-02 Bruno Haible <bruno@clisp.org> |
1302 | |
1303 * modules/binary-io: New file. | |
1304 * MODULES.html.sh (func_all_modules): Add it. | |
1305 | |
4271 | 1306 2003-04-01 Bruno Haible <bruno@clisp.org> |
1307 | |
1308 * modules/pathname: New file. | |
1309 * MODULES.html.sh (func_all_modules): Add it. | |
1310 | |
4266 | 1311 2003-03-28 Bruno Haible <bruno@clisp.org> |
1312 | |
1313 * modules/copy-file: New file. | |
1314 * MODULES.html.sh (func_all_modules): Add it. | |
1315 | |
4242
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4240
diff
changeset
|
1316 2003-02-20 Bruno Haible <bruno@clisp.org> |
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4240
diff
changeset
|
1317 |
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4240
diff
changeset
|
1318 * MODULES.html.sh (func_all_modules): Add poll. |
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4240
diff
changeset
|
1319 |
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4240
diff
changeset
|
1320 2003-02-19 Paolo Bonzino <bonzini@gnu.org> |
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4240
diff
changeset
|
1321 |
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4240
diff
changeset
|
1322 * modules/poll: New file. |
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4240
diff
changeset
|
1323 |
4240 | 1324 2003-02-18 Bruno Haible <bruno@clisp.org> |
1325 | |
1326 * MODULES.html.sh (func_all_modules): Add mathl. | |
1327 | |
4239
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
1328 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
|
1329 |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
1330 * modules/mathl: New file. |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
1331 |
4237
723deab1223e
mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
1332 2003-02-17 Bruno Haible <bruno@clisp.org> |
723deab1223e
mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
1333 |
723deab1223e
mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
1334 * modules/mkdtemp: New module. |
723deab1223e
mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
1335 * MODULES.html.sh (func_all_modules): Add it. |
723deab1223e
mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
1336 |
4224
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
1337 2003-01-30 Bruno Haible <bruno@clisp.org> |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
1338 |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
1339 * modules/vasnprintf, modules/vasprintf: New modules. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
1340 * MODULES.html.sh (func_all_modules): Add them. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
1341 |
4221 | 1342 2003-01-29 Bruno Haible <bruno@clisp.org> |
1343 | |
1344 * modules/stpncpy: New module. | |
1345 * MODULES.html.sh (func_all_modules): Add it. | |
1346 | |
4218 | 1347 2003-01-28 Bruno Haible <bruno@clisp.org> |
1348 | |
1349 * modules/c-ctype: New module. | |
1350 * MODULES.html.sh (func_all_modules): Add it. | |
1351 | |
4215 | 1352 2003-01-27 Bruno Haible <bruno@clisp.org> |
1353 | |
1354 * modules/xsetenv: New module. | |
1355 * MODULES.html.sh (func_all_modules): Add it. | |
1356 | |
4207 | 1357 2003-01-23 Bruno Haible <bruno@clisp.org> |
1358 | |
1359 * modules/minmax: New module. | |
1360 * MODULES.html.sh (func_all_modules): Add it. | |
1361 | |
4201 | 1362 2003-01-22 Bruno Haible <bruno@clisp.org> |
1363 | |
1364 * modules/exit: New module. | |
1365 * MODULES.html.sh (func_all_modules): Add it. | |
1366 | |
4197 | 1367 2003-01-19 Bruno Haible <bruno@clisp.org> |
1368 | |
1369 * gnulib-tool: Recognize option --extract-maintainer. | |
1370 (func_get_maintainer): New function. | |
1371 * modules/*: Add Maintainer entry. | |
1372 | |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4187
diff
changeset
|
1373 2003-01-16 Bruno Haible <bruno@clisp.org> |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4187
diff
changeset
|
1374 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4187
diff
changeset
|
1375 * MODULES.html.sh: Add a table of contents. Add the module name as |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4187
diff
changeset
|
1376 leftmost column. Add hyperlinks. |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4187
diff
changeset
|
1377 |
4187 | 1378 2003-01-11 Bruno Haible <bruno@clisp.org> |
1379 | |
1380 * modules/stpcpy: Distribute lib/stpcpy.h. | |
1381 * modules/setenv: Depend on alloca. Distribute lib/setenv.h. | |
1382 | |
4175
ace040a2b821
Files meant for the AUX_DIR are now in the config subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
4172
diff
changeset
|
1383 2003-01-11 Bruno Haible <bruno@clisp.org> |
ace040a2b821
Files meant for the AUX_DIR are now in the config subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
4172
diff
changeset
|
1384 |
ace040a2b821
Files meant for the AUX_DIR are now in the config subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
4172
diff
changeset
|
1385 * gnulib-tool (func_create_testdir): Store config/* files in the main |
ace040a2b821
Files meant for the AUX_DIR are now in the config subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
4172
diff
changeset
|
1386 directory. |
ace040a2b821
Files meant for the AUX_DIR are now in the config subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
4172
diff
changeset
|
1387 * config.rpath: Move to ... |
ace040a2b821
Files meant for the AUX_DIR are now in the config subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
4172
diff
changeset
|
1388 * config/config.rpath: ... here. |
ace040a2b821
Files meant for the AUX_DIR are now in the config subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
4172
diff
changeset
|
1389 * modules/gettext: Contains config/config.rpath, not config.rpath. |
ace040a2b821
Files meant for the AUX_DIR are now in the config subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
4172
diff
changeset
|
1390 * modules/iconv: Likewise. |
ace040a2b821
Files meant for the AUX_DIR are now in the config subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
4172
diff
changeset
|
1391 |
4172 | 1392 2003-01-11 Bruno Haible <bruno@clisp.org> |
1393 | |
1394 * modules/*: Add a description. | |
1395 * modules/strpbrk: Fix Makefile.am snippet. | |
1396 * modules/strtoimax: Fix dependencies. | |
1397 * modules/strtoumax: Likewise. | |
1398 | |
4171
c2c0e7e2e7bd
Ensure alloca.h and stdbool.h are created before compiling the library.
Bruno Haible <bruno@clisp.org>
parents:
4170
diff
changeset
|
1399 2003-01-11 Bruno Haible <bruno@clisp.org> |
c2c0e7e2e7bd
Ensure alloca.h and stdbool.h are created before compiling the library.
Bruno Haible <bruno@clisp.org>
parents:
4170
diff
changeset
|
1400 |
c2c0e7e2e7bd
Ensure alloca.h and stdbool.h are created before compiling the library.
Bruno Haible <bruno@clisp.org>
parents:
4170
diff
changeset
|
1401 * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS. |
c2c0e7e2e7bd
Ensure alloca.h and stdbool.h are created before compiling the library.
Bruno Haible <bruno@clisp.org>
parents:
4170
diff
changeset
|
1402 * modules/alloca (Makefile.am): All object files depend on alloca.h. |
c2c0e7e2e7bd
Ensure alloca.h and stdbool.h are created before compiling the library.
Bruno Haible <bruno@clisp.org>
parents:
4170
diff
changeset
|
1403 * modules/stdbool (Makefile.am): All object files depend on stdbool.h. |
c2c0e7e2e7bd
Ensure alloca.h and stdbool.h are created before compiling the library.
Bruno Haible <bruno@clisp.org>
parents:
4170
diff
changeset
|
1404 |
4170
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
1405 2003-01-12 Paul Eggert <eggert@twinsun.com> |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
1406 |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
1407 Finish renaming getstr -> getdelim2 and readline -> readlinebuffer, |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
1408 to avoid collisions with libcurses and libreadline. |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
1409 * getstr: Remove. |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
1410 * MODULES.html.sh: Remove getstr. |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
1411 * modules/getline: Depend on unlocked-io, not getstr. |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
1412 |
4156
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4154
diff
changeset
|
1413 2003-01-10 Bruno Haible <bruno@clisp.org> |
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4154
diff
changeset
|
1414 |
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4154
diff
changeset
|
1415 * modules/alloca: Change Makefile.am requirements. Simplify Include |
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4154
diff
changeset
|
1416 requirements. Add lib/alloca_.h to file list. |
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4154
diff
changeset
|
1417 |
4151
3a0c83552f0e
Make it possible to #include <stdbool.h> without any #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
4150
diff
changeset
|
1418 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:
4150
diff
changeset
|
1419 |
3a0c83552f0e
Make it possible to #include <stdbool.h> without any #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
4150
diff
changeset
|
1420 * modules/stdbool: Change configure.ac, Makefile.am requirements. |
4154 | 1421 Simplify Include requirements. Add lib/stdbool.h.in to file list. |
4151
3a0c83552f0e
Make it possible to #include <stdbool.h> without any #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
4150
diff
changeset
|
1422 |
4150 | 1423 2003-01-09 Bruno Haible <bruno@clisp.org> |
1424 | |
1425 * gnulib-tool (func_all_modules): Ignore files ending in ~. | |
1426 * MODULES.html.sh: Likewise. | |
1427 | |
4149 | 1428 2003-01-09 <karl@gnu.org> |
1429 | |
1430 * MODULES.html.sh: include `dirname $0` in PATH, to find | |
1431 gnulib-tool. | |
1432 | |
4145
7fa9fefe97e8
Update after Jim's changes.
Bruno Haible <bruno@clisp.org>
parents:
4137
diff
changeset
|
1433 2003-01-08 Bruno Haible <bruno@clisp.org> |
7fa9fefe97e8
Update after Jim's changes.
Bruno Haible <bruno@clisp.org>
parents:
4137
diff
changeset
|
1434 |
7fa9fefe97e8
Update after Jim's changes.
Bruno Haible <bruno@clisp.org>
parents:
4137
diff
changeset
|
1435 * modules/full-read: Depend on full-write. |
7fa9fefe97e8
Update after Jim's changes.
Bruno Haible <bruno@clisp.org>
parents:
4137
diff
changeset
|
1436 |
4137
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4129
diff
changeset
|
1437 2003-01-07 Bruno Haible <bruno@clisp.org> |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4129
diff
changeset
|
1438 |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4129
diff
changeset
|
1439 * MODULES.html.sh: Add copyright notice. |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4129
diff
changeset
|
1440 (missed_files): Omit CVS directory entries. |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4129
diff
changeset
|
1441 (func_module): Make it work with sed-3.02. |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4129
diff
changeset
|
1442 * MODULES.txt: Remove file. |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4129
diff
changeset
|
1443 |
4125 | 1444 2003-01-01 <karl@gnu.org> |
1445 | |
4129 | 1446 * gnulib-tool (func_verify_module): report module name $module in |
1447 error message, not $1. | |
4127 | 1448 * gnulib-tool (create-testdir): don't complain if destdir couldn't |
1449 be created, only if it doesn't exist. | |
4125 | 1450 * gnulib-tool (last_checkin_date): don't expand the $Date here. |
1451 | |
4114
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
1452 2002-12-24 Bruno Haible <bruno@clisp.org> |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
1453 |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
1454 * MODULES.txt: Update according to m4/ changes. |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
1455 |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
1456 Module gettext. |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
1457 * config.rpath: New file, from gettext-0.11.5. |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
1458 |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
1459 * modules/*: New module descriptions. |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
1460 * gnulib-tool: New file. |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
1461 * MODULES.html.sh: New file. |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
1462 |
3962
be4a50a68d30
* configure.in: Add AC_CONFIG_AUX_DIR call.
Bruno Haible <bruno@clisp.org>
parents:
3926
diff
changeset
|
1463 2002-11-01 Bruno Haible <bruno@clisp.org> |
be4a50a68d30
* configure.in: Add AC_CONFIG_AUX_DIR call.
Bruno Haible <bruno@clisp.org>
parents:
3926
diff
changeset
|
1464 |
be4a50a68d30
* configure.in: Add AC_CONFIG_AUX_DIR call.
Bruno Haible <bruno@clisp.org>
parents:
3926
diff
changeset
|
1465 * configure.in: Add AC_CONFIG_AUX_DIR call. |
be4a50a68d30
* configure.in: Add AC_CONFIG_AUX_DIR call.
Bruno Haible <bruno@clisp.org>
parents:
3926
diff
changeset
|
1466 (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile, |
be4a50a68d30
* configure.in: Add AC_CONFIG_AUX_DIR call.
Bruno Haible <bruno@clisp.org>
parents:
3926
diff
changeset
|
1467 test/Makefile. |
be4a50a68d30
* configure.in: Add AC_CONFIG_AUX_DIR call.
Bruno Haible <bruno@clisp.org>
parents:
3926
diff
changeset
|
1468 * Makefile.in (subdirs): Add m4, lib. Remove doc, test. |
be4a50a68d30
* configure.in: Add AC_CONFIG_AUX_DIR call.
Bruno Haible <bruno@clisp.org>
parents:
3926
diff
changeset
|
1469 |
3926
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
1470 2002-08-23 Stefan Monnier <monnier@cs.yale.edu> |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
1471 |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
1472 * regex.c (PATFETCH): Remove the translating fetch. |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
1473 (PATFETCH_RAW): Rename to PATFETCH. |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
1474 (set_image_of_range): New fun. |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
1475 (SET_RANGE_TABLE_WORK_AREA): Use it. |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
1476 (regex_compile): Don't translate the pattern chars so eagerly. |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
1477 Only do it when inserting an `exactn' bytecode or when handling |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
1478 a char-range. |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
1479 (mutually_exclusive_p): Avoid empty statement. |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
1480 |
3563
1a9a7f5d6536
Checking initial copies various licenses, README, and general COPYING document.
Jeff Bailey <jbailey@nisa.net>
parents:
3128
diff
changeset
|
1481 2001-10-22 Jeff Bailey <jbailey@outpost.dnsalias.org> |
1a9a7f5d6536
Checking initial copies various licenses, README, and general COPYING document.
Jeff Bailey <jbailey@nisa.net>
parents:
3128
diff
changeset
|
1482 |
1a9a7f5d6536
Checking initial copies various licenses, README, and general COPYING document.
Jeff Bailey <jbailey@nisa.net>
parents:
3128
diff
changeset
|
1483 * README: New file |
1a9a7f5d6536
Checking initial copies various licenses, README, and general COPYING document.
Jeff Bailey <jbailey@nisa.net>
parents:
3128
diff
changeset
|
1484 * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi |
1a9a7f5d6536
Checking initial copies various licenses, README, and general COPYING document.
Jeff Bailey <jbailey@nisa.net>
parents:
3128
diff
changeset
|
1485 (per RMS's instructions, this is now the canonical source) |
1a9a7f5d6536
Checking initial copies various licenses, README, and general COPYING document.
Jeff Bailey <jbailey@nisa.net>
parents:
3128
diff
changeset
|
1486 * lgpl/, gpl/: New directories. |
1a9a7f5d6536
Checking initial copies various licenses, README, and general COPYING document.
Jeff Bailey <jbailey@nisa.net>
parents:
3128
diff
changeset
|
1487 |
3128
9de182ed31a7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2946
diff
changeset
|
1488 2001-01-24 Stefan Monnier <monnier@cs.yale.edu> |
9de182ed31a7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2946
diff
changeset
|
1489 |
9de182ed31a7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2946
diff
changeset
|
1490 * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not' |
9de182ed31a7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2946
diff
changeset
|
1491 as if it was a `charset'. |
9de182ed31a7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2946
diff
changeset
|
1492 |
2946
6892c299ebb7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2926
diff
changeset
|
1493 2000-10-30 Stefan Monnier <monnier@cs.yale.edu> |
6892c299ebb7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2926
diff
changeset
|
1494 |
6892c299ebb7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2926
diff
changeset
|
1495 * regex.c (re_iswctype, re_wctype_to_bit): Fix braino. |
6892c299ebb7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2926
diff
changeset
|
1496 (regex_compile): Catch bogus \(\1\). |
6892c299ebb7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2926
diff
changeset
|
1497 |
2926
90c1585a7b24
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2922
diff
changeset
|
1498 2000-10-27 Stefan Monnier <monnier@cs.yale.edu> |
90c1585a7b24
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2922
diff
changeset
|
1499 |
90c1585a7b24
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2922
diff
changeset
|
1500 * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal) |
90c1585a7b24
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2922
diff
changeset
|
1501 (re_match_2_internal, re_match_2_internal, re_match_2_internal): |
90c1585a7b24
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2922
diff
changeset
|
1502 Giving in to popular pressure to shut up the compiler with casts. |
90c1585a7b24
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2922
diff
changeset
|
1503 |
2922
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1504 2000-10-25 Stefan Monnier <monnier@cs.yale.edu> |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1505 |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1506 * regex.c: More `unsigned char' -> `re_char' changes. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1507 Also change several `int' into `re_wchar_t'. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1508 (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1509 (PUSH_FAILURE_POINTER): Don't cast any more. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1510 (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1511 We want GCC to complain, since this piece of code makes |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1512 re_match non-reentrant, which *should* be fixed. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1513 (GET_BUFFER_SPACE): Use size_t rather than unsigned long. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1514 (EXTEND_BUFFER): Use RETALLOC. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1515 (SET_LIST_BIT): Don't cast. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1516 (re_wchar_t): New type. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1517 (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1518 that those two functions will always properly return. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1519 (IMMEDIATE_QUIT_CHECK): Cast to void. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1520 (analyse_first): Use recursion rather than an explicit stack. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1521 (re_compile_fastmap): Can't fail anymore. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1522 (re_search_2): Don't check re_compile_fastmap for failure. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1523 (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1524 Now also sets the new value (passed in a new argument). |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1525 (re_match_2_internal): Use it. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1526 Also, use a new var `reg' of type size_t when looping through regs |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1527 rather than reuse the inappropriate `mcnt'. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1528 |
2914 | 1529 2000-10-24 Andrew Innes <andrewi@gnu.org> |
1530 | |
1531 * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on | |
1532 NT-Emacs only. | |
1533 (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT, | |
1534 so that re_search functions only quit when callers expect them to. | |
1535 | |
2908 | 1536 2000-10-24 Kenichi Handa <handa@etl.go.jp> |
1537 | |
1538 * regex.c (regex_compile): Change the way of handling a range from | |
1539 a char less than 256 to a char not less than 256. | |
1540 | |
2882
1b681fe16dd9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff
changeset
|
1541 2000-10-15 Stefan Monnier <monnier@cs.yale.edu> |
1b681fe16dd9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff
changeset
|
1542 |
1b681fe16dd9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff
changeset
|
1543 * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well. |
5168 | 1544 |
1545 | |
5920 | 1546 Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
5168 | 1547 Copying and distribution of this file, with or without modification, |
1548 are permitted provided the copyright notice and this notice are preserved. |