Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 | |
(Not quite finished, the following will be done tomorrow. module/srfi/*.scm module/rnrs/*.scm module/scripts/*.scm testsuite/*.scm guile-readline/* ) | |||||
2008-11-24 | Fix comments in `test-scm-c-read.c'. | Ludovic Courtès | 1 | -2/+2 | |
* test-suite/standalone/test-scm-c-read.c (make_port): Fix comments. | |||||
2008-11-23 | Add C unit test for `scm_c_read ()' and the port API. | Ludovic Courtès | 1 | -0/+130 | |
* test-suite/standalone/Makefile.am (check_PROGRAMS, TESTS): Add `test-scm-c-read'. (test_scm_c_read_SOURCES, test_scm_c_read_CFLAGS, test_scm_c_read_LDADD): New. |