chibi-scheme/lib
Jim Rees b947e4ef47 Fixed trivial bug in padded/both where the "odd space" was being emitted
on the left rather than the right as specified.

Fixed trivial bug in padded/left where a string longer than the provided
width would result in a call to make-string with a negative length.

Fixed trivial bug in trimmed/lazy around an fn-binding for the output
state variable.
2018-03-22 10:41:52 -04:00
..
chibi Fixed trivial bug in padded/both where the "odd space" was being emitted 2018-03-22 10:41:52 -04:00
scheme extending (scheme red) 2018-01-24 23:54:09 +09:00
srfi default comparator compares numbers with = (issue #459) 2018-03-10 11:11:59 +09:00
init-7.scm Several changes of syntax-rules in init-7.scm 2017-12-30 09:46:51 +09:00
meta-7.scm support (import (only (rename ...))) in addition to the other way around (fixes #431) 2017-08-05 17:31:24 +09:00