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
2021-04-26
Implement cross-module inlining
wip-inlinable-exports
Andy Wingo
2
-59
/
+138
2021-04-26
Add support for recording inlinable module exports
Andy Wingo
6
-8
/
+891
2021-04-26
Add pass to resolve free toplevel references in declarative modules
Andy Wingo
5
-0
/
+287
2021-04-26
Letrectify links module defs with uses
Andy Wingo
1
-1
/
+19
2021-04-26
Bump minor objcode version for new intrinsics
Andy Wingo
2
-3
/
+3
2021-04-26
Allow contification for $callk
Andy Wingo
1
-36
/
+132
2021-04-26
CPS conversion calls module variables through trampolines
Andy Wingo
1
-2
/
+86
2021-04-26
Fix CPS optimizations to allow callk in front half
Andy Wingo
4
-34
/
+45
2021-04-26
Fix error when argument to < not a real
Andy Wingo
1
-1
/
+2
2021-04-26
Simplify module variable lookup slow-path
Andy Wingo
9
-13
/
+152
2021-04-25
Fix cached-module-box cache keys
Andy Wingo
1
-2
/
+2
2021-04-25
Fix bugs introduced when allowing $kfun -> $kargs
Andy Wingo
2
-3
/
+6
2021-04-23
Fix comments in cps/compile-bytecode
Andy Wingo
1
-2
/
+5
2021-04-21
New pass: elide-arity-checks
Andy Wingo
5
-1
/
+113
2021-04-21
Allow $kargs as entry of $kfun
Andy Wingo
9
-54
/
+101
2021-04-21
Mark some elisp runtime modules as non-declarative
Andy Wingo
2
-2
/
+4
2021-04-21
Optimize letrec* binding order in fix-letrec
Andy Wingo
1
-3
/
+41
2021-04-12
Compile fix for x86_64-MinGW.
Jan (janneke) Nieuwenhuizen
1
-3
/
+3
2020-08-13
ice-9 ftw: Use 'absolute-file-name?' in 'nftw'.
Jan (janneke) Nieuwenhuizen
1
-4
/
+1
2020-10-05
Document write-line.
Jan (janneke) Nieuwenhuizen
2
-1
/
+12
2021-04-08
Update gnulib to a3a946f670718d0dee5a7425ad5ac0a29fb46ea1
wip-gnulib-update
Daniel Llorens
54
-302
/
+1075
2021-04-04
Fix typos in examples.
Mikael Djurfeldt
5
-6
/
+6
2021-04-01
Fix handling of parameter lists to elisp defun to allow nil.
Mikael Djurfeldt
2
-2
/
+5
2021-03-19
goops: Preserve all slot options in redefinable classes.
David Thompson
2
-8
/
+52
2021-03-19
web: 'tls-wrap' returns an unbuffered custom port.
Ludovic Courtès
1
-3
/
+10
2021-03-19
web: 'tls-wrap' avoids intermediate buffer.
Ludovic Courtès
1
-10
/
+7
2021-03-18
Update NEWS
Andy Wingo
1
-1
/
+4
2021-03-16
Fix recent i18n tests
Andy Wingo
1
-2
/
+4
2021-03-15
Fix buffer overread in string-locale<?
Andy Wingo
2
-23
/
+25
2021-03-15
Adapt test for string-locale-ci=?
Andy Wingo
1
-5
/
+7
2021-03-15
Fix buffer overread in string-locale-ci=? and related functions
Andy Wingo
2
-12
/
+18
2021-03-13
Add JIT capability for MinGW
Mike Gran
2
-14
/
+52
2021-03-13
On Cygwin, 'lib' DLLs use 'cyg' prefix
Mike Gran
3
-1
/
+64
2021-03-12
Don't force installation of GMP allocators in guile shell
Andy Wingo
1
-1
/
+0
2021-03-12
Fix hash-table-merge! bug.
Ricardo G. Herdt
1
-1
/
+1
2021-03-12
Fix suspendable implementation of 'get-bytevector-some!'
Andrew Whatson
1
-1
/
+1
2021-03-12
Add tests for get-bytevector-some!
Andrew Whatson
1
-0
/
+20
2021-03-12
Revert "Handle CRLF and Unicode line endings in read-line"
Andy Wingo
6
-171
/
+25
2021-03-11
Add read-line and ftw changes to NEWS
Michael Gran
1
-0
/
+7
2021-03-11
Handle CRLF and Unicode line endings in read-line
Mike Gran
5
-25
/
+165
2021-03-11
ice-9 ftw: handle non-working inodes
Michael Gran
2
-30
/
+67
2021-03-11
ice-9 ftw: handle missing getuid and getgid
Michael Gran
2
-17
/
+27
2021-03-11
For MinGW use Windows filepaths in libpath.h
Michael Gran
2
-1
/
+49
2021-03-11
on MinGW, prefer winsock2.h over sys/select in iselect
Mike Gran
1
-0
/
+4
2021-03-11
Build standalone test libraries as unversioned
Mike Gran
1
-4
/
+4
2021-03-11
Add windows stubs for dlopen, dlclose, dlsym, dlerror
Mike Gran
3
-1
/
+66
2021-03-10
Add mkstemp; undocument mkstemp!
Andy Wingo
7
-64
/
+93
2021-03-10
On Win32, prefer winsock2 header for socket declarations
Mike Gran
1
-3
/
+8
2021-03-10
remove 2nd attempt at invoking ComSpec when spawning child
Michael Gran
1
-17
/
+1
2021-03-10
disable popen 'no duplicates' test for MinGW
Michael Gran
1
-1
/
+6
[next]