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