summaryrefslogtreecommitdiff
path: root/test-suite/tests/strings.test
AgeCommit message (Expand)AuthorFilesLines
2011-03-20Make VM string literals immutable.Ludovic Courtès1-4/+24
2010-07-13Fix type-checking in the optimized path of `string=?'.Ludovic Courtès1-2/+10
2010-01-12Move r6rs-hex-escape tests into reader.testMichael Gran1-92/+4
2010-01-12Reader option for R6RS hex escapesMichael Gran1-4/+92
2010-01-10Add R6RS backspace string escapeMichael Gran1-2/+6
2010-01-03Support for Unicode string normalization functionsJulian Graham1-0/+40
2009-09-20More tests for stringsMichael Gran1-2/+39
2009-09-01Remove the distinction between inline/outline storage for stringbufs.Ludovic Courtès1-20/+0
2009-08-19Add VM exception in strings.testMichael Gran1-0/+4
2009-08-12Regression, scm_string fails to test for circular listsMichael Gran1-1/+11
2009-08-10More string and symbol testsMichael Gran1-6/+238
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-11/+10
2008-12-02Fix sloppy bound checking in `string-{ref,set!}' with the empty string.Ludovic Courtès1-2/+49
2008-10-09Revert "Make literal strings (i.e., returned by `read') read-only."Ludovic Courtès1-6/+2
2008-09-23Make literal strings (i.e., returned by `read') read-only.Ludovic Courtès1-2/+6
2006-04-16merge from 1.8 branchKevin Ryde1-4/+95
2005-06-05(string-split): Try splitting on an 8-bit char.Kevin Ryde1-1/+9
2005-05-23The FSF has a new address.Marius Vollmer1-2/+2
2004-09-30(string-set!): Explicitely construct read-only string. StringMarius Vollmer1-2/+2
2004-09-22* tests/ports.test ("string ports"): Copy string literal so thatMarius Vollmer1-8/+5
2004-08-24Two more tests for double indirect substring modification.Marius Vollmer1-1/+14
2004-08-19Two tests for substring/shared. Also, use (test-suite lib).Marius Vollmer1-1/+16
2001-03-01* Extracted tests from exceptions.test into strings.test and symbols.test.Dirk Herrmann1-12/+66
2001-02-28* Provide and use new convenience macros to test for exceptions.Dirk Herrmann1-11/+6
2000-10-30* Reflect the fact that string=? is fixed in the test-suite.Dirk Herrmann1-1/+1
2000-09-26* Remember that string=? and friends need fixing.Dirk Herrmann1-0/+9
1999-09-11* tests/strings.test: Add test for substring-move! argument checking.Jim Blandy1-0/+4
1999-08-30* tests/strings.test: New test file.Jim Blandy1-0/+26