Abdulaziz Ghuloum
|
ae9d095527
|
- fixed bug in printing "-0.0i" on some archs (cygwin, solaris,
etc.)
- fixed bug reading non-ascii strings in 64-bit mode.
|
2008-11-01 15:13:27 -04:00 |
Abdulaziz Ghuloum
|
fd567eb0c6
|
- fasl reader did not know how to read strings containing unicode
chars, fixed.
|
2008-10-14 02:28:46 -04:00 |
Abdulaziz Ghuloum
|
9b74020647
|
fixed a bug in fasl reader for shared/cyclic data structures.
|
2008-07-30 17:28:33 -07:00 |
Abdulaziz Ghuloum
|
4f48c55bfc
|
all existing tests pass under 64-bit
|
2008-07-19 14:41:06 -07:00 |
Abdulaziz Ghuloum
|
8827b98972
|
fasl reader/writer now understands complex numbers.
|
2008-05-21 00:40:42 -07:00 |
Abdulaziz Ghuloum
|
1943212436
|
- Added tests for fasl objects
- fasl-read can now read bignums, flonums, and ratnums.
|
2008-03-09 00:25:03 -05:00 |
Abdulaziz Ghuloum
|
e36b0029f6
|
Fixes bug 194259. R6RS records can now be written and read back
through fasl-write and fasl-read.
|
2008-02-26 03:53:00 -05:00 |
Abdulaziz Ghuloum
|
81f6c50341
|
fixed struct initialization problem in fasl-read.
|
2008-02-18 23:37:01 -05:00 |
Abdulaziz Ghuloum
|
405c7dc9e2
|
fixed a missing put-mark call in fasl-read.
|
2008-02-18 23:26:54 -05:00 |
Abdulaziz Ghuloum
|
8564000d0d
|
ikarus --compile-dependencies seems to be working now.
|
2008-02-18 22:05:29 -05:00 |
Abdulaziz Ghuloum
|
fa08c543bb
|
library records now cache expanded code.
|
2008-02-18 19:15:47 -05:00 |
Abdulaziz Ghuloum
|
163809f667
|
Ikarus can now compile, save, and reload a simple hello-world library.
|
2008-02-18 02:02:00 -05:00 |
Abdulaziz Ghuloum
|
30aae80c5d
|
removed all symbolicly linked files.
|
2008-02-14 17:45:15 -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
|
8c0563b2d3
|
fixes bug 173369: errors are supposed to be &assertion
|
2007-12-15 08:22:49 -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 |