Abdulaziz Ghuloum
|
ca6b181fa1
|
added pointer-value as a first-class primitive.
|
2008-12-05 01:48:49 -05:00 |
Abdulaziz Ghuloum
|
c3b12a22e8
|
the repl now resets on receiving &interrupted conditions.
|
2008-07-12 20:05:45 -07:00 |
Abdulaziz Ghuloum
|
e65b39d95d
|
All parameters that are bound to variables now have proper names.
E.g., pretty-width now prints as #<procedure pretty-width>.
|
2008-06-19 01:58:59 -07:00 |
Abdulaziz Ghuloum
|
d8cd4f0acf
|
Added engine-handler parameter and a ($swap-engine-counter! <neg-fx>)
to (ikarus system $interrupts).
|
2008-04-29 00:10:49 -04:00 |
Abdulaziz Ghuloum
|
30bc1b7be9
|
apply error now shows the procedure before the number of args.
|
2008-03-25 22:15:10 -04: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
|
0e38534d2e
|
New IO layer is installed. Still buggy in some area but can be used
for bootstrapping at least.
|
2007-12-10 07:28:03 -05:00 |
Abdulaziz Ghuloum
|
c6b66f8661
|
Added a system library (ikarus system interrupts) that exports:
make-interrupted-condition and interrupted-condition?
|
2007-11-19 16:50:31 -05:00 |
Abdulaziz Ghuloum
|
3a3bc7dcc1
|
* keyboard interrupts are now continuable.
|
2007-11-15 13:40:36 -05:00 |
Abdulaziz Ghuloum
|
7783cef318
|
* Fixed typo in "incorrect number of arguments" (added "s").
|
2007-11-06 17:29:25 -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
|
4141d699c5
|
* Fixed a bug that caused record-predicates to segfault.
* Added condition printers.
|
2007-10-25 02:19:53 -04:00 |
Abdulaziz Ghuloum
|
fdb664b61c
|
renamed:
src/scheme => scheme
|
2007-10-17 20:07:10 -04:00 |