Abdulaziz Ghuloum
|
5007ef2d20
|
* Fixed linux build options in makefile.
|
2007-09-09 20:58:47 -04:00 |
Abdulaziz Ghuloum
|
2d9f5377ae
|
* Some fixes to the runtime system.
modified:
bin/ikarus
bin/ikarus-fasl.c
bin/ikarus-main.c
bin/ikarus-runtime.c
src/ikarus.boot
|
2007-08-29 01:45:10 -04:00 |
Abdulaziz Ghuloum
|
d68e4283b9
|
* Added symlinks.
added:
src/ikarus/
src/ikarus/code-objects.ss@
src/ikarus/compiler.ss@
src/ikarus/fasl/
src/ikarus/fasl/write.ss@
src/ikarus/intel-assembler.ss@
|
2007-08-28 21:27:37 -04:00 |
Abdulaziz Ghuloum
|
d1221276b9
|
Added vector-for-each
|
2007-08-28 17:24:53 -04:00 |
Abdulaziz Ghuloum
|
182de12428
|
* cleaned up some uses of naked strings in the runtime system.
|
2007-05-19 14:13:51 -04:00 |
Abdulaziz Ghuloum
|
599f68aa84
|
* Ikarus now handles interrupts (e.g. ^C) by signalling an error
when an interrupt occurs.
|
2006-12-24 11:24:53 +03:00 |
Abdulaziz Ghuloum
|
7fed78fa9d
|
An alt-stack and interrupt-handler are added to ikarus-main.c. When
an interrupt occurs, the engine_ticks is set to 1 and the
interrupted field is set to 1 in the pcb.
|
2006-12-24 09:43:20 +03:00 |
Abdulaziz Ghuloum
|
d7565580bf
|
added intel docs
|
2006-12-07 01:38:04 -05:00 |
Abdulaziz Ghuloum
|
d04eb83cf3
|
Added PATH search.
* If argv[0] contains a '/', then we look for argv[0]++".boot"
* Otherwise, search the path[i] for where argv[0] came from and
append ".boot" to that.
|
2006-12-01 11:18:01 -05:00 |
Abdulaziz Ghuloum
|
5bb14cad6e
|
renamed:
runtime => bin
src => lib
|
2006-12-01 10:40:21 -05:00 |