add vm-abort-continuation-hook, vm-restore-continuation-hook
[bpt/guile.git] / test-suite /
2010-09-15 Ludovic CourtèsOptimize `peek-char'.
2010-09-14 Ludovic CourtèsRe-introduce pretty-printing of combining characters.
2010-09-12 Andy Wingomove srfi-1 and srfi-60 C impl to libguile, without...
2010-09-06 Ludovic CourtèsRename `make-foreign-function' to `pointer->procedure'.
2010-09-04 Ludovic CourtèsAdd an entertaining `procedure->pointer' test.
2010-09-03 Ludovic CourtèsFix the `put-bytevector' tests.
2010-09-03 Ludovic CourtèsAdd license header to `test-ffi'.
2010-09-03 Ludovic CourtèsAdd `procedure->pointer' to the FFI.
2010-09-03 Jose A. Ortega RuizFix for `submodules' in (ice-9 session) (closes #30062)
2010-09-01 Ludovic Courtèspopen.test: Don't auto-compile `popen-child.scm'.
2010-09-01 Ludovic CourtèsAdd `test-suite/tests/popen-child.scm' to the distribution.
2010-08-30 Andy Wingobitvector work
2010-08-28 Andy Wingonet-db.test tweak
2010-08-27 Ludovic CourtèsSRFI-1: Rewrite `break' and `break!' in Scheme.
2010-08-27 Ludovic CourtèsSRFI-1: Rewrite `fifth', `sixth', etc. in Scheme.
2010-08-27 Ludovic CourtèsAssorted `syntax-check' fixes.
2010-08-16 Ludovic CourtèsFix i18n tests when no French locale is available.
2010-08-15 Andreas RottmannLink test-srfi-1 to libguile as well
2010-08-15 Ludovic CourtèsAdd `string->pointer' and `pointer->string' to the...
2010-08-15 Ludovic CourtèsAdd `number->locale-string' tests.
2010-08-09 Julian GrahamExplicit definitions for `memp' and `assp' in `(rnrs...
2010-08-08 Julian GrahamExplicit definitions for `vector-for-each' and `vector...
2010-08-08 Andy Wingodeprecated all discouraged functions
2010-08-04 Andy Wingofix vector-move-right! and vector-move-left!
2010-07-28 Ludovic CourtèsFix `parse-c-struct'.
2010-07-28 Ludovic CourtèsUse "pointer" instead of "foreign" when dealing with...
2010-07-26 Ludovic CourtèsAdd `dereference-pointer' to `(system foreign)'.
2010-07-26 Ludovic CourtèsSimplify the (system foreign) API.
2010-07-26 Andy Wingoremove SCM_HAVE_T_INT64, SCM_HAVE_T_UINT64
2010-07-20 Ludovic CourtèsStart rewriting SRFI-1 in Scheme.
2010-07-20 Ludovic CourtèsAdd `vhash-fold*' in `(ice-9 vlist)'.
2010-07-17 Michael GranEnable character hex escapes by default
2010-07-17 Michael Granopen-file should handle binary mode and coding declarations
2010-07-16 Michael Granread-line should use port's encoding, not locale's...
2010-07-14 Julian GrahamFix argument passing for external hash functions in...
2010-07-13 Andy Wingofix '(] infinite loop
2010-07-12 Ludovic CourtèsFix type-checking in the optimized path of `string=?'.
2010-07-09 Andy Wingofix (set! MACRO exp) hygiene
2010-07-01 Neil JerramFix hanging of popen.test
2010-06-21 Andy Wingofix matches? test
2010-06-21 Andy Wingosyntax-case treats _ as placeholder
2010-06-19 Andy Wingoscheme-mode in syntactic records test
2010-06-19 Andreas RottmannFix SRFI-9 for records without fields
2010-06-18 Julian GrahamFix `define-condition-type' to use condition-accessors...
2010-06-18 No ItisntUse AM_SILENT_RULES to pare down build output, ignore...
2010-06-17 Andy Wingofix order of internal definitions
2010-06-17 Andy Wingocompiler support for letrec*
2010-06-16 Ludovic CourtèsUse Alex Shinn's pattern matcher for (ice-9 match).
2010-06-11 Andy Wingowhile in terms of syntax-case
2010-06-11 Andy Wingoadd inliner cases for conditionals
2010-06-11 Andy Wingodeprecate has-suffix?
2010-06-10 Andy Wingoresolve-module #:ensure argument
2010-06-10 Andy Wingoexpt / integer-expt fixes
2010-06-09 Andy Wingor6rs `import' accepts multiple clauses
2010-06-07 Andy Wingofix (expt #t 0)
2010-06-06 Ludovic CourtèsAdd tests for `program-sources' (bug #29817).
2010-06-06 Ludovic CourtèsDon't build any generated source file at "make dist...
2010-06-06 Ludovic CourtèsAdd tests for `procedure-name'.
2010-06-06 Andy Wingofix `format' with %f and exact rationals
2010-06-06 Andy Wingofix module-hygiene corner case by relying more on synta...
2010-06-01 Andy Wingorename (rnrs bytevector) to (rnrs bytevectors)
2010-05-30 Ludovic CourtèsHave `test-ffi' run all the tests even after a failure.
2010-05-30 Ludovic CourtèsRelax the `(version)' test.
2010-05-28 Julian GrahamIgnore explicit phase specification for imports in...
2010-05-27 Julian GrahamSupport for the #!r6rs lexeme.
2010-05-26 Ludovic CourtèsClean up `test-suite/vm'.
2010-05-26 Ludovic CourtèsRename the `testsuite' directory to `test-suite/vm'.
2010-05-26 Ludovic CourtèsRaise an exception upon VM stack overflows (fixes bug...
2010-05-26 Ludovic Courtèssxml-match: Handle multiple-value returns.
2010-05-26 No ItisntMerge branch 'master' of git.sv.gnu.org:/srv/git/guile
2010-05-25 Ludovic CourtèsAdd (sxml match).
2010-05-21 Julian GrahamTest suite and fixes for R6RS (rnrs arithmetic fixnums).
2010-05-21 Julian GrahamFix typo in license comment.
2010-05-21 Julian GrahamImplementation and test cases for the R6RS (rnrs arithm...
2010-05-21 Julian GrahamImplementation and test case for R6RS (rnrs eval) library.
2010-05-21 Julian GrahamImplementation and test cases for the R6RS (rnrs enums...
2010-05-21 Julian GrahamTest suite and fixes for R6RS (rnrs conditions) and
2010-05-21 Julian GrahamAdd `guard' form and test cases to R6RS (rnrs exception...
2010-05-21 Julian GrahamFix test suite title in comment
2010-05-21 Julian GrahamImplementation and test cases for R6RS (rnrs files...
2010-05-21 Julian GrahamImplementation and test cases for the R6RS (rnrs unicod...
2010-05-21 Julian GrahamFixes and test cases for R6RS (rnrs hashtables) library.
2010-05-21 Julian GrahamAdd test cases for record constructor protocols and...
2010-05-21 Julian GrahamImplementation for the R6RS (rnrs hashtables) library;
2010-05-21 Julian GrahamImplementation and test cases for the R6RS (rnrs record...
2010-05-21 Julian GrahamImplementation and test cases for the R6RS (rnrs record...
2010-05-21 Julian GrahamFix missing imports for `(rnrs arithmetic bitwise)'.
2010-05-21 Julian GrahamImplementation and test cases for the R6RS (rnrs contro...
2010-05-21 Julian GrahamImplementation and test cases for the R6RS (rnrs arithm...
2010-05-20 Andy Wingoprimitive-eval takes expanded, not memoized, source
2010-05-13 Andy Wingoprimitive support for lambda*
2010-05-11 Ludovic CourtèsHave `sxml->xml' handle `*TOP*' nodes (bug #29260).
2010-05-07 Ludovic CourtèsAdd (system vm coverage).
2010-05-06 Andy Wingopsyntax no longer attempts to track (current-module)
2010-05-03 Andy Wingoadd rnrs libraries test suite
2010-05-02 Julian GrahamTest cases for `version-matches?'.
2010-04-19 Andy Wingomake-record-type slight refactor
2010-04-19 Andy Wingodeprecate @bind
2010-04-19 Andy Wingouse procedure-minimum-arity in tests
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
next