Commit graph

9090 commits

Author SHA1 Message Date
jjgarcia
310297e884 Make dllwrap quieter. 2008-08-04 17:55:14 +00:00
Juan Jose Garcia Ripoll
d26f7efb66 Make dllwrap quieter. 2008-08-04 19:54:29 +02:00
jjgarcia
2ba2041d88 Avoid the hash clearing loop when it has no elements 2008-08-04 17:23:55 +00:00
Juan Jose Garcia Ripoll
76f40d7316 Avoid the hash clearing loop when it has no elements 2008-08-04 19:23:10 +02:00
jjgarcia
ff50d9898b Marked new release 2008-08-03 16:09:19 +00:00
jjgarcia
c8ad785899 Marked new release 2008-08-03 16:09:19 +00:00
Juan Jose Garcia Ripoll
3c5bbde968 Marked new release 2008-08-03 18:04:42 +02:00
Juan Jose Garcia Ripoll
ce83604241 Merge branch 'master' of http://ecls.sourceforge.net/git/ecl/ 2008-08-03 18:04:19 +02:00
jjgarcia
270f13d2f3 Int may not be as large as unsigned long. 2008-08-03 15:38:22 +00:00
Juan Jose Garcia Ripoll
7b00e3268c Int may not be as large as unsigned long. 2008-08-03 17:38:00 +02:00
jjgarcia
767365d964 Rounding of numbers is now performed towards closest even integer, not odd as before. 2008-08-03 15:25:59 +00:00
Juan Jose Garcia Ripoll
44bf269ecb Rounding of numbers is now performed towards closest even integer, not odd as before. 2008-08-03 17:25:34 +02:00
Juan Jose Garcia Ripoll
0624a22718 Merge tanf changes 2008-08-03 17:03:35 +02:00
jjgarcia
2eae8071fa Final fix for a problem with buggy tanf(). 2008-08-03 14:54:56 +00:00
jjgarcia
1743a8a68a Second iteration of a solution for inaccurate float/fixnum comparison 2008-08-03 14:11:21 +00:00
Juan Jose Garcia Ripoll
2599faa1d1 Second iteration of a solution for inaccurate float/fixnum comparison 2008-08-03 16:10:36 +02:00
jjgarcia
7c9e3cfbd9 Fxed typo. 2008-08-03 13:51:50 +00:00
Juan Jose Garcia Ripoll
bd4ebf1353 Fxed typo. 2008-08-03 15:50:57 +02:00
jjgarcia
cef04b005c When double has as many bits as a fixnum, comparisons between both types give wrong results because of rounding errors. 2008-08-03 10:32:19 +00:00
Juan Jose Garcia Ripoll
390f2cc978 When double has as many bits as a fixnum, comparisons between both types give wrong results because of rounding errors. 2008-08-03 12:31:08 +02:00
jjgarcia
a072c1dc88 Hack to avoid the problem of tanf(PI/4) overflowing in GLIBC. 2008-08-03 08:36:51 +00:00
Juan Jose Garcia Ripoll
6de4c9e89b Hack to avoid the problem of tanf(PI/4) overflowing in GLIBC. 2008-08-03 10:36:05 +02:00
jjgarcia
f83ba9a73d Increased precision and fixed problems with long-float/long double and special functions 2008-08-02 18:31:10 +00:00
jjgarcia
2ef8b05d4b Added support for long double types in the compiler 2008-08-02 18:30:48 +00:00
Juan Jose Garcia Ripoll
662bae2a57 Increased precision and fixed problems with long-float/long double and special functions 2008-08-02 20:30:03 +02:00
Juan Jose Garcia Ripoll
037e2776b6 Added support for long double types in the compiler 2008-08-02 20:29:27 +02:00
jjgarcia
860d38f2bb Upgrading of imaginary part in a complex number did not work if the real part had type long-float 2008-08-02 18:19:39 +00:00
Juan Jose Garcia Ripoll
53ab1d6ac1 Upgrading of imaginary part in a complex number did not work if the real part had type long-float 2008-08-02 20:19:18 +02:00
jjgarcia
1b9b2d0720 CONJUGATE did not support long double types 2008-08-02 17:57:59 +00:00
Juan Jose Garcia Ripoll
4048d32c56 CONJUGATE did not support long double types 2008-08-02 19:57:34 +02:00
jjgarcia
76644282f3 Log last change related to floats 2008-08-02 16:26:25 +00:00
Juan Jose Garcia Ripoll
2456834dc3 Log last change related to floats 2008-08-02 18:26:07 +02:00
jjgarcia
ebefa6ed13 Increased precision of PI 2008-08-02 16:24:34 +00:00
Juan Jose Garcia Ripoll
b833ca00c6 Increased precision of PI 2008-08-02 18:24:05 +02:00
jjgarcia
ad286a7901 The definitions of long-/double-float-epsilon were interchanged 2008-08-02 15:46:04 +00:00
Juan Jose Garcia Ripoll
fe9aae054c The definitions of long-/double-float-epsilon were interchanged 2008-08-02 17:45:41 +02:00
jjgarcia
8fbb21dc06 Fixed typo in the name of a socket option. 2008-08-02 15:29:00 +00:00
Juan Jose Garcia Ripoll
ee6ae69aca Fixed typo in the name of a socket option. 2008-08-02 17:28:39 +02:00
jjgarcia
37923e4ac5 Fixed ATAN for builds without long floats. PI has to be of type LONG-FLOAT 2008-08-02 15:25:58 +00:00
Juan Jose Garcia Ripoll
7e3a1c3331 Fixed ATAN for builds without long floats. PI has to be of type LONG-FLOAT 2008-08-02 17:25:37 +02:00
jjgarcia
2872c6252d Improved computation of closures 2008-08-02 15:23:25 +00:00
jjgarcia
29907ce57c Increased accuracy of SIN, SINH and ATAN when working with long floats 2008-08-02 15:23:11 +00:00
Juan Jose Garcia Ripoll
8bf6b9117e Improved computation of closures 2008-08-02 17:22:22 +02:00
Juan Jose Garcia Ripoll
4cbc223f1a Increased accuracy of SIN, SINH and ATAN when working with long floats 2008-08-02 17:22:03 +02:00
jjgarcia
a23460d397 SIN and SINH, when applied on long doubles, used only float accuracy. 2008-08-02 14:33:54 +00:00
Juan Jose Garcia Ripoll
298e0f88e7 SIN and SINH, when applied on long doubles, used only float accuracy. 2008-08-02 16:33:19 +02:00
jjgarcia
cad1580f7e In windows there is no isfinite(), normally. 2008-08-02 14:27:56 +00:00
Juan Jose Garcia Ripoll
404b1640ca In windows there is no isfinite(), normally. 2008-08-02 16:27:20 +02:00
Juan Jose Garcia Ripoll
383a0a8bd8 Merged conflict solved 2008-08-02 15:40:37 +02:00
jjgarcia
543b954b84 ERROR is a macro in MSVC 2008-08-02 10:00:22 +00:00