Abdulaziz Ghuloum
|
890dd348b2
|
* fasl files now may contain ascii strings as a special type in
order to reduce the size of the fasl file. Gains: reduces the
size of the current boot file from 2.9M down to 2.5M.
|
2007-05-21 23:09:45 -04:00 |
Abdulaziz Ghuloum
|
9f1e3dcb0b
|
* Added numerator and denominator.
|
2007-05-21 19:54:36 -04:00 |
Abdulaziz Ghuloum
|
b1a6668060
|
* Added lcm.
|
2007-05-21 19:49:23 -04:00 |
Abdulaziz Ghuloum
|
e78c0f3a78
|
* Added gcd
|
2007-05-21 19:35:16 -04:00 |
Abdulaziz Ghuloum
|
23769d5b09
|
* Added ratnum? to (ikarus).
* Modified some definitions of the numeric predicates to recognize
ratnums.
|
2007-05-20 23:23:54 -04:00 |
Abdulaziz Ghuloum
|
aa98df6c4c
|
moving to a new numeric reading algorithm.
added:
src/tests/reader.ss
|
2007-05-20 13:11:33 -04:00 |
Abdulaziz Ghuloum
|
862871a787
|
* bignum->string now uses bytevectors as intermediate rep.
|
2007-05-18 22:08:45 -04:00 |
Abdulaziz Ghuloum
|
691a42fe4e
|
* string->flonum now uses bytevectors as intermediate rep.
|
2007-05-18 22:01:04 -04:00 |
Abdulaziz Ghuloum
|
7ca0ddfa81
|
* flonum->string now uses a bytevector as the intermediate buffer.
|
2007-05-18 21:52:04 -04:00 |
Abdulaziz Ghuloum
|
4062b00c29
|
* Added bytevector-uint-ref, bytevector-sint-ref, bytevector->uint-list,
and bytevector->sint-list
|
2007-05-15 19:27:36 -04:00 |
Abdulaziz Ghuloum
|
c85495a4f2
|
* added positive?
|
2007-05-11 23:14:23 -04:00 |
Abdulaziz Ghuloum
|
457ed6aa4b
|
* removed uses of fx primitives from ikarus.syntax.ss
|
2007-05-09 11:26:26 -04:00 |
Abdulaziz Ghuloum
|
e3ddd4d0e6
|
* added the $unbound-object? prim to the (ikarus system $symbols)
library.
|
2007-05-06 18:43:04 -04:00 |
Abdulaziz Ghuloum
|
38105f68fe
|
* moved string->number to ikarus.numerics
|
2007-05-05 06:23:03 -04:00 |
Abdulaziz Ghuloum
|
a334a2443b
|
* moved (ikarus fixnums) to its own file ikarus.fixnums.ss
|
2007-05-05 04:20:42 -04:00 |
Abdulaziz Ghuloum
|
7e421bb907
|
* moved fxadd1 and fxsub1 to ikarus.fixnums
|
2007-05-05 04:19:18 -04:00 |
Abdulaziz Ghuloum
|
3dde7f6c1a
|
* string-ref moved to ikarus.strings.
|
2007-05-05 03:46:26 -04:00 |
Abdulaziz Ghuloum
|
2931c3e769
|
* moving all tag predicates to their own library (ikarus predicates)
|
2007-05-05 03:24:33 -04:00 |
Abdulaziz Ghuloum
|
39dd690164
|
* fxzero? moved to ikarus.fixnums
|
2007-05-05 03:21:45 -04:00 |
Abdulaziz Ghuloum
|
897f6f3596
|
* ikarus.guardians.ss now exports its primitives.
|
2007-05-05 03:03:50 -04:00 |
Abdulaziz Ghuloum
|
b4659ec599
|
* ikarus.numerics.ss now exports its identifiers.
|
2007-05-05 03:01:12 -04:00 |
Abdulaziz Ghuloum
|
6b327d7892
|
* (ikarus flonums) now exports its prims.
|
2007-05-05 02:34:37 -04:00 |