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
path:
root
/
libguile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add 'bytevector-slice'.
Ludovic Courtès
2023-01-14
2
-2
/
+64
*
Reduce redundant 'close' calls when forking on some systems.
Andrew Whatson
2023-01-13
1
-3
/
+38
*
Make 'system*' and 'piped-process' internally use 'spawn'.
Josselin Poiret
2023-01-13
1
-154
/
+78
*
Add 'spawn'.
Josselin Poiret
2023-01-13
2
-3
/
+156
*
Patch for bug #60234
Daniel Llorens
2022-12-21
1
-1
/
+2
*
fix Apple Silicon JIT compilation
Aleix Conchillo Flaqué
2022-12-20
1
-1
/
+24
*
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
*
Define Scheme bindings to ‘openat’ when available.
Maxime Devos
2022-10-21
3
-20
/
+79
*
Define a Scheme binding to ‘fstatat’ when available.
Maxime Devos
2022-10-21
3
-0
/
+41
*
Define a Scheme binding to ‘fchownat’ when it exists.
Maxime Devos
2022-10-21
2
-0
/
+36
*
Define a Scheme binding to ‘unlinkat’ when it exists.
Maxime Devos
2022-10-21
2
-0
/
+33
*
Define a Scheme binding to ‘fchmodat’ when it exists.
Maxime Devos
2022-10-21
2
-0
/
+37
*
Define a Scheme binding to ‘renameat’ when it exists.
Maxime Devos
2022-10-21
2
-0
/
+35
*
Define AT_REMOVEDIR and others when available.
Maxime Devos
2022-10-21
1
-0
/
+6
*
Define bindings to ‘mkdirat’ when the C function exists.
Maxime Devos
2022-10-21
2
-0
/
+26
*
Define ‘symlinkat’ wrapper when supported.
Maxime Devos
2022-10-21
2
-0
/
+24
*
Allow file ports in ‘utime’.
Maxime Devos
2022-10-21
2
-7
/
+23
*
Allow file ports in ‘readlink’.
Maxime Devos
2022-10-21
1
-9
/
+43
*
Allow file ports in ‘chdir’ when supported.
Maxime Devos
2022-10-21
1
-1
/
+22
*
Fixes arg type for scm_integer_from_mpz
Michael Gran
2022-10-15
1
-1
/
+1
*
Presumes signal handler return void
Michael Gran
2022-10-14
1
-17
/
+7
*
Remove special logic for the obscure CMU C library's libc.h
Mike Gran
2022-10-14
2
-8
/
+0
*
Presume time.h and sys/time.h don't conflict when included
Mike Gran
2022-10-14
2
-16
/
+4
*
Presume ISO C90 functions are always available
Mike Gran
2022-10-14
3
-16
/
+0
*
Presume ISO C90 headers are always available
Mike Gran
2022-10-14
10
-56
/
+12
*
Define SO_RCVTIMEO and SO_SNDTIMEO.
Christopher Baines
2022-10-12
1
-0
/
+44
*
Finalization thread exits when it gets EOF on its pipe.
Ludovic Courtès
2022-10-01
1
-3
/
+6
*
Fix bad arguments to range_error() in numbers.c
Daniel Llorens
2022-09-30
1
-2
/
+2
*
'pipe' now takes an optional 'flags' parameter.
Ludovic Courtès
2022-09-19
2
-7
/
+47
*
'primitive-load' opens files with O_CLOEXEC.
Ludovic Courtès
2022-09-07
1
-2
/
+2
*
Add support for "e" flag (O_CLOEXEC) to 'open-file'.
Ludovic Courtès
2022-09-07
1
-1
/
+7
*
'system*' can no longer close file descriptor 2.
Ludovic Courtès
2022-08-05
1
-2
/
+3
*
Define IPPROTO_IPV6 and IPV6_V6ONLY.
Ludovic Courtès
2022-07-04
1
-0
/
+7
*
Define IN6ADDR_ANY and IN6ADDR_LOOPBACK.
Ludovic Courtès
2022-07-04
1
-0
/
+2
*
Allow null bytes in UNIX sockets.
Liliana Marie Prikler
2022-06-16
1
-6
/
+14
*
'connect' handles EAGAIN like EINPROGRESS.
Ludovic Courtès
2022-06-16
1
-1
/
+1
*
Find unidata_to_charset.awk from commit 9f8e05e5 in $(srcdir).
Mikael Djurfeldt
2022-04-08
1
-2
/
+2
*
Create 'srfi-14.i.c' during build.
Timothy Sample
2022-03-24
4
-5190
/
+34674
*
Reimplement 'unidata_to_charset.pl' in Awk.
Timothy Sample
2022-03-24
3
-402
/
+410
*
build: When cross-compiling, get type sizes of the target system.
Ludovic Courtès
2022-02-28
1
-16
/
+16
*
Align argument type of scm_to_wchar with its declaration.
Mikael Djurfeldt
2022-02-10
1
-1
/
+1
*
Align return type of scm_to_wchar with its declaration.
Mikael Djurfeldt
2022-02-10
1
-1
/
+1
*
'string->symbol' avoids copying the underlying string.
Ludovic Courtès
2022-02-07
1
-3
/
+9
*
Update unicode tables to Unicode 14.0.0; initial charsets immutable
Andy Wingo
2022-02-06
3
-9993
/
+5182
*
Deprecate symbol properties.
Ludovic Courtès
2022-02-04
6
-68
/
+76
*
Remove unused 'scm_i_c_make_symbol'.
Ludovic Courtès
2022-02-03
2
-14
/
+0
*
Slight bignum-fixnum multiplication optimization
Andy Wingo
2022-02-01
1
-4
/
+8
*
Remove dead code in scm_integer_inexact_sqrt_z
Andy Wingo
2022-01-13
1
-4
/
+0
*
Have log and log10(real nan) return real nan regardless of sign
Daniel Llorens
2022-01-13
1
-8
/
+9
[next]