annotate ChangeLog @ 6237:d81a8251a9b0

* MODULES.html.sh (File system functions): Add stat-time. * lib/stat-time.h: New file. * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP): (MTIME_CMP, TIMESPEC_NS): Remove. Now done by stat-time.h, in a different way. (timespec_cmp): New function. * m4/st_mtim.m4: Remove. Superseded by... * m4/stat-time.m4: New file. * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE. Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed. * modules/stat-time: New file. * modules/timespec (Files): Remove m4/st_mtim.m4; this is now done in a different way, by the stat-time module.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 16 Sep 2005 06:52:14 +0000
parents 85d0a6143cc4
children e21252adb164
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6237
d81a8251a9b0 * MODULES.html.sh (File system functions): Add stat-time.
Paul Eggert <eggert@cs.ucla.edu>
parents: 6224
diff changeset
1 2005-09-15 Paul Eggert <eggert@cs.ucla.edu>
d81a8251a9b0 * MODULES.html.sh (File system functions): Add stat-time.
Paul Eggert <eggert@cs.ucla.edu>
parents: 6224
diff changeset
2
d81a8251a9b0 * MODULES.html.sh (File system functions): Add stat-time.
Paul Eggert <eggert@cs.ucla.edu>
parents: 6224
diff changeset
3 * MODULES.html.sh (File system functions): Add stat-time.
d81a8251a9b0 * MODULES.html.sh (File system functions): Add stat-time.
Paul Eggert <eggert@cs.ucla.edu>
parents: 6224
diff changeset
4 * modules/stat-time: New file.
d81a8251a9b0 * MODULES.html.sh (File system functions): Add stat-time.
Paul Eggert <eggert@cs.ucla.edu>
parents: 6224
diff changeset
5 * modules/timespec (Files): Remove m4/st_mtim.m4; this
d81a8251a9b0 * MODULES.html.sh (File system functions): Add stat-time.
Paul Eggert <eggert@cs.ucla.edu>
parents: 6224
diff changeset
6 is now done in a different way, by the stat-time module.
d81a8251a9b0 * MODULES.html.sh (File system functions): Add stat-time.
Paul Eggert <eggert@cs.ucla.edu>
parents: 6224
diff changeset
7
6224
85d0a6143cc4 * modules/canon-host: Add canon-host.h. Depend on getaddrinfo. Make
Derek R. Price <derek@ximbiot.com>
parents: 6223
diff changeset
8 2005-09-12 Derek Price <derek@ximbiot.com>
85d0a6143cc4 * modules/canon-host: Add canon-host.h. Depend on getaddrinfo. Make
Derek R. Price <derek@ximbiot.com>
parents: 6223
diff changeset
9
85d0a6143cc4 * modules/canon-host: Add canon-host.h. Depend on getaddrinfo. Make
Derek R. Price <derek@ximbiot.com>
parents: 6223
diff changeset
10 * modules/canon-host: Add canon-host.h. Depend on getaddrinfo. Make
85d0a6143cc4 * modules/canon-host: Add canon-host.h. Depend on getaddrinfo. Make
Derek R. Price <derek@ximbiot.com>
parents: 6223
diff changeset
11 LGPL.
85d0a6143cc4 * modules/canon-host: Add canon-host.h. Depend on getaddrinfo. Make
Derek R. Price <derek@ximbiot.com>
parents: 6223
diff changeset
12 * modules/getaddrinfo: Add link to opengroup spec. Depend on strdup.
85d0a6143cc4 * modules/canon-host: Add canon-host.h. Depend on getaddrinfo. Make
Derek R. Price <derek@ximbiot.com>
parents: 6223
diff changeset
13
6223
1c8ef7732db0 * modules/glob (Files): Add glob-libc.h.
Derek R. Price <derek@ximbiot.com>
parents: 6219
diff changeset
14 2005-09-12 Derek Price <derek@ximbiot.com>
1c8ef7732db0 * modules/glob (Files): Add glob-libc.h.
Derek R. Price <derek@ximbiot.com>
parents: 6219
diff changeset
15 Paul Eggert <eggert@cs.ucla.edu>
1c8ef7732db0 * modules/glob (Files): Add glob-libc.h.
Derek R. Price <derek@ximbiot.com>
parents: 6219
diff changeset
16
1c8ef7732db0 * modules/glob (Files): Add glob-libc.h.
Derek R. Price <derek@ximbiot.com>
parents: 6219
diff changeset
17 * modules/glob (Files): Add glob-libc.h.
1c8ef7732db0 * modules/glob (Files): Add glob-libc.h.
Derek R. Price <derek@ximbiot.com>
parents: 6219
diff changeset
18
6219
490f3df3587d * modules/utimens (Files): Add m4/utimbuf.m4, since
Paul Eggert <eggert@cs.ucla.edu>
parents: 6217
diff changeset
19 2005-09-08 Paul Eggert <eggert@cs.ucla.edu>
490f3df3587d * modules/utimens (Files): Add m4/utimbuf.m4, since
Paul Eggert <eggert@cs.ucla.edu>
parents: 6217
diff changeset
20
490f3df3587d * modules/utimens (Files): Add m4/utimbuf.m4, since
Paul Eggert <eggert@cs.ucla.edu>
parents: 6217
diff changeset
21 * modules/utimens (Files): Add m4/utimbuf.m4, since
490f3df3587d * modules/utimens (Files): Add m4/utimbuf.m4, since
Paul Eggert <eggert@cs.ucla.edu>
parents: 6217
diff changeset
22 m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
490f3df3587d * modules/utimens (Files): Add m4/utimbuf.m4, since
Paul Eggert <eggert@cs.ucla.edu>
parents: 6217
diff changeset
23 Reported by Sergey Poznyakoff.
490f3df3587d * modules/utimens (Files): Add m4/utimbuf.m4, since
Paul Eggert <eggert@cs.ucla.edu>
parents: 6217
diff changeset
24
6217
f73f33cda590 2005-09-08 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6213
diff changeset
25 2005-09-08 Simon Josefsson <jas@extundo.com>
f73f33cda590 2005-09-08 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6213
diff changeset
26
f73f33cda590 2005-09-08 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6213
diff changeset
27 * modules/socklen: New file.
f73f33cda590 2005-09-08 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6213
diff changeset
28
6213
9a9a8d4d92e7 Fix cmp invocation.
Bruno Haible <bruno@clisp.org>
parents: 6212
diff changeset
29 2005-09-05 Bruno Haible <bruno@clisp.org>
9a9a8d4d92e7 Fix cmp invocation.
Bruno Haible <bruno@clisp.org>
parents: 6212
diff changeset
30
9a9a8d4d92e7 Fix cmp invocation.
Bruno Haible <bruno@clisp.org>
parents: 6212
diff changeset
31 * gnulib-tool (func_import): Fix comparison in handling of symbolic
9a9a8d4d92e7 Fix cmp invocation.
Bruno Haible <bruno@clisp.org>
parents: 6212
diff changeset
32 links.
9a9a8d4d92e7 Fix cmp invocation.
Bruno Haible <bruno@clisp.org>
parents: 6212
diff changeset
33
6212
8f96fca2b376 2005-09-04 Martin Lambers <marlam@marlam.de> (tiny change)
Simon Josefsson <simon@josefsson.org>
parents: 6211
diff changeset
34 2005-09-04 Martin Lambers <marlam@marlam.de> (tiny change)
8f96fca2b376 2005-09-04 Martin Lambers <marlam@marlam.de> (tiny change)
Simon Josefsson <simon@josefsson.org>
parents: 6211
diff changeset
35
8f96fca2b376 2005-09-04 Martin Lambers <marlam@marlam.de> (tiny change)
Simon Josefsson <simon@josefsson.org>
parents: 6211
diff changeset
36 * modules/size_max (Makefile.am): Add size_max.h
8f96fca2b376 2005-09-04 Martin Lambers <marlam@marlam.de> (tiny change)
Simon Josefsson <simon@josefsson.org>
parents: 6211
diff changeset
37
6211
47a869e145b0 * gnulib-tool: Fix reversed $symbolic logic.
Derek R. Price <derek@ximbiot.com>
parents: 6208
diff changeset
38 2005-09-04 Derek Price <derek@ximbiot.com>
47a869e145b0 * gnulib-tool: Fix reversed $symbolic logic.
Derek R. Price <derek@ximbiot.com>
parents: 6208
diff changeset
39
6213
9a9a8d4d92e7 Fix cmp invocation.
Bruno Haible <bruno@clisp.org>
parents: 6212
diff changeset
40 * gnulib-tool (func_import): Fix reversed $symbolic logic.
6211
47a869e145b0 * gnulib-tool: Fix reversed $symbolic logic.
Derek R. Price <derek@ximbiot.com>
parents: 6208
diff changeset
41
6208
c72d8c259348 2005-09-03 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6205
diff changeset
42 2005-09-03 Simon Josefsson <jas@extundo.com>
c72d8c259348 2005-09-03 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6205
diff changeset
43
c72d8c259348 2005-09-03 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6205
diff changeset
44 * gnulib-tool: Fix typo.
c72d8c259348 2005-09-03 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6205
diff changeset
45
6205
e7f4068da976 * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
Paul Eggert <eggert@cs.ucla.edu>
parents: 6204
diff changeset
46 2005-09-02 Paul Eggert <eggert@cs.ucla.edu>
e7f4068da976 * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
Paul Eggert <eggert@cs.ucla.edu>
parents: 6204
diff changeset
47
e7f4068da976 * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
Paul Eggert <eggert@cs.ucla.edu>
parents: 6204
diff changeset
48 * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
e7f4068da976 * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
Paul Eggert <eggert@cs.ucla.edu>
parents: 6204
diff changeset
49 m4/ulonglong.m4. Problem reported by Martin Lambers.
e7f4068da976 * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
Paul Eggert <eggert@cs.ucla.edu>
parents: 6204
diff changeset
50
6204
104bcb14d247 Provide defaults where needed.
Bruno Haible <bruno@clisp.org>
parents: 6203
diff changeset
51 2005-09-02 Bruno Haible <bruno@clisp.org>
104bcb14d247 Provide defaults where needed.
Bruno Haible <bruno@clisp.org>
parents: 6203
diff changeset
52
104bcb14d247 Provide defaults where needed.
Bruno Haible <bruno@clisp.org>
parents: 6203
diff changeset
53 * gnulib-tool (import): In the other first-use case, provide defaults
104bcb14d247 Provide defaults where needed.
Bruno Haible <bruno@clisp.org>
parents: 6203
diff changeset
54 as well.
104bcb14d247 Provide defaults where needed.
Bruno Haible <bruno@clisp.org>
parents: 6203
diff changeset
55
6203
8881fbafaf38 2005-09-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6199
diff changeset
56 2005-09-02 Simon Josefsson <jas@extundo.com>
8881fbafaf38 2005-09-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6199
diff changeset
57
8881fbafaf38 2005-09-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6199
diff changeset
58 * modules/havelib: New module.
8881fbafaf38 2005-09-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6199
diff changeset
59
8881fbafaf38 2005-09-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6199
diff changeset
60 * modules/gettext, modules/iconv, modules/lock, modules/readline:
8881fbafaf38 2005-09-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6199
diff changeset
61 Use havelib.
8881fbafaf38 2005-09-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6199
diff changeset
62
8881fbafaf38 2005-09-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6199
diff changeset
63 2005-08-31 Simon Josefsson <jas@extundo.com>
8881fbafaf38 2005-09-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6199
diff changeset
64
8881fbafaf38 2005-09-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6199
diff changeset
65 * modules/socklen: New file.
8881fbafaf38 2005-09-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6199
diff changeset
66
6199
b71216f1bb18 Don't put symlinks unless asked for.
Bruno Haible <bruno@clisp.org>
parents: 6190
diff changeset
67 2005-09-01 Bruno Haible <bruno@clisp.org>
b71216f1bb18 Don't put symlinks unless asked for.
Bruno Haible <bruno@clisp.org>
parents: 6190
diff changeset
68
b71216f1bb18 Don't put symlinks unless asked for.
Bruno Haible <bruno@clisp.org>
parents: 6190
diff changeset
69 * gnulib-tool (func_import): Fix handling of symbolic links.
b71216f1bb18 Don't put symlinks unless asked for.
Bruno Haible <bruno@clisp.org>
parents: 6190
diff changeset
70
6190
605b7cac11f2 Don't complain about missing options in the first-use case.
Bruno Haible <bruno@clisp.org>
parents: 6189
diff changeset
71 2005-09-01 Bruno Haible <bruno@clisp.org>
605b7cac11f2 Don't complain about missing options in the first-use case.
Bruno Haible <bruno@clisp.org>
parents: 6189
diff changeset
72
605b7cac11f2 Don't complain about missing options in the first-use case.
Bruno Haible <bruno@clisp.org>
parents: 6189
diff changeset
73 * gnulib-tool (import): In the first-use case, provide defaults.
605b7cac11f2 Don't complain about missing options in the first-use case.
Bruno Haible <bruno@clisp.org>
parents: 6189
diff changeset
74
6189
9d1ed82c5d14 Remove the .tmp files.
Bruno Haible <bruno@clisp.org>
parents: 6183
diff changeset
75 2005-09-01 Bruno Haible <bruno@clisp.org>
9d1ed82c5d14 Remove the .tmp files.
Bruno Haible <bruno@clisp.org>
parents: 6183
diff changeset
76
9d1ed82c5d14 Remove the .tmp files.
Bruno Haible <bruno@clisp.org>
parents: 6183
diff changeset
77 * gnulib-tool (func_import): Remove the .tmp files.
9d1ed82c5d14 Remove the .tmp files.
Bruno Haible <bruno@clisp.org>
parents: 6183
diff changeset
78
6183
d12635ef6eb5 Make it possible to use multiple gnulib instantiations with the same
Bruno Haible <bruno@clisp.org>
parents: 6182
diff changeset
79 2005-08-30 Bruno Haible <bruno@clisp.org>
d12635ef6eb5 Make it possible to use multiple gnulib instantiations with the same
Bruno Haible <bruno@clisp.org>
parents: 6182
diff changeset
80
d12635ef6eb5 Make it possible to use multiple gnulib instantiations with the same
Bruno Haible <bruno@clisp.org>
parents: 6182
diff changeset
81 * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
d12635ef6eb5 Make it possible to use multiple gnulib instantiations with the same
Bruno Haible <bruno@clisp.org>
parents: 6182
diff changeset
82 Create directories that shall be filled.
d12635ef6eb5 Make it possible to use multiple gnulib instantiations with the same
Bruno Haible <bruno@clisp.org>
parents: 6182
diff changeset
83 (import): Don't look for gl_* macros in configure.ac. Recurse across
d12635ef6eb5 Make it possible to use multiple gnulib instantiations with the same
Bruno Haible <bruno@clisp.org>
parents: 6182
diff changeset
84 all directories containing a gnulib-cache.m4 files, if meaningful.
d12635ef6eb5 Make it possible to use multiple gnulib instantiations with the same
Bruno Haible <bruno@clisp.org>
parents: 6182
diff changeset
85
6182
6ac925998337 Avoid unnecessary diffs in the generated lib/Makefile.am.
Bruno Haible <bruno@clisp.org>
parents: 6181
diff changeset
86 2005-08-30 Bruno Haible <bruno@clisp.org>
6ac925998337 Avoid unnecessary diffs in the generated lib/Makefile.am.
Bruno Haible <bruno@clisp.org>
parents: 6181
diff changeset
87
6ac925998337 Avoid unnecessary diffs in the generated lib/Makefile.am.
Bruno Haible <bruno@clisp.org>
parents: 6181
diff changeset
88 Avoid unnecessary diffs in the generated lib/Makefile.am.
6ac925998337 Avoid unnecessary diffs in the generated lib/Makefile.am.
Bruno Haible <bruno@clisp.org>
parents: 6181
diff changeset
89 * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
6ac925998337 Avoid unnecessary diffs in the generated lib/Makefile.am.
Bruno Haible <bruno@clisp.org>
parents: 6181
diff changeset
90 the generated files.
6ac925998337 Avoid unnecessary diffs in the generated lib/Makefile.am.
Bruno Haible <bruno@clisp.org>
parents: 6181
diff changeset
91 (func_import): Don't set cmd.
6ac925998337 Avoid unnecessary diffs in the generated lib/Makefile.am.
Bruno Haible <bruno@clisp.org>
parents: 6181
diff changeset
92
6181
95b89dc3f638 Read the previous cached settings.
Bruno Haible <bruno@clisp.org>
parents: 6180
diff changeset
93 2005-08-30 Bruno Haible <bruno@clisp.org>
95b89dc3f638 Read the previous cached settings.
Bruno Haible <bruno@clisp.org>
parents: 6180
diff changeset
94
95b89dc3f638 Read the previous cached settings.
Bruno Haible <bruno@clisp.org>
parents: 6180
diff changeset
95 * gnulib-tool (func_import): Read the previous cached settings
95b89dc3f638 Read the previous cached settings.
Bruno Haible <bruno@clisp.org>
parents: 6180
diff changeset
96 from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
95b89dc3f638 Read the previous cached settings.
Bruno Haible <bruno@clisp.org>
parents: 6180
diff changeset
97 earlier added by gnulib but are now dropped. Warn when a gnulib file
95b89dc3f638 Read the previous cached settings.
Bruno Haible <bruno@clisp.org>
parents: 6180
diff changeset
98 overwrites a non-gnulib file.
95b89dc3f638 Read the previous cached settings.
Bruno Haible <bruno@clisp.org>
parents: 6180
diff changeset
99
6180
a0904de304e5 Separate the generates files into cvs-committable files and frequently
Bruno Haible <bruno@clisp.org>
parents: 6179
diff changeset
100 2005-08-28 Bruno Haible <bruno@clisp.org>
a0904de304e5 Separate the generates files into cvs-committable files and frequently
Bruno Haible <bruno@clisp.org>
parents: 6179
diff changeset
101
a0904de304e5 Separate the generates files into cvs-committable files and frequently
Bruno Haible <bruno@clisp.org>
parents: 6179
diff changeset
102 * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
a0904de304e5 Separate the generates files into cvs-committable files and frequently
Bruno Haible <bruno@clisp.org>
parents: 6179
diff changeset
103 gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
a0904de304e5 Separate the generates files into cvs-committable files and frequently
Bruno Haible <bruno@clisp.org>
parents: 6179
diff changeset
104 projects that don't keep autogenerated files in CVS. Put into
a0904de304e5 Separate the generates files into cvs-committable files and frequently
Bruno Haible <bruno@clisp.org>
parents: 6179
diff changeset
105 actioncmd only the specified modules, not the transitive closure.
a0904de304e5 Separate the generates files into cvs-committable files and frequently
Bruno Haible <bruno@clisp.org>
parents: 6179
diff changeset
106
6179
76e367ba26d3 Avoid multiple copies of AC_GNU_SOURCE in the configure file.
Bruno Haible <bruno@clisp.org>
parents: 6178
diff changeset
107 2005-08-28 Bruno Haible <bruno@clisp.org>
76e367ba26d3 Avoid multiple copies of AC_GNU_SOURCE in the configure file.
Bruno Haible <bruno@clisp.org>
parents: 6178
diff changeset
108
76e367ba26d3 Avoid multiple copies of AC_GNU_SOURCE in the configure file.
Bruno Haible <bruno@clisp.org>
parents: 6178
diff changeset
109 * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
76e367ba26d3 Avoid multiple copies of AC_GNU_SOURCE in the configure file.
Bruno Haible <bruno@clisp.org>
parents: 6178
diff changeset
110 always instantiating them.
76e367ba26d3 Avoid multiple copies of AC_GNU_SOURCE in the configure file.
Bruno Haible <bruno@clisp.org>
parents: 6178
diff changeset
111
6178
3830993b4c7a Rename some variables.
Bruno Haible <bruno@clisp.org>
parents: 6177
diff changeset
112 2005-08-28 Bruno Haible <bruno@clisp.org>
3830993b4c7a Rename some variables.
Bruno Haible <bruno@clisp.org>
parents: 6177
diff changeset
113
3830993b4c7a Rename some variables.
Bruno Haible <bruno@clisp.org>
parents: 6177
diff changeset
114 * gnulib-tool (import): Rename most ac_* variables to cached_*.
3830993b4c7a Rename some variables.
Bruno Haible <bruno@clisp.org>
parents: 6177
diff changeset
115 Also use new variables cached_lgpl, cached_libtool.
3830993b4c7a Rename some variables.
Bruno Haible <bruno@clisp.org>
parents: 6177
diff changeset
116
6177
526c97a9fd70 Put all dummy definitions of gnulib-tool's specification macros into
Bruno Haible <bruno@clisp.org>
parents: 6176
diff changeset
117 2005-08-28 Bruno Haible <bruno@clisp.org>
526c97a9fd70 Put all dummy definitions of gnulib-tool's specification macros into
Bruno Haible <bruno@clisp.org>
parents: 6176
diff changeset
118
526c97a9fd70 Put all dummy definitions of gnulib-tool's specification macros into
Bruno Haible <bruno@clisp.org>
parents: 6176
diff changeset
119 * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
526c97a9fd70 Put all dummy definitions of gnulib-tool's specification macros into
Bruno Haible <bruno@clisp.org>
parents: 6176
diff changeset
120 declaration macro definitions from generated gnulib.m4.
526c97a9fd70 Put all dummy definitions of gnulib-tool's specification macros into
Bruno Haible <bruno@clisp.org>
parents: 6176
diff changeset
121
6176
1a1e2f878f04 New option --macro-prefix.
Bruno Haible <bruno@clisp.org>
parents: 6175
diff changeset
122 2005-08-28 Bruno Haible <bruno@clisp.org>
1a1e2f878f04 New option --macro-prefix.
Bruno Haible <bruno@clisp.org>
parents: 6175
diff changeset
123
1a1e2f878f04 New option --macro-prefix.
Bruno Haible <bruno@clisp.org>
parents: 6175
diff changeset
124 * gnulib-tool: New option --macro-prefix.
1a1e2f878f04 New option --macro-prefix.
Bruno Haible <bruno@clisp.org>
parents: 6175
diff changeset
125 (func_import): Use macro_prefix.
1a1e2f878f04 New option --macro-prefix.
Bruno Haible <bruno@clisp.org>
parents: 6175
diff changeset
126 (import): Handle option --macro-prefix.
1a1e2f878f04 New option --macro-prefix.
Bruno Haible <bruno@clisp.org>
parents: 6175
diff changeset
127
6175
9412dd89619b Emit a stub for gl_LIBTOOL: we want to cache whether --libtool was specified.
Bruno Haible <bruno@clisp.org>
parents: 6169
diff changeset
128 2005-08-28 Bruno Haible <bruno@clisp.org>
9412dd89619b Emit a stub for gl_LIBTOOL: we want to cache whether --libtool was specified.
Bruno Haible <bruno@clisp.org>
parents: 6169
diff changeset
129
9412dd89619b Emit a stub for gl_LIBTOOL: we want to cache whether --libtool was specified.
Bruno Haible <bruno@clisp.org>
parents: 6169
diff changeset
130 * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
9412dd89619b Emit a stub for gl_LIBTOOL: we want to cache whether --libtool was specified.
Bruno Haible <bruno@clisp.org>
parents: 6169
diff changeset
131 (import): Set seen_libtool when we see gl_LIBTOOL.
9412dd89619b Emit a stub for gl_LIBTOOL: we want to cache whether --libtool was specified.
Bruno Haible <bruno@clisp.org>
parents: 6169
diff changeset
132
6169
23ec96e55867 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6167
diff changeset
133 2005-08-31 Jim Meyering <jim@meyering.net>
23ec96e55867 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6167
diff changeset
134
23ec96e55867 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6167
diff changeset
135 * check-module: Add a FIXME comment.
23ec96e55867 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6167
diff changeset
136
6167
3f1a5738d2b2 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6161
diff changeset
137 2005-08-31 Eric Blake <ebb9@byu.net>
3f1a5738d2b2 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6161
diff changeset
138
3f1a5738d2b2 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6161
diff changeset
139 * modules/unistd-safer (Files): Add unistd--.h.
3f1a5738d2b2 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6161
diff changeset
140 * modules/stdio-safer (Files): Add stdio--.h.
3f1a5738d2b2 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6161
diff changeset
141
6161
09720f424348 Avoid unnecessary spaces in $avoidlist.
Bruno Haible <bruno@clisp.org>
parents: 6160
diff changeset
142 2005-08-28 Bruno Haible <bruno@clisp.org>
09720f424348 Avoid unnecessary spaces in $avoidlist.
Bruno Haible <bruno@clisp.org>
parents: 6160
diff changeset
143
09720f424348 Avoid unnecessary spaces in $avoidlist.
Bruno Haible <bruno@clisp.org>
parents: 6160
diff changeset
144 * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
09720f424348 Avoid unnecessary spaces in $avoidlist.
Bruno Haible <bruno@clisp.org>
parents: 6160
diff changeset
145
6160
2fb771c0af6b Emit more comments and advice.
Bruno Haible <bruno@clisp.org>
parents: 6159
diff changeset
146 2005-08-28 Bruno Haible <bruno@clisp.org>
2fb771c0af6b Emit more comments and advice.
Bruno Haible <bruno@clisp.org>
parents: 6159
diff changeset
147
2fb771c0af6b Emit more comments and advice.
Bruno Haible <bruno@clisp.org>
parents: 6159
diff changeset
148 * gnulib-tool (func_import): Emit more comments into gnulib.m4.
2fb771c0af6b Emit more comments and advice.
Bruno Haible <bruno@clisp.org>
parents: 6159
diff changeset
149 Emit more advice.
2fb771c0af6b Emit more comments and advice.
Bruno Haible <bruno@clisp.org>
parents: 6159
diff changeset
150
6159
a544c5156698 Protect references to destdir with double-quotes.
Bruno Haible <bruno@clisp.org>
parents: 6158
diff changeset
151 2005-08-28 Bruno Haible <bruno@clisp.org>
a544c5156698 Protect references to destdir with double-quotes.
Bruno Haible <bruno@clisp.org>
parents: 6158
diff changeset
152
a544c5156698 Protect references to destdir with double-quotes.
Bruno Haible <bruno@clisp.org>
parents: 6158
diff changeset
153 * gnulib-tool: Enclose all occurrences of $destdir in "...", so
a544c5156698 Protect references to destdir with double-quotes.
Bruno Haible <bruno@clisp.org>
parents: 6158
diff changeset
154 that it works when the directory contains spaces.
a544c5156698 Protect references to destdir with double-quotes.
Bruno Haible <bruno@clisp.org>
parents: 6158
diff changeset
155
6158
3825f959956d *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6156
diff changeset
156 2005-07-11 Bruno Haible <bruno@clisp.org>
3825f959956d *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6156
diff changeset
157 and Stepan Kasal <kasal@ucw.cz>
3825f959956d *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6156
diff changeset
158
3825f959956d *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6156
diff changeset
159 * check-module: If more parameters are given, check each of them
3825f959956d *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6156
diff changeset
160 separately; add more exceptions, as noted by Jim Meyering.
3825f959956d *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6156
diff changeset
161 (check_module): New procedure.
3825f959956d *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6156
diff changeset
162 (%exempt_header): Now contains all exceptions.
3825f959956d *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6156
diff changeset
163
6156
fb24defb72aa Fix rule to not assume GNU make.
Bruno Haible <bruno@clisp.org>
parents: 6134
diff changeset
164 2005-07-30 Ben Pfaff <blp@cs.stanford.edu>
fb24defb72aa Fix rule to not assume GNU make.
Bruno Haible <bruno@clisp.org>
parents: 6134
diff changeset
165
fb24defb72aa Fix rule to not assume GNU make.
Bruno Haible <bruno@clisp.org>
parents: 6134
diff changeset
166 * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
fb24defb72aa Fix rule to not assume GNU make.
Bruno Haible <bruno@clisp.org>
parents: 6134
diff changeset
167
6134
e64cec589c08 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6118
diff changeset
168 2005-08-27 Jim Meyering <jim@meyering.net>
e64cec589c08 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6118
diff changeset
169
e64cec589c08 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6118
diff changeset
170 * modules/unistd-safer (Files): Add pipe-safer.c.
e64cec589c08 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6118
diff changeset
171 * modules/fcntl-safer (Files): Add creat-safer.c.
e64cec589c08 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6118
diff changeset
172
6118
e7252cf4b859 * modules/regex (Depends-on): Add malloc, since the code
Paul Eggert <eggert@cs.ucla.edu>
parents: 6115
diff changeset
173 2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
e7252cf4b859 * modules/regex (Depends-on): Add malloc, since the code
Paul Eggert <eggert@cs.ucla.edu>
parents: 6115
diff changeset
174
e7252cf4b859 * modules/regex (Depends-on): Add malloc, since the code
Paul Eggert <eggert@cs.ucla.edu>
parents: 6115
diff changeset
175 * modules/regex (Depends-on): Add malloc, since the code
e7252cf4b859 * modules/regex (Depends-on): Add malloc, since the code
Paul Eggert <eggert@cs.ucla.edu>
parents: 6115
diff changeset
176 assumes that !malloc(0) means failure.
e7252cf4b859 * modules/regex (Depends-on): Add malloc, since the code
Paul Eggert <eggert@cs.ucla.edu>
parents: 6115
diff changeset
177
6115
07b6ec9ac71f Tests for module 'tls'.
Bruno Haible <bruno@clisp.org>
parents: 6114
diff changeset
178 2005-08-24 Bruno Haible <bruno@clisp.org>
07b6ec9ac71f Tests for module 'tls'.
Bruno Haible <bruno@clisp.org>
parents: 6114
diff changeset
179
07b6ec9ac71f Tests for module 'tls'.
Bruno Haible <bruno@clisp.org>
parents: 6114
diff changeset
180 * modules/tls-tests: New file.
07b6ec9ac71f Tests for module 'tls'.
Bruno Haible <bruno@clisp.org>
parents: 6114
diff changeset
181 * tests/test-tls.c: New file, from GNU gettext.
07b6ec9ac71f Tests for module 'tls'.
Bruno Haible <bruno@clisp.org>
parents: 6114
diff changeset
182
6114
82318746717b Tests for gnulib module 'lock'.
Bruno Haible <bruno@clisp.org>
parents: 6113
diff changeset
183 2005-08-24 Bruno Haible <bruno@clisp.org>
82318746717b Tests for gnulib module 'lock'.
Bruno Haible <bruno@clisp.org>
parents: 6113
diff changeset
184
82318746717b Tests for gnulib module 'lock'.
Bruno Haible <bruno@clisp.org>
parents: 6113
diff changeset
185 * modules/lock-tests: New file.
82318746717b Tests for gnulib module 'lock'.
Bruno Haible <bruno@clisp.org>
parents: 6113
diff changeset
186 * tests/test-lock.c: New file, from GNU gettext.
82318746717b Tests for gnulib module 'lock'.
Bruno Haible <bruno@clisp.org>
parents: 6113
diff changeset
187
6113
dac0e048bd40 Support for unit test modules.
Bruno Haible <bruno@clisp.org>
parents: 6111
diff changeset
188 2005-08-24 Bruno Haible <bruno@clisp.org>
dac0e048bd40 Support for unit test modules.
Bruno Haible <bruno@clisp.org>
parents: 6111
diff changeset
189
dac0e048bd40 Support for unit test modules.
Bruno Haible <bruno@clisp.org>
parents: 6111
diff changeset
190 Support for unit test modules.
dac0e048bd40 Support for unit test modules.
Bruno Haible <bruno@clisp.org>
parents: 6111
diff changeset
191 * modules/README: Mention tests modules.
dac0e048bd40 Support for unit test modules.
Bruno Haible <bruno@clisp.org>
parents: 6111
diff changeset
192 * modules/TEMPLATE-TESTS: New file.
dac0e048bd40 Support for unit test modules.
Bruno Haible <bruno@clisp.org>
parents: 6111
diff changeset
193 * gnulib-tool: New options --extract-tests-module, --with-tests and
dac0e048bd40 Support for unit test modules.
Bruno Haible <bruno@clisp.org>
parents: 6111
diff changeset
194 --tests-base (unused for the moment).
dac0e048bd40 Support for unit test modules.
Bruno Haible <bruno@clisp.org>
parents: 6111
diff changeset
195 (testsbase, inctests): New variables.
dac0e048bd40 Support for unit test modules.
Bruno Haible <bruno@clisp.org>
parents: 6111
diff changeset
196 (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
dac0e048bd40 Support for unit test modules.
Bruno Haible <bruno@clisp.org>
parents: 6111
diff changeset
197 (func_verify_module): Exclude TEMPLATE-TESTS.
dac0e048bd40 Support for unit test modules.
Bruno Haible <bruno@clisp.org>
parents: 6111
diff changeset
198 (func_verify_nontests_module, func_verify_tests_module): New functions.
dac0e048bd40 Support for unit test modules.
Bruno Haible <bruno@clisp.org>
parents: 6111
diff changeset
199 (func_get_dependencies): Add implicit dependency for tests modules.
dac0e048bd40 Support for unit test modules.
Bruno Haible <bruno@clisp.org>
parents: 6111
diff changeset
200 (func_get_tests_module): New function.
dac0e048bd40 Support for unit test modules.
Bruno Haible <bruno@clisp.org>
parents: 6111
diff changeset
201 (func_modules_transitive_closure): When --with-tests was specified,
dac0e048bd40 Support for unit test modules.
Bruno Haible <bruno@clisp.org>
parents: 6111
diff changeset
202 include the unit tests as well, unless explicitly avoided.
dac0e048bd40 Support for unit test modules.
Bruno Haible <bruno@clisp.org>
parents: 6111
diff changeset
203 (func_emit_lib_Makefile_am): Ignore the tests modules here.
dac0e048bd40 Support for unit test modules.
Bruno Haible <bruno@clisp.org>
parents: 6111
diff changeset
204 (func_emit_tests_Makefile_am): New function.
dac0e048bd40 Support for unit test modules.
Bruno Haible <bruno@clisp.org>
parents: 6111
diff changeset
205 (func_create_testdir): When --with-tests was specified, emit a
dac0e048bd40 Support for unit test modules.
Bruno Haible <bruno@clisp.org>
parents: 6111
diff changeset
206 tests/ directory.
dac0e048bd40 Support for unit test modules.
Bruno Haible <bruno@clisp.org>
parents: 6111
diff changeset
207 * MODULES.html.sh (Future developments): Update.
dac0e048bd40 Support for unit test modules.
Bruno Haible <bruno@clisp.org>
parents: 6111
diff changeset
208
6111
4bc400780d6a Update copyright year and authors.
Bruno Haible <bruno@clisp.org>
parents: 6110
diff changeset
209 2005-08-24 Bruno Haible <bruno@clisp.org>
4bc400780d6a Update copyright year and authors.
Bruno Haible <bruno@clisp.org>
parents: 6110
diff changeset
210
4bc400780d6a Update copyright year and authors.
Bruno Haible <bruno@clisp.org>
parents: 6110
diff changeset
211 * gnulib-tool (func_version): Update.
4bc400780d6a Update copyright year and authors.
Bruno Haible <bruno@clisp.org>
parents: 6110
diff changeset
212
6110
139428fd3d07 Fix autoreconf invocation.
Bruno Haible <bruno@clisp.org>
parents: 6109
diff changeset
213 2005-08-24 Bruno Haible <bruno@clisp.org>
139428fd3d07 Fix autoreconf invocation.
Bruno Haible <bruno@clisp.org>
parents: 6109
diff changeset
214
139428fd3d07 Fix autoreconf invocation.
Bruno Haible <bruno@clisp.org>
parents: 6109
diff changeset
215 * gnulib-tool (func_create_megatestdir): Call autoreconf without the
139428fd3d07 Fix autoreconf invocation.
Bruno Haible <bruno@clisp.org>
parents: 6109
diff changeset
216 option --force, because --force causes the aclocal.m4 of each
139428fd3d07 Fix autoreconf invocation.
Bruno Haible <bruno@clisp.org>
parents: 6109
diff changeset
217 subdirectory to be newer than the corresponding config.h.in.
139428fd3d07 Fix autoreconf invocation.
Bruno Haible <bruno@clisp.org>
parents: 6109
diff changeset
218
6109
a52f596fdf00 Generalize support for --aux-dir.
Bruno Haible <bruno@clisp.org>
parents: 6108
diff changeset
219 2005-08-24 Bruno Haible <bruno@clisp.org>
a52f596fdf00 Generalize support for --aux-dir.
Bruno Haible <bruno@clisp.org>
parents: 6108
diff changeset
220
a52f596fdf00 Generalize support for --aux-dir.
Bruno Haible <bruno@clisp.org>
parents: 6108
diff changeset
221 * gnulib-tool: Add support for the --aux-dir option to
a52f596fdf00 Generalize support for --aux-dir.
Bruno Haible <bruno@clisp.org>
parents: 6108
diff changeset
222 --create-testdir, --create-megatestdir, --test, --megatest.
a52f596fdf00 Generalize support for --aux-dir.
Bruno Haible <bruno@clisp.org>
parents: 6108
diff changeset
223 (func_create_testdir, func_create_megatestdir): Optionally emit a
a52f596fdf00 Generalize support for --aux-dir.
Bruno Haible <bruno@clisp.org>
parents: 6108
diff changeset
224 AC_CONFIG_AUX_DIR directive.
a52f596fdf00 Generalize support for --aux-dir.
Bruno Haible <bruno@clisp.org>
parents: 6108
diff changeset
225 (create-testdir, create-megatestdir, test, megatest): Provide a
a52f596fdf00 Generalize support for --aux-dir.
Bruno Haible <bruno@clisp.org>
parents: 6108
diff changeset
226 default value for $auxdir.
a52f596fdf00 Generalize support for --aux-dir.
Bruno Haible <bruno@clisp.org>
parents: 6108
diff changeset
227
6108
407f87744cd3 Use compound statement instead of subshell.
Bruno Haible <bruno@clisp.org>
parents: 6107
diff changeset
228 2005-08-24 Bruno Haible <bruno@clisp.org>
407f87744cd3 Use compound statement instead of subshell.
Bruno Haible <bruno@clisp.org>
parents: 6107
diff changeset
229
407f87744cd3 Use compound statement instead of subshell.
Bruno Haible <bruno@clisp.org>
parents: 6107
diff changeset
230 * gnulib-tool (import): Use compound statement instead of subshell
407f87744cd3 Use compound statement instead of subshell.
Bruno Haible <bruno@clisp.org>
parents: 6107
diff changeset
231 where possible.
407f87744cd3 Use compound statement instead of subshell.
Bruno Haible <bruno@clisp.org>
parents: 6107
diff changeset
232
6107
286b9067dfd4 Change --aux-dir default to "build-aux".
Bruno Haible <bruno@clisp.org>
parents: 6106
diff changeset
233 2005-08-24 Bruno Haible <bruno@clisp.org>
286b9067dfd4 Change --aux-dir default to "build-aux".
Bruno Haible <bruno@clisp.org>
parents: 6106
diff changeset
234
286b9067dfd4 Change --aux-dir default to "build-aux".
Bruno Haible <bruno@clisp.org>
parents: 6106
diff changeset
235 * gnulib-tool (import): Change --aux-dir default to "build-aux".
286b9067dfd4 Change --aux-dir default to "build-aux".
Bruno Haible <bruno@clisp.org>
parents: 6106
diff changeset
236
6106
66bd85c8a9cd Proper autoconf macro argument quoting.
Bruno Haible <bruno@clisp.org>
parents: 6096
diff changeset
237 2005-08-24 Bruno Haible <bruno@clisp.org>
66bd85c8a9cd Proper autoconf macro argument quoting.
Bruno Haible <bruno@clisp.org>
parents: 6096
diff changeset
238
66bd85c8a9cd Proper autoconf macro argument quoting.
Bruno Haible <bruno@clisp.org>
parents: 6096
diff changeset
239 * gnulib-tool (func_import, func_create_testdir,
66bd85c8a9cd Proper autoconf macro argument quoting.
Bruno Haible <bruno@clisp.org>
parents: 6096
diff changeset
240 func_create_megatestdir): Quote all autoconf macro arguments.
66bd85c8a9cd Proper autoconf macro argument quoting.
Bruno Haible <bruno@clisp.org>
parents: 6096
diff changeset
241
6096
ecf351b6a0d7 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6090
diff changeset
242 2005-08-24 Jim Meyering <jim@meyering.net>
ecf351b6a0d7 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6090
diff changeset
243
ecf351b6a0d7 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6090
diff changeset
244 * modules/fcntl-safer: New module.
ecf351b6a0d7 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6090
diff changeset
245 * modules/fts (Depends-on): Add fcntl-safer.
ecf351b6a0d7 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6090
diff changeset
246 * MODULES.html.sh (File descriptor based Input/Output):
ecf351b6a0d7 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6090
diff changeset
247 Add fcntl-safer.
ecf351b6a0d7 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6090
diff changeset
248
6090
8e8f24754381 * tests/test-getpass.c: New file.
Simon Josefsson <simon@josefsson.org>
parents: 6089
diff changeset
249 2005-08-24 Simon Josefsson <jas@extundo.com>
8e8f24754381 * tests/test-getpass.c: New file.
Simon Josefsson <simon@josefsson.org>
parents: 6089
diff changeset
250
8e8f24754381 * tests/test-getpass.c: New file.
Simon Josefsson <simon@josefsson.org>
parents: 6089
diff changeset
251 * tests/test-getpass.c: New file.
8e8f24754381 * tests/test-getpass.c: New file.
Simon Josefsson <simon@josefsson.org>
parents: 6089
diff changeset
252
6089
6d8531fdad0f *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6058
diff changeset
253 2005-08-24 Jim Meyering <jim@meyering.net>
6d8531fdad0f *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6058
diff changeset
254
6d8531fdad0f *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6058
diff changeset
255 * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
6d8531fdad0f *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6058
diff changeset
256 now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
6d8531fdad0f *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 6058
diff changeset
257
6058
a7440145d6a9 New module 'strcasestr'.
Bruno Haible <bruno@clisp.org>
parents: 6057
diff changeset
258 2005-08-17 Bruno Haible <bruno@clisp.org>
a7440145d6a9 New module 'strcasestr'.
Bruno Haible <bruno@clisp.org>
parents: 6057
diff changeset
259
a7440145d6a9 New module 'strcasestr'.
Bruno Haible <bruno@clisp.org>
parents: 6057
diff changeset
260 * modules/strcasestr: New file.
a7440145d6a9 New module 'strcasestr'.
Bruno Haible <bruno@clisp.org>
parents: 6057
diff changeset
261 * MODULES.html.sh (String handling, based on ANSI C 89): Add
a7440145d6a9 New module 'strcasestr'.
Bruno Haible <bruno@clisp.org>
parents: 6057
diff changeset
262 strcasestr.
a7440145d6a9 New module 'strcasestr'.
Bruno Haible <bruno@clisp.org>
parents: 6057
diff changeset
263
6057
a878a8d58823 Make strstr() work in multibyte locales.
Bruno Haible <bruno@clisp.org>
parents: 6056
diff changeset
264 2005-08-17 Bruno Haible <bruno@clisp.org>
a878a8d58823 Make strstr() work in multibyte locales.
Bruno Haible <bruno@clisp.org>
parents: 6056
diff changeset
265
a878a8d58823 Make strstr() work in multibyte locales.
Bruno Haible <bruno@clisp.org>
parents: 6056
diff changeset
266 * modules/strstr (Files): Add m4/mbrtowc.m4.
a878a8d58823 Make strstr() work in multibyte locales.
Bruno Haible <bruno@clisp.org>
parents: 6056
diff changeset
267 (Depends-on): Add mbuiter.
a878a8d58823 Make strstr() work in multibyte locales.
Bruno Haible <bruno@clisp.org>
parents: 6056
diff changeset
268
6056
4838606fdc03 strcasecmp.c now uses mbuiter.
Bruno Haible <bruno@clisp.org>
parents: 6055
diff changeset
269 2005-08-17 Bruno Haible <bruno@clisp.org>
4838606fdc03 strcasecmp.c now uses mbuiter.
Bruno Haible <bruno@clisp.org>
parents: 6055
diff changeset
270
4838606fdc03 strcasecmp.c now uses mbuiter.
Bruno Haible <bruno@clisp.org>
parents: 6055
diff changeset
271 * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
4838606fdc03 strcasecmp.c now uses mbuiter.
Bruno Haible <bruno@clisp.org>
parents: 6055
diff changeset
272
6055
a87afe9c4648 New module 'mbuiter'.
Bruno Haible <bruno@clisp.org>
parents: 6048
diff changeset
273 2005-08-17 Bruno Haible <bruno@clisp.org>
a87afe9c4648 New module 'mbuiter'.
Bruno Haible <bruno@clisp.org>
parents: 6048
diff changeset
274
a87afe9c4648 New module 'mbuiter'.
Bruno Haible <bruno@clisp.org>
parents: 6048
diff changeset
275 * modules/mbuiter: New file.
a87afe9c4648 New module 'mbuiter'.
Bruno Haible <bruno@clisp.org>
parents: 6048
diff changeset
276 * MODULES.html.sh (Extended multibyte and wide character utilities):
a87afe9c4648 New module 'mbuiter'.
Bruno Haible <bruno@clisp.org>
parents: 6048
diff changeset
277 Add mbuiter.
a87afe9c4648 New module 'mbuiter'.
Bruno Haible <bruno@clisp.org>
parents: 6048
diff changeset
278
6048
5943d7de8c5d Make strcasecmp() work right in multibyte locales.
Bruno Haible <bruno@clisp.org>
parents: 6047
diff changeset
279 2005-08-16 Bruno Haible <bruno@clisp.org>
5943d7de8c5d Make strcasecmp() work right in multibyte locales.
Bruno Haible <bruno@clisp.org>
parents: 6047
diff changeset
280
5943d7de8c5d Make strcasecmp() work right in multibyte locales.
Bruno Haible <bruno@clisp.org>
parents: 6047
diff changeset
281 * modules/strcase (Files): Add m4/mbrtowc.m4.
5943d7de8c5d Make strcasecmp() work right in multibyte locales.
Bruno Haible <bruno@clisp.org>
parents: 6047
diff changeset
282 (Depends-on): Add strnlen1, mbchar.
5943d7de8c5d Make strcasecmp() work right in multibyte locales.
Bruno Haible <bruno@clisp.org>
parents: 6047
diff changeset
283
6047
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents: 6046
diff changeset
284 2005-08-16 Bruno Haible <bruno@clisp.org>
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents: 6046
diff changeset
285
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents: 6046
diff changeset
286 * modules/strnlen1: New file.
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents: 6046
diff changeset
287 * MODULES.html.sh (String handling): Add strnlen1.
085fe0908938 New module 'strnlen1'.
Bruno Haible <bruno@clisp.org>
parents: 6046
diff changeset
288
6046
455e151721e5 New module 'mbfile'.
Bruno Haible <bruno@clisp.org>
parents: 6045
diff changeset
289 2005-08-16 Bruno Haible <bruno@clisp.org>
455e151721e5 New module 'mbfile'.
Bruno Haible <bruno@clisp.org>
parents: 6045
diff changeset
290
455e151721e5 New module 'mbfile'.
Bruno Haible <bruno@clisp.org>
parents: 6045
diff changeset
291 * modules/mbfile: New file.
455e151721e5 New module 'mbfile'.
Bruno Haible <bruno@clisp.org>
parents: 6045
diff changeset
292 * MODULES.html.sh (Extended multibyte and wide character utilities):
455e151721e5 New module 'mbfile'.
Bruno Haible <bruno@clisp.org>
parents: 6045
diff changeset
293 Add mbfile.
455e151721e5 New module 'mbfile'.
Bruno Haible <bruno@clisp.org>
parents: 6045
diff changeset
294
6045
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents: 6044
diff changeset
295 2005-08-16 Bruno Haible <bruno@clisp.org>
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents: 6044
diff changeset
296
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents: 6044
diff changeset
297 * modules/mbiter: New file.
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents: 6044
diff changeset
298 * MODULES.html.sh (Extended multibyte and wide character utilities):
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents: 6044
diff changeset
299 Add mbiter.
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents: 6044
diff changeset
300
6044
522ff3fa7995 New module 'mbchar'.
Bruno Haible <bruno@clisp.org>
parents: 6042
diff changeset
301 2005-08-16 Bruno Haible <bruno@clisp.org>
522ff3fa7995 New module 'mbchar'.
Bruno Haible <bruno@clisp.org>
parents: 6042
diff changeset
302
522ff3fa7995 New module 'mbchar'.
Bruno Haible <bruno@clisp.org>
parents: 6042
diff changeset
303 * modules/mbchar: New file.
522ff3fa7995 New module 'mbchar'.
Bruno Haible <bruno@clisp.org>
parents: 6042
diff changeset
304 * MODULES.html.sh (Extended multibyte and wide character utilities):
522ff3fa7995 New module 'mbchar'.
Bruno Haible <bruno@clisp.org>
parents: 6042
diff changeset
305 New section.
522ff3fa7995 New module 'mbchar'.
Bruno Haible <bruno@clisp.org>
parents: 6042
diff changeset
306
6042
ab97b105b804 New module 'tls'.
Bruno Haible <bruno@clisp.org>
parents: 6039
diff changeset
307 2005-08-16 Bruno Haible <bruno@clisp.org>
ab97b105b804 New module 'tls'.
Bruno Haible <bruno@clisp.org>
parents: 6039
diff changeset
308
ab97b105b804 New module 'tls'.
Bruno Haible <bruno@clisp.org>
parents: 6039
diff changeset
309 * modules/tls: New file.
ab97b105b804 New module 'tls'.
Bruno Haible <bruno@clisp.org>
parents: 6039
diff changeset
310 * MODULES.html.sh (Multithreading): Add tls.
ab97b105b804 New module 'tls'.
Bruno Haible <bruno@clisp.org>
parents: 6039
diff changeset
311
6038
ed98b0e8e147 * modules/ssize_t (License): Change to 'unlimited'.
Simon Josefsson <simon@josefsson.org>
parents: 6031
diff changeset
312 2005-08-15 Simon Josefsson <jas@extundo.com>
ed98b0e8e147 * modules/ssize_t (License): Change to 'unlimited'.
Simon Josefsson <simon@josefsson.org>
parents: 6031
diff changeset
313
ed98b0e8e147 * modules/ssize_t (License): Change to 'unlimited'.
Simon Josefsson <simon@josefsson.org>
parents: 6031
diff changeset
314 * modules/ssize_t (License): Change to 'unlimited'.
ed98b0e8e147 * modules/ssize_t (License): Change to 'unlimited'.
Simon Josefsson <simon@josefsson.org>
parents: 6031
diff changeset
315
6039
93f48e27ac36 * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
Simon Josefsson <simon@josefsson.org>
parents: 6038
diff changeset
316 * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
93f48e27ac36 * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
Simon Josefsson <simon@josefsson.org>
parents: 6038
diff changeset
317
6031
ebb8bbda65c2 Add ssize_t.
Simon Josefsson <simon@josefsson.org>
parents: 6030
diff changeset
318 2005-08-12 Simon Josefsson <jas@extundo.com>
ebb8bbda65c2 Add ssize_t.
Simon Josefsson <simon@josefsson.org>
parents: 6030
diff changeset
319
ebb8bbda65c2 Add ssize_t.
Simon Josefsson <simon@josefsson.org>
parents: 6030
diff changeset
320 * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
ebb8bbda65c2 Add ssize_t.
Simon Josefsson <simon@josefsson.org>
parents: 6030
diff changeset
321 ssize_t.
ebb8bbda65c2 Add ssize_t.
Simon Josefsson <simon@josefsson.org>
parents: 6030
diff changeset
322
6030
781dec53e193 Add ssize_t module, and use it.
Simon Josefsson <simon@josefsson.org>
parents: 6027
diff changeset
323 2005-08-12 Simon Josefsson <jas@extundo.com>
781dec53e193 Add ssize_t module, and use it.
Simon Josefsson <simon@josefsson.org>
parents: 6027
diff changeset
324
781dec53e193 Add ssize_t module, and use it.
Simon Josefsson <simon@josefsson.org>
parents: 6027
diff changeset
325 * modules/getndelim2: Use ssize_t module.
781dec53e193 Add ssize_t module, and use it.
Simon Josefsson <simon@josefsson.org>
parents: 6027
diff changeset
326 * modules/getnline: Likewise.
781dec53e193 Add ssize_t module, and use it.
Simon Josefsson <simon@josefsson.org>
parents: 6027
diff changeset
327 * modules/safe-read: Likewise.
781dec53e193 Add ssize_t module, and use it.
Simon Josefsson <simon@josefsson.org>
parents: 6027
diff changeset
328 * modules/xreadlink: Likewise.
781dec53e193 Add ssize_t module, and use it.
Simon Josefsson <simon@josefsson.org>
parents: 6027
diff changeset
329
781dec53e193 Add ssize_t module, and use it.
Simon Josefsson <simon@josefsson.org>
parents: 6027
diff changeset
330 * modules/ssize_t: New file.
781dec53e193 Add ssize_t module, and use it.
Simon Josefsson <simon@josefsson.org>
parents: 6027
diff changeset
331
6027
306d44610193 * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
Simon Josefsson <simon@josefsson.org>
parents: 6023
diff changeset
332 2005-08-12 Simon Josefsson <jas@extundo.com>
306d44610193 * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
Simon Josefsson <simon@josefsson.org>
parents: 6023
diff changeset
333
306d44610193 * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
Simon Josefsson <simon@josefsson.org>
parents: 6023
diff changeset
334 * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
306d44610193 * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
Simon Josefsson <simon@josefsson.org>
parents: 6023
diff changeset
335 readline, getdelim and check_version.
306d44610193 * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
Simon Josefsson <simon@josefsson.org>
parents: 6023
diff changeset
336 (Support for systems lacking ISO C 99: Sizes of integer types):
306d44610193 * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
Simon Josefsson <simon@josefsson.org>
parents: 6023
diff changeset
337 Add size_max.
306d44610193 * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
Simon Josefsson <simon@josefsson.org>
parents: 6023
diff changeset
338
6020
b9cb7a737790 2005-08-10 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6017
diff changeset
339 2005-08-11 Simon Josefsson <jas@extundo.com>
b9cb7a737790 2005-08-10 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6017
diff changeset
340
6023
dc4cf8f3232e Add readline.
Simon Josefsson <simon@josefsson.org>
parents: 6020
diff changeset
341 * modules/readline: New file.
dc4cf8f3232e Add readline.
Simon Josefsson <simon@josefsson.org>
parents: 6020
diff changeset
342
6020
b9cb7a737790 2005-08-10 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6017
diff changeset
343 * modules/strnlen (Files): Add strnlen.h.
b9cb7a737790 2005-08-10 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6017
diff changeset
344
6017
f6f12851a770 Add test tool for iconvme.
Simon Josefsson <simon@josefsson.org>
parents: 6016
diff changeset
345 2005-08-10 Simon Josefsson <jas@extundo.com>
f6f12851a770 Add test tool for iconvme.
Simon Josefsson <simon@josefsson.org>
parents: 6016
diff changeset
346
f6f12851a770 Add test tool for iconvme.
Simon Josefsson <simon@josefsson.org>
parents: 6016
diff changeset
347 * tests/test-iconvme.c: New file.
f6f12851a770 Add test tool for iconvme.
Simon Josefsson <simon@josefsson.org>
parents: 6016
diff changeset
348
6016
699468ab4fea 2005-08-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
Simon Josefsson <simon@josefsson.org>
parents: 6011
diff changeset
349 2005-08-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
699468ab4fea 2005-08-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
Simon Josefsson <simon@josefsson.org>
parents: 6011
diff changeset
350
699468ab4fea 2005-08-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
Simon Josefsson <simon@josefsson.org>
parents: 6011
diff changeset
351 * README: Typos.
699468ab4fea 2005-08-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
Simon Josefsson <simon@josefsson.org>
parents: 6011
diff changeset
352
6011
cf3d0bf4fc6f 2005-08-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6002
diff changeset
353 2005-08-02 Simon Josefsson <jas@extundo.com>
cf3d0bf4fc6f 2005-08-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6002
diff changeset
354
cf3d0bf4fc6f 2005-08-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6002
diff changeset
355 * modules/getdelim: New file.
cf3d0bf4fc6f 2005-08-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6002
diff changeset
356
cf3d0bf4fc6f 2005-08-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6002
diff changeset
357 * modules/getline: Rewrite, don't use getndelim2.
cf3d0bf4fc6f 2005-08-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6002
diff changeset
358
cf3d0bf4fc6f 2005-08-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6002
diff changeset
359 2005-07-16 Simon Josefsson <jas@extundo.com>
cf3d0bf4fc6f 2005-08-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6002
diff changeset
360
cf3d0bf4fc6f 2005-08-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6002
diff changeset
361 * modules/readline: New file.
cf3d0bf4fc6f 2005-08-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 6002
diff changeset
362
6002
29720e2b877f New gnulib module 'visibility'.
Bruno Haible <bruno@clisp.org>
parents: 6001
diff changeset
363 2005-07-24 Bruno Haible <bruno@clisp.org>
29720e2b877f New gnulib module 'visibility'.
Bruno Haible <bruno@clisp.org>
parents: 6001
diff changeset
364
29720e2b877f New gnulib module 'visibility'.
Bruno Haible <bruno@clisp.org>
parents: 6001
diff changeset
365 * modules/visibility: New file.
29720e2b877f New gnulib module 'visibility'.
Bruno Haible <bruno@clisp.org>
parents: 6001
diff changeset
366 * MODULES.html.sh (Misc): Add visibility.
29720e2b877f New gnulib module 'visibility'.
Bruno Haible <bruno@clisp.org>
parents: 6001
diff changeset
367
6001
322a0918d54a * modules/alloca-opt (Makefile.am): Remove explicit dependency on
Paul Eggert <eggert@cs.ucla.edu>
parents: 5994
diff changeset
368 2005-07-22 Bruno Haible <bruno@clisp.org>
322a0918d54a * modules/alloca-opt (Makefile.am): Remove explicit dependency on
Paul Eggert <eggert@cs.ucla.edu>
parents: 5994
diff changeset
369
322a0918d54a * modules/alloca-opt (Makefile.am): Remove explicit dependency on
Paul Eggert <eggert@cs.ucla.edu>
parents: 5994
diff changeset
370 * modules/alloca-opt (Makefile.am): Remove explicit dependency on
322a0918d54a * modules/alloca-opt (Makefile.am): Remove explicit dependency on
Paul Eggert <eggert@cs.ucla.edu>
parents: 5994
diff changeset
371 $(ALLOCA_H), redundant through BUILT_SOURCES.
322a0918d54a * modules/alloca-opt (Makefile.am): Remove explicit dependency on
Paul Eggert <eggert@cs.ucla.edu>
parents: 5994
diff changeset
372 * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
322a0918d54a * modules/alloca-opt (Makefile.am): Remove explicit dependency on
Paul Eggert <eggert@cs.ucla.edu>
parents: 5994
diff changeset
373 redundant through BUILT_SOURCES.
322a0918d54a * modules/alloca-opt (Makefile.am): Remove explicit dependency on
Paul Eggert <eggert@cs.ucla.edu>
parents: 5994
diff changeset
374 * modules/byteswap (Makefile.am): Remove explicit dependency on
322a0918d54a * modules/alloca-opt (Makefile.am): Remove explicit dependency on
Paul Eggert <eggert@cs.ucla.edu>
parents: 5994
diff changeset
375 $(BYTESWAP_H), redundant through BUILT_SOURCES.
322a0918d54a * modules/alloca-opt (Makefile.am): Remove explicit dependency on
Paul Eggert <eggert@cs.ucla.edu>
parents: 5994
diff changeset
376 * modules/fnmatch (Makefile.am): Remove explicit dependency on
322a0918d54a * modules/alloca-opt (Makefile.am): Remove explicit dependency on
Paul Eggert <eggert@cs.ucla.edu>
parents: 5994
diff changeset
377 $(FNMATCH_H), redundant through BUILT_SOURCES.
322a0918d54a * modules/alloca-opt (Makefile.am): Remove explicit dependency on
Paul Eggert <eggert@cs.ucla.edu>
parents: 5994
diff changeset
378 * modules/getopt (Makefile.am): Remove explicit dependency on
322a0918d54a * modules/alloca-opt (Makefile.am): Remove explicit dependency on
Paul Eggert <eggert@cs.ucla.edu>
parents: 5994
diff changeset
379 $(GETOPT_H), redundant through BUILT_SOURCES.
322a0918d54a * modules/alloca-opt (Makefile.am): Remove explicit dependency on
Paul Eggert <eggert@cs.ucla.edu>
parents: 5994
diff changeset
380 * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
322a0918d54a * modules/alloca-opt (Makefile.am): Remove explicit dependency on
Paul Eggert <eggert@cs.ucla.edu>
parents: 5994
diff changeset
381 redundant through BUILT_SOURCES.
322a0918d54a * modules/alloca-opt (Makefile.am): Remove explicit dependency on
Paul Eggert <eggert@cs.ucla.edu>
parents: 5994
diff changeset
382 * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
322a0918d54a * modules/alloca-opt (Makefile.am): Remove explicit dependency on
Paul Eggert <eggert@cs.ucla.edu>
parents: 5994
diff changeset
383 redundant through BUILT_SOURCES.
322a0918d54a * modules/alloca-opt (Makefile.am): Remove explicit dependency on
Paul Eggert <eggert@cs.ucla.edu>
parents: 5994
diff changeset
384 * modules/stdbool (Makefile.am): Remove explicit dependency on
322a0918d54a * modules/alloca-opt (Makefile.am): Remove explicit dependency on
Paul Eggert <eggert@cs.ucla.edu>
parents: 5994
diff changeset
385 $(STDBOOL_H), redundant through BUILT_SOURCES.
322a0918d54a * modules/alloca-opt (Makefile.am): Remove explicit dependency on
Paul Eggert <eggert@cs.ucla.edu>
parents: 5994
diff changeset
386 * modules/stdint (Makefile.am): Remove explicit dependency on
322a0918d54a * modules/alloca-opt (Makefile.am): Remove explicit dependency on
Paul Eggert <eggert@cs.ucla.edu>
parents: 5994
diff changeset
387 $(STDINT_H), redundant through BUILT_SOURCES.
322a0918d54a * modules/alloca-opt (Makefile.am): Remove explicit dependency on
Paul Eggert <eggert@cs.ucla.edu>
parents: 5994
diff changeset
388 * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
322a0918d54a * modules/alloca-opt (Makefile.am): Remove explicit dependency on
Paul Eggert <eggert@cs.ucla.edu>
parents: 5994
diff changeset
389 Remove explicit dependency on $(SYSEXITS_H).
322a0918d54a * modules/alloca-opt (Makefile.am): Remove explicit dependency on
Paul Eggert <eggert@cs.ucla.edu>
parents: 5994
diff changeset
390 Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
322a0918d54a * modules/alloca-opt (Makefile.am): Remove explicit dependency on
Paul Eggert <eggert@cs.ucla.edu>
parents: 5994
diff changeset
391
5994
8694796f8a72 New gnulib module 'lock'.
Bruno Haible <bruno@clisp.org>
parents: 5991
diff changeset
392 2005-07-18 Bruno Haible <bruno@clisp.org>
8694796f8a72 New gnulib module 'lock'.
Bruno Haible <bruno@clisp.org>
parents: 5991
diff changeset
393
8694796f8a72 New gnulib module 'lock'.
Bruno Haible <bruno@clisp.org>
parents: 5991
diff changeset
394 * modules/lock: New file.
8694796f8a72 New gnulib module 'lock'.
Bruno Haible <bruno@clisp.org>
parents: 5991
diff changeset
395 * MODULES.html.sh (Multithreading): New section.
8694796f8a72 New gnulib module 'lock'.
Bruno Haible <bruno@clisp.org>
parents: 5991
diff changeset
396
5991
06ad66111945 * modules/xalloc (Depends-on): Add xalloc-die.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5988
diff changeset
397 2005-07-15 Paul Eggert <eggert@cs.ucla.edu>
06ad66111945 * modules/xalloc (Depends-on): Add xalloc-die.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5988
diff changeset
398
06ad66111945 * modules/xalloc (Depends-on): Add xalloc-die.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5988
diff changeset
399 * modules/xalloc (Depends-on): Add xalloc-die.
06ad66111945 * modules/xalloc (Depends-on): Add xalloc-die.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5988
diff changeset
400 * modules/xvasprintf (Depends-on): Add xalloc-die.
06ad66111945 * modules/xalloc (Depends-on): Add xalloc-die.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5988
diff changeset
401
5988
60262f4b3d5f * modules/argp (Depends-on): Remove unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5984
diff changeset
402 2005-07-14 Paul Eggert <eggert@cs.ucla.edu>
60262f4b3d5f * modules/argp (Depends-on): Remove unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5984
diff changeset
403
60262f4b3d5f * modules/argp (Depends-on): Remove unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5984
diff changeset
404 * modules/argp (Depends-on): Remove unlocked-io.
60262f4b3d5f * modules/argp (Depends-on): Remove unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5984
diff changeset
405
5984
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents: 5981
diff changeset
406 2005-07-11 Simon Josefsson <jas@extundo.com>
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents: 5981
diff changeset
407
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents: 5981
diff changeset
408 * modules/size_max: New file.
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents: 5981
diff changeset
409
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents: 5981
diff changeset
410 * modules/xsize: Depend on size_max module for size_max.m4.
b92b9d86794b * size_max.h: New file.
Simon Josefsson <simon@josefsson.org>
parents: 5981
diff changeset
411
5981
09850e201e79 New option --avoid.
Bruno Haible <bruno@clisp.org>
parents: 5979
diff changeset
412 2005-07-09 Bruno Haible <bruno@clisp.org>
09850e201e79 New option --avoid.
Bruno Haible <bruno@clisp.org>
parents: 5979
diff changeset
413
09850e201e79 New option --avoid.
Bruno Haible <bruno@clisp.org>
parents: 5979
diff changeset
414 * gnulib-tool (func_usage): Document option --avoid.
09850e201e79 New option --avoid.
Bruno Haible <bruno@clisp.org>
parents: 5979
diff changeset
415 (Command line options): Handle --avoid.
09850e201e79 New option --avoid.
Bruno Haible <bruno@clisp.org>
parents: 5979
diff changeset
416 (func_acceptable): New function.
09850e201e79 New option --avoid.
Bruno Haible <bruno@clisp.org>
parents: 5979
diff changeset
417 (func_modules_transitive_closure): Use it.
09850e201e79 New option --avoid.
Bruno Haible <bruno@clisp.org>
parents: 5979
diff changeset
418
5979
5cc92ab8ce76 Use shortcut links to the POSIX specification.
Bruno Haible <bruno@clisp.org>
parents: 5976
diff changeset
419 2005-07-11 Bruno Haible <bruno@clisp.org>
5cc92ab8ce76 Use shortcut links to the POSIX specification.
Bruno Haible <bruno@clisp.org>
parents: 5976
diff changeset
420
5cc92ab8ce76 Use shortcut links to the POSIX specification.
Bruno Haible <bruno@clisp.org>
parents: 5976
diff changeset
421 * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
5cc92ab8ce76 Use shortcut links to the POSIX specification.
Bruno Haible <bruno@clisp.org>
parents: 5976
diff changeset
422 Reported by Jim Meyering.
5cc92ab8ce76 Use shortcut links to the POSIX specification.
Bruno Haible <bruno@clisp.org>
parents: 5976
diff changeset
423
5976
4331e6e67f6b Updated
Sergey Poznyakoff <gray@gnu.org.ua>
parents: 5968
diff changeset
424 2005-07-09 Sergey Poznyakoff <gray@gnu.org.ua>
4331e6e67f6b Updated
Sergey Poznyakoff <gray@gnu.org.ua>
parents: 5968
diff changeset
425
4331e6e67f6b Updated
Sergey Poznyakoff <gray@gnu.org.ua>
parents: 5968
diff changeset
426 * modules/argp (Depends-on): Add unlocked-io
4331e6e67f6b Updated
Sergey Poznyakoff <gray@gnu.org.ua>
parents: 5968
diff changeset
427
5968
541fed6ae301 * modules/regex (Files): Add lib/regex_internal.c,
Paul Eggert <eggert@cs.ucla.edu>
parents: 5965
diff changeset
428 2005-07-07 Paul Eggert <eggert@cs.ucla.edu>
541fed6ae301 * modules/regex (Files): Add lib/regex_internal.c,
Paul Eggert <eggert@cs.ucla.edu>
parents: 5965
diff changeset
429
541fed6ae301 * modules/regex (Files): Add lib/regex_internal.c,
Paul Eggert <eggert@cs.ucla.edu>
parents: 5965
diff changeset
430 * modules/regex (Files): Add lib/regex_internal.c,
541fed6ae301 * modules/regex (Files): Add lib/regex_internal.c,
Paul Eggert <eggert@cs.ucla.edu>
parents: 5965
diff changeset
431 lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
541fed6ae301 * modules/regex (Files): Add lib/regex_internal.c,
Paul Eggert <eggert@cs.ucla.edu>
parents: 5965
diff changeset
432 (Depends-on): Add extensions.
541fed6ae301 * modules/regex (Files): Add lib/regex_internal.c,
Paul Eggert <eggert@cs.ucla.edu>
parents: 5965
diff changeset
433 (Makefile.am): Remove lib_SOURCES; now done by m4 code.
541fed6ae301 * modules/regex (Files): Add lib/regex_internal.c,
Paul Eggert <eggert@cs.ucla.edu>
parents: 5965
diff changeset
434
5965
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5963
diff changeset
435 2005-07-06 Paul Eggert <eggert@cs.ucla.edu>
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5963
diff changeset
436
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5963
diff changeset
437 Support programs like Emacs that use gnulib but not gettext.
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5963
diff changeset
438 * MODULES.html.sh (Internationalization functions): Add gettext-h.
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5963
diff changeset
439 * modules/gettext-h: New file.
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5963
diff changeset
440 * modules/gettext (Files): Remove lib/gettext.h.
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5963
diff changeset
441 (Depends-on): Add gettext-h.
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5963
diff changeset
442 (Makefile.am): Remove lib_SOURCES.
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5963
diff changeset
443 * modules/argmatch, modules/c-stack, modules/closeout:
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5963
diff changeset
444 * modules/copy-file, modules/csharpcomp, modules/csharpexec:
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5963
diff changeset
445 * modules/execute, modules/file-type, modules/getaddrinfo:
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5963
diff changeset
446 * modules/getopt, modules/human, modules/javacomp:
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5963
diff changeset
447 * modules/javaexec, modules/mkdir-p, modules/obstack:
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5963
diff changeset
448 * modules/openat, modules/pagealign_alloc, modules/pipe:
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5963
diff changeset
449 * modules/quotearg, modules/regex, modules/rpmatch:
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5963
diff changeset
450 * modules/unicodeio, modules/userspec, modules/version-etc:
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5963
diff changeset
451 * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5963
diff changeset
452 * modules/xsetenv:
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5963
diff changeset
453 Depend on gettext-h, not gettext.
cd3c62f1332e Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5963
diff changeset
454
5963
6fb8c48c4dcd * gnulib-tool (func_import): Add support for 'public domain' license.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5960
diff changeset
455 2005-07-05 Paul Eggert <eggert@cs.ucla.edu>
6fb8c48c4dcd * gnulib-tool (func_import): Add support for 'public domain' license.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5960
diff changeset
456
6fb8c48c4dcd * gnulib-tool (func_import): Add support for 'public domain' license.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5960
diff changeset
457 * gnulib-tool (func_import): Add support for 'public domain' license.
6fb8c48c4dcd * gnulib-tool (func_import): Add support for 'public domain' license.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5960
diff changeset
458 * modules/alloca, modules/atexit, modules/memmove:
6fb8c48c4dcd * gnulib-tool (func_import): Add support for 'public domain' license.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5960
diff changeset
459 Now public domain, not GPL.
6fb8c48c4dcd * gnulib-tool (func_import): Add support for 'public domain' license.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5960
diff changeset
460 * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
6fb8c48c4dcd * gnulib-tool (func_import): Add support for 'public domain' license.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5960
diff changeset
461 * modules/realloc, modules/strerror, modules/strtod:
6fb8c48c4dcd * gnulib-tool (func_import): Add support for 'public domain' license.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5960
diff changeset
462 Now LGPL, not GPL.
6fb8c48c4dcd * gnulib-tool (func_import): Add support for 'public domain' license.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5960
diff changeset
463
5960
2a0d593683dc Remove the dependency of the strftime module on the tzset module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5946
diff changeset
464 2005-07-03 Paul Eggert <eggert@cs.ucla.edu>
2a0d593683dc Remove the dependency of the strftime module on the tzset module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5946
diff changeset
465
2a0d593683dc Remove the dependency of the strftime module on the tzset module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5946
diff changeset
466 Remove the dependency of the strftime module on the tzset module.
2a0d593683dc Remove the dependency of the strftime module on the tzset module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5946
diff changeset
467 * modules/strftime (Depends-on): Remove dependency on tzset.
2a0d593683dc Remove the dependency of the strftime module on the tzset module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5946
diff changeset
468
5945
Jim Meyering <jim@meyering.net>
parents: 5941
diff changeset
469 2005-06-28 Jim Meyering <jim@meyering.net>
Jim Meyering <jim@meyering.net>
parents: 5941
diff changeset
470
Jim Meyering <jim@meyering.net>
parents: 5941
diff changeset
471 * check-module (find_included_lib_files): Hard-code another
Jim Meyering <jim@meyering.net>
parents: 5941
diff changeset
472 pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
5946
3c31e8cc7483 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5945
diff changeset
473 but modules/fts-lgpl (correctly) does not list those files.
5945
Jim Meyering <jim@meyering.net>
parents: 5941
diff changeset
474
Jim Meyering <jim@meyering.net>
parents: 5941
diff changeset
475 * modules/canonicalize (Files): Add lib/pathmax.h.
Jim Meyering <jim@meyering.net>
parents: 5941
diff changeset
476
5941
df33112b6397 2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 5940
diff changeset
477 2005-06-28 Simon Josefsson <jas@extundo.com>
df33112b6397 2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 5940
diff changeset
478
df33112b6397 2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 5940
diff changeset
479 * modules/check-version (Files): Add check-version.m4.
df33112b6397 2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 5940
diff changeset
480
5940
5e3f37f5f1d4 2005-06-25 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 5933
diff changeset
481 2005-06-25 Simon Josefsson <jas@extundo.com>
5e3f37f5f1d4 2005-06-25 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 5933
diff changeset
482
5e3f37f5f1d4 2005-06-25 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 5933
diff changeset
483 * modules/check-version: New file.
5e3f37f5f1d4 2005-06-25 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 5933
diff changeset
484
5933
35504bd557fa Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents: 5923
diff changeset
485 2005-06-24 Derek Price <derek@ximbiot.com>
35504bd557fa Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents: 5923
diff changeset
486 and Bruno Haible <bruno@clisp.org>
35504bd557fa Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents: 5923
diff changeset
487
35504bd557fa Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents: 5923
diff changeset
488 Remove stat module & update lstat.
35504bd557fa Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents: 5923
diff changeset
489 * MODULES.html.sh (stat): Remove.
35504bd557fa Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents: 5923
diff changeset
490 * MODULES.html: Regenerated.
35504bd557fa Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents: 5923
diff changeset
491 * modules/lstat (Description): Correct function name.
35504bd557fa Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents: 5923
diff changeset
492 (Files): Add "lstat.h".
35504bd557fa Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents: 5923
diff changeset
493 (Depends-on): Remove stat, add xalloc, stat-macros.
35504bd557fa Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents: 5923
diff changeset
494 * modules/stat: Remove this file.
35504bd557fa Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents: 5923
diff changeset
495 (Include): Add "lstat.h", remove <sys/stat.h>.
35504bd557fa Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents: 5923
diff changeset
496
5913
3b9706263c44 New module 'csharpcomp'.
Bruno Haible <bruno@clisp.org>
parents: 5907
diff changeset
497 2005-06-08 Bruno Haible <bruno@clisp.org>
3b9706263c44 New module 'csharpcomp'.
Bruno Haible <bruno@clisp.org>
parents: 5907
diff changeset
498
3b9706263c44 New module 'csharpcomp'.
Bruno Haible <bruno@clisp.org>
parents: 5907
diff changeset
499 * modules/csharpcomp: New file.
3b9706263c44 New module 'csharpcomp'.
Bruno Haible <bruno@clisp.org>
parents: 5907
diff changeset
500 * MODULES.html.sh (C#): Add csharpcomp.
3b9706263c44 New module 'csharpcomp'.
Bruno Haible <bruno@clisp.org>
parents: 5907
diff changeset
501
5907
c47674a83a78 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5902
diff changeset
502 2005-06-02 Paul Eggert <eggert@cs.ucla.edu>
c47674a83a78 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5902
diff changeset
503
c47674a83a78 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5902
diff changeset
504 Sync from coreutils.
c47674a83a78 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5902
diff changeset
505 Use "file name" when talking about file names, instead of "filename"
c47674a83a78 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5902
diff changeset
506 or "path", as per the GNU coding standards.
c47674a83a78 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5902
diff changeset
507 * MODULES.html.sh: mkdir-p renamed from makepath.
c47674a83a78 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5902
diff changeset
508 filenamecat renamed from path-concat.
c47674a83a78 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5902
diff changeset
509 * modules/filenamecat: Renamed from modules/path-concat.
c47674a83a78 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5902
diff changeset
510 (Files): filenamecat.h and filenamecat.c renamed from
c47674a83a78 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5902
diff changeset
511 path-concat.h and path-concat.c.
c47674a83a78 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5902
diff changeset
512 (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
c47674a83a78 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5902
diff changeset
513 (Include): filenamecat.h, not path-concat.h.
c47674a83a78 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5902
diff changeset
514 * modules/mkdir-p: Renamed from modules/makepath.
c47674a83a78 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5902
diff changeset
515 (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and makepath.c.
c47674a83a78 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5902
diff changeset
516 (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
c47674a83a78 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5902
diff changeset
517 (Include): mkdir-p.h, not makepath.h.
c47674a83a78 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5902
diff changeset
518
5902
95383b7d1b52 New module 'csharpexec'.
Bruno Haible <bruno@clisp.org>
parents: 5898
diff changeset
519 2005-06-01 Bruno Haible <bruno@clisp.org>
95383b7d1b52 New module 'csharpexec'.
Bruno Haible <bruno@clisp.org>
parents: 5898
diff changeset
520
95383b7d1b52 New module 'csharpexec'.
Bruno Haible <bruno@clisp.org>
parents: 5898
diff changeset
521 * modules/csharpexec: New file.
95383b7d1b52 New module 'csharpexec'.
Bruno Haible <bruno@clisp.org>
parents: 5898
diff changeset
522 * MODULES.html.sh (C#): New section.
95383b7d1b52 New module 'csharpexec'.
Bruno Haible <bruno@clisp.org>
parents: 5898
diff changeset
523
5898
429b55c14554 * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
Derek R. Price <derek@ximbiot.com>
parents: 5894
diff changeset
524 2005-05-29 Derek Price <derek@ximbiot.com>
429b55c14554 * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
Derek R. Price <derek@ximbiot.com>
parents: 5894
diff changeset
525
429b55c14554 * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
Derek R. Price <derek@ximbiot.com>
parents: 5894
diff changeset
526 * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
429b55c14554 * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
Derek R. Price <derek@ximbiot.com>
parents: 5894
diff changeset
527 * modules/glob: New file.
429b55c14554 * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
Derek R. Price <derek@ximbiot.com>
parents: 5894
diff changeset
528 * modules/getlogin_r: Add link to POSIX spec in description.
429b55c14554 * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
Derek R. Price <derek@ximbiot.com>
parents: 5894
diff changeset
529
5894
d09af5fbd9f2 * modules/fts (Files): Remove m4/inttypes-pri.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5889
diff changeset
530 2005-05-27 Paul Eggert <eggert@cs.ucla.edu>
d09af5fbd9f2 * modules/fts (Files): Remove m4/inttypes-pri.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5889
diff changeset
531
d09af5fbd9f2 * modules/fts (Files): Remove m4/inttypes-pri.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5889
diff changeset
532 * modules/fts (Files): Remove m4/inttypes-pri.m4.
d09af5fbd9f2 * modules/fts (Files): Remove m4/inttypes-pri.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5889
diff changeset
533 * modules/fts-lgpl (Depends-on): Remove gettext.
d09af5fbd9f2 * modules/fts (Files): Remove m4/inttypes-pri.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5889
diff changeset
534
5889
ae0c1303f175 * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
Derek R. Price <derek@ximbiot.com>
parents: 5887
diff changeset
535 2005-05-25 Derek Price <derek@ximbiot.com>
ae0c1303f175 * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
Derek R. Price <derek@ximbiot.com>
parents: 5887
diff changeset
536
ae0c1303f175 * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
Derek R. Price <derek@ximbiot.com>
parents: 5887
diff changeset
537 * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
ae0c1303f175 * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
Derek R. Price <derek@ximbiot.com>
parents: 5887
diff changeset
538
5885
85592abdcf53 * lib/getlogin_r.c, lib/getlogin_r.h, m4/getlogin_r.m4,
Derek R. Price <derek@ximbiot.com>
parents: 5882
diff changeset
539 2005-05-25 Derek Price <derek@ximbiot.com>
85592abdcf53 * lib/getlogin_r.c, lib/getlogin_r.h, m4/getlogin_r.m4,
Derek R. Price <derek@ximbiot.com>
parents: 5882
diff changeset
540 Paul Eggert <eggert@cs.ucla.edu>
85592abdcf53 * lib/getlogin_r.c, lib/getlogin_r.h, m4/getlogin_r.m4,
Derek R. Price <derek@ximbiot.com>
parents: 5882
diff changeset
541
5887
cfb8f3b61b7f Fix a few glitches in getlogin_r.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5885
diff changeset
542 * modules/getlogin_r: New files.
5885
85592abdcf53 * lib/getlogin_r.c, lib/getlogin_r.h, m4/getlogin_r.m4,
Derek R. Price <derek@ximbiot.com>
parents: 5882
diff changeset
543
5923
280b8d19043c *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5920
diff changeset
544 2005-05-21 Jim Meyering <jim@meyering.net>
280b8d19043c *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5920
diff changeset
545
280b8d19043c *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5920
diff changeset
546 * modules/fts (Files): Add m4/inttypes-pri.m4.
280b8d19043c *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5920
diff changeset
547 (Depends-on): Add lstat and remove gettext. Alphabetize.
280b8d19043c *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5920
diff changeset
548
5882
4166e2857787 Add autoconf tests for the 'minmax' module.
Bruno Haible <bruno@clisp.org>
parents: 5872
diff changeset
549 2005-05-18 Derek Price <derek@ximbiot.com>
4166e2857787 Add autoconf tests for the 'minmax' module.
Bruno Haible <bruno@clisp.org>
parents: 5872
diff changeset
550
4166e2857787 Add autoconf tests for the 'minmax' module.
Bruno Haible <bruno@clisp.org>
parents: 5872
diff changeset
551 * modules/minmax (Files): Add m4/minmax.m4.
4166e2857787 Add autoconf tests for the 'minmax' module.
Bruno Haible <bruno@clisp.org>
parents: 5872
diff changeset
552 (configure.ac): Add gl_MINMAX.
4166e2857787 Add autoconf tests for the 'minmax' module.
Bruno Haible <bruno@clisp.org>
parents: 5872
diff changeset
553
5872
fab6701e5cb2 New fts module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5863
diff changeset
554 2005-05-20 Paul Eggert <eggert@cs.ucla.edu>
fab6701e5cb2 New fts module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5863
diff changeset
555
fab6701e5cb2 New fts module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5863
diff changeset
556 * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
fab6701e5cb2 New fts module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5863
diff changeset
557
5863
9902cdf3485f Change to LGPL. Most of the code is already in the public domain.
Jim Meyering <jim@meyering.net>
parents: 5856
diff changeset
558 2005-05-18 Jim Meyering <jim@meyering.net>
9902cdf3485f Change to LGPL. Most of the code is already in the public domain.
Jim Meyering <jim@meyering.net>
parents: 5856
diff changeset
559
9902cdf3485f Change to LGPL. Most of the code is already in the public domain.
Jim Meyering <jim@meyering.net>
parents: 5856
diff changeset
560 * modules/dirfd (License): Change to LGPL. Most of the code
9902cdf3485f Change to LGPL. Most of the code is already in the public domain.
Jim Meyering <jim@meyering.net>
parents: 5856
diff changeset
561 is already in the public domain.
9902cdf3485f Change to LGPL. Most of the code is already in the public domain.
Jim Meyering <jim@meyering.net>
parents: 5856
diff changeset
562
5851
d39411e1c5e6 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5848
diff changeset
563 2005-05-14 Paul Eggert <eggert@cs.ucla.edu>
d39411e1c5e6 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5848
diff changeset
564
5856
49fa4c5819d0 * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
Paul Eggert <eggert@cs.ucla.edu>
parents: 5852
diff changeset
565 * config/srclist-update: Spell out "Street" in FSF postal
49fa4c5819d0 * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
Paul Eggert <eggert@cs.ucla.edu>
parents: 5852
diff changeset
566 mail address; this is the style the FSF seems to prefer.
49fa4c5819d0 * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
Paul Eggert <eggert@cs.ucla.edu>
parents: 5852
diff changeset
567
49fa4c5819d0 * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
Paul Eggert <eggert@cs.ucla.edu>
parents: 5852
diff changeset
568 * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
49fa4c5819d0 * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
Paul Eggert <eggert@cs.ucla.edu>
parents: 5852
diff changeset
569 build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
49fa4c5819d0 * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
Paul Eggert <eggert@cs.ucla.edu>
parents: 5852
diff changeset
570 this updates FSF postal mail address.
49fa4c5819d0 * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
Paul Eggert <eggert@cs.ucla.edu>
parents: 5852
diff changeset
571
5852
995d030c6a1f New unlinkdir module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5851
diff changeset
572 Sync from coreutils.
995d030c6a1f New unlinkdir module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5851
diff changeset
573 * modules/unlinkdir: New file.
5851
d39411e1c5e6 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5848
diff changeset
574 * modules/yesno (Depends-on): Add getline.
5852
995d030c6a1f New unlinkdir module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5851
diff changeset
575 * MODULES.html.sh (File system functions): Add unlinkdir.
5851
d39411e1c5e6 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5848
diff changeset
576
5848
a48fb0e98c8c *** empty log message ***
Paul Eggert <eggert@cs.ucla.edu>
parents: 5846
diff changeset
577 2005-05-13 Paul Eggert <eggert@cs.ucla.edu>
a48fb0e98c8c *** empty log message ***
Paul Eggert <eggert@cs.ucla.edu>
parents: 5846
diff changeset
578
a48fb0e98c8c *** empty log message ***
Paul Eggert <eggert@cs.ucla.edu>
parents: 5846
diff changeset
579 * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
a48fb0e98c8c *** empty log message ***
Paul Eggert <eggert@cs.ucla.edu>
parents: 5846
diff changeset
580 tests/test-memmem.c, tests/test-stpncpy.c:
a48fb0e98c8c *** empty log message ***
Paul Eggert <eggert@cs.ucla.edu>
parents: 5846
diff changeset
581 Update FSF postal mail address.
a48fb0e98c8c *** empty log message ***
Paul Eggert <eggert@cs.ucla.edu>
parents: 5846
diff changeset
582
5846
ef3fc95ba620 * gnulib-tool (func_import): Sort and uniquify recommended includes.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5844
diff changeset
583 2005-05-12 Eric Blake <ebb9@byu.net> (tiny change)
ef3fc95ba620 * gnulib-tool (func_import): Sort and uniquify recommended includes.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5844
diff changeset
584
ef3fc95ba620 * gnulib-tool (func_import): Sort and uniquify recommended includes.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5844
diff changeset
585 * gnulib-tool (func_import): Sort and uniquify recommended includes.
ef3fc95ba620 * gnulib-tool (func_import): Sort and uniquify recommended includes.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5844
diff changeset
586
5843
963ac153abaf Updated
Sergey Poznyakoff <gray@gnu.org.ua>
parents: 5830
diff changeset
587 2005-05-12 Sergey Poznyakoff <gray@Mirddin.farlep.net>
963ac153abaf Updated
Sergey Poznyakoff <gray@gnu.org.ua>
parents: 5830
diff changeset
588
5844
7bef8301fc95 Updated
Sergey Poznyakoff <gray@gnu.org.ua>
parents: 5843
diff changeset
589 * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
5843
963ac153abaf Updated
Sergey Poznyakoff <gray@gnu.org.ua>
parents: 5830
diff changeset
590
5826
fd96ef0b1e77 stat-macros shouldn't depend on itself.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5825
diff changeset
591 2005-05-09 Paul Eggert <eggert@cs.ucla.edu>
fd96ef0b1e77 stat-macros shouldn't depend on itself.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5825
diff changeset
592
5830
ad5f59cb5435 modules/time_r (License): Change to LGPL.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5828
diff changeset
593 * modules/time_r (License): Change to LGPL.
5828
8acbbf740ad7 * modules/extensions (License): Change to LGPL.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5826
diff changeset
594 * modules/extensions (License): Change to LGPL. Actually,
8acbbf740ad7 * modules/extensions (License): Change to LGPL.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5826
diff changeset
595 the license is more permissive than that, but currently gnulib-tool
8acbbf740ad7 * modules/extensions (License): Change to LGPL.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5826
diff changeset
596 doesn't know how to handle more-permissive licenses.
8acbbf740ad7 * modules/extensions (License): Change to LGPL.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5826
diff changeset
597
5826
fd96ef0b1e77 stat-macros shouldn't depend on itself.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5825
diff changeset
598 * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
fd96ef0b1e77 stat-macros shouldn't depend on itself.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5825
diff changeset
599 Problem reported by Dave Love.
fd96ef0b1e77 stat-macros shouldn't depend on itself.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5825
diff changeset
600
5825
96441be32be1 New module 'inet_ntop'.
Bruno Haible <bruno@clisp.org>
parents: 5820
diff changeset
601 2005-05-09 Yoann Vandoorselaere <yoann.v@prelude-ids.com>
5923
280b8d19043c *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5920
diff changeset
602 Bruno Haible <bruno@clisp.org>
5825
96441be32be1 New module 'inet_ntop'.
Bruno Haible <bruno@clisp.org>
parents: 5820
diff changeset
603
96441be32be1 New module 'inet_ntop'.
Bruno Haible <bruno@clisp.org>
parents: 5820
diff changeset
604 * modules/inet_ntop: New file.
96441be32be1 New module 'inet_ntop'.
Bruno Haible <bruno@clisp.org>
parents: 5820
diff changeset
605 * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
96441be32be1 New module 'inet_ntop'.
Bruno Haible <bruno@clisp.org>
parents: 5820
diff changeset
606 inet_ntop.
96441be32be1 New module 'inet_ntop'.
Bruno Haible <bruno@clisp.org>
parents: 5820
diff changeset
607
5820
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
608 2005-05-06 Paul Eggert <eggert@cs.ucla.edu>
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
609
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
610 * modules/argmatch (Depends-on): Add stdbool.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
611 * modules/backupfile (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
612 * modules/chdir-long (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
613 * modules/closeout (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
614 * modules/cycle-check (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
615 * modules/dirname (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
616 * modules/fnmatch (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
617 * modules/fsusage (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
618 * modules/fwriteerror (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
619 * modules/getcwd (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
620 * modules/getloadavg (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
621 * modules/hard-locale (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
622 * modules/makepath (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
623 * modules/mountlist (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
624 * modules/nanosleep (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
625 * modules/posixtm (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
626 * modules/quotearg (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
627 * modules/readtokens (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
628 * modules/readtokens0 (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
629 * modules/readutmp (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
630 * modules/save-cwd (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
631 * modules/strftime (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
632 * modules/userspec (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
633 * modules/utimecmp (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
634 * modules/xgetcwd (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
635 * modules/xnanosleep (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
636 * modules/xstrtod (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
637 * modules/yesno (Depends-on): Likewise.
aec0a1f23054 (Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5813
diff changeset
638
5813
6962b5c5069f Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5812
diff changeset
639 2005-05-01 Paul Eggert <eggert@cs.ucla.edu>
6962b5c5069f Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5812
diff changeset
640
6962b5c5069f Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5812
diff changeset
641 * modules/getloadavg (Depends-on): Add unistd-safer.
6962b5c5069f Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5812
diff changeset
642 * modules/getusershell (Depends-on): Add stdio-safer.
6962b5c5069f Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5812
diff changeset
643 * modules/lstat (Depends-on): Remove xalloc.
6962b5c5069f Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5812
diff changeset
644 * modules/mkstemp (Depends-on): Add stat-macros.
6962b5c5069f Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5812
diff changeset
645 * modules/modechange (Depends-on): Remove xstrtol.
6962b5c5069f Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5812
diff changeset
646 Add stat-macros, xalloc.
6962b5c5069f Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5812
diff changeset
647 * modules/save-cwd (Depends-on): Add unistd-safer.
6962b5c5069f Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5812
diff changeset
648 * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
6962b5c5069f Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5812
diff changeset
649 * modules/unistd-safer (Files): Add lib/fd-safer.c
6962b5c5069f Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5812
diff changeset
650 (Makefile.am): Remove lib_SOURCES.
6962b5c5069f Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5812
diff changeset
651
6962b5c5069f Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5812
diff changeset
652 * MODULES.html.sh (Enhancements for POSIX:2001 functions):
6962b5c5069f Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5812
diff changeset
653 Remove fcntl-safer; unistd-safer supersedes it.
6962b5c5069f Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5812
diff changeset
654
5812
b5145e612254 * modules/getcwd (Depends-on): Add extensions.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5810
diff changeset
655 2005-05-01 Oskar Liljeblad <oskar@osk.mine.nu>
b5145e612254 * modules/getcwd (Depends-on): Add extensions.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5810
diff changeset
656
b5145e612254 * modules/getcwd (Depends-on): Add extensions.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5810
diff changeset
657 * modules/getcwd (Depends-on): Add extensions.
b5145e612254 * modules/getcwd (Depends-on): Add extensions.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5810
diff changeset
658 * modules/openat (Depends-on): Likewise.
b5145e612254 * modules/getcwd (Depends-on): Add extensions.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5810
diff changeset
659
5810
eb19e0aa691a New byteswap module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5805
diff changeset
660 2005-05-01 Paul Eggert <eggert@cs.ucla.edu>
eb19e0aa691a New byteswap module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5805
diff changeset
661
eb19e0aa691a New byteswap module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5805
diff changeset
662 * MODULES.html.sh (Misc): Add byteswap.
eb19e0aa691a New byteswap module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5805
diff changeset
663
eb19e0aa691a New byteswap module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5805
diff changeset
664 2005-05-01 Oskar Liljeblad <oskar@osk.mine.nu>
eb19e0aa691a New byteswap module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5805
diff changeset
665
eb19e0aa691a New byteswap module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5805
diff changeset
666 * modules/byteswap: New file.
eb19e0aa691a New byteswap module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5805
diff changeset
667
5805
afd959c1af76 (Options): Add -s for --symlink/--symbolic.
Simon Josefsson <simon@josefsson.org>
parents: 5803
diff changeset
668 2005-04-21 Oskar Liljeblad <oskar@osk.mine.nu>
afd959c1af76 (Options): Add -s for --symlink/--symbolic.
Simon Josefsson <simon@josefsson.org>
parents: 5803
diff changeset
669
afd959c1af76 (Options): Add -s for --symlink/--symbolic.
Simon Josefsson <simon@josefsson.org>
parents: 5803
diff changeset
670 * gnulib-tool (Options): Add -s for --symlink/--symbolic.
afd959c1af76 (Options): Add -s for --symlink/--symbolic.
Simon Josefsson <simon@josefsson.org>
parents: 5803
diff changeset
671 (func_ln_if_changed) Remove forcibly for no error message
afd959c1af76 (Options): Add -s for --symlink/--symbolic.
Simon Josefsson <simon@josefsson.org>
parents: 5803
diff changeset
672 in case file does not exist.
afd959c1af76 (Options): Add -s for --symlink/--symbolic.
Simon Josefsson <simon@josefsson.org>
parents: 5803
diff changeset
673
5803
df7c75ab2e13 (Options): Make --symlink mean --symbolic.
Simon Josefsson <simon@josefsson.org>
parents: 5801
diff changeset
674 2005-04-19 Simon Josefsson <jas@extundo.com>
df7c75ab2e13 (Options): Make --symlink mean --symbolic.
Simon Josefsson <simon@josefsson.org>
parents: 5801
diff changeset
675
df7c75ab2e13 (Options): Make --symlink mean --symbolic.
Simon Josefsson <simon@josefsson.org>
parents: 5801
diff changeset
676 * gnulib-tool (Options): Make --symlink mean --symbolic.
df7c75ab2e13 (Options): Make --symlink mean --symbolic.
Simon Josefsson <simon@josefsson.org>
parents: 5801
diff changeset
677
5801
0a996c8a7620 modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
Simon Josefsson <simon@josefsson.org>
parents: 5799
diff changeset
678 2005-03-14 Simon Josefsson <jas@extundo.com>
0a996c8a7620 modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
Simon Josefsson <simon@josefsson.org>
parents: 5799
diff changeset
679
0a996c8a7620 modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
Simon Josefsson <simon@josefsson.org>
parents: 5799
diff changeset
680 * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
0a996c8a7620 modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
Simon Josefsson <simon@josefsson.org>
parents: 5799
diff changeset
681
5799
ad9eff556694 2005-04-15 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 5798
diff changeset
682 2005-04-15 Simon Josefsson <jas@extundo.com>
ad9eff556694 2005-04-15 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 5798
diff changeset
683
ad9eff556694 2005-04-15 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 5798
diff changeset
684 * gnulib-tool: Rename --symlink to --symbolic.
ad9eff556694 2005-04-15 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 5798
diff changeset
685
5798
49900d80eaaf 2005-04-15 Oskar Liljeblad <oskar@osk.mine.nu>
Simon Josefsson <simon@josefsson.org>
parents: 5797
diff changeset
686 2005-04-15 Oskar Liljeblad <oskar@osk.mine.nu>
49900d80eaaf 2005-04-15 Oskar Liljeblad <oskar@osk.mine.nu>
Simon Josefsson <simon@josefsson.org>
parents: 5797
diff changeset
687
49900d80eaaf 2005-04-15 Oskar Liljeblad <oskar@osk.mine.nu>
Simon Josefsson <simon@josefsson.org>
parents: 5797
diff changeset
688 * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
49900d80eaaf 2005-04-15 Oskar Liljeblad <oskar@osk.mine.nu>
Simon Josefsson <simon@josefsson.org>
parents: 5797
diff changeset
689 symbolic links to files instead of copying/moving. Add --aux-dir,
49900d80eaaf 2005-04-15 Oskar Liljeblad <oskar@osk.mine.nu>
Simon Josefsson <simon@josefsson.org>
parents: 5797
diff changeset
690 specifying directory relative --dir where auxiliary build tools
49900d80eaaf 2005-04-15 Oskar Liljeblad <oskar@osk.mine.nu>
Simon Josefsson <simon@josefsson.org>
parents: 5797
diff changeset
691 are placed.
49900d80eaaf 2005-04-15 Oskar Liljeblad <oskar@osk.mine.nu>
Simon Josefsson <simon@josefsson.org>
parents: 5797
diff changeset
692
5797
6f533a3da3b8 Change to LGPL.
Bruno Haible <bruno@clisp.org>
parents: 5770
diff changeset
693 2005-04-14 Bruno Haible <bruno@clisp.org>
6f533a3da3b8 Change to LGPL.
Bruno Haible <bruno@clisp.org>
parents: 5770
diff changeset
694
6f533a3da3b8 Change to LGPL.
Bruno Haible <bruno@clisp.org>
parents: 5770
diff changeset
695 * modules/allocsa (License): Change to LGPL.
6f533a3da3b8 Change to LGPL.
Bruno Haible <bruno@clisp.org>
parents: 5770
diff changeset
696 Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
6f533a3da3b8 Change to LGPL.
Bruno Haible <bruno@clisp.org>
parents: 5770
diff changeset
697
5770
b0cee33b58dd *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5765
diff changeset
698 2005-03-26 Jim Meyering <jim@meyering.net>
b0cee33b58dd *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5765
diff changeset
699
b0cee33b58dd *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5765
diff changeset
700 * modules/check-include-files: Move to ../ and rename to...
b0cee33b58dd *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5765
diff changeset
701 * check-module: ...this.
b0cee33b58dd *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5765
diff changeset
702
5765
e01004232e8e *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5763
diff changeset
703 2005-03-25 Jim Meyering <jim@meyering.net>
e01004232e8e *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5763
diff changeset
704
e01004232e8e *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5763
diff changeset
705 * modules/xvasprintf (Files): Add xalloc.h.
e01004232e8e *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5763
diff changeset
706
5763
21a1468f8665 config/config.rpath -> build-aux/config.rpath
Paul Eggert <eggert@cs.ucla.edu>
parents: 5761
diff changeset
707 2005-03-23 Paul Eggert <eggert@cs.ucla.edu>
21a1468f8665 config/config.rpath -> build-aux/config.rpath
Paul Eggert <eggert@cs.ucla.edu>
parents: 5761
diff changeset
708
21a1468f8665 config/config.rpath -> build-aux/config.rpath
Paul Eggert <eggert@cs.ucla.edu>
parents: 5761
diff changeset
709 * modules/gettext (Files): config/config.rpath -> build-aux/config.rpath
21a1468f8665 config/config.rpath -> build-aux/config.rpath
Paul Eggert <eggert@cs.ucla.edu>
parents: 5761
diff changeset
710 * modules/iconv (Files): Likewise.
21a1468f8665 config/config.rpath -> build-aux/config.rpath
Paul Eggert <eggert@cs.ucla.edu>
parents: 5761
diff changeset
711 Problem reported by Oskar Liljeblad.
21a1468f8665 config/config.rpath -> build-aux/config.rpath
Paul Eggert <eggert@cs.ucla.edu>
parents: 5761
diff changeset
712
5753
d77759f257ad *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5729
diff changeset
713 2005-03-23 Jim Meyering <jim@meyering.net>
d77759f257ad *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5729
diff changeset
714
5761
5198bfbd95bd *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5757
diff changeset
715 * modules/check-include-files: New script to check for
5198bfbd95bd *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5757
diff changeset
716 missing dependencies, multiple includes, etc.
5198bfbd95bd *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5757
diff changeset
717
5757
ebd34d4445ae *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5753
diff changeset
718 * modules/c-strtold (Depends-on): Add xalloc.
ebd34d4445ae *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5753
diff changeset
719 * modules/c-strtod (Depends-on): Add xalloc.
ebd34d4445ae *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5753
diff changeset
720 * modules/hash (Depends-on): Add xalloc.
ebd34d4445ae *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5753
diff changeset
721 (Files): Remove lib/xalloc.h.
ebd34d4445ae *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5753
diff changeset
722
5753
d77759f257ad *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5729
diff changeset
723 * modules/gethrxtime (Files): Add lib/gethrxtime.h.
d77759f257ad *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5729
diff changeset
724 * modules/userspec (Files): Add lib/inttostr.h.
d77759f257ad *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5729
diff changeset
725
5729
Jim Meyering <jim@meyering.net>
parents: 5722
diff changeset
726 2005-03-22 Jim Meyering <jim@meyering.net>
Jim Meyering <jim@meyering.net>
parents: 5722
diff changeset
727
Jim Meyering <jim@meyering.net>
parents: 5722
diff changeset
728 * modules/stat-macros: New module.
Jim Meyering <jim@meyering.net>
parents: 5722
diff changeset
729 * modules/canonicalize, modules/euidaccess, modules/file-type,
Jim Meyering <jim@meyering.net>
parents: 5722
diff changeset
730 * modules/filemode, modules/lchown, modules/makepath,
Jim Meyering <jim@meyering.net>
parents: 5722
diff changeset
731 * modules/rmdir, modules/stat: Depend on new stat-macros module
Jim Meyering <jim@meyering.net>
parents: 5722
diff changeset
732 rather than listing lib/stat-macros.h manually.
Jim Meyering <jim@meyering.net>
parents: 5722
diff changeset
733 Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
Jim Meyering <jim@meyering.net>
parents: 5722
diff changeset
734
5722
adf2be655aae Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents: 5713
diff changeset
735 2005-03-21 Paul Eggert <eggert@cs.ucla.edu>
adf2be655aae Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents: 5713
diff changeset
736
adf2be655aae Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents: 5713
diff changeset
737 * modules/chdir-long (Depends-on): Add mempcpy.
adf2be655aae Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents: 5713
diff changeset
738
adf2be655aae Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents: 5713
diff changeset
739 * modules/acl, modules/backupfile, modules/c-strtod,
adf2be655aae Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents: 5713
diff changeset
740 modules/c-strtold, modules/canon-host, modules/canonicalize,
adf2be655aae Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents: 5713
diff changeset
741 modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
adf2be655aae Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents: 5713
diff changeset
742 modules/exclude, modules/exitfail, modules/file-type,
adf2be655aae Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents: 5713
diff changeset
743 modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
adf2be655aae Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents: 5713
diff changeset
744 modules/getdate, modules/getline, modules/getpagesize,
adf2be655aae Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents: 5713
diff changeset
745 modules/getpass, modules/getugroups, modules/group-member,
adf2be655aae Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents: 5713
diff changeset
746 modules/hard-locale, modules/hash, modules/human, modules/idcache,
adf2be655aae Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents: 5713
diff changeset
747 modules/inttostr, modules/long-options, modules/makepath,
adf2be655aae Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents: 5713
diff changeset
748 modules/md5, modules/memcasecmp, modules/memcoll,
adf2be655aae Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents: 5713
diff changeset
749 modules/modechange, modules/mountlist, modules/path-concat,
adf2be655aae Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents: 5713
diff changeset
750 modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
adf2be655aae Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents: 5713
diff changeset
751 modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
adf2be655aae Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents: 5713
diff changeset
752 modules/safe-read, modules/safe-write, modules/same, modules/savedir,
adf2be655aae Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents: 5713
diff changeset
753 modules/settime, modules/sha1, modules/sig2str, modules/strdup,
adf2be655aae Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents: 5713
diff changeset
754 modules/strftime, modules/strndup, modules/strverscmp,
adf2be655aae Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents: 5713
diff changeset
755 modules/timespec, modules/unlocked-io, modules/userspec,
adf2be655aae Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents: 5713
diff changeset
756 modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
adf2be655aae Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents: 5713
diff changeset
757 modules/yesno:
adf2be655aae Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents: 5713
diff changeset
758 Remove lib_SOURCES line from Makefile.am section, as this is now
adf2be655aae Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents: 5713
diff changeset
759 done automatically by the corresponding Autoconf macro.
adf2be655aae Remove lib_SOURCES line from Makefile.am section of modules where this
Paul Eggert <eggert@cs.ucla.edu>
parents: 5713
diff changeset
760
5713
b91d73b06792 Rename HAVE_LONGLONG_64BIT to HAVE_LONG_LONG_64BIT.
Bruno Haible <bruno@clisp.org>
parents: 5685
diff changeset
761 2005-03-16 Bruno Haible <bruno@clisp.org>
b91d73b06792 Rename HAVE_LONGLONG_64BIT to HAVE_LONG_LONG_64BIT.
Bruno Haible <bruno@clisp.org>
parents: 5685
diff changeset
762
b91d73b06792 Rename HAVE_LONGLONG_64BIT to HAVE_LONG_LONG_64BIT.
Bruno Haible <bruno@clisp.org>
parents: 5685
diff changeset
763 * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
b91d73b06792 Rename HAVE_LONGLONG_64BIT to HAVE_LONG_LONG_64BIT.
Bruno Haible <bruno@clisp.org>
parents: 5685
diff changeset
764 HAVE_LONGLONG_64BIT.
b91d73b06792 Rename HAVE_LONGLONG_64BIT to HAVE_LONG_LONG_64BIT.
Bruno Haible <bruno@clisp.org>
parents: 5685
diff changeset
765
5684
0aebab2c04d4 * gnulib-tool: Only replace files via --import when they have
Paul Eggert <eggert@cs.ucla.edu>
parents: 5673
diff changeset
766 2005-03-04 Derek R. Price <derek@ximbiot.com>
0aebab2c04d4 * gnulib-tool: Only replace files via --import when they have
Paul Eggert <eggert@cs.ucla.edu>
parents: 5673
diff changeset
767
5685
18b4bb3dea47 Preserve timestamps of files that have not changed.
Bruno Haible <bruno@clisp.org>
parents: 5684
diff changeset
768 * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
18b4bb3dea47 Preserve timestamps of files that have not changed.
Bruno Haible <bruno@clisp.org>
parents: 5684
diff changeset
769 (func_import): Only replace files via --import when they have actually
18b4bb3dea47 Preserve timestamps of files that have not changed.
Bruno Haible <bruno@clisp.org>
parents: 5684
diff changeset
770 changed.
5684
0aebab2c04d4 * gnulib-tool: Only replace files via --import when they have
Paul Eggert <eggert@cs.ucla.edu>
parents: 5673
diff changeset
771
5673
dbfd56933568 New module 'pagealign_alloc'.
Bruno Haible <bruno@clisp.org>
parents: 5667
diff changeset
772 2005-03-03 Derek R. Price <derek@ximbiot.com>
5753
d77759f257ad *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5729
diff changeset
773 Bruno Haible <bruno@clisp.org>
5673
dbfd56933568 New module 'pagealign_alloc'.
Bruno Haible <bruno@clisp.org>
parents: 5667
diff changeset
774
dbfd56933568 New module 'pagealign_alloc'.
Bruno Haible <bruno@clisp.org>
parents: 5667
diff changeset
775 * modules/pagealign_alloc: New file.
dbfd56933568 New module 'pagealign_alloc'.
Bruno Haible <bruno@clisp.org>
parents: 5667
diff changeset
776 * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
dbfd56933568 New module 'pagealign_alloc'.
Bruno Haible <bruno@clisp.org>
parents: 5667
diff changeset
777
5665
ec3cc8a95f16 Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5662
diff changeset
778 2005-03-01 Paul Eggert <eggert@cs.ucla.edu>
ec3cc8a95f16 Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5662
diff changeset
779
5667
513b30af1acb * modules/gettime (Makefile.am): Remove lib_SOURCES line.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5665
diff changeset
780 * modules/gettime (Makefile.am): Remove lib_SOURCES line.
513b30af1acb * modules/gettime (Makefile.am): Remove lib_SOURCES line.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5665
diff changeset
781 Reported by Derek Price.
513b30af1acb * modules/gettime (Makefile.am): Remove lib_SOURCES line.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5665
diff changeset
782 (Include): Add "timespec.h".
513b30af1acb * modules/gettime (Makefile.am): Remove lib_SOURCES line.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5665
diff changeset
783
5665
ec3cc8a95f16 Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5662
diff changeset
784 * modules/xnanosleep (Depends-on): Remove gethrxtime.
ec3cc8a95f16 Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5662
diff changeset
785
5662
42df9db003cc * modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5660
diff changeset
786 2005-02-26 Paul Eggert <eggert@cs.ucla.edu>
42df9db003cc * modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5660
diff changeset
787
42df9db003cc * modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5660
diff changeset
788 * modules/gethrxtime: New file.
42df9db003cc * modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5660
diff changeset
789 * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
42df9db003cc * modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5660
diff changeset
790 (Depends-on): Add gethrxtime.
42df9db003cc * modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5660
diff changeset
791 (configure.ac): Add gl_XNANOSLEEP.
42df9db003cc * modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5660
diff changeset
792 (Makefile.am): Remove lib_SOURCES line.
42df9db003cc * modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5660
diff changeset
793
5660
3f8923dcc4e6 Module 'gettext': New file glibc2.m4.
Bruno Haible <bruno@clisp.org>
parents: 5655
diff changeset
794 2005-02-24 Bruno Haible <bruno@clisp.org>
3f8923dcc4e6 Module 'gettext': New file glibc2.m4.
Bruno Haible <bruno@clisp.org>
parents: 5655
diff changeset
795
3f8923dcc4e6 Module 'gettext': New file glibc2.m4.
Bruno Haible <bruno@clisp.org>
parents: 5655
diff changeset
796 * modules/gettext (Files): Add m4/glibc2.m4.
3f8923dcc4e6 Module 'gettext': New file glibc2.m4.
Bruno Haible <bruno@clisp.org>
parents: 5655
diff changeset
797
5655
7916399df6df 2005-02-22 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 5637
diff changeset
798 2005-02-22 Simon Josefsson <jas@extundo.com>
7916399df6df 2005-02-22 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 5637
diff changeset
799
7916399df6df 2005-02-22 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 5637
diff changeset
800 * modules/iconvme: New file.
7916399df6df 2005-02-22 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 5637
diff changeset
801
7916399df6df 2005-02-22 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 5637
diff changeset
802 * MODULES.html.sh: Add iconvme.
7916399df6df 2005-02-22 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents: 5637
diff changeset
803
5637
2b20ff1c4169 * modules/chdir-long (Depends-on): Add memrchr.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5629
diff changeset
804 2005-02-03 Paul Eggert <eggert@cs.ucla.edu>
2b20ff1c4169 * modules/chdir-long (Depends-on): Add memrchr.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5629
diff changeset
805
2b20ff1c4169 * modules/chdir-long (Depends-on): Add memrchr.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5629
diff changeset
806 * modules/chdir-long (Depends-on): Add memrchr.
2b20ff1c4169 * modules/chdir-long (Depends-on): Add memrchr.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5629
diff changeset
807 * modules/memrchr (Files): Add lib/memrchr.h.
2b20ff1c4169 * modules/chdir-long (Depends-on): Add memrchr.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5629
diff changeset
808 (Include): "memrchr.h".
2b20ff1c4169 * modules/chdir-long (Depends-on): Add memrchr.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5629
diff changeset
809
5629
265134ee1731 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5628
diff changeset
810 2005-01-28 Paul Eggert <eggert@cs.ucla.edu>
265134ee1731 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5628
diff changeset
811
265134ee1731 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5628
diff changeset
812 Sync from coreutils.
265134ee1731 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5628
diff changeset
813 * modules/getloadavg (Files): Remove m4/getloadavg.m4.
265134ee1731 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5628
diff changeset
814 (Depends-on): Add c-strtod.
265134ee1731 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5628
diff changeset
815 (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
265134ee1731 Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5628
diff changeset
816
5628
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents: 5624
diff changeset
817 2005-01-28 Bruno Haible <bruno@clisp.org>
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents: 5624
diff changeset
818
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents: 5624
diff changeset
819 * modules/javacomp: New file.
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents: 5624
diff changeset
820 * MODULES.html.sh (Java): Add javacomp.
0ceadee93518 New module 'javacomp'.
Bruno Haible <bruno@clisp.org>
parents: 5624
diff changeset
821
5624
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents: 5619
diff changeset
822 2005-01-26 Bruno Haible <bruno@clisp.org>
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents: 5619
diff changeset
823
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents: 5619
diff changeset
824 * modules/javaexec: New file.
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents: 5619
diff changeset
825 * MODULES.html.sh (Java): Add javaexec.
356a0afaf162 New module 'javaexec'.
Bruno Haible <bruno@clisp.org>
parents: 5619
diff changeset
826
5619
eb7f3df972c6 Updated
Sergey Poznyakoff <gray@gnu.org.ua>
parents: 5609
diff changeset
827 2005-01-24 Sergey Poznyakoff <gray@Mirddin.farlep.net>
eb7f3df972c6 Updated
Sergey Poznyakoff <gray@gnu.org.ua>
parents: 5609
diff changeset
828
eb7f3df972c6 Updated
Sergey Poznyakoff <gray@gnu.org.ua>
parents: 5609
diff changeset
829 * modules/lchown (Depends-on): Remove lchown.h
eb7f3df972c6 Updated
Sergey Poznyakoff <gray@gnu.org.ua>
parents: 5609
diff changeset
830
5609
84f75cbb306a * modules/chdir-long (Depends-on): Remove mempcpy.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5608
diff changeset
831 2005-01-21 Paul Eggert <eggert@cs.ucla.edu>
84f75cbb306a * modules/chdir-long (Depends-on): Remove mempcpy.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5608
diff changeset
832
84f75cbb306a * modules/chdir-long (Depends-on): Remove mempcpy.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5608
diff changeset
833 * modules/chdir-long (Depends-on): Remove mempcpy.
84f75cbb306a * modules/chdir-long (Depends-on): Remove mempcpy.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5608
diff changeset
834
5608
32021ae605cc New module 'classpath'.
Bruno Haible <bruno@clisp.org>
parents: 5606
diff changeset
835 2005-01-21 Bruno Haible <bruno@clisp.org>
32021ae605cc New module 'classpath'.
Bruno Haible <bruno@clisp.org>
parents: 5606
diff changeset
836
32021ae605cc New module 'classpath'.
Bruno Haible <bruno@clisp.org>
parents: 5606
diff changeset
837 * modules/classpath: New file.
32021ae605cc New module 'classpath'.
Bruno Haible <bruno@clisp.org>
parents: 5606
diff changeset
838 * MODULES.html.sh (Java): Add classpath.
32021ae605cc New module 'classpath'.
Bruno Haible <bruno@clisp.org>
parents: 5606
diff changeset
839
5606
3a8740615faf * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5602
diff changeset
840 2005-01-20 Paul Eggert <eggert@cs.ucla.edu>
3a8740615faf * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5602
diff changeset
841
3a8740615faf * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5602
diff changeset
842 * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
3a8740615faf * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5602
diff changeset
843
3a8740615faf * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5602
diff changeset
844 2005-01-20 Simon Josefsson <jas@extundo.com>
3a8740615faf * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5602
diff changeset
845
3a8740615faf * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5602
diff changeset
846 * modules/version-etc-fsf: New file.
3a8740615faf * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5602
diff changeset
847
5602
ed65848de7fc mempcpy update; add ullong_max to MODULES.html.sh
Paul Eggert <eggert@cs.ucla.edu>
parents: 5598
diff changeset
848 2005-01-19 Paul Eggert <eggert@cs.ucla.edu>
ed65848de7fc mempcpy update; add ullong_max to MODULES.html.sh
Paul Eggert <eggert@cs.ucla.edu>
parents: 5598
diff changeset
849
5753
d77759f257ad *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5729
diff changeset
850 * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
d77759f257ad *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5729
diff changeset
851 AC_LIBSOURCES now does this.
5602
ed65848de7fc mempcpy update; add ullong_max to MODULES.html.sh
Paul Eggert <eggert@cs.ucla.edu>
parents: 5598
diff changeset
852 * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
ed65848de7fc mempcpy update; add ullong_max to MODULES.html.sh
Paul Eggert <eggert@cs.ucla.edu>
parents: 5598
diff changeset
853 with new ullong_max module.
ed65848de7fc mempcpy update; add ullong_max to MODULES.html.sh
Paul Eggert <eggert@cs.ucla.edu>
parents: 5598
diff changeset
854
5598
09d49a2e321b New module 'sh-quote'.
Bruno Haible <bruno@clisp.org>
parents: 5597
diff changeset
855 2005-01-19 Bruno Haible <bruno@clisp.org>
09d49a2e321b New module 'sh-quote'.
Bruno Haible <bruno@clisp.org>
parents: 5597
diff changeset
856
09d49a2e321b New module 'sh-quote'.
Bruno Haible <bruno@clisp.org>
parents: 5597
diff changeset
857 * modules/sh-quote: New file.
09d49a2e321b New module 'sh-quote'.
Bruno Haible <bruno@clisp.org>
parents: 5597
diff changeset
858 * MODULES.html.sh (Executing programs): Add sh-quote.
09d49a2e321b New module 'sh-quote'.
Bruno Haible <bruno@clisp.org>
parents: 5597
diff changeset
859
5597
ba56441fa7c6 Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5576
diff changeset
860 2005-01-18 Paul Eggert <eggert@cs.ucla.edu>
ba56441fa7c6 Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5576
diff changeset
861
ba56441fa7c6 Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5576
diff changeset
862 * modules/ullong_max: New file.
ba56441fa7c6 Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5576
diff changeset
863
ba56441fa7c6 Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5576
diff changeset
864 * modules/chdir-long, modules/openat: New files.
ba56441fa7c6 Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5576
diff changeset
865 * modules/save-cwd (Depends-on): Depend on chdir-long.
ba56441fa7c6 Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5576
diff changeset
866 (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
ba56441fa7c6 Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5576
diff changeset
867
5576
fdebc7b5a8b4 Updated
Sergey Poznyakoff <gray@gnu.org.ua>
parents: 5574
diff changeset
868 2005-01-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
fdebc7b5a8b4 Updated
Sergey Poznyakoff <gray@gnu.org.ua>
parents: 5574
diff changeset
869
fdebc7b5a8b4 Updated
Sergey Poznyakoff <gray@gnu.org.ua>
parents: 5574
diff changeset
870 * modules/argp: Depend on vsnprintf
fdebc7b5a8b4 Updated
Sergey Poznyakoff <gray@gnu.org.ua>
parents: 5574
diff changeset
871
5574
6dd23b5705ce *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5572
diff changeset
872 2005-01-10 Jim Meyering <jim@meyering.net>
6dd23b5705ce *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5572
diff changeset
873
6dd23b5705ce *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5572
diff changeset
874 * modules/closeout (Depends-on): Add atexit.
6dd23b5705ce *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5572
diff changeset
875
5572
54000928a33d Print #include directives when --import'ing.
Simon Josefsson <simon@josefsson.org>
parents: 5564
diff changeset
876 2005-01-01 Simon Josefsson <jas@extundo.com>
54000928a33d Print #include directives when --import'ing.
Simon Josefsson <simon@josefsson.org>
parents: 5564
diff changeset
877
54000928a33d Print #include directives when --import'ing.
Simon Josefsson <simon@josefsson.org>
parents: 5564
diff changeset
878 * gnulib-tool: Print #include directives when --import'ing.
54000928a33d Print #include directives when --import'ing.
Simon Josefsson <simon@josefsson.org>
parents: 5564
diff changeset
879
5564
4893e6950628 * modules/error (Depends-on): Remove gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5561
diff changeset
880 2004-12-28 Paul Eggert <eggert@cs.ucla.edu>
4893e6950628 * modules/error (Depends-on): Remove gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5561
diff changeset
881
4893e6950628 * modules/error (Depends-on): Remove gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5561
diff changeset
882 * modules/error (Depends-on): Remove gettext.
4893e6950628 * modules/error (Depends-on): Remove gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5561
diff changeset
883
5561
499478fd9cdb * tests/test-base64.c: Include required header files. Remove
Simon Josefsson <simon@josefsson.org>
parents: 5551
diff changeset
884 2004-12-28 Simon Josefsson <jas@extundo.com>
499478fd9cdb * tests/test-base64.c: Include required header files. Remove
Simon Josefsson <simon@josefsson.org>
parents: 5551
diff changeset
885
499478fd9cdb * tests/test-base64.c: Include required header files. Remove
Simon Josefsson <simon@josefsson.org>
parents: 5551
diff changeset
886 * tests/test-base64.c: Include required header files. Remove
499478fd9cdb * tests/test-base64.c: Include required header files. Remove
Simon Josefsson <simon@josefsson.org>
parents: 5551
diff changeset
887 unused variables.
499478fd9cdb * tests/test-base64.c: Include required header files. Remove
Simon Josefsson <simon@josefsson.org>
parents: 5551
diff changeset
888
5551
a47b81e21a62 * modules/getdate (Depends-on): Remove alloca-opt.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5542
diff changeset
889 2004-12-23 Paul Eggert <eggert@cs.ucla.edu>
a47b81e21a62 * modules/getdate (Depends-on): Remove alloca-opt.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5542
diff changeset
890
a47b81e21a62 * modules/getdate (Depends-on): Remove alloca-opt.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5542
diff changeset
891 * modules/getdate (Depends-on): Remove alloca-opt.
a47b81e21a62 * modules/getdate (Depends-on): Remove alloca-opt.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5542
diff changeset
892
5540
c8e6eac78f0b * modules/getdate: Depend on alloca-opt, not alloca.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5534
diff changeset
893 2004-12-19 Paul Eggert <eggert@cs.ucla.edu>
c8e6eac78f0b * modules/getdate: Depend on alloca-opt, not alloca.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5534
diff changeset
894
5542
7bfa328c6d94 * modules/regex (lib_SOURCES): Undo previous change.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5540
diff changeset
895 * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
7bfa328c6d94 * modules/regex (lib_SOURCES): Undo previous change.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5540
diff changeset
896 (2004-10-24) change. Apparently this was a false alarm.
7bfa328c6d94 * modules/regex (lib_SOURCES): Undo previous change.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5540
diff changeset
897
5540
c8e6eac78f0b * modules/getdate: Depend on alloca-opt, not alloca.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5534
diff changeset
898 * modules/getdate: Depend on alloca-opt, not alloca.
c8e6eac78f0b * modules/getdate: Depend on alloca-opt, not alloca.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5534
diff changeset
899
5534
3f6a6e9f292d * modules/alloca: Depend on alloca-opt, instead of duplicating it.
Simon Josefsson <simon@josefsson.org>
parents: 5529
diff changeset
900 2004-12-18 Simon Josefsson <jas@extundo.com>
3f6a6e9f292d * modules/alloca: Depend on alloca-opt, instead of duplicating it.
Simon Josefsson <simon@josefsson.org>
parents: 5529
diff changeset
901
3f6a6e9f292d * modules/alloca: Depend on alloca-opt, instead of duplicating it.
Simon Josefsson <simon@josefsson.org>
parents: 5529
diff changeset
902 * modules/alloca: Depend on alloca-opt, instead of duplicating it.
3f6a6e9f292d * modules/alloca: Depend on alloca-opt, instead of duplicating it.
Simon Josefsson <simon@josefsson.org>
parents: 5529
diff changeset
903
5529
797397451be3 Add license.
Simon Josefsson <simon@josefsson.org>
parents: 5528
diff changeset
904 2004-12-16 Simon Josefsson <jas@extundo.com>
797397451be3 Add license.
Simon Josefsson <simon@josefsson.org>
parents: 5528
diff changeset
905
797397451be3 Add license.
Simon Josefsson <simon@josefsson.org>
parents: 5528
diff changeset
906 * tests/test-base64.c: Add license.
797397451be3 Add license.
Simon Josefsson <simon@josefsson.org>
parents: 5528
diff changeset
907
5528
e0bc12a04f14 * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5525
diff changeset
908 2004-12-15 Stepan Kasal <address@hidden>
e0bc12a04f14 * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5525
diff changeset
909
e0bc12a04f14 * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5525
diff changeset
910 * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
e0bc12a04f14 * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5525
diff changeset
911
5523
49c04e5604a9 * modules/getcwd (Depends-on): Add m4/d-ino.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5512
diff changeset
912 2004-12-12 Paul Eggert <eggert@cs.ucla.edu>
49c04e5604a9 * modules/getcwd (Depends-on): Add m4/d-ino.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5512
diff changeset
913
5525
cff7ce9e796e Fix typo in previous change.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5523
diff changeset
914 * modules/getcwd (Files): Add m4/d-ino.m4.
5523
49c04e5604a9 * modules/getcwd (Depends-on): Add m4/d-ino.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5512
diff changeset
915 Suggested by Mark D. Baushke.
49c04e5604a9 * modules/getcwd (Depends-on): Add m4/d-ino.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5512
diff changeset
916
5512
4d166280e2df * modules/hard-locale (Depends-on): Add strdup.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5509
diff changeset
917 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
918
4d166280e2df * modules/hard-locale (Depends-on): Add strdup.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5509
diff changeset
919 * 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
920
5509
5fd1d2c43cd0 modules/getaddrinfo (License): Add LGPL, reported by Yoann
Simon Josefsson <simon@josefsson.org>
parents: 5498
diff changeset
921 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
922
5fd1d2c43cd0 modules/getaddrinfo (License): Add LGPL, reported by Yoann
Simon Josefsson <simon@josefsson.org>
parents: 5498
diff changeset
923 * 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
924 Vandoorselaere <yoann@prelude-ids.org>.
5fd1d2c43cd0 modules/getaddrinfo (License): Add LGPL, reported by Yoann
Simon Josefsson <simon@josefsson.org>
parents: 5498
diff changeset
925
5498
ac6438eb46c6 Add base64.
Simon Josefsson <simon@josefsson.org>
parents: 5497
diff changeset
926 2004-11-30 Simon Josefsson <jas@extundo.com>
ac6438eb46c6 Add base64.
Simon Josefsson <simon@josefsson.org>
parents: 5497
diff changeset
927
ac6438eb46c6 Add base64.
Simon Josefsson <simon@josefsson.org>
parents: 5497
diff changeset
928 * MODULES.html.sh (Extra functions based on ANSI C 89): Add
ac6438eb46c6 Add base64.
Simon Josefsson <simon@josefsson.org>
parents: 5497
diff changeset
929 base64.
ac6438eb46c6 Add base64.
Simon Josefsson <simon@josefsson.org>
parents: 5497
diff changeset
930
ac6438eb46c6 Add base64.
Simon Josefsson <simon@josefsson.org>
parents: 5497
diff changeset
931 * tests/test-base64.c: New file.
ac6438eb46c6 Add base64.
Simon Josefsson <simon@josefsson.org>
parents: 5497
diff changeset
932
ac6438eb46c6 Add base64.
Simon Josefsson <simon@josefsson.org>
parents: 5497
diff changeset
933 * modules/base64: New file.
ac6438eb46c6 Add base64.
Simon Josefsson <simon@josefsson.org>
parents: 5497
diff changeset
934
5497
9e5eab61b552 (License): Change to LGPL.
Simon Josefsson <simon@josefsson.org>
parents: 5491
diff changeset
935 2004-11-30 Simon Josefsson <jas@extundo.com>
9e5eab61b552 (License): Change to LGPL.
Simon Josefsson <simon@josefsson.org>
parents: 5491
diff changeset
936
9e5eab61b552 (License): Change to LGPL.
Simon Josefsson <simon@josefsson.org>
parents: 5491
diff changeset
937 * modules/restrict (License): Change to LGPL.
9e5eab61b552 (License): Change to LGPL.
Simon Josefsson <simon@josefsson.org>
parents: 5491
diff changeset
938
5491
b3d5c90efc81 Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5480
diff changeset
939 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
940
b3d5c90efc81 Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5480
diff changeset
941 * 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
942 (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
943 (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
944 (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
945 (Include): Add getcwd.h.
b3d5c90efc81 Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5480
diff changeset
946 (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
947 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
948 * 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
949 (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
950
5480
d30ebfbf0430 * modules/canonicalize (Depends-on): Add xreadlink.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5458
diff changeset
951 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
952
d30ebfbf0430 * modules/canonicalize (Depends-on): Add xreadlink.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5458
diff changeset
953 * modules/canonicalize (Depends-on): Add xreadlink.
d30ebfbf0430 * modules/canonicalize (Depends-on): Add xreadlink.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5458
diff changeset
954 Problem reported by James Youngman.
d30ebfbf0430 * modules/canonicalize (Depends-on): Add xreadlink.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5458
diff changeset
955
5458
81e1a3092078 Import from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5452
diff changeset
956 2004-11-16 Paul Eggert <eggert@cs.ucla.edu>
81e1a3092078 Import from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5452
diff changeset
957
81e1a3092078 Import from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5452
diff changeset
958 * modules/canon-host (Depends-on): Add strdup.
81e1a3092078 Import from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5452
diff changeset
959
5452
cf3e0bde637c *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5438
diff changeset
960 2004-11-16 Jim Meyering <jim@meyering.net>
cf3e0bde637c *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5438
diff changeset
961
cf3e0bde637c *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5438
diff changeset
962 * modules/closeout (Depends-on): Add fpending.
cf3e0bde637c *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5438
diff changeset
963
5437
349ceeeacd36 Add strtok_r.
Simon Josefsson <simon@josefsson.org>
parents: 5408
diff changeset
964 2004-11-11 Simon Josefsson <jas@extundo.com>
349ceeeacd36 Add strtok_r.
Simon Josefsson <simon@josefsson.org>
parents: 5408
diff changeset
965
349ceeeacd36 Add strtok_r.
Simon Josefsson <simon@josefsson.org>
parents: 5408
diff changeset
966 * modules/strtok_r: New file.
349ceeeacd36 Add strtok_r.
Simon Josefsson <simon@josefsson.org>
parents: 5408
diff changeset
967
349ceeeacd36 Add strtok_r.
Simon Josefsson <simon@josefsson.org>
parents: 5408
diff changeset
968 * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
349ceeeacd36 Add strtok_r.
Simon Josefsson <simon@josefsson.org>
parents: 5408
diff changeset
969 strtok_r.
349ceeeacd36 Add strtok_r.
Simon Josefsson <simon@josefsson.org>
parents: 5408
diff changeset
970
5408
02eeb2ef41ed Add getaddrinfo.
Simon Josefsson <simon@josefsson.org>
parents: 5405
diff changeset
971 2004-11-08 Simon Josefsson <jas@extundo.com>
02eeb2ef41ed Add getaddrinfo.
Simon Josefsson <simon@josefsson.org>
parents: 5405
diff changeset
972
02eeb2ef41ed Add getaddrinfo.
Simon Josefsson <simon@josefsson.org>
parents: 5405
diff changeset
973 * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
02eeb2ef41ed Add getaddrinfo.
Simon Josefsson <simon@josefsson.org>
parents: 5405
diff changeset
974 getaddrinfo.
02eeb2ef41ed Add getaddrinfo.
Simon Josefsson <simon@josefsson.org>
parents: 5405
diff changeset
975
02eeb2ef41ed Add getaddrinfo.
Simon Josefsson <simon@josefsson.org>
parents: 5405
diff changeset
976 * modules/getaddrinfo: New file.
02eeb2ef41ed Add getaddrinfo.
Simon Josefsson <simon@josefsson.org>
parents: 5405
diff changeset
977
5405
e95bb2954272 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5394
diff changeset
978 2004-11-10 Jim Meyering <jim@meyering.net>
e95bb2954272 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5394
diff changeset
979
e95bb2954272 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5394
diff changeset
980 * modules/closeout (Depends-on): Remove fpending.
e95bb2954272 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5394
diff changeset
981
5394
0676d18c8e64 Distribute allocsa.valgrind.
Bruno Haible <bruno@clisp.org>
parents: 5376
diff changeset
982 2004-11-04 Bruno Haible <bruno@clisp.org>
0676d18c8e64 Distribute allocsa.valgrind.
Bruno Haible <bruno@clisp.org>
parents: 5376
diff changeset
983
0676d18c8e64 Distribute allocsa.valgrind.
Bruno Haible <bruno@clisp.org>
parents: 5376
diff changeset
984 * modules/allocsa (Files): Add lib/allocsa.valgrind.
0676d18c8e64 Distribute allocsa.valgrind.
Bruno Haible <bruno@clisp.org>
parents: 5376
diff changeset
985 (Makefile.am): Distribute it.
0676d18c8e64 Distribute allocsa.valgrind.
Bruno Haible <bruno@clisp.org>
parents: 5376
diff changeset
986
5376
6c1cc3b6c74d getdate support for TZ="foo", and documentation.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5367
diff changeset
987 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
988
6c1cc3b6c74d getdate support for TZ="foo", and documentation.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5367
diff changeset
989 * 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
990 (Depends-on): Add setenv, xalloc.
6c1cc3b6c74d getdate support for TZ="foo", and documentation.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5367
diff changeset
991
5367
f5292cff01dd * modules/regex (lib_SOURCES): Add regex.c.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5361
diff changeset
992 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
993
f5292cff01dd * modules/regex (lib_SOURCES): Add regex.c.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5361
diff changeset
994 * 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
995 Reported by James Youngman in
f5292cff01dd * modules/regex (lib_SOURCES): Add regex.c.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5361
diff changeset
996 <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
997
5359
b120c912c283 * gnulib-tool (func_emit_lib_Makefile_am): Fix typo.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5357
diff changeset
998 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
999
b120c912c283 * gnulib-tool (func_emit_lib_Makefile_am): Fix typo.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5357
diff changeset
1000 * 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
1001 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
1002
5357
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1003 2004-10-16 Simon Josefsson <jas@extundo.com>
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1004
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1005 * gnulib-tool: Fix comments. Fix parse problem.
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1006 (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
1007
5356
144b29bba7b7 Provisions for defining LTALLOCA.
Bruno Haible <bruno@clisp.org>
parents: 5352
diff changeset
1008 2004-10-15 Bruno Haible <bruno@clisp.org>
144b29bba7b7 Provisions for defining LTALLOCA.
Bruno Haible <bruno@clisp.org>
parents: 5352
diff changeset
1009
5361
2782da194a33 That's LTALLOCA, not LT_ALLOCA.
Bruno Haible <bruno@clisp.org>
parents: 5359
diff changeset
1010 * 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
1011
5352
f1f20fc1ff2f Emit separators in lib/Makefile.am.
Bruno Haible <bruno@clisp.org>
parents: 5351
diff changeset
1012 2004-10-15 Bruno Haible <bruno@clisp.org>
f1f20fc1ff2f Emit separators in lib/Makefile.am.
Bruno Haible <bruno@clisp.org>
parents: 5351
diff changeset
1013
f1f20fc1ff2f Emit separators in lib/Makefile.am.
Bruno Haible <bruno@clisp.org>
parents: 5351
diff changeset
1014 * 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
1015 the portions belonging to each module.
f1f20fc1ff2f Emit separators in lib/Makefile.am.
Bruno Haible <bruno@clisp.org>
parents: 5351
diff changeset
1016 Suggested by Derek Robert Price <derek@ximbiot.com>.
f1f20fc1ff2f Emit separators in lib/Makefile.am.
Bruno Haible <bruno@clisp.org>
parents: 5351
diff changeset
1017
5343
eae956a8e0ec Untabify.
Bruno Haible <bruno@clisp.org>
parents: 5340
diff changeset
1018 2004-10-15 Bruno Haible <bruno@clisp.org>
eae956a8e0ec Untabify.
Bruno Haible <bruno@clisp.org>
parents: 5340
diff changeset
1019
5344
c2f5677fc6ed Initialize supplied_libname. Tweak usage message.
Bruno Haible <bruno@clisp.org>
parents: 5343
diff changeset
1020 * gnulib-tool: Untabify. Initialize supplied_libname.
c2f5677fc6ed Initialize supplied_libname. Tweak usage message.
Bruno Haible <bruno@clisp.org>
parents: 5343
diff changeset
1021 (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
1022 (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
1023 func_emit_lib_Makefile_am): New functions.
5346
40f5d74050d5 Use func_get_license.
Bruno Haible <bruno@clisp.org>
parents: 5345
diff changeset
1024 (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
1025 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
1026 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
1027 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
1028 (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
1029 func_modules_to_filelist, func_emit_lib_Makefile_am.
5343
eae956a8e0ec Untabify.
Bruno Haible <bruno@clisp.org>
parents: 5340
diff changeset
1030
5340
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents: 5321
diff changeset
1031 2004-10-11 Bruno Haible <bruno@clisp.org>
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents: 5321
diff changeset
1032
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents: 5321
diff changeset
1033 * MODULES.html.sh (Support for systems lacking ISO C 99): Add
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents: 5321
diff changeset
1034 vsnprintf.
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents: 5321
diff changeset
1035
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents: 5321
diff changeset
1036 2004-10-11 Yoann Vandoorselaere <yoann@prelude-ids.org>
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents: 5321
diff changeset
1037
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents: 5321
diff changeset
1038 * modules/vsnprintf: New file.
11ff7526b7b9 New module 'vsnprintf'.
Bruno Haible <bruno@clisp.org>
parents: 5321
diff changeset
1039
5318
7c24a825b51d Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5312
diff changeset
1040 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
1041
5321
fe390d57473a Rename xclone to xmemdup. Remove obsolete xalloc macros.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5318
diff changeset
1042 * 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
1043
5318
7c24a825b51d Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5312
diff changeset
1044 * modules/argmatch, modules/argp, modules/closeout, modules/error,
7c24a825b51d Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5312
diff changeset
1045 modules/exclude, modules/getdate, modules/getline,
7c24a825b51d Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5312
diff changeset
1046 modules/getndelim2, modules/getpass, modules/getpass-gnu,
7c24a825b51d Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5312
diff changeset
1047 modules/getusershell, modules/linebuffer, modules/md5,
7c24a825b51d Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5312
diff changeset
1048 modules/mountlist, modules/posixtm, modules/readtokens,
7c24a825b51d Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5312
diff changeset
1049 modules/readutmp, modules/regex, modules/sha1,
7c24a825b51d Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5312
diff changeset
1050 modules/version-etc, modules/yesno:
7c24a825b51d Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5312
diff changeset
1051 Remove dependency on unlocked-io.
7c24a825b51d Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5312
diff changeset
1052
5312
47f04c1cec16 'README' is not a module.
Bruno Haible <bruno@clisp.org>
parents: 5310
diff changeset
1053 2004-10-04 Bruno Haible <bruno@clisp.org>
47f04c1cec16 'README' is not a module.
Bruno Haible <bruno@clisp.org>
parents: 5310
diff changeset
1054
47f04c1cec16 'README' is not a module.
Bruno Haible <bruno@clisp.org>
parents: 5310
diff changeset
1055 * modules/README: New file.
47f04c1cec16 'README' is not a module.
Bruno Haible <bruno@clisp.org>
parents: 5310
diff changeset
1056 * gnulib-tool (func_all_modules, func_verify_module): modules/README is
47f04c1cec16 'README' is not a module.
Bruno Haible <bruno@clisp.org>
parents: 5310
diff changeset
1057 not a module.
47f04c1cec16 'README' is not a module.
Bruno Haible <bruno@clisp.org>
parents: 5310
diff changeset
1058
5318
7c24a825b51d Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5312
diff changeset
1059 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
1060
26382eb5dbd2 New module 'memmem', from Simon Josefsson.
Bruno Haible <bruno@clisp.org>
parents: 5292
diff changeset
1061 * modules/memmem: New file.
26382eb5dbd2 New module 'memmem', from Simon Josefsson.
Bruno Haible <bruno@clisp.org>
parents: 5292
diff changeset
1062 * tests/test-memmem.c: New file.
26382eb5dbd2 New module 'memmem', from Simon Josefsson.
Bruno Haible <bruno@clisp.org>
parents: 5292
diff changeset
1063 * 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
1064
5292
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents: 5284
diff changeset
1065 2004-10-01 Bruno Haible <bruno@clisp.org>
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents: 5284
diff changeset
1066
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents: 5284
diff changeset
1067 * MODULES.html.sh: Add strsep.
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents: 5284
diff changeset
1068
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents: 5284
diff changeset
1069 2004-10-01 Yoann Vandoorselaere <yoann@prelude-ids.org>
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents: 5284
diff changeset
1070
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents: 5284
diff changeset
1071 * modules/strsep: New file.
facb079a01da New module 'strsep'.
Bruno Haible <bruno@clisp.org>
parents: 5284
diff changeset
1072
5284
1e9dc1d31d4a Add snprintf module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5282
diff changeset
1073 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
1074
5284
1e9dc1d31d4a Add snprintf module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5282
diff changeset
1075 * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
1e9dc1d31d4a Add snprintf module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5282
diff changeset
1076
1e9dc1d31d4a Add snprintf module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5282
diff changeset
1077 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
1078
149d795beeb2 New snprintf module from Simon Josefsson.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5281
diff changeset
1079 * modules/snprintf: New file.
149d795beeb2 New snprintf module from Simon Josefsson.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5281
diff changeset
1080
5281
0d530b5eb57b Sergey now maintains argp.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5273
diff changeset
1081 2004-09-30 Paul Eggert <eggert@cs.ucla.edu>
0d530b5eb57b Sergey now maintains argp.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5273
diff changeset
1082
0d530b5eb57b Sergey now maintains argp.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5273
diff changeset
1083 * modules/argp (Maintainer): Replace Simon Josefsson
0d530b5eb57b Sergey now maintains argp.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5273
diff changeset
1084 by Sergey Poznyakoff.
0d530b5eb57b Sergey now maintains argp.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5273
diff changeset
1085
5357
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1086 2004-10-01 Simon Josefsson <jas@extundo.com>
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1087
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1088 * 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
1089 memmem.
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1090
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1091 * tests/test-memmem.c: New file.
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1092
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1093 * modules/memmem: New file.
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1094
5273
0e6f016e3192 New modules 'alloca-opt'.
Bruno Haible <bruno@clisp.org>
parents: 5267
diff changeset
1095 2004-09-29 Bruno Haible <bruno@clisp.org>
0e6f016e3192 New modules 'alloca-opt'.
Bruno Haible <bruno@clisp.org>
parents: 5267
diff changeset
1096
0e6f016e3192 New modules 'alloca-opt'.
Bruno Haible <bruno@clisp.org>
parents: 5267
diff changeset
1097 * modules/alloca-opt: New file, derived from modules/alloca.
0e6f016e3192 New modules 'alloca-opt'.
Bruno Haible <bruno@clisp.org>
parents: 5267
diff changeset
1098 * modules/allocsa: Depend on alloca-opt instead of alloca.
0e6f016e3192 New modules 'alloca-opt'.
Bruno Haible <bruno@clisp.org>
parents: 5267
diff changeset
1099 * modules/setenv: Likewise.
0e6f016e3192 New modules 'alloca-opt'.
Bruno Haible <bruno@clisp.org>
parents: 5267
diff changeset
1100 * modules/vasnprintf: Likewise.
0e6f016e3192 New modules 'alloca-opt'.
Bruno Haible <bruno@clisp.org>
parents: 5267
diff changeset
1101 * MODULES.html.sh: Add alloca-opt.
0e6f016e3192 New modules 'alloca-opt'.
Bruno Haible <bruno@clisp.org>
parents: 5267
diff changeset
1102
5267
0be3e8463ad1 * modules/dummy: Change license to LGPL.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5263
diff changeset
1103 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
1104
0be3e8463ad1 * modules/dummy: Change license to LGPL.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5263
diff changeset
1105 * modules/dummy: Change license to LGPL.
0be3e8463ad1 * modules/dummy: Change license to LGPL.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5263
diff changeset
1106
5263
e9555baad148 * gnulib-tool: New parameter --lgpl.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5255
diff changeset
1107 2004-09-29 Simon Josefsson <jas@extundo.com>
e9555baad148 * gnulib-tool: New parameter --lgpl.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5255
diff changeset
1108
e9555baad148 * gnulib-tool: New parameter --lgpl.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5255
diff changeset
1109 * 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
1110 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
1111
5357
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1112 2004-09-24 Simon Josefsson <jas@extundo.com>
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1113
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1114 * modules/minmax (License): Change from GPL to LGPL.
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1115
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1116 2004-09-23 Simon Josefsson <jas@extundo.com>
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1117
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1118 * gnulib-tool (--import): Typo.
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1119
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1120 2004-09-21 Simon Josefsson <jas@extundo.com>
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1121
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1122 * 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
1123 snprintf.
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1124
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1125 * modules/snprintf: New file.
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1126
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1127 2004-09-05 Simon Josefsson <jas@extundo.com>
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1128
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1129 * modules/getaddrinfo: Add.
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1130
5255
fcfb908309c7 2004-09-23 Simon Josefsson <jas@extundo.com>
Bruno Haible <bruno@clisp.org>
parents: 5251
diff changeset
1131 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
1132
fcfb908309c7 2004-09-23 Simon Josefsson <jas@extundo.com>
Bruno Haible <bruno@clisp.org>
parents: 5251
diff changeset
1133 * 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
1134
5251
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 5249
diff changeset
1135 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
1136
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 5249
diff changeset
1137 * modules/*: Add 'License' field.
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 5249
diff changeset
1138 * gnulib-tool: Accept --extract-license option.
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 5249
diff changeset
1139 (func_get_license): New function.
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 5249
diff changeset
1140
5248
23d00a9e148f Needs m4/inttypes_h.m4.
Bruno Haible <bruno@clisp.org>
parents: 5245
diff changeset
1141 2004-09-21 Bruno Haible <bruno@clisp.org>
23d00a9e148f Needs m4/inttypes_h.m4.
Bruno Haible <bruno@clisp.org>
parents: 5245
diff changeset
1142
5249
23f089555558 Also needs m4/stdint_h.m4.
Bruno Haible <bruno@clisp.org>
parents: 5248
diff changeset
1143 * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
5248
23d00a9e148f Needs m4/inttypes_h.m4.
Bruno Haible <bruno@clisp.org>
parents: 5245
diff changeset
1144 Reported by Simon Josefsson.
23d00a9e148f Needs m4/inttypes_h.m4.
Bruno Haible <bruno@clisp.org>
parents: 5245
diff changeset
1145
5245
269209fd53a6 * modules/inttostr (Files): Add m4/longlong.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5238
diff changeset
1146 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
1147
269209fd53a6 * modules/inttostr (Files): Add m4/longlong.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5238
diff changeset
1148 * 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
1149 gl_AC_TYPE_LONG_LONG.
269209fd53a6 * modules/inttostr (Files): Add m4/longlong.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5238
diff changeset
1150
5238
ea357a6f13d3 gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
Paul Eggert <eggert@cs.ucla.edu>
parents: 5225
diff changeset
1151 2004-09-18 Simon Josefsson <jas@extundo.com>
5753
d77759f257ad *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5729
diff changeset
1152 and Paul Eggert <eggert@cs.ucla.edu>
5284
1e9dc1d31d4a Add snprintf module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5282
diff changeset
1153
5238
ea357a6f13d3 gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
Paul Eggert <eggert@cs.ucla.edu>
parents: 5225
diff changeset
1154 * 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
1155 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
1156
5225
42bac8a9678e delete regex.[ch] (stale wrt emacs for ages)
Karl Berry <karl@freefriends.org>
parents: 5224
diff changeset
1157 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
1158
42bac8a9678e delete regex.[ch] (stale wrt emacs for ages)
Karl Berry <karl@freefriends.org>
parents: 5224
diff changeset
1159 * 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
1160 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
1161 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
1162 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
1163 lib/regex[.ch] is untouched.
5284
1e9dc1d31d4a Add snprintf module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5282
diff changeset
1164
5224
b6d1a221c907 Provide a substitute for EOVERFLOW if <errno.h> doesn't define it.
Bruno Haible <bruno@clisp.org>
parents: 5219
diff changeset
1165 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
1166
b6d1a221c907 Provide a substitute for EOVERFLOW if <errno.h> doesn't define it.
Bruno Haible <bruno@clisp.org>
parents: 5219
diff changeset
1167 * 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
1168
5219
fcff9e1a6e22 New module 'stdint'.
Bruno Haible <bruno@clisp.org>
parents: 5218
diff changeset
1169 2004-09-08 Bruno Haible <bruno@clisp.org>
5753
d77759f257ad *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5729
diff changeset
1170 Oskar Liljeblad <oskar@osk.mine.nu>
5219
fcff9e1a6e22 New module 'stdint'.
Bruno Haible <bruno@clisp.org>
parents: 5218
diff changeset
1171
fcff9e1a6e22 New module 'stdint'.
Bruno Haible <bruno@clisp.org>
parents: 5218
diff changeset
1172 * modules/stdint: New file.
fcff9e1a6e22 New module 'stdint'.
Bruno Haible <bruno@clisp.org>
parents: 5218
diff changeset
1173 * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
fcff9e1a6e22 New module 'stdint'.
Bruno Haible <bruno@clisp.org>
parents: 5218
diff changeset
1174
5218
f96c64693f86 New module 'xvasprintf'.
Bruno Haible <bruno@clisp.org>
parents: 5209
diff changeset
1175 2004-09-08 Oskar Liljeblad <oskar@osk.mine.nu>
f96c64693f86 New module 'xvasprintf'.
Bruno Haible <bruno@clisp.org>
parents: 5209
diff changeset
1176
f96c64693f86 New module 'xvasprintf'.
Bruno Haible <bruno@clisp.org>
parents: 5209
diff changeset
1177 * modules/xvasprintf: New file.
f96c64693f86 New module 'xvasprintf'.
Bruno Haible <bruno@clisp.org>
parents: 5209
diff changeset
1178 * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
f96c64693f86 New module 'xvasprintf'.
Bruno Haible <bruno@clisp.org>
parents: 5209
diff changeset
1179
5209
ef929daf6639 Import userspec from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5204
diff changeset
1180 2004-08-19 Paul Eggert <eggert@cs.ucla.edu>
ef929daf6639 Import userspec from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5204
diff changeset
1181
ef929daf6639 Import userspec from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5204
diff changeset
1182 * modules/userspec: Don't depend on alloca.
ef929daf6639 Import userspec from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5204
diff changeset
1183
5204
6ad79d6609ea Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5199
diff changeset
1184 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
1185
6ad79d6609ea Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5199
diff changeset
1186 * 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
1187 readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
6ad79d6609ea Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5199
diff changeset
1188 utimecmp, utimens, xnanosleep. Rename sha to sha1.
6ad79d6609ea Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5199
diff changeset
1189
6ad79d6609ea Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5199
diff changeset
1190 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
1191
6ad79d6609ea Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5199
diff changeset
1192 * 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
1193 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
1194 Add --dry-run for --import.
6ad79d6609ea Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5199
diff changeset
1195 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
1196 settings.
6ad79d6609ea Update gnulib-tool, MODULES.html.sh.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5199
diff changeset
1197
5197
53db84a8853e getopt, argp fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5177
diff changeset
1198 2004-08-12 Paul Eggert <eggert@cs.ucla.edu>
53db84a8853e getopt, argp fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5177
diff changeset
1199
53db84a8853e getopt, argp fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5177
diff changeset
1200 * modules/argp (Files): Add m4/unlocked-io.m4.
53db84a8853e getopt, argp fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5177
diff changeset
1201 (Depends-on): Add extensions.
53db84a8853e getopt, argp fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5177
diff changeset
1202
53db84a8853e getopt, argp fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5177
diff changeset
1203 2004-08-12 Simon Josefsson <jas@extundo.com>
53db84a8853e getopt, argp fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5177
diff changeset
1204
5199
0bfe59a4fac8 * gnulib-tool: Add --source-base, --m4-base, --libtool options.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5197
diff changeset
1205 * 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
1206 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
1207 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
1208 gl_SOURCE_BASE(gl)
0bfe59a4fac8 * gnulib-tool: Add --source-base, --m4-base, --libtool options.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5197
diff changeset
1209 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
1210 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
1211 gl_INIT
0bfe59a4fac8 * gnulib-tool: Add --source-base, --m4-base, --libtool options.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5197
diff changeset
1212 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
1213 ../gnulib/gnulib-tool --import
0bfe59a4fac8 * gnulib-tool: Add --source-base, --m4-base, --libtool options.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5197
diff changeset
1214
5197
53db84a8853e getopt, argp fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5177
diff changeset
1215 * modules/getopt (Files): Rename getopt.h to getopt_.h.
53db84a8853e getopt, argp fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5177
diff changeset
1216 (Makefile.am): Rewrite, use logic from argz.
53db84a8853e getopt, argp fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5177
diff changeset
1217 (Include): Use <getopt.h> instead of "getopt.h".
53db84a8853e getopt, argp fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5177
diff changeset
1218
5177
40bb437f1dbf Add uintmax_t detection to obstack.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5170
diff changeset
1219 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
1220
40bb437f1dbf Add uintmax_t detection to obstack.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5170
diff changeset
1221 * 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
1222 m4/uintmax_t.m4.
40bb437f1dbf Add uintmax_t detection to obstack.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5170
diff changeset
1223
5165
9d7fe6ace357 Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5159
diff changeset
1224 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
1225
5166
95d4226b62d3 Remove dependency of xalloc in exitfail, error, gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5165
diff changeset
1226 * modules/xalloc-die: New file.
95d4226b62d3 Remove dependency of xalloc in exitfail, error, gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5165
diff changeset
1227 * 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
1228
5165
9d7fe6ace357 Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5159
diff changeset
1229 * 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
1230 * 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
1231 (Files):
9d7fe6ace357 Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5159
diff changeset
1232 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
1233 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
1234 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
1235 (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
1236 (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
1237 (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
1238
5169
62a3f9818260 xgethostname simplification
Paul Eggert <eggert@cs.ucla.edu>
parents: 5168
diff changeset
1239 2004-08-08 Simon Josefsson <jas@extundo.com>
62a3f9818260 xgethostname simplification
Paul Eggert <eggert@cs.ucla.edu>
parents: 5168
diff changeset
1240
62a3f9818260 xgethostname simplification
Paul Eggert <eggert@cs.ucla.edu>
parents: 5168
diff changeset
1241 * modules/xgethostname (Depends-on): Remove exit and error (not
62a3f9818260 xgethostname simplification
Paul Eggert <eggert@cs.ucla.edu>
parents: 5168
diff changeset
1242 used).
62a3f9818260 xgethostname simplification
Paul Eggert <eggert@cs.ucla.edu>
parents: 5168
diff changeset
1243
5170
17c4badb3864 Add getpass.h, so it's properly declared.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5169
diff changeset
1244 * 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
1245 (Depends-on): Add stdbool.
17c4badb3864 Add getpass.h, so it's properly declared.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5169
diff changeset
1246 * modules/getpass: Add getpass.h.
17c4badb3864 Add getpass.h, so it's properly declared.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5169
diff changeset
1247
5159
a535859efd14 Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5140
diff changeset
1248 2004-08-06 Paul Eggert <eggert@cs.ucla.edu>
a535859efd14 Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5140
diff changeset
1249
a535859efd14 Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5140
diff changeset
1250 More merge from coreutils.
a535859efd14 Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5140
diff changeset
1251 * modules/raise, modules/readtokens0, modules/utimens,
a535859efd14 Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5140
diff changeset
1252 modules/utimecmp, module/xnanosleep: New files.
a535859efd14 Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5140
diff changeset
1253 * modules/strftime: Add lib/strftime.h.
a535859efd14 Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5140
diff changeset
1254 Change include from <time.h> to "strftime.h".
a535859efd14 Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5140
diff changeset
1255 * modules/yesno: Add lib/yesno.h.
a535859efd14 Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5140
diff changeset
1256 * modules/backupfile: Remove lib/addext.c.
a535859efd14 Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5140
diff changeset
1257 * modules/euidaccess: Add stat-macros.h.
a535859efd14 Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5140
diff changeset
1258 * modules/canonicalize, modules/euidaccess,
a535859efd14 Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5140
diff changeset
1259 modules/filemode, modules/lchown, modules/makepath,
a535859efd14 Merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5140
diff changeset
1260 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
1261
5140
7d4e8a1a9f17 2004-08-03 Simon Josefsson <jas@extundo.com>
Bruno Haible <bruno@clisp.org>
parents: 5138
diff changeset
1262 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
1263
7d4e8a1a9f17 2004-08-03 Simon Josefsson <jas@extundo.com>
Bruno Haible <bruno@clisp.org>
parents: 5138
diff changeset
1264 * 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
1265
5138
965e5e2eaeac New module 'getsubopt'.
Bruno Haible <bruno@clisp.org>
parents: 5137
diff changeset
1266 2004-08-02 Simon Josefsson <jas@extundo.com>
965e5e2eaeac New module 'getsubopt'.
Bruno Haible <bruno@clisp.org>
parents: 5137
diff changeset
1267
965e5e2eaeac New module 'getsubopt'.
Bruno Haible <bruno@clisp.org>
parents: 5137
diff changeset
1268 * modules/getsubopt: New file.
965e5e2eaeac New module 'getsubopt'.
Bruno Haible <bruno@clisp.org>
parents: 5137
diff changeset
1269 * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
965e5e2eaeac New module 'getsubopt'.
Bruno Haible <bruno@clisp.org>
parents: 5137
diff changeset
1270 getsubopt.
965e5e2eaeac New module 'getsubopt'.
Bruno Haible <bruno@clisp.org>
parents: 5137
diff changeset
1271
5119
7b7f24e67129 Merge from coreutils (first part).
Paul Eggert <eggert@cs.ucla.edu>
parents: 5111
diff changeset
1272 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
1273
5137
ba885205d891 More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5119
diff changeset
1274 Merge from coreutils.
ba885205d891 More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5119
diff changeset
1275 * modules/c-strtod, modules/c-strtold, modules/canonicalize,
ba885205d891 More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5119
diff changeset
1276 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
1277 * 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
1278
5111
513a73ee50a0 Remove "fatal" module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5106
diff changeset
1279 2004-08-03 Paul Eggert <eggert@cs.ucla.edu>
513a73ee50a0 Remove "fatal" module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5106
diff changeset
1280
513a73ee50a0 Remove "fatal" module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5106
diff changeset
1281 * modules/fatal: Remove, as the "fatal" module wasn't used or working.
513a73ee50a0 Remove "fatal" module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5106
diff changeset
1282 * MODULES.html.sh (func_all_modules): Remove fatal.
513a73ee50a0 Remove "fatal" module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5106
diff changeset
1283
5106
0d18d9cee047 New module 'dummy'.
Bruno Haible <bruno@clisp.org>
parents: 5101
diff changeset
1284 2004-07-19 Bruno Haible <bruno@clisp.org>
0d18d9cee047 New module 'dummy'.
Bruno Haible <bruno@clisp.org>
parents: 5101
diff changeset
1285
0d18d9cee047 New module 'dummy'.
Bruno Haible <bruno@clisp.org>
parents: 5101
diff changeset
1286 * MODULES.html.sh (func_all_modules): Add dummy.
0d18d9cee047 New module 'dummy'.
Bruno Haible <bruno@clisp.org>
parents: 5101
diff changeset
1287
0d18d9cee047 New module 'dummy'.
Bruno Haible <bruno@clisp.org>
parents: 5101
diff changeset
1288 2004-07-16 Simon Josefsson <jas@extundo.com>
0d18d9cee047 New module 'dummy'.
Bruno Haible <bruno@clisp.org>
parents: 5101
diff changeset
1289
0d18d9cee047 New module 'dummy'.
Bruno Haible <bruno@clisp.org>
parents: 5101
diff changeset
1290 * modules/dummy: New file.
0d18d9cee047 New module 'dummy'.
Bruno Haible <bruno@clisp.org>
parents: 5101
diff changeset
1291
5101
875522b4f5ee Add lib/fchown-stub.c.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5092
diff changeset
1292 2004-07-09 Paul Eggert <eggert@cs.ucla.edu>
875522b4f5ee Add lib/fchown-stub.c.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5092
diff changeset
1293
875522b4f5ee Add lib/fchown-stub.c.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5092
diff changeset
1294 * modules/chown (Files): Add lib/fchown-stub.c, since
875522b4f5ee Add lib/fchown-stub.c.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5092
diff changeset
1295 gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
875522b4f5ee Add lib/fchown-stub.c.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5092
diff changeset
1296
5092
524f03b4532e Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5085
diff changeset
1297 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
1298
524f03b4532e Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5085
diff changeset
1299 * modules/argz: Omit "#include".
524f03b4532e Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5085
diff changeset
1300
524f03b4532e Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5085
diff changeset
1301 * 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
1302 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
1303
5137
ba885205d891 More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5119
diff changeset
1304 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
1305
524f03b4532e Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5085
diff changeset
1306 * modules/argz: New file.
524f03b4532e Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5085
diff changeset
1307 * 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
1308
5085
2394c3c49c94 Add some missing dependencies and/or files.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5081
diff changeset
1309 2004-06-12 Jim Meyering <jim@meyering.net>
5753
d77759f257ad *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5729
diff changeset
1310 and Paul Eggert <eggert@cs.ucla.edu>
5085
2394c3c49c94 Add some missing dependencies and/or files.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5081
diff changeset
1311
2394c3c49c94 Add some missing dependencies and/or files.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5081
diff changeset
1312 * 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
1313 * 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
1314 * modules/stat (Depends-on): Add xalloc.
2394c3c49c94 Add some missing dependencies and/or files.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5081
diff changeset
1315 * modules/userspec (Files): Add lib/userspec.h.
5357
8bce169f70cc Fix comments. Fix parse problem.
Simon Josefsson <simon@josefsson.org>
parents: 5356
diff changeset
1316 * modules/xstrto
4896
dccb891364fe Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4886
diff changeset
1317
dccb891364fe Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4886
diff changeset
1318 Upgrade from gettext-0.13.
dccb891364fe Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4886
diff changeset
1319 * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
dccb891364fe Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4886
diff changeset
1320 m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
dccb891364fe Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4886
diff changeset
1321 m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
dccb891364fe Upgrade to gettext-0.13.
Bruno Haible <bruno@clisp.org>
parents: 4886
diff changeset
1322
4886
e4317f1f2e2c Use size_t instead of ssize_t.
Bruno Haible <bruno@clisp.org>
parents: 4884
diff changeset
1323 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
1324
e4317f1f2e2c Use size_t instead of ssize_t.
Bruno Haible <bruno@clisp.org>
parents: 4884
diff changeset
1325 * 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
1326
4884
4d0ebc9d330c Remove dependency of alloca on xalloc.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4876
diff changeset
1327 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
1328
4d0ebc9d330c Remove dependency of alloca on xalloc.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4876
diff changeset
1329 * modules/alloca: Remove dependency on xalloc.
4d0ebc9d330c Remove dependency of alloca on xalloc.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4876
diff changeset
1330
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
1331 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
1332
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
1333 * 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
1334 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
1335
4872
c5afc99b8ce5 Use xsize.h to protect against memory size overflows.
Bruno Haible <bruno@clisp.org>
parents: 4865
diff changeset
1336 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
1337
c5afc99b8ce5 Use xsize.h to protect against memory size overflows.
Bruno Haible <bruno@clisp.org>
parents: 4865
diff changeset
1338 * 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
1339 (Depends-on): Add xsize.
c5afc99b8ce5 Use xsize.h to protect against memory size overflows.
Bruno Haible <bruno@clisp.org>
parents: 4865
diff changeset
1340
4865
8690f8e0e0bf Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4862
diff changeset
1341 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
1342
8690f8e0e0bf Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4862
diff changeset
1343 * 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
1344 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
1345
4862
1f6c3678919c Rely on SIZE_MAX and PTRDIFF_MAX as defined by ISO C 99.
Bruno Haible <bruno@clisp.org>
parents: 4852
diff changeset
1346 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
1347
1f6c3678919c Rely on SIZE_MAX and PTRDIFF_MAX as defined by ISO C 99.
Bruno Haible <bruno@clisp.org>
parents: 4852
diff changeset
1348 * 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
1349 * 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
1350
4852
7f909e1de364 New module 'xsize'.
Bruno Haible <bruno@clisp.org>
parents: 4851
diff changeset
1351 2003-11-04 Bruno Haible <bruno@clisp.org>
7f909e1de364 New module 'xsize'.
Bruno Haible <bruno@clisp.org>
parents: 4851
diff changeset
1352
7f909e1de364 New module 'xsize'.
Bruno Haible <bruno@clisp.org>
parents: 4851
diff changeset
1353 * modules/xsize: New file.
7f909e1de364 New module 'xsize'.
Bruno Haible <bruno@clisp.org>
parents: 4851
diff changeset
1354 * modules/linebreak: Depend on xsize.
7f909e1de364 New module 'xsize'.
Bruno Haible <bruno@clisp.org>
parents: 4851
diff changeset
1355 * MODULES.html.sh (func_all_modules): Add xsize.
7f909e1de364 New module 'xsize'.
Bruno Haible <bruno@clisp.org>
parents: 4851
diff changeset
1356
4851
992dd0324a2e *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4846
diff changeset
1357 2003-11-04 Jim Meyering <jim@meyering.net>
992dd0324a2e *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4846
diff changeset
1358
992dd0324a2e *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4846
diff changeset
1359 * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
992dd0324a2e *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4846
diff changeset
1360 variable names, rather than @VAR@.
992dd0324a2e *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4846
diff changeset
1361 * modules/poll: Likewise.
992dd0324a2e *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4846
diff changeset
1362
4846
8a8f6899a8f8 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4830
diff changeset
1363 2003-11-03 Jim Meyering <jim@meyering.net>
8a8f6899a8f8 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4830
diff changeset
1364
8a8f6899a8f8 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4830
diff changeset
1365 * modules/userspec (lib_SOURCES): Add userspec.h.
8a8f6899a8f8 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4830
diff changeset
1366 (Include): Add "userspec.h".
8a8f6899a8f8 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4830
diff changeset
1367 Improve description.
8a8f6899a8f8 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4830
diff changeset
1368
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
1369 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
1370
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
1371 * 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
1372
4802
16d77b789c30 New module 'wait-process'.
Bruno Haible <bruno@clisp.org>
parents: 4797
diff changeset
1373 2003-10-20 Bruno Haible <bruno@clisp.org>
16d77b789c30 New module 'wait-process'.
Bruno Haible <bruno@clisp.org>
parents: 4797
diff changeset
1374
16d77b789c30 New module 'wait-process'.
Bruno Haible <bruno@clisp.org>
parents: 4797
diff changeset
1375 * modules/wait-process: New file.
16d77b789c30 New module 'wait-process'.
Bruno Haible <bruno@clisp.org>
parents: 4797
diff changeset
1376 * MODULES.html.sh (func_all_modules): Add wait-process.
16d77b789c30 New module 'wait-process'.
Bruno Haible <bruno@clisp.org>
parents: 4797
diff changeset
1377
4797
84a4a0e1da42 (foo *) NULL + 0 == NULL
Paul Eggert <eggert@cs.ucla.edu>
parents: 4786
diff changeset
1378 2003-10-16 Paul Eggert <eggert@twinsun.com>
84a4a0e1da42 (foo *) NULL + 0 == NULL
Paul Eggert <eggert@cs.ucla.edu>
parents: 4786
diff changeset
1379
84a4a0e1da42 (foo *) NULL + 0 == NULL
Paul Eggert <eggert@cs.ucla.edu>
parents: 4786
diff changeset
1380 * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
84a4a0e1da42 (foo *) NULL + 0 == NULL
Paul Eggert <eggert@cs.ucla.edu>
parents: 4786
diff changeset
1381
4786
83d8d561903a Improved 'fatal-signal' module.
Bruno Haible <bruno@clisp.org>
parents: 4783
diff changeset
1382 2003-10-14 Bruno Haible <bruno@clisp.org>
83d8d561903a Improved 'fatal-signal' module.
Bruno Haible <bruno@clisp.org>
parents: 4783
diff changeset
1383
83d8d561903a Improved 'fatal-signal' module.
Bruno Haible <bruno@clisp.org>
parents: 4783
diff changeset
1384 * 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
1385
4783
d1dc5d9bf1ba Revamp xalloc interface so that it can check for address arithmetic overflow.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4781
diff changeset
1386 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
1387
d1dc5d9bf1ba Revamp xalloc interface so that it can check for address arithmetic overflow.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4781
diff changeset
1388 * 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
1389 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
1390
4781
d762cb7714db A little more dependencies of the 'argp' module.
Bruno Haible <bruno@clisp.org>
parents: 4778
diff changeset
1391 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
1392
d762cb7714db A little more dependencies of the 'argp' module.
Bruno Haible <bruno@clisp.org>
parents: 4778
diff changeset
1393 * 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
1394
4778
d68794da5ecb Merge getpass from libc, plus a few fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4772
diff changeset
1395 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
1396
d68794da5ecb Merge getpass from libc, plus a few fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4772
diff changeset
1397 * modules/getpass: Depend on stdbool.
d68794da5ecb Merge getpass from libc, plus a few fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4772
diff changeset
1398
4772
733f57f44f09 Remove version-etc-2 module.
Bruno Haible <bruno@clisp.org>
parents: 4770
diff changeset
1399 2003-10-06 Bruno Haible <bruno@clisp.org>
733f57f44f09 Remove version-etc-2 module.
Bruno Haible <bruno@clisp.org>
parents: 4770
diff changeset
1400
733f57f44f09 Remove version-etc-2 module.
Bruno Haible <bruno@clisp.org>
parents: 4770
diff changeset
1401 * modules/version-etc-2: Remove file.
733f57f44f09 Remove version-etc-2 module.
Bruno Haible <bruno@clisp.org>
parents: 4770
diff changeset
1402 * 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
1403
4770
6708dc21dacc New module 'fatal-signal'.
Bruno Haible <bruno@clisp.org>
parents: 4768
diff changeset
1404 2003-10-06 Bruno Haible <bruno@clisp.org>
6708dc21dacc New module 'fatal-signal'.
Bruno Haible <bruno@clisp.org>
parents: 4768
diff changeset
1405
6708dc21dacc New module 'fatal-signal'.
Bruno Haible <bruno@clisp.org>
parents: 4768
diff changeset
1406 * modules/fatal-signal: New file.
6708dc21dacc New module 'fatal-signal'.
Bruno Haible <bruno@clisp.org>
parents: 4768
diff changeset
1407 * MODULES.html.sh (func_all_modules): Add fatal-signal.
6708dc21dacc New module 'fatal-signal'.
Bruno Haible <bruno@clisp.org>
parents: 4768
diff changeset
1408
4768
3027c8485825 Rework advice for preventing empty .o files.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4764
diff changeset
1409 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
1410
3027c8485825 Rework advice for preventing empty .o files.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4764
diff changeset
1411 * 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
1412 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
1413 not <sys/types.h>.
3027c8485825 Rework advice for preventing empty .o files.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4764
diff changeset
1414
4764
7680bfe3408c Tweak Include section.
Bruno Haible <bruno@clisp.org>
parents: 4763
diff changeset
1415 2003-10-02 Bruno Haible <bruno@clisp.org>
7680bfe3408c Tweak Include section.
Bruno Haible <bruno@clisp.org>
parents: 4763
diff changeset
1416
7680bfe3408c Tweak Include section.
Bruno Haible <bruno@clisp.org>
parents: 4763
diff changeset
1417 * modules/lchown (Include): Add lchown.h.
7680bfe3408c Tweak Include section.
Bruno Haible <bruno@clisp.org>
parents: 4763
diff changeset
1418 * modules/time_r (Include): Use "..." syntax.
7680bfe3408c Tweak Include section.
Bruno Haible <bruno@clisp.org>
parents: 4763
diff changeset
1419 * modules/xgetdomainname (Include): Add xgetdomainname.h.
7680bfe3408c Tweak Include section.
Bruno Haible <bruno@clisp.org>
parents: 4763
diff changeset
1420
4763
0d7756a5da9e Put gethostname into the right section.
Bruno Haible <bruno@clisp.org>
parents: 4755
diff changeset
1421 2003-10-01 Simon Josefsson <jas@extundo.com>
0d7756a5da9e Put gethostname into the right section.
Bruno Haible <bruno@clisp.org>
parents: 4755
diff changeset
1422
4770
6708dc21dacc New module 'fatal-signal'.
Bruno Haible <bruno@clisp.org>
parents: 4768
diff changeset
1423 * MODULES.html.sh (func_all_modules): Move gethostname from section
6708dc21dacc New module 'fatal-signal'.
Bruno Haible <bruno@clisp.org>
parents: 4768
diff changeset
1424 'based on' to section 'lacking' POSIX:2001.
4763
0d7756a5da9e Put gethostname into the right section.
Bruno Haible <bruno@clisp.org>
parents: 4755
diff changeset
1425
4755
7e8a409ee684 Trivial fixes to Makefile.am parts of module listings.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4753
diff changeset
1426 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
1427
7e8a409ee684 Trivial fixes to Makefile.am parts of module listings.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4753
diff changeset
1428 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
1429 * 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
1430 * 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
1431
4753
6b790c4dd07d Add 'free' module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4741
diff changeset
1432 2003-09-27 Paul Eggert <eggert@twinsun.com>
6b790c4dd07d Add 'free' module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4741
diff changeset
1433
6b790c4dd07d Add 'free' module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4741
diff changeset
1434 * modules/free: New file.
6b790c4dd07d Add 'free' module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4741
diff changeset
1435
4735
f92ded1bb871 New module 'version-etc-2'.
Bruno Haible <bruno@clisp.org>
parents: 4733
diff changeset
1436 2003-09-25 Bruno Haible <bruno@clisp.org>
f92ded1bb871 New module 'version-etc-2'.
Bruno Haible <bruno@clisp.org>
parents: 4733
diff changeset
1437
f92ded1bb871 New module 'version-etc-2'.
Bruno Haible <bruno@clisp.org>
parents: 4733
diff changeset
1438 * 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
1439 modifications.
f92ded1bb871 New module 'version-etc-2'.
Bruno Haible <bruno@clisp.org>
parents: 4733
diff changeset
1440 * 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
1441
4733
dbe204edd79d New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents: 4717
diff changeset
1442 2003-09-25 Simon Josefsson <jas@extundo.com>
5753
d77759f257ad *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 5729
diff changeset
1443 Bruno Haible <bruno@clisp.org>
4733
dbe204edd79d New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents: 4717
diff changeset
1444
dbe204edd79d New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents: 4717
diff changeset
1445 * modules/getdomainname: New file.
dbe204edd79d New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents: 4717
diff changeset
1446 * modules/xgetdomainname: New file.
dbe204edd79d New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents: 4717
diff changeset
1447 * MODULES.html.sh (func_all_modules): Add getdomainname, xgetdomainname.
dbe204edd79d New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents: 4717
diff changeset
1448
4741
09375b319a6a Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4735
diff changeset
1449 2003-09-24 Paul Eggert <eggert@twinsun.com>
09375b319a6a Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4735
diff changeset
1450
09375b319a6a Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4735
diff changeset
1451 * README: Document assumptions that 'int' is at least 32 bits
09375b319a6a Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4735
diff changeset
1452 wide, that integer arithmetic is 2's complement without overflow,
09375b319a6a Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4735
diff changeset
1453 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
1454 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
1455 yields scalar zero. Fix spelling and capitalization typos.
09375b319a6a Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4735
diff changeset
1456
09375b319a6a Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4735
diff changeset
1457 2003-09-24 Simon Josefsson <jas@extundo.com>
09375b319a6a Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4735
diff changeset
1458
09375b319a6a Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4735
diff changeset
1459 * modules/xgethostname: Add xgethostname.h.
09375b319a6a Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4735
diff changeset
1460
4717
ed7cd4050365 Port gnulib-tool to Solaris 8.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4712
diff changeset
1461 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
1462
ed7cd4050365 Port gnulib-tool to Solaris 8.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4712
diff changeset
1463 * 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
1464 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
1465 (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
1466 (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
1467 using \| in one s command.
ed7cd4050365 Port gnulib-tool to Solaris 8.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4712
diff changeset
1468
4712
39841d2009ed Add a warning about duplicate dependencies.
Bruno Haible <bruno@clisp.org>
parents: 4710
diff changeset
1469 2003-09-16 Bruno Haible <bruno@clisp.org>
39841d2009ed Add a warning about duplicate dependencies.
Bruno Haible <bruno@clisp.org>
parents: 4710
diff changeset
1470
39841d2009ed Add a warning about duplicate dependencies.
Bruno Haible <bruno@clisp.org>
parents: 4710
diff changeset
1471 * gnulib-tool (func_create_testdir): Warn about duplicated
39841d2009ed Add a warning about duplicate dependencies.
Bruno Haible <bruno@clisp.org>
parents: 4710
diff changeset
1472 dependencies.
39841d2009ed Add a warning about duplicate dependencies.
Bruno Haible <bruno@clisp.org>
parents: 4710
diff changeset
1473
4710
aade00a0ec71 Sort dependencies by importance, not alphabetically.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4709
diff changeset
1474 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
1475
aade00a0ec71 Sort dependencies by importance, not alphabetically.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4709
diff changeset
1476 * modules/argmatch, modules/fatal, modules/obstack,
aade00a0ec71 Sort dependencies by importance, not alphabetically.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4709
diff changeset
1477 modules/xalloc, modules/xgethostname: Sort dependencies by
aade00a0ec71 Sort dependencies by importance, not alphabetically.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4709
diff changeset
1478 importance, not alphabetically.
aade00a0ec71 Sort dependencies by importance, not alphabetically.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4709
diff changeset
1479
4709
86c722c44f87 New module 'fwriteerror'.
Bruno Haible <bruno@clisp.org>
parents: 4701
diff changeset
1480 2003-09-14 Bruno Haible <bruno@clisp.org>
86c722c44f87 New module 'fwriteerror'.
Bruno Haible <bruno@clisp.org>
parents: 4701
diff changeset
1481
86c722c44f87 New module 'fwriteerror'.
Bruno Haible <bruno@clisp.org>
parents: 4701
diff changeset
1482 * modules/fwriteerror: New file.
86c722c44f87 New module 'fwriteerror'.
Bruno Haible <bruno@clisp.org>
parents: 4701
diff changeset
1483 * MODULES.html.sh (func_all_modules): Add fwriteerror.
86c722c44f87 New module 'fwriteerror'.
Bruno Haible <bruno@clisp.org>
parents: 4701
diff changeset
1484
4701
1065f1b8e8ec More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4670
diff changeset
1485 2003-09-12 Paul Eggert <eggert@twinsun.com>
1065f1b8e8ec More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4670
diff changeset
1486
1065f1b8e8ec More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4670
diff changeset
1487 * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
1065f1b8e8ec More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4670
diff changeset
1488 modules/xgethostname, modules/xalloc: Depend on exit.
1065f1b8e8ec More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4670
diff changeset
1489
4670
11c0cb234663 Remove K&R cruft.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4623
diff changeset
1490 2003-09-09 Paul Eggert <eggert@twinsun.com>
11c0cb234663 Remove K&R cruft.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4623
diff changeset
1491
11c0cb234663 Remove K&R cruft.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4623
diff changeset
1492 * README: New section: portability guidelines.
11c0cb234663 Remove K&R cruft.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4623
diff changeset
1493
4623
13cc36518e0b * modules/time_r: Depend on 'restrict'.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4621
diff changeset
1494 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
1495
13cc36518e0b * modules/time_r: Depend on 'restrict'.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4621
diff changeset
1496 * 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
1497 <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
1498
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
1499 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
1500
3d28ad4e18e2 Add time_r module. Change timegm, mktime, and strftime to use localtime_r
Paul Eggert <eggert@cs.ucla.edu>
parents: 4616
diff changeset
1501 * 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
1502 * 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
1503 * 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
1504 * modules/timegm: Depend on mktime. Change maintainer to "all, glibc".
4670
11c0cb234663 Remove K&R cruft.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4623
diff changeset
1505
4616
40e97ca1f46c New module 'timegm'.
Bruno Haible <bruno@clisp.org>
parents: 4615
diff changeset
1506 2003-08-31 Simon Josefsson <jas@extundo.com>
40e97ca1f46c New module 'timegm'.
Bruno Haible <bruno@clisp.org>
parents: 4615
diff changeset
1507
40e97ca1f46c New module 'timegm'.
Bruno Haible <bruno@clisp.org>
parents: 4615
diff changeset
1508 * modules/timegm: New file.
40e97ca1f46c New module 'timegm'.
Bruno Haible <bruno@clisp.org>
parents: 4615
diff changeset
1509 * MODULES.html.sh (func_all_modules): Add timegm.
40e97ca1f46c New module 'timegm'.
Bruno Haible <bruno@clisp.org>
parents: 4615
diff changeset
1510
4615
4a92cb1cc115 Forgot to distribute strndup.h.
Bruno Haible <bruno@clisp.org>
parents: 4603
diff changeset
1511 2003-08-22 Simon Josefsson <jas@extundo.com>
4a92cb1cc115 Forgot to distribute strndup.h.
Bruno Haible <bruno@clisp.org>
parents: 4603
diff changeset
1512
4a92cb1cc115 Forgot to distribute strndup.h.
Bruno Haible <bruno@clisp.org>
parents: 4603
diff changeset
1513 * 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
1514
4603
fae2e3155b7a New module 'progname'.
Bruno Haible <bruno@clisp.org>
parents: 4596
diff changeset
1515 2003-08-20 Bruno Haible <bruno@clisp.org>
fae2e3155b7a New module 'progname'.
Bruno Haible <bruno@clisp.org>
parents: 4596
diff changeset
1516
fae2e3155b7a New module 'progname'.
Bruno Haible <bruno@clisp.org>
parents: 4596
diff changeset
1517 * modules/progname: New file.
fae2e3155b7a New module 'progname'.
Bruno Haible <bruno@clisp.org>
parents: 4596
diff changeset
1518 * MODULES.html.sh (func_all_modules): Add progname.
fae2e3155b7a New module 'progname'.
Bruno Haible <bruno@clisp.org>
parents: 4596
diff changeset
1519
4596
fed81fcab071 * modules/stdbool: Add BUILT_SOURCES. Prefer $@ to target name
Paul Eggert <eggert@cs.ucla.edu>
parents: 4595
diff changeset
1520 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
1521
fed81fcab071 * modules/stdbool: Add BUILT_SOURCES. Prefer $@ to target name
Paul Eggert <eggert@cs.ucla.edu>
parents: 4595
diff changeset
1522 * 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
1523 in makefile rules.
4596
fed81fcab071 * modules/stdbool: Add BUILT_SOURCES. Prefer $@ to target name
Paul Eggert <eggert@cs.ucla.edu>
parents: 4595
diff changeset
1524
4595
4cc6ae8a82f6 Update.
Bruno Haible <bruno@clisp.org>
parents: 4587
diff changeset
1525 2003-08-17 Simon Josefsson <jas@extundo.com>
4cc6ae8a82f6 Update.
Bruno Haible <bruno@clisp.org>
parents: 4587
diff changeset
1526
4cc6ae8a82f6 Update.
Bruno Haible <bruno@clisp.org>
parents: 4587
diff changeset
1527 * modules/argp: Fix autoconf macro name. Add more dependencies.
4cc6ae8a82f6 Update.
Bruno Haible <bruno@clisp.org>
parents: 4587
diff changeset
1528
4587
db90c263cc55 Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents: 4586
diff changeset
1529 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
1530
db90c263cc55 Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents: 4586
diff changeset
1531 * modules/xstrndup: New file.
db90c263cc55 Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents: 4586
diff changeset
1532 * 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
1533
db90c263cc55 Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents: 4586
diff changeset
1534 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
1535
db90c263cc55 Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents: 4586
diff changeset
1536 * 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
1537
4586
eb1b4acf2e86 Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents: 4585
diff changeset
1538 2003-08-17 Bruno Haible <bruno@clisp.org>
eb1b4acf2e86 Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents: 4585
diff changeset
1539
eb1b4acf2e86 Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents: 4585
diff changeset
1540 * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
eb1b4acf2e86 Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents: 4585
diff changeset
1541 like AC_GNU_SOURCE.
eb1b4acf2e86 Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents: 4585
diff changeset
1542 * modules/extensions (configure.ac): Comment out the invocation of
eb1b4acf2e86 Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents: 4585
diff changeset
1543 gl_USE_SYSTEM_EXTENSIONS.
eb1b4acf2e86 Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents: 4585
diff changeset
1544
4585
8a4f406f759c Update files list.
Bruno Haible <bruno@clisp.org>
parents: 4580
diff changeset
1545 2003-08-17 Bruno Haible <bruno@clisp.org>
8a4f406f759c Update files list.
Bruno Haible <bruno@clisp.org>
parents: 4580
diff changeset
1546
8a4f406f759c Update files list.
Bruno Haible <bruno@clisp.org>
parents: 4580
diff changeset
1547 * modules/euidaccess (Files): Add lib/euidaccess.h.
8a4f406f759c Update files list.
Bruno Haible <bruno@clisp.org>
parents: 4580
diff changeset
1548
4580
127f5dcbdcce Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4573
diff changeset
1549 2003-08-16 Paul Eggert <eggert@twinsun.com>
127f5dcbdcce Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4573
diff changeset
1550
127f5dcbdcce Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4573
diff changeset
1551 Document merge from coreutils.
127f5dcbdcce Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4573
diff changeset
1552 * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
127f5dcbdcce Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4573
diff changeset
1553 * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
127f5dcbdcce Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4573
diff changeset
1554 * modules/utime: Add m4/utimes-null.m4.
127f5dcbdcce Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4573
diff changeset
1555
4573
08358b56eaa7 More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4549
diff changeset
1556 2003-08-15 Paul Eggert <eggert@twinsun.com>
08358b56eaa7 More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4549
diff changeset
1557
4580
127f5dcbdcce Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4573
diff changeset
1558 Document merge from coreutils.
4573
08358b56eaa7 More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4549
diff changeset
1559 * modules/userspec: Depend on posixver.
08358b56eaa7 More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4549
diff changeset
1560 * modules/strftime: Depend on tzset.
08358b56eaa7 More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4549
diff changeset
1561
08358b56eaa7 More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4549
diff changeset
1562 2003-08-14 Jim Meyering <jim@meyering.net>
08358b56eaa7 More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4549
diff changeset
1563
08358b56eaa7 More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4549
diff changeset
1564 Merges from coreutils.
08358b56eaa7 More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4549
diff changeset
1565 * 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
1566 variable names, rather than @FNMATCH_H@.
08358b56eaa7 More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4549
diff changeset
1567 * modules/alloca: Likewise for $(ALLOCA_H).
08358b56eaa7 More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4549
diff changeset
1568
08358b56eaa7 More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4549
diff changeset
1569 * 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
1570 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
1571 * modules/alloca (alloca.h): Likewise.
08358b56eaa7 More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4549
diff changeset
1572
4549
e4ed0647ee42 Merges from coreutils
Paul Eggert <eggert@cs.ucla.edu>
parents: 4531
diff changeset
1573 2003-08-14 Paul Eggert <eggert@twinsun.com>
e4ed0647ee42 Merges from coreutils
Paul Eggert <eggert@cs.ucla.edu>
parents: 4531
diff changeset
1574
e4ed0647ee42 Merges from coreutils
Paul Eggert <eggert@cs.ucla.edu>
parents: 4531
diff changeset
1575 * modules/tzset: New file.
e4ed0647ee42 Merges from coreutils
Paul Eggert <eggert@cs.ucla.edu>
parents: 4531
diff changeset
1576
4531
67c56a27d86c Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4524
diff changeset
1577 2003-08-12 Paul Eggert <eggert@twinsun.com>
67c56a27d86c Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4524
diff changeset
1578
67c56a27d86c Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4524
diff changeset
1579 Merge from coreutils.
67c56a27d86c Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4524
diff changeset
1580 * modules/euidaccess: Add lib_SOURCES, include for new
67c56a27d86c Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4524
diff changeset
1581 file euidaccess.h
67c56a27d86c Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4524
diff changeset
1582
4524
5546f601135b Remove the gnu-source module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4518
diff changeset
1583 2003-08-11 Paul Eggert <eggert@twinsun.com>
5546f601135b Remove the gnu-source module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4518
diff changeset
1584
5546f601135b Remove the gnu-source module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4518
diff changeset
1585 * modules/gnu-source, m4/gnu-source.m4:
5546f601135b Remove the gnu-source module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4518
diff changeset
1586 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
1587 Suggested by Bruno Haible.
5546f601135b Remove the gnu-source module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4518
diff changeset
1588 * 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
1589
4515
ae4b157d42ad New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents: 4513
diff changeset
1590 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
1591
ae4b157d42ad New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents: 4513
diff changeset
1592 * 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
1593 * 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
1594 * 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
1595
4513
c5ffba0b61b5 Add 'restrict' module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4512
diff changeset
1596 2003-08-07 Paul Eggert <eggert@twinsun.com>
c5ffba0b61b5 Add 'restrict' module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4512
diff changeset
1597
c5ffba0b61b5 Add 'restrict' module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4512
diff changeset
1598 * modules/restrict: New file.
c5ffba0b61b5 Add 'restrict' module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4512
diff changeset
1599 * MODULES.html.sh (func_all_modules): Add restrict.
c5ffba0b61b5 Add 'restrict' module.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4512
diff changeset
1600 * modules/regex: Depend on restrict.
4518
d600e2a8fe03 white space
Jim Meyering <jim@meyering.net>
parents: 4515
diff changeset
1601
4512
c761847c9afa Make the module 'getndelim2' compatible with the module 'getline'.
Bruno Haible <bruno@clisp.org>
parents: 4506
diff changeset
1602 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
1603
c761847c9afa Make the module 'getndelim2' compatible with the module 'getline'.
Bruno Haible <bruno@clisp.org>
parents: 4506
diff changeset
1604 * 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
1605 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
1606
4506
df8611a33210 Remove bumpalloc.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4490
diff changeset
1607 2003-08-05 Paul Eggert <eggert@twinsun.com>
df8611a33210 Remove bumpalloc.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4490
diff changeset
1608
df8611a33210 Remove bumpalloc.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4490
diff changeset
1609 * MODULES.html.sh (func_all_modules): Remove bumpalloc.
df8611a33210 Remove bumpalloc.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4490
diff changeset
1610 * modules/bumpalloc: Remove.
4518
d600e2a8fe03 white space
Jim Meyering <jim@meyering.net>
parents: 4515
diff changeset
1611
4490
3994ca24c3a0 New module 'getpass-gnu'.
Bruno Haible <bruno@clisp.org>
parents: 4473
diff changeset
1612 2003-07-31 Bruno Haible <bruno@clisp.org>
3994ca24c3a0 New module 'getpass-gnu'.
Bruno Haible <bruno@clisp.org>
parents: 4473
diff changeset
1613
3994ca24c3a0 New module 'getpass-gnu'.
Bruno Haible <bruno@clisp.org>
parents: 4473
diff changeset
1614 * modules/getpass-gnu: New file.
3994ca24c3a0 New module 'getpass-gnu'.
Bruno Haible <bruno@clisp.org>
parents: 4473
diff changeset
1615 * MODULES.html.sh (func_all_modules): Add getpass-gnu.
3994ca24c3a0 New module 'getpass-gnu'.
Bruno Haible <bruno@clisp.org>
parents: 4473
diff changeset
1616
4473
fd6696a97000 Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4470
diff changeset
1617 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
1618
fd6696a97000 Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4470
diff changeset
1619 * 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
1620 * 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
1621
4470
2e5b724bbf05 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4463
diff changeset
1622 2003-07-20 Jim Meyering <jim@meyering.net>
2e5b724bbf05 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4463
diff changeset
1623
2e5b724bbf05 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4463
diff changeset
1624 * modules/closeout (Depends-on): Add exitfail.
2e5b724bbf05 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4463
diff changeset
1625 Suggestion from Bruno Haible.
2e5b724bbf05 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4463
diff changeset
1626
4463
7564fca8961e New module 'getndelim2'.
Bruno Haible <bruno@clisp.org>
parents: 4460
diff changeset
1627 2003-07-18 Bruno Haible <bruno@clisp.org>
7564fca8961e New module 'getndelim2'.
Bruno Haible <bruno@clisp.org>
parents: 4460
diff changeset
1628
7564fca8961e New module 'getndelim2'.
Bruno Haible <bruno@clisp.org>
parents: 4460
diff changeset
1629 * modules/getndelim2: New file.
7564fca8961e New module 'getndelim2'.
Bruno Haible <bruno@clisp.org>
parents: 4460
diff changeset
1630 * modules/getline: Share files with module getndelim2.
7564fca8961e New module 'getndelim2'.
Bruno Haible <bruno@clisp.org>
parents: 4460
diff changeset
1631 * modules/getnline: Depend on getndelim2 instead of sharing files with
7564fca8961e New module 'getndelim2'.
Bruno Haible <bruno@clisp.org>
parents: 4460
diff changeset
1632 it. Add getnline.c to lib_SOURCES.
7564fca8961e New module 'getndelim2'.
Bruno Haible <bruno@clisp.org>
parents: 4460
diff changeset
1633 * MODULES.html.sh (func_all_modules): Add getndelim2.
7564fca8961e New module 'getndelim2'.
Bruno Haible <bruno@clisp.org>
parents: 4460
diff changeset
1634
4460
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents: 4458
diff changeset
1635 2003-07-17 Bruno Haible <bruno@clisp.org>
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents: 4458
diff changeset
1636
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents: 4458
diff changeset
1637 * modules/getnline: New file.
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents: 4458
diff changeset
1638 * modules/getline: Add lib/getndelim2.c to source file list.
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents: 4458
diff changeset
1639 * MODULES.html.sh (func_all_modules): Add getnline.
1892b6732a40 New module 'getnline'.
Bruno Haible <bruno@clisp.org>
parents: 4458
diff changeset
1640
4458
098b86b884d5 Remove obsolete files.
Bruno Haible <bruno@clisp.org>
parents: 4453
diff changeset
1641 2003-07-17 Bruno Haible <bruno@clisp.org>
098b86b884d5 Remove obsolete files.
Bruno Haible <bruno@clisp.org>
parents: 4453
diff changeset
1642
098b86b884d5 Remove obsolete files.
Bruno Haible <bruno@clisp.org>
parents: 4453
diff changeset
1643 * configure.in: Remove file.
098b86b884d5 Remove obsolete files.
Bruno Haible <bruno@clisp.org>
parents: 4453
diff changeset
1644 * Makefile.in: Remove file.
098b86b884d5 Remove obsolete files.
Bruno Haible <bruno@clisp.org>
parents: 4453
diff changeset
1645
098b86b884d5 Remove obsolete files.
Bruno Haible <bruno@clisp.org>
parents: 4453
diff changeset
1646 2003-07-17 Bruno Haible <bruno@clisp.org>
098b86b884d5 Remove obsolete files.
Bruno Haible <bruno@clisp.org>
parents: 4453
diff changeset
1647
098b86b884d5 Remove obsolete files.
Bruno Haible <bruno@clisp.org>
parents: 4453
diff changeset
1648 * MODULES.html.sh: Put the </BODY> right before </HTML>.
098b86b884d5 Remove obsolete files.
Bruno Haible <bruno@clisp.org>
parents: 4453
diff changeset
1649
4453
09ffeaa5c303 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4448
diff changeset
1650 2003-07-16 Jim Meyering <jim@meyering.net>
09ffeaa5c303 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4448
diff changeset
1651
09ffeaa5c303 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4448
diff changeset
1652 * modules/save-cwd: Depend on xgetcwd. From Derek Price.
09ffeaa5c303 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4448
diff changeset
1653
4448
9861654ee99b *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4436
diff changeset
1654 2003-07-15 Jim Meyering <jim@meyering.net>
9861654ee99b *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4436
diff changeset
1655
9861654ee99b *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4436
diff changeset
1656 * modules/save-cwd: Don't depend on error. From Derek Price.
9861654ee99b *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4436
diff changeset
1657
4436
d556daa10e53 New module 'mempcpy'.
Bruno Haible <bruno@clisp.org>
parents: 4434
diff changeset
1658 2003-07-14 Simon Josefsson <jas@extundo.com>
d556daa10e53 New module 'mempcpy'.
Bruno Haible <bruno@clisp.org>
parents: 4434
diff changeset
1659
d556daa10e53 New module 'mempcpy'.
Bruno Haible <bruno@clisp.org>
parents: 4434
diff changeset
1660 * modules/mempcpy: New file.
d556daa10e53 New module 'mempcpy'.
Bruno Haible <bruno@clisp.org>
parents: 4434
diff changeset
1661 * MODULES.html.sh (func_all_modules): Add mempcpy.
d556daa10e53 New module 'mempcpy'.
Bruno Haible <bruno@clisp.org>
parents: 4434
diff changeset
1662
4434
5340c4c26a0a * modules/getdate, modules/posixtm: Depend on mktime.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4431
diff changeset
1663 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
1664
5340c4c26a0a * modules/getdate, modules/posixtm: Depend on mktime.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4431
diff changeset
1665 * 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
1666
4431
063c999088d3 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4407
diff changeset
1667 2003-07-10 Simon Josefsson <jas@extundo.com>
063c999088d3 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4407
diff changeset
1668
063c999088d3 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4407
diff changeset
1669 * modules/strchrnul (Makefile.am): Add strchrnul.h.
063c999088d3 *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4407
diff changeset
1670
4407
95a2013d54ed Module 'human' now depends on module 'stdbool'.
Bruno Haible <bruno@clisp.org>
parents: 4405
diff changeset
1671 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
1672
95a2013d54ed Module 'human' now depends on module 'stdbool'.
Bruno Haible <bruno@clisp.org>
parents: 4405
diff changeset
1673 * modules/human: Depend on module stdbool.
95a2013d54ed Module 'human' now depends on module 'stdbool'.
Bruno Haible <bruno@clisp.org>
parents: 4405
diff changeset
1674
4405
55fc591dca07 New module 'readlink'.
Bruno Haible <bruno@clisp.org>
parents: 4403
diff changeset
1675 2003-06-25 Bruno Haible <bruno@clisp.org>
55fc591dca07 New module 'readlink'.
Bruno Haible <bruno@clisp.org>
parents: 4403
diff changeset
1676
55fc591dca07 New module 'readlink'.
Bruno Haible <bruno@clisp.org>
parents: 4403
diff changeset
1677 * modules/readlink: New file.
55fc591dca07 New module 'readlink'.
Bruno Haible <bruno@clisp.org>
parents: 4403
diff changeset
1678 * modules/xreadlink: Depend on it.
55fc591dca07 New module 'readlink'.
Bruno Haible <bruno@clisp.org>
parents: 4403
diff changeset
1679 * MODULES.html.sh (func_all_modules): Add readlink.
55fc591dca07 New module 'readlink'.
Bruno Haible <bruno@clisp.org>
parents: 4403
diff changeset
1680
4403
8c6310a47379 Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents: 4392
diff changeset
1681 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
1682
8c6310a47379 Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents: 4392
diff changeset
1683 * 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
1684 * 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
1685
4392
c3f755572af2 New module 'sysexits'.
Bruno Haible <bruno@clisp.org>
parents: 4388
diff changeset
1686 2003-06-11 Simon Josefsson <jas@extundo.com>
c3f755572af2 New module 'sysexits'.
Bruno Haible <bruno@clisp.org>
parents: 4388
diff changeset
1687
c3f755572af2 New module 'sysexits'.
Bruno Haible <bruno@clisp.org>
parents: 4388
diff changeset
1688 * modules/sysexits: New file.
c3f755572af2 New module 'sysexits'.
Bruno Haible <bruno@clisp.org>
parents: 4388
diff changeset
1689 * MODULES.html.sh (func_all_modules): Add sysexits.
c3f755572af2 New module 'sysexits'.
Bruno Haible <bruno@clisp.org>
parents: 4388
diff changeset
1690
4388
889d35a53bf1 New modules strchrnul, argp.
Bruno Haible <bruno@clisp.org>
parents: 4387
diff changeset
1691 2003-06-10 Bruno Haible <bruno@clisp.org>
889d35a53bf1 New modules strchrnul, argp.
Bruno Haible <bruno@clisp.org>
parents: 4387
diff changeset
1692
889d35a53bf1 New modules strchrnul, argp.
Bruno Haible <bruno@clisp.org>
parents: 4387
diff changeset
1693 * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
889d35a53bf1 New modules strchrnul, argp.
Bruno Haible <bruno@clisp.org>
parents: 4387
diff changeset
1694
4387
3d8c93096962 New module strchrnul.
Bruno Haible <bruno@clisp.org>
parents: 4386
diff changeset
1695 2003-06-10 Simon Josefsson <jas@extundo.com>
3d8c93096962 New module strchrnul.
Bruno Haible <bruno@clisp.org>
parents: 4386
diff changeset
1696
3d8c93096962 New module strchrnul.
Bruno Haible <bruno@clisp.org>
parents: 4386
diff changeset
1697 * modules/strchrnul: New file.
3d8c93096962 New module strchrnul.
Bruno Haible <bruno@clisp.org>
parents: 4386
diff changeset
1698
3d8c93096962 New module strchrnul.
Bruno Haible <bruno@clisp.org>
parents: 4386
diff changeset
1699 2003-06-10 Simon Josefsson <jas@extundo.com>
4386
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents: 4384
diff changeset
1700
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents: 4384
diff changeset
1701 * modules/argp: New file.
3d00371ec7b8 New module argp.
Bruno Haible <bruno@clisp.org>
parents: 4384
diff changeset
1702
4384
4bf5f9b5190a Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents: 4370
diff changeset
1703 2003-06-07 Bruno Haible <bruno@clisp.org>
4bf5f9b5190a Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents: 4370
diff changeset
1704
4bf5f9b5190a Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents: 4370
diff changeset
1705 * 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
1706 avoid AC_CONFIG_LINKS.
4bf5f9b5190a Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents: 4370
diff changeset
1707 * 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
1708 fnmatch.h, to avoid AC_CONFIG_LINKS.
4bf5f9b5190a Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents: 4370
diff changeset
1709 * 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
1710
4370
6abcf791236e *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4366
diff changeset
1711 2003-06-07 Jim Meyering <jim@meyering.net>
6abcf791236e *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4366
diff changeset
1712
6abcf791236e *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4366
diff changeset
1713 * modules/strtod: Use $(...) notation, not @...@ for
6abcf791236e *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4366
diff changeset
1714 AC_REPLACE'd variables.
6abcf791236e *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4366
diff changeset
1715 * 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
1716
4370
6abcf791236e *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4366
diff changeset
1717 2003-06-06 Jim Meyering <jim@meyering.net>
6abcf791236e *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4366
diff changeset
1718 Bruno Haible <bruno@clisp.org>
6abcf791236e *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4366
diff changeset
1719
6abcf791236e *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4366
diff changeset
1720 * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
6abcf791236e *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4366
diff changeset
1721 Adjust Makefile.am snippet not to redirect directly to target.
6abcf791236e *** empty log message ***
Jim Meyering <jim@meyering.net>
parents: 4366
diff changeset
1722 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
1723
4335
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents: 4325
diff changeset
1724 2003-05-30 Bruno Haible <bruno@clisp.org>
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents: 4325
diff changeset
1725
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents: 4325
diff changeset
1726 * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
4336
a3f2712c9c0e Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents: 4335
diff changeset
1727 * config/config.rpath: Upgrade to gettext-0.12.1.
4335
3cb468809e1f Upgrade to gettext-0.12.1.
Bruno Haible <bruno@clisp.org>
parents: 4325
diff changeset
1728
4325
db705903ccfc trivial help message fix
Karl Berry <karl@freefriends.org>
parents: 4315
diff changeset
1729 2003-05-22 <karl@gnu.org>
db705903ccfc trivial help message fix
Karl Berry <karl@freefriends.org>
parents: 4315
diff changeset
1730
db705903ccfc trivial help message fix
Karl Berry <karl@freefriends.org>
parents: 4315
diff changeset
1731 * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
db705903ccfc trivial help message fix
Karl Berry <karl@freefriends.org>
parents: 4315
diff changeset
1732
4315
f1a5dc0b9981 Need m4/strerror_r.m4.
Bruno Haible <bruno@clisp.org>
parents: 4294
diff changeset
1733 2003-05-09 Bruno Haible <bruno@clisp.org>
f1a5dc0b9981 Need m4/strerror_r.m4.
Bruno Haible <bruno@clisp.org>
parents: 4294
diff changeset
1734
f1a5dc0b9981 Need m4/strerror_r.m4.
Bruno Haible <bruno@clisp.org>
parents: 4294
diff changeset
1735 * modules/error: Add m4/strerror_r.m4 to file list.
f1a5dc0b9981 Need m4/strerror_r.m4.
Bruno Haible <bruno@clisp.org>
parents: 4294
diff changeset
1736
4294
f292c9f75051 New module 'findprog'.
Bruno Haible <bruno@clisp.org>
parents: 4286
diff changeset
1737 2003-04-10 Bruno Haible <bruno@clisp.org>
f292c9f75051 New module 'findprog'.
Bruno Haible <bruno@clisp.org>
parents: 4286
diff changeset
1738
f292c9f75051 New module 'findprog'.
Bruno Haible <bruno@clisp.org>
parents: 4286
diff changeset
1739 * modules/findprog: New file.
f292c9f75051 New module 'findprog'.
Bruno Haible <bruno@clisp.org>
parents: 4286
diff changeset
1740 * MODULES.html.sh (func_all_modules): Add it.
f292c9f75051 New module 'findprog'.
Bruno Haible <bruno@clisp.org>
parents: 4286
diff changeset
1741
4286
30efb146649e New module 'linebreak'.
Bruno Haible <bruno@clisp.org>
parents: 4275
diff changeset
1742 2003-04-04 Bruno Haible <bruno@clisp.org>
30efb146649e New module 'linebreak'.
Bruno Haible <bruno@clisp.org>
parents: 4275
diff changeset
1743
30efb146649e New module 'linebreak'.
Bruno Haible <bruno@clisp.org>
parents: 4275
diff changeset
1744 * modules/linebreak: New file.
30efb146649e New module 'linebreak'.
Bruno Haible <bruno@clisp.org>
parents: 4275
diff changeset
1745 * MODULES.html.sh (func_all_modules): Add it.
30efb146649e New module 'linebreak'.
Bruno Haible <bruno@clisp.org>
parents: 4275
diff changeset
1746
4275
e272bc901785 New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents: 4273
diff changeset
1747 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
1748
e272bc901785 New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents: 4273
diff changeset
1749 * 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
1750 * 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
1751 * 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
1752 * 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
1753 * 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
1754
4273
72b1283160ce New module 'binary-io'.
Bruno Haible <bruno@clisp.org>
parents: 4271
diff changeset
1755 2003-04-02 Bruno Haible <bruno@clisp.org>
72b1283160ce New module 'binary-io'.
Bruno Haible <bruno@clisp.org>
parents: 4271
diff changeset
1756
72b1283160ce New module 'binary-io'.
Bruno Haible <bruno@clisp.org>
parents: 4271
diff changeset
1757 * modules/binary-io: New file.
72b1283160ce New module 'binary-io'.
Bruno Haible <bruno@clisp.org>
parents: 4271
diff changeset
1758 * MODULES.html.sh (func_all_modules): Add it.
72b1283160ce New module 'binary-io'.
Bruno Haible <bruno@clisp.org>
parents: 4271
diff changeset
1759
4271
76382576bc2e New module 'pathname'.
Bruno Haible <bruno@clisp.org>
parents: 4266
diff changeset
1760 2003-04-01 Bruno Haible <bruno@clisp.org>
76382576bc2e New module 'pathname'.
Bruno Haible <bruno@clisp.org>
parents: 4266
diff changeset
1761
76382576bc2e New module 'pathname'.
Bruno Haible <bruno@clisp.org>
parents: 4266
diff changeset
1762 * modules/pathname: New file.
76382576bc2e New module 'pathname'.
Bruno Haible <bruno@clisp.org>
parents: 4266
diff changeset
1763 * MODULES.html.sh (func_all_modules): Add it.
76382576bc2e New module 'pathname'.
Bruno Haible <bruno@clisp.org>
parents: 4266
diff changeset
1764
4266
f9ad295c45bb New module copy-file.
Bruno Haible <bruno@clisp.org>
parents: 4242
diff changeset
1765 2003-03-28 Bruno Haible <bruno@clisp.org>
f9ad295c45bb New module copy-file.
Bruno Haible <bruno@clisp.org>
parents: 4242
diff changeset
1766
f9ad295c45bb New module copy-file.
Bruno Haible <bruno@clisp.org>
parents: 4242
diff changeset
1767 * modules/copy-file: New file.
f9ad295c45bb New module copy-file.
Bruno Haible <bruno@clisp.org>
parents: 4242
diff changeset
1768 * MODULES.html.sh (func_all_modules): Add it.
f9ad295c45bb New module copy-file.
Bruno Haible <bruno@clisp.org>
parents: 4242
diff changeset
1769
4242
eec6ba9ed532 New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents: 4240
diff changeset
1770 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
1771
eec6ba9ed532 New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents: 4240
diff changeset
1772 * 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
1773
eec6ba9ed532 New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents: 4240
diff changeset
1774 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
1775
eec6ba9ed532 New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents: 4240
diff changeset
1776 * modules/poll: New file.
eec6ba9ed532 New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents: 4240
diff changeset
1777
4240
6918c3fd6d40 Add module mathl.
Bruno Haible <bruno@clisp.org>
parents: 4239
diff changeset
1778 2003-02-18 Bruno Haible <bruno@clisp.org>
6918c3fd6d40 Add module mathl.
Bruno Haible <bruno@clisp.org>
parents: 4239
diff changeset
1779
6918c3fd6d40 Add module mathl.
Bruno Haible <bruno@clisp.org>
parents: 4239
diff changeset
1780 * MODULES.html.sh (func_all_modules): Add mathl.
6918c3fd6d40 Add module mathl.
Bruno Haible <bruno@clisp.org>
parents: 4239
diff changeset
1781
4239
b33b8603715c Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents: 4237
diff changeset
1782 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
1783
b33b8603715c Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents: 4237
diff changeset
1784 * modules/mathl: New file.
b33b8603715c Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents: 4237
diff changeset
1785
4237
723deab1223e mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents: 4224
diff changeset
1786 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
1787
723deab1223e mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents: 4224
diff changeset
1788 * modules/mkdtemp: New module.
723deab1223e mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents: 4224
diff changeset
1789 * 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
1790
4224
83eabea25586 New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents: 4221
diff changeset
1791 2003-01-30 Bruno Haible <bruno@clisp.org>
83eabea25586 New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents: 4221
diff changeset
1792
83eabea25586 New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents: 4221
diff changeset
1793 * modules/vasnprintf, modules/vasprintf: New modules.
83eabea25586 New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents: 4221
diff changeset
1794 * MODULES.html.sh (func_all_modules): Add them.
83eabea25586 New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents: 4221
diff changeset
1795
4221
06a92cabf1fc New module stpncpy.
Bruno Haible <bruno@clisp.org>
parents: 4218
diff changeset
1796 2003-01-29 Bruno Haible <bruno@clisp.org>
06a92cabf1fc New module stpncpy.
Bruno Haible <bruno@clisp.org>
parents: 4218
diff changeset
1797
06a92cabf1fc New module stpncpy.
Bruno Haible <bruno@clisp.org>
parents: 4218
diff changeset
1798 * modules/stpncpy: New module.
06a92cabf1fc New module stpncpy.
Bruno Haible <bruno@clisp.org>
parents: 4218
diff changeset
1799 * MODULES.html.sh (func_all_modules): Add it.
06a92cabf1fc New module stpncpy.
Bruno Haible <bruno@clisp.org>
parents: 4218
diff changeset
1800
4218
c711c0a14205 New module c-ctype.
Bruno Haible <bruno@clisp.org>
parents: 4215
diff changeset
1801 2003-01-28 Bruno Haible <bruno@clisp.org>
c711c0a14205 New module c-ctype.
Bruno Haible <bruno@clisp.org>
parents: 4215
diff changeset
1802
c711c0a14205 New module c-ctype.
Bruno Haible <bruno@clisp.org>
parents: 4215
diff changeset
1803 * modules/c-ctype: New module.
c711c0a14205 New module c-ctype.
Bruno Haible <bruno@clisp.org>
parents: 4215
diff changeset
1804 * MODULES.html.sh (func_all_modules): Add it.
c711c0a14205 New module c-ctype.
Bruno Haible <bruno@clisp.org>
parents: 4215
diff changeset
1805
4215
12551f0a3830 New module xsetenv.
Bruno Haible <bruno@clisp.org>
parents: 4207
diff changeset
1806 2003-01-27 Bruno Haible <bruno@clisp.org>
12551f0a3830 New module xsetenv.
Bruno Haible <bruno@clisp.org>
parents: 4207
diff changeset
1807
12551f0a3830 New module xsetenv.
Bruno Haible <bruno@clisp.org>
parents: 4207
diff changeset
1808 * modules/xsetenv: New module.
12551f0a3830 New module xsetenv.
Bruno Haible <bruno@clisp.org>
parents: 4207
diff changeset
1809 * MODULES.html.sh (func_all_modules): Add it.
12551f0a3830 New module xsetenv.
Bruno Haible <bruno@clisp.org>
parents: 4207
diff changeset
1810
4207
b9f1372430fa New module minmax.
Bruno Haible <bruno@clisp.org>
parents: 4201
diff changeset
1811 2003-01-23 Bruno Haible <bruno@clisp.org>
b9f1372430fa New module minmax.
Bruno Haible <bruno@clisp.org>
parents: 4201
diff changeset
1812
b9f1372430fa New module minmax.
Bruno Haible <bruno@clisp.org>
parents: 4201
diff changeset
1813 * modules/minmax: New module.
b9f1372430fa New module minmax.
Bruno Haible <bruno@clisp.org>
parents: 4201
diff changeset
1814 * MODULES.html.sh (func_all_modules): Add it.
b9f1372430fa New module minmax.
Bruno Haible <bruno@clisp.org>
parents: 4201
diff changeset
1815
4201
bd8ff0653fc8 New module 'exit'.
Bruno Haible <bruno@clisp.org>
parents: 4197
diff changeset
1816 2003-01-22 Bruno Haible <bruno@clisp.org>
bd8ff0653fc8 New module 'exit'.
Bruno Haible <bruno@clisp.org>
parents: 4197
diff changeset
1817
bd8ff0653fc8 New module 'exit'.
Bruno Haible <bruno@clisp.org>
parents: 4197
diff changeset
1818 * modules/exit: New module.
bd8ff0653fc8 New module 'exit'.
Bruno Haible <bruno@clisp.org>
parents: 4197
diff changeset
1819 * MODULES.html.sh (func_all_modules): Add it.
bd8ff0653fc8 New module 'exit'.
Bruno Haible <bruno@clisp.org>
parents: 4197
diff changeset
1820
4197
3ccc6d0d52bb Add a Maintainer.
Bruno Haible <bruno@clisp.org>
parents: 4191
diff changeset
1821 2003-01-19 Bruno Haible <bruno@clisp.org>
3ccc6d0d52bb Add a Maintainer.
Bruno Haible <bruno@clisp.org>
parents: 4191
diff changeset
1822
3ccc6d0d52bb Add a Maintainer.
Bruno Haible <bruno@clisp.org>
parents: 4191
diff changeset
1823 * gnulib-tool: Recognize option --extract-maintainer.
3ccc6d0d52bb Add a Maintainer.
Bruno Haible <bruno@clisp.org>
parents: 4191
diff changeset
1824 (func_get_maintainer): New function.
3ccc6d0d52bb Add a Maintainer.
Bruno Haible <bruno@clisp.org>
parents: 4191
diff changeset
1825 * modules/*: Add Maintainer entry.
3ccc6d0d52bb Add a Maintainer.
Bruno Haible <bruno@clisp.org>
parents: 4191
diff changeset
1826
4191
ff02fdcea265 Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents: 4187
diff changeset
1827 2003-01-16 Bruno Haible <bruno@clisp.org>
ff02fdcea265 Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents: 4187
diff changeset
1828
ff02fdcea265 Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents: 4187
diff changeset
1829 * 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
1830 leftmost column. Add hyperlinks.
ff02fdcea265 Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents: 4187
diff changeset
1831
4187
Bruno Haible <bruno@clisp.org>
parents: 4175
diff changeset
1832 2003-01-11 Bruno Haible <bruno@clisp.org>
Bruno Haible <bruno@clisp.org>
parents: 4175
diff changeset
1833
Bruno Haible <bruno@clisp.org>
parents: 4175
diff changeset
1834 * modules/stpcpy: Distribute lib/stpcpy.h.
Bruno Haible <bruno@clisp.org>
parents: 4175
diff changeset
1835 * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
Bruno Haible <bruno@clisp.org>
parents: 4175
diff changeset
1836
4175
ace040a2b821 Files meant for the AUX_DIR are now in the config subdirectory.
Bruno Haible <bruno@clisp.org>
parents: 4172
diff changeset
1837 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
1838
ace040a2b821 Files meant for the AUX_DIR are now in the config subdirectory.
Bruno Haible <bruno@clisp.org>
parents: 4172
diff changeset
1839 * 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
1840 directory.
ace040a2b821 Files meant for the AUX_DIR are now in the config subdirectory.
Bruno Haible <bruno@clisp.org>
parents: 4172
diff changeset
1841 * 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
1842 * 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
1843 * 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
1844 * 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
1845
4172
5321105558d8 Add module descriptions.
Bruno Haible <bruno@clisp.org>
parents: 4171
diff changeset
1846 2003-01-11 Bruno Haible <bruno@clisp.org>
5321105558d8 Add module descriptions.
Bruno Haible <bruno@clisp.org>
parents: 4171
diff changeset
1847
5321105558d8 Add module descriptions.
Bruno Haible <bruno@clisp.org>
parents: 4171
diff changeset
1848 * modules/*: Add a description.
5321105558d8 Add module descriptions.
Bruno Haible <bruno@clisp.org>
parents: 4171
diff changeset
1849 * modules/strpbrk: Fix Makefile.am snippet.
5321105558d8 Add module descriptions.
Bruno Haible <bruno@clisp.org>
parents: 4171
diff changeset
1850 * modules/strtoimax: Fix dependencies.
5321105558d8 Add module descriptions.
Bruno Haible <bruno@clisp.org>
parents: 4171
diff changeset
1851 * modules/strtoumax: Likewise.
5321105558d8 Add module descriptions.
Bruno Haible <bruno@clisp.org>
parents: 4171
diff changeset
1852
4171
c2c0e7e2e7bd Ensure alloca.h and stdbool.h are created before compiling the library.
Bruno Haible <bruno@clisp.org>
parents: 4170
diff changeset
1853 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
1854
c2c0e7e2e7bd Ensure alloca.h and stdbool.h are created before compiling the library.
Bruno Haible <bruno@clisp.org>
parents: 4170
diff changeset
1855 * 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
1856 * 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
1857 * 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
1858
4170
733dc39fdf11 Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents: 4156
diff changeset
1859 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
1860
733dc39fdf11 Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents: 4156
diff changeset
1861 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
1862 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
1863 * getstr: Remove.
733dc39fdf11 Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents: 4156
diff changeset
1864 * MODULES.html.sh: Remove getstr.
733dc39fdf11 Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents: 4156
diff changeset
1865 * 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
1866
4156
99ea86c79f44 Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents: 4154
diff changeset
1867 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
1868
99ea86c79f44 Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents: 4154
diff changeset
1869 * 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
1870 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
1871
4151
3a0c83552f0e Make it possible to #include <stdbool.h> without any #ifdefs.
Bruno Haible <bruno@clisp.org>
parents: 4150
diff changeset
1872 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
1873
3a0c83552f0e Make it possible to #include <stdbool.h> without any #ifdefs.
Bruno Haible <bruno@clisp.org>
parents: 4150
diff changeset
1874 * modules/stdbool: Change configure.ac, Makefile.am requirements.
4154
541e9b4d71b2 Add lib/stdbool.h.in.
Bruno Haible <bruno@clisp.org>
parents: 4151
diff changeset
1875 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
1876
4150
60149b6a8a43 Ignore Emacs backup files.
Bruno Haible <bruno@clisp.org>
parents: 4149
diff changeset
1877 2003-01-09 Bruno Haible <bruno@clisp.org>
60149b6a8a43 Ignore Emacs backup files.
Bruno Haible <bruno@clisp.org>
parents: 4149
diff changeset
1878
60149b6a8a43 Ignore Emacs backup files.
Bruno Haible <bruno@clisp.org>
parents: 4149
diff changeset
1879 * gnulib-tool (func_all_modules): Ignore files ending in ~.
60149b6a8a43 Ignore Emacs backup files.
Bruno Haible <bruno@clisp.org>
parents: 4149
diff changeset
1880 * MODULES.html.sh: Likewise.
60149b6a8a43 Ignore Emacs backup files.
Bruno Haible <bruno@clisp.org>
parents: 4149
diff changeset
1881
4149
Karl Berry <karl@freefriends.org>
parents: 4145
diff changeset
1882 2003-01-09 <karl@gnu.org>
Karl Berry <karl@freefriends.org>
parents: 4145
diff changeset
1883
Karl Berry <karl@freefriends.org>
parents: 4145
diff changeset
1884 * MODULES.html.sh: include `dirname $0` in PATH, to find
Karl Berry <karl@freefriends.org>
parents: 4145
diff changeset
1885 gnulib-tool.
Karl Berry <karl@freefriends.org>
parents: 4145
diff changeset
1886
4145
7fa9fefe97e8 Update after Jim's changes.
Bruno Haible <bruno@clisp.org>
parents: 4137
diff changeset
1887 2003-01-08 Bruno Haible <bruno@clisp.org>
7fa9fefe97e8 Update after Jim's changes.
Bruno Haible <bruno@clisp.org>
parents: 4137
diff changeset
1888
7fa9fefe97e8 Update after Jim's changes.
Bruno Haible <bruno@clisp.org>
parents: 4137
diff changeset
1889 * modules/full-read: Depend on full-write.
7fa9fefe97e8 Update after Jim's changes.
Bruno Haible <bruno@clisp.org>
parents: 4137
diff changeset
1890
4137
723a376ddac5 MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents: 4129
diff changeset
1891 2003-01-07 Bruno Haible <bruno@clisp.org>
723a376ddac5 MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents: 4129
diff changeset
1892
723a376ddac5 MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents: 4129
diff changeset
1893 * MODULES.html.sh: Add copyright notice.
723a376ddac5 MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents: 4129
diff changeset
1894 (missed_files): Omit CVS directory entries.
723a376ddac5 MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents: 4129
diff changeset
1895 (func_module): Make it work with sed-3.02.
723a376ddac5 MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents: 4129
diff changeset
1896 * MODULES.txt: Remove file.
723a376ddac5 MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents: 4129
diff changeset
1897
4125
Karl Berry <karl@freefriends.org>
parents: 4114
diff changeset
1898 2003-01-01 <karl@gnu.org>
Karl Berry <karl@freefriends.org>
parents: 4114
diff changeset
1899
4129
Karl Berry <karl@freefriends.org>
parents: 4127
diff changeset
1900 * gnulib-tool (func_verify_module): report module name $module in
Karl Berry <karl@freefriends.org>
parents: 4127
diff changeset
1901 error message, not $1.
4127
Karl Berry <karl@freefriends.org>
parents: 4125
diff changeset
1902 * gnulib-tool (create-testdir): don't complain if destdir couldn't
Karl Berry <karl@freefriends.org>
parents: 4125
diff changeset
1903 be created, only if it doesn't exist.
4125
Karl Berry <karl@freefriends.org>
parents: 4114
diff changeset
1904 * gnulib-tool (last_checkin_date): don't expand the $Date here.
Karl Berry <karl@freefriends.org>
parents: 4114
diff changeset
1905
4114
6b3fd7e9272f New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents: 3962
diff changeset
1906 2002-12-24 Bruno Haible <bruno@clisp.org>
6b3fd7e9272f New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents: 3962
diff changeset
1907
6b3fd7e9272f New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents: 3962
diff changeset
1908 * MODULES.txt: Update according to m4/ changes.
6b3fd7e9272f New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents: 3962
diff changeset
1909
6b3fd7e9272f New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents: 3962
diff changeset
1910 Module gettext.
6b3fd7e9272f New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents: 3962
diff changeset
1911 * config.rpath: New file, from gettext-0.11.5.
6b3fd7e9272f New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents: 3962
diff changeset
1912
6b3fd7e9272f New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents: 3962
diff changeset
1913 * modules/*: New module descriptions.
6b3fd7e9272f New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents: 3962
diff changeset
1914 * gnulib-tool: New file.
6b3fd7e9272f New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents: 3962
diff changeset
1915 * MODULES.html.sh: New file.
6b3fd7e9272f New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents: 3962
diff changeset
1916
3962
be4a50a68d30 * configure.in: Add AC_CONFIG_AUX_DIR call.
Bruno Haible <bruno@clisp.org>
parents: 3926
diff changeset
1917 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
1918
be4a50a68d30 * configure.in: Add AC_CONFIG_AUX_DIR call.
Bruno Haible <bruno@clisp.org>
parents: 3926
diff changeset
1919 * 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
1920 (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
1921 test/Makefile.
be4a50a68d30 * configure.in: Add AC_CONFIG_AUX_DIR call.
Bruno Haible <bruno@clisp.org>
parents: 3926
diff changeset
1922 * 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
1923
3926
06cd223546da *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 3563
diff changeset
1924 2002-08-23 Stefan Monnier <monnier@cs.yale.edu>
06cd223546da *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 3563
diff changeset
1925
06cd223546da *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 3563
diff changeset
1926 * regex.c (PATFETCH): Remove the translating fetch.
06cd223546da *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 3563
diff changeset
1927 (PATFETCH_RAW): Rename to PATFETCH.
06cd223546da *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 3563
diff changeset
1928 (set_image_of_range): New fun.
06cd223546da *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 3563
diff changeset
1929 (SET_RANGE_TABLE_WORK_AREA): Use it.
06cd223546da *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 3563
diff changeset
1930 (regex_compile): Don't translate the pattern chars so eagerly.
06cd223546da *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 3563
diff changeset
1931 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
1932 a char-range.
06cd223546da *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 3563
diff changeset
1933 (mutually_exclusive_p): Avoid empty statement.
06cd223546da *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 3563
diff changeset
1934
3563
1a9a7f5d6536 Checking initial copies various licenses, README, and general COPYING document.
Jeff Bailey <jbailey@nisa.net>
parents: 3128
diff changeset
1935 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
1936
1a9a7f5d6536 Checking initial copies various licenses, README, and general COPYING document.
Jeff Bailey <jbailey@nisa.net>
parents: 3128
diff changeset
1937 * README: New file
1a9a7f5d6536 Checking initial copies various licenses, README, and general COPYING document.
Jeff Bailey <jbailey@nisa.net>
parents: 3128
diff changeset
1938 * 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
1939 (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
1940 * lgpl/, gpl/: New directories.
1a9a7f5d6536 Checking initial copies various licenses, README, and general COPYING document.
Jeff Bailey <jbailey@nisa.net>
parents: 3128
diff changeset
1941
3128
9de182ed31a7 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2946
diff changeset
1942 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
9de182ed31a7 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2946
diff changeset
1943
9de182ed31a7 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2946
diff changeset
1944 * 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
1945 as if it was a `charset'.
9de182ed31a7 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2946
diff changeset
1946
2946
6892c299ebb7 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2926
diff changeset
1947 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
6892c299ebb7 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2926
diff changeset
1948
6892c299ebb7 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2926
diff changeset
1949 * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
6892c299ebb7 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2926
diff changeset
1950 (regex_compile): Catch bogus \(\1\).
6892c299ebb7 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2926
diff changeset
1951
2926
90c1585a7b24 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2922
diff changeset
1952 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
90c1585a7b24 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2922
diff changeset
1953
90c1585a7b24 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2922
diff changeset
1954 * 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
1955 (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
1956 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
1957
2922
0b1c71aeaef9 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2914
diff changeset
1958 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
0b1c71aeaef9 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2914
diff changeset
1959
0b1c71aeaef9 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2914
diff changeset
1960 * regex.c: More `unsigned char' -> `re_char' changes.
0b1c71aeaef9 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2914
diff changeset
1961 Also change several `int' into `re_wchar_t'.
0b1c71aeaef9 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2914
diff changeset
1962 (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
0b1c71aeaef9 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2914
diff changeset
1963 (PUSH_FAILURE_POINTER): Don't cast any more.
0b1c71aeaef9 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2914
diff changeset
1964 (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
1965 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
1966 re_match non-reentrant, which *should* be fixed.
0b1c71aeaef9 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2914
diff changeset
1967 (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
0b1c71aeaef9 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2914
diff changeset
1968 (EXTEND_BUFFER): Use RETALLOC.
0b1c71aeaef9 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2914
diff changeset
1969 (SET_LIST_BIT): Don't cast.
0b1c71aeaef9 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2914
diff changeset
1970 (re_wchar_t): New type.
0b1c71aeaef9 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2914
diff changeset
1971 (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
1972 that those two functions will always properly return.
0b1c71aeaef9 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2914
diff changeset
1973 (IMMEDIATE_QUIT_CHECK): Cast to void.
0b1c71aeaef9 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2914
diff changeset
1974 (analyse_first): Use recursion rather than an explicit stack.
0b1c71aeaef9 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2914
diff changeset
1975 (re_compile_fastmap): Can't fail anymore.
0b1c71aeaef9 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2914
diff changeset
1976 (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
1977 (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
0b1c71aeaef9 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2914
diff changeset
1978 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
1979 (re_match_2_internal): Use it.
0b1c71aeaef9 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2914
diff changeset
1980 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
1981 rather than reuse the inappropriate `mcnt'.
0b1c71aeaef9 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 2914
diff changeset
1982
2914
bab58b62d220 *** empty log message ***
Andrew Innes <andrewi@gnu.org>
parents: 2908
diff changeset
1983 2000-10-24 Andrew Innes <andrewi@gnu.org>
bab58b62d220 *** empty log message ***
Andrew Innes <andrewi@gnu.org>
parents: 2908
diff changeset
1984
bab58b62d220 *** empty log message ***
Andrew Innes <andrewi@gnu.org>
parents: 2908
diff changeset
1985 * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
bab58b62d220 *** empty log message ***
Andrew Innes <andrewi@gnu.org>
parents: 2908
diff changeset
1986 NT-Emacs only.
bab58b62d220 *** empty log message ***
Andrew Innes <andrewi@gnu.org>
parents: 2908
diff changeset
1987 (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
bab58b62d220 *** empty log message ***
Andrew Innes <andrewi@gnu.org>
parents: 2908
diff changeset
1988 so that re_search functions only quit when callers expect them to.
bab58b62d220 *** empty log message ***
Andrew Innes <andrewi@gnu.org>
parents: 2908
diff changeset
1989
2908
02000b4e9732 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 2882
diff changeset
1990 2000-10-24 Kenichi Handa <handa@etl.go.jp>
02000b4e9732 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 2882
diff changeset
1991
02000b4e9732 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 2882
diff changeset
1992 * regex.c (regex_compile): Change the way of handling a range from
02000b4e9732 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 2882
diff changeset
1993 a char less than 256 to a char not less than 256.
02000b4e9732 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 2882
diff changeset
1994
2882
1b681fe16dd9 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
1995 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1b681fe16dd9 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
1996
1b681fe16dd9 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff changeset
1997 * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
5168
399a9e0a55bb Add copyright notices.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5166
diff changeset
1998
399a9e0a55bb Add copyright notices.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5166
diff changeset
1999
5920
e38aefb6c8cd Update copyright date.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5913
diff changeset
2000 Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
5168
399a9e0a55bb Add copyright notices.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5166
diff changeset
2001 Copying and distribution of this file, with or without modification,
399a9e0a55bb Add copyright notices.
Paul Eggert <eggert@cs.ucla.edu>
parents: 5166
diff changeset
2002 are permitted provided the copyright notice and this notice are preserved.