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
2024-07-30
srfi-1 delete-duplicates: move from C to Scheme
Rob Browning
3
-140
/
+46
2024-07-30
srfi-1 delete-duplicates!: move from C to Scheme
Rob Browning
3
-84
/
+39
2024-07-30
srfi-1 lset-difference: use remove
Rob Browning
1
-11
/
+25
2024-07-30
srfi-1 lset-difference!: move from C to Scheme
Rob Browning
4
-123
/
+79
2024-07-30
srfi-1 partition!: move from C to Scheme
Rob Browning
3
-54
/
+21
2024-07-30
srfi-1 partition: move from C to Scheme
Rob Browning
3
-43
/
+22
2024-07-30
srfi-1 count: move from C to Scheme
Rob Browning
3
-100
/
+21
2024-07-30
srfi-1 length+: move from C to Scheme
Rob Browning
4
-52
/
+34
2024-07-30
srfi-1 append-reverse!: move from C to Scheme
Rob Browning
3
-34
/
+22
2024-07-30
srfi-1 append-reverse: move from C to Scheme
Rob Browning
3
-26
/
+17
2024-07-30
srfi-1 concatenate concatenate!: move from C to Scheme
Rob Browning
4
-39
/
+21
2024-07-30
srfi-1 delete delete!: move from C to Scheme
Rob Browning
3
-113
/
+35
2024-07-30
srfi-1 remove!: move from C to Scheme
Rob Browning
3
-30
/
+21
2024-07-30
srfi-1 remove: move from C to Scheme
Rob Browning
3
-32
/
+47
2024-07-30
srfi-1 list-copy: move from C to Scheme
Rob Browning
4
-35
/
+26
2024-07-26
Ensure GUILE-VERSION changes propagate to .version and Makefiles
Rob Browning
2
-3
/
+2
2024-07-23
doc: Mention how to remove namespaces in xml->sxml.
Richard Sent
1
-1
/
+2
2024-07-17
guix: Run one cross-compilation build out-of-tree.
Ludovic Courtès
1
-3
/
+16
2024-07-17
build: Fix in-tree cross-compilation build.
Ludovic Courtès
1
-5
/
+4
2024-07-12
test-hashing: support 32-bit
Rob Browning
1
-1
/
+7
2024-07-12
define-meta-command: mention effects of a missing category
Rob Browning
1
-0
/
+2
2024-07-01
bug#71304: [PATCH] Add support for 'else' clause in R7RS cond-expand.
Maxim Cournoyer
1
-1
/
+3
2024-06-23
Fix distcheck problems with parallel tests
v3.0.10
Andy Wingo
1
-3
/
+4
2024-06-23
Bump version to 3.0.10.
Andy Wingo
1
-3
/
+3
2024-06-23
Add NEWS note about parallel tests
Andy Wingo
1
-0
/
+8
2024-06-23
Fix parallel test bug in r6rs-ports.test
Andy Wingo
1
-2
/
+2
2024-06-23
Fix race in check-guile to make needless guile-procedures symlink
Andy Wingo
3
-91
/
+94
2024-06-21
Ensure the signal-delivery thread is completely stopped before fork
Andy Wingo
3
-31
/
+89
2024-06-20
Document wait-condition-variable's spurious returns
Rob Browning
1
-3
/
+4
2024-06-20
Avoid stompling user TESTS_ENVIRONMENT var
Andy Wingo
1
-2
/
+2
2024-06-20
Switch to the preferred parallel automake test harness
Rob Browning
5
-18
/
+74
2024-06-20
guile-test: support automake parallel test harness via --trs-file
Rob Browning
3
-9
/
+93
2024-06-20
check-guile.in: exit 2 on errors and direct output to stderr
Rob Browning
1
-2
/
+2
2024-06-20
Attempt to fix distcheck
Andy Wingo
1
-2
/
+3
2024-06-20
Add thanks for v3.0.10
Andy Wingo
1
-7
/
+7
2024-06-20
Add link to foreign functions from gsubr doc
Andy Wingo
1
-0
/
+3
2024-06-20
Update NEWS
Andy Wingo
1
-1
/
+133
2024-06-20
Add documentation on embedded procedure properties
Andy Wingo
1
-36
/
+59
2024-06-20
Remove dead code in resolve-interface
Andy Wingo
1
-4
/
+2
2024-06-18
build: Use PKG_INSTALL_DIR
Arsen Arsenović
2
-1
/
+1
2024-06-18
bug#71303: [PATCH] doc: Fix typo in PEG example.
Maxim Cournoyer
1
-1
/
+1
2024-06-16
Rewrite ‘get-bytevector-all’ in Scheme.
Ludovic Courtès
3
-50
/
+49
2024-06-01
wisp: Use uninterned symbols instead of UUIDs.
Ludovic Courtès
1
-36
/
+45
2024-06-01
Update NEWS.
Ludovic Courtès
1
-0
/
+7
2024-06-01
Add language/wisp, Wisp tests, and SRFI-119 documentation
Arne Babenhauserheide
6
-1
/
+1922
2024-06-01
Don’t rely on integer wrapping in ‘scm_gc_register_allocation’.
Ludovic Courtès
1
-2
/
+2
2024-05-17
make-foreign-object-type: add #:super to provide superclasses
Rob Browning
3
-6
/
+14
2024-05-13
Update NEWS.
Daniel Llorens
1
-0
/
+2
2024-05-06
guix: Use non-deprecated package name.
Ludovic Courtès
1
-2
/
+2
2024-05-06
Second argument of ‘unread-string’ is optional.
Juliana Sims
4
-5
/
+7
[prev]
[next]