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
2013-08-15
Improve run-time error reporting in (ice-9 match).
Mark H Weaver
3
-3
/
+7
2013-08-13
Adapt peval.test to recent associativity fixes of numeric ops.
Mark H Weaver
1
-12
/
+9
2013-08-13
Manual: clarify that 'append!' and 'reverse!' might not mutate.
Mark H Weaver
1
-4
/
+4
2013-08-13
Manual: don't promise that 'append!' will modify the existing lists.
Mark H Weaver
1
-1
/
+1
2013-08-12
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-25
/
+20
2013-08-12
Common numeric operations are left-to-right associative.
Mark H Weaver
1
-23
/
+19
2013-08-12
Numerical comparisons are not negatable.
Mark H Weaver
1
-2
/
+1
2013-08-12
RTL VM: Fix SCM_PACK_RTL_* macros.
Mark H Weaver
1
-2
/
+2
2013-08-11
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
9
-83
/
+84
2013-08-11
Broken Turkish UTF-8 locale still unresolved in FreeBSD 9.1.
Mark H Weaver
1
-4
/
+6
2013-08-11
Adapt ecmascript compiler to tree-il prompt changes, again.
Mark H Weaver
1
-4
/
+1
2013-08-11
Various RTL VM and calling convention tweaks
Andy Wingo
7
-539
/
+353
2013-08-11
Inline escape-only prompt bodies in the Tree-IL
Andy Wingo
7
-79
/
+45
2013-08-11
remove peval abort-in-tail-position optimization
Andy Wingo
2
-35
/
+3
2013-08-10
Fix inappropriate uses of scm_syserror in numbers.c.
Mark H Weaver
1
-4
/
+5
2013-08-09
dereference-pointer: check for null pointer.
Mark H Weaver
2
-1
/
+11
2013-08-09
Fix numerator and denominator handling of signed zeroes and infinities.
Mark H Weaver
4
-72
/
+59
2013-08-08
Eliminate use of deprecated 'SCM_WTA_DISPATCH_2' in numbers.c.
Mark H Weaver
1
-1
/
+1
2013-08-08
Fix --without-threads and SCM_DEBUG_TYPING_STRICTNESS==2 builds.
Mark H Weaver
4
-12
/
+15
2013-08-07
Decompiler: fix handling of empty 'case-lambda' expressions.
Mark H Weaver
1
-1
/
+1
2013-08-07
Adapt ecmascript compiler to recent tree-il changes for prompts.
Mark H Weaver
1
-5
/
+10
2013-08-07
String ports use UTF-8; ignore %default-port-encoding.
Mark H Weaver
19
-600
/
+495
2013-08-06
Fix display of symbols containing backslashes.
David Kastrup
1
-1
/
+2
2013-08-06
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
20
-333
/
+1495
2013-08-06
Add files from 'copysign' and 'isfinite' Gnulib modules.
Mark H Weaver
10
-0
/
+891
2013-08-06
RTL VM: Avoid untagging inums in 'logand' and 'logior'.
Mark H Weaver
1
-2
/
+4
2013-08-06
RTL VM: Avoid signed overflows in 'add1' and 'sub1'.
Mark H Weaver
1
-14
/
+18
2013-08-06
RTL VM: ash: Use SCM_SRS and fix large right shifts in fast path.
Mark H Weaver
1
-1
/
+4
2013-08-06
VM: ash: Use SCM_SRS and handle large right shift in fast path.
Mark H Weaver
1
-6
/
+5
2013-08-06
Use Gnulib's 'isfinite' in numbers.c.
Mark H Weaver
1
-15
/
+6
2013-08-06
Use Gnulib's 'copysign' in numbers.c.
Mark H Weaver
1
-18
/
+10
2013-08-06
Import 'copysign' and 'isfinite' modules from Gnulib.
Mark H Weaver
3
-2
/
+92
2013-08-04
VM: ASM_ADD and ASM_SUB for x86: clobber _CX not "rcx".
Mark H Weaver
1
-2
/
+2
2013-08-04
VM: Define ASM_MUL on ARM only if SMULL instruction is supported.
Mark H Weaver
1
-1
/
+17
2013-08-04
VM: Implement ASM_ADD, ASM_SUB, and ASM_MUL for ARM processors.
Mark H Weaver
1
-0
/
+46
2013-08-03
VM: Avoid untagging inums in 'logand' and 'logior'.
Mark H Weaver
1
-2
/
+4
2013-08-03
VM: Add ASM_MUL for x86.
Mark H Weaver
1
-3
/
+27
2013-08-03
VM: Support 32-bit x86 in ASM_ADD and ASM_SUB.
Mark H Weaver
1
-16
/
+24
2013-08-03
VM: Add "cc" to the clobber list of ASM_ADD and ASM_SUB.
Mark H Weaver
1
-2
/
+2
2013-08-03
VM: Avoid overflow in ASM_ADD when the result is most-positive-fixnum.
Mark H Weaver
1
-1
/
+1
2013-08-03
VM: Avoid signed overflows in 'add1' and 'sub1'.
Mark H Weaver
1
-12
/
+14
2013-08-03
VM: Redefine INUM_MIN and INUM_MAX without assumptions.
Mark H Weaver
1
-2
/
+4
2013-08-02
Add 'scm_i_from_double' and use it.
Mark H Weaver
1
-117
/
+123
2013-07-21
RTL instructions have no rest args
Andy Wingo
3
-30
/
+1
2013-07-21
Use allocate-struct in define-record-type implementations
Andy Wingo
2
-42
/
+59
2013-07-21
add allocate-struct primitive and rtl opcode
Andy Wingo
3
-36
/
+48
2013-07-21
abort is no longer an op with rest args
Andy Wingo
1
-8
/
+10
2013-07-21
call is no longer a vararg instruction
Andy Wingo
2
-148
/
+165
2013-07-21
RTL: Local 0 is the procedure
Andy Wingo
5
-204
/
+208
2013-07-21
rtl: propagate OP_DST to scheme
Andy Wingo
3
-2
/
+7
[prev]
[next]