index
:
delta/guile.git
alt-par-map-and-thread-safe-popen
baserock/morph
bdw-gc-static-alloc
boehm-demers-weiser-gc
brainfuck
branch_mvo-substrings
branch_mvo-thread-cleanup
branch_release-1-4
branch_release-1-6
branch_release-1-8
calling-convention
cky-hygienic-macros
compile-to-js-merge
coop-repl-servers
dev/hanwen
dirk-adding-josts-environments
dirk-thread-factorization-branch
eval-cleanup
excise-ltdl
historical/wip-1-8-mingw-build
jimb
jimb_env_branch
jimb_mb_branch_1
jimb_readline
lexical-literals
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
master
mdj_elisp_branch
mdj_genloc_branch
mdj_goops_branch
mike-port-encodings
mingw-guile-3.0
mvo-vcell-cleanup-1-branch
mvo_libtool_branch
nan-boxing
ossau-elisp-branch
ossau-gds-dev
r6rs-strings
r7rs-wip
ra0
srfi-4-bytevectors
srfi-41
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
string-abstraction
string_abstraction2
subr-simplification
syncase
syncase-in-boot-9
thread-safe-popen
ttn-back-in-the-saddle
use-minigmp
vm
vm-syncase
vtable-vtable-deprecation
wingo
wip-2.1.2
wip-bpt-elisp
wip-closure-conversion
wip-compiler
wip-cps-bis
wip-cps-for-merge
wip-cse
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-dwarf
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-foreign-objects
wip-generalized-vectors
wip-gnulib-update
wip-goops-refactor
wip-guile-pkg
wip-https-client
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-linker
wip-lloda
wip-load-lang
wip-manual
wip-manual-2
wip-mingw
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-peg
wip-peg-fixed
wip-peg-fixed-2
wip-port-refactor
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-rtl
wip-rtl-assembler
wip-rtl-cps
wip-rtl-dwarf
wip-rtl-halloween
wip-rtl-may-2013
wip-rtl-metadata
wip-rtl-prompts
wip-rtl-vm
wip-sassy
wip-source-info
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-uri-reference
wip-utf16-debugging
wip-vector-cleanup
wip-wingo-elisp-badness
git.savannah.gnu.org: git/guile.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix Apple Silicon JIT compilation
Aleix Conchillo Flaqué
2022-12-20
2
-1
/
+27
*
Doc: document that eq?, eqv? and equal? take any number of arguments
Jean Abou Samra
2022-12-11
1
-12
/
+14
*
doc: Lee Thomas suggested the name change.
Arne Babenhauserheide
2022-12-10
1
-1
/
+1
*
doc: Fix minor typos
Colin Woodbury
2022-12-09
2
-2
/
+2
*
Fix peval bug when expand-primitives introduces lexicals
Andy Wingo
2022-12-01
2
-3
/
+47
*
Fix order-of-side-effects bug in (eq? x y z) expansion
Andy Wingo
2022-12-01
2
-12
/
+45
*
Avoid 'frame-local-ref' errors when printing backtrace.
Andrew Whatson
2022-11-29
1
-2
/
+10
*
Add tests for warning locations.
Andrew Whatson
2022-11-29
1
-1
/
+47
*
Fix possible deadlock in 'lock-mutex'.
Olivier Dion
2022-11-20
1
-9
/
+10
*
Work around unwanted stack retention when using prompts.
Ludovic Courtès
2022-11-20
1
-5
/
+12
*
doc: Fix typo in VM instruction name.
Ludovic Courtès
2022-11-01
1
-2
/
+2
*
disassembler: Show intrinsic name for 'call-' instructions.
Ludovic Courtès
2022-11-01
2
-1
/
+51
*
Update NEWS.
Maxime Devos
2022-10-21
1
-0
/
+12
*
Define Scheme bindings to ‘openat’ when available.
Maxime Devos
2022-10-21
6
-22
/
+168
*
Define a Scheme binding to ‘fstatat’ when available.
Maxime Devos
2022-10-21
6
-2
/
+131
*
Define a Scheme binding to ‘fchownat’ when it exists.
Maxime Devos
2022-10-21
4
-2
/
+49
*
Define a Scheme binding to ‘unlinkat’ when it exists.
Maxime Devos
2022-10-21
5
-2
/
+107
*
Define a Scheme binding to ‘fchmodat’ when it exists.
Maxime Devos
2022-10-21
4
-2
/
+92
*
Define a Scheme binding to ‘renameat’ when it exists.
Maxime Devos
2022-10-21
5
-1
/
+149
*
Define AT_REMOVEDIR and others when available.
Maxime Devos
2022-10-21
1
-0
/
+6
*
Correct documentation of ‘mkdir’ w.r.t. the umask.
Maxime Devos
2022-10-21
1
-1
/
+2
*
Define bindings to ‘mkdirat’ when the C function exists.
Maxime Devos
2022-10-21
5
-1
/
+71
*
Define ‘symlinkat’ wrapper when supported.
Maxime Devos
2022-10-21
5
-1
/
+58
*
Allow file ports in ‘utime’.
Maxime Devos
2022-10-21
5
-14
/
+106
*
Allow file ports in ‘readlink’.
Maxime Devos
2022-10-21
4
-12
/
+112
*
Allow file ports in ‘chdir’ when supported.
Maxime Devos
2022-10-21
5
-4
/
+71
*
Fixes arg type for scm_integer_from_mpz
Michael Gran
2022-10-15
1
-1
/
+1
*
autoupdate acinclude.m4
Michael Gran
2022-10-14
1
-22
/
+18
*
Presumes signal handler return void
Michael Gran
2022-10-14
2
-18
/
+7
*
Modernizes labels-as-values.m4
Michael Gran
2022-10-14
1
-7
/
+6
*
Remove special logic for the obscure CMU C library's libc.h
Mike Gran
2022-10-14
4
-56
/
+1
*
Presume time.h and sys/time.h don't conflict when included
Mike Gran
2022-10-14
3
-25
/
+5
*
Presume ISO C90 functions are always available
Mike Gran
2022-10-14
4
-21
/
+5
*
Presume ISO C90 headers are always available
Mike Gran
2022-10-14
12
-70
/
+21
*
Remove AC_HEADER_STDC from configure.ac
Mike Gran
2022-10-14
1
-1
/
+0
*
Remove obsolete macro AM_PROG_CC_C_O in configure script
Mike Gran
2022-10-14
1
-3
/
+0
*
Use autoconf's ability to choose the latest version of C
Mike Gran
2022-10-14
1
-12
/
+4
*
Presume const is always available
Mike Gran
2022-10-14
1
-2
/
+0
*
Update libtool initialization in configure script
Mike Gran
2022-10-14
1
-4
/
+1
*
doc: Document how (ice-9 format) replaces 'format'.
Jean Abou Samra
2022-10-12
2
-1
/
+18
*
Define SO_RCVTIMEO and SO_SNDTIMEO.
Christopher Baines
2022-10-12
2
-0
/
+46
*
Update reference to the GNU Coding Standards.
Daniel Llorens
2022-10-12
1
-3
/
+2
*
Test for out of range depth in fluid-ref*
Daniel Llorens
2022-10-03
1
-0
/
+4
*
Modifies command line quoting in c-api.test
Mike Gran
2022-10-02
1
-1
/
+1
*
Avoids deprecated egrep in c-api.test
Mike Gran
2022-10-02
1
-2
/
+2
*
srfi-35: Fix expansion of 'condition' for compound conditions.
Ludovic Courtès
2022-10-01
2
-5
/
+19
*
doc: Fix typo in 'coverage-data->lcov' example.
Antoine Kalmbach
2022-10-01
1
-1
/
+1
*
doc: Fix typo under "CPS Soup".
Fulbert
2022-10-01
1
-1
/
+1
*
doc: Clarify reference to (sxml transform) module.
Fulbert
2022-10-01
1
-8
/
+8
*
Baseline compiler no longer crashes on (not (list 1 2)).
Ludovic Courtès
2022-10-01
3
-2
/
+12
[next]