Remove locale u8vector functions
[bpt/guile.git] / test-suite / tests / strings.test
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-20 Michael GranAdd VM exception in strings.test
2009-08-12 Michael GranRegression, scm_string fails to test for circular lists
2009-08-11 Michael GranMore string and symbol tests
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-01-12 Andy WingoMerge commit 'origin/master' into vm
2008-12-02 Ludovic CourtèsFix sloppy bound checking in `string-{ref,set!}' with...
2008-10-09 Ludovic CourtèsRevert "Make literal strings (i.e., returned by `read...
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-23 Ludovic CourtèsMake literal strings (i.e., returned by `read') read...
2008-08-02 Andy Wingomerge guile-vm to guile
2006-04-16 Kevin Rydemerge from 1.8 branch
2005-06-05 Kevin Ryde(string-split): Try splitting on an 8-bit char.
2005-05-23 Marius VollmerThe FSF has a new address.
2004-09-30 Marius Vollmer(string-set!): Explicitely construct read-only string...
2004-09-22 Marius Vollmer* tests/ports.test ("string ports"): Copy string litera...
2004-08-24 Marius VollmerTwo more tests for double indirect substring modification.
2004-08-19 Marius VollmerTwo tests for substring/shared. Also, use (test-suite...
2001-03-01 Dirk Herrmann* Extracted tests from exceptions.test into strings...
2001-02-28 Dirk Herrmann* Provide and use new convenience macros to test for...
2000-10-30 Dirk Herrmann* Reflect the fact that string=? is fixed in the test...
2000-09-26 Dirk Herrmann* Remember that string=? and friends need fixing.
1999-09-11 Jim Blandy* tests/strings.test: Add test for substring-move!...
1999-08-30 Jim Blandy* tests/strings.test: New test file.