Update AUTHORS to reflect now-removed guile-snarf-docs-texi; nfc.
[bpt/guile.git] / test-suite /
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
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...
next