summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-04Initial hugenums implementation (incomplete).hugenumsAlex Shinn
2012-11-28fixing typo s/vetor/vector in largely unused set! codeAlex Shinn
2012-11-23Fixing same source/dest in *-copy!.Alex Shinn
2012-11-23Updating *-copy! tests to not assume minimum end.Alex Shinn
2012-11-23Updated order of read-bytevector! arguments.Alex Shinn
2012-11-23Adjusting check from last change - look for lists, not vectors.Alex Shinn
2012-11-23Adding extra check in port finalization before freeing the buffer.Alex Shinn
2012-11-23Fixing typo in flush-output-port on textual port test case.Alex Shinn
2012-11-23Adding missing (scheme r5rs) library.Alex Shinn
2012-11-23Using string-copy for single argument substring.Alex Shinn
2012-11-23Fixing memory leak in string ports found by Lorenzo.Alex Shinn
2012-11-12Auto-importing the module being documented with chibi-doc.Alex Shinn
2012-11-11Added tag 0.6 for changeset e132146ee0dfAlex Shinn
2012-11-11Updating version for release.0.6Alex Shinn
2012-11-11Cleaning up R7RS tests.Alex Shinn
2012-11-11Moving floor* and truncate* to (scheme base).Alex Shinn
2012-11-11Fixing missing newline in test output.Alex Shinn
2012-11-11SRFI-22 now requires the -r (run) option.Alex Shinn
2012-11-11Adding additional unicode tests.Alex Shinn
2012-11-11Adding infinite list map/for-each examples.Alex Shinn
2012-11-11Adding start/end parameters to string<->utf8.Alex Shinn
2012-11-11Making chibi's write-string agree with R7RS.Alex Shinn
2012-11-11Removing reference to digit-value.Alex Shinn
2012-11-11Adding reader label tests.Alex Shinn
2012-11-11Fixing potential buffer overflow.Alex Shinn
2012-11-11Checking that r7rs is in the features list.Alex Shinn
2012-11-11Adding additional tests for char names and string escapes.Alex Shinn
2012-11-11Supporting unicode characters in \x string escapes.Alex Shinn
2012-11-11Adding full unicode digit-value.Alex Shinn
2012-11-11Fixing typo in every definition.Alex Shinn
2012-11-11Adding support for complex literals in exponential format.Alex Shinn
2012-11-10fix plan9 breakageBakul Shah
2012-11-10Inlining every in (chibi test) to remove SRFI-1 dependency.Alex Shinn
2012-11-10Maybe-null patch for strings in chibi-ffi from Lorenzo.Alex Shinn
2012-11-10Properly handling +nan.0 and infinite comparisons.Alex Shinn
2012-11-09Raising an error for inexact->exact on non-finite numbers.Alex Shinn
2012-11-07Adding transitivity tests.Alex Shinn
2012-11-07Coerce flonums to bignums instead of vice versa in comparisons.Alex Shinn
2012-11-05Removing stray edit.Alex Shinn
2012-11-04Adding environment tests.Alex Shinn
2012-11-04Making rationalize on inexact numbers agree with the standard.Alex Shinn
2012-11-04Cleanup tests, adding case-lambda tests.Alex Shinn
2012-11-04Adding Peter Bex's numeric parsing tests.Alex Shinn
2012-11-04Allowing complex with #d prefix in srfi-38.Alex Shinn
2012-11-04Allowing fractions with prefixes in srfi-38.Alex Shinn
2012-11-04Fixing negative numbers with base prefixes in srfi-38.Alex Shinn
2012-11-03Fixing unquote-splicing in srfi-38.Alex Shinn
2012-11-03Adding bytevector support to srfi-38.Alex Shinn
2012-11-03Fixing #| ... |# comments.Alex Shinn
2012-11-03log takes two arguments nowAlex Shinn