index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-11
Fix import of lower-cps in compile-js.scm
Christopher Lemmer Webber
1
-1
/
+1
2021-05-11
Add compiler-chooser for CPS spec
Christopher Lemmer Webber
1
-1
/
+5
2021-05-11
Fix module/Makefile.am after compile-to-js merge
Christopher Lemmer Webber
1
-5
/
+5
2021-05-10
Merge branch 'compile-to-js-2017' into compile-to-js-rebase
Christopher Lemmer Webber
12
-2
/
+3181
2021-05-10
Bump version to 3.0.7
v3.0.7
Andy Wingo
1
-1
/
+1
2021-05-10
Update NEWS
Andy Wingo
1
-0
/
+1
2021-05-10
Update NEWS
Andy Wingo
1
-3
/
+9
2021-05-10
bug#45131: [PATCH] Compile directly to target language if no joint is found.
Leo Prikler
2
-11
/
+38
2021-05-10
Minor tweak to truncate-bits
Andy Wingo
1
-8
/
+5
2021-05-08
Update NEWS.
Ludovic Courtès
1
-0
/
+6
2021-05-08
'primitive-fork' closes and recreates the current thread's 'sleep_pipe'.
Ludovic Courtès
3
-1
/
+94
2021-05-08
Close the finalization pipe before forking.
Andrew Whatson
1
-17
/
+28
2021-05-08
Update NEWS.
Ludovic Courtès
1
-0
/
+11
2021-05-07
Define `O_NOFOLLOW' and various other flags when supported.
Maxime Devos
1
-0
/
+36
2021-05-07
NEWS: Fix typos.
Ludovic Courtès
1
-2
/
+2
2021-05-06
Optimize truncate-bits
Andy Wingo
1
-4
/
+17
2021-05-05
[srfi-64] Fix a bug with test-end removing globally installed test-runner
jakub-w
1
-4
/
+7
2021-05-02
analyze: 'unbound-variable' warning handles re-exported bindings.
Ludovic Courtès
2
-0
/
+18
2021-05-01
Include config.h in mini-gmp.c, if present
Andy Wingo
1
-0
/
+4
2021-05-01
Fix R7RS include-library-declarations and cond-expand in define-library
Andy Wingo
1
-3
/
+3
2021-05-01
Fix bug if call-with-prompt tag not a lexical
Andy Wingo
1
-2
/
+2
2021-05-01
Fix tree-il effects analysis for prompts
Andy Wingo
2
-3
/
+28
2021-05-01
Fix bug for read-syntax on ( . args)
Andy Wingo
3
-7
/
+25
2021-04-29
Fix syntax test
Andy Wingo
1
-1
/
+1
2021-04-29
Fix syntax-violation, which was passing vectors instead of alists
Andy Wingo
2
-3
/
+5
2021-04-29
Fix compile-psyntax.scm -- canonicalize pass not needed
Andy Wingo
1
-6
/
+4
2021-04-29
bug#48096: [3.0.6] ‘syntax-error’ exceptions include vectors instead of s...
Ludovic Courtès
1
-1
/
+13
2021-04-29
Fix line and column for read errors
Andy Wingo
1
-1
/
+2
2021-04-29
bug#48089: Guile 3.0.6 returns zero-indexed locations for ‘read-error’
Ludovic Courtès
1
-0
/
+12
2021-04-28
Fix duplicates handlers for interfaces that use interfaces
Andy Wingo
1
-3
/
+3
2021-04-27
Bump GUILE-VERSION
v3.0.6
Andy Wingo
1
-3
/
+3
2021-04-27
Add ice-9/read.scm to extra_dist
Andy Wingo
1
-0
/
+1
2021-04-27
Update NEWS
Andy Wingo
1
-2
/
+18
2021-04-27
Add GUILE_INSTALL_GMP_MEMORY_FUNCTIONS to NEWS; use at build-time
Andy Wingo
3
-2
/
+10
2021-04-27
Remove build-aux/config.rpath
Daniel Llorens
1
-684
/
+0
2021-04-27
Fix closure-conversion bug for SCC with all free vars pruned
Andy Wingo
2
-7
/
+44
2021-04-26
Allow users to force gmp to use libgc
Andy Wingo
2
-0
/
+22
2021-04-26
Bump minor objcode version for new intrinsics
Andy Wingo
2
-3
/
+3
2021-04-26
Allow contification for $callk
Andy Wingo
1
-36
/
+132
2021-04-26
CPS conversion calls module variables through trampolines
Andy Wingo
1
-2
/
+86
2021-04-26
Fix CPS optimizations to allow callk in front half
Andy Wingo
4
-34
/
+45
2021-04-26
Fix error when argument to < not a real
Andy Wingo
1
-1
/
+2
2021-04-26
Simplify module variable lookup slow-path
Andy Wingo
9
-13
/
+152
2021-04-25
Fix cached-module-box cache keys
Andy Wingo
1
-2
/
+2
2021-04-25
Fix bugs introduced when allowing $kfun -> $kargs
Andy Wingo
2
-3
/
+6
2021-04-23
Fix comments in cps/compile-bytecode
Andy Wingo
1
-2
/
+5
2021-04-21
New pass: elide-arity-checks
Andy Wingo
5
-1
/
+113
2021-04-21
Allow $kargs as entry of $kfun
Andy Wingo
9
-54
/
+101
2021-04-21
Mark some elisp runtime modules as non-declarative
Andy Wingo
2
-2
/
+4
2021-04-21
Optimize letrec* binding order in fix-letrec
Andy Wingo
1
-3
/
+41
[prev]
[next]