Fix bit-count* bug
[bpt/guile.git] / test-suite / tests / strings.test
2012-10-12 Daniel HartwigIn string-split, add support for character sets and...
2011-03-20 Ludovic CourtèsMake VM string literals immutable.
2010-07-12 Ludovic CourtèsFix type-checking in the optimized path of `string=?'.
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-01-13 Michael GranMove r6rs-hex-escape tests into reader.test
2010-01-13 Michael GranReader option for R6RS hex escapes
2010-01-10 Michael GranAdd R6RS backspace string escape
2010-01-10 Michael GranAdd R6RS backslash string escape
2010-01-03 Julian GrahamSupport for Unicode string normalization functions
2009-12-11 Andy Wingomerge from master to elisp
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-09-21 Michael GranMore tests for strings
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-09-01 Ludovic CourtèsRemove the distinction between inline/outline storage...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
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-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-12 Michael GranRegression, scm_string fails to test for circular lists
2009-08-11 Michael GranMore string and symbol tests
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-01-12 Andy WingoMerge commit 'origin/master' into vm
2008-12-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-12-02 Ludovic CourtèsFix sloppy bound checking in `string-{ref,set!}' with...
2008-10-11 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
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èsMerge branch 'master' into boehm-demers-weiser-gc
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.