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
2019-06-06
DRAFT: Add immediate fractions (fixrats).
wip-new-tagging
Mark H Weaver
7
-15
/
+112
2019-06-06
DRAFT: Add immediate floats (iflos).
Mark H Weaver
13
-49
/
+124
2019-06-06
DRAFT: Change f64->scm into an intrinsic.
Mark H Weaver
7
-33
/
+56
2019-06-06
WIP: New tagging v8
Mark H Weaver
62
-648
/
+739
2019-06-05
DRAFT: Use 'eqv?' instead of 'eq?' in intmap.scm, intset.scm, etc.
Mark H Weaver
3
-76
/
+76
2019-06-03
DRAFT: Scheme eval: Add source annotations to generated procedures.
Mark H Weaver
6
-301
/
+376
2019-06-01
fix typo
Mark H Weaver
1
-1
/
+1
2019-05-27
Reapply atomics inlining
Andy Wingo
4
-49
/
+9
2019-05-27
Revert "Inline the atomic intrinsics"
Andy Wingo
3
-7
/
+39
2019-05-27
Revert "Fix atomics usage in handle-interrupts JIT."
Andy Wingo
1
-2
/
+10
2019-05-27
Merge remote-tracking branch 'lightening/master'
Andy Wingo
4
-0
/
+34
2019-05-27
Add breakpoint instruction
Andy Wingo
4
-0
/
+34
2019-05-27
Merge remote-tracking branch 'lightening/master'
Andy Wingo
1
-1
/
+1
2019-05-27
Fix accidental change to ARMv7 ldr
Andy Wingo
1
-1
/
+1
2019-05-27
Fix atomics usage in handle-interrupts JIT.
Andy Wingo
1
-10
/
+2
2019-05-27
Inline the atomic intrinsics
Andy Wingo
3
-39
/
+7
2019-05-27
Use new atomic instructions from lightening
Andy Wingo
1
-34
/
+19
2019-05-27
Merge remote-tracking branch 'lightening/master'
Andy Wingo
6
-12
/
+286
2019-05-27
Add atomic operations
Andy Wingo
5
-7
/
+283
2019-05-27
Correctly handle overflow when emitting literal pools
Andy Wingo
1
-5
/
+3
2019-05-25
Switch to use atomic_compare_exchange_strong
Andy Wingo
4
-47
/
+27
2019-05-23
Bump version to 2.9.2
v2.9.2
Andy Wingo
1
-1
/
+1
2019-05-23
Reference Lightening instead of GNU Lightning
Andy Wingo
1
-6
/
+9
2019-05-23
Merge until 65d98d8fd from 'stable-2.2'
Andy Wingo
0
-0
/
+0
2019-05-23
Update iconv.m4 from gnulib.
Mark H Weaver
1
-11
/
+24
2019-05-23
Strings, i18n: Limit the use of alloca to approximately 8 kilobytes.
Mark H Weaver
4
-37
/
+107
2019-05-23
put-u8: Always write a single byte, regardless of the port encoding.
Mark H Weaver
1
-1
/
+1
2019-05-23
Optimize fixnum exact integer square roots.
Mark H Weaver
1
-31
/
+40
2019-05-23
Avoid 'with-latin1-locale' in binary I/O tests.
Mark H Weaver
1
-8
/
+7
2019-05-23
Fix indentation in scm_sum.
Mark H Weaver
1
-67
/
+68
2019-05-23
Fix typo in comment.
Mark H Weaver
1
-1
/
+1
2019-05-23
Add 'scm_c_make_char' and use it where appropriate.
Mark H Weaver
8
-41
/
+53
2019-05-23
Reimplement SCM_MAKE_CHAR to evaluate its argument only once.
Mark H Weaver
1
-9
/
+11
2019-05-23
Fix gc.test "after-gc-hook gets called" failures.
Andrea Azzarone
1
-0
/
+8
2019-05-23
Update user-visible copyright years.
Mark H Weaver
3
-5
/
+5
2019-05-23
Avoid passing NULL to 'memcpy' and 'memcmp'.
Mark H Weaver
4
-9
/
+23
2019-05-23
Fix typo in comment.
Mark H Weaver
1
-1
/
+1
2019-05-23
Disable test for current value of setitimer on Cygwin
Michael Gran
1
-3
/
+12
2019-05-23
Make locale monetary conversion tests be less strict on terminal whitespace
Michael Gran
1
-2
/
+2
2019-05-23
Handle newlib C library's langinfo constant names
Michael Gran
2
-1
/
+29
2019-05-23
Add a fallback value for the locale-monetary-decimal-point
Michael Gran
1
-2
/
+2
2019-05-23
Fix binary output on files created by mkstemp!
Mike Gran
2
-4
/
+19
2019-05-23
Avoid leaking a file descriptor in test-unwind
Mike Gran
1
-2
/
+5
2019-05-23
Fix strftime compile with null threads
Mike Gran
1
-1
/
+1
2019-05-23
Remove redefinition of when & unless in snarf-check-and-output-texi
Mike Gran
1
-9
/
+1
2019-05-23
Don't mutate read-only string in ports test
Mike Gran
1
-2
/
+2
2019-05-23
Do not warn the user when 'madvise' returns ENOSYS.
Ludovic Courtès
1
-1
/
+4
2019-05-23
Fix tests for SRFI-19 date->string ~N
Daniel Llorens
1
-6
/
+10
2019-05-23
Support ~N in SRFI-19 string->date
Daniel Llorens
3
-0
/
+37
2019-05-23
Update (ice-9 match) to include selected bug fixes from upstream.
Mark H Weaver
2
-7
/
+21
[next]