summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix deletion of ports.test test file on MS-Windows.Eli Zaretskii2014-07-021-8/+17
| * Fix compilation of scm_nl_langinfo when some nl_langinfo items are missing.Eli Zaretskii2014-06-221-4/+19
| * tests: Improve lack-of-/dev/null detection.Ludovic Courtès2014-06-121-3/+6
| * i18n: Adjust tests for Windows.Ludovic Courtès2014-06-111-10/+27
| * i18n: Ignore LC_MESSAGES on MinGW.Ludovic Courtès2014-06-112-7/+9
| * tests: Use NUL instead of /dev/null on MinGW.Ludovic Courtès2014-06-113-5/+19
| * R6RS library documentation fixTaylan Ulrich B2014-06-061-2/+2
| * Fix typo in `transform-string' doc.Dmitry Bogatov2014-06-041-1/+1
| * Optimize scm_ilength and 'length+'.Mark H Weaver2014-06-042-22/+31
| * test-guild-compile: Increase sleep time before sending SIGINT.Mark H Weaver2014-06-041-1/+1
| * Avoid quadratic expansion time in 'and' and 'or' macros.Mark H Weaver2014-06-041-5/+5
| * 'guild compile' doesn't leave temporary files behind it.Ludovic Courtès2014-06-033-1/+54
| * SRFI-1 'length+' raises an error unless passed a proper or circular list.Mark H Weaver2014-06-012-5/+33
| * Mark system async functions as SCM_API.Mark H Weaver2014-06-012-5/+7
| * Slightly simplify 'scm_open_process'.Ludovic Courtès2014-05-281-7/+5
| * rdelim: Speed up 'read-string' (aka. 'get-string-all'.)Ludovic Courtès2014-05-283-24/+40
| * tests: Add test for <http://bugs.gnu.org/17466>.Ludovic Courtès2014-05-281-0/+20
| * Fix shrinking of contiguous bytevectors, as from 'get-bytevector-n'.Ludovic Courtès2014-05-281-5/+11
| * web: Keep the default size for the client's in-kernel receive buffer.Ludovic Courtès2014-05-231-3/+1
| * tests: Add test for _IOLBF.Ludovic Courtès2014-05-211-0/+24
| * Silence GCC warning.Ludovic Courtès2014-05-161-1/+1
* | Fix ungetc for characters 0x80 <= c < 0xf0 in UTF-8.David Kastrup2014-09-231-1/+1
* | Add (ice-9 unicode) moduleAndy Wingo2014-09-129-1/+213
* | Separate &boolean type into &true and &falseAndy Wingo2014-08-242-28/+35
* | Better simplification of literal constants that continue to branchesAndy Wingo2014-07-221-1/+29
* | CPS will not see "not" primcallsAndy Wingo2014-07-223-19/+10
* | Simplify pass rewrite scope tree to reflect dominator treeAndy Wingo2014-07-221-1/+68
* | Remove dead case in CSEAndy Wingo2014-07-221-2/+0
* | CSE allocate-struct fixAndy Wingo2014-07-211-0/+1
* | Fix typo in arities.scmAndy Wingo2014-07-211-1/+1
* | Stabilize renumber.scm:sort-conts.Andy Wingo2014-07-211-1/+8
* | maybe_annotate_source does not annotate negative positionsAndy Wingo2014-07-211-0/+5
* | Soft port fill-input doesn't alter line or columnAndy Wingo2014-07-211-5/+17
* | scm_ungetc_unlocked should not result in negative columnsAndy Wingo2014-07-211-8/+2
* | Fix allocate-slots for $kreceive with multiple predecessorsAndy Wingo2014-07-211-2/+6
* | Block sorting to keep loop bodies togetherAndy Wingo2014-07-051-37/+99
* | logbit? strength reductionAndy Wingo2014-07-041-20/+69
* | Fix logand range analysis.Andy Wingo2014-07-041-4/+4
* | Fix range analysis for mul and divAndy Wingo2014-07-041-13/+36
* | Type-driven strength reductionAndy Wingo2014-07-041-23/+135
* | Small type-fold cleanupAndy Wingo2014-07-041-4/+2
* | Compiler emits br-if-logtestAndy Wingo2014-07-036-19/+21
* | Add br-if-logtest opcodeAndy Wingo2014-07-032-2/+16
* | Optimizer support for logtest and logbit?Andy Wingo2014-07-034-2/+49
* | Convert slot allocation to use intsetsAndy Wingo2014-07-032-70/+66
* | Add bitvector->intset.Andy Wingo2014-07-031-1/+19
* | Restrict intsets and maps to non-negative integersAndy Wingo2014-07-032-0/+6
* | Adapt visit-prompt-control-flow to use intsets.Andy Wingo2014-07-031-55/+44
* | CSE commentsAndy Wingo2014-07-031-1/+3
* | Add intset-subtract.Andy Wingo2014-07-031-1/+80