The FSF has a new address.
[bpt/guile.git] / test-suite / tests / syntax.test
2005-05-23 Marius VollmerThe FSF has a new address.
2005-01-27 Kevin Ryde(while): Tests running in empty environment are
2004-10-03 Dirk Herrmann * tests/syntax.test: Added tests for unmemoization.
2004-08-23 Marius Vollmer* lib.scm (exception:used-before-define): New.
2004-05-31 Dirk Herrmann * tests/syntax.test: Added various tests to check...
2004-04-26 Dirk Herrmann * libguile/eval.c (s_macro_keyword): New static identi...
2004-01-23 Dirk Herrmann * tests/syntax.test: Added test for unmemoizing intern...
2003-11-30 Marius VollmerIt's "#\\space", not "#\space".
2003-11-15 Dirk Herrmann * libguile/eval.c (s_mixed_body_forms): New static...
2003-11-15 Dirk Herrmann * tests/syntax.test: Fixed test that checks for the...
2003-11-09 Dirk Herrmann * tests/optargs.test: Wrap tests in module (test-suite
2003-11-08 Dirk Herrmann * libguile/eval.c (s_missing_body_expression): New...
2003-11-01 Dirk Herrmann * libguile/eval.c (s_expression): Added comment.
2003-10-18 Dirk Herrmann * libguile/eval.c (scm_m_cont, scm_m_at_call_with_values,
2003-10-18 Dirk Herrmann * libguile/eval.c: Sorted include files alphabetically.
2003-10-18 Dirk Herrmann * libguile/eval.c (scm_m_let, scm_m_letstar, scm_m_letrec,
2003-10-12 Dirk Herrmann * libguile/eval.c (s_bad_formals, s_bad_formal, s_dupl...
2003-10-12 Dirk Herrmann * tests/syntax.test (exception:missing/extra-expr...
2003-10-12 Dirk Herrmann * libguile/eval.c (s_duplicate_binding): New static...
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...