- Jul 13, 2007
- Jul 12, 2007
- Jul 09, 2007
- Jul 08, 2007
-
-
fgilham authored
-
- Jul 07, 2007
- Jul 06, 2007
-
-
cshapiro authored
-
- Jun 27, 2007
-
-
rtoy authored
-
rtoy authored
o Add some declarations in various places to get rid of some warnings. o Rearrange DD-%ASIN to get rid of some warnings. o Declare the type of DD-%SIN, DD-%COS, and DD-%TAN because cmucl doesn't compute the correct return type.
-
rtoy authored
o Add INHIBIT-WARNINGS for the core double-double routines to get rid of warnings about boxing numbers. I'm pretty sure the routines are all doing what they're supposed to do.
-
cshapiro authored
pre-processor macros. Also, use the more compatible .globl rather than .global and enliminate the unused eight byte alignment macro.
-
- Jun 25, 2007
- Jun 22, 2007
-
-
rtoy authored
of them. Use hash tables instead of an alists for holding and constructing the necessary objects. This can vastly speed up the reader in some cases. But unfortunately it slows down the reader when the circular structure is "small". Some care has been taken not to make the reader slow when there are now #= constructs. This is based on a patch from Jared Davis. reader.lisp: o Add the new hash tables and initialize them appropriately. sharpm.lisp: o Update #= and ## macros to use the new hash tables.
-
- Jun 21, 2007
- Jun 20, 2007
- Jun 12, 2007
-
-
cshapiro authored
-