Add thread mark procedure
[bpt/guile.git] / test-suite /
2013-11-21 Andy WingoNo more VM objects visible to Scheme
2013-11-21 Andy WingoVM accessors take VM as implicit argument, not explicit...
2013-11-21 Andy WingoRemove make-vm; there will be one vm per thread now.
2013-11-20 Andy WingoFix standalone tests
2013-11-19 Andy WingoRename objcodes?.{scm,c,h} to loader.{scm,c,h}
2013-11-19 Andy Wingortl-program-code -> program-code
2013-11-08 Andy WingoFix run-vm-tests
2013-11-08 Andy WingoMove assemble-program to test cases.
2013-11-08 Andy WingoMove useful parts of asm-to-bytecode.test to cross...
2013-11-08 Andy WingoTree-IL warnings tests compile to CPS instead of "assembly"
2013-11-08 Andy WingoRemove tree-il->glil test cases
2013-11-08 Andy WingoRemove a couple of uses of GLIL from the test suite.
2013-11-08 Andy WingoFix procedure-arguments on RTL programs, and tweak...
2013-11-08 Andy WingoFix make-vector peval test
2013-11-08 Andy WingoFix eval.test: stack involving a primitive
2013-11-08 Andy WingoFix coverage.test: instrumented-source-files
2013-11-08 Andy WingoFix coverage.test: "procedure-execution-count: never"
2013-11-08 Andy WingoFix coverage.test: "line-execution-counts: one proc...
2013-11-07 Andy WingoFix DWARF source test now that we have more precise...
2013-11-05 Andy Wingocompiler.test fix for rtl compilation
2013-11-05 Andy Wingosquish to primitive reification
2013-11-03 Andy WingoFix test case for uniform-array->bytevector on bitvectors
2013-10-31 Andy WingoSupport serialization of uniform vector literals
2013-10-18 Andy WingoForeign procedures are RTL programs
2013-10-18 Andy WingoSubrs are RTL programs
2013-10-12 Andy WingoIdentify loops
2013-10-10 Andy WingoFix peval bug with inlining and optional argument initi...
2013-10-04 Andy Wingoadd contification test
2013-10-03 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-10-03 Mark H WeaverFix edge case in 'ash'.
2013-10-03 Andy WingoAdd source location test
2013-09-13 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-09-12 Mark H WeaverAdapt srfi-9.test to error reporting improvements;...
2013-08-31 Andy WingoAdd CPS -> RTL compiler
2013-08-24 Mark H WeaverRTL: 'return-values' instruction assumes 'reset-frame...
2013-08-24 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-19 Ian Price`write-request-line' always prints a path component.
2013-08-17 Mark H WeaverIn bytevector->uint-list et al, check that SIZE divides...
2013-08-17 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-17 Mark H WeaverImproved error checking in bytevector->uint-list and...
2013-08-15 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-14 Mark H WeaverAdapt peval.test to recent associativity fixes of numer...
2013-08-13 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-12 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-12 Mark H WeaverBroken Turkish UTF-8 locale still unresolved in FreeBSD...
2013-08-11 Andy WingoVarious RTL VM and calling convention tweaks
2013-08-11 Andy WingoInline escape-only prompt bodies in the Tree-IL
2013-08-11 Andy Wingoremove peval abort-in-tail-position optimization
2013-08-09 Mark H Weaverdereference-pointer: check for null pointer.
2013-08-09 Mark H WeaverFix numerator and denominator handling of signed zeroes...
2013-08-07 Mark H WeaverString ports use UTF-8; ignore %default-port-encoding.
2013-08-06 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-21 Andy Wingocall is no longer a vararg instruction
2013-07-21 Andy WingoRTL: Local 0 is the procedure
2013-07-21 Mark H WeaverOptimize R6RS bitwise operators.
2013-07-21 Mark H WeaverFix incorrect rationalize tests.
2013-07-21 Mark H WeaverRewrite 'rationalize' to fix bugs and improve efficiency.
2013-07-18 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverFix R6RS 'fixnum-width'.
2013-07-16 Mark H WeaverUpdate copyright dates of recently-changed R6RS bitwise...
2013-07-16 Mark H WeaverFix 'fxbit-count' for negative arguments.
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H Weavergcd and lcm support inexact integer arguments.
2013-07-16 Mark H Weavermin and max: NaNs beat infinities, per R6RS errata.
2013-07-16 Mark H WeaverFlonum operations always return flonums.
2013-07-16 Mark H Weaverflfinite? applied to a NaN returns false.
2013-07-16 Mark H Weaverflonum? returns false for complex number objects.
2013-07-16 Mark H WeaverAllow fl+ and fl* to accept zero arguments.
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H Weavernumbers.test: Fix inum/flonum comparison test on 32...
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverAvoid lossy conversion from inum to double in numerical...
2013-07-16 Mark H Weavernumbers.test: Avoid inexact arithmetic in computation...
2013-07-16 Mark H WeaverFix bugs in numerical equality predicate.
2013-07-16 Mark H WeaverFix rounding in scm_i_divide2double for negative arguments.
2013-07-14 Mark H WeaverFix 'bitwise-bit-count' for negative arguments.
2013-07-06 Andy Wingo<prompt> body and handler are lambdas; add escape-only...
2013-06-27 Andy Wingodynamic-wind in terms of wind and unwind; remove <dynwi...
2013-06-27 Andy Wingoremove @call-with-current-continuation memoizer
2013-06-27 Andy Wingoremove @apply memoizer
2013-06-23 Andy Wingopsyntax: ((@@ primitive NAME) ARG ...) in (guile) modul...
2013-06-16 Ludovic Courtèstests: Don't rely on `scm_call_2' being visible.
2013-06-16 Ludovic Courtèstests: Remove symlink only when it exists.
2013-06-16 Ludovic Courtèstests: Skip FFI tests that use `qsort' when it's not...
2013-06-16 Andy Wingo<dynwind> no longer has "pre" or "post" fields
2013-06-16 Ludovic Courtèstests: Don't rely on $TMPDIR and /tmp on Windows.
2013-06-16 Ludovic Courtèstests: Use double quotes around shell arguments, for...
2013-06-16 Andy WingoReduce call-with-values to let for singly-valued producers
2013-06-10 Andy WingoImplement tree-il-fold in terms of make-tree-il-folder.
2013-06-10 Andy WingoPre-order tree-il rewrites are now non-destructive
2013-06-10 Andy WingoTree-il post-order rewriter no longer destructive
2013-06-10 Andy WingoSimplify let-values to let if consumer binds only one...
2013-06-10 Andy Wingofix linker.test
2013-06-10 Mark H WeaverFix tests for 'scm_c_bind_keyword_arguments'.
2013-06-09 Andy Wingoprocedure-properties for RTL functions
2013-06-09 Andy Wingoprocedure-documentation works on RTL procedures
2013-06-09 Andy WingoWire up ability to print RTL program arities
2013-06-09 Andy WingoBeginnings of tracking of procedure arities in assembler
2013-06-09 Andy Wingoadd procedure prelude macro-instructions
2013-06-09 Andy Wingobegin-program takes properties alist
next