Implementation for the R6RS (rnrs programs) library.
[bpt/guile.git] / test-suite /
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
2010-04-09 Andy Wingoelisp.test cleanups
2010-04-09 Andy Wingore-enable elisp test
2010-04-09 Andy Wingochange remaining %nil -> #nil
2010-04-08 Ludovic CourtèsRaise an error when attempting to modify the value...
2010-04-08 Ludovic CourtèsFix `module-reverse-lookup'.
2010-04-08 Ludovic CourtèsRemove `fold' from (sxml fold).
2010-04-08 Andy Wingofix curried definitions for value defines
2010-04-07 Andy Wingoadd (ice-9 curried definitions)
2010-04-07 Andy Wingoupdate licenses on tests imported from guile-lib
2010-04-07 Andy Wingoadd docs and tests for array->list
2010-04-03 Michael Grancopyright dates
2010-04-03 Michael GranUnicode data parsing script incorrect for char-set...
2010-03-31 Andy Wingomore fixes to equal? for arrays
2010-03-31 Andy Wingofix bug in ash opcode
2010-03-31 Andy Wingorename unif.test to arrays.test
2010-03-31 Ludovic CourtèsMove another GOOPS-less test at the beginning.
2010-03-31 Ludovic CourtèsAdd separate test file for GOOPS-less tests.
2010-03-30 Ludovic CourtèsAdd rudimentary ECMAScript tests.
2010-03-30 Ludovic CourtèsAdd Boucher's `lalr-scm' as the `(system base lalr...
2010-03-30 Andy Wingofix equal? between an array and a non-array
2010-03-30 Andy WingoRevert "fix equal? between an array and a non-array"
2010-03-30 Andy Wingofix equal? between an array and a non-array
2010-03-19 Andy Wingofix srfi-31 check after macroexpand rename
2010-03-18 Ludovic CourtèsImprove encoding error reporting.
2010-03-16 Ludovic CourtèsRemove obsolete test directory.
2010-03-16 Ludovic CourtèsChange `dynamic-link' to return a global handle when...
2010-03-16 Andy Wingorename libguile to libguile-@EFFECTIVE_VERSION@, curren...
2010-03-16 Andy Wingoversion.h has SCM_EFFECTIVE_VERSION; effective-version...
2010-03-14 Ludovic Courtèsdoc: Remove obsolete reference to the lack of Unicode...
2010-03-11 Andy Wingoadd abort to unknown prompt test
2010-03-09 Andy Wingoprompt, abort -> call-with-prompt, abort-to-prompt
2010-03-07 Ludovic CourtèsDon't export `write-bytecode' from `(language assembly...
2010-03-07 Ludovic CourtèsAdd wide-string compilation test.
2010-03-07 Ludovic CourtèsFix miscompilation of non-ASCII Latin-1 strings.
2010-03-05 Ludovic CourtèsAdd new fluid tests.
2010-03-04 Ludovic CourtèsTry to avoid `guile-test' failures when it can't displa...
2010-03-03 Ludovic CourtèsWrite the test suite log file in UTF-8.
2010-03-03 Ludovic CourtèsUse `with-latin1-locale' in `regexp.test'.
2010-03-03 Ludovic CourtèsMove Latin-1 locale fiddling to `(test-suite lib)'.
2010-03-03 Ludovic CourtèsFix `with-locale*' in `(test-suite lib)'.
2010-03-03 Andy Wingopsyntax expander tracks changes to current module in...
2010-03-03 Andy Wingouse anonymous mv-bind in compile-glil.scm; fix abort...
2010-03-03 Andy Wingoadd more tests to control.test
2010-03-02 Ludovic CourtèsAdd test checking whether fluids are GC'd.
2010-03-02 Ludovic CourtèsFix "coding:" cookies in the test suite.
2010-03-02 Ludovic CourtèsFix off-by-one error when initializing vectors in ...
2010-03-02 Julian GrahamChange failing syncase test case to UNRESOLVED.
2010-02-27 Julian Grahamadd (currently failing) test case for changing the...
2010-02-26 Andy Wingorewinding prompts works
2010-02-26 Andy Wingodeprecate lazy-catch
2010-02-24 Andy Wingomore substance to control.test
2010-02-24 Andy Wingostart of tests for (ice-9 control)
2010-02-18 Andy Wingoadd with-fluids objects and primitive syntax
2010-02-18 Andy Wingoadd fluid tests
2010-02-16 Ludovic CourtèsSkip "wrong service name" `getaddrinfo' test on Darwin...
2010-02-15 Ludovic CourtèsAdd `getaddrinfo' test.
2010-02-15 Ludovic CourtèsFix `getaddrinfo' tests.
2010-02-14 Ludovic CourtèsMake the `getaddrinfo' "no name" test more robust.
2010-02-14 Ludovic CourtèsAdd `getaddrinfo' and related procedures.
2010-02-09 Ludovic CourtèsChange `write-bytecode' to accept a bytevector.
2010-02-08 Andy Wingomake scm_make_continuation internal
2010-02-02 Ludovic CourtèsAdd `(ice-9 vlist)'.
2010-01-31 Ludovic CourtèsInline SRFI-9 constructors too.
2010-01-27 Andy Wingoadd a test for ffi and pointers
2010-01-26 Andy Wingoadd a test for foreign functions taking struct args
2010-01-26 Andy Wingoadd ffi tests
2010-01-23 Michael GranR6RS string escapes broken on string output
2010-01-23 Ludovic CourtèsOptimize struct initialization and accessors for the...
2010-01-19 Ludovic CourtèsMake `sockets.test' more robust.
2010-01-18 Ludovic CourtèsFix use of utimensat(2).
2010-01-13 Thien-Thi NguyenUse `mkstemp' instead of `mktemp'.
2010-01-13 Michael GranMove r6rs-hex-escape tests into reader.test
2010-01-13 Michael GranReader option for R6RS hex escapes
2010-01-11 Ludovic CourtèsEvaluate the `export' and `re-export' forms at compile...
2010-01-11 Ludovic CourtèsAdd `-Wunused-toplevel' compiler warning.
2010-01-10 Michael GranAdd R6RS backspace string escape
2010-01-10 Michael GranAdd R6RS backslash string escape
2010-01-10 Michael GranAdd R6RS character names
2010-01-09 Andy Wingoallocate free variables inline to closures
2010-01-08 Ludovic CourtèsUse `HORIZONTAL ELLIPSIS' when available in `truncated...
next