summaryrefslogtreecommitdiff
path: root/test-suite/tests/strings.test
Commit message (Expand)AuthorAgeFilesLines
* Add test for 'string-ref' with a negative index at -O2.Ludovic Courtès2023-01-171-5/+14
* read: Use "invalid" rather than "illegal".Jan (janneke) Nieuwenhuizen2020-06-181-9/+9
* New function string-replace-substring in (ice-9 string-fun)Daniel Llorens2020-01-061-1/+8
* Strings, i18n: Limit the use of alloca to approximately 8 kilobytes.Mark H Weaver2019-05-231-0/+12
* Remove mention of vm-error from test suiteAndy Wingo2018-06-271-6/+2
* Stringbufs immutable by defaultAndy Wingo2017-02-161-8/+26
* Implement 'string-utf8-length' and 'scm_c_string_utf8_length'.Mark H Weaver2016-05-221-2/+18
* remove @apply memoizerAndy Wingo2013-06-271-5/+5
* In string-split, add support for character sets and predicates.Daniel Hartwig2012-10-121-1/+61
* Make VM string literals immutable.Ludovic Courtès2011-03-201-4/+24
* Fix type-checking in the optimized path of `string=?'.Ludovic Courtès2010-07-131-2/+10
* Move r6rs-hex-escape tests into reader.testMichael Gran2010-01-121-92/+4
* Reader option for R6RS hex escapesMichael Gran2010-01-121-4/+92
* Add R6RS backspace string escapeMichael Gran2010-01-101-2/+6
* Support for Unicode string normalization functionsJulian Graham2010-01-031-0/+40
* More tests for stringsMichael Gran2009-09-201-2/+39
* Remove the distinction between inline/outline storage for stringbufs.Ludovic Courtès2009-09-011-20/+0
* Add VM exception in strings.testMichael Gran2009-08-191-0/+4
* Regression, scm_string fails to test for circular listsMichael Gran2009-08-121-1/+11
* More string and symbol testsMichael Gran2009-08-101-6/+238
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-11/+10
* Fix sloppy bound checking in `string-{ref,set!}' with the empty string.Ludovic Courtès2008-12-021-2/+49
* Revert "Make literal strings (i.e., returned by `read') read-only."Ludovic Courtès2008-10-091-6/+2
* Make literal strings (i.e., returned by `read') read-only.Ludovic Courtès2008-09-231-2/+6
* merge from 1.8 branchKevin Ryde2006-04-161-4/+95
* (string-split): Try splitting on an 8-bit char.Kevin Ryde2005-06-051-1/+9
* The FSF has a new address.Marius Vollmer2005-05-231-2/+2
* (string-set!): Explicitely construct read-only string. StringMarius Vollmer2004-09-301-2/+2
* * tests/ports.test ("string ports"): Copy string literal so thatMarius Vollmer2004-09-221-8/+5
* Two more tests for double indirect substring modification.Marius Vollmer2004-08-241-1/+14
* Two tests for substring/shared. Also, use (test-suite lib).Marius Vollmer2004-08-191-1/+16
* * Extracted tests from exceptions.test into strings.test and symbols.test.Dirk Herrmann2001-03-011-12/+66
* * Provide and use new convenience macros to test for exceptions.Dirk Herrmann2001-02-281-11/+6
* * Reflect the fact that string=? is fixed in the test-suite.Dirk Herrmann2000-10-301-1/+1
* * Remember that string=? and friends need fixing.Dirk Herrmann2000-09-261-0/+9
* * tests/strings.test: Add test for substring-move! argument checking.Jim Blandy1999-09-111-0/+4
* * tests/strings.test: New test file.Jim Blandy1999-08-301-0/+26