Abdulaziz Ghuloum
|
d8183bf27a
|
* Added real->flonum
|
2007-11-11 01:13:09 -05:00 |
Abdulaziz Ghuloum
|
62c0643c19
|
* Added bitwise-not.
|
2007-11-08 20:57:11 -05:00 |
Abdulaziz Ghuloum
|
6e6c9c9c1b
|
* Added bitwise-and
|
2007-11-08 19:18:37 -05:00 |
Abdulaziz Ghuloum
|
cd3d4ab77a
|
* Fixed bug 160975: flabs is broken
- flabs had reversed comparison (negating the positive instead of
the negative), fixed.
- abs was also broken around -0.0, fixed.
|
2007-11-08 13:16:26 -05:00 |
Abdulaziz Ghuloum
|
82c3e568c7
|
* Fixed bug 160972: fltruncate throws "not a procedure"
|
2007-11-08 12:15:28 -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
|
ca25f972fc
|
* Added missing automake/autoconf files.
|
2007-11-07 18:04:59 -05:00 |
Abdulaziz Ghuloum
|
90a243ee63
|
* Fixed bug 160101: modulo produces "BUG: unsupported"
|
2007-11-05 02:24:39 -05:00 |
Abdulaziz Ghuloum
|
b27bb61802
|
* Fixed some parts of bug 160101: modulo produces "BUG: unsupported"
* Modulo still fails on two bignum arguments, will fix later.
|
2007-11-04 23:01:41 -05:00 |
Abdulaziz Ghuloum
|
8a45a5fe08
|
* Added real-part and imag-part stubs.
* string->number now supports a second radix argument, but the
argument can only be 10.
|
2007-11-04 16:28:16 -05:00 |
Abdulaziz Ghuloum
|
81f6439b3c
|
Fixed bug 159865: Expt fails on floats and rationals.
|
2007-11-04 10:24:08 -05:00 |
Abdulaziz Ghuloum
|
186639d091
|
* "/" was producing "BUG:" report when given non-numebrs.
It now produced a better error message.
|
2007-10-31 21:01:39 -04: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 |