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
2023-02-23
Added comments in load-lang.test, which does not work. * test-suite/tests/loa...
wip-load-lang
Matt Wette
1
-1
/
+22
2023-02-23
multiple languages support via file extension or #lang header
Matt Wette
4
-6
/
+108
2023-01-17
Doc: clarification on regexes and encodings
Jean Abou Samra
1
-2
/
+6
2023-01-17
doc: Fix eval-when example
Jean Abou Samra
1
-11
/
+18
2023-01-16
build: Avoid implicit 'int' return type in configure tests.
Ludovic Courtès
1
-2
/
+2
2023-01-16
Do not expand 'make-vector' primcall with wrong number of arguments.
Ludovic Courtès
2
-5
/
+14
2023-01-14
Add 'bytevector-slice'.
Ludovic Courtès
8
-5
/
+208
2023-01-14
Remove Gnulib generated file.
Ludovic Courtès
1
-116
/
+0
2023-01-13
Bump user-visible copyright years to 2023.
Ludovic Courtès
3
-4
/
+4
2023-01-13
Reduce redundant 'close' calls when forking on some systems.
Andrew Whatson
2
-3
/
+40
2023-01-13
Make 'system*' and 'piped-process' internally use 'spawn'.
Josselin Poiret
3
-155
/
+101
2023-01-13
Add 'spawn'.
Josselin Poiret
5
-10
/
+303
2023-01-12
Update gnulib to 0.1.5414-8204d and add posix_spawn, posix_spawnp.
Josselin Poiret
531
-3275
/
+16214
2023-01-11
Test for 'frame-local-ref' errors when printing backtrace.
Andrew Whatson
1
-1
/
+22
2022-12-21
Recognize LoongArch compilation targets.
Zhang Ning
1
-0
/
+2
2022-12-21
doc: fix documented keyword argument default to match code default
Vijay Marupudi
1
-1
/
+1
2022-12-21
Patch for bug #60234
Daniel Llorens
1
-1
/
+2
2022-12-20
fix Apple Silicon JIT compilation
Aleix Conchillo Flaqué
2
-1
/
+27
2022-12-11
Doc: document that eq?, eqv? and equal? take any number of arguments
Jean Abou Samra
1
-12
/
+14
2022-12-10
doc: Lee Thomas suggested the name change.
Arne Babenhauserheide
1
-1
/
+1
2022-12-09
doc: Fix minor typos
Colin Woodbury
2
-2
/
+2
2022-12-01
Fix peval bug when expand-primitives introduces lexicals
Andy Wingo
2
-3
/
+47
2022-12-01
Fix order-of-side-effects bug in (eq? x y z) expansion
Andy Wingo
2
-12
/
+45
2022-11-29
Avoid 'frame-local-ref' errors when printing backtrace.
Andrew Whatson
1
-2
/
+10
2022-11-29
Add tests for warning locations.
Andrew Whatson
1
-1
/
+47
2022-11-20
Fix possible deadlock in 'lock-mutex'.
Olivier Dion
1
-9
/
+10
2022-11-20
Work around unwanted stack retention when using prompts.
Ludovic Courtès
1
-5
/
+12
2022-11-01
doc: Fix typo in VM instruction name.
Ludovic Courtès
1
-2
/
+2
2022-11-01
disassembler: Show intrinsic name for 'call-' instructions.
Ludovic Courtès
2
-1
/
+51
2022-10-21
Update NEWS.
Maxime Devos
1
-0
/
+12
2022-10-21
Define Scheme bindings to ‘openat’ when available.
Maxime Devos
6
-22
/
+168
2022-10-21
Define a Scheme binding to ‘fstatat’ when available.
Maxime Devos
6
-2
/
+131
2022-10-21
Define a Scheme binding to ‘fchownat’ when it exists.
Maxime Devos
4
-2
/
+49
2022-10-21
Define a Scheme binding to ‘unlinkat’ when it exists.
Maxime Devos
5
-2
/
+107
2022-10-21
Define a Scheme binding to ‘fchmodat’ when it exists.
Maxime Devos
4
-2
/
+92
2022-10-21
Define a Scheme binding to ‘renameat’ when it exists.
Maxime Devos
5
-1
/
+149
2022-10-21
Define AT_REMOVEDIR and others when available.
Maxime Devos
1
-0
/
+6
2022-10-21
Correct documentation of ‘mkdir’ w.r.t. the umask.
Maxime Devos
1
-1
/
+2
2022-10-21
Define bindings to ‘mkdirat’ when the C function exists.
Maxime Devos
5
-1
/
+71
2022-10-21
Define ‘symlinkat’ wrapper when supported.
Maxime Devos
5
-1
/
+58
2022-10-21
Allow file ports in ‘utime’.
Maxime Devos
5
-14
/
+106
2022-10-21
Allow file ports in ‘readlink’.
Maxime Devos
4
-12
/
+112
2022-10-21
Allow file ports in ‘chdir’ when supported.
Maxime Devos
5
-4
/
+71
2022-10-15
Fixes arg type for scm_integer_from_mpz
Michael Gran
1
-1
/
+1
2022-10-14
autoupdate acinclude.m4
Michael Gran
1
-22
/
+18
2022-10-14
Presumes signal handler return void
Michael Gran
2
-18
/
+7
2022-10-14
Modernizes labels-as-values.m4
Michael Gran
1
-7
/
+6
2022-10-14
Remove special logic for the obscure CMU C library's libc.h
Mike Gran
4
-56
/
+1
2022-10-14
Presume time.h and sys/time.h don't conflict when included
Mike Gran
3
-25
/
+5
2022-10-14
Presume ISO C90 functions are always available
Mike Gran
4
-21
/
+5
[next]