Alex Shinn
|
925118b9f3
|
Adding thread-list to get a list of all running threads.
This conses a new list for safety (not sharing with the scheduler)
and so is not a cheap operation if many threads are running.
|
2013-07-07 16:38:28 +09:00 |
|
Alex Shinn
|
41bf531485
|
Adding various environment and core AST accessors needed for the pure-scheme eval.
|
2013-04-07 20:10:42 +09:00 |
|
Alex Shinn
|
8cd7b9a265
|
Adding file-descriptor type to (chibi ast).
|
2013-03-03 16:52:57 +09:00 |
|
Alex Shinn
|
6917cdabfb
|
Adding Complex type definition to (chibi ast).
|
2013-02-28 22:35:51 +09:00 |
|
Alex Shinn
|
08a5a2e0e8
|
Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility.
|
2012-10-14 22:11:47 +09:00 |
|
Alex Shinn
|
5013c0fdcb
|
moving pair-source and pair-source-set! into the core
|
2012-06-24 14:36:45 -07:00 |
|
Alex Shinn
|
85a7efc003
|
automatically making sockets non-blocking on accept
|
2012-05-14 08:37:45 -04:00 |
|