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