add reader support for #; #` #' #, and #,@. fix bug in compile-and-load.
[bpt/guile.git] / test-suite / tests / reader.test
2009-01-12 Andy WingoMerge commit 'origin/master' into vm
2008-10-09 Ludovic CourtèsAdd test case to make sure `read' returns mutable strings.
2008-08-26 Andy Wingomerge from guile master
2008-08-02 Andy Wingomerge guile-vm to guile
2008-04-15 Ludovic CourtèsAdd support for SRFI-88-like postfix keyword read syntax.
2007-10-17 Ludovic CourtèsChanges from arch/CVS synchronization
2007-09-03 Ludovic CourtèsChanges from arch/CVS synchronization
2007-08-23 Ludovic CourtèsChanges from arch/CVS synchronization
2007-07-22 Ludovic CourtèsChanges from arch/CVS synchronization
2003-06-04 Kevin Ryde(reading): Test bad # error message is formattable.
2002-08-05 Han-Wen Nienhuys* tests/reader.test: change misc-error in read-error.
2001-02-28 Dirk Herrmann* Moved reader related tests from exceptions.test to...
2001-02-28 Dirk Herrmann* Provide and use new convenience macros to test for...
1999-09-25 Jim Blandy* tests/reader.test: Check that number->string checks...
1999-09-11 Jim Blandy* lib.scm (signals-error?, signals-error?*): New macro...
1999-09-11 Jim Blandy* tests/reader.test: New test file.