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
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
2022-10-14
Presume ISO C90 headers are always available
Mike Gran
12
-70
/
+21
2022-10-14
Remove AC_HEADER_STDC from configure.ac
Mike Gran
1
-1
/
+0
2022-10-14
Remove obsolete macro AM_PROG_CC_C_O in configure script
Mike Gran
1
-3
/
+0
2022-10-14
Use autoconf's ability to choose the latest version of C
Mike Gran
1
-12
/
+4
2022-10-14
Presume const is always available
Mike Gran
1
-2
/
+0
2022-10-14
Update libtool initialization in configure script
Mike Gran
1
-4
/
+1
2022-10-12
doc: Document how (ice-9 format) replaces 'format'.
Jean Abou Samra
2
-1
/
+18
2022-10-12
Define SO_RCVTIMEO and SO_SNDTIMEO.
Christopher Baines
2
-0
/
+46
2022-10-12
Update reference to the GNU Coding Standards.
Daniel Llorens
1
-3
/
+2
2022-10-03
Test for out of range depth in fluid-ref*
Daniel Llorens
1
-0
/
+4
2022-10-02
Modifies command line quoting in c-api.test
Mike Gran
1
-1
/
+1
2022-10-02
Avoids deprecated egrep in c-api.test
Mike Gran
1
-2
/
+2
2022-10-01
srfi-35: Fix expansion of 'condition' for compound conditions.
Ludovic Courtès
2
-5
/
+19
2022-10-01
doc: Fix typo in 'coverage-data->lcov' example.
Antoine Kalmbach
1
-1
/
+1
2022-10-01
doc: Fix typo under "CPS Soup".
Fulbert
1
-1
/
+1
2022-10-01
doc: Clarify reference to (sxml transform) module.
Fulbert
1
-8
/
+8
2022-10-01
Baseline compiler no longer crashes on (not (list 1 2)).
Ludovic Courtès
3
-2
/
+12
2022-10-01
Finalization thread exits when it gets EOF on its pipe.
Ludovic Courtès
1
-3
/
+6
2022-09-30
Fix doc for string args to error C API
Daniel Llorens
1
-7
/
+7
[prev]
[next]