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
2025-03-22
Improve DLL search strategy for load-foreign-library
Michael Gran
1
-15
/
+136
2025-03-20
Fix typo in transform-string docstring
Arun Isaac
1
-2
/
+2
2025-03-02
Allow trailing "." in urls
Dale P. Smith
1
-7
/
+10
2025-02-28
Fix make-custom-port in case encoding is #f
Hannes Müller
1
-1
/
+1
2025-02-28
srfi-19: Fix ~V converter in date->string.
Tomas Volf
1
-1
/
+22
2025-02-28
Fix typos in comments.
Tomas Volf
3
-3
/
+3
2025-02-20
Fix string-utf8-length to have unboxed representation
Andy Wingo
1
-1
/
+1
2025-01-27
Avoid accidentally-quadratic use of intmap-keys
Andy Wingo
1
-14
/
+19
2025-01-22
Optimize ordering edges in fix-letrec
Andy Wingo
1
-2
/
+4
2025-01-22
Use transient intset/intmap optimizations when computing SCCs
Andy Wingo
1
-14
/
+16
2025-01-22
Fix bad algorithmic growth in fix-letrec
Andy Wingo
1
-153
/
+216
2025-01-22
Fix a check in the Tree-IL verifier
Andy Wingo
1
-2
/
+2
2025-01-16
Fix bug in srfi-111 box printer
Daniel Llorens
1
-1
/
+1
2024-12-22
doc: srfi-19: Use `day' instead of `date' for `make-date'.
Tomas Volf
1
-12
/
+12
2024-12-22
PEG: string-peg: Better support for escaping.
Ekaitz Zarraga
1
-3
/
+23
2024-12-22
PEG: string-peg: Fix [^...] interpretation.
Ekaitz Zarraga
1
-4
/
+12
2024-12-19
New line or field iteration procedures in (ice-9 rdelim)
Adam Faiz
1
-1
/
+34
2024-12-09
PEG: Add support for `not-in-range` and [^...]
Ekaitz Zarraga
2
-3
/
+57
2024-12-09
PEG: Add full support for PEG + some extensions
Ekaitz Zarraga
1
-166
/
+280
2024-12-06
Temporarily revert commit 7379049d3 (to make Guile bootstrap)
Mikael Djurfeldt
2
-155
/
+79
2024-11-27
Bugfix: Recursively use method*, not method, in method*
Mikael Djurfeldt
1
-5
/
+4
2024-11-26
Add comment about (oop goops keyword-formals)
Mikael Djurfeldt
1
-1
/
+8
2024-11-26
New module (oop goops keyword-formals)
Mikael Djurfeldt
1
-0
/
+31
2024-11-25
Correctly pass on keyword arguments actually present in args list
Mikael Djurfeldt
1
-23
/
+58
2024-11-25
Distinguish between lambda and lambda* in generated procedures
Mikael Djurfeldt
1
-34
/
+47
2024-11-25
Remove method slot keyword-formals? introduced in 765f1d49
Mikael Djurfeldt
1
-10
/
+2
2024-11-25
GOOPS: Introduce new forms method* and define-method*
Mikael Djurfeldt
1
-12
/
+107
2024-11-25
GOOPS: Add support for keyword arguments in methods
Mikael Djurfeldt
1
-46
/
+131
2024-11-25
psyntax: simplify free-id=?
Andy Wingo
2
-66
/
+65
2024-11-20
psyntax: Cosmetic change to overriden globals
Andy Wingo
2
-258
/
+270
2024-11-19
psyntax: Reorder global-extend
Andy Wingo
1
-6
/
+4
2024-11-19
psyntax: Typo fix
Andy Wingo
1
-1
/
+1
2024-11-19
psyntax: Cosmetic change
Andy Wingo
1
-3
/
+1
2024-11-19
psyntax: Clean up sourcev/src namings
Andy Wingo
2
-19
/
+18
2024-11-19
psyntax: Simplify output constructors.
Andy Wingo
2
-119
/
+82
2024-11-19
psyntax: Factor module-variable use to helpers
Andy Wingo
2
-78
/
+156
2024-11-19
psyntax: Remove stale analyze-variable case
Andy Wingo
2
-70
/
+61
2024-11-18
psyntax: Separate core expanders from their installation
Andy Wingo
2
-1387
/
+1417
2024-11-18
psyntax: Remove pre-3.0 hack about syntax transformer bindings.
Andy Wingo
2
-40
/
+35
2024-11-18
psyntax: Simplify to first-order bindings. NFC
Andy Wingo
2
-82
/
+84
2024-11-18
psyntax: Match when rebuilding macro output
Andy Wingo
2
-87
/
+176
2024-11-18
psyntax: Cleanups; ensure order of top-level expansion
Andy Wingo
1
-64
/
+71
2024-11-18
psyntax: Simplify locally-bound-identifiers
Andy Wingo
2
-111
/
+149
2024-11-18
psyntax: Simplify id-var-name
Andy Wingo
2
-159
/
+255
2024-11-18
psyntax: Fix bug introduced in 029540948367fe522f9a105f403c12
Andy Wingo
2
-61
/
+57
2024-11-15
psyntax: Use new `match' instead of cdadring
Andy Wingo
2
-190
/
+280
2024-11-15
psyntax: Use new `match' instead of cdadring
Andy Wingo
2
-107
/
+154
2024-11-15
psyntax: Add simple pattern matcher
Andy Wingo
2
-38
/
+92
2024-11-15
psyntax: Avoid lambda in procedure definitions
Andy Wingo
1
-1640
/
+1552
2024-11-15
psyntax: Remove a useless level of let
Andy Wingo
1
-2779
/
+2778
[next]