summaryrefslogtreecommitdiff
path: root/test-suite/tests/srfi-13.test
Commit message (Expand)AuthorAgeFilesLines
* Fix 'string-copy!' to work properly with overlapping src/dest.Mark H Weaver2014-01-081-3/+12
* Unoptimize 'read' to return freshly allocated empty stringsMark H Weaver2012-02-081-5/+7
* fix srfi-13 test argument ordersAndy Wingo2011-02-021-87/+92
* Improved support for Unicode title case in Guile's string and character APIs.Julian Graham2009-12-221-0/+19
* More tests for stringsMichael Gran2009-09-201-0/+12
* Some srfi-13 test with wide stringsMichael Gran2009-08-191-4/+52
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-13/+12
* merge from 1.8 branchKevin Ryde2006-04-161-2/+37
* (string-append/shared): New tests.Kevin Ryde2005-11-301-0/+44
* (string-every, string-tabulate, string-trim,Kevin Ryde2005-08-061-6/+255
* (string-filter): A few more tests.Kevin Ryde2005-06-101-1/+43
* The FSF has a new address.Marius Vollmer2005-05-231-2/+2
* (string-concatenate, string-concatenate/shared): New tests.Kevin Ryde2005-04-101-0/+34
* (string-index): Exercise 8-bit char in string.Kevin Ryde2005-03-251-2/+10
* * tests/ports.test ("string ports"): Copy string literal so thatMarius Vollmer2004-09-221-1/+1
* (module-peek): Removed, this kluge is no longer necessary.Marius Vollmer2004-08-271-17/+0
* (string-any, string-every): Exercise char and charset predicate cases.Kevin Ryde2004-08-141-42/+186
* (string-every): Check empty string case.Kevin Ryde2004-08-021-1/+12
* (string-tokenize): Updated for fixed semantics.Marius Vollmer2002-04-261-18/+6
* (string-for-each, string-for-each-index): Add tests.Thien-Thi Nguyen2001-08-241-4/+22
* * tests/srfi-13.test (string-map): Swapped order of string andMikael Djurfeldt2001-08-221-1/+12
* * tests/srfi-13.test: More tests.Martin Grabmüller2001-05-161-0/+423
* * tests/srfi-10.test: New file.Martin Grabmüller2001-05-101-1/+255
* * tests/srfi-13.test: Added module access kludge, and uncommentedMartin Grabmüller2001-05-081-12/+15
* * tests/srfi-13.test: New file testing the SRFI string library.Martin Grabmüller2001-05-071-0/+332