chibi-scheme/lib/chibi
2013-07-24 21:36:02 +09:00
..
char-set Removing base exports from (chibi char-set ascii) exports. 2013-01-04 23:38:13 +09:00
io Making C string port API names match the Scheme side. 2013-07-21 15:24:04 +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 Updating chibi.net.http with mime changes. 2013-07-23 07:35:34 +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
regexp Initial version of (chibi regexp). 2013-07-24 21:36:02 +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 Adding sockaddr-port. 2013-07-14 18:40:23 +09:00
app.scm Adding auto-help facilities. 2013-07-07 18:30:46 +09:00
app.sld Adding auto-help facilities. 2013-07-07 18:30:46 +09:00
ast.c Adding thread-list to get a list of all running threads. 2013-07-07 16:38:28 +09:00
ast.scm Changing scribble notation to use TeX-style \ instead of @. 2013-07-14 12:52:28 +09:00
ast.sld Adding thread-list to get a list of all running threads. 2013-07-07 16:38:28 +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 Changing scribble notation to use TeX-style \ instead of @. 2013-07-14 12:52:28 +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 Using standard @ instead of ^ as the SXML attributes symbols. 2013-07-13 10:04:40 +09:00
doc.sld Adding procedure-docs and print-procedure-docs. 2013-06-10 22:11:09 +09:00
equiv.scm Changing scribble notation to use TeX-style \ instead of @. 2013-07-14 12:52:28 +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 Changing scribble notation to use TeX-style \ instead of @. 2013-07-14 12:52:28 +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 Changing scribble notation to use TeX-style \ instead of @. 2013-07-14 12:52:28 +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 Changing scribble notation to use TeX-style \ instead of @. 2013-07-14 12:52:28 +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 string-downcase-ascii util to (chibi string). 2013-07-15 07:28:46 +09:00
mime.sld (chibi mime) now case-folds then interns headers to match normal SXML. 2013-07-13 10:38:50 +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 Adding additional constants and the ability to set addrinfo hints. 2013-07-14 18:32:48 +09:00
net.sld Adding sockaddr-port. 2013-07-14 18:40:23 +09:00
net.stub Adding sockaddr-port. 2013-07-14 18:40:23 +09: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 Changing scribble notation to use TeX-style \ instead of @. 2013-07-14 12:52:28 +09:00
optional.sld Deferring execution of defaults. 2013-07-08 22:34:54 +09:00
parse.sld Better error handling for parsers. 2013-06-04 04:26:01 +09:00
pathname.scm Changing scribble notation to use TeX-style \ instead of @. 2013-07-14 12:52:28 +09: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
regexp.scm Initial version of (chibi regexp). 2013-07-24 21:36:02 +09:00
regexp.sld Initial version of (chibi regexp). 2013-07-24 21:36:02 +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 Changing scribble notation to use TeX-style \ instead of @. 2013-07-14 12:52:28 +09:00
repl.sld Using let-keywords* for repl parameters. 2013-07-08 22:35:54 +09:00
scribble.scm Changing scribble notation to use TeX-style \ instead of @. 2013-07-14 12:52:28 +09: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 C-level string API redesign with cursor support. 2013-07-21 14:59:51 +09:00
string.sld Adding string-downcase-ascii util to (chibi string). 2013-07-15 07:28:46 +09:00
stty.scm Changing scribble notation to use TeX-style \ instead of @. 2013-07-14 12:52:28 +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 Using standard @ instead of ^ as the SXML attributes symbols. 2013-07-13 10:04:40 +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 C-level string API redesign with cursor support. 2013-07-21 14:59:51 +09:00
test.scm Fixing typo in test-group. 2013-07-23 22:45: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 Changing scribble notation to use TeX-style \ instead of @. 2013-07-14 12:52:28 +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 Updating (chibi uri) to use new string-find return values, which 2013-07-21 14:01:36 +09:00
uri.sld Exporting string->path-uri. 2013-07-15 11:47:17 +09:00
weak.c Updating ephemerons use a context local type id. 2013-06-17 22:02:55 +09:00
weak.sld Updating ephemerons use a context local type id. 2013-06-17 22:02:55 +09:00