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-10-08
Adds automake option for subdirs
wip-modernize-autotools
Michael Gran
1
-1
/
+1
2022-10-08
autoupdate acinclude.m4
Michael Gran
1
-22
/
+18
2022-10-08
Presumes signal handler return void
Michael Gran
2
-18
/
+7
2022-10-08
Modernizes labels-as-values.m4
Michael Gran
1
-7
/
+6
2022-10-08
Remove special logic for the obscure CMU C library's libc.h
Mike Gran
4
-56
/
+1
2022-10-08
Presume time.h and sys/time.h don't conflict when included
Mike Gran
3
-25
/
+5
2022-10-08
Presume ISO C90 functions are always available
Mike Gran
4
-21
/
+5
2022-10-08
Presume ISO C90 headers are always available
Mike Gran
12
-70
/
+21
2022-10-08
Remove AC_HEADER_STDC from configure.ac
Mike Gran
1
-1
/
+0
2022-10-08
Remove obsolete macro AM_PROG_CC_C_O in configure script
Mike Gran
1
-3
/
+0
2022-10-08
Use autoconf's ability to choose the latest version of C
Mike Gran
1
-12
/
+4
2022-10-08
Presume const is always available
Mike Gran
1
-2
/
+0
2022-10-08
Update libtool initialization in configure script
Mike Gran
1
-4
/
+1
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
2022-09-30
Fix bad arguments to range_error() in numbers.c
Daniel Llorens
1
-2
/
+2
2022-09-20
in ftw test, skip EACCESS test on MinGW
Mike Gran
1
-3
/
+9
2022-09-20
in ftw test, don't presume symlink is defined
Mike Gran
1
-34
/
+40
2022-09-20
When fork unavailable, skip standalone tests that require it
Michael Gran
2
-1
/
+7
2022-09-19
test-suite: Remove obsolete use of 'debug-enable'.
Ludovic Courtès
1
-3
/
+2
2022-09-19
'pipe' now takes an optional 'flags' parameter.
Ludovic Courtès
6
-9
/
+110
2022-09-17
string-fun: Fix typo
jgart
1
-1
/
+1
2022-09-07
'primitive-load' opens files with O_CLOEXEC.
Ludovic Courtès
2
-2
/
+4
2022-09-07
Add support for "e" flag (O_CLOEXEC) to 'open-file'.
Ludovic Courtès
5
-2
/
+59
2022-09-07
doc: Add documentation of the "b" flag to 'open-file'.
Ludovic Courtès
1
-0
/
+4
2022-08-29
In curried definitions, move docstrings to outermost lambda
Jean Abou Samra
2
-34
/
+86
2022-08-26
Properly display locations in "source vector" form.
Andrew Whatson
1
-6
/
+13
2022-08-11
doc: Add car+cdr example
jgart
1
-0
/
+7
2022-08-05
'system*' can no longer close file descriptor 2.
Ludovic Courtès
2
-4
/
+17
2022-08-04
Update NEWS.
Ludovic Courtès
1
-0
/
+2
2022-08-04
web: 'tls-wrap' retries handshake upon non-fatal errors.
Ludovic Courtès
1
-15
/
+21
2022-08-04
web: Do not wrap TLS port on GnuTLS >= 3.7.7.
Ludovic Courtès
1
-55
/
+55
2022-08-02
Check for gperf at configure time
Daniel Llorens
1
-14
/
+22
2022-07-04
Update NEWS.
Ludovic Courtès
1
-0
/
+10
2022-07-04
Define IPPROTO_IPV6 and IPV6_V6ONLY.
Ludovic Courtès
2
-0
/
+18
2022-07-04
Define IN6ADDR_ANY and IN6ADDR_LOOPBACK.
Ludovic Courtès
2
-1
/
+18
2022-07-04
web: Don't hide missing data in the chunked input port.
Christopher Baines
3
-10
/
+36
2022-07-04
web: Handle ending CRLF (\r\n) for chunked input and output ports.
Christopher Baines
2
-3
/
+4
2022-07-04
web: send capitalized authorization header scheme
Aleix Conchillo Flaqué
2
-5
/
+20
2022-06-16
Update NEWS.
Ludovic Courtès
1
-0
/
+17
2022-06-16
Add missing #:modules argument for coverage-data->lcov.
Jessica Tallon
1
-3
/
+9
2022-06-16
Allow null bytes in UNIX sockets.
Liliana Marie Prikler
2
-10
/
+89
[next]