Age | Commit message (Expand) | Author | Files | Lines |
2022-10-14 | Presume ISO C90 headers are always available | Mike Gran | 1 | -5/+1 |
2019-05-23 | Avoid leaking a file descriptor in test-unwind | Mike Gran | 1 | -2/+5 |
2018-06-20 | Update license notices in all C files | Andy Wingo | 1 | -17/+17 |
2018-06-20 | Remove (C) from copyright statements | Andy Wingo | 1 | -1/+2 |
2013-06-16 | tests: Don't rely on $TMPDIR and /tmp on Windows. | Ludovic Courtès | 1 | -1/+12 |
2010-08-27 | Assorted `syntax-check' fixes. | Ludovic Courtès | 1 | -8/+8 |
2010-02-08 | make scm_make_continuation internal | Andy Wingo | 1 | -4/+2 |
2010-01-13 | Use `mkstemp' instead of `mktemp'. | Thien-Thi Nguyen | 1 | -1/+3 |
2009-11-17 | Fix stylistic issues revealed by "make syntax-check". | Ludovic Courtès | 1 | -3/+2 |
2009-10-07 | Revert "Change dynwind flag enums to #defines, for greater portability" | Neil Jerram | 1 | -1/+1 |
2009-10-02 | Change dynwind flag enums to #defines, for greater portability | Neil Jerram | 1 | -1/+1 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2008-03-13 | Honor $TMPDIR in the test suite. | Ludovic Courtès | 1 | -1/+40 |
2006-01-29 | Renamed the "frames" that are related to dynamic-wind to "dynamic | Marius Vollmer | 1 | -29/+29 |
2005-01-24 | (check_cont): Cast rewindable to long, to | Kevin Ryde | 1 | -1/+1 |
2004-08-19 | Avoid the use of discouraged or deprecated things. | Marius Vollmer | 1 | -4/+4 |
2004-07-08 | Use scm_from_int instead of SCM_MAKINUM and scm_is_eq instead | Marius Vollmer | 1 | -4/+4 |
2004-07-06 | Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -3/+3 |
2004-01-11 | Renamed scm_frame_unwind to scm_frame_unwind_handler, and | Marius Vollmer | 1 | -7/+9 |
2004-01-07 | Adapted to 'frame' renamings. (check_fluid): New. | Marius Vollmer | 1 | -24/+53 |
2004-01-06 | (close_port, delete_file, check_ports): New. | Marius Vollmer | 1 | -2/+58 |
2004-01-03 | * standalone/test-unwind.c: New test, for the frames stuff. | Marius Vollmer | 1 | -0/+172 |