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-09-20
(system repl command) autoloads the compiler, disassembler, and profiler.
Ludovic Courtès
1
-4
/
+6
2021-09-17
Revert shift of ndim in array tag from 3df3ba1a2c956bba122328e1fc4be614171a4f42
Daniel Llorens
2
-3
/
+3
2021-09-14
Fix typo in srfi-69 doc
Daniel Llorens
1
-1
/
+1
2021-09-02
foreign-library: fix darwin detection
Aleix Conchillo Flaqué
1
-1
/
+1
2021-08-17
Extend bytevector-fill! to handle a partial fill
Daniel Llorens
4
-28
/
+63
2021-08-17
Refactor srfi-4 declarations
Daniel Llorens
1
-246
/
+31
2021-08-16
Remove array contp flag
Daniel Llorens
6
-56
/
+23
2021-08-16
Deprecate scm_from_contiguous_typed_array
Daniel Llorens
4
-60
/
+71
2021-08-16
Remove the 'simple vector' concept
Daniel Llorens
9
-66
/
+62
2021-08-16
Update gnulib to 8f4538a53d64054ae2fc8b86c0f87c418c6176e6
Daniel Llorens
304
-3005
/
+4266
2021-08-06
Add function vector-copy! to core
Daniel Llorens
5
-38
/
+80
2021-08-06
Reuse core vector-fill! in (scheme base)
Daniel Llorens
1
-11
/
+1
2021-08-06
Extend core vector-copy to r7rs vector-copy
Daniel Llorens
6
-43
/
+59
2021-08-06
Deprecate use of vector-move-left! and vector-move-right! on non-vector arrays
Daniel Llorens
1
-53
/
+104
2021-08-05
Deprecate using vector->list, vector-copy on arrays
Daniel Llorens
1
-32
/
+60
2021-08-03
Merge libguile/generalized-arrays.* into libguile/arrays.*
Daniel Llorens
11
-714
/
+614
2021-08-02
ice-9/read: Parse #{}}# properly.
Maxime Devos
2
-2
/
+10
2021-07-11
Fix crash on #nil in syntaxes
Rob Browning
2
-0
/
+11
2021-06-02
Fix else in init_bouncing_parens()
Daniel Llorens
1
-6
/
+8
2021-05-27
Fix null dereference in readline initialization
Daniel Llorens
1
-6
/
+11
2021-05-24
Fix bug in eq-constant? propagation in CSE if kf == kt
Andy Wingo
2
-66
/
+70
2021-05-21
Fix bug in nftw function
Daniel Llorens
1
-4
/
+4
2021-05-21
Fix typo in lambda documentation.
Luis Felipe
1
-2
/
+2
2021-05-19
Fixed style for 02439a124
jakub-w
1
-5
/
+3
2021-05-19
Fix trace-calls-to-procedure
Robin Green
1
-1
/
+1
2021-05-19
Fixed filename-completion-function for readline completion
Jakub Wojciech
1
-1
/
+4
2021-05-18
Add ‘expt’ to the list of effect-free primitives.
Maxime Devos
1
-1
/
+2
2021-05-11
Implement cross-module inlining
Andy Wingo
2
-58
/
+137
2021-05-11
Add support for recording inlinable module exports
Andy Wingo
6
-8
/
+891
2021-05-11
Add pass to resolve free toplevel references in declarative modules
Andy Wingo
5
-0
/
+287
2021-05-11
Letrectify links module defs with uses
Andy Wingo
1
-1
/
+19
2021-05-11
Bump objcode version
Andy Wingo
2
-2
/
+2
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
[prev]
[next]