chibi-scheme/lib/chibi
Alex Shinn 77f2990f28 factoring (chibi posix) into filesystem, process and time modules.
the time module is garbage, because libc time handling is garbage.
the signal handling is still experimental, use at your own risk.
still need a host module for user/group and other host information.
2009-12-25 21:11:56 +09:00
..
loop using ER let-keyword-form, removing match dependency 2009-12-12 16:58:31 +09:00
match simplifying code 2009-12-12 16:51:50 +09:00
ast.c adding extra lambda accessors to ast lib 2009-12-12 16:30:06 +09:00
ast.module adding extra lambda accessors to ast lib 2009-12-12 16:30:06 +09:00
filesystem.module factoring (chibi posix) into filesystem, process and time modules. 2009-12-25 21:11:56 +09:00
filesystem.scm factoring (chibi posix) into filesystem, process and time modules. 2009-12-25 21:11:56 +09:00
filesystem.stub factoring (chibi posix) into filesystem, process and time modules. 2009-12-25 21:11:56 +09:00
heap-stats.c adding heap-dump utility for outputting the contents of the heap 2009-12-21 16:17:37 +09:00
heap-stats.module adding heap-dump utility for outputting the contents of the heap 2009-12-21 16:17:37 +09:00
loop.module adding import-immutable to minimize heap usage 2009-12-20 16:08:19 +09:00
macroexpand.module adding import-immutable to minimize heap usage 2009-12-20 16:08:19 +09:00
macroexpand.scm expanding internal defines in lambdas 2009-12-12 16:02:38 +09:00
match.module adding import-immutable to minimize heap usage 2009-12-20 16:08:19 +09:00
net.module adding import-immutable to minimize heap usage 2009-12-20 16:08:19 +09:00
net.scm adding initial stubber with partial posix and net modules 2009-11-30 04:07:57 +09:00
net.stub adding parent links to cpointers to prevent freeing shared structures 2009-12-05 17:17:55 +09:00
pathname.module adding import-immutable to minimize heap usage 2009-12-20 16:08:19 +09:00
pathname.scm adding abstract pathname module 2009-12-12 17:00:57 +09:00
process.module factoring (chibi posix) into filesystem, process and time modules. 2009-12-25 21:11:56 +09:00
process.stub factoring (chibi posix) into filesystem, process and time modules. 2009-12-25 21:11:56 +09:00
time.module factoring (chibi posix) into filesystem, process and time modules. 2009-12-25 21:11:56 +09:00
time.stub factoring (chibi posix) into filesystem, process and time modules. 2009-12-25 21:11:56 +09:00
uri.module adding import-immutable to minimize heap usage 2009-12-20 16:08:19 +09:00
uri.scm adding uri module from hato 2009-12-12 17:23:32 +09:00