refactor vm application of non-programs; boot continuation refactor
[bpt/guile.git] / test-suite /
2012-05-07 Andy Wingoadd support for texinfo parsed arguments, like @acronym
2012-04-23 Andy Wingoavoid emitting degenerate aliases in peval
2012-04-23 Andy Wingofix replacement of CSE with lexical-ref
2012-04-23 Andy Wingoenable cse
2012-04-23 Andy Wingonew pass: cse
2012-04-23 Andy Wingominor tweaks to a peval test
2012-04-23 Andy Wingopeval tests into separate file
2012-04-23 Andy Wingomove (test-suite lib) to lower dir; cleans up uninstall...
2012-04-22 Ludovic Courtèsbytevectors: Fix IEEE-754 endianness conversion.
2012-04-22 Ludovic CourtèsRemove duplicate test in `tree-il.test'.
2012-04-09 Ludovic CourtèsSRFI-9: Set the `record-constructor' slot of the RTD.
2012-04-04 Mark H WeaverFix scm_to_utf8_stringn once and for all; optimize...
2012-03-23 BT Templetonprimitive resolution for public refs
2012-03-02 Andy Wingotweaks to -Wformat's gettext detection
2012-03-02 Andy Wingopeval: inline applications of lambda to rest args
2012-03-02 Andy Wingomore general treatment of call-with-prompt
2012-03-01 Mark H WeaverFix <TAG>vector-length when applied to other uniform...
2012-02-26 Ludovic CourtèsAvoid failure when `format-analysis' stumbles upon...
2012-02-24 Andy Wingosrfi-18 test fix
2012-02-24 Andy Wingoslight cleanup to run-test
2012-02-22 Andy Wingoadd test for recent quick fix
2012-02-19 Ludovic CourtèsHave `-Wformat' recognize `ngettext' calls.
2012-02-19 Ludovic CourtèsHave `-Wformat' better recognize the `gettext' procedure.
2012-02-17 Ludovic CourtèsDon't fail when locale env. vars specify a dot-less...
2012-02-15 Mark H WeaverAdd tests to verify that 'read' sets source properties...
2012-02-08 Mark H WeaverSupport => within case, and improve error messages...
2012-02-08 Mark H WeaverUnoptimize 'read' to return freshly allocated empty...
2012-02-04 Ludovic Courtèsi18n: Skips ~h `format' tests when digit grouping info...
2012-02-03 Ludovic CourtèsAugment `-Wformat' analysis with support for `~:h'.
2012-02-03 Ludovic Courtèsformat: Add specifier ~h for localized number output.
2012-02-03 Ludovic Courtèsi18n: Add a couple of tests for `monetary-amount->local...
2012-02-03 Ludovic Courtèstests: Have `getaddrinfo' test work for Darwin 8.
2012-02-03 Ludovic Courtèstests: Work around erroneous tr_TR locale in Darwin 8.
2012-02-03 Mike GranUpdate srfi-14 test for Unicode 6.1
2012-02-02 Mark H WeaverImplement scm_to_pointer
2012-02-02 Bake TimmonsImprove the usage of variable names in Scheme docstrings.
2012-02-01 Andy Wingoleniency in the "unused modules are removed" gc.test
2012-01-31 Andy Wingoan experiment: clearing the C stack in gc tests
2012-01-30 Ludovic CourtèsRemove stale test file.
2012-01-30 Mark H WeaverRename scm_call_varargs -> scm_call
2012-01-30 Mark H WeaverImplement scm_call_varargs and scm_call_{7,8,9}
2012-01-30 Mark H WeaverFix primitive-eval to return #<unspecified> for definitions
2012-01-30 Mark H WeaverFix 'local-eval' when the specified environment is...
2012-01-29 Andy Wingopaper over some "lexical vars are collectable" flakiness
2012-01-26 Andy Wingofix test-loose-ends
2012-01-26 Andy WingoImplement `local-eval', `local-compile', and `the-envir...
2012-01-25 Ludovic CourtèsAdd warnings for unsupported `simple-format' options.
2012-01-25 Andy Wingofix "lexical vars are collectable" test
2012-01-25 Andy Wingofix values miscompilation in push context with RA
2012-01-23 Ludovic CourtèsFFI: Fix `set-pointer-finalizer!' to leave the type...
2012-01-22 Ludovic CourtèsAdjust tests that relied on the output of the hash...
2012-01-22 Ludovic CourtèsRelax `asm-to-bytecode.test' for when target CPU =...
2012-01-20 Andy Wingoremove duplicate when/unless definitions
2012-01-18 Mark H WeaverAdd `scm_c_value_ref' to allow access to multiple retur...
2012-01-16 Ludovic CourtèsSkip `tr_TR' tests on Solaris 2.10.
2012-01-14 Ludovic CourtèsHave `statprof.test' fail gracefully when samples could...
2012-01-14 Ludovic CourtèsAvoid non-portable `tail' argument in `test-guile-snarf'.
2012-01-11 Ludovic CourtèsDisable statprof tests on platforms that lack `ITIMER_P...
2012-01-09 Ludovic CourtèsMake sure `regexp-quote' tests use Unicode-capable...
2012-01-09 Ludovic Courtèsi18n: Disable Turkish locale tests on FreeBSD 8.
2012-01-09 Ludovic CourtèsFix loose typing in `test-scm-spawn-thread.c'.
2012-01-09 Andy Wingoprimitive-load returns the value(s) of the last expression
2012-01-09 Andy Wingotest-pthread-create-secondary: gc/gc.h, not gc/gc_version.h
2012-01-08 Ludovic CourtèsFix typo in `test-num2integral.c'.
2012-01-08 Ludovic Courtèsftw: Add an `error' parameter to `file-system-fold'.
2012-01-05 Ludovic CourtèsFix the exception type of the (begin) test.
2012-01-05 Ludovic CourtèsPlacate a number of `syntax-check' verifications.
2012-01-05 Ludovic CourtèsFix erroneous check in `set-procedure-properties!'.
2012-01-05 Ludovic CourtèsRaise an error for (begin) when `--disable-deprecated'.
2012-01-04 Mike GranRework c-api.test to use test lib
2011-12-22 Daniel LlorensNew array-map! and array-for-each tests
2011-12-22 Andy Wingofix generalized-vector-{ref,set!} for slices
2011-12-22 Andy WingoHTTP: Fix qstring writing of cache-extension values
2011-12-22 Daniel HartwigExtend handling of "Cache-Control" header.
2011-12-22 Andy Wingopeval fix: (cons 1 #nil) is not (list 1)
2011-12-22 Andy Wingodocument invalidity of (begin) as expression; add back...
2011-12-19 Ludovic Courtèsftw: Include sub-directories in the result of `scandir'.
2011-12-19 Ludovic Courtèsftw: Clarify the behavior of `scandir' for flat files...
2011-12-18 Ludovic Courtèsftw: Add `scandir'.
2011-12-15 Ludovic CourtèsArrange to convert command-line arguments from the...
2011-12-15 Ludovic CourtèsUse Gnulib's `localcharset', with local patches.
2011-12-13 Ludovic CourtèsAdd `file-system-fold' and `file-system-tree' to (ice...
2011-12-10 Andy Wingocurrent-input-port et al are srfi-39 parameters
2011-12-06 Ludovic Courtèspeval: Truncate multiple values when extending the...
2011-12-06 Andy Wingoallow URIs of the form file:///etc/hosts
2011-12-05 Andy Wingoadd srfi-39 parameters to boot-9
2011-11-26 Ludovic CourtèsFFI: Hold a weak reference to the procedure passed...
2011-11-23 Daniel Hartwigweb-http.test validates headers
2011-11-23 Andy WingoUse default value for make-fluid in Scheme files
2011-11-21 Ludovic CourtèsComplete cross-compilation support.
2011-11-21 Ludovic CourtèsFix `validate-target' in (system base target).
2011-11-20 Ludovic CourtèsAllow overlapping regions to be passed to `bytevector...
2011-11-17 Andy Wingoeval.test work
2011-11-16 Ludovic CourtèsFFI: Add a `procedure->pointer' test.
2011-11-16 Ludovic CourtèsRe-enable a couple of evaluator tests.
2011-11-15 Andy Wingoset names of functions defined at the toplevel from...
2011-11-15 Andy Wingobetter debuggability for interpreted procedures
2011-11-11 Andy Wingoupdate letrec compilation test
2011-11-10 Andy Wingofix bit-set*! bug (!)
2011-11-09 Andy Wingowhen leaving a non-tail let, allow bound vals to be...
next