chibi-scheme/lib/chibi
Alex Shinn 676b39d82a Moving ephemerals into the core. Using them as a weak table to store filenos,
and enforcing the invariant that there is only one fileno object with a given
number at a time.
2014-05-31 14:20:00 +09:00
..
char-set Adding char-set-fold and char-set-for-each. 2014-05-13 21:55:43 +09:00
crypto Fixing typo in final serialization of sha2 for 2+ chunks. 2014-04-16 21:03:08 +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 File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
math File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
monad File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
net Adding post support to the http client library. 2014-05-05 22:52:49 +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 File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
term Distinguishing general read errors from incomplete input read errors. 2014-05-05 21:05:02 +09:00
accept.c File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
app.scm Parsing non-string values from options. 2014-05-14 23:52:29 +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 Initial binary record types. 2014-03-09 23:10:06 +09:00
binary-record.sld Initial binary record types. 2014-03-09 23:10:06 +09:00
bytevector.scm File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
bytevector.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +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 File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +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 create-directory* returns #t if the directory already exists 2014-05-26 20:51:12 +09:00
filesystem.sld Removing call-with-locked-file for now. 2014-03-21 14:42:30 +09:00
filesystem.stub Adding file-truncate. 2014-03-21 11:25:23 +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 File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
modules.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
net.scm File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
net.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
net.stub File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +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 File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
optional.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +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 File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
pathname.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
process.scm File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +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 File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +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 Adding w/nocapture. 2014-05-19 21:59:10 +09:00
regexp.sld Simplifying vaid-sre? to just call regexp. 2014-05-18 10:36:48 +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 File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +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 File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +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 File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +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 group entry API. 2014-03-09 20:29:58 +09:00
system.stub Adding group entry API. 2014-03-09 20:29:58 +09:00
tar.scm Auto-normalizing directory paths in tar-create to have a / suffix. 2014-05-27 06:23:19 +09:00
tar.sld Allowing inline data for tar-create. 2014-05-10 08:07:09 -04:00
test.scm File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
test.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
time.sld File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +09:00
time.stub File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +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 File descriptors maintain a reference count of ports open on them 2014-02-20 22:32:50 +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 Reversing logic of uri-has-scheme?. 2014-05-27 06:55:31 +09:00
uri.sld Adding uri-has-scheme? utility. 2014-05-27 06:50:55 +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 temporary zlib hack. 2014-03-22 11:16:23 +09:00
zlib.sld Adding temporary zlib hack. 2014-03-22 11:16:23 +09:00