aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/enc
Commit message (Expand)AuthorAgeFilesLines
...
* * test/ruby/enc/test_case_comprehensive.rb, test_regex_casefold.rb,duerst2016-07-032-4/+2
* Move CaseTestnobu2016-06-281-10/+6
* Skip unavailable testsnobu2016-06-281-9/+5
* * test/ruby/enc/test_regex_casefold.rb: Add Windows-1251, KOI8-R, andduerst2016-06-211-1/+3
* It takes still too many memory...naruse2016-06-211-6/+23
* Optimize to speed upnaruse2016-06-201-16/+19
* Don't cache simple data to reduce memory usagenaruse2016-06-201-13/+13
* use \A and \z instead of ^ and $ in regexpkazu2016-06-141-4/+4
* * test/ruby/enc/test_case_comprehensive.rb: Add tests for full Unicodeduerst2016-06-131-1/+28
* * test/ruby/enc/test_case_comprehensive.rb: Add tests for ASCII-onlyduerst2016-06-121-10/+24
* * enc/iso_8859_1.c: Implement non-ASCII case mapping.duerst2016-06-111-1/+1
* * test/ruby/enc/test_case_comprehensive: Change test for encodingsduerst2016-06-071-4/+4
* * test/ruby/enc/test_case_comprehensive: Add regression tests forduerst2016-06-071-0/+83
* * test/ruby/enc/test_case_comprehensive: Fix method nameduerst2016-06-071-8/+8
* * string.c: Added UTF-16BE/LE and UTF-32BE/LE to supported encodingsduerst2016-06-061-1/+5
* * test/ruby/enc/test_case_comprehensive.rb: Speed up testing for smallduerst2016-06-061-1/+11
* * test/ruby/enc/test_case_mapping.rb:duerst2016-06-061-59/+59
* * test/ruby/enc/test_case_comprehensive.rb:duerst2016-06-051-3/+3
* * string.c: Raise ArgumentError when invalid string is detected induerst2016-06-021-0/+7
* Revert r55225naruse2016-05-311-4/+4
* * string.c: Activate full Unicode case mapping for UTF-8 by removingduerst2016-05-311-4/+4
* * remove trailing spaces.svn2016-05-281-1/+1
* * test/ruby/enc/test_case_comprehensive.rb: Add error messages to testsduerst2016-05-281-5/+12
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55187 b2dd03c8-39d4-4d8f-98...duerst2016-05-281-0/+8
* * remove trailing spaces.svn2016-05-261-1/+1
* * test/ruby/enc/test_case_comprehensive.rb: Add set of comprehensiveduerst2016-05-261-0/+117
* * enc/unicode.c: Fix flag error for switch from titlecase to lowercase.duerst2016-05-241-3/+24
* * test/ruby/enc/test_case_options.rb: adjust test class nameduerst2016-05-221-1/+1
* * rename test/ruby/enc/test_casing_options.rb to test_case_options.rbduerst2016-05-221-0/+0
* * enc/unicode/case-folding.rb, casefold.h: Data generation to implementduerst2016-04-011-0/+13
* * enc/unicode/case-folding.rb, casefold.h: Tweaked handling of 6duerst2016-03-291-6/+11
* * test/ruby/enc/test_case_mapping.rb: Additional tests title case;duerst2016-03-251-0/+9
* * include/ruby/oniguruma.h: Additional flag for characters that are titlecase.duerst2016-03-221-0/+6
* * enc/unicode.c: Fixed two macro definitions.duerst2016-03-171-0/+6
* * test/ruby/enc/test_case_mapping.rb: Fixed and activated a test for Cherokee.duerst2016-03-161-1/+1
* * test/ruby/enc/test_case_mapping.rb: Fixed a logical error.duerst2016-03-161-1/+1
* * test/ruby/enc/test_case_mapping.rb: Adding tests for Cherokee.duerst2016-03-161-0/+8
* * test/ruby/enc/test_case_mapping.rb: Adding tests for actual Unicodeduerst2016-03-161-6/+21
* test/ruby: suppress parser warningsnobu2016-02-192-18/+20
* Fix r53748; the datafile includes non ASCIInaruse2016-02-061-1/+1
* * test/ruby/enc/test_regex_casefold.rb: Added data-based testing forduerst2016-02-062-0/+15
* * test/ruby/enc/test_regex_casefold.rb: Tests for three case foldingduerst2016-02-061-0/+101
* * enc/unicode.c, test/ruby/enc/test_case_mapping.rb: Implemented :foldduerst2016-02-061-0/+6
* * test/ruby/enc/test_case_mapping.rb: added tests for :ascii option.duerst2016-02-051-0/+10
* * string.c: Any kind of option is now taking the new code path forduerst2016-01-171-2/+3
* * enc/unicode.c: Fixed a logical error and some comments.duerst2016-01-171-12/+43
* * enc/unicode.c: Removed artificial expansion for Turkic,duerst2016-01-171-4/+15
* * enc/unicode.c: Artificial mapping to test buffer expansion code.duerst2016-01-161-1/+13
* * string.c, enc/unicode.c: New code path as a preparation for Unicode-wideduerst2016-01-161-0/+11
* * remove trailing spaces.svn2016-01-121-1/+1