Fix bit-count* bug
[bpt/guile.git] / test-suite / tests / reader.test
2014-01-15 Mark H Weaverread: Support R7RS |...| symbol notation.
2014-01-14 Mark H WeaverRecognize 'escape' character name, per R7RS.
2014-01-14 Mark H Weaverread: Accept "\|" in string literals.
2014-01-14 Mark H Weaverread: Support R7RS '#true' and '#false' syntax for...
2012-10-26 Mark H WeaverImplement #!fold-case and #!no-fold-case reader directives.
2011-10-05 Andy Wingofix reading of #||||#
2011-07-01 Andy Wingofix '(a #{.} b)
2011-04-11 Andy Wingofix reader.test for --disable-deprecated
2011-04-11 Andy Wingoread-extended-symbol handles backslash better, includin...
2011-02-28 Ludovic CourtèsHave `read' update line/column numbers when reading...
2011-01-21 Andy Wingoimplement r6rs hungry escaped EOL
2010-11-07 Ludovic CourtèsFix `reader.test'.
2010-11-02 Andreas RottmannUse a fluid for the list of the reader's "hash procedures"
2010-09-26 Michael GranFavor non-hex string escapes over hex escapes when...
2010-09-25 Michael GranIncorrect parsing of NaN complex numbers
2010-07-17 Michael GranEnable character hex escapes by default
2010-07-13 Andy Wingofix '(] infinite loop
2010-05-27 Julian GrahamSupport for the #!r6rs lexeme.
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-01-23 Michael GranR6RS string escapes broken on string output
2010-01-13 Michael GranMove r6rs-hex-escape tests into reader.test
2010-01-07 Ludovic CourtèsHave string ports honor `%default-port-encoding'.
2009-12-11 Andy Wingomerge from master to elisp
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-19 Ludovic CourtèsAdd support for R6RS/SRFI-30 nested block comments.
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+
2009-06-02 Julian GrahamMerge branch 'master' of git://git.savannah.gnu.org...
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
2009-05-28 Andy Wingoadd tests for #' etc
2009-05-28 Andy Wingoadd reader tests for #;
2009-05-20 Michael GranSymbols longer than 128 chars can cause an exception...
2009-01-12 Andy WingoMerge commit 'origin/master' into vm
2008-10-11 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-10-09 Ludovic CourtèsAdd test case to make sure `read' returns mutable strings.
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsMerge commit '2e77f7202b11ad0003831fcff94ec7db80cca015...
2008-09-10 Ludovic CourtèsMerge commit '29776e85da637ec4d44b2b2822d6934a50c0084b...
2008-09-10 Ludovic CourtèsMerge commit '7337d56d5714227865aeca2b40b6bd97cce296d2...
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.