* libguile/eval.c (s_missing_expression, s_bad_variable): New static
[bpt/guile.git] / test-suite / tests / syntax.test
2003-10-11 Dirk Herrmann * libguile/eval.c (s_missing_expression, s_bad_variabl...
2003-10-11 Dirk Herrmann * libguile/eval.c (s_extra_expression, s_misplaced_els...
2003-10-11 Dirk Herrmann * libguile/eval.c (scm_m_case): Allow empty lists...
2003-10-11 Dirk Herrmann * libguile/tags.h (SCM_IM_ELSE, SCM_IM_ARROW): New...
2003-10-07 Dirk Herrmann * lib.scm (exception:missing-expression): New.
2003-09-22 Dirk Herrmann * guile-test: Wrapped in module (test-suite guile...
2003-08-17 Kevin Ryde(while): Exercise break and continue from
2003-08-12 Kevin RydeAdd a copyright year.
2003-08-12 Kevin Ryde(while): New tests.
2003-04-23 Dirk Herrmann * tests/syntax.test: Modified some tests to use eval...
2001-11-17 Dirk Herrmann* tests/syntax.test: Added some tests, updated some...
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-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-02 Dirk Herrmann* extracted the tests from exceptions.test into eval...