summaryrefslogtreecommitdiff
path: root/test-suite/standalone/test-unwind.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-14Presume ISO C90 headers are always availableMike Gran1-5/+1
2019-05-23Avoid leaking a file descriptor in test-unwindMike Gran1-2/+5
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+2
2013-06-16tests: Don't rely on $TMPDIR and /tmp on Windows.Ludovic Courtès1-1/+12
2010-08-27Assorted `syntax-check' fixes.Ludovic Courtès1-8/+8
2010-02-08make scm_make_continuation internalAndy Wingo1-4/+2
2010-01-13Use `mkstemp' instead of `mktemp'.Thien-Thi Nguyen1-1/+3
2009-11-17Fix stylistic issues revealed by "make syntax-check".Ludovic Courtès1-3/+2
2009-10-07Revert "Change dynwind flag enums to #defines, for greater portability"Neil Jerram1-1/+1
2009-10-02Change dynwind flag enums to #defines, for greater portabilityNeil Jerram1-1/+1
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-03-13Honor $TMPDIR in the test suite.Ludovic Courtès1-1/+40
2006-01-29Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer1-29/+29
2005-01-24(check_cont): Cast rewindable to long, toKevin Ryde1-1/+1
2004-08-19Avoid the use of discouraged or deprecated things.Marius Vollmer1-4/+4
2004-07-08Use scm_from_int instead of SCM_MAKINUM and scm_is_eq insteadMarius Vollmer1-4/+4
2004-07-06Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-3/+3
2004-01-11Renamed scm_frame_unwind to scm_frame_unwind_handler, andMarius Vollmer1-7/+9
2004-01-07Adapted to 'frame' renamings. (check_fluid): New.Marius Vollmer1-24/+53
2004-01-06(close_port, delete_file, check_ports): New.Marius Vollmer1-2/+58
2004-01-03* standalone/test-unwind.c: New test, for the frames stuff.Marius Vollmer1-0/+172