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
2020-03-27
GNU Guile 3.0.2.
v3.0.2
Ludovic Courtès
1
-2
/
+2
2020-03-27
Update NEWS.
Ludovic Courtès
1
-0
/
+67
2020-03-26
Update SRFI-14 tables to Unicode 13.0.0
Mike Gran
1
-505
/
+1333
2020-03-25
doc: Replace square brackets with round brackets.
Arun Isaac
1
-45
/
+45
2020-03-25
Add SRFI-171 to guile
Linus Björnstam
7
-0
/
+1393
2020-03-23
'sort-labels-locally' uses a transient intset.
Ludovic Courtès
1
-4
/
+4
2020-03-23
'resize_set' no longer allocates in a loop.
Ludovic Courtès
1
-2
/
+2
2020-03-23
Ensure weak sets are occasionally vacuumed.
Ludovic Courtès
1
-0
/
+1
2020-03-23
Avoid double initialization in 'vector-copy'.
Ludovic Courtès
1
-4
/
+8
2020-03-23
Fix fixpoint computation in compute-significant-bits
Andy Wingo
1
-2
/
+23
2020-03-22
Deprecate 'tmpnam' and add '--disable-tmpnam' configure option.
Matt Wette
2
-0
/
+19
2020-03-22
Interpret dynamic library name as literal file name first.
Isaac Jurado
2
-9
/
+11
2020-03-21
tests: Skip web server test when thread support is missing.
Ludovic Courtès
1
-2
/
+3
2020-03-21
Fix compilation --without-threads.
Matt Wette
2
-0
/
+4
2020-03-17
Fix race condition between 'abort-to-prompt' and stack marking.
Ludovic Courtès
1
-2
/
+10
2020-03-17
gdb: Avoid accessing values that are optimized out.
Ludovic Courtès
1
-0
/
+1
2020-03-17
gdb: Adjust 'find-vp' for Guile 3.0.
Ludovic Courtès
1
-5
/
+6
2020-03-17
gdb: Use <stdint.h> types.
Ludovic Courtès
1
-2
/
+2
2020-03-17
gdb: Delay type lookups.
Ludovic Courtès
1
-8
/
+9
2020-03-13
Add C API for hook procedures to libguile.h
Mike Gran
1
-0
/
+1
2020-03-11
doc: Fix typo in api-debug.texi.
Jan Synacek
1
-1
/
+1
2020-03-09
Fix incorrect allocation size in 'make-vtable-vtable'.
Ludovic Courtès
1
-3
/
+5
2020-03-08
GNU Guile 3.0.1.
v3.0.1
Ludovic Courtès
1
-4
/
+4
2020-03-08
Update NEWS.
Ludovic Courtès
1
-1
/
+7
2020-03-07
Update NEWS.
Ludovic Courtès
1
-0
/
+6
2020-03-07
README mentions development dependencies.
Ludovic Courtès
1
-4
/
+8
2020-03-07
README no longer says it's a prerelease.
Ludovic Courtès
1
-5
/
+5
2020-03-07
Accept .sld as scheme extensions in r7rs
Nguyễn Thái Ngọc Duy
1
-0
/
+3
2020-03-07
Update NEWS.
Ludovic Courtès
1
-0
/
+77
2020-03-07
Actually run '00-repl-server.test'.
Ludovic Courtès
1
-1
/
+2
2020-03-07
psyntax: Preserve source location information for top-level references.
Ludovic Courtès
2
-43
/
+46
2020-03-06
web: Client treats TLS "premature termination" error as EOF.
Ludovic Courtès
1
-1
/
+12
2020-03-06
Remove extra 'error' call in 'make-record-type'.
Ludovic Courtès
1
-1
/
+1
2020-03-06
Fix expansion of 'error' primitive with a non-constant argument.
Ludovic Courtès
2
-4
/
+37
2020-03-06
Add 'hash' test for keywords.
Ludovic Courtès
1
-1
/
+11
2020-03-06
'hash' behaves like 'hashq' for tc7s without an 'equal?' implementation.
Ludovic Courtès
1
-1
/
+17
2020-03-05
psyntax: 'include' no longer rejects relative file names.
Ludovic Courtès
2
-2
/
+2
2020-03-03
GUILE_PKG finds guile-3.0
Andy Wingo
1
-5
/
+5
2020-02-26
Add support for perf map creation
Andy Wingo
1
-0
/
+25
2020-02-21
Implement hashing for keywords, i.e. (hash #:x ...)
Rob Browning
2
-0
/
+5
2020-02-19
Fix bug restoring a JIT continuation from the interpreter
Andy Wingo
1
-0
/
+11
2020-02-19
Better debugging in jit.c
Andy Wingo
1
-9
/
+36
2020-02-17
Merge remote-tracking branch 'lightening/master'
Andy Wingo
1
-0
/
+4
2020-02-17
Ensure 32 bytes of stack are reserved on 64-bit Windows targets
Andy Wingo
1
-0
/
+4
2020-02-12
Add type checkers for lsh/immediate and rsh/immediate
Andy Wingo
1
-1
/
+3
2020-02-12
Fold (logior 0 INT) to INT
Andy Wingo
1
-1
/
+20
2020-02-11
Reintroduce 'SCM_MEMORY_ERROR' in terms of 'scm_report_out_of_memory'.
Ludovic Courtès
2
-2
/
+4
2020-02-10
Remove traces of 'scm_memory_error'.
Ludovic Courtès
3
-6
/
+2
2020-02-08
Fix build on ia64.
John Paul Adrian Glaubitz
2
-3
/
+8
2020-02-08
Fix build on platforms where the stack grows upwards.
John Paul Adrian Glaubitz
1
-1
/
+1
[next]