.. |
char-set
|
Removing base exports from (chibi char-set ascii) exports.
|
2013-01-04 23:38:13 +09:00 |
io
|
Adding initial send-file interface.
|
2013-08-18 18:36:24 +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 |
monad
|
Adding initial environment monad for use in combinator formatting.
|
2013-10-08 21:26:49 +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 |
show
|
Adding initial version of (chibi show) successor to the fmt combinator formatting library.
|
2013-10-08 21:31:20 +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 procedure-arity and procedure-variadic?.
|
2013-08-31 20:02:39 +09:00 |
ast.scm
|
Changing scribble notation to use TeX-style \ instead of @.
|
2013-07-14 12:52:28 +09:00 |
ast.sld
|
Adding procedure-arity and procedure-variadic?.
|
2013-08-31 20:02:39 +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
|
Default conf parent is #f, not null.
|
2013-09-22 18:55:21 +09:00 |
config.sld
|
Exporting conf-source
|
2013-09-29 13:26:13 +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 missing (c-system-include "sys/file.h") for flock constants.
|
2013-10-10 16:42:28 +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
|
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
|
Adding 'reloader?: keyword to memoize-file-loader.
|
2013-09-26 19:57:20 +09:00 |
memoize.sld
|
Adding memoize-file-loader.
|
2013-09-08 18:23:39 +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
|
Adding introspection to available unloaded modules.
|
2013-10-03 12:14:31 +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 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
|
Adding path-strip-leading-parents.
|
2013-08-31 20:02:53 +09:00 |
pathname.sld
|
Adding path-strip-leading-parents.
|
2013-08-31 20:02:53 +09:00 |
process.scm
|
call-with-process-io auto-non-blocks the fds
|
2012-12-31 00:34:48 +09:00 |
process.sld
|
(fork) now kills other threads atommically in the child. Use
|
2013-08-24 15:39:29 +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
|
Avoiding case-folding large, pre-defined Unicode char-sets.
|
2013-07-27 15:32:22 +09:00 |
regexp.sld
|
Exporting regexp-match?.
|
2013-09-18 00:18:36 +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
|
Adding the -R<module> option to run "main" procedures directly from modules,
|
2013-10-04 12:04:50 +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
|
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 |