|
2
|
1 1999-04-15 John Dallaway <jld@cygnus.co.uk> |
|
|
2 |
|
|
3 * include/pkgconf/libm.h: Tidy display string capitalization. |
|
|
4 |
|
|
5 1999-04-07 Jesper Skov <jskov@cygnus.co.uk> |
|
|
6 PR 19442 |
|
|
7 * tests/vectors/vector_support.h: Make an occasional chirp to keep |
|
|
8 the testing infra interested. |
|
|
9 |
|
|
10 1999-04-06 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
11 |
|
|
12 * src/PKGconf.mak: More brute-force fix for ARM compiler |
|
|
13 problems - PR 19772 |
|
|
14 1999-03-31 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
15 |
|
|
16 * include/pkgconf/libm.h: Remove unnecessary define |
|
|
17 Fix for PR 19423 |
|
|
18 |
|
|
19 1999-03-29 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
20 |
|
|
21 * src/PKGconf.mak: Add special compile options to work around ARM |
|
|
22 compiler bugs. |
|
|
23 |
|
|
24 1999-02-09 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
25 |
|
|
26 * src/mathincl/fdlibm.h: |
|
|
27 Change definition of CYG_LIBM_HI/CYG_LIBM_LO to use inline |
|
|
28 function |
|
|
29 Fix for PR 18859 |
|
|
30 |
|
|
31 1999-01-28 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
32 |
|
|
33 * src/misc/signgam.cxx: |
|
|
34 * src/misc/compatmode.cxx: |
|
|
35 Include <pkgconf/kernel.h> if we use kernel header files |
|
|
36 |
|
|
37 1999-01-21 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
38 |
|
|
39 * tests/vectors/vector_support.h (doTestVec): Makes more |
|
|
40 sense to output vector number than array index |
|
|
41 |
|
|
42 * src/double/portable-api/s_ceil.c: Fix comment s/+inf/-inf/ |
|
|
43 |
|
|
44 1999-01-20 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
45 |
|
|
46 * tests/vectors/vector_support.h (doTestVec): |
|
|
47 Add output to let you know which vectors failed |
|
|
48 |
|
|
49 1999-01-12 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
50 |
|
|
51 * src/mathincl/fdlibm.h: |
|
|
52 * include/sys/ieeefp.h: Add different structure layouts for |
|
|
53 machines that have doubles that aren't pure big/little endian. |
|
|
54 |
|
0
|
55 Fri Oct 23 19:27:04 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
56 |
|
|
57 * tests/vectors/vector_support.h (START_TEST): |
|
|
58 Ensure that dummy START_TEST (the one used when the test should |
|
|
59 *not* be run) does have a reference to the test function. And |
|
|
60 make sure that there is a default one if there's no C API |
|
|
61 |
|
|
62 * src/mathincl/fdlibm.h: |
|
|
63 Add matherr() prototype if no namespace pollution |
|
|
64 |
|
|
65 Fixes for PR 17972 |
|
|
66 |
|
|
67 1998-10-22 Jesper Skov <jskov@cygnus.co.uk> |
|
|
68 PR 17925 |
|
|
69 |
|
|
70 * include/pkgconf/libm.h: |
|
|
71 * src/misc/matherr.c: |
|
|
72 Removed the CYGFUN_LIBM_matherr config. The function is already |
|
|
73 weakly defined so shouldn't need to be configured out. |
|
|
74 |
|
|
75 1998-10-19 Mark Galassi <rosalia@cygnus.com> |
|
|
76 |
|
|
77 * include/pkgconf/libm.h: updated the doc URL |
|
|
78 |
|
|
79 Thu Oct 15 21:36:12 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
80 |
|
|
81 * src/misc/compatmode.cxx, src/misc/signgam.cxx: |
|
|
82 Only include kernel headers if we want thread-safe operation |
|
|
83 Required for PR 17229 |
|
|
84 |
|
|
85 Wed Oct 14 17:24:46 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
86 |
|
|
87 * include/pkgconf/libm.h: |
|
|
88 Make CYGPKG_LIBM_COMPATIBILITY_DEFAULT require CYGPKG_LIBC |
|
|
89 rather than all of libm, and put a check (with #error) that |
|
|
90 this is the case |
|
|
91 |
|
|
92 * src/double/ieee754-api/w_scalb.c: |
|
|
93 Only include errno.h if we aren't IEEE-only |
|
|
94 |
|
|
95 * src/double/portable-api/s_ldexp.c, src/misc/standard.c: |
|
|
96 Make the error checking in s_ldexp.c more like every other libm |
|
|
97 sources by putting the actual error handling into standard.c. |
|
|
98 The error handling is just like scalb |
|
|
99 |
|
|
100 * tests/vectors/acos.c, tests/vectors/asin.c, |
|
|
101 tests/vectors/atan.c, tests/vectors/atan2.c, |
|
|
102 tests/vectors/ceil.c, tests/vectors/cos.c, tests/vectors/cosh.c, |
|
|
103 tests/vectors/exp.c, tests/vectors/fabs.c, |
|
|
104 tests/vectors/floor.c, tests/vectors/fmod.c, |
|
|
105 tests/vectors/frexp.c, tests/vectors/ldexp.c, |
|
|
106 tests/vectors/log.c, tests/vectors/log10.c, |
|
|
107 tests/vectors/modf.c, tests/vectors/pow.c, tests/vectors/sin.c, |
|
|
108 tests/vectors/sinh.c, tests/vectors/sqrt.c, tests/vectors/tan.c, |
|
|
109 tests/vectors/tanh.c: |
|
|
110 Remove unnecessary include of <errno.h> |
|
|
111 |
|
|
112 * tests/vectors/vector_support.h: |
|
|
113 Only include errno.h if we aren't IEEE-only. |
|
|
114 If we don't have Cyg_ErrNo, just use a cyg_int32 instead, to |
|
|
115 make sure that the fields are still correct for the input |
|
|
116 test vector. |
|
|
117 In doTestVec(), before checking errno, check if we're |
|
|
118 in IEEE mode (either compiled in or set at runtime) because if |
|
|
119 so, and errno is set in the errno field of the input test |
|
|
120 vector, then we have to skip this, since we can't validate the |
|
|
121 output. |
|
|
122 In all modes, if errno is set in the input test vector, don't |
|
|
123 bother checking the actual values |
|
|
124 |
|
|
125 All of the above changes are for PR 17503 |
|
|
126 |
|
|
127 * tests/vectors/pow.c: |
|
|
128 Remove requirement of being in POSIX mode, as the change to |
|
|
129 vector_support.h should make this work better now. |
|
|
130 |
|
|
131 |
|
|
132 Sun Sep 27 20:46:09 1998 David Moore <dsm@keema.cygnus.co.uk> |
|
|
133 |
|
|
134 * include/pkgconf/libm.h: |
|
|
135 PR 17515: Corrected notcdl doc string. |
|
|
136 |
|
|
137 1998-09-26 Bart Veer <bartv@cygnus.co.uk> |
|
|
138 |
|
|
139 * include/pkgconf/libm.h: |
|
|
140 PR 17503: there are uses of errno in a couple of places in libm, |
|
|
141 and errno will only be available if the C library is present. |
|
|
142 Therefore libm requires libc. |
|
|
143 |
|
|
144 |
|
|
145 Fri Sep 25 19:00:35 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
146 |
|
|
147 * src/misc/compatmode.cxx: |
|
|
148 Make sure CYGNUM_LIBM_COMPATMODE_TRACE_LEVEL is defined before |
|
|
149 we attempt tracing, otherwise set trace level to 0 i.e. never |
|
|
150 |
|
|
151 * src/misc/signgam.cxx: |
|
|
152 Make sure CYGNUM_LIBM_SIGNGAM_TRACE_LEVEL is defined before |
|
|
153 we attempt tracing, otherwise set trace level to 0 i.e. never |
|
|
154 Fix for PR 17478 |
|
|
155 |
|
|
156 * include/pkgconf/libm.h: |
|
|
157 Define trace levels only if parent CYGPKG_LIBM_TRACE is defined |
|
|
158 for consistency with Configuration Tool |
|
|
159 |
|
|
160 Fri Sep 25 18:25:02 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
161 |
|
|
162 * include/pkgconf/libm.h: |
|
|
163 Only check valid compatibility setting if we aren't IEEE-only |
|
|
164 mode |
|
|
165 Fix for PR 17481 |
|
|
166 |
|
|
167 Fri Sep 25 18:13:24 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
168 |
|
|
169 * src/mathincl/fdlibm.h: |
|
|
170 * src/double/ieee754-core/e_scalb.c: |
|
|
171 * src/double/ieee754-api/w_scalb.c: |
|
|
172 Use CYGFUN_LIBM_SVID3_scalb for whether 2nd arg of scalb is |
|
|
173 double or int, rather than _SCALB_INT. |
|
|
174 Fix for PR 17479 |
|
|
175 |
|
|
176 Wed Sep 23 08:07:48 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
177 |
|
|
178 * tests/vectors/pow.c (test): |
|
|
179 Make pow test conditional on being in POSIX compatibility mode. |
|
|
180 This is the only mode that can set errno correctly, in |
|
|
181 relation to what the tests expect. |
|
|
182 Fix for PR 16933 |
|
|
183 |
|
|
184 1998-09-20 Mark Galassi <rosalia@cygnus.com> |
|
|
185 |
|
|
186 * include/pkgconf/libm.h: updated CDL doc strings. |
|
|
187 |
|
|
188 Thu Sep 17 17:10:47 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
189 |
|
|
190 * tests/vectors/vector_support.h (checkErrorAcceptable): |
|
|
191 Move check for signed-ness after all of the special cases |
|
|
192 Fix for PR 16933 |
|
|
193 |
|
|
194 Tue Sep 15 19:26:32 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
195 |
|
|
196 * include/pkgconf/libm.h: |
|
|
197 Updated descriptions and a few other minor things after review |
|
|
198 |
|
|
199 1998-09-11 Bart Veer <bartv@cygnus.co.uk> |
|
|
200 |
|
|
201 * include/pkgconf/libm.h: |
|
|
202 Sorting out dependencies for error package. |
|
|
203 |
|
|
204 Fri Sep 4 14:20:04 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
205 |
|
|
206 * include/pkgconf/libm.h: |
|
|
207 Fix thread-safe modes "requires" lines not to be associated |
|
|
208 with the dummy parent package, but with the options themselves. |
|
|
209 Also we don't need "requires CYGPKG_KERNEL" if we already require |
|
|
210 a particular kernel option anyway. |
|
|
211 |
|
|
212 Thu Sep 3 09:50:20 1998 Tim Goodwin <tgoodwin@cygnus.co.uk> |
|
|
213 |
|
|
214 * tests/vectors/vector_support.h |
|
|
215 Change to cyg_thread_create() interface. |
|
|
216 |
|
|
217 Wed Sep 2 14:41:54 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
218 |
|
|
219 * include/pkgconf/libm.h: |
|
|
220 Add default define for CYGPKG_LIBM_COMPATIBILITY_DEFAULT, |
|
|
221 and shorten some display texts |
|
|
222 |
|
|
223 Wed Sep 2 13:15:43 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
224 |
|
|
225 * src/double/ieee754-core/e_pow.c: |
|
|
226 Fix bug for when x is negative and y isn't an integer. A CYGNUS |
|
|
227 LOCAL change got it wrong when casting a signed integer to |
|
|
228 unsigned before right shifting. |
|
|
229 |
|
|
230 Reformat for 76 columns |
|
|
231 |
|
|
232 * src/double/ieee754-api/w_pow.c: |
|
|
233 Reformat for 76 columns |
|
|
234 |
|
|
235 |
|
|
236 Wed Sep 2 12:30:11 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
237 |
|
|
238 * include/pkgconf/libm.h: |
|
|
239 Default tracing to off |
|
|
240 Reformat for 76 columns |
|
|
241 |
|
|
242 * tests/vectors/vector_support.h: |
|
|
243 Align '{'s and "verbs" on the same line. Tidy to 76 columns |
|
|
244 |
|
|
245 Mon Aug 31 13:38:25 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
246 |
|
|
247 * include/pkgconf/libm.h: |
|
|
248 Require infra tracing support to allow tracing |
|
|
249 |
|
|
250 1998-08-28 Bart Veer <bartv@cygnus.co.uk> |
|
|
251 |
|
|
252 * include/pkgconf/libm.h: |
|
|
253 * src/misc/compatmode.cxx, src/misc/signgam.cxx: |
|
|
254 * tests/vectors/vector_support.h |
|
|
255 |
|
|
256 Updated for new kernel configuration option symbol names |
|
|
257 |
|
|
258 Fri Aug 28 09:07:07 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
259 |
|
|
260 * tests/vectors/vector_support.h: |
|
|
261 Change START_TEST macro, adjust config options and add |
|
|
262 cyg_package_start() to get tests working correctly with new entry |
|
|
263 point mechanism, including cyg_iso_c_start() if available |
|
|
264 |
|
|
265 Wed Aug 26 20:25:36 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
266 |
|
|
267 * include/pkgconf/libm.h: |
|
|
268 Remove #define CYGPKG_LIBM is that is meant to live in |
|
|
269 <pkgconf/system.h> after all |
|
|
270 |
|
|
271 |
|
|
272 Wed Aug 26 19:38:54 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
273 |
|
|
274 * include/pkgconf/libm.h: |
|
|
275 More fixes to CDL stuff to make it work better, and look better on |
|
|
276 the screen |
|
|
277 |
|
|
278 Tue Aug 25 20:23:25 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
279 |
|
|
280 * include/pkgconf/libm.h: |
|
|
281 Make some fixes after running the ConfigTool |
|
|
282 |
|
|
283 Tue Aug 25 16:59:11 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
284 |
|
|
285 * include/pkgconf/libm.h: |
|
|
286 Turns out the nesting wasn't quite right. Correct it, and replace |
|
|
287 the "not" prefix on CFG_DATA, which slipped in to the previous change. |
|
|
288 |
|
|
289 Tue Aug 25 16:53:03 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
290 |
|
|
291 * include/pkgconf/libm.h: |
|
|
292 Ensure there is a default compatibility mode and fix the |
|
|
293 ifdef nesting for the compat modes |
|
|
294 |
|
|
295 Tue Aug 25 15:24:51 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
296 |
|
|
297 * include/pkgconf/libm.h: |
|
|
298 Tidy up CDL stuff prior to checking if it all actually works! |
|
|
299 |
|
|
300 Tue Aug 25 05:17:55 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
301 |
|
|
302 * include/pkgconf/libm.h: |
|
|
303 Do a first pass of CDLification of configuration data |
|
|
304 |
|
|
305 * include/pkgconf/libm.h, src/misc/matherr.c: |
|
|
306 Rename CYGFUN_LIBC_matherr to CYGFUN_LIBM_matherr |
|
|
307 |
|
|
308 Wed Aug 19 19:35:16 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
309 |
|
|
310 * tests/vectors/acos.c, tests/vectors/cosh.c, tests/vectors/ldexp.c, |
|
|
311 tests/vectors/sinh.c, tests/vectors/asin.c, tests/vectors/exp.c, |
|
|
312 tests/vectors/log.c, tests/vectors/sqrt.c, tests/vectors/atan.c, |
|
|
313 tests/vectors/fabs.c, tests/vectors/log10.c, tests/vectors/tan.c, |
|
|
314 tests/vectors/atan2.c, tests/vectors/floor.c, tests/vectors/modf.c, |
|
|
315 tests/vectors/tanh.c, tests/vectors/ceil.c, tests/vectors/fmod.c, |
|
|
316 tests/vectors/pow.c, tests/vectors/cos.c, tests/vectors/frexp.c, |
|
|
317 tests/vectors/sin.c |
|
|
318 |
|
|
319 * tests/vectors/vector_support.h (doTestVec): |
|
|
320 Remove "register" on variable |
|
|
321 |
|
|
322 Wed Aug 19 18:59:47 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
323 |
|
|
324 * src/double/ieee754-core/e_gamma.c, |
|
|
325 src/double/ieee754-core/e_lgamma.c, |
|
|
326 src/double/ieee754-api/w_gamma.c, |
|
|
327 src/double/ieee754-api/w_lgamma.c: |
|
|
328 Remove direct reference to extern int signgam and include <math.h> |
|
|
329 instead |
|
|
330 |
|
|
331 Mon Jul 27 23:47:52 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
332 |
|
|
333 * include/math.h, include/pkgconf/libm.h, |
|
|
334 src/double/ieee754-api/w_acos.c, src/double/ieee754-api/w_acosh.c, |
|
|
335 src/double/ieee754-api/w_asin.c, src/double/ieee754-api/w_atan2.c, |
|
|
336 src/double/ieee754-api/w_atanh.c, src/double/ieee754-api/w_cosh.c, |
|
|
337 src/double/ieee754-api/w_exp.c, src/double/ieee754-api/w_fmod.c, |
|
|
338 src/double/ieee754-api/w_gamma.c, |
|
|
339 src/double/ieee754-api/w_gamma_r.c, |
|
|
340 src/double/ieee754-api/w_hypot.c, src/double/ieee754-api/w_j0.c, |
|
|
341 src/double/ieee754-api/w_j1.c, src/double/ieee754-api/w_jn.c, |
|
|
342 src/double/ieee754-api/w_lgamma.c, |
|
|
343 src/double/ieee754-api/w_lgamma_r.c, |
|
|
344 src/double/ieee754-api/w_log.c, |
|
|
345 src/double/ieee754-api/w_log10.c, src/double/ieee754-api/w_pow.c, |
|
|
346 src/double/ieee754-api/w_remainder.c, |
|
|
347 src/double/ieee754-api/w_scalb.c, src/double/ieee754-api/w_sinh.c, |
|
|
348 src/double/ieee754-api/w_sqrt.c, src/double/ieee754-core/e_acos.c, |
|
|
349 src/double/ieee754-core/e_acosh.c, |
|
|
350 src/double/ieee754-core/e_asin.c, |
|
|
351 src/double/ieee754-core/e_atan2.c, |
|
|
352 src/double/ieee754-core/e_atanh.c, |
|
|
353 src/double/ieee754-core/e_cosh.c, |
|
|
354 src/double/ieee754-core/e_exp.c, src/double/ieee754-core/e_fmod.c, |
|
|
355 src/double/ieee754-core/e_gamma.c, |
|
|
356 src/double/ieee754-core/e_gamma_r.c, |
|
|
357 src/double/ieee754-core/e_hypot.c, src/double/ieee754-core/e_j0.c, |
|
|
358 src/double/ieee754-core/e_j1.c, src/double/ieee754-core/e_jn.c, |
|
|
359 src/double/ieee754-core/e_lgamma.c, |
|
|
360 src/double/ieee754-core/e_lgamma_r.c, |
|
|
361 src/double/ieee754-core/e_log.c, src/double/ieee754-core/e_log10.c, |
|
|
362 src/double/ieee754-core/e_pow.c, |
|
|
363 src/double/ieee754-core/e_rem_pio2.c, |
|
|
364 src/double/ieee754-core/e_remainder.c, |
|
|
365 src/double/ieee754-core/e_scalb.c, |
|
|
366 src/double/ieee754-core/e_sinh.c, |
|
|
367 src/double/ieee754-core/e_sqrt.c, src/double/internal/k_cos.c, |
|
|
368 src/double/internal/k_rem_pio2.c, src/double/internal/k_sin.c, |
|
|
369 src/double/internal/k_tan.c, src/double/portable-api/s_asinh.c, |
|
|
370 src/double/portable-api/s_atan.c, src/double/portable-api/s_cbrt.c, |
|
|
371 src/double/portable-api/s_ceil.c, |
|
|
372 src/double/portable-api/s_copysign.c, |
|
|
373 src/double/portable-api/s_cos.c, src/double/portable-api/s_erf.c, |
|
|
374 src/double/portable-api/s_expm1.c, |
|
|
375 src/double/portable-api/s_fabs.c, |
|
|
376 src/double/portable-api/s_finite.c, |
|
|
377 src/double/portable-api/s_floor.c, |
|
|
378 src/double/portable-api/s_frexp.c, |
|
|
379 src/double/portable-api/s_ilogb.c, |
|
|
380 src/double/portable-api/s_isnan.c, |
|
|
381 src/double/portable-api/s_ldexp.c, |
|
|
382 src/double/portable-api/s_log1p.c, |
|
|
383 src/double/portable-api/s_logb.c, |
|
|
384 src/double/portable-api/s_modf.c, |
|
|
385 src/double/portable-api/s_nextafter.c, |
|
|
386 src/double/portable-api/s_rint.c, |
|
|
387 src/double/portable-api/s_scalbn.c, |
|
|
388 src/double/portable-api/s_significand.c, |
|
|
389 src/double/portable-api/s_sin.c, src/double/portable-api/s_tan.c, |
|
|
390 src/double/portable-api/s_tanh.c, src/mathincl/fdlibm.h, |
|
|
391 src/misc/standard.c: |
|
|
392 |
|
|
393 Untabify |
|
|
394 |
|
|
395 Mon Jul 27 22:52:24 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
396 |
|
|
397 * tests/vectors/vector_support.h (doTestVec): |
|
|
398 Remove "register" when declaring variable i |
|
|
399 |
|
|
400 * host/acosgen.c, host/cosgen.c, host/fmodgen.c, host/modfgen.c, |
|
|
401 host/tangen.c, host/asingen.c, host/coshgen.c, host/frexpgen.c, |
|
|
402 host/powgen.c, host/tanhgen.c, host/atan2gen.c, host/expgen.c, |
|
|
403 host/ldexpgen.c, host/singen.c, host/atangen.c, host/fabsgen.c, |
|
|
404 host/log10gen.c, host/sinhgen.c, host/ceilgen.c, host/floorgen.c, |
|
|
405 host/loggen.c, host/sqrtgen.c: |
|
|
406 Remove "register" when declaring variable "int x" |
|
|
407 |
|
|
408 Mon Jul 27 22:45:01 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
409 |
|
|
410 * tests/vectors/vector_support.h (checkErrorAcceptable): |
|
|
411 Add extra check for tolerance acceptance so it behaves correctly with |
|
|
412 underflow and overflow |
|
|
413 |
|
|
414 Also reverse sense of checkErrorAcceptable() so it now returns |
|
|
415 false on success and true on failure, as suggested by hmt. Change |
|
|
416 this in doTestVec() (which is where it is called) too. |
|
|
417 |
|
|
418 * tests/vectors/vector_support.h: |
|
|
419 Remove #if 0'd shift_double() function |
|
|
420 |
|
|
421 Mon Jul 27 21:55:04 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
422 |
|
|
423 * src/mathincl/fdlibm.h: |
|
|
424 Rename CYGONCE_LIBM_FDLIBM_H to CYGONCE_LIBM_MATHINCL_FDLIBM_H as per |
|
|
425 code review comments |
|
|
426 |
|
|
427 Fri Jul 24 22:20:42 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
428 |
|
|
429 * include/math.h, include/pkgconf/libm.h, |
|
|
430 src/double/ieee754-api/w_acos.c, src/double/ieee754-api/w_acosh.c, |
|
|
431 src/double/ieee754-api/w_asin.c, src/double/ieee754-api/w_atan2.c, |
|
|
432 src/double/ieee754-api/w_atanh.c, src/double/ieee754-api/w_cosh.c, |
|
|
433 src/double/ieee754-api/w_exp.c, src/double/ieee754-api/w_fmod.c, |
|
|
434 src/double/ieee754-api/w_gamma.c, src/double/ieee754-api/w_gamma_r.c, |
|
|
435 src/double/ieee754-api/w_hypot.c, src/double/ieee754-api/w_j0.c, |
|
|
436 src/double/ieee754-api/w_j1.c, src/double/ieee754-api/w_jn.c, |
|
|
437 src/double/ieee754-api/w_lgamma.c, |
|
|
438 src/double/ieee754-api/w_lgamma_r.c, src/double/ieee754-api/w_log.c, |
|
|
439 src/double/ieee754-api/w_log10.c, src/double/ieee754-api/w_pow.c, |
|
|
440 src/double/ieee754-api/w_remainder.c, |
|
|
441 src/double/ieee754-api/w_scalb.c, src/double/ieee754-api/w_sinh.c, |
|
|
442 src/double/ieee754-api/w_sqrt.c, src/mathincl/fdlibm.h, |
|
|
443 src/misc/compatmode.cxx, src/misc/matherr.c, src/misc/signgam.cxx, |
|
|
444 src/misc/standard.c: |
|
|
445 |
|
|
446 Rename libm config option names as per the libm coding standard |
|
|
447 review. Chiefly ensuring that CYGXXX_ prefixes are correct |
|
|
448 |
|
|
449 * src/misc/matherr.c, include/pkgconf/libm.h: |
|
|
450 Add new CYGFUN_LIBC_matherr config option to prevent inclusion of |
|
|
451 default matherr |
|
|
452 |
|
|
453 Mon Jul 20 18:07:31 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
454 |
|
|
455 * src/misc/infconst.c: |
|
|
456 Oops. Don't let cyg_libm_infinity be static! |
|
|
457 |
|
|
458 Thu Jul 16 20:07:26 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
459 |
|
|
460 * include/math.h, include/sys/ieeefp.h, src/misc/infconst.c: |
|
|
461 Remove union Cyg_libm_int_double from math.h, which was used to |
|
|
462 define infinity, and replace with use of |
|
|
463 Cyg_libm_ieee_double_shape_type from ieeefp.h |
|
|
464 |
|
|
465 That type (which is a union) is now reordered so that it can be |
|
|
466 initialised in terms of two int's |
|
|
467 |
|
|
468 Mon Jul 13 21:55:06 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
469 |
|
|
470 * src/double/ieee754-api/w_acos.c, src/double/ieee754-api/w_acosh.c, |
|
|
471 src/double/ieee754-api/w_asin.c, src/double/ieee754-api/w_atan2.c, |
|
|
472 src/double/ieee754-api/w_atanh.c, src/double/ieee754-api/w_cosh.c, |
|
|
473 src/double/ieee754-api/w_exp.c, src/double/ieee754-api/w_fmod.c, |
|
|
474 src/double/ieee754-api/w_gamma.c, src/double/ieee754-api/w_gamma_r.c, |
|
|
475 src/double/ieee754-api/w_hypot.c, src/double/ieee754-api/w_j0.c, |
|
|
476 src/double/ieee754-api/w_j1.c, src/double/ieee754-api/w_jn.c, |
|
|
477 src/double/ieee754-api/w_lgamma.c, |
|
|
478 src/double/ieee754-api/w_lgamma_r.c, src/double/ieee754-api/w_log.c, |
|
|
479 src/double/ieee754-api/w_log10.c, src/double/ieee754-api/w_pow.c, |
|
|
480 src/double/ieee754-api/w_remainder.c, |
|
|
481 src/double/ieee754-api/w_scalb.c, src/double/ieee754-api/w_sinh.c, |
|
|
482 src/double/ieee754-api/w_sqrt.c, src/double/ieee754-core/e_acos.c, |
|
|
483 src/double/ieee754-core/e_acosh.c, src/double/ieee754-core/e_asin.c, |
|
|
484 src/double/ieee754-core/e_atan2.c, src/double/ieee754-core/e_atanh.c, |
|
|
485 src/double/ieee754-core/e_cosh.c, src/double/ieee754-core/e_exp.c, |
|
|
486 src/double/ieee754-core/e_fmod.c, src/double/ieee754-core/e_gamma.c, |
|
|
487 src/double/ieee754-core/e_gamma_r.c, |
|
|
488 src/double/ieee754-core/e_hypot.c, src/double/ieee754-core/e_j0.c, |
|
|
489 src/double/ieee754-core/e_j1.c, src/double/ieee754-core/e_jn.c, |
|
|
490 src/double/ieee754-core/e_lgamma.c, |
|
|
491 src/double/ieee754-core/e_lgamma_r.c, |
|
|
492 src/double/ieee754-core/e_log.c, src/double/ieee754-core/e_log10.c, |
|
|
493 src/double/ieee754-core/e_pow.c, |
|
|
494 src/double/ieee754-core/e_rem_pio2.c, |
|
|
495 src/double/ieee754-core/e_remainder.c, |
|
|
496 src/double/ieee754-core/e_scalb.c, src/double/ieee754-core/e_sinh.c, |
|
|
497 src/double/ieee754-core/e_sqrt.c, src/double/internal/k_cos.c, |
|
|
498 src/double/internal/k_rem_pio2.c, src/double/internal/k_sin.c, |
|
|
499 src/double/internal/k_tan.c, src/double/portable-api/s_asinh.c, |
|
|
500 src/double/portable-api/s_atan.c, src/double/portable-api/s_cbrt.c, |
|
|
501 src/double/portable-api/s_ceil.c, |
|
|
502 src/double/portable-api/s_copysign.c, |
|
|
503 src/double/portable-api/s_cos.c, src/double/portable-api/s_erf.c, |
|
|
504 src/double/portable-api/s_expm1.c, src/double/portable-api/s_fabs.c, |
|
|
505 src/double/portable-api/s_finite.c, |
|
|
506 src/double/portable-api/s_floor.c, src/double/portable-api/s_frexp.c, |
|
|
507 src/double/portable-api/s_ilogb.c, src/double/portable-api/s_isnan.c, |
|
|
508 src/double/portable-api/s_ldexp.c, src/double/portable-api/s_log1p.c, |
|
|
509 src/double/portable-api/s_logb.c, src/double/portable-api/s_modf.c, |
|
|
510 src/double/portable-api/s_nextafter.c, |
|
|
511 src/double/portable-api/s_rint.c, src/double/portable-api/s_scalbn.c, |
|
|
512 src/double/portable-api/s_significand.c, |
|
|
513 src/double/portable-api/s_sin.c, src/double/portable-api/s_tan.c, |
|
|
514 src/double/portable-api/s_tanh.c, src/misc/standard.c: |
|
|
515 |
|
|
516 Make #ifdef __STDC__ bits compulsory and remove the associated #else |
|
|
517 clause. We know that gcc is ISO C compatible! |
|
|
518 |
|
|
519 Tue Jul 7 16:05:48 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
520 |
|
|
521 * src/misc/compatmode.cxx: |
|
|
522 Fix conditionalisation to prevent unused variable warning for tracing |
|
|
523 |
|
|
524 Thu Jun 25 04:58:21 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
525 |
|
|
526 * tests/vectors/acos.c, tests/vectors/acos.h, tests/vectors/asin.c, |
|
|
527 tests/vectors/asin.h, tests/vectors/atan.c, tests/vectors/atan.h, |
|
|
528 tests/vectors/atan2.c, tests/vectors/atan2.h, tests/vectors/ceil.c, |
|
|
529 tests/vectors/ceil.h, tests/vectors/cos.c, tests/vectors/cos.h, |
|
|
530 tests/vectors/cosh.c, tests/vectors/cosh.h, tests/vectors/exp.c, |
|
|
531 tests/vectors/exp.h, tests/vectors/fabs.c, tests/vectors/fabs.h, |
|
|
532 tests/vectors/floor.c, tests/vectors/floor.h, tests/vectors/fmod.c, |
|
|
533 tests/vectors/fmod.h, tests/vectors/frexp.c, tests/vectors/frexp.h, |
|
|
534 tests/vectors/ldexp.c, tests/vectors/ldexp.h, tests/vectors/log.c, |
|
|
535 tests/vectors/log.h, tests/vectors/log10.c, tests/vectors/log10.h, |
|
|
536 tests/vectors/modf.c, tests/vectors/modf.h, tests/vectors/pow.c, |
|
|
537 tests/vectors/pow.h, tests/vectors/sin.c, tests/vectors/sin.h, |
|
|
538 tests/vectors/sinh.c, tests/vectors/sinh.h, tests/vectors/sqrt.c, |
|
|
539 tests/vectors/sqrt.h, tests/vectors/tan.c, tests/vectors/tan.h, |
|
|
540 tests/vectors/tanh.c, tests/vectors/tanh.h, |
|
|
541 tests/vectors/vector_support.h: |
|
|
542 Add math library tests for functions specified in the ISO standard. |
|
|
543 These are based on precomputed test vectors |
|
|
544 |
|
|
545 * tests/PKGconf.mak: |
|
|
546 Create with above files being built |
|
|
547 |
|
|
548 * host/acosgen.c, host/asingen.c, host/atan2gen.c, host/atangen.c, |
|
|
549 host/ceilgen.c, host/cosgen.c, host/coshgen.c, host/expgen.c, |
|
|
550 host/fabsgen.c, host/floorgen.c, host/fmodgen.c, host/frexpgen.c, |
|
|
551 host/ldexpgen.c, host/log10gen.c, host/loggen.c, host/modfgen.c, |
|
|
552 host/powgen.c, host/singen.c, host/sinhgen.c, host/sqrtgen.c, |
|
|
553 host/tangen.c, host/tanhgen.c: |
|
|
554 Host-side (and currently linux-specific) sources to automatically |
|
|
555 generate test vector data used by the above tests. |
|
|
556 |
|
|
557 * include/pkgconf/libm.h: |
|
|
558 Ensure the kernel C API is available if we want thread safety |
|
|
559 |
|
|
560 Wed Jun 24 15:42:31 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
561 |
|
|
562 * src/misc/standard.c: |
|
|
563 Fix typo in ifdef |
|
|
564 |
|
|
565 Wed Jun 24 13:04:30 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
566 |
|
|
567 * src/misc/standard.c: |
|
|
568 Fix #defines for IEEE mode, revealed by permutation testing |
|
|
569 |
|
|
570 Mon Jun 22 14:42:50 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
571 |
|
|
572 * src/misc/infconst.c: |
|
|
573 Fix compiler warning |
|
|
574 |
|
|
575 Sun Jun 21 04:42:18 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
576 |
|
|
577 * include/sys/ieeefp.h: |
|
|
578 Add this to allow bitfield break down of IEEE floating point doubles |
|
|
579 |
|
|
580 Wed Jun 17 08:55:21 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
581 |
|
|
582 * include/pkgconf/libm.h: |
|
|
583 Make the use of stderr for messages _not_ the default |
|
|
584 Make thread safety the default |
|
|
585 |
|
|
586 * src/misc/standard.c: |
|
|
587 Change alternative for fprintf(stderr,...) _not_ being used from |
|
|
588 "CYG_EMPTY_STATEMENT" to just "0" to placate compiler. |
|
|
589 |
|
|
590 Mon Jun 15 19:59:36 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
591 |
|
|
592 * src/misc/compatmode.cxx: |
|
|
593 Fix typo in compatibility mode name |
|
|
594 |
|
|
595 Fri Jun 5 16:31:26 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
596 |
|
|
597 * src/misc/signgam.cxx, src/misc/compatmode.cxx: |
|
|
598 Fix some minor typos when thread safety is turned on |
|
|
599 |
|
|
600 * src/misc/matherr.c |
|
|
601 Correct syntax of weak attribute |
|
|
602 |
|
|
603 Fri Jun 5 07:07:03 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
604 |
|
|
605 * Initial check-in of all math library sources. Based on fdlibm-5.2. |
|
|
606 |
|
|
607 |
|
|
608 //=========================================================================== |
|
|
609 //####COPYRIGHTBEGIN#### |
|
|
610 // |
|
|
611 // ------------------------------------------- |
|
|
612 // The contents of this file are subject to the Cygnus eCos Public License |
|
|
613 // Version 1.0 (the "License"); you may not use this file except in |
|
|
614 // compliance with the License. You may obtain a copy of the License at |
|
|
615 // http://sourceware.cygnus.com/ecos |
|
|
616 // |
|
|
617 // Software distributed under the License is distributed on an "AS IS" |
|
|
618 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the |
|
|
619 // License for the specific language governing rights and limitations under |
|
|
620 // the License. |
|
|
621 // |
|
|
622 // The Original Code is eCos - Embedded Cygnus Operating System, released |
|
|
623 // September 30, 1998. |
|
|
624 // |
|
|
625 // The Initial Developer of the Original Code is Cygnus. Portions created |
|
2
|
626 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. |
|
0
|
627 // ------------------------------------------- |
|
|
628 // |
|
|
629 //####COPYRIGHTEND#### |
|
|
630 //=========================================================================== |