Abdulaziz Ghuloum
a99c8d5461
* reimplemented (quasisyntax body) by expanding it to
...
(syntax-case (list expr* ...) ()
[(var? ...) #'body])
where expr* are the unquoted expressions and var? are the
generated names that are simultaneously inserted in body.
2007-09-09 23:08:26 -04:00
Abdulaziz Ghuloum
af9798e9be
* Better handling of multi-byte read-char.
2007-06-02 05:17:22 +03:00
Abdulaziz Ghuloum
18777b192d
* Fixed a bug that caused interrupts to write the contents of the
...
output buffer twice.
2007-05-14 18:16:00 -04:00
Abdulaziz Ghuloum
008457c5f8
* top-level-value error now prints the names of the symbol using ~a
...
instead of ~s.
2007-05-11 20:45:15 -04:00
Abdulaziz Ghuloum
a0c81d9ce7
* moved some prims to (ikarus system $interrupts)
2007-05-06 20:15:49 -04:00
Abdulaziz Ghuloum
eb5770e079
* moved misc things to (ikarus system $junkyard)
2007-05-06 20:04:26 -04:00
Abdulaziz Ghuloum
fcf401b076
* removed import of (scheme) from ikarus.handlers
2007-05-06 18:21:13 -04:00
Abdulaziz Ghuloum
28e5c26cee
* moving on from (ikarus system handlers)
2007-05-04 11:59:03 -04:00
Abdulaziz Ghuloum
393ee8fbab
* ikarus.handlers.ss is now complete
2007-05-04 11:38:39 -04:00
Abdulaziz Ghuloum
a97798b598
* working through the handlers library
2007-05-04 11:25:04 -04:00
Abdulaziz Ghuloum
90ae8b65fb
* (ikarus system parameters) is good to go
2007-05-04 11:16:42 -04:00
Abdulaziz Ghuloum
19b1df212f
renamed:
...
src/libhandlers.ss => src/ikarus.handlers.ss
2007-05-04 09:30:05 -04:00