summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-11Fix import of lower-cps in compile-js.scmChristopher Lemmer Webber1-1/+1
2021-05-11Add compiler-chooser for CPS specChristopher Lemmer Webber1-1/+5
2021-05-11Fix module/Makefile.am after compile-to-js mergeChristopher Lemmer Webber1-5/+5
2021-05-10Merge branch 'compile-to-js-2017' into compile-to-js-rebaseChristopher Lemmer Webber12-2/+3181
2021-05-10Bump version to 3.0.7v3.0.7Andy Wingo1-1/+1
2021-05-10Update NEWSAndy Wingo1-0/+1
2021-05-10Update NEWSAndy Wingo1-3/+9
2021-05-10bug#45131: [PATCH] Compile directly to target language if no joint is found.Leo Prikler2-11/+38
2021-05-10Minor tweak to truncate-bitsAndy Wingo1-8/+5
2021-05-08Update NEWS.Ludovic Courtès1-0/+6
2021-05-08'primitive-fork' closes and recreates the current thread's 'sleep_pipe'.Ludovic Courtès3-1/+94
2021-05-08Close the finalization pipe before forking.Andrew Whatson1-17/+28
2021-05-08Update NEWS.Ludovic Courtès1-0/+11
2021-05-07Define `O_NOFOLLOW' and various other flags when supported.Maxime Devos1-0/+36
2021-05-07NEWS: Fix typos.Ludovic Courtès1-2/+2
2021-05-06Optimize truncate-bitsAndy Wingo1-4/+17
2021-05-05[srfi-64] Fix a bug with test-end removing globally installed test-runnerjakub-w1-4/+7
2021-05-02analyze: 'unbound-variable' warning handles re-exported bindings.Ludovic Courtès2-0/+18
2021-05-01Include config.h in mini-gmp.c, if presentAndy Wingo1-0/+4
2021-05-01Fix R7RS include-library-declarations and cond-expand in define-libraryAndy Wingo1-3/+3
2021-05-01Fix bug if call-with-prompt tag not a lexicalAndy Wingo1-2/+2
2021-05-01Fix tree-il effects analysis for promptsAndy Wingo2-3/+28
2021-05-01Fix bug for read-syntax on ( . args)Andy Wingo3-7/+25
2021-04-29Fix syntax testAndy Wingo1-1/+1
2021-04-29Fix syntax-violation, which was passing vectors instead of alistsAndy Wingo2-3/+5
2021-04-29Fix compile-psyntax.scm -- canonicalize pass not neededAndy Wingo1-6/+4
2021-04-29bug#48096: [3.0.6] ‘syntax-error’ exceptions include vectors instead of s...Ludovic Courtès1-1/+13
2021-04-29Fix line and column for read errorsAndy Wingo1-1/+2
2021-04-29bug#48089: Guile 3.0.6 returns zero-indexed locations for ‘read-error’Ludovic Courtès1-0/+12
2021-04-28Fix duplicates handlers for interfaces that use interfacesAndy Wingo1-3/+3
2021-04-27Bump GUILE-VERSIONv3.0.6Andy Wingo1-3/+3
2021-04-27Add ice-9/read.scm to extra_distAndy Wingo1-0/+1
2021-04-27Update NEWSAndy Wingo1-2/+18
2021-04-27Add GUILE_INSTALL_GMP_MEMORY_FUNCTIONS to NEWS; use at build-timeAndy Wingo3-2/+10
2021-04-27Remove build-aux/config.rpathDaniel Llorens1-684/+0
2021-04-27Fix closure-conversion bug for SCC with all free vars prunedAndy Wingo2-7/+44
2021-04-26Allow users to force gmp to use libgcAndy Wingo2-0/+22
2021-04-26Bump minor objcode version for new intrinsicsAndy Wingo2-3/+3
2021-04-26Allow contification for $callkAndy Wingo1-36/+132
2021-04-26CPS conversion calls module variables through trampolinesAndy Wingo1-2/+86
2021-04-26Fix CPS optimizations to allow callk in front halfAndy Wingo4-34/+45
2021-04-26Fix error when argument to < not a realAndy Wingo1-1/+2
2021-04-26Simplify module variable lookup slow-pathAndy Wingo9-13/+152
2021-04-25Fix cached-module-box cache keysAndy Wingo1-2/+2
2021-04-25Fix bugs introduced when allowing $kfun -> $kargsAndy Wingo2-3/+6
2021-04-23Fix comments in cps/compile-bytecodeAndy Wingo1-2/+5
2021-04-21New pass: elide-arity-checksAndy Wingo5-1/+113
2021-04-21Allow $kargs as entry of $kfunAndy Wingo9-54/+101
2021-04-21Mark some elisp runtime modules as non-declarativeAndy Wingo2-2/+4
2021-04-21Optimize letrec* binding order in fix-letrecAndy Wingo1-3/+41