chibi-scheme/lib/chibi
2014-01-19 23:13:11 +09:00
..
char-set Adding initial UAX #29 boundary char-sets. 2013-10-29 06:47:15 +09:00
io Adding initial send-file interface. 2013-08-18 18:36:24 +09:00
iset Fixing bug in iset-adjoin for values already present at a node boundary. 2013-11-09 16:35:22 +09:00
loop Updating additional docs to use backslash. 2013-08-04 17:01:22 +09:00
match Fixing a typo in a comment. 2013-11-16 09:11:33 +09:00
math Adding prime utilities library. 2014-01-19 23:13:11 +09:00
monad Adding initial environment monad for use in combinator formatting. 2013-10-08 21:26:49 +09:00
net Using (chibi log) instead of custom loggers. 2013-12-14 13:58:49 +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
show Removing unused env-monad bindings. 2014-01-12 21:42:52 +09:00
term Control-C in edit-line should kill the process by default. 2014-01-14 22:19:33 +09:00
accept.c Adding sockaddr-port. 2013-07-14 18:40:23 +09:00
app.scm Using begin:/end: to better distinguish app hooks from command names. 2014-01-14 22:14:38 +09:00
app.sld Adding auto-help facilities. 2013-07-07 18:30:46 +09:00
ast.c Hygiene change. Removing syntactic closure flattening to 2014-01-12 19:29:11 +09:00
ast.scm Changing scribble notation to use TeX-style \ instead of @. 2013-07-14 12:52:28 +09:00
ast.sld Adding `errno' interface. 2013-12-25 13:34:08 +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 assoc-get utility. 2014-01-14 22:18:04 +09:00
config.sld Adding assoc-get utility. 2014-01-14 22:18:04 +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 Fixing directory-fold to return knil on non-existing directories. 2013-10-04 10:42:49 +09:00
filesystem.sld Adding file-lock interface to flock(2) to (chibi filesystem). 2013-10-01 15:14:17 +09:00
filesystem.stub Adding a default mode for create-directory. 2014-01-10 00:56:51 -05: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 Hygiene change. Removing syntactic closure flattening to 2014-01-12 19:29:11 +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 Adding initial send-file interface. 2013-08-18 18:36:24 +09:00
iset.sld fixing iset cursors to do proper in-order traversal 2012-06-12 23:02:10 +09:00
log.scm Adding customizable logging library with combinator formatting. 2013-10-08 21:40:06 +09:00
log.sld (chibi log) only needs (chibi show base), like most libraries which 2013-10-08 21:43:27 +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
memoize.scm Allowing alist initializers for memoize cache. 2013-12-14 00:03:12 +09:00
memoize.sld Adding memoize-file-loader. 2013-09-08 18:23:39 +09:00
mime.scm Moving mime-write-headers to (chibi mime). 2013-12-25 13:34:36 +09:00
mime.sld Moving mime-write-headers to (chibi mime). 2013-12-25 13:34:36 +09:00
modules.scm Accepting begin in addition to body library decl in analyze-module. 2014-01-12 07:18:44 +09:00
modules.sld Adding missing changes to available module introspection from 1729:f1e5f235d684. 2013-10-03 12:14:59 +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 get-peer-name to (chibi net). 2013-12-25 13:35:02 +09:00
net.stub Adding get-peer-name to (chibi net). 2013-12-25 13:35:02 +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 Avoiding double slashes on boundaries in make-path. 2013-12-18 15:52:55 +09:00
pathname.sld Adding path-strip-leading-parents. 2013-08-31 20:02:53 +09:00
process.scm Adding process->sexp utility. 2014-01-19 12:38:10 +09:00
process.sld Adding process->sexp utility. 2014-01-19 12:38:10 +09:00
process.stub (fork) now kills other threads atommically in the child. Use 2013-08-24 15:39:29 +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 Adding valid-sre?. 2013-12-17 16:00:09 +09:00
regexp.sld Adding valid-sre?. 2013-12-17 16:00:09 +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 Control-C in edit-line should kill the process by default. 2014-01-14 22:19:33 +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
show.sld Adding initial version of (chibi show) successor to the fmt combinator formatting library. 2013-10-08 21:31:20 +09:00
signal.c (fork) now kills other threads atommically in the child. Use 2013-08-24 15:39:29 +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 Adding sxml->xml utility. 2013-12-30 10:48:38 +09:00
sxml.sld Adding sxml->xml utility. 2013-12-30 10:48:38 +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 Allowing test pattern (test 'value id) as an exception to the 2014-01-03 12:27:03 +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 Export a make-tm constructor to generate time values. 2013-10-15 09:06:50 +09:00
time.stub Export a make-tm constructor to generate time values. 2013-10-15 09:06:50 +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