Abdulaziz Ghuloum
|
f6b35c4506
|
Fixes bug 191659: add1 and sub1 are slow
|
2008-02-13 18:12:00 -05:00 |
Abdulaziz Ghuloum
|
08fda34ebe
|
Added a single argument (fx- n) case that was missing.
|
2008-02-12 16:43:15 -05:00 |
Abdulaziz Ghuloum
|
bde9000c06
|
fx- now checks for overflow.
|
2008-02-12 15:03:43 -05:00 |
Abdulaziz Ghuloum
|
1683997a12
|
fx* now detects overflow.
|
2008-02-12 14:46:18 -05:00 |
Abdulaziz Ghuloum
|
f6e5e4d5b4
|
Added -m32 to CFLAGS/LDFLAGS, updated copyright dates and version no.
|
2008-01-29 00:34:34 -05:00 |
Abdulaziz Ghuloum
|
b2d67a552d
|
number->string now returns a fresh string for 0.
|
2007-12-30 18:37:37 -05:00 |
Abdulaziz Ghuloum
|
8c0563b2d3
|
fixes bug 173369: errors are supposed to be &assertion
|
2007-12-15 08:22:49 -05:00 |
Abdulaziz Ghuloum
|
42866c21c3
|
* Added fxfirst-bit-set.
|
2007-11-15 06:33:21 -05:00 |
Abdulaziz Ghuloum
|
9c8bf4f5c7
|
* Added fxdiv0, fxmod0, and fxdiv0-and-mod0
|
2007-11-11 21:52:27 -05:00 |
Abdulaziz Ghuloum
|
e48c2e17c1
|
* Added fxdiv, fxmod, fxdiv-and-mod.
|
2007-11-11 20:43:59 -05:00 |
Abdulaziz Ghuloum
|
df46913530
|
* Partial fix for bug 160780: missing 2 and 3 arg forms of number->string
- second argument is implemented, precision is yet to be done.
|
2007-11-07 22:28:42 -05:00 |
Abdulaziz Ghuloum
|
75705649e2
|
* fixnum->string now takes an extra radix (in 2 8 10 16) argument.
|
2007-11-07 20:02:32 -05:00 |
Abdulaziz Ghuloum
|
6f576dc224
|
* Added license stubs to all *.ss and *.[ch] files.
|
2007-10-25 16:27:34 -04:00 |
Abdulaziz Ghuloum
|
b640d98cbc
|
* removed formatted errors from all source codes.
|
2007-10-25 14:32:26 -04:00 |
Abdulaziz Ghuloum
|
fdb664b61c
|
renamed:
src/scheme => scheme
|
2007-10-17 20:07:10 -04:00 |