Fix bit-count* bug
[bpt/guile.git] / test-suite / tests / syntax.test
2014-02-02 Mark H WeaverImplement R7RS 'define-values'.
2014-01-15 Mark H WeaverDocument that we support srfi-46 and add it to %cond...
2014-01-09 Mark H WeaverImplement R7RS 'syntax-error'.
2014-01-09 Mark H Weaverpsyntax: custom ellipses using 'with-ellipsis' or R7RS...
2013-12-17 Mark H WeaverRevert "Fix bound-identifier=? to compare binding names...
2013-12-16 Mark H WeaverFix bound-identifier=? to compare binding names, not...
2013-12-13 Mark H Weaversyntax-case: fix error reporting for misplaced ellipses.
2012-02-08 Mark H WeaverSupport => within case, and improve error messages...
2012-01-05 Ludovic CourtèsFix the exception type of the (begin) test.
2012-01-05 Ludovic CourtèsRaise an error for (begin) when `--disable-deprecated'.
2011-12-22 Andy Wingodocument invalidity of (begin) as expression; add back...
2011-04-28 Andy Wingoallow while as an expression
2011-02-08 Andy Wingofix quasiquote test
2010-11-18 Andy Wingoadapt tests to new syntax-error form
2010-06-21 Andy Wingofix matches? test
2010-06-17 Andy Wingofix order of internal definitions
2010-06-11 Andy Wingowhile in terms of syntax-case
2009-12-11 Andy Wingomerge from master to elisp
2009-12-02 Andy Wingoreally boot primitive-eval from scheme.
2009-12-01 Andy Wingonew evaluator, y'all
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-25 Andy Wingorefactor psyntax.scm's treatment of lambda and lambda*
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-20 Andy Wingoeval is actually compile
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-06-02 Julian GrahamMerge branch 'master' of git://git.savannah.gnu.org...
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
2009-05-22 Andy Wingosyntax.test is passing, yay
2009-05-22 Andy Wingoresidualize names into procedures. re-implement srfi...
2009-05-21 Andy Wingosome work on syntax.test
2009-05-21 Andy Wingocatch syntax errors in unquote and unquote-splicing
2009-05-18 Andy Wingoadd tree-il->glil compilation test suite
2008-09-10 Ludovic CourtèsMerge commit '7337d56d5714227865aeca2b40b6bd97cce296d2...
2008-08-02 Andy Wingomerge guile-vm to guile
2007-07-18 Ludovic CourtèsChanges from arch/CVS synchronization
2007-05-26 Ludovic CourtèsChanges from arch/CVS synchronization
2006-04-16 Kevin Rydemerge from 1.8 branch
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...