diff options
| author | duerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-01-17 11:40:46 +0000 |
|---|---|---|
| committer | duerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-01-17 11:40:46 +0000 |
| commit | e580847ce8b54899d447c8561334cceccc20f179 (patch) | |
| tree | 3c3e84694d30c135fd88312cd305b70302d8d7ed /ChangeLog | |
| parent | f307d1fe21371ee27436da79d240ad9ade285257 (diff) | |
* string.c: Any kind of option is now taking the new code path for
upcase/downcase/capitalize/swapcase. :lithuanian can be used for
testing if no specific option is desired.
* test/ruby/enc/test_case_mapping.rb: Adjusted to above.
(with Kimihito Matsui)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Sun Jan 17 20:40:10 2016 Martin Duerst <duerst@it.aoyama.ac.jp> + + * string.c: Any kind of option is now taking the new code path for + upcase/downcase/capitalize/swapcase. :lithuanian can be used for + testing if no specific option is desired. + * test/ruby/enc/test_case_mapping.rb: Adjusted to above. + (with Kimihito Matsui) + Sun Jan 17 20:10:10 2016 Martin Duerst <duerst@it.aoyama.ac.jp> * enc/unicode.c: Fixed a logical error and some comments. |
