chibi-scheme/lib/chibi
Alex Shinn 6fe11ffcd1 Renaming all USE_ settings and all OP_, OPC_ and CORE_ enums
to have an SEXP_ prefix.  Now all values from the headers
are prefixed with either sexp_ or SEXP_, important for ease
of embedding.  "make USE_BOEHM=1" still works as an alias
for "make SEXP_USE_BOEHM=1".

Sorry if this patch breaks your code, it had to be done
sooner or later.
2009-12-18 15:58:23 +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
heap-stats.c adding heap-stats module (hackers only, not built by default) 2009-12-14 14:34:46 +09:00
heap-stats.module adding heap-stats module (hackers only, not built by default) 2009-12-14 14:34:46 +09:00
loop.module using ER let-keyword-form, removing match dependency 2009-12-12 16:58:31 +09:00
macroexpand.module adding initial macroexpand utility 2009-12-06 23:17:37 +09:00
macroexpand.scm expanding internal defines in lambdas 2009-12-12 16:02:38 +09:00
match.module using relative paths for include files 2009-11-28 17:44:47 +09:00
net.module adding initial stubber with partial posix and net modules 2009-11-30 04:07:57 +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 abstract pathname module 2009-12-12 17:00:57 +09:00
pathname.scm adding abstract pathname module 2009-12-12 17:00:57 +09:00
posix.module Renaming all USE_ settings and all OP_, OPC_ and CORE_ enums 2009-12-18 15:58:23 +09:00
posix.scm adding directory-files to posix module 2009-12-02 03:51:39 +09:00
posix.stub Renaming all USE_ settings and all OP_, OPC_ and CORE_ enums 2009-12-18 15:58:23 +09:00
uri.module adding uri module from hato 2009-12-12 17:23:32 +09:00
uri.scm adding uri module from hato 2009-12-12 17:23:32 +09:00