Juan Jose Garcia Ripoll
|
ab584e8f34
|
Sockets must be closed using closesocket in Windows
|
2008-08-19 13:43:47 +02:00 |
|
Juan Jose Garcia Ripoll
|
3156f99dff
|
Externalize packages using FIND-PACKAGE
|
2008-08-19 13:30:31 +02:00 |
|
Juan Jose Garcia Ripoll
|
c38aa61ea1
|
Note latest changes
|
2008-08-19 12:25:06 +02:00 |
|
Juan Jose Garcia Ripoll
|
0652098893
|
Deactivate 'asmapply' by default because it is still unstable
|
2008-08-19 12:23:22 +02:00 |
|
Juan Jose Garcia Ripoll
|
57efb13391
|
The optimizer for COERCE may enter an infinite loop with integer ranges
|
2008-08-19 12:22:42 +02:00 |
|
Juan Jose Garcia Ripoll
|
88251744a1
|
Hash reader macros #n# and #n=# break with specialized arrays
|
2008-08-19 12:22:18 +02:00 |
|
Juan Jose Garcia Ripoll
|
ec5647915a
|
DEFCONSTANT cannot have implicit compile-time side effects because it breaks our constants that use FFI
|
2008-08-19 12:21:58 +02:00 |
|
Juan Jose Garcia Ripoll
|
a0d259d0ad
|
DEFCONSTANT now has compile time side effects
|
2008-08-19 10:13:23 +02:00 |
|
Juan Jose Garcia Ripoll
|
44ae1b6b06
|
Solved conflicts
|
2008-08-07 09:40:59 +02:00 |
|
jjgarcia
|
28f0b90e25
|
Improved the code for using a smaller stack frame.
|
2008-08-05 21:22:18 +00:00 |
|
Juan Jose Garcia Ripoll
|
cea20845e4
|
Improved the code for using a smaller stack frame.
|
2008-08-05 23:19:22 +02:00 |
|
jjgarcia
|
808927c054
|
Do not pass more than 63 arguments in the C stack.
|
2008-08-05 14:08:15 +00:00 |
|
Juan Jose Garcia Ripoll
|
8e762ec2fa
|
Do not pass more than 63 arguments in the C stack.
|
2008-08-05 16:07:38 +02:00 |
|
jjgarcia
|
7c2f63ea47
|
In miwng32, replace dllwrap with gcc -shared
|
2008-08-04 20:57:51 +00:00 |
|
jjgarcia
|
a34a91df3a
|
One more use of dllwrap had to be made quieter.
|
2008-08-04 18:07:16 +00:00 |
|
Juan Jose Garcia Ripoll
|
5b7a07782d
|
One more use of dllwrap had to be made quieter.
|
2008-08-04 20:06:50 +02:00 |
|
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
|
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 |
|
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 |
|