Abdulaziz Ghuloum
|
9d8ceef99f
|
* Added rationalize
|
2007-09-12 00:57:04 -04:00 |
Abdulaziz Ghuloum
|
2692897900
|
* list* is gone. All references renamed to cons*.
|
2007-09-09 23:41:12 -04:00 |
Abdulaziz Ghuloum
|
2c2b3eb1f1
|
* Added procedure-annotation primitive that returns the annotation
object stored in the closure's code.
|
2007-09-04 20:18:11 -04:00 |
Abdulaziz Ghuloum
|
50dcf3a11f
|
* disp-code-data changed from 16 to 24 in order to allow for future
code annotations.
|
2007-09-04 19:16:43 -04:00 |
Abdulaziz Ghuloum
|
dd1634e755
|
* $fixnum->flonum now works.
|
2007-06-18 14:29:39 +03:00 |
Abdulaziz Ghuloum
|
1750aba832
|
* The CODE/digit assembly helper now accepts imm,imm memory reference.
|
2007-06-16 12:08:38 +03:00 |
Abdulaziz Ghuloum
|
3f3767800d
|
* Added $fl=, $fl<, $fl>, $fl<=, $fl>= primops.
|
2007-06-15 12:19:28 +03:00 |
Abdulaziz Ghuloum
|
3acdcb6c04
|
* Added native support for $fl+, $fl-, $fl*, $fl/
|
2007-06-15 08:53:34 +03:00 |
Abdulaziz Ghuloum
|
a5dbb8f45d
|
* Can load altcogen.
|
2007-06-03 04:55:40 +03:00 |
Abdulaziz Ghuloum
|
580481d8fc
|
* The runtime system can now open gzipped bootfiles in addition to
uncompressed fasl files.
|
2007-05-22 17:56:15 -04:00 |
Abdulaziz Ghuloum
|
85944a2cff
|
* Added utf8-bytevector->string decoder
|
2007-05-18 20:18:55 -04:00 |
Abdulaziz Ghuloum
|
10f5e53338
|
* foreign procedures are now represented as bytevectors instead of
strings.
|
2007-05-18 18:55:20 -04:00 |
Abdulaziz Ghuloum
|
026f786bf9
|
* added current-library-collection and library-name to
ikarus.system.$bootstrap
|
2007-05-15 10:18:58 -04:00 |
Abdulaziz Ghuloum
|
6bdb50004a
|
* incremental step towards loading a fresh compiler for
bootstrapping.
|
2007-05-15 08:56:22 -04:00 |
Abdulaziz Ghuloum
|
d58f15b14c
|
* added code? to the compiler.
|
2007-05-06 22:48:10 -04:00 |
Abdulaziz Ghuloum
|
e976ee649b
|
* cleanip of intel-assembler.ss
|
2007-05-06 18:24:25 -04:00 |
Abdulaziz Ghuloum
|
facdfd959f
|
renamed:
src/libcompile.ss => src/ikarus.compiler.ss
src/libintelasm.ss => src/ikarus.intel-assembler.ss
|
2007-05-05 21:18:41 -04:00 |