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
path:
root
/
module
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-23
'sort-labels-locally' uses a transient intset.
Ludovic Courtès
1
-4
/
+4
2020-03-23
Fix fixpoint computation in compute-significant-bits
Andy Wingo
1
-2
/
+23
2020-03-07
Accept .sld as scheme extensions in r7rs
Nguyễn Thái Ngọc Duy
1
-0
/
+3
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
1
-2
/
+1
2020-03-05
psyntax: 'include' no longer rejects relative file names.
Ludovic Courtès
2
-2
/
+2
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-08
Remove duplicate procedure in slot-allocation.scm.
Ludovic Courtès
1
-15
/
+12
2020-01-29
texinfo: Properly render @acronym in plain text.
Ludovic Courtès
1
-1
/
+12
2020-01-29
texinfo: Add '*line-width*' fluid to control line wrapping.
Ludovic Courtès
1
-4
/
+7
2020-01-23
statprof: Ensure 'call-thunk' is not inlined.
Ludovic Courtès
1
-1
/
+5
2020-01-21
rnrs: Export '&assertion' from (rnrs conditions).
Ludovic Courtès
1
-2
/
+2
2020-01-20
use2dot: Fix incorrect #:autoload binding set leading to unbound variables.
Ludovic Courtès
1
-6
/
+6
2020-01-20
frisk: Fix incorrect #:autoload binding set leading to unbound variables.
Ludovic Courtès
1
-7
/
+7
2020-01-20
repl: Add missing bindings in #:autoload spec.
Ludovic Courtès
1
-2
/
+3
2020-01-18
exceptions: Export constructor and predicate for '&quit-exception'.
Ludovic Courtès
1
-1
/
+7
2020-01-15
Disable eta-expansion in letrectification
Andy Wingo
1
-70
/
+5
2020-01-15
Add eta-expansion pass after peval
Andy Wingo
3
-2
/
+177
2020-01-14
Declarative variables optimization limits eta-expansion
Andy Wingo
1
-2
/
+32
2020-01-14
Update REPL copyright year to 2020
Andy Wingo
1
-2
/
+2
2020-01-13
web: Update comment regarding the 'tls-wrap' port wrapper.
Ludovic Courtès
1
-0
/
+8
2020-01-13
web: 'open-socket-for-uri' can verify the server's X.509 certificate.
Ludovic Courtès
1
-7
/
+113
2020-01-13
web: Continue handshake upon TLS warning alerts.
Ludovic Courtès
1
-1
/
+16
2020-01-13
web: Add 'current-https-proxy' and honor $https_proxy.
Ludovic Courtès
1
-37
/
+50
2020-01-13
web: Adjust (gnutls) loading to new module autoload semantics.
Ludovic Courtès
1
-28
/
+17
2020-01-13
Bump user-visible copyright years to 2020
Andy Wingo
2
-4
/
+4
2020-01-13
Bump objcode minor version in preparation for new stable series
Andy Wingo
1
-2
/
+2
2020-01-12
srfi-11: Do not expose variables to later clauses
Tim Gesthuizen
1
-1
/
+1
2020-01-12
Fix typos in previous commit.
Andy Wingo
2
-2
/
+2
2020-01-12
Optionally allow duplicate field names in core records
Andy Wingo
2
-10
/
+25
2020-01-12
Fix peval bug that ignored excess args
Andy Wingo
1
-1
/
+1
2020-01-12
Support R7RS define-library
Andy Wingo
6
-90
/
+201
2020-01-11
Fix bug in closure conversion
Andy Wingo
1
-12
/
+12
2020-01-10
Re-implement `guard'
Andy Wingo
3
-62
/
+74
2020-01-06
New function string-replace-substring in (ice-9 string-fun)
Daniel Llorens
1
-1
/
+36
2020-01-03
Extend core vector-fill! to handle a range
Daniel Llorens
1
-30
/
+2
2019-12-14
srfi-35: Generate a unique binding for the constructor.
Ludovic Courtès
1
-5
/
+14
2019-12-14
srfi-35: Replace '&error'.
Ludovic Courtès
1
-1
/
+1
2019-12-09
Reduce quo, rem, mod for power-of-two divisors
Andy Wingo
1
-0
/
+55
2019-12-09
Allow for inexact integers in quo, rem, and so on
Andy Wingo
1
-26
/
+27
2019-12-06
Fix resolve-r6rs-interface to propagate replacement flags
Andy Wingo
1
-15
/
+28
2019-12-06
Single definition of (iota)
Daniel Llorens
2
-42
/
+41
2019-12-06
Effects analysis treats the fixed parts of objects specially
Andy Wingo
1
-9
/
+27
2019-12-05
Allocations and raw mutating operations restrict to mutable types
Andy Wingo
1
-7
/
+14
2019-12-05
Propagate replacement flag for autoload interfaces
Andy Wingo
1
-9
/
+15
2019-12-02
Add --r6rs and --r7rs options to "guild compile"
Andy Wingo
1
-5
/
+20
2019-12-02
Add guile-3, r6rs, r7rs cond-expand features
Andy Wingo
1
-0
/
+5
[next]