Fix bytevector-copy when applied to SRFI-4 homogeneous numeric vectors.
[bpt/guile.git] / test-suite / tests / regexp.test
2014-02-08 Mark H WeaverImprove handling of locales in the test suite.
2013-01-10 Andy Wingodeprecate SCM_CHAR_CODE_LIMIT and char-code-limit
2012-09-26 Chris K. Jester... In fold-matches, set regexp/notbol unless matching...
2012-08-26 Ludovic Courtèsdoc: Fix description of regexp/locale encoding interaction.
2012-01-09 Ludovic CourtèsMake sure `regexp-quote' tests use Unicode-capable...
2010-11-24 Ludovic CourtèsFix `regexp.test' when the "en_US.utf8" locale isn...
2010-11-23 Andy Wingofix regexp matches to refer to chars, not bytes
2010-10-08 Ludovic CourtèsAlways run at least the ASCII regexp tests.
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-03-04 Ludovic CourtèsTry to avoid `guile-test' failures when it can't displa...
2010-03-03 Ludovic CourtèsUse `with-latin1-locale' in `regexp.test'.
2009-12-11 Andy Wingomerge from master to elisp
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-12 Michael GranModify regexp.test to work better with mac/darwin
2009-09-11 Michael GranMore setlocale robustness in regexp tests
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-09 Michael GranAvoid prematurely ending regexp test when ISO-8859...
2009-09-08 Michael Gran8-bit locale needed for 8-bit regexp tests
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2008-10-11 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-25 Ludovic CourtèsEnclose `regexp.test' in a module.
2008-09-25 Ludovic CourtèsFix handling of the FLAGS argument in `fold-matches'.
2008-09-10 Ludovic CourtèsMerge commit '032913739218c756f673bfb9c8f66ef9f8f02330...
2008-08-02 Andy Wingomerge guile-vm to guile
2007-01-15 Kevin Rydemerge from 1.8
2006-04-16 Kevin Rydemerge from 1.8 branch
2005-05-23 Marius VollmerThe FSF has a new address.
2004-09-28 Kevin Ryde(match:string): New tests.
2004-08-27 Kevin Ryde(regexp-quote): New tests.
2004-07-27 Kevin Ryde(make-regexp): Exercise flags args validation.
2002-05-06 Marius Vollmer(regexp-substitute/global): Do not test with empty...
1999-09-20 Jim Blandy* tests/regexp.test: Check regexp-substitute/global...
1999-09-11 Jim Blandy* tests/regexp.test: New test file.