Trailing whitespace deleted.
[gnulib.git] / ChangeLog
1 2003-01-30  Bruno Haible  <bruno@clisp.org>
2
3         * modules/vasnprintf, modules/vasprintf: New modules.
4         * MODULES.html.sh (func_all_modules): Add them.
5
6 2003-01-29  Bruno Haible  <bruno@clisp.org>
7
8         * modules/stpncpy: New module.
9         * MODULES.html.sh (func_all_modules): Add it.
10
11 2003-01-28  Bruno Haible  <bruno@clisp.org>
12
13         * modules/c-ctype: New module.
14         * MODULES.html.sh (func_all_modules): Add it.
15
16 2003-01-27  Bruno Haible  <bruno@clisp.org>
17
18         * modules/xsetenv: New module.
19         * MODULES.html.sh (func_all_modules): Add it.
20
21 2003-01-23  Bruno Haible  <bruno@clisp.org>
22
23         * modules/minmax: New module.
24         * MODULES.html.sh (func_all_modules): Add it.
25
26 2003-01-22  Bruno Haible  <bruno@clisp.org>
27
28         * modules/exit: New module.
29         * MODULES.html.sh (func_all_modules): Add it.
30
31 2003-01-19  Bruno Haible  <bruno@clisp.org>
32
33         * gnulib-tool: Recognize option --extract-maintainer.
34         (func_get_maintainer): New function.
35         * modules/*: Add Maintainer entry.
36
37 2003-01-16  Bruno Haible  <bruno@clisp.org>
38
39         * MODULES.html.sh: Add a table of contents. Add the module name as
40         leftmost column. Add hyperlinks.
41
42 2003-01-11  Bruno Haible  <bruno@clisp.org>
43
44         * modules/stpcpy: Distribute lib/stpcpy.h.
45         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
46
47 2003-01-11  Bruno Haible  <bruno@clisp.org>
48
49         * gnulib-tool (func_create_testdir): Store config/* files in the main
50         directory.
51         * config.rpath: Move to ...
52         * config/config.rpath: ... here.
53         * modules/gettext: Contains config/config.rpath, not config.rpath.
54         * modules/iconv: Likewise.
55
56 2003-01-11  Bruno Haible  <bruno@clisp.org>
57
58         * modules/*: Add a description.
59         * modules/strpbrk: Fix Makefile.am snippet.
60         * modules/strtoimax: Fix dependencies.
61         * modules/strtoumax: Likewise.
62
63 2003-01-11  Bruno Haible  <bruno@clisp.org>
64
65         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
66         * modules/alloca (Makefile.am): All object files depend on alloca.h.
67         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
68
69 2003-01-12  Paul Eggert  <eggert@twinsun.com>
70
71         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
72         to avoid collisions with libcurses and libreadline.
73         * getstr: Remove.
74         * MODULES.html.sh: Remove getstr.
75         * modules/getline: Depend on unlocked-io, not getstr.
76
77 2003-01-10  Bruno Haible  <bruno@clisp.org>
78
79         * modules/alloca: Change Makefile.am requirements. Simplify Include
80         requirements. Add lib/alloca_.h to file list.
81
82 2003-01-09  Bruno Haible  <bruno@clisp.org>
83
84         * modules/stdbool: Change configure.ac, Makefile.am requirements.
85         Simplify Include requirements. Add lib/stdbool.h.in to file list.
86
87 2003-01-09  Bruno Haible  <bruno@clisp.org>
88
89         * gnulib-tool (func_all_modules): Ignore files ending in ~.
90         * MODULES.html.sh: Likewise.
91
92 2003-01-09    <karl@gnu.org>
93
94         * MODULES.html.sh: include `dirname $0` in PATH, to find
95         gnulib-tool.
96
97 2003-01-08  Bruno Haible  <bruno@clisp.org>
98
99         * modules/full-read: Depend on full-write.
100
101 2003-01-07  Bruno Haible  <bruno@clisp.org>
102
103         * MODULES.html.sh: Add copyright notice.
104         (missed_files): Omit CVS directory entries.
105         (func_module): Make it work with sed-3.02.
106         * MODULES.txt: Remove file.
107
108 2003-01-01    <karl@gnu.org>
109
110         * gnulib-tool (func_verify_module): report module name $module in
111         error message, not $1.
112         * gnulib-tool (create-testdir): don't complain if destdir couldn't
113         be created, only if it doesn't exist.
114         * gnulib-tool (last_checkin_date): don't expand the $Date here.
115
116 2002-12-24  Bruno Haible  <bruno@clisp.org>
117
118         * MODULES.txt: Update according to m4/ changes.
119
120         Module gettext.
121         * config.rpath: New file, from gettext-0.11.5.
122
123         * modules/*: New module descriptions.
124         * gnulib-tool: New file.
125         * MODULES.html.sh: New file.
126
127 2002-11-01  Bruno Haible  <bruno@clisp.org>
128
129         * configure.in: Add AC_CONFIG_AUX_DIR call.
130         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
131         test/Makefile.
132         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
133
134 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
135
136         * regex.c (PATFETCH): Remove the translating fetch.
137         (PATFETCH_RAW): Rename to PATFETCH.
138         (set_image_of_range): New fun.
139         (SET_RANGE_TABLE_WORK_AREA): Use it.
140         (regex_compile): Don't translate the pattern chars so eagerly.
141         Only do it when inserting an `exactn' bytecode or when handling
142         a char-range.
143         (mutually_exclusive_p): Avoid empty statement.
144
145 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
146
147         * README: New file
148         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
149         (per RMS's instructions, this is now the canonical source)
150         * lgpl/, gpl/: New directories.
151
152 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
153
154         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
155         as if it was a `charset'.
156
157 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
158
159         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
160         (regex_compile): Catch bogus \(\1\).
161
162 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
163
164         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
165         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
166         Giving in to popular pressure to shut up the compiler with casts.
167
168 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
169
170         * regex.c: More `unsigned char' -> `re_char' changes.
171         Also change several `int' into `re_wchar_t'.
172         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
173         (PUSH_FAILURE_POINTER): Don't cast any more.
174         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
175         We want GCC to complain, since this piece of code makes
176         re_match non-reentrant, which *should* be fixed.
177         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
178         (EXTEND_BUFFER): Use RETALLOC.
179         (SET_LIST_BIT): Don't cast.
180         (re_wchar_t): New type.
181         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
182         that those two functions will always properly return.
183         (IMMEDIATE_QUIT_CHECK): Cast to void.
184         (analyse_first): Use recursion rather than an explicit stack.
185         (re_compile_fastmap): Can't fail anymore.
186         (re_search_2): Don't check re_compile_fastmap for failure.
187         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
188         Now also sets the new value (passed in a new argument).
189         (re_match_2_internal): Use it.
190         Also, use a new var `reg' of type size_t when looping through regs
191         rather than reuse the inappropriate `mcnt'.
192
193 2000-10-24  Andrew Innes  <andrewi@gnu.org>
194
195         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
196         NT-Emacs only.
197         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
198         so that re_search functions only quit when callers expect them to.
199
200 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
201
202         * regex.c (regex_compile): Change the way of handling a range from
203         a char less than 256 to a char not less than 256.
204
205 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
206
207         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
208