Scheme standard-vtable-fields binding
[bpt/guile.git] / test-suite /
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy Wingoupdate letrec compilation test
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-10 Andy Wingofix bit-set*! bug (!)
2011-11-09 Andy Wingowhen leaving a non-tail let, allow bound vals to be...
2011-11-09 Andy Wingoinline dynwind guards for normal control flow
2011-11-09 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-09 Andy Wingopeval: fix dynwind bug.
2011-11-07 Andy Wingoadd tests for hygienic name introduction
2011-11-07 Andy Wingoanother scoping test
2011-11-07 Andy Wingoadd scoping test
2011-11-04 Andy Wingopeval doesn't resolve primitives
2011-11-01 Ian PriceFix R6RS `fold-left' so the accumulator is the first...
2011-10-27 Andy Wingofix the peval merge and a test
2011-10-27 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-25 Andy Wingofix a vhash test
2011-10-24 Andy Wingoremove weak pairs, rewrite weak vectors
2011-10-20 Andy Wingofix segfault in goops if class fields are redefined
2011-10-20 Andy Wingofix misallocation of some <fix> procedures
2011-10-16 Ludovic CourtèsUpdate (ice-9 match) from Chibi-Scheme.
2011-10-15 Ludovic Courtèscoverage: Add tests for `case-lambda'.
2011-10-15 Ludovic Courtèscoverage: Add test with `eval'.
2011-10-10 Andy Wingofold constants with accessors
2011-10-10 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-10 Andy Wingopeval support for memq and memv
2011-10-10 Andy Wingopeval: visit operands on-demand, to inline mutually...
2011-10-10 Mike GranNew functions scm_is_exact and scm_is_inexact
2011-10-05 Andy Wingofix reading of #||||#
2011-09-30 Ludovic Courtèspeval: Add test for possible infinite recursion.
2011-09-30 Ludovic Courtèspeval: Recognize module-refs to primitives.
2011-09-29 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-09-27 Andy Wingo((lambda ...) ...) fix
2011-09-27 Andy Wingopeval: more effective binding pruning
2011-09-27 Andy Wingodon't propagate pure primcalls that might not type...
2011-09-27 Andy Wingopeval: elide make-prompt-tag in effect context
2011-09-27 Andy Wingopeval: add support for <prompt> and <abort>
2011-09-26 Andy Wingopeval: more strict accounting
2011-09-26 Andy Wingopeval: fix inlining of lambda* with #:optional
2011-09-25 Andy Wingopeval: simpler and more precise treatment of mutability
2011-09-25 Andy Wingopeval uses effort counters, propagates lambdas more...
2011-09-24 Andy Wingoattempt to prune unreferenced bindings
2011-09-24 Andy Wingopeval: don't propagate expressions that access memory
2011-09-24 Andy Wingopaper around `match' bug
2011-09-23 Ludovic Courtèspeval: Add test for multiple-value returns.
2011-09-23 Andy Wingoprevent propagation for memory-dependent operations...
2011-09-18 Ludovic Courtèspeval: Abort inlining when the residual code contains...
2011-09-18 Ludovic Courtèspeval: Improve alpha-renaming test.
2011-09-18 Ludovic CourtèsArrange so that stack-cleaning loops in GC tests are...
2011-09-17 Ludovic Courtèspeval: Alpha-rename anonymous lambdas that are duplicated.
2011-09-13 Ludovic Courtèspeval: Inline thunks.
2011-09-13 Ludovic Courtèspeval: Use the right scope when replacing a lambda...
2011-09-13 Ludovic Courtèspeval: Add tests for inlining with both static & dynami...
2011-09-10 Ludovic Courtèspeval: Propagate only pure expressions to lambdas.
2011-09-10 Ludovic Courtèspeval: Try hard to preserve mutability.
2011-09-10 Andy Wingofix scm_to_latin1_stringn for substrings
2011-09-10 Ian PriceRFC 822 allows single digit days of the month
2011-09-09 Ludovic CourtèsUnoptimize the busy loop of `statprof.test'.
2011-09-08 Ludovic CourtèsRemove unused macro in `tree-il.test'.
2011-09-08 Ludovic CourtèsTweak `statprof.test' for faster machines.
2011-09-08 Ludovic CourtèsAdd a partial evaluator for use in the compiler.
2011-09-03 Ludovic CourtèsUpdate (ice-9 match) from Chibi-Scheme.
2011-08-31 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-08-23 Andy Wingotexinfo: alias `url' to `uref'.
2011-08-12 Andy Wingofix take-right and drop-right for improper lists
2011-08-04 Andy Wingofix tree-il->scheme test
2011-07-25 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-07-18 Andy Wingofix web-request.test
2011-07-15 Andy Wingoensure presence of Host header in HTTP/1.1 requests
2011-07-07 Andy Wingofix invocation of duplicate handlers for merge-generics
2011-07-01 Ludovic CourtèsAdd type and range checks to the complex generalized...
2011-07-01 Andy Wingofix '(a #{.} b)
2011-07-01 Andy Wingofix r6rs-records-syntactic.test to not shadow a literal
2011-06-30 Andy WingoMerge remote-tracking branch 'origin/lexical-literals'
2011-06-30 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-19 Ludovic CourtèsPlacate GCC in `test-ffi-lib.c'.
2011-06-19 Ian PriceFix hygiene issues with `define-record-type'
2011-06-17 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-17 Andy Wingofix invalid transformation of (values x) -> x, (+ x...
2011-06-17 Andy Wingofix self tail recursion to different case-lambda clauses
2011-06-16 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-16 Andy Wingofix hash-set! on weak tables
2011-06-09 Andreas RottmannFix likely crash in `stable-sort!'
2011-06-02 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-02 Andy Wingoadd <primcall> to tree-il
2011-06-02 Andy Wingorename <application> to <call>
2011-05-30 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-27 Andreas Rottmannrnrs io ports: fix port encoding when opening file...
2011-05-27 Andreas RottmannAdd some tests for the R6RS I/O libraries
2011-05-26 Neil JerramImplement #:stop-at-first-non-option option for getopt...
2011-05-26 Neil JerramFix "occurrances" typos in getopt-long code and test
2011-05-26 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-26 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-05-25 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-25 Andy Wingoout-of-tree build fix
2011-05-21 Andy Wingofix define-module ordering
2011-05-15 Andy Wingoregexp.test needed char-code-limit
2011-05-15 Andy Wingoremove SCM_I_LLONG and SCM_I_ULLONG limit defines
2011-05-15 Andy Wingofix type errors in test suite
2011-05-14 Andreas RottmannImprove R6RS conformance wrt. conditions in the I/O...
2011-05-13 Andy Wingomerge strictness branch from 2.0
next