summaryrefslogtreecommitdiff
path: root/test/ruby/enc
AgeCommit message (Expand)Author
2016-07-03* test/ruby/enc/test_case_comprehensive.rb, test_regex_casefold.rb,duerst
2016-06-28Move CaseTestnobu
2016-06-28Skip unavailable testsnobu
2016-06-21* test/ruby/enc/test_regex_casefold.rb: Add Windows-1251, KOI8-R, andduerst
2016-06-21It takes still too many memory...naruse
2016-06-20Optimize to speed upnaruse
2016-06-20Don't cache simple data to reduce memory usagenaruse
2016-06-14use \A and \z instead of ^ and $ in regexpkazu
2016-06-13* test/ruby/enc/test_case_comprehensive.rb: Add tests for full Unicodeduerst
2016-06-12* test/ruby/enc/test_case_comprehensive.rb: Add tests for ASCII-onlyduerst
2016-06-11* enc/iso_8859_1.c: Implement non-ASCII case mapping.duerst
2016-06-07* test/ruby/enc/test_case_comprehensive: Change test for encodingsduerst
2016-06-07* test/ruby/enc/test_case_comprehensive: Add regression tests forduerst
2016-06-07* test/ruby/enc/test_case_comprehensive: Fix method nameduerst
2016-06-06* string.c: Added UTF-16BE/LE and UTF-32BE/LE to supported encodingsduerst
2016-06-06* test/ruby/enc/test_case_comprehensive.rb: Speed up testing for smallduerst
2016-06-06* test/ruby/enc/test_case_mapping.rb:duerst
2016-06-05* test/ruby/enc/test_case_comprehensive.rb:duerst
2016-06-02* string.c: Raise ArgumentError when invalid string is detected induerst
2016-05-31Revert r55225naruse
2016-05-31* string.c: Activate full Unicode case mapping for UTF-8 by removingduerst
2016-05-28* remove trailing spaces.svn
2016-05-28* test/ruby/enc/test_case_comprehensive.rb: Add error messages to testsduerst
2016-05-28git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55187 b2dd03c8-39d4-4d8f-98...duerst
2016-05-26* remove trailing spaces.svn
2016-05-26* test/ruby/enc/test_case_comprehensive.rb: Add set of comprehensiveduerst
2016-05-24* enc/unicode.c: Fix flag error for switch from titlecase to lowercase.duerst
2016-05-22 * test/ruby/enc/test_case_options.rb: adjust test class nameduerst
2016-05-22 * rename test/ruby/enc/test_casing_options.rb to test_case_options.rbduerst
2016-04-01* enc/unicode/case-folding.rb, casefold.h: Data generation to implementduerst
2016-03-29* enc/unicode/case-folding.rb, casefold.h: Tweaked handling of 6duerst
2016-03-25* test/ruby/enc/test_case_mapping.rb: Additional tests title case;duerst
2016-03-22* include/ruby/oniguruma.h: Additional flag for characters that are titlecase.duerst
2016-03-17* enc/unicode.c: Fixed two macro definitions.duerst
2016-03-16* test/ruby/enc/test_case_mapping.rb: Fixed and activated a test for Cherokee.duerst
2016-03-16* test/ruby/enc/test_case_mapping.rb: Fixed a logical error.duerst
2016-03-16* test/ruby/enc/test_case_mapping.rb: Adding tests for Cherokee.duerst
2016-03-16* test/ruby/enc/test_case_mapping.rb: Adding tests for actual Unicodeduerst
2016-02-19test/ruby: suppress parser warningsnobu
2016-02-06Fix r53748; the datafile includes non ASCIInaruse
2016-02-06* test/ruby/enc/test_regex_casefold.rb: Added data-based testing forduerst
2016-02-06* test/ruby/enc/test_regex_casefold.rb: Tests for three case foldingduerst
2016-02-06* enc/unicode.c, test/ruby/enc/test_case_mapping.rb: Implemented :foldduerst
2016-02-05* test/ruby/enc/test_case_mapping.rb: added tests for :ascii option.duerst
2016-01-17* string.c: Any kind of option is now taking the new code path forduerst
2016-01-17* enc/unicode.c: Fixed a logical error and some comments.duerst
2016-01-17* enc/unicode.c: Removed artificial expansion for Turkic,duerst
2016-01-16* enc/unicode.c: Artificial mapping to test buffer expansion code.duerst
2016-01-16* string.c, enc/unicode.c: New code path as a preparation for Unicode-wideduerst
2016-01-12* remove trailing spaces.svn