summaryrefslogtreecommitdiff
path: root/test-suite/tests/regexp.test
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '0ce224594ae5a673f6a397c284db5f5a61935334'Andy Wingo2014-02-081-3/+3
|\
| * Improve handling of locales in the test suite.Mark H Weaver2014-02-071-3/+3
* | String ports use UTF-8; ignore %default-port-encoding.Mark H Weaver2013-08-071-13/+5
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2013-01-151-11/+12
|\ \ | |/
| * deprecate SCM_CHAR_CODE_LIMIT and char-code-limitAndy Wingo2013-01-101-11/+12
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2012-10-301-4/+20
|\ \ | |/
| * In fold-matches, set regexp/notbol unless matching string start.Chris K. Jester-Young2012-09-261-1/+8
| * doc: Fix description of regexp/locale encoding interaction.Ludovic Courtès2012-08-271-3/+12
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2012-01-101-3/+12
|\ \ | |/
| * Make sure `regexp-quote' tests use Unicode-capable string ports.Ludovic Courtès2012-01-091-3/+12
* | regexp.test needed char-code-limitAndy Wingo2011-05-151-0/+2
|/
* Fix `regexp.test' when the "en_US.utf8" locale isn't available.Ludovic Courtès2010-11-241-3/+3
* fix regexp matches to refer to chars, not bytesAndy Wingo2010-11-231-1/+8
* Always run at least the ASCII regexp tests.Ludovic Courtès2010-10-081-2/+9
* Try to avoid `guile-test' failures when it can't display the name of a test.Ludovic Courtès2010-03-041-2/+4
* Use `with-latin1-locale' in `regexp.test'.Ludovic Courtès2010-03-041-66/+19
* Modify regexp.test to work better with mac/darwinMichael Gran2009-10-121-2/+6
* More setlocale robustness in regexp testsMichael Gran2009-09-101-43/+65
* Avoid prematurely ending regexp test when ISO-8859-1 locale not foundMichael Gran2009-09-091-50/+79
* 8-bit locale needed for 8-bit regexp testsMichael Gran2009-09-071-49/+50
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-11/+10
* Enclose `regexp.test' in a module.Ludovic Courtès2008-09-251-2/+4
* Fix handling of the FLAGS argument in `fold-matches'.Ludovic Courtès2008-09-251-1/+24
* merge from 1.8Kevin Ryde2007-01-151-1/+33
* merge from 1.8 branchKevin Ryde2006-04-161-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-2/+2
* (match:string): New tests.Kevin Ryde2004-09-281-0/+12
* (regexp-quote): New tests.Kevin Ryde2004-08-271-0/+56
* (make-regexp): Exercise flags args validation.Kevin Ryde2004-07-271-1/+24
* (regexp-substitute/global): Do not test with empty regexp. EmptyMarius Vollmer2002-05-061-1/+0
* * tests/regexp.test: Check regexp-substitute/global when there areJim Blandy1999-09-201-0/+1
* * tests/regexp.test: New test file.Jim Blandy1999-09-111-0/+102