chibi-scheme/lib/chibi
2015-01-24 11:53:59 +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 sexp_get_output_bytevector should check for errors from sexp_get_output_string 2015-01-22 18:15:11 +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 Adding Gauche's `@' pattern for named record field matching. 2014-11-24 19:49: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 Using safe-setenv for env parameters set in cgi requests. 2014-09-26 20:26:07 +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 Removing spurious close paren from pretty formatter. 2014-09-25 00:44:51 +09:00
snow Various updates. 2015-01-24 11:53:59 +09:00
term Simplifying docs. 2014-07-29 22:00:39 +09:00
accept.c Binding a socket makes it non-blocking by default. 2014-09-28 16:20:45 +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 Adding safe-setenv alternative to setenv to workaround shellshock bug. 2014-09-26 20:25:06 +09:00
ast.sld Adding safe-setenv alternative to setenv to workaround shellshock bug. 2014-09-26 20:25:06 +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 Broadcast on sending to an empty channel in case multiple threads are waiting. 2014-10-20 08:28:07 +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 typo (want set-file-descriptor-status!, not -flags! to set non-blocking). 2015-01-23 22:37:43 +09:00
net.sld Adding ICMP protocol constant. 2014-09-28 21:09:49 +09:00
net.stub Including local source files verbatim in FFI. 2014-12-25 13:47:24 +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 Fixing bug in keyword-ref. 2014-10-08 22:57:45 +09:00
optional.sld Constant-folding symbol->keyword* in chibi. 2014-07-16 23:09:59 +09:00
parse.sld Exporting make-parse-stream. 2014-12-22 18:26:36 +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 Including local source files verbatim in FFI. 2014-12-25 13:47:24 +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 extra struct tm accessors. 2014-10-08 22:34:07 +09:00
time.stub Adding extra struct tm accessors. 2014-10-08 22:34:07 +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 Exporting type=? and type-subset? type predicates. 2015-01-05 22:27:07 -05: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