chibi-scheme/lib/chibi
Alex Shinn 53c7dfd71e When annotating regexp states with the leftmost longest match,
prefer the leftmost even if the end of either match has not
yet been completed.  If two matches start on the same state,
prefer an uncompleted end to a completed one.
Fixes issue #229.
2014-07-10 22:59:12 +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 Exposing the body of perfect? as aliquot. 2014-06-10 20:07:49 +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 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 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 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 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 Fixing ffi docs extraction. 2014-06-18 21:00:49 +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 Better (chibi show) documentation. 2014-06-18 00:47:02 +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 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 When annotating regexp states with the leftmost longest match, 2014-07-10 22:59:12 +09:00
regexp.sld Exporting regexp-match-submatch-start regexp-match-submatch-end. 2014-07-09 07:35:22 +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 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 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 tar-extract should use create-directory* 2014-06-10 20:58:52 +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 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