summaryrefslogtreecommitdiff
path: root/test-suite
AgeCommit message (Expand)AuthorFilesLines
2014-01-27array-contents returns root for empty arrays with empty rootDaniel Llorens1-0/+5
2014-01-27Fix compilation bugs with some kinds of typed arraysDaniel Llorens1-1/+9
2014-01-27Preallocate index list in scm_array_index_map_xDaniel Llorens1-1/+9
2014-01-27Fix scm_ramapc bugs with 0-inc arraysDaniel Llorens1-20/+30
2014-01-27Fix corner cases of scm_ramapcDaniel Llorens1-2/+60
2014-01-27Rewrite scm_ramapc()Daniel Llorens1-1/+8
2014-01-27Check more cases of array-contentsDaniel Llorens1-1/+11
2014-01-27Check the documented matching behavior of array-map!/copy!Daniel Llorens2-45/+67
2014-01-27Fix compilation errors when reading arrays at the replDaniel Llorens1-0/+63
2014-01-27Fix array map functions with empty argumentsDaniel Llorens1-9/+52
2014-01-27Fix empty array bug in array-index-map!Daniel Llorens1-5/+23
2014-01-27Test that typed-array? returns #f with non-array argumentDaniel Llorens1-1/+7
2014-01-27Identify scm_is_vector with scm_is_simple_vectorDaniel Llorens3-1/+57
2014-01-27For uniform vectors SCM_I_ARRAYP can't be trueDaniel Llorens1-22/+36
2014-01-27Reorder arrays.testDaniel Llorens1-152/+152
2014-01-27Don't use scm_is_generalized_vector in transpose-arrayDaniel Llorens1-0/+13
2014-01-27Tests for transpose-arrayDaniel Llorens1-0/+32
2014-01-27Tests for shared-array-rootDaniel Llorens1-0/+29
2014-01-27Don't use generalized-vector functions in uniform.cDaniel Llorens1-4/+20
2014-01-27Tests for array-copy!, empty caseDaniel Llorens1-22/+34
2014-01-21Merge branch 'stable-2.0'Mark H Weaver4-6/+36
2014-01-18Add support for content-dispositionAndy Wingo1-1/+3
2014-01-17Arrange so that 'file-encoding' does not truncate the encoding name.Ludovic Courtès1-2/+8
2014-01-15web: Don't throw if a response is longer than its Content-Length says.Ludovic Courtès1-2/+4
2014-01-15Custom binary input ports sanity-check the return value of 'read!'.Ludovic Courtès1-0/+9
2014-01-15Document that we support srfi-46 and add it to %cond-expand-features.Mark H Weaver1-2/+15
2014-01-14Merge branch 'stable-2.0'Mark H Weaver1-0/+5
2014-01-14print: In R7RS |...| symbols, print most graphic characters unescaped.Mark H Weaver1-0/+5
2014-01-14Merge branch 'stable-2.0'Mark H Weaver2-1/+60
2014-01-14print: Support R7RS |...| symbol notation.Mark H Weaver1-1/+55
2014-01-14read: Support R7RS |...| symbol notation.Mark H Weaver1-0/+5
2014-01-14Merge branch 'stable-2.0'Mark H Weaver1-1/+17
2014-01-14Recognize 'escape' character name, per R7RS.Mark H Weaver1-0/+4
2014-01-14read: Accept "\|" in string literals.Mark H Weaver1-0/+4
2014-01-14read: Support R7RS '#true' and '#false' syntax for booleans.Mark H Weaver1-1/+10
2014-01-14Merge branch 'stable-2.0'Mark H Weaver4-5/+171
2014-01-13'port-position' works on CBIPs that do not support 'set-port-position!'.Ludovic Courtès1-1/+10
2014-01-12Fix 'exact-integer?' comment in numbers.test.Mark H Weaver1-1/+1
2014-01-12Fix hashing of empty vectors.Mark H Weaver1-2/+13
2014-01-09Implement R7RS 'syntax-error'.Mark H Weaver1-0/+41
2014-01-09psyntax: custom ellipses using 'with-ellipsis' or R7RS syntax-rules.Mark H Weaver1-1/+105
2014-01-09Merge branch 'stable-2.0'Mark H Weaver4-4/+112
2014-01-08Fix 'string-copy!' to work properly with overlapping src/dest.Mark H Weaver1-3/+12
2014-01-08Implement 'exact-integer?' and 'scm_is_exact_integer'.Mark H Weaver1-0/+28
2014-01-07Fix inlining of tail list to apply.Ian Price1-1/+15
2013-12-16Revert "Fix bound-identifier=? to compare binding names, not just symbolic na...Mark H Weaver1-5/+0
2013-12-15Fix bound-identifier=? to compare binding names, not just symbolic names.Mark H Weaver1-0/+5
2013-12-13syntax-case: fix error reporting for misplaced ellipses.Mark H Weaver1-0/+57
2013-12-05vm: Gracefully handle stack overflows.Ludovic Courtès1-1/+14
2013-12-02Rename "RTL" to "bytecode"Andy Wingo5-43/+43