summaryrefslogtreecommitdiff
path: root/test-suite/tests/regexp.test
AgeCommit message (Expand)AuthorFilesLines
2011-05-15regexp.test needed char-code-limitAndy Wingo1-0/+2
2010-11-24Fix `regexp.test' when the "en_US.utf8" locale isn't available.Ludovic Courtès1-3/+3
2010-11-23fix regexp matches to refer to chars, not bytesAndy Wingo1-1/+8
2010-10-08Always run at least the ASCII regexp tests.Ludovic Courtès1-2/+9
2010-03-04Try to avoid `guile-test' failures when it can't display the name of a test.Ludovic Courtès1-2/+4
2010-03-04Use `with-latin1-locale' in `regexp.test'.Ludovic Courtès1-66/+19
2009-10-12Modify regexp.test to work better with mac/darwinMichael Gran1-2/+6
2009-09-10More setlocale robustness in regexp testsMichael Gran1-43/+65
2009-09-09Avoid prematurely ending regexp test when ISO-8859-1 locale not foundMichael Gran1-50/+79
2009-09-078-bit locale needed for 8-bit regexp testsMichael Gran1-49/+50
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-11/+10
2008-09-25Enclose `regexp.test' in a module.Ludovic Courtès1-2/+4
2008-09-25Fix handling of the FLAGS argument in `fold-matches'.Ludovic Courtès1-1/+24
2007-01-15merge from 1.8Kevin Ryde1-1/+33
2006-04-16merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-2/+2
2004-09-28(match:string): New tests.Kevin Ryde1-0/+12
2004-08-27(regexp-quote): New tests.Kevin Ryde1-0/+56
2004-07-27(make-regexp): Exercise flags args validation.Kevin Ryde1-1/+24
2002-05-06(regexp-substitute/global): Do not test with empty regexp. EmptyMarius Vollmer1-1/+0
1999-09-20* tests/regexp.test: Check regexp-substitute/global when there areJim Blandy1-0/+1
1999-09-11* tests/regexp.test: New test file.Jim Blandy1-0/+102