..
char-set
Removing base exports from (chibi char-set ascii) exports.
2013-01-04 23:38:13 +09:00
io
Adding start/end parameters to string<->utf8.
2012-11-11 15:35:35 +09:00
iset
Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility.
2012-10-14 22:11:47 +09:00
loop
length now requires a proper list.
2012-07-21 19:22:56 +09:00
match
Using cond-expand for faster match-check-ellipsis and match-check-identifier in Chibi.
2013-04-05 20:36:40 +09:00
net
The guard-like macro in the core language is now called protect.
2013-06-15 18:43:44 +09:00
optimize
The global ABI error object needs to be an immediate, since if
2013-02-10 16:38:18 +09:00
parse
Better error handling for parsers.
2013-06-04 04:26:01 +09:00
term
The guard-like macro in the core language is now called protect.
2013-06-15 18:43:44 +09:00
accept.c
automatically making sockets non-blocking on accept
2012-05-14 08:37:45 -04:00
app.scm
Adding general chibi application interface.
2012-12-13 10:36:53 +09:00
app.sld
Adding general chibi application interface.
2012-12-13 10:36:53 +09:00
ast.c
Wrapping continuable exceptions in specially tagged exceptions rather than pairs.
2013-06-15 17:47:37 +09:00
ast.scm
Adding (scheme cxr) library, removing all other references to c[ad]{3,4]r.
2012-05-20 15:16:11 +09:00
ast.sld
Adding various environment and core AST accessors needed for the pure-scheme eval.
2013-04-07 20:10:42 +09:00
base64.scm
Making chibi's write-string agree with R7RS.
2012-11-11 15:13:47 +09:00
base64.sld
Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility.
2012-10-14 22:11:47 +09:00
channel.scm
automatically making sockets non-blocking on accept
2012-05-14 08:37:45 -04:00
channel.sld
Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility.
2012-10-14 22:11:47 +09:00
char-set.sld
Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility.
2012-10-14 22:11:47 +09:00
config.scm
Adding initial config library.
2012-12-13 10:35:55 +09:00
config.sld
Adding initial config library.
2012-12-13 10:35:55 +09:00
disasm.c
The global ABI error object needs to be an immediate, since if
2013-02-10 16:38:18 +09:00
disasm.sld
Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility.
2012-10-14 22:11:47 +09:00
doc.scm
The guard-like macro in the core language is now called protect.
2013-06-15 18:43:44 +09:00
doc.sld
Adding procedure-docs and print-procedure-docs.
2013-06-10 22:11:09 +09:00
equiv.scm
Better initial defaults for equality bounds checking.
2013-01-26 23:42:22 +09:00
equiv.sld
Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility.
2012-10-14 22:11:47 +09:00
filesystem.scm
delete-file raises a file-error on failure.
2012-12-04 20:09:21 +09:00
filesystem.sld
Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility.
2012-10-14 22:11:47 +09:00
filesystem.stub
get/set-file-descriptor-flags/status[!] now accept port arguments
2012-12-31 00:27:03 +09:00
generic.scm
Adding (scheme cxr) library, removing all other references to c[ad]{3,4]r.
2012-05-20 15:16:11 +09:00
generic.sld
Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility.
2012-10-14 22:11:47 +09:00
heap-stats.c
The global ABI error object needs to be an immediate, since if
2013-02-10 16:38:18 +09:00
heap-stats.sld
Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility.
2012-10-14 22:11:47 +09:00
highlight.scm
The guard-like macro in the core language is now called protect.
2013-06-15 18:43:44 +09:00
highlight.sld
Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility.
2012-10-14 22:11:47 +09:00
io.sld
Making chibi's write-string agree with R7RS.
2012-11-11 15:13:47 +09:00
iset.sld
fixing iset cursors to do proper in-order traversal
2012-06-12 23:02:10 +09:00
loop.sld
Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility.
2012-10-14 22:11:47 +09:00
match.sld
Removing length* references in match, making match.sld portable R7RS.
2012-11-28 21:30:12 +09:00
mime.scm
Adding (scheme cxr) library, removing all other references to c[ad]{3,4]r.
2012-05-20 15:16:11 +09:00
mime.sld
Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility.
2012-10-14 22:11:47 +09:00
modules.scm
Fixing module? predicate for export-all modules.
2013-03-04 23:33:35 +09:00
modules.sld
Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility.
2012-10-14 22:11:47 +09:00
net.scm
Fixing open-net-io to include socket in list of results.
2012-10-15 20:12:57 +09:00
net.sld
Exporting sockaddr and addrinfo.
2013-05-30 08:09:05 +09:00
net.stub
automatically making sockets non-blocking on accept
2012-05-14 08:37:45 -04:00
optimize.scm
automatically making sockets non-blocking on accept
2012-05-14 08:37:45 -04:00
optimize.sld
Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility.
2012-10-14 22:11:47 +09:00
optional.scm
Adding let-optionals* to core as recommended way of handling optional arguments.
2012-10-21 17:22:16 +09:00
optional.sld
Adding let-optionals* to core as recommended way of handling optional arguments.
2012-10-21 17:22:16 +09:00
parse.sld
Better error handling for parsers.
2013-06-04 04:26:01 +09:00
pathname.scm
automatically making sockets non-blocking on accept
2012-05-14 08:37:45 -04:00
pathname.sld
Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility.
2012-10-14 22:11:47 +09:00
process.scm
call-with-process-io auto-non-blocks the fds
2012-12-31 00:34:48 +09:00
process.sld
call-with-process-io auto-non-blocks the fds
2012-12-31 00:34:48 +09:00
process.stub
(exit #t) exits successfully
2012-06-25 21:46:07 -07:00
quoted-printable.scm
Adding (scheme cxr) library, removing all other references to c[ad]{3,4]r.
2012-05-20 15:16:11 +09:00
quoted-printable.sld
Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility.
2012-10-14 22:11:47 +09:00
reload.scm
The guard-like macro in the core language is now called protect.
2013-06-15 18:43:44 +09:00
reload.sld
Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility.
2012-10-14 22:11:47 +09:00
repl.scm
The guard-like macro in the core language is now called protect.
2013-06-15 18:43:44 +09:00
repl.sld
Refactoring repl.
2013-06-15 18:15:50 +09:00
scribble.scm
automatically making sockets non-blocking on accept
2012-05-14 08:37:45 -04:00
scribble.sld
Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility.
2012-10-14 22:11:47 +09:00
signal.c
patch for clean NetBSD and OpenBSD builds from v krishnakumar
2012-07-26 09:55:00 +09:00
string.scm
string-split on the empty string is null, on a single space is two empty strings
2013-04-02 22:20:41 +09:00
string.sld
Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility.
2012-10-14 22:11:47 +09:00
stty.scm
Adding (scheme cxr) library, removing all other references to c[ad]{3,4]r.
2012-05-20 15:16:11 +09:00
stty.sld
Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility.
2012-10-14 22:11:47 +09:00
stty.stub
automatically making sockets non-blocking on accept
2012-05-14 08:37:45 -04:00
sxml.scm
Handling raw numbers in sxml format.
2013-06-04 06:14:46 +09:00
sxml.sld
Refactoring most of chibi-doc tool into the (chibi doc) module.
2013-06-02 18:46:27 +09:00
system.sld
Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility.
2012-10-14 22:11:47 +09:00
system.stub
Fixing getpwnam stub, adding test cases from pod.
2012-10-09 21:52:16 +09:00
test.scm
Default test comparator should require same exactness.
2013-06-04 21:58:32 +09:00
test.sld
The guard-like macro in the core language is now called protect.
2013-06-15 18:43:44 +09:00
time.sld
Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility.
2012-10-14 22:11:47 +09:00
time.stub
automatically making sockets non-blocking on accept
2012-05-14 08:37:45 -04:00
trace.scm
automatically making sockets non-blocking on accept
2012-05-14 08:37:45 -04:00
trace.sld
Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility.
2012-10-14 22:11:47 +09:00
type-inference.scm
Adding (scheme cxr) library, removing all other references to c[ad]{3,4]r.
2012-05-20 15:16:11 +09:00
type-inference.sld
Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility.
2012-10-14 22:11:47 +09:00
uri.scm
automatically making sockets non-blocking on accept
2012-05-14 08:37:45 -04:00
uri.sld
Renaming the (scheme) library to (chibi). Leaving (scheme) as an alias for backwards compatibility.
2012-10-14 22:11:47 +09:00
weak.c
The global ABI error object needs to be an immediate, since if
2013-02-10 16:38:18 +09:00
weak.sld
automatically making sockets non-blocking on accept
2012-05-14 08:37:45 -04:00