Abdulaziz Ghuloum
|
7fdeade412
|
Added console-error-port procedure and redirected all error output
to it.
|
2007-12-10 07:40:34 -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
|
6faba94b11
|
* Unhandled exceptions are now sent to (standard-error-port) instead
of (console-output-port).
|
2007-11-04 14:53:36 -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
|
dab2b74189
|
* Added print-condition procedure which now prints an ugly message.
|
2007-10-24 00:24:38 -04:00 |
Abdulaziz Ghuloum
|
6853d2f750
|
* error now calls raise after constructing a proper condition object.
* old "error-handler" parameter is gone.
* new-cafe now uses with-exception-handler to trap errors.
|
2007-10-23 23:55:57 -04:00 |
Abdulaziz Ghuloum
|
fdb664b61c
|
renamed:
src/scheme => scheme
|
2007-10-17 20:07:10 -04:00 |