Mercurial > hg > octave-kai > gnulib-hg
annotate ChangeLog @ 5512:4d166280e2df
* modules/hard-locale (Depends-on): Add strdup.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sun, 05 Dec 2004 06:52:28 +0000 |
parents | 5fd1d2c43cd0 |
children | 49c04e5604a9 |
rev | line source |
---|---|
5512
4d166280e2df
* modules/hard-locale (Depends-on): Add strdup.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5509
diff
changeset
|
1 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
|
2 |
4d166280e2df
* modules/hard-locale (Depends-on): Add strdup.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5509
diff
changeset
|
3 * 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
|
4 |
5509
5fd1d2c43cd0
modules/getaddrinfo (License): Add LGPL, reported by Yoann
Simon Josefsson <simon@josefsson.org>
parents:
5498
diff
changeset
|
5 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
|
6 |
5fd1d2c43cd0
modules/getaddrinfo (License): Add LGPL, reported by Yoann
Simon Josefsson <simon@josefsson.org>
parents:
5498
diff
changeset
|
7 * 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
|
8 Vandoorselaere <yoann@prelude-ids.org>. |
5fd1d2c43cd0
modules/getaddrinfo (License): Add LGPL, reported by Yoann
Simon Josefsson <simon@josefsson.org>
parents:
5498
diff
changeset
|
9 |
5498 | 10 2004-11-30 Simon Josefsson <jas@extundo.com> |
11 | |
12 * MODULES.html.sh (Extra functions based on ANSI C 89): Add | |
13 base64. | |
14 | |
15 * tests/test-base64.c: New file. | |
16 | |
17 * modules/base64: New file. | |
18 | |
5497
9e5eab61b552
(License): Change to LGPL.
Simon Josefsson <simon@josefsson.org>
parents:
5491
diff
changeset
|
19 2004-11-30 Simon Josefsson <jas@extundo.com> |
9e5eab61b552
(License): Change to LGPL.
Simon Josefsson <simon@josefsson.org>
parents:
5491
diff
changeset
|
20 |
9e5eab61b552
(License): Change to LGPL.
Simon Josefsson <simon@josefsson.org>
parents:
5491
diff
changeset
|
21 * modules/restrict (License): Change to LGPL. |
9e5eab61b552
(License): Change to LGPL.
Simon Josefsson <simon@josefsson.org>
parents:
5491
diff
changeset
|
22 |
5491
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5480
diff
changeset
|
23 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
|
24 |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5480
diff
changeset
|
25 * 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
|
26 (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
|
27 (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
|
28 (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
|
29 (Include): Add getcwd.h. |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5480
diff
changeset
|
30 (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
|
31 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
|
32 * 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
|
33 (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
|
34 |
5480
d30ebfbf0430
* modules/canonicalize (Depends-on): Add xreadlink.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5458
diff
changeset
|
35 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
|
36 |
d30ebfbf0430
* modules/canonicalize (Depends-on): Add xreadlink.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5458
diff
changeset
|
37 * modules/canonicalize (Depends-on): Add xreadlink. |
d30ebfbf0430
* modules/canonicalize (Depends-on): Add xreadlink.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5458
diff
changeset
|
38 Problem reported by James Youngman. |
d30ebfbf0430
* modules/canonicalize (Depends-on): Add xreadlink.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5458
diff
changeset
|
39 |
5458 | 40 2004-11-16 Paul Eggert <eggert@cs.ucla.edu> |
41 | |
42 * modules/canon-host (Depends-on): Add strdup. | |
43 | |
5452 | 44 2004-11-16 Jim Meyering <jim@meyering.net> |
45 | |
46 * modules/closeout (Depends-on): Add fpending. | |
47 | |
5437 | 48 2004-11-11 Simon Josefsson <jas@extundo.com> |
49 | |
50 * modules/strtok_r: New file. | |
51 | |
52 * MODULES.html.sh (Support for systems lacking POSIX:2001): Add | |
53 strtok_r. | |
54 | |
5408 | 55 2004-11-08 Simon Josefsson <jas@extundo.com> |
56 | |
57 * MODULES.html.sh (Support for systems lacking POSIX:2001): Add | |
58 getaddrinfo. | |
59 | |
60 * modules/getaddrinfo: New file. | |
61 | |
5405 | 62 2004-11-10 Jim Meyering <jim@meyering.net> |
63 | |
64 * modules/closeout (Depends-on): Remove fpending. | |
65 | |
5394
0676d18c8e64
Distribute allocsa.valgrind.
Bruno Haible <bruno@clisp.org>
parents:
5376
diff
changeset
|
66 2004-11-04 Bruno Haible <bruno@clisp.org> |
0676d18c8e64
Distribute allocsa.valgrind.
Bruno Haible <bruno@clisp.org>
parents:
5376
diff
changeset
|
67 |
0676d18c8e64
Distribute allocsa.valgrind.
Bruno Haible <bruno@clisp.org>
parents:
5376
diff
changeset
|
68 * modules/allocsa (Files): Add lib/allocsa.valgrind. |
0676d18c8e64
Distribute allocsa.valgrind.
Bruno Haible <bruno@clisp.org>
parents:
5376
diff
changeset
|
69 (Makefile.am): Distribute it. |
0676d18c8e64
Distribute allocsa.valgrind.
Bruno Haible <bruno@clisp.org>
parents:
5376
diff
changeset
|
70 |
5376
6c1cc3b6c74d
getdate support for TZ="foo", and documentation.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5367
diff
changeset
|
71 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
|
72 |
6c1cc3b6c74d
getdate support for TZ="foo", and documentation.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5367
diff
changeset
|
73 * 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
|
74 (Depends-on): Add setenv, xalloc. |
6c1cc3b6c74d
getdate support for TZ="foo", and documentation.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5367
diff
changeset
|
75 |
5367
f5292cff01dd
* modules/regex (lib_SOURCES): Add regex.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5361
diff
changeset
|
76 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
|
77 |
f5292cff01dd
* modules/regex (lib_SOURCES): Add regex.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5361
diff
changeset
|
78 * 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
|
79 Reported by James Youngman in |
f5292cff01dd
* modules/regex (lib_SOURCES): Add regex.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5361
diff
changeset
|
80 <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
|
81 |
5359
b120c912c283
* gnulib-tool (func_emit_lib_Makefile_am): Fix typo.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5357
diff
changeset
|
82 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
|
83 |
b120c912c283
* gnulib-tool (func_emit_lib_Makefile_am): Fix typo.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5357
diff
changeset
|
84 * 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
|
85 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
|
86 |
5357
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
87 2004-10-16 Simon Josefsson <jas@extundo.com> |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
88 |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
89 * gnulib-tool: Fix comments. Fix parse problem. |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
90 (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
|
91 |
5356
144b29bba7b7
Provisions for defining LTALLOCA.
Bruno Haible <bruno@clisp.org>
parents:
5352
diff
changeset
|
92 2004-10-15 Bruno Haible <bruno@clisp.org> |
144b29bba7b7
Provisions for defining LTALLOCA.
Bruno Haible <bruno@clisp.org>
parents:
5352
diff
changeset
|
93 |
5361
2782da194a33
That's LTALLOCA, not LT_ALLOCA.
Bruno Haible <bruno@clisp.org>
parents:
5359
diff
changeset
|
94 * 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
|
95 |
5352
f1f20fc1ff2f
Emit separators in lib/Makefile.am.
Bruno Haible <bruno@clisp.org>
parents:
5351
diff
changeset
|
96 2004-10-15 Bruno Haible <bruno@clisp.org> |
f1f20fc1ff2f
Emit separators in lib/Makefile.am.
Bruno Haible <bruno@clisp.org>
parents:
5351
diff
changeset
|
97 |
f1f20fc1ff2f
Emit separators in lib/Makefile.am.
Bruno Haible <bruno@clisp.org>
parents:
5351
diff
changeset
|
98 * 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
|
99 the portions belonging to each module. |
f1f20fc1ff2f
Emit separators in lib/Makefile.am.
Bruno Haible <bruno@clisp.org>
parents:
5351
diff
changeset
|
100 Suggested by Derek Robert Price <derek@ximbiot.com>. |
f1f20fc1ff2f
Emit separators in lib/Makefile.am.
Bruno Haible <bruno@clisp.org>
parents:
5351
diff
changeset
|
101 |
5343 | 102 2004-10-15 Bruno Haible <bruno@clisp.org> |
103 | |
5344
c2f5677fc6ed
Initialize supplied_libname. Tweak usage message.
Bruno Haible <bruno@clisp.org>
parents:
5343
diff
changeset
|
104 * gnulib-tool: Untabify. Initialize supplied_libname. |
c2f5677fc6ed
Initialize supplied_libname. Tweak usage message.
Bruno Haible <bruno@clisp.org>
parents:
5343
diff
changeset
|
105 (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
|
106 (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
|
107 func_emit_lib_Makefile_am): New functions. |
5346 | 108 (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
|
109 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
|
110 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
|
111 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
|
112 (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
|
113 func_modules_to_filelist, func_emit_lib_Makefile_am. |
5343 | 114 |
5340 | 115 2004-10-11 Bruno Haible <bruno@clisp.org> |
116 | |
117 * MODULES.html.sh (Support for systems lacking ISO C 99): Add | |
118 vsnprintf. | |
119 | |
120 2004-10-11 Yoann Vandoorselaere <yoann@prelude-ids.org> | |
121 | |
122 * modules/vsnprintf: New file. | |
123 | |
5318
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5312
diff
changeset
|
124 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
|
125 |
5321
fe390d57473a
Rename xclone to xmemdup. Remove obsolete xalloc macros.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5318
diff
changeset
|
126 * 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
|
127 |
5318
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5312
diff
changeset
|
128 * modules/argmatch, modules/argp, modules/closeout, modules/error, |
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5312
diff
changeset
|
129 modules/exclude, modules/getdate, modules/getline, |
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5312
diff
changeset
|
130 modules/getndelim2, modules/getpass, modules/getpass-gnu, |
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5312
diff
changeset
|
131 modules/getusershell, modules/linebuffer, modules/md5, |
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5312
diff
changeset
|
132 modules/mountlist, modules/posixtm, modules/readtokens, |
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5312
diff
changeset
|
133 modules/readutmp, modules/regex, modules/sha1, |
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5312
diff
changeset
|
134 modules/version-etc, modules/yesno: |
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5312
diff
changeset
|
135 Remove dependency on unlocked-io. |
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5312
diff
changeset
|
136 |
5312 | 137 2004-10-04 Bruno Haible <bruno@clisp.org> |
138 | |
139 * modules/README: New file. | |
140 * gnulib-tool (func_all_modules, func_verify_module): modules/README is | |
141 not a module. | |
142 | |
5318
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5312
diff
changeset
|
143 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
|
144 |
26382eb5dbd2
New module 'memmem', from Simon Josefsson.
Bruno Haible <bruno@clisp.org>
parents:
5292
diff
changeset
|
145 * modules/memmem: New file. |
26382eb5dbd2
New module 'memmem', from Simon Josefsson.
Bruno Haible <bruno@clisp.org>
parents:
5292
diff
changeset
|
146 * tests/test-memmem.c: New file. |
26382eb5dbd2
New module 'memmem', from Simon Josefsson.
Bruno Haible <bruno@clisp.org>
parents:
5292
diff
changeset
|
147 * 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
|
148 |
5292 | 149 2004-10-01 Bruno Haible <bruno@clisp.org> |
150 | |
151 * MODULES.html.sh: Add strsep. | |
152 | |
153 2004-10-01 Yoann Vandoorselaere <yoann@prelude-ids.org> | |
154 | |
155 * modules/strsep: New file. | |
156 | |
5284 | 157 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
|
158 |
5284 | 159 * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf. |
160 | |
161 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
|
162 |
149d795beeb2
New snprintf module from Simon Josefsson.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5281
diff
changeset
|
163 * modules/snprintf: New file. |
149d795beeb2
New snprintf module from Simon Josefsson.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5281
diff
changeset
|
164 |
5281
0d530b5eb57b
Sergey now maintains argp.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5273
diff
changeset
|
165 2004-09-30 Paul Eggert <eggert@cs.ucla.edu> |
0d530b5eb57b
Sergey now maintains argp.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5273
diff
changeset
|
166 |
0d530b5eb57b
Sergey now maintains argp.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5273
diff
changeset
|
167 * modules/argp (Maintainer): Replace Simon Josefsson |
0d530b5eb57b
Sergey now maintains argp.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5273
diff
changeset
|
168 by Sergey Poznyakoff. |
0d530b5eb57b
Sergey now maintains argp.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5273
diff
changeset
|
169 |
5357
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
170 2004-10-01 Simon Josefsson <jas@extundo.com> |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
171 |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
172 * 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
|
173 memmem. |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
174 |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
175 * tests/test-memmem.c: New file. |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
176 |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
177 * modules/memmem: New file. |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
178 |
5273 | 179 2004-09-29 Bruno Haible <bruno@clisp.org> |
180 | |
181 * modules/alloca-opt: New file, derived from modules/alloca. | |
182 * modules/allocsa: Depend on alloca-opt instead of alloca. | |
183 * modules/setenv: Likewise. | |
184 * modules/vasnprintf: Likewise. | |
185 * MODULES.html.sh: Add alloca-opt. | |
186 | |
5267
0be3e8463ad1
* modules/dummy: Change license to LGPL.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5263
diff
changeset
|
187 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
|
188 |
0be3e8463ad1
* modules/dummy: Change license to LGPL.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5263
diff
changeset
|
189 * modules/dummy: Change license to LGPL. |
0be3e8463ad1
* modules/dummy: Change license to LGPL.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5263
diff
changeset
|
190 |
5263
e9555baad148
* gnulib-tool: New parameter --lgpl.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5255
diff
changeset
|
191 2004-09-29 Simon Josefsson <jas@extundo.com> |
e9555baad148
* gnulib-tool: New parameter --lgpl.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5255
diff
changeset
|
192 |
e9555baad148
* gnulib-tool: New parameter --lgpl.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5255
diff
changeset
|
193 * 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
|
194 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
|
195 |
5357
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
196 2004-09-24 Simon Josefsson <jas@extundo.com> |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
197 |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
198 * modules/minmax (License): Change from GPL to LGPL. |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
199 |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
200 2004-09-23 Simon Josefsson <jas@extundo.com> |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
201 |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
202 * gnulib-tool (--import): Typo. |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
203 |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
204 2004-09-21 Simon Josefsson <jas@extundo.com> |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
205 |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
206 * 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
|
207 snprintf. |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
208 |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
209 * modules/snprintf: New file. |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
210 |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
211 2004-09-05 Simon Josefsson <jas@extundo.com> |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
212 |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
213 * modules/getaddrinfo: Add. |
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
214 |
5255
fcfb908309c7
2004-09-23 Simon Josefsson <jas@extundo.com>
Bruno Haible <bruno@clisp.org>
parents:
5251
diff
changeset
|
215 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
|
216 |
fcfb908309c7
2004-09-23 Simon Josefsson <jas@extundo.com>
Bruno Haible <bruno@clisp.org>
parents:
5251
diff
changeset
|
217 * 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
|
218 |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5249
diff
changeset
|
219 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
|
220 |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5249
diff
changeset
|
221 * modules/*: Add 'License' field. |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5249
diff
changeset
|
222 * gnulib-tool: Accept --extract-license option. |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5249
diff
changeset
|
223 (func_get_license): New function. |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5249
diff
changeset
|
224 |
5248 | 225 2004-09-21 Bruno Haible <bruno@clisp.org> |
226 | |
5249 | 227 * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4. |
5248 | 228 Reported by Simon Josefsson. |
229 | |
5245
269209fd53a6
* modules/inttostr (Files): Add m4/longlong.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5238
diff
changeset
|
230 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
|
231 |
269209fd53a6
* modules/inttostr (Files): Add m4/longlong.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5238
diff
changeset
|
232 * 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
|
233 gl_AC_TYPE_LONG_LONG. |
269209fd53a6
* modules/inttostr (Files): Add m4/longlong.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5238
diff
changeset
|
234 |
5238
ea357a6f13d3
gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
Paul Eggert <eggert@cs.ucla.edu>
parents:
5225
diff
changeset
|
235 2004-09-18 Simon Josefsson <jas@extundo.com> |
ea357a6f13d3
gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
Paul Eggert <eggert@cs.ucla.edu>
parents:
5225
diff
changeset
|
236 and Paul Eggert <eggert@cs.ucla.edu> |
5284 | 237 |
5238
ea357a6f13d3
gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
Paul Eggert <eggert@cs.ucla.edu>
parents:
5225
diff
changeset
|
238 * 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
|
239 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
|
240 |
5225
42bac8a9678e
delete regex.[ch] (stale wrt emacs for ages)
Karl Berry <karl@freefriends.org>
parents:
5224
diff
changeset
|
241 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
|
242 |
42bac8a9678e
delete regex.[ch] (stale wrt emacs for ages)
Karl Berry <karl@freefriends.org>
parents:
5224
diff
changeset
|
243 * 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
|
244 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
|
245 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
|
246 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
|
247 lib/regex[.ch] is untouched. |
5284 | 248 |
5224
b6d1a221c907
Provide a substitute for EOVERFLOW if <errno.h> doesn't define it.
Bruno Haible <bruno@clisp.org>
parents:
5219
diff
changeset
|
249 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
|
250 |
b6d1a221c907
Provide a substitute for EOVERFLOW if <errno.h> doesn't define it.
Bruno Haible <bruno@clisp.org>
parents:
5219
diff
changeset
|
251 * 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
|
252 |
5219 | 253 2004-09-08 Bruno Haible <bruno@clisp.org> |
254 Oskar Liljeblad <oskar@osk.mine.nu> | |
255 | |
256 * modules/stdint: New file. | |
257 * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint. | |
258 | |
5218 | 259 2004-09-08 Oskar Liljeblad <oskar@osk.mine.nu> |
260 | |
261 * modules/xvasprintf: New file. | |
262 * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf. | |
263 | |
5209
ef929daf6639
Import userspec from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5204
diff
changeset
|
264 2004-08-19 Paul Eggert <eggert@cs.ucla.edu> |
ef929daf6639
Import userspec from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5204
diff
changeset
|
265 |
ef929daf6639
Import userspec from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5204
diff
changeset
|
266 * modules/userspec: Don't depend on alloca. |
ef929daf6639
Import userspec from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5204
diff
changeset
|
267 |
5204
6ad79d6609ea
Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5199
diff
changeset
|
268 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
|
269 |
6ad79d6609ea
Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5199
diff
changeset
|
270 * 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
|
271 readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check, |
6ad79d6609ea
Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5199
diff
changeset
|
272 utimecmp, utimens, xnanosleep. Rename sha to sha1. |
6ad79d6609ea
Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5199
diff
changeset
|
273 |
6ad79d6609ea
Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5199
diff
changeset
|
274 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
|
275 |
6ad79d6609ea
Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5199
diff
changeset
|
276 * 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
|
277 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
|
278 Add --dry-run for --import. |
6ad79d6609ea
Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5199
diff
changeset
|
279 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
|
280 settings. |
6ad79d6609ea
Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5199
diff
changeset
|
281 |
5197 | 282 2004-08-12 Paul Eggert <eggert@cs.ucla.edu> |
283 | |
284 * modules/argp (Files): Add m4/unlocked-io.m4. | |
285 (Depends-on): Add extensions. | |
286 | |
287 2004-08-12 Simon Josefsson <jas@extundo.com> | |
288 | |
5199
0bfe59a4fac8
* gnulib-tool: Add --source-base, --m4-base, --libtool options.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5197
diff
changeset
|
289 * 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
|
290 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
|
291 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
|
292 gl_SOURCE_BASE(gl) |
0bfe59a4fac8
* gnulib-tool: Add --source-base, --m4-base, --libtool options.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5197
diff
changeset
|
293 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
|
294 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
|
295 gl_INIT |
0bfe59a4fac8
* gnulib-tool: Add --source-base, --m4-base, --libtool options.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5197
diff
changeset
|
296 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
|
297 ../gnulib/gnulib-tool --import |
0bfe59a4fac8
* gnulib-tool: Add --source-base, --m4-base, --libtool options.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5197
diff
changeset
|
298 |
5197 | 299 * modules/getopt (Files): Rename getopt.h to getopt_.h. |
300 (Makefile.am): Rewrite, use logic from argz. | |
301 (Include): Use <getopt.h> instead of "getopt.h". | |
302 | |
5177
40bb437f1dbf
Add uintmax_t detection to obstack.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5170
diff
changeset
|
303 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
|
304 |
40bb437f1dbf
Add uintmax_t detection to obstack.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5170
diff
changeset
|
305 * 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
|
306 m4/uintmax_t.m4. |
40bb437f1dbf
Add uintmax_t detection to obstack.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5170
diff
changeset
|
307 |
5165
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
308 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
|
309 |
5166
95d4226b62d3
Remove dependency of xalloc in exitfail, error, gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5165
diff
changeset
|
310 * modules/xalloc-die: New file. |
95d4226b62d3
Remove dependency of xalloc in exitfail, error, gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5165
diff
changeset
|
311 * 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
|
312 |
5165
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
313 * 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
|
314 * 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
|
315 (Files): |
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
316 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
|
317 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
|
318 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
|
319 (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
|
320 (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
|
321 (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
|
322 |
5169
62a3f9818260
xgethostname simplification
Paul Eggert <eggert@cs.ucla.edu>
parents:
5168
diff
changeset
|
323 2004-08-08 Simon Josefsson <jas@extundo.com> |
62a3f9818260
xgethostname simplification
Paul Eggert <eggert@cs.ucla.edu>
parents:
5168
diff
changeset
|
324 |
62a3f9818260
xgethostname simplification
Paul Eggert <eggert@cs.ucla.edu>
parents:
5168
diff
changeset
|
325 * modules/xgethostname (Depends-on): Remove exit and error (not |
62a3f9818260
xgethostname simplification
Paul Eggert <eggert@cs.ucla.edu>
parents:
5168
diff
changeset
|
326 used). |
62a3f9818260
xgethostname simplification
Paul Eggert <eggert@cs.ucla.edu>
parents:
5168
diff
changeset
|
327 |
5170
17c4badb3864
Add getpass.h, so it's properly declared.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5169
diff
changeset
|
328 * 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
|
329 (Depends-on): Add stdbool. |
17c4badb3864
Add getpass.h, so it's properly declared.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5169
diff
changeset
|
330 * modules/getpass: Add getpass.h. |
17c4badb3864
Add getpass.h, so it's properly declared.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5169
diff
changeset
|
331 |
5159 | 332 2004-08-06 Paul Eggert <eggert@cs.ucla.edu> |
333 | |
334 More merge from coreutils. | |
335 * modules/raise, modules/readtokens0, modules/utimens, | |
336 modules/utimecmp, module/xnanosleep: New files. | |
337 * modules/strftime: Add lib/strftime.h. | |
338 Change include from <time.h> to "strftime.h". | |
339 * modules/yesno: Add lib/yesno.h. | |
340 * modules/backupfile: Remove lib/addext.c. | |
341 * modules/euidaccess: Add stat-macros.h. | |
342 * modules/canonicalize, modules/euidaccess, | |
343 modules/filemode, modules/lchown, modules/makepath, | |
344 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
|
345 |
5140
7d4e8a1a9f17
2004-08-03 Simon Josefsson <jas@extundo.com>
Bruno Haible <bruno@clisp.org>
parents:
5138
diff
changeset
|
346 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
|
347 |
7d4e8a1a9f17
2004-08-03 Simon Josefsson <jas@extundo.com>
Bruno Haible <bruno@clisp.org>
parents:
5138
diff
changeset
|
348 * 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
|
349 |
5138 | 350 2004-08-02 Simon Josefsson <jas@extundo.com> |
351 | |
352 * modules/getsubopt: New file. | |
353 * MODULES.html.sh (Support for systems lacking POSIX:2001): Add | |
354 getsubopt. | |
355 | |
5119
7b7f24e67129
Merge from coreutils (first part).
Paul Eggert <eggert@cs.ucla.edu>
parents:
5111
diff
changeset
|
356 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
|
357 |
5137
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
358 Merge from coreutils. |
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
359 * modules/c-strtod, modules/c-strtold, modules/canonicalize, |
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
360 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
|
361 * 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
|
362 |
5111 | 363 2004-08-03 Paul Eggert <eggert@cs.ucla.edu> |
364 | |
365 * modules/fatal: Remove, as the "fatal" module wasn't used or working. | |
366 * MODULES.html.sh (func_all_modules): Remove fatal. | |
367 | |
5106 | 368 2004-07-19 Bruno Haible <bruno@clisp.org> |
369 | |
370 * MODULES.html.sh (func_all_modules): Add dummy. | |
371 | |
372 2004-07-16 Simon Josefsson <jas@extundo.com> | |
373 | |
374 * modules/dummy: New file. | |
375 | |
5101 | 376 2004-07-09 Paul Eggert <eggert@cs.ucla.edu> |
377 | |
378 * modules/chown (Files): Add lib/fchown-stub.c, since | |
379 gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub). | |
380 | |
5092
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
381 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
|
382 |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
383 * modules/argz: Omit "#include". |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
384 |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
385 * 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
|
386 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
|
387 |
5137
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
388 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
|
389 |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
390 * modules/argz: New file. |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
391 * 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
|
392 |
5085
2394c3c49c94
Add some missing dependencies and/or files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5081
diff
changeset
|
393 2004-06-12 Jim Meyering <jim@meyering.net> |
2394c3c49c94
Add some missing dependencies and/or files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5081
diff
changeset
|
394 and Paul Eggert <eggert@cs.ucla.edu> |
2394c3c49c94
Add some missing dependencies and/or files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5081
diff
changeset
|
395 |
2394c3c49c94
Add some missing dependencies and/or files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5081
diff
changeset
|
396 * 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
|
397 * 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
|
398 * modules/stat (Depends-on): Add xalloc. |
2394c3c49c94
Add some missing dependencies and/or files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5081
diff
changeset
|
399 * modules/userspec (Files): Add lib/userspec.h. |
5357
8bce169f70cc
Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents:
5356
diff
changeset
|
400 * modules/xstrto |
4896 | 401 |
402 Upgrade from gettext-0.13. | |
403 * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4, | |
404 m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4, | |
405 m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4. | |
406 | |
4886
e4317f1f2e2c
Use size_t instead of ssize_t.
Bruno Haible <bruno@clisp.org>
parents:
4884
diff
changeset
|
407 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
|
408 |
e4317f1f2e2c
Use size_t instead of ssize_t.
Bruno Haible <bruno@clisp.org>
parents:
4884
diff
changeset
|
409 * 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
|
410 |
4884
4d0ebc9d330c
Remove dependency of alloca on xalloc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4876
diff
changeset
|
411 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
|
412 |
4d0ebc9d330c
Remove dependency of alloca on xalloc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4876
diff
changeset
|
413 * modules/alloca: Remove dependency on xalloc. |
4d0ebc9d330c
Remove dependency of alloca on xalloc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4876
diff
changeset
|
414 |
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
|
415 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
|
416 |
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
|
417 * 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
|
418 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
|
419 |
4872
c5afc99b8ce5
Use xsize.h to protect against memory size overflows.
Bruno Haible <bruno@clisp.org>
parents:
4865
diff
changeset
|
420 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
|
421 |
c5afc99b8ce5
Use xsize.h to protect against memory size overflows.
Bruno Haible <bruno@clisp.org>
parents:
4865
diff
changeset
|
422 * 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
|
423 (Depends-on): Add xsize. |
c5afc99b8ce5
Use xsize.h to protect against memory size overflows.
Bruno Haible <bruno@clisp.org>
parents:
4865
diff
changeset
|
424 |
4865
8690f8e0e0bf
Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4862
diff
changeset
|
425 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
|
426 |
8690f8e0e0bf
Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4862
diff
changeset
|
427 * 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
|
428 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
|
429 |
4862
1f6c3678919c
Rely on SIZE_MAX and PTRDIFF_MAX as defined by ISO C 99.
Bruno Haible <bruno@clisp.org>
parents:
4852
diff
changeset
|
430 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
|
431 |
1f6c3678919c
Rely on SIZE_MAX and PTRDIFF_MAX as defined by ISO C 99.
Bruno Haible <bruno@clisp.org>
parents:
4852
diff
changeset
|
432 * 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
|
433 * 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
|
434 |
4852 | 435 2003-11-04 Bruno Haible <bruno@clisp.org> |
436 | |
437 * modules/xsize: New file. | |
438 * modules/linebreak: Depend on xsize. | |
439 * MODULES.html.sh (func_all_modules): Add xsize. | |
440 | |
4851 | 441 2003-11-04 Jim Meyering <jim@meyering.net> |
442 | |
443 * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd | |
444 variable names, rather than @VAR@. | |
445 * modules/poll: Likewise. | |
446 | |
4846 | 447 2003-11-03 Jim Meyering <jim@meyering.net> |
448 | |
449 * modules/userspec (lib_SOURCES): Add userspec.h. | |
450 (Include): Add "userspec.h". | |
451 Improve description. | |
452 | |
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
|
453 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
|
454 |
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
|
455 * 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
|
456 |
4802 | 457 2003-10-20 Bruno Haible <bruno@clisp.org> |
458 | |
459 * modules/wait-process: New file. | |
460 * MODULES.html.sh (func_all_modules): Add wait-process. | |
461 | |
4797 | 462 2003-10-16 Paul Eggert <eggert@twinsun.com> |
463 | |
464 * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL. | |
465 | |
4786
83d8d561903a
Improved 'fatal-signal' module.
Bruno Haible <bruno@clisp.org>
parents:
4783
diff
changeset
|
466 2003-10-14 Bruno Haible <bruno@clisp.org> |
83d8d561903a
Improved 'fatal-signal' module.
Bruno Haible <bruno@clisp.org>
parents:
4783
diff
changeset
|
467 |
83d8d561903a
Improved 'fatal-signal' module.
Bruno Haible <bruno@clisp.org>
parents:
4783
diff
changeset
|
468 * 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
|
469 |
4783
d1dc5d9bf1ba
Revamp xalloc interface so that it can check for address arithmetic overflow.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4781
diff
changeset
|
470 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
|
471 |
d1dc5d9bf1ba
Revamp xalloc interface so that it can check for address arithmetic overflow.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4781
diff
changeset
|
472 * 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
|
473 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
|
474 |
4781
d762cb7714db
A little more dependencies of the 'argp' module.
Bruno Haible <bruno@clisp.org>
parents:
4778
diff
changeset
|
475 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
|
476 |
d762cb7714db
A little more dependencies of the 'argp' module.
Bruno Haible <bruno@clisp.org>
parents:
4778
diff
changeset
|
477 * 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
|
478 |
4778
d68794da5ecb
Merge getpass from libc, plus a few fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4772
diff
changeset
|
479 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
|
480 |
d68794da5ecb
Merge getpass from libc, plus a few fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4772
diff
changeset
|
481 * modules/getpass: Depend on stdbool. |
d68794da5ecb
Merge getpass from libc, plus a few fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4772
diff
changeset
|
482 |
4772
733f57f44f09
Remove version-etc-2 module.
Bruno Haible <bruno@clisp.org>
parents:
4770
diff
changeset
|
483 2003-10-06 Bruno Haible <bruno@clisp.org> |
733f57f44f09
Remove version-etc-2 module.
Bruno Haible <bruno@clisp.org>
parents:
4770
diff
changeset
|
484 |
733f57f44f09
Remove version-etc-2 module.
Bruno Haible <bruno@clisp.org>
parents:
4770
diff
changeset
|
485 * modules/version-etc-2: Remove file. |
733f57f44f09
Remove version-etc-2 module.
Bruno Haible <bruno@clisp.org>
parents:
4770
diff
changeset
|
486 * 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
|
487 |
4770 | 488 2003-10-06 Bruno Haible <bruno@clisp.org> |
489 | |
490 * modules/fatal-signal: New file. | |
491 * MODULES.html.sh (func_all_modules): Add fatal-signal. | |
492 | |
4768
3027c8485825
Rework advice for preventing empty .o files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4764
diff
changeset
|
493 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
|
494 |
3027c8485825
Rework advice for preventing empty .o files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4764
diff
changeset
|
495 * 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
|
496 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
|
497 not <sys/types.h>. |
3027c8485825
Rework advice for preventing empty .o files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4764
diff
changeset
|
498 |
4764 | 499 2003-10-02 Bruno Haible <bruno@clisp.org> |
500 | |
501 * modules/lchown (Include): Add lchown.h. | |
502 * modules/time_r (Include): Use "..." syntax. | |
503 * modules/xgetdomainname (Include): Add xgetdomainname.h. | |
504 | |
4763
0d7756a5da9e
Put gethostname into the right section.
Bruno Haible <bruno@clisp.org>
parents:
4755
diff
changeset
|
505 2003-10-01 Simon Josefsson <jas@extundo.com> |
0d7756a5da9e
Put gethostname into the right section.
Bruno Haible <bruno@clisp.org>
parents:
4755
diff
changeset
|
506 |
4770 | 507 * MODULES.html.sh (func_all_modules): Move gethostname from section |
508 'based on' to section 'lacking' POSIX:2001. | |
4763
0d7756a5da9e
Put gethostname into the right section.
Bruno Haible <bruno@clisp.org>
parents:
4755
diff
changeset
|
509 |
4755
7e8a409ee684
Trivial fixes to Makefile.am parts of module listings.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4753
diff
changeset
|
510 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
|
511 |
7e8a409ee684
Trivial fixes to Makefile.am parts of module listings.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4753
diff
changeset
|
512 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
|
513 * 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
|
514 * 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
|
515 |
4753 | 516 2003-09-27 Paul Eggert <eggert@twinsun.com> |
517 | |
518 * modules/free: New file. | |
519 | |
4735
f92ded1bb871
New module 'version-etc-2'.
Bruno Haible <bruno@clisp.org>
parents:
4733
diff
changeset
|
520 2003-09-25 Bruno Haible <bruno@clisp.org> |
f92ded1bb871
New module 'version-etc-2'.
Bruno Haible <bruno@clisp.org>
parents:
4733
diff
changeset
|
521 |
f92ded1bb871
New module 'version-etc-2'.
Bruno Haible <bruno@clisp.org>
parents:
4733
diff
changeset
|
522 * 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
|
523 modifications. |
f92ded1bb871
New module 'version-etc-2'.
Bruno Haible <bruno@clisp.org>
parents:
4733
diff
changeset
|
524 * 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
|
525 |
4733
dbe204edd79d
New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents:
4717
diff
changeset
|
526 2003-09-25 Simon Josefsson <jas@extundo.com> |
dbe204edd79d
New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents:
4717
diff
changeset
|
527 Bruno Haible <bruno@clisp.org> |
dbe204edd79d
New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents:
4717
diff
changeset
|
528 |
dbe204edd79d
New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents:
4717
diff
changeset
|
529 * modules/getdomainname: New file. |
dbe204edd79d
New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents:
4717
diff
changeset
|
530 * modules/xgetdomainname: New file. |
dbe204edd79d
New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents:
4717
diff
changeset
|
531 * MODULES.html.sh (func_all_modules): Add getdomainname, xgetdomainname. |
dbe204edd79d
New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents:
4717
diff
changeset
|
532 |
4741
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
533 2003-09-24 Paul Eggert <eggert@twinsun.com> |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
534 |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
535 * README: Document assumptions that 'int' is at least 32 bits |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
536 wide, that integer arithmetic is 2's complement without overflow, |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
537 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
|
538 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
|
539 yields scalar zero. Fix spelling and capitalization typos. |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
540 |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
541 2003-09-24 Simon Josefsson <jas@extundo.com> |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
542 |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
543 * modules/xgethostname: Add xgethostname.h. |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
544 |
4717
ed7cd4050365
Port gnulib-tool to Solaris 8.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4712
diff
changeset
|
545 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
|
546 |
ed7cd4050365
Port gnulib-tool to Solaris 8.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4712
diff
changeset
|
547 * 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
|
548 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
|
549 (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
|
550 (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
|
551 using \| in one s command. |
ed7cd4050365
Port gnulib-tool to Solaris 8.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4712
diff
changeset
|
552 |
4712
39841d2009ed
Add a warning about duplicate dependencies.
Bruno Haible <bruno@clisp.org>
parents:
4710
diff
changeset
|
553 2003-09-16 Bruno Haible <bruno@clisp.org> |
39841d2009ed
Add a warning about duplicate dependencies.
Bruno Haible <bruno@clisp.org>
parents:
4710
diff
changeset
|
554 |
39841d2009ed
Add a warning about duplicate dependencies.
Bruno Haible <bruno@clisp.org>
parents:
4710
diff
changeset
|
555 * gnulib-tool (func_create_testdir): Warn about duplicated |
39841d2009ed
Add a warning about duplicate dependencies.
Bruno Haible <bruno@clisp.org>
parents:
4710
diff
changeset
|
556 dependencies. |
39841d2009ed
Add a warning about duplicate dependencies.
Bruno Haible <bruno@clisp.org>
parents:
4710
diff
changeset
|
557 |
4710
aade00a0ec71
Sort dependencies by importance, not alphabetically.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4709
diff
changeset
|
558 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
|
559 |
aade00a0ec71
Sort dependencies by importance, not alphabetically.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4709
diff
changeset
|
560 * modules/argmatch, modules/fatal, modules/obstack, |
aade00a0ec71
Sort dependencies by importance, not alphabetically.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4709
diff
changeset
|
561 modules/xalloc, modules/xgethostname: Sort dependencies by |
aade00a0ec71
Sort dependencies by importance, not alphabetically.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4709
diff
changeset
|
562 importance, not alphabetically. |
aade00a0ec71
Sort dependencies by importance, not alphabetically.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4709
diff
changeset
|
563 |
4709 | 564 2003-09-14 Bruno Haible <bruno@clisp.org> |
565 | |
566 * modules/fwriteerror: New file. | |
567 * MODULES.html.sh (func_all_modules): Add fwriteerror. | |
568 | |
4701
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
569 2003-09-12 Paul Eggert <eggert@twinsun.com> |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
570 |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
571 * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack, |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
572 modules/xgethostname, modules/xalloc: Depend on exit. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
573 |
4670 | 574 2003-09-09 Paul Eggert <eggert@twinsun.com> |
575 | |
576 * README: New section: portability guidelines. | |
577 | |
4623
13cc36518e0b
* modules/time_r: Depend on 'restrict'.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
578 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
|
579 |
13cc36518e0b
* modules/time_r: Depend on 'restrict'.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
580 * 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
|
581 <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
|
582 |
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
|
583 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
|
584 |
3d28ad4e18e2
Add time_r module. Change timegm, mktime, and strftime to use localtime_r
Paul Eggert <eggert@cs.ucla.edu>
parents:
4616
diff
changeset
|
585 * 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
|
586 * 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
|
587 * 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
|
588 * modules/timegm: Depend on mktime. Change maintainer to "all, glibc". |
4670 | 589 |
4616 | 590 2003-08-31 Simon Josefsson <jas@extundo.com> |
591 | |
592 * modules/timegm: New file. | |
593 * MODULES.html.sh (func_all_modules): Add timegm. | |
594 | |
4615
4a92cb1cc115
Forgot to distribute strndup.h.
Bruno Haible <bruno@clisp.org>
parents:
4603
diff
changeset
|
595 2003-08-22 Simon Josefsson <jas@extundo.com> |
4a92cb1cc115
Forgot to distribute strndup.h.
Bruno Haible <bruno@clisp.org>
parents:
4603
diff
changeset
|
596 |
4a92cb1cc115
Forgot to distribute strndup.h.
Bruno Haible <bruno@clisp.org>
parents:
4603
diff
changeset
|
597 * 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
|
598 |
4603 | 599 2003-08-20 Bruno Haible <bruno@clisp.org> |
600 | |
601 * modules/progname: New file. | |
602 * MODULES.html.sh (func_all_modules): Add progname. | |
603 | |
4596
fed81fcab071
* modules/stdbool: Add BUILT_SOURCES. Prefer $@ to target name
Paul Eggert <eggert@cs.ucla.edu>
parents:
4595
diff
changeset
|
604 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
|
605 |
fed81fcab071
* modules/stdbool: Add BUILT_SOURCES. Prefer $@ to target name
Paul Eggert <eggert@cs.ucla.edu>
parents:
4595
diff
changeset
|
606 * 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
|
607 in makefile rules. |
4596
fed81fcab071
* modules/stdbool: Add BUILT_SOURCES. Prefer $@ to target name
Paul Eggert <eggert@cs.ucla.edu>
parents:
4595
diff
changeset
|
608 |
4595 | 609 2003-08-17 Simon Josefsson <jas@extundo.com> |
610 | |
611 * modules/argp: Fix autoconf macro name. Add more dependencies. | |
612 | |
4587
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4586
diff
changeset
|
613 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
|
614 |
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4586
diff
changeset
|
615 * modules/xstrndup: New file. |
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4586
diff
changeset
|
616 * 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
|
617 |
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4586
diff
changeset
|
618 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
|
619 |
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4586
diff
changeset
|
620 * 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
|
621 |
4586
eb1b4acf2e86
Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents:
4585
diff
changeset
|
622 2003-08-17 Bruno Haible <bruno@clisp.org> |
eb1b4acf2e86
Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents:
4585
diff
changeset
|
623 |
eb1b4acf2e86
Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents:
4585
diff
changeset
|
624 * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS |
eb1b4acf2e86
Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents:
4585
diff
changeset
|
625 like AC_GNU_SOURCE. |
eb1b4acf2e86
Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents:
4585
diff
changeset
|
626 * modules/extensions (configure.ac): Comment out the invocation of |
eb1b4acf2e86
Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents:
4585
diff
changeset
|
627 gl_USE_SYSTEM_EXTENSIONS. |
eb1b4acf2e86
Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents:
4585
diff
changeset
|
628 |
4585 | 629 2003-08-17 Bruno Haible <bruno@clisp.org> |
630 | |
631 * modules/euidaccess (Files): Add lib/euidaccess.h. | |
632 | |
4580
127f5dcbdcce
Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4573
diff
changeset
|
633 2003-08-16 Paul Eggert <eggert@twinsun.com> |
127f5dcbdcce
Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4573
diff
changeset
|
634 |
127f5dcbdcce
Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4573
diff
changeset
|
635 Document merge from coreutils. |
127f5dcbdcce
Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4573
diff
changeset
|
636 * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES. |
127f5dcbdcce
Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4573
diff
changeset
|
637 * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES. |
127f5dcbdcce
Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4573
diff
changeset
|
638 * modules/utime: Add m4/utimes-null.m4. |
127f5dcbdcce
Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4573
diff
changeset
|
639 |
4573
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
640 2003-08-15 Paul Eggert <eggert@twinsun.com> |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
641 |
4580
127f5dcbdcce
Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4573
diff
changeset
|
642 Document merge from coreutils. |
4573
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
643 * modules/userspec: Depend on posixver. |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
644 * modules/strftime: Depend on tzset. |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
645 |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
646 2003-08-14 Jim Meyering <jim@meyering.net> |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
647 |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
648 Merges from coreutils. |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
649 * 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
|
650 variable names, rather than @FNMATCH_H@. |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
651 * modules/alloca: Likewise for $(ALLOCA_H). |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
652 |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
653 * 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
|
654 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
|
655 * modules/alloca (alloca.h): Likewise. |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
656 |
4549 | 657 2003-08-14 Paul Eggert <eggert@twinsun.com> |
658 | |
659 * modules/tzset: New file. | |
660 | |
4531
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4524
diff
changeset
|
661 2003-08-12 Paul Eggert <eggert@twinsun.com> |
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4524
diff
changeset
|
662 |
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4524
diff
changeset
|
663 Merge from coreutils. |
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4524
diff
changeset
|
664 * modules/euidaccess: Add lib_SOURCES, include for new |
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4524
diff
changeset
|
665 file euidaccess.h |
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4524
diff
changeset
|
666 |
4524
5546f601135b
Remove the gnu-source module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4518
diff
changeset
|
667 2003-08-11 Paul Eggert <eggert@twinsun.com> |
5546f601135b
Remove the gnu-source module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4518
diff
changeset
|
668 |
5546f601135b
Remove the gnu-source module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4518
diff
changeset
|
669 * modules/gnu-source, m4/gnu-source.m4: |
5546f601135b
Remove the gnu-source module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4518
diff
changeset
|
670 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
|
671 Suggested by Bruno Haible. |
5546f601135b
Remove the gnu-source module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4518
diff
changeset
|
672 * 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
|
673 |
4515
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
674 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
|
675 |
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
676 * 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
|
677 * 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
|
678 * 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
|
679 |
4513 | 680 2003-08-07 Paul Eggert <eggert@twinsun.com> |
681 | |
682 * modules/restrict: New file. | |
683 * MODULES.html.sh (func_all_modules): Add restrict. | |
684 * modules/regex: Depend on restrict. | |
4518 | 685 |
4512
c761847c9afa
Make the module 'getndelim2' compatible with the module 'getline'.
Bruno Haible <bruno@clisp.org>
parents:
4506
diff
changeset
|
686 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
|
687 |
c761847c9afa
Make the module 'getndelim2' compatible with the module 'getline'.
Bruno Haible <bruno@clisp.org>
parents:
4506
diff
changeset
|
688 * 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
|
689 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
|
690 |
4506 | 691 2003-08-05 Paul Eggert <eggert@twinsun.com> |
692 | |
693 * MODULES.html.sh (func_all_modules): Remove bumpalloc. | |
694 * modules/bumpalloc: Remove. | |
4518 | 695 |
4490 | 696 2003-07-31 Bruno Haible <bruno@clisp.org> |
697 | |
698 * modules/getpass-gnu: New file. | |
699 * MODULES.html.sh (func_all_modules): Add getpass-gnu. | |
700 | |
4473
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
701 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
|
702 |
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
703 * 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
|
704 * 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
|
705 |
4470 | 706 2003-07-20 Jim Meyering <jim@meyering.net> |
707 | |
708 * modules/closeout (Depends-on): Add exitfail. | |
709 Suggestion from Bruno Haible. | |
710 | |
4463 | 711 2003-07-18 Bruno Haible <bruno@clisp.org> |
712 | |
713 * modules/getndelim2: New file. | |
714 * modules/getline: Share files with module getndelim2. | |
715 * modules/getnline: Depend on getndelim2 instead of sharing files with | |
716 it. Add getnline.c to lib_SOURCES. | |
717 * MODULES.html.sh (func_all_modules): Add getndelim2. | |
718 | |
4460 | 719 2003-07-17 Bruno Haible <bruno@clisp.org> |
720 | |
721 * modules/getnline: New file. | |
722 * modules/getline: Add lib/getndelim2.c to source file list. | |
723 * MODULES.html.sh (func_all_modules): Add getnline. | |
724 | |
4458 | 725 2003-07-17 Bruno Haible <bruno@clisp.org> |
726 | |
727 * configure.in: Remove file. | |
728 * Makefile.in: Remove file. | |
729 | |
730 2003-07-17 Bruno Haible <bruno@clisp.org> | |
731 | |
732 * MODULES.html.sh: Put the </BODY> right before </HTML>. | |
733 | |
4453 | 734 2003-07-16 Jim Meyering <jim@meyering.net> |
735 | |
736 * modules/save-cwd: Depend on xgetcwd. From Derek Price. | |
737 | |
4448 | 738 2003-07-15 Jim Meyering <jim@meyering.net> |
739 | |
740 * modules/save-cwd: Don't depend on error. From Derek Price. | |
741 | |
4436 | 742 2003-07-14 Simon Josefsson <jas@extundo.com> |
743 | |
744 * modules/mempcpy: New file. | |
745 * MODULES.html.sh (func_all_modules): Add mempcpy. | |
746 | |
4434
5340c4c26a0a
* modules/getdate, modules/posixtm: Depend on mktime.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4431
diff
changeset
|
747 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
|
748 |
5340c4c26a0a
* modules/getdate, modules/posixtm: Depend on mktime.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4431
diff
changeset
|
749 * 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
|
750 |
4431 | 751 2003-07-10 Simon Josefsson <jas@extundo.com> |
752 | |
753 * modules/strchrnul (Makefile.am): Add strchrnul.h. | |
754 | |
4407
95a2013d54ed
Module 'human' now depends on module 'stdbool'.
Bruno Haible <bruno@clisp.org>
parents:
4405
diff
changeset
|
755 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
|
756 |
95a2013d54ed
Module 'human' now depends on module 'stdbool'.
Bruno Haible <bruno@clisp.org>
parents:
4405
diff
changeset
|
757 * modules/human: Depend on module stdbool. |
95a2013d54ed
Module 'human' now depends on module 'stdbool'.
Bruno Haible <bruno@clisp.org>
parents:
4405
diff
changeset
|
758 |
4405 | 759 2003-06-25 Bruno Haible <bruno@clisp.org> |
760 | |
761 * modules/readlink: New file. | |
762 * modules/xreadlink: Depend on it. | |
763 * MODULES.html.sh (func_all_modules): Add readlink. | |
764 | |
4403
8c6310a47379
Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents:
4392
diff
changeset
|
765 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
|
766 |
8c6310a47379
Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents:
4392
diff
changeset
|
767 * 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
|
768 * 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
|
769 |
4392 | 770 2003-06-11 Simon Josefsson <jas@extundo.com> |
771 | |
772 * modules/sysexits: New file. | |
773 * MODULES.html.sh (func_all_modules): Add sysexits. | |
774 | |
4388
889d35a53bf1
New modules strchrnul, argp.
Bruno Haible <bruno@clisp.org>
parents:
4387
diff
changeset
|
775 2003-06-10 Bruno Haible <bruno@clisp.org> |
889d35a53bf1
New modules strchrnul, argp.
Bruno Haible <bruno@clisp.org>
parents:
4387
diff
changeset
|
776 |
889d35a53bf1
New modules strchrnul, argp.
Bruno Haible <bruno@clisp.org>
parents:
4387
diff
changeset
|
777 * MODULES.html.sh (func_all_modules): Add strchrnul and argp. |
889d35a53bf1
New modules strchrnul, argp.
Bruno Haible <bruno@clisp.org>
parents:
4387
diff
changeset
|
778 |
4387 | 779 2003-06-10 Simon Josefsson <jas@extundo.com> |
780 | |
781 * modules/strchrnul: New file. | |
782 | |
783 2003-06-10 Simon Josefsson <jas@extundo.com> | |
4386 | 784 |
785 * modules/argp: New file. | |
786 | |
4384
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4370
diff
changeset
|
787 2003-06-07 Bruno Haible <bruno@clisp.org> |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4370
diff
changeset
|
788 |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4370
diff
changeset
|
789 * 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
|
790 avoid AC_CONFIG_LINKS. |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4370
diff
changeset
|
791 * 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
|
792 fnmatch.h, to avoid AC_CONFIG_LINKS. |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4370
diff
changeset
|
793 * 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
|
794 |
4370 | 795 2003-06-07 Jim Meyering <jim@meyering.net> |
796 | |
797 * modules/strtod: Use $(...) notation, not @...@ for | |
798 AC_REPLACE'd variables. | |
799 * 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
|
800 |
4370 | 801 2003-06-06 Jim Meyering <jim@meyering.net> |
802 Bruno Haible <bruno@clisp.org> | |
803 | |
804 * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h. | |
805 Adjust Makefile.am snippet not to redirect directly to target. | |
806 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
|
807 |
4335 | 808 2003-05-30 Bruno Haible <bruno@clisp.org> |
809 | |
810 * modules/gettext: Add files m4/nls.m4 and m4/po.m4. | |
4336 | 811 * config/config.rpath: Upgrade to gettext-0.12.1. |
4335 | 812 |
4325
db705903ccfc
trivial help message fix
Karl Berry <karl@freefriends.org>
parents:
4315
diff
changeset
|
813 2003-05-22 <karl@gnu.org> |
db705903ccfc
trivial help message fix
Karl Berry <karl@freefriends.org>
parents:
4315
diff
changeset
|
814 |
db705903ccfc
trivial help message fix
Karl Berry <karl@freefriends.org>
parents:
4315
diff
changeset
|
815 * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg. |
db705903ccfc
trivial help message fix
Karl Berry <karl@freefriends.org>
parents:
4315
diff
changeset
|
816 |
4315 | 817 2003-05-09 Bruno Haible <bruno@clisp.org> |
818 | |
819 * modules/error: Add m4/strerror_r.m4 to file list. | |
820 | |
4294 | 821 2003-04-10 Bruno Haible <bruno@clisp.org> |
822 | |
823 * modules/findprog: New file. | |
824 * MODULES.html.sh (func_all_modules): Add it. | |
825 | |
4286 | 826 2003-04-04 Bruno Haible <bruno@clisp.org> |
827 | |
828 * modules/linebreak: New file. | |
829 * MODULES.html.sh (func_all_modules): Add it. | |
830 | |
4275
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
831 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
|
832 |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
833 * 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
|
834 * 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
|
835 * 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
|
836 * 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
|
837 * 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
|
838 |
4273 | 839 2003-04-02 Bruno Haible <bruno@clisp.org> |
840 | |
841 * modules/binary-io: New file. | |
842 * MODULES.html.sh (func_all_modules): Add it. | |
843 | |
4271 | 844 2003-04-01 Bruno Haible <bruno@clisp.org> |
845 | |
846 * modules/pathname: New file. | |
847 * MODULES.html.sh (func_all_modules): Add it. | |
848 | |
4266 | 849 2003-03-28 Bruno Haible <bruno@clisp.org> |
850 | |
851 * modules/copy-file: New file. | |
852 * MODULES.html.sh (func_all_modules): Add it. | |
853 | |
4242
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4240
diff
changeset
|
854 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
|
855 |
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4240
diff
changeset
|
856 * 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
|
857 |
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4240
diff
changeset
|
858 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
|
859 |
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4240
diff
changeset
|
860 * modules/poll: New file. |
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4240
diff
changeset
|
861 |
4240 | 862 2003-02-18 Bruno Haible <bruno@clisp.org> |
863 | |
864 * MODULES.html.sh (func_all_modules): Add mathl. | |
865 | |
4239
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
866 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
|
867 |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
868 * modules/mathl: New file. |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
869 |
4237
723deab1223e
mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
870 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
|
871 |
723deab1223e
mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
872 * modules/mkdtemp: New module. |
723deab1223e
mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
873 * 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
|
874 |
4224
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
875 2003-01-30 Bruno Haible <bruno@clisp.org> |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
876 |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
877 * modules/vasnprintf, modules/vasprintf: New modules. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
878 * MODULES.html.sh (func_all_modules): Add them. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
879 |
4221 | 880 2003-01-29 Bruno Haible <bruno@clisp.org> |
881 | |
882 * modules/stpncpy: New module. | |
883 * MODULES.html.sh (func_all_modules): Add it. | |
884 | |
4218 | 885 2003-01-28 Bruno Haible <bruno@clisp.org> |
886 | |
887 * modules/c-ctype: New module. | |
888 * MODULES.html.sh (func_all_modules): Add it. | |
889 | |
4215 | 890 2003-01-27 Bruno Haible <bruno@clisp.org> |
891 | |
892 * modules/xsetenv: New module. | |
893 * MODULES.html.sh (func_all_modules): Add it. | |
894 | |
4207 | 895 2003-01-23 Bruno Haible <bruno@clisp.org> |
896 | |
897 * modules/minmax: New module. | |
898 * MODULES.html.sh (func_all_modules): Add it. | |
899 | |
4201 | 900 2003-01-22 Bruno Haible <bruno@clisp.org> |
901 | |
902 * modules/exit: New module. | |
903 * MODULES.html.sh (func_all_modules): Add it. | |
904 | |
4197 | 905 2003-01-19 Bruno Haible <bruno@clisp.org> |
906 | |
907 * gnulib-tool: Recognize option --extract-maintainer. | |
908 (func_get_maintainer): New function. | |
909 * modules/*: Add Maintainer entry. | |
910 | |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4187
diff
changeset
|
911 2003-01-16 Bruno Haible <bruno@clisp.org> |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4187
diff
changeset
|
912 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4187
diff
changeset
|
913 * 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
|
914 leftmost column. Add hyperlinks. |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4187
diff
changeset
|
915 |
4187 | 916 2003-01-11 Bruno Haible <bruno@clisp.org> |
917 | |
918 * modules/stpcpy: Distribute lib/stpcpy.h. | |
919 * modules/setenv: Depend on alloca. Distribute lib/setenv.h. | |
920 | |
4175
ace040a2b821
Files meant for the AUX_DIR are now in the config subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
4172
diff
changeset
|
921 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
|
922 |
ace040a2b821
Files meant for the AUX_DIR are now in the config subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
4172
diff
changeset
|
923 * 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
|
924 directory. |
ace040a2b821
Files meant for the AUX_DIR are now in the config subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
4172
diff
changeset
|
925 * 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
|
926 * 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
|
927 * 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
|
928 * 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
|
929 |
4172 | 930 2003-01-11 Bruno Haible <bruno@clisp.org> |
931 | |
932 * modules/*: Add a description. | |
933 * modules/strpbrk: Fix Makefile.am snippet. | |
934 * modules/strtoimax: Fix dependencies. | |
935 * modules/strtoumax: Likewise. | |
936 | |
4171
c2c0e7e2e7bd
Ensure alloca.h and stdbool.h are created before compiling the library.
Bruno Haible <bruno@clisp.org>
parents:
4170
diff
changeset
|
937 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
|
938 |
c2c0e7e2e7bd
Ensure alloca.h and stdbool.h are created before compiling the library.
Bruno Haible <bruno@clisp.org>
parents:
4170
diff
changeset
|
939 * 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
|
940 * 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
|
941 * 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
|
942 |
4170
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
943 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
|
944 |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
945 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
|
946 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
|
947 * getstr: Remove. |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
948 * MODULES.html.sh: Remove getstr. |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
949 * 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
|
950 |
4156
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4154
diff
changeset
|
951 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
|
952 |
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4154
diff
changeset
|
953 * 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
|
954 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
|
955 |
4151
3a0c83552f0e
Make it possible to #include <stdbool.h> without any #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
4150
diff
changeset
|
956 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
|
957 |
3a0c83552f0e
Make it possible to #include <stdbool.h> without any #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
4150
diff
changeset
|
958 * modules/stdbool: Change configure.ac, Makefile.am requirements. |
4154 | 959 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
|
960 |
4150 | 961 2003-01-09 Bruno Haible <bruno@clisp.org> |
962 | |
963 * gnulib-tool (func_all_modules): Ignore files ending in ~. | |
964 * MODULES.html.sh: Likewise. | |
965 | |
4149 | 966 2003-01-09 <karl@gnu.org> |
967 | |
968 * MODULES.html.sh: include `dirname $0` in PATH, to find | |
969 gnulib-tool. | |
970 | |
4145
7fa9fefe97e8
Update after Jim's changes.
Bruno Haible <bruno@clisp.org>
parents:
4137
diff
changeset
|
971 2003-01-08 Bruno Haible <bruno@clisp.org> |
7fa9fefe97e8
Update after Jim's changes.
Bruno Haible <bruno@clisp.org>
parents:
4137
diff
changeset
|
972 |
7fa9fefe97e8
Update after Jim's changes.
Bruno Haible <bruno@clisp.org>
parents:
4137
diff
changeset
|
973 * modules/full-read: Depend on full-write. |
7fa9fefe97e8
Update after Jim's changes.
Bruno Haible <bruno@clisp.org>
parents:
4137
diff
changeset
|
974 |
4137
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4129
diff
changeset
|
975 2003-01-07 Bruno Haible <bruno@clisp.org> |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4129
diff
changeset
|
976 |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4129
diff
changeset
|
977 * MODULES.html.sh: Add copyright notice. |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4129
diff
changeset
|
978 (missed_files): Omit CVS directory entries. |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4129
diff
changeset
|
979 (func_module): Make it work with sed-3.02. |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4129
diff
changeset
|
980 * MODULES.txt: Remove file. |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4129
diff
changeset
|
981 |
4125 | 982 2003-01-01 <karl@gnu.org> |
983 | |
4129 | 984 * gnulib-tool (func_verify_module): report module name $module in |
985 error message, not $1. | |
4127 | 986 * gnulib-tool (create-testdir): don't complain if destdir couldn't |
987 be created, only if it doesn't exist. | |
4125 | 988 * gnulib-tool (last_checkin_date): don't expand the $Date here. |
989 | |
4114
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
990 2002-12-24 Bruno Haible <bruno@clisp.org> |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
991 |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
992 * MODULES.txt: Update according to m4/ changes. |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
993 |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
994 Module gettext. |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
995 * config.rpath: New file, from gettext-0.11.5. |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
996 |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
997 * modules/*: New module descriptions. |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
998 * gnulib-tool: New file. |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
999 * MODULES.html.sh: New file. |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
1000 |
3962
be4a50a68d30
* configure.in: Add AC_CONFIG_AUX_DIR call.
Bruno Haible <bruno@clisp.org>
parents:
3926
diff
changeset
|
1001 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
|
1002 |
be4a50a68d30
* configure.in: Add AC_CONFIG_AUX_DIR call.
Bruno Haible <bruno@clisp.org>
parents:
3926
diff
changeset
|
1003 * 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
|
1004 (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
|
1005 test/Makefile. |
be4a50a68d30
* configure.in: Add AC_CONFIG_AUX_DIR call.
Bruno Haible <bruno@clisp.org>
parents:
3926
diff
changeset
|
1006 * 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
|
1007 |
3926
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
1008 2002-08-23 Stefan Monnier <monnier@cs.yale.edu> |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
1009 |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
1010 * regex.c (PATFETCH): Remove the translating fetch. |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
1011 (PATFETCH_RAW): Rename to PATFETCH. |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
1012 (set_image_of_range): New fun. |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
1013 (SET_RANGE_TABLE_WORK_AREA): Use it. |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
1014 (regex_compile): Don't translate the pattern chars so eagerly. |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
1015 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
|
1016 a char-range. |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
1017 (mutually_exclusive_p): Avoid empty statement. |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
1018 |
3563
1a9a7f5d6536
Checking initial copies various licenses, README, and general COPYING document.
Jeff Bailey <jbailey@nisa.net>
parents:
3128
diff
changeset
|
1019 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
|
1020 |
1a9a7f5d6536
Checking initial copies various licenses, README, and general COPYING document.
Jeff Bailey <jbailey@nisa.net>
parents:
3128
diff
changeset
|
1021 * README: New file |
1a9a7f5d6536
Checking initial copies various licenses, README, and general COPYING document.
Jeff Bailey <jbailey@nisa.net>
parents:
3128
diff
changeset
|
1022 * 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
|
1023 (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
|
1024 * lgpl/, gpl/: New directories. |
1a9a7f5d6536
Checking initial copies various licenses, README, and general COPYING document.
Jeff Bailey <jbailey@nisa.net>
parents:
3128
diff
changeset
|
1025 |
3128
9de182ed31a7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2946
diff
changeset
|
1026 2001-01-24 Stefan Monnier <monnier@cs.yale.edu> |
9de182ed31a7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2946
diff
changeset
|
1027 |
9de182ed31a7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2946
diff
changeset
|
1028 * 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
|
1029 as if it was a `charset'. |
9de182ed31a7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2946
diff
changeset
|
1030 |
2946
6892c299ebb7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2926
diff
changeset
|
1031 2000-10-30 Stefan Monnier <monnier@cs.yale.edu> |
6892c299ebb7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2926
diff
changeset
|
1032 |
6892c299ebb7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2926
diff
changeset
|
1033 * regex.c (re_iswctype, re_wctype_to_bit): Fix braino. |
6892c299ebb7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2926
diff
changeset
|
1034 (regex_compile): Catch bogus \(\1\). |
6892c299ebb7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2926
diff
changeset
|
1035 |
2926
90c1585a7b24
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2922
diff
changeset
|
1036 2000-10-27 Stefan Monnier <monnier@cs.yale.edu> |
90c1585a7b24
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2922
diff
changeset
|
1037 |
90c1585a7b24
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2922
diff
changeset
|
1038 * 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
|
1039 (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
|
1040 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
|
1041 |
2922
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1042 2000-10-25 Stefan Monnier <monnier@cs.yale.edu> |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1043 |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1044 * regex.c: More `unsigned char' -> `re_char' changes. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1045 Also change several `int' into `re_wchar_t'. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1046 (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1047 (PUSH_FAILURE_POINTER): Don't cast any more. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1048 (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
|
1049 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
|
1050 re_match non-reentrant, which *should* be fixed. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1051 (GET_BUFFER_SPACE): Use size_t rather than unsigned long. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1052 (EXTEND_BUFFER): Use RETALLOC. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1053 (SET_LIST_BIT): Don't cast. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1054 (re_wchar_t): New type. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1055 (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
|
1056 that those two functions will always properly return. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1057 (IMMEDIATE_QUIT_CHECK): Cast to void. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1058 (analyse_first): Use recursion rather than an explicit stack. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1059 (re_compile_fastmap): Can't fail anymore. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1060 (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
|
1061 (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1062 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
|
1063 (re_match_2_internal): Use it. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1064 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
|
1065 rather than reuse the inappropriate `mcnt'. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
1066 |
2914 | 1067 2000-10-24 Andrew Innes <andrewi@gnu.org> |
1068 | |
1069 * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on | |
1070 NT-Emacs only. | |
1071 (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT, | |
1072 so that re_search functions only quit when callers expect them to. | |
1073 | |
2908 | 1074 2000-10-24 Kenichi Handa <handa@etl.go.jp> |
1075 | |
1076 * regex.c (regex_compile): Change the way of handling a range from | |
1077 a char less than 256 to a char not less than 256. | |
1078 | |
2882
1b681fe16dd9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff
changeset
|
1079 2000-10-15 Stefan Monnier <monnier@cs.yale.edu> |
1b681fe16dd9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff
changeset
|
1080 |
1b681fe16dd9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff
changeset
|
1081 * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well. |
5168 | 1082 |
1083 | |
1084 Copyright (C) 2000, 2001, 2002, 2003, 2004 | |
1085 Free Software Foundation, Inc. | |
1086 Copying and distribution of this file, with or without modification, | |
1087 are permitted provided the copyright notice and this notice are preserved. |