Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Andy Wingo d0934df1f2 Stringbufs immutable by default 8 gadi atpakaļ
  Mark H Weaver e390e5760b Implement 'string-utf8-length' and 'scm_c_string_utf8_length'. 10 gadi atpakaļ
  Andy Wingo 39caffe79b remove @apply memoizer 11 gadi atpakaļ
  Daniel Hartwig 5f085775ab In string-split, add support for character sets and predicates. 12 gadi atpakaļ
  Ludovic Courtès 190d4b0d93 Make VM string literals immutable. 14 gadi atpakaļ
  Ludovic Courtès 7614c983a5 Fix type-checking in the optimized path of `string=?'. 14 gadi atpakaļ
  Michael Gran 2e85d145fc Move r6rs-hex-escape tests into reader.test 15 gadi atpakaļ
  Michael Gran dea901d66e Reader option for R6RS hex escapes 15 gadi atpakaļ
  Michael Gran 67a4a16d8e Add R6RS backspace string escape 15 gadi atpakaļ
  Julian Graham edb7bb4766 Support for Unicode string normalization functions 15 gadi atpakaļ
  Michael Gran fee95176df More tests for strings 15 gadi atpakaļ
  Ludovic Courtès ba54a2026b Remove the distinction between inline/outline storage for stringbufs. 15 gadi atpakaļ
  Michael Gran 2759c092d0 Add VM exception in strings.test 15 gadi atpakaļ
  Michael Gran 3c7cf7f5c0 Regression, scm_string fails to test for circular lists 15 gadi atpakaļ
  Michael Gran f5d7662fc8 More string and symbol tests 15 gadi atpakaļ
  Neil Jerram 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
  Ludovic Courtès 3ae3166b23 Fix sloppy bound checking in `string-{ref,set!}' with the empty string. 16 gadi atpakaļ
  Ludovic Courtès 45a9f43049 Revert "Make literal strings (i.e., returned by `read') read-only." 16 gadi atpakaļ
  Ludovic Courtès fb2f8886c4 Make literal strings (i.e., returned by `read') read-only. 16 gadi atpakaļ
  Kevin Ryde 6e7d5622ee merge from 1.8 branch 19 gadi atpakaļ
  Kevin Ryde 50e20a6061 (string-split): Try splitting on an 8-bit char. 20 gadi atpakaļ
  Marius Vollmer 92205699d0 The FSF has a new address. 20 gadi atpakaļ
  Marius Vollmer b144a33c42 (string-set!): Explicitely construct read-only string. String 20 gadi atpakaļ
  Marius Vollmer d7e4c2da23 * tests/ports.test ("string ports"): Copy string literal so that 20 gadi atpakaļ
  Marius Vollmer 7aa29a87f9 Two more tests for double indirect substring modification. 20 gadi atpakaļ
  Marius Vollmer 1c17f6b0c8 Two tests for substring/shared. Also, use (test-suite lib). 20 gadi atpakaļ
  Dirk Herrmann 049fa4495b * Extracted tests from exceptions.test into strings.test and symbols.test. 24 gadi atpakaļ
  Dirk Herrmann 6b4113afc5 * Provide and use new convenience macros to test for exceptions. 24 gadi atpakaļ
  Dirk Herrmann b3b8952a94 * Reflect the fact that string=? is fixed in the test-suite. 24 gadi atpakaļ
  Dirk Herrmann 548b925289 * Remember that string=? and friends need fixing. 24 gadi atpakaļ