chibi-scheme/lib/chibi
2014-09-24 22:10:30 +09:00
..
char-set Adding char-set-fold and char-set-for-each. 2014-05-13 21:55:43 +09:00
crypto Separating rsa-verify and rsa-verify?. 2014-06-23 00:08:19 +09:00
io Resetting port offset when seeking on an fd-backed port. 2014-05-28 23:57:54 +09:00
iset Fixing iset-node-extract. 2014-05-19 21:49:10 +09:00
loop File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
match More packaging-friendly docs. 2014-06-23 23:12:59 +09:00
math Fixing bug in factor. 2014-09-19 12:07:28 +09:00
monad Summary friendly docs. 2014-06-23 23:55:19 +09:00
net Better error messages. 2014-07-08 22:39:56 +09:00
optimize Mark char* input parameters const where applicable. 2014-05-14 21:30:35 +09:00
parse File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
regexp File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
show Simpler description. 2014-06-23 23:24:26 +09:00
snow Adding license. 2014-07-10 00:34:36 +09:00
term Simplifying docs. 2014-07-29 22:00:39 +09:00
accept.c Supporting inet6 addresses in sockaddr-name. 2014-09-22 22:18:43 +09:00
app.scm run-application prints help when a command is expected and none given 2014-07-08 22:52:14 +09:00
app.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
ast.c Mark char* input parameters const where applicable. 2014-05-14 21:30:35 +09:00
ast.scm File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
ast.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
base64.scm Adding bytevector support to base64 lib. 2014-03-21 17:38:49 +09:00
base64.sld Adding bytevector support to base64 lib. 2014-03-21 17:38:49 +09:00
binary-record.scm Adding uint parsers to binary records. 2014-09-21 17:30:25 +09:00
binary-record.sld Adding uint parsers to binary records. 2014-09-21 17:30:25 +09:00
bytevector.scm Fixing bytevector->hex-string handling of leading zeros. 2014-06-22 23:01:35 +09:00
bytevector.sld Adding bytevector-pad-left. 2014-06-22 22:39:57 +09:00
channel.scm File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
channel.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
char-set.sld Adding char-set-fold and char-set-for-each. 2014-05-13 21:55:43 +09:00
config.scm Adding assoc-get-list analog of conf-get-list. 2014-05-27 06:25:17 +09:00
config.sld Adding assoc-get-list analog of conf-get-list. 2014-05-27 06:25:17 +09:00
disasm.c Mark char* input parameters const where applicable. 2014-05-14 21:30:35 +09:00
disasm.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
doc.scm Recognize analyzed proc docs in .sld files. 2014-08-30 16:25:05 +09:00
doc.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
equiv.scm File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
equiv.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
filesystem.scm Adding access(2) interface. 2014-06-23 21:09:43 +09:00
filesystem.sld Adding access(2) interface. 2014-06-23 21:09:43 +09:00
filesystem.stub Adding access(2) interface. 2014-06-23 21:09:43 +09:00
generic.scm File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
generic.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
heap-stats.c Mark char* input parameters const where applicable. 2014-05-14 21:30:35 +09:00
heap-stats.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
highlight.scm File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
highlight.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
io.sld Adding port->bytevector. 2014-03-22 11:15:23 +09:00
iset.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
log.scm File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
log.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
loop.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
match.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
memoize.scm File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
memoize.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
mime.scm Only trim cr before lf in binary chunks immediately before the boundary. 2014-04-06 15:57:22 +09:00
mime.sld Supporting raw 8-bit binary in mime. 2014-04-01 18:45:58 +09:00
modules.scm Fixing doc inference via procedure analysis. 2014-07-28 23:44:49 +09:00
modules.sld chibi-doc traverses include-library-declarations. 2014-07-27 16:36:01 +09:00
net.scm Fixing (chibi net) docs. 2014-08-22 22:44:42 +09:00
net.sld Adding missing AF_INET6 binding. 2014-09-22 21:39:06 +09:00
net.stub Supporting inet6 addresses in sockaddr-name. 2014-09-22 22:18:43 +09:00
optimize.scm File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
optimize.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
optional.scm Constant-folding symbol->keyword* in chibi. 2014-07-16 23:09:59 +09:00
optional.sld Constant-folding symbol->keyword* in chibi. 2014-07-16 23:09:59 +09:00
parse.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
pathname.scm Adding path-resolve and uri-resolve utilities. 2014-07-08 22:40:53 +09:00
pathname.sld Adding path-resolve and uri-resolve utilities. 2014-07-08 22:40:53 +09:00
process.scm execute and related functions accept symbol and number arguments. 2014-06-08 16:15:58 +09:00
process.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
process.stub execute and related functions accept symbol and number arguments. 2014-06-08 16:15:58 +09:00
quoted-printable.scm Adding bytevector support to quoted printable. 2014-03-21 21:30:54 +09:00
quoted-printable.sld Exporting bytevector API. 2014-03-21 21:31:12 +09:00
regexp.scm Add missing (scheme char) import for non-chibi implementations. 2014-08-10 11:04:58 +09:00
regexp.sld Add missing (scheme char) import for non-chibi implementations. 2014-08-10 11:04:58 +09:00
reload.scm File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
reload.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
repl.scm Tentative change to enable restarting at a fresh line in the REPL. 2014-07-23 23:01:41 +09:00
repl.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
scribble.scm File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
scribble.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
show.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
signal.c File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
string.scm File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
string.sld Forgot string-cursor-prev. 2014-06-11 22:25:02 +09:00
stty.scm File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
stty.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
stty.stub Redefining term-attrs-[io]speed[-set!] in terms of accessor functions, 2014-07-30 22:44:04 +09:00
sxml.scm Clarifying display-to-string error in (chibi sxml). 2014-05-05 21:37:47 +09:00
sxml.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
system.sld Adding get-host-name. 2014-09-23 09:37:01 +09:00
system.stub Adding get-host-name. 2014-09-23 09:37:01 +09:00
tar.scm Ensuring parent directories in tar-create. 2014-08-24 21:19:47 +09:00
tar.sld Allowing inline data for tar-create. 2014-05-10 08:07:09 -04:00
test.scm Fixing bug in test for comparing 0.0. 2014-09-19 10:56:48 +09:00
test.sld Use (chibi term ansi) library in (chibi test) instead of inlined ansi procedures. 2014-07-22 23:36:43 +09:00
time.sld Adding initial getrusage interface. 2014-09-24 22:10:30 +09:00
time.stub Adding initial getrusage interface. 2014-09-24 22:10:30 +09:00
trace.scm File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
trace.sld Exporting procedural interface. 2014-03-10 00:11:20 +09:00
type-inference.scm Traverse indirect procedure signatures via applied references. 2014-07-29 22:00:25 +09:00
type-inference.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
uri.scm Adding path-resolve and uri-resolve utilities. 2014-07-08 22:40:53 +09:00
uri.sld Adding path-resolve and uri-resolve utilities. 2014-07-08 22:40:53 +09:00
weak.c Moving ephemerals into the core. Using them as a weak table to store filenos, 2014-05-31 14:20:00 +09:00
weak.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
zlib.scm Adding maybe-gunzip utility for optionally compressed inputs. 2014-06-03 23:09:44 +09:00
zlib.sld Adding maybe-gunzip utility for optionally compressed inputs. 2014-06-03 23:09:44 +09:00