chibi-scheme/lib/chibi
2013-08-18 17:09:39 +09:00
..
char-set Removing base exports from (chibi char-set ascii) exports. 2013-01-04 23:38:13 +09:00
io Updating additional docs to use backslash. 2013-08-04 17:01:22 +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 Updating additional docs to use backslash. 2013-08-04 17:01:22 +09:00
match Updating additional docs to use backslash. 2013-08-04 17:01:22 +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 Using detectable optional args. 2013-08-04 17:01:51 +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 Updating disasm docs to use backslash escape. 2013-08-04 16:54:01 +09:00
doc.scm Auto-detecting and annotating common optional args patterns in extracted signatures. 2013-08-04 17:02:28 +09:00
doc.sld Auto-detecting and annotating common optional args patterns in extracted signatures. 2013-08-04 17:02:28 +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 Updating filesystem docs to use backslash escape. 2013-08-04 16:55:31 +09:00
generic.scm Removing spurious section header. 2013-08-04 15:56:06 +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 Updating heap-stats docs to use backslash escape. 2013-08-04 16:56:06 +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 Updating additional docs to use backslash. 2013-08-04 17:01:22 +09: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 Avoiding case-folding large, pre-defined Unicode char-sets. 2013-07-27 15:32:22 +09:00
regexp.sld Removing uneeded imports. 2013-07-25 22:12:49 +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 Adding string-find? utility. 2013-08-04 15:22:53 +09:00
string.sld Adding string-find? utility. 2013-08-04 15:22:53 +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 Updating additional docs to use backslash. 2013-08-04 17:01:22 +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 Updating additional docs to use backslash. 2013-08-04 17:01:22 +09:00
trace.scm automatically making sockets non-blocking on accept 2012-05-14 08:37:45 -04:00
trace.sld Updating additional docs to use backslash. 2013-08-04 17:01:22 +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 Fixing bug in uri path parsing. 2013-08-18 17:09:39 +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