Move another GOOPS-less test at the beginning.
[bpt/guile.git] / test-suite /
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...
2010-01-07 Andy Wingoreimplement srfi-4 vectors on top of bytevectors
2010-01-07 Ludovic CourtèsEnclose hooks tests in their own module.
2010-01-07 Ludovic CourtèsUse `encoding-error' instead of `misc-error' for string...
2010-01-07 Ludovic CourtèsHave string ports honor `%default-port-encoding'.
2010-01-03 Andy Wingorename goto/args and friends to tail-call, tail-apply...
2010-01-03 Andy Wingoadd truncated-print tests
2010-01-03 Andy Wingofix bug in generalized-vector->list
2010-01-03 Julian GrahamSupport for Unicode string normalization functions
2009-12-29 Andy Wingofix bug in string array implementation type mask
2009-12-28 Andy Wingofix bug bindings lexical vars within optargs initializers
2009-12-28 Andy WingoMerge branch 'read-fix'
2009-12-28 Andy Wingofix defmacro*
2009-12-24 Julian GrahamSupport for Unicode general categories
2009-12-23 Andy Wingokeyword arg errors throw to 'keyword-argument-error
2009-12-22 Julian GrahamImproved support for Unicode title case in Guile's...
2009-12-20 Andy Wingoadd test suites
2009-12-20 Andy Wingopsyntax's labels and marks now unique over a read/write...
2009-12-15 Ludovic CourtèsRemove unneeded #include <assert.h>.
2009-12-15 Ludovic CourtèsRemove obsolete test-suite makefile snippets.
2009-12-14 Ludovic CourtèsFix test environment issue with ltdl from Libtool 2...
2009-12-13 Andy Wingointerpreted closures cons less.
2009-12-11 Ludovic CourtèsTweak the "unused modules are removed" test.
2009-12-11 Ludovic CourtèsTypo.
2009-12-11 Andreas Rottmannadd partial support for tail patterns in syntax-rules...
2009-12-11 Andy Wingomerge from master to elisp
2009-12-04 Andy Wingoremove rpsubrs
2009-12-03 Andy Wingo+, -, min, lcm, gcd now documented
2009-12-03 Andy Wingoimplement transcendental sin, cos etc in c; deprecate...
2009-12-03 Andy Wingoremove tc7_subr_* and tc7_lsubr_*
2009-12-03 Andy Wingoremove debug frames
2009-12-02 Andy Wingoreally boot primitive-eval from scheme.
2009-12-01 Andy Wingonew evaluator, y'all
2009-12-01 Andy Wingoremove (lang elisp), as it won't work with the new...
2009-12-01 Andy Wingono special treatment for memoized code in srcprop.c
2009-12-01 Andy Wingofactor copy-tree and cons-source out of eval.[ch]
next