Dmitri Gribenko
f6c00e8377
String: var lowercased, uppercased => func
2015-12-18 16:20:01 -08:00
Maxim Moiseev
9d8755511d
fixing validation tests
2015-12-17 16:26:43 -08:00
Arnold Schwaighofer
3ec9325c58
stdlib: Don't hash in the length of the string
...
Some characters are not considered when comparing strings. Hashing in the length
would cause a difference of hash values in equal strings.
Swift SVN r31468
2015-08-26 02:00:20 +00:00
Arnold Schwaighofer
41119cb80b
stdlib: Don't crash on strings that require a bigger buffer on normalization.
...
This is currently a linux only issue.
Swift SVN r31467
2015-08-26 02:00:19 +00:00
Arnold Schwaighofer
ee0a1d1a58
More executable tests in validation-test
...
Swift SVN r29279
2015-06-03 23:28:45 +00:00
Dmitri Hrybenko
f46f16ae82
stdlib: implement new print() API
...
rdar://20775683
Swift SVN r28309
2015-05-08 01:37:59 +00:00
Graham Batty
dd92de792f
Use ICU to implement basic string functions.
...
Swift SVN r25803
2015-03-06 19:15:34 +00:00