temporarily disable elisp exception tests
[bpt/guile.git] / test-suite / standalone / test-unwind.c
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-06-16 Ludovic Courtèstests: Don't rely on $TMPDIR and /tmp on Windows.
2010-08-27 Ludovic CourtèsAssorted `syntax-check' fixes.
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-02-08 Andy Wingomake scm_make_continuation internal
2010-01-13 Thien-Thi NguyenUse `mkstemp' instead of `mktemp'.
2009-12-11 Andy Wingomerge from master to elisp
2009-11-17 Ludovic CourtèsFix stylistic issues revealed by "make syntax-check".
2009-10-07 Neil JerramRevert "Change dynwind flag enums to #defines, for...
2009-10-02 Neil JerramChange dynwind flag enums to #defines, for greater...
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
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+
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-08-02 Andy Wingomerge guile-vm to guile
2008-03-13 Ludovic CourtèsHonor $TMPDIR in the test suite.
2006-01-29 Marius VollmerRenamed the "frames" that are related to dynamic-wind...
2005-01-24 Kevin Ryde(check_cont): Cast rewindable to long, to
2004-08-19 Marius VollmerAvoid the use of discouraged or deprecated things.
2004-07-08 Marius VollmerUse scm_from_int instead of SCM_MAKINUM and scm_is_eq...
2004-07-06 Marius VollmerReplaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP...
2004-01-11 Marius VollmerRenamed scm_frame_unwind to scm_frame_unwind_handler...
2004-01-07 Marius VollmerAdapted to 'frame' renamings. (check_fluid): New.
2004-01-06 Marius Vollmer(close_port, delete_file, check_ports): New.
2004-01-03 Marius Vollmer* standalone/test-unwind.c: New test, for the frames...