summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-27Inline generalized-vector calls in array_handle_ref/setDaniel Llorens1-4/+14
2014-01-27Tests for array-copy!, empty caseDaniel Llorens1-22/+34
2014-01-26More precise stack marking via .guile.frame-maps sectionAndy Wingo7-74/+291
2014-01-26Add NEWS for Guile 2.2Andy Wingo1-1/+374
2014-01-26Document top-level pseudo-hygieneAndy Wingo1-0/+103
2014-01-21Merge branch 'stable-2.0'Mark H Weaver12-38/+120
2014-01-20Fix (port-conversion-strategy #f).Mark H Weaver1-2/+0
2014-01-18Add support for content-dispositionAndy Wingo2-2/+28
2014-01-17doc: embedding example more readable.Arne Babenhauserheide1-7/+10
2014-01-17Thank Sree Harsha.Ludovic Courtès1-0/+1
2014-01-17Arrange so that 'file-encoding' does not truncate the encoding name.Ludovic Courtès2-9/+31
2014-01-16Finish documenting the new compilerAndy Wingo1-59/+210
2014-01-16Fix CPS doc typosAndy Wingo1-2/+2
2014-01-15web: Don't throw if a response is longer than its Content-Length says.Ludovic Courtès2-13/+20
2014-01-15Custom binary input ports sanity-check the return value of 'read!'.Ludovic Courtès2-3/+16
2014-01-15Document that we support srfi-46 and add it to %cond-expand-features.Mark H Weaver4-5/+30
2014-01-15Document that we support srfi-87 and add it to %cond-expand-features.Mark H Weaver2-0/+11
2014-01-14Merge branch 'stable-2.0'Mark H Weaver2-2/+11
2014-01-14print: In R7RS |...| symbols, print most graphic characters unescaped.Mark H Weaver2-2/+11
2014-01-14Merge branch 'stable-2.0'Mark H Weaver9-19/+195
2014-01-14print: Support R7RS |...| symbol notation.Mark H Weaver4-9/+124
2014-01-14read: Support R7RS |...| symbol notation.Mark H Weaver5-10/+58
2014-01-14Document that we support srfi-62 and add it to %cond-expand-features.Mark H Weaver2-0/+10
2014-01-14Merge branch 'stable-2.0'Mark H Weaver7-18/+109
2014-01-14read: use 'c_tolower' instead of 'tolower' in 'try_read_ci_chars'.Mark H Weaver1-1/+2
2014-01-14Recognize 'escape' character name, per R7RS.Mark H Weaver3-3/+32
2014-01-14read: Accept "\|" in string literals.Mark H Weaver3-3/+12
2014-01-14read: Support R7RS '#true' and '#false' syntax for booleans.Mark H Weaver3-4/+55
2014-01-14Add srfi-16 and srfi-30 to %cond-expand-features.Mark H Weaver3-7/+9
2014-01-14Merge branch 'stable-2.0'Mark H Weaver13-134/+660
2014-01-13'port-position' works on CBIPs that do not support 'set-port-position!'.Ludovic Courtès2-8/+20
2014-01-12Finish CPS documentationAndy Wingo1-98/+245
2014-01-12Fix 'exact-integer?' comment in numbers.test.Mark H Weaver1-1/+1
2014-01-12Fix hashing of empty vectors.Mark H Weaver2-3/+14
2014-01-12Rename $ktrunc to $kreceiveAndy Wingo11-62/+62
2014-01-12Returning too many values to call-with-values raises a runtime errorAndy Wingo1-23/+2
2014-01-12Bump user-visible copyright years to 2014.Mark H Weaver3-5/+5
2014-01-12Fix hashing of vectors to run in bounded time.Mark H Weaver1-26/+30
2014-01-11Insert explicit $ktrunc nodes everywhere that truncates multiple valuesAndy Wingo1-13/+19
2014-01-11Add simplification passAndy Wingo3-8/+280
2014-01-11Add DCE pass.Andy Wingo3-3/+288
2014-01-11Shuffle the first return value from truncating callsAndy Wingo1-2/+11
2014-01-11All $values expressions go through allocate-valuesAndy Wingo1-19/+33
2014-01-11Fix allocate-slots bugAndy Wingo1-1/+1
2014-01-11More robust compute-hintsAndy Wingo1-1/+6
2014-01-11Prefer "receive" over "receive-values"+"reset-frame"Andy Wingo1-11/+22
2014-01-11Only emit receive-values if it is neededAndy Wingo1-2/+4
2014-01-11Remove "pop" from $promptAndy Wingo7-26/+24
2014-01-11Enable prompt analysisAndy Wingo1-13/+3
2014-01-11Add prompt analysis to the DFG's analyze-control-flowAndy Wingo1-20/+179