aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/enc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* test/ruby/enc/test_casing_options.rb: Tests for optionduerst2016-01-121-0/+81
* Add frozen_string_literal: false for all filesnaruse2015-12-1615-0/+15
* enc/windows_1252.c: newnobu2015-12-111-0/+25
* euckr-tbl.rb: euro and registered signsnobu2014-08-191-0/+8
* test/ruby: better assertionsnobu2013-12-132-7/+7
* use assert_equal, assert_match, and so on.nobu2012-05-072-2/+2
* * Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820]naruse2012-02-172-2/+2
* * numeric.c (rb_enc_uint_char): raise RangeError when added codepointnaruse2012-01-081-1/+1
* indented.akr2010-03-121-337/+337
* wrap tests by Emoji module.akr2010-03-121-0/+12
* * enc/trans/EMOJI/*.src, enc/trans/emoji*, enc/x-emoji.c, test/ruby/enc/test_...muraken2010-03-091-0/+430
* avoid method redefinition.akr2010-02-141-1/+1
* * test/ruby/enc/test_gb18030.rb (test_left_adjust_char_head):nobu2009-10-291-26/+27
* * test/ruby/enc/test_utf16.rb: feature changed in r20626.yugui2008-12-131-1/+1
* * string.c (rb_str_casecmp): make the ordering consistent withakr2008-09-231-0/+13
* * regexec.c (string_cmp_ic): add text_end argument.akr2008-09-181-0/+4
* * grapheme cluster implementation reverted. [ruby-dev:36375]akr2008-09-181-12/+0
* * transcode.c: add "Error" suffix for Encoding exception classes.matz2008-09-181-10/+10
* * string.c (rb_str_casecmp): don't use rb_enc_codepoint.akr2008-09-171-0/+12
* add assertion message for previous commit.akr2008-09-151-6/+13
* * re.c (rb_reg_quote): use rb_enc_mbcput to generate ASCIIakr2008-09-151-0/+6
* * test/ruby/test_m17n.rb: follow EncodingCompatibilityError.naruse2008-08-131-10/+10
* * test/ruby/enc/test_koi8.rb: move from test/ruby/test_koi8.rb.mame2008-07-251-0/+22
* * test/ruby/enc: moved tests for particular encodings.nobu2008-07-1612-0/+942