summaryrefslogtreecommitdiff
path: root/test/files/run/array-charSeq.check
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate values that had to be public in older versions...Simon Ochsenreither2016-08-021-0/+1
| | | | ... so we can make them private later.
* Have ArrayCharSequence reuse its Array.Paul Phillips2012-05-041-0/+248
Your know, for performance. Closes SI-5641.