* convert.c: include <string.h> for convert_i.c.
[bpt/guile.git] / test-suite / tests /
2002-02-08 Neil Jerram* Add tests of Elisp expression evaluation.
2002-01-30 Neil Jerram* Rename `call-with-readline-completion-function' to...
2002-01-24 Neil Jerram* More tests for the Elisp nil value.
2002-01-22 Neil Jerram* New tests file for Elisp support.
2001-11-22 Dirk Herrmann* tests/numbers.test: Added more division by zero tests.
2001-11-21 Dirk Herrmann* tests/numbers.test: Added division by zero tests.
2001-11-17 Dirk Herrmann* tests/syntax.test: Added some tests, updated some...
2001-11-04 Stefan Jahn2001-11-04 Stefan Jahn <stefan@lkcc.org>
2001-10-26 Dirk Herrmann* tests/eval.test: Added tests for promises.
2001-10-18 Dirk Herrmann* tests/syntax.test: Added test cases for 'cond =...
2001-10-13 Dirk Herrmann* tests/syntax.test: Added test cases for 'lambda...
2001-10-13 Dirk Herrmann* tests/syntax.test: Added test cases for 'case' syntax.
2001-10-13 Dirk Herrmann* tests/numbers.test: Added a test case that checks...
2001-09-21 Rob Browning* tests/bit-operations.test (fixnum-bit): compute dynam...
2001-09-21 Rob Browning* tests/numbers.test (fixnum-bit): compute dynamically.
2001-09-08 Thien-Thi Nguyen("apples-blimps-catalexis example", "multiple occurances"):
2001-08-31 Dirk Herrmann* Improved the readability of some patterns.
2001-08-25 Thien-Thi Nguyen(test-time-comparision, test-time-arithmatic): New...
2001-08-25 Marius VollmerNew file.
2001-08-24 Thien-Thi Nguyen(string-for-each, string-for-each-index): Add tests.
2001-08-22 Mikael Djurfeldt* tests/srfi-13.test (string-map): Swapped order of...
2001-08-12 Thien-Thi NguyenRemove dependency on `TTN_TEST_NEW' env var.
2001-08-12 Thien-Thi Nguyen(exception:no-such-option,
2001-08-11 Dirk Herrmann* Added some syntax tests for numbers.
2001-08-02 Thien-Thi NguyenInitial revision
2001-07-19 Martin Grabmüller * tests/alist.test, tests/bit-operations.test,
2001-07-16 Martin Grabmüller * tests/srfi-14.test: New file.
2001-07-12 Marius VollmerNew file.
2001-06-30 Dirk Herrmann* Added some simple goops test for a beginning.
2001-06-27 Martin Grabmüller * tests/srfi-4.test: New file.
2001-06-16 Marius Vollmer* tests/ports.test: New test for output port line counts.
2001-06-16 Marius VollmerNew files. Thanks to Matthias Köppe!
2001-05-28 Martin Grabmüller * tests/symbols.test ("gensym"): New tests for long...
2001-05-21 Marius VollmerNew, minimal tests.
2001-05-19 Marius VollmerUpdated test for new micro version stuff.
2001-05-16 Martin Grabmüller * tests/srfi-13.test: More tests.
2001-05-10 Martin Grabmüller * tests/srfi-10.test: New file.
2001-05-10 Thien-Thi Nguyen("evaluator" "memoization"): New test prefix block.
2001-05-08 Martin Grabmüller * tests/srfi-13.test: Added module access kludge,...
2001-05-07 Martin Grabmüller * tests/srfi-13.test: New file testing the SRFI string...
2001-04-25 Gary Houston * tests/r4rs.test: delete files tmp1, tmp2, tmp3 after...
2001-04-02 Dirk Herrmann* Added some tests.
2001-03-19 Gary Houston * check-guile.in: 16 documentation tests were failing...
2001-03-11 Dirk Herrmann* Added a new test case plus minor improvements.
2001-03-09 Martin Grabmüller * tests/syntax.test ("let*"): Changed the `duplicate...
2001-03-03 Marius Vollmer* tests/syntax.test ("let,duplicate bindings", "let...
2001-03-03 Marius Vollmer* tests/syntax.test ("duplicate formals"): New category...
2001-03-03 Marius Vollmer* tests/alist.test: Use "'()" instead of "()" in all...
2001-03-02 Dirk Herrmann* extracted the tests from exceptions.test into eval...
2001-03-01 Dirk Herrmann* Moved the number related tests from exceptions.test...
2001-03-01 Dirk Herrmann* Extracted tests from exceptions.test into strings...
2001-02-28 Dirk Herrmann* Turn some test's result into XFAIL instead of FAIL.
2001-02-28 Dirk Herrmann* Moved reader related tests from exceptions.test to...
2001-02-28 Dirk Herrmann* Provide and use new convenience macros to test for...
2001-02-28 Dirk Herrmann* Remove redundant test name prefix.
2001-02-28 Dirk Herrmann* Make sure that tests return a boolean value.
2001-02-23 Thien-Thi Nguyen(syntax lambda): Renamed from (lambda).
2001-02-23 Thien-Thi NguyenInitial revision.
2001-01-26 Dirk Herrmann* Fixed things that I had broken with the last patch :-(
2001-01-24 Gary Houston * tests/ports.test: include (ice-9 rdelim) module.
2001-01-18 Dirk Herrmann* Converted to real boundary testing.
2001-01-17 Dirk Herrmann* Added tests for bit-operations.
2000-12-07 Keisuke NishidaTest suite for applicable smobs.
2000-11-03 Dirk Herrmann* Add test to check whether the after-gc-hook is run...
2000-10-30 Dirk Herrmann* Reflect the fact that string=? is fixed in the test...
2000-10-13 Dirk Herrmann* Deprecated scm_sloppy_mem(q|v|ber)
2000-09-26 Dirk Herrmann* Remember that string=? and friends need fixing.
2000-09-12 Dirk Herrmann* Tests that rely on garbage collection: Be aware of...
2000-09-05 Dirk Herrmann* Improved and enhanced the environment test suite.
2000-08-25 Dirk Herrmann* Added Jost Boekemeier's implementation of environment...
2000-08-21 Dirk Herrmann* lib.scm (pass-if, expect-fail): Generalized.
2000-06-30 Dirk Herrmann* Eliminated use of SCM_ASSERT to check for range errors.
2000-06-21 Dirk Herrmann* Made a couple of functions (not all yet) tail recursive.
2000-06-21 Dirk Herrmann* Added some tests that are currently known to fail...
2000-06-19 Mikael Djurfeldt* tests/list.test: Use cons* instead of list*.
2000-06-13 Mikael Djurfeldt* tests/numbers.test, tests/list.test: Updated for new
2000-05-26 Dirk Herrmann* The name property of hooks is deprecated.
2000-05-08 Dirk HerrmannAdded tests/list.test and tests/numbers.test. (numbers...
2000-05-08 Dirk HerrmannAdopted a couple of nice ideas from Greg.
2000-05-05 Dirk Herrmannmambo.test: Removed dummy file.
2000-03-31 Gary Houston * tests/ports.test (non-blocking-I/O): a couple more...
2000-01-16 Greg J. Badros* paths.scm: Assume that ~/guile-core/test-suite is...
1999-12-22 Mikael Djurfeldt* tests/weaks.test, tests/hooks.test: Added.
1999-12-22 Mikael Djurfeldt* tests/weaks.test: Added.
1999-12-18 Mikael Djurfeldt* tests/alist.test: Added.
1999-12-17 Greg J. Badros* tests/c-api.test: Refine the list of files that are...
1999-10-24 Gary Houston * tests/ports.test ("string ports"): test seeking...
1999-10-20 Gary Houston * tests/ports.test: in seek/tell test on input port...
1999-10-18 Gary Houston * tests/ports.test: add seek/tell tests for unidirecti...
1999-09-25 Jim Blandy* tests/reader.test: Check that number->string checks...
1999-09-20 Jim Blandy* tests/ports.test: Check that our input functions...
1999-09-20 Jim Blandy* tests/regexp.test: Check regexp-substitute/global...
1999-09-15 Mikael DjurfeldtUse egrep for better compatibility.
1999-09-15 Mikael Djurfeldt* tests/c-api.test: New file. Add test to check that...
1999-09-14 Gary Houston3 more bytes.
1999-09-14 Gary Houston1999-09-14 Gary Houston <ghouston@freewire.co.uk>
1999-09-11 Jim Blandy* tests/strings.test: Add test for substring-move!...
1999-09-11 Jim Blandy* lib.scm (signals-error?, signals-error?*): New macro...
1999-09-11 Jim Blandy* tests/interp.test: Add copyright notice.
1999-09-11 Jim Blandy* tests/reader.test: New test file.
next