Commit History

Author SHA1 Message Date
  Sudarshan S Chawathe 3523d333b9 Fix substring of substring bug for istrings, GitLab issue #16. 7 years ago
  Per Bothner b19602851e * strings_ext.scm (string-take, string-take-right, string-drop) 7 years ago
  Per Bothner 98d19fe993 * IString.java (subSequence): Fix so it works for SubString. 7 years ago
  Per Bothner 9c047e9c17 String viewed as vector works same as string-ref. 7 years ago
  Per Bothner 1ba745d8e5 New type aliases bitvector, c16vector. New conversions array to uniform vector. 8 years ago
  Per Bothner 890979c6da Change so substring (by default) returns an immutable IString. 8 years ago
  Per Bothner 6756f6eb15 * IString.java (valueOf): New factory method. 8 years ago
  Per Bothner 7a200aff5e * IString.java: Implement Comparable. 8 years ago
  Per Bothner 240a3f888e Optimize substring and other string operations that take (begin,end) pairs. 8 years ago
  Per Bothner 7f905716db New class IString, a string implementation with contant-time codepoint indexing. 8 years ago