| Commit message (Expand) | Author | Age | Files | Lines |
| * | * test/ruby/test_m17n.rb (test_str_dump): added test for | kazu | 2008-01-18 | 1 | -0/+38 |
| * | * test_m17n.rb: Regexp switch `s' should mean Windows-31J, as wells as | usa | 2008-01-18 | 1 | -12/+12 |
| * | add tests. | akr | 2008-01-11 | 1 | -0/+10 |
| * | add a test. | akr | 2008-01-10 | 1 | -0/+4 |
| * | * encoding.c (rb_enc_internal_get_index): extracted from | akr | 2008-01-07 | 1 | -0/+9 |
| * | * re.c (rb_reg_initialize_str): forbid raw non ASCII character | akr | 2008-01-06 | 1 | -0/+2 |
| * | add a test. | akr | 2008-01-06 | 1 | -0/+7 |
| * | split combinational tests. | akr | 2008-01-05 | 1 | -1281/+0 |
| * | add a test. | akr | 2008-01-05 | 1 | -0/+4 |
| * | * re.c (rb_reg_initialize_str): /\x80/n is not an error even if script | akr | 2008-01-05 | 1 | -0/+2 |
| * | * re.c (rb_reg_prepare_re): check string encoding. Oniguruma doesn't | akr | 2008-01-04 | 1 | -1/+20 |
| * | add more tests for sub, gsub, sub!, gsub!. | akr | 2007-12-30 | 1 | -0/+102 |
| * | fix \xc2\xa0 as \xc2\xa1. | akr | 2007-12-30 | 1 | -43/+43 |
| * | add tests. | akr | 2007-12-29 | 1 | -0/+7 |
| * | add tests. | akr | 2007-12-24 | 1 | -0/+37 |
| * | add a test for non-ascii method name. | akr | 2007-12-24 | 1 | -0/+15 |
| * | refine a test. | akr | 2007-12-24 | 1 | -5/+14 |
| * | add a test for String#hash. | akr | 2007-12-24 | 1 | -0/+8 |
| * | * string.c (tr_trans): should associate new encoding if modified. | matz | 2007-12-23 | 1 | -11/+2 |
| * | test reflexive, symmetric and transitive relation of String#==. | akr | 2007-12-23 | 1 | -172/+214 |
| * | add assertion messages. | akr | 2007-12-23 | 1 | -5/+7 |
| * | * encoding.c (rb_enc_codepoint): implemented to raise invalid | akr | 2007-12-23 | 1 | -60/+150 |
| * | add tests for warning of none encoding regexps. | akr | 2007-12-23 | 1 | -21/+38 |
| * | use String#ascii_only?. | akr | 2007-12-22 | 1 | -37/+33 |
| * | update tests for latest /.../n handling. | akr | 2007-12-22 | 1 | -14/+24 |
| * | * test/ruby/test_m17n.rb (TestM17N::test_tr): "invalid mbstring | matz | 2007-12-21 | 1 | -1/+1 |
| * | * string.c (tr_trans): wrong encoding check for tree strings. | matz | 2007-12-20 | 1 | -2/+2 |
| * | add test for succ. | akr | 2007-12-20 | 1 | -4/+50 |
| * | disable debug print. | akr | 2007-12-20 | 1 | -1/+1 |
| * | add tests for squeeze, strip, sum, swapcase, to_f, to_i, to_s. | akr | 2007-12-20 | 1 | -18/+129 |
| * | add m17n tests for scan, slice, slice!, split. | akr | 2007-12-20 | 1 | -4/+141 |
| * | * string.c (rb_str_each_line): should consider rslen. | matz | 2007-12-19 | 1 | -1/+4 |
| * | * string.c (rb_str_rindex_m): too much adjustment. | matz | 2007-12-19 | 1 | -1/+13 |
| * | * re.c (rb_reg_regsub): should set checked encoding. | nobu | 2007-12-19 | 1 | -0/+2 |
| * | add tests for insert, intern, length, oct, replace, reverse. | akr | 2007-12-19 | 1 | -1/+62 |
| * | add tests for hex, include?, index, rindex. | akr | 2007-12-19 | 1 | -0/+79 |
| * | add tests for clear, clone, dup, count, crypt, delete, downcase, dump, | akr | 2007-12-19 | 1 | -0/+150 |
| * | add tests. | akr | 2007-12-19 | 1 | -4/+38 |
| * | add test for center, ljust, rjust, chomp. | akr | 2007-12-19 | 1 | -0/+73 |
| * | more m17n tests. | akr | 2007-12-18 | 1 | -120/+264 |
| * | fix test. [ruby-dev:32625]. | akr | 2007-12-18 | 1 | -4/+11 |
| * | more tests. | akr | 2007-12-18 | 1 | -0/+103 |
| * | * string.c (str_nth): need not to raise out-of-range exception. | matz | 2007-12-18 | 1 | -1/+0 |
| * | more tests. | akr | 2007-12-18 | 1 | -71/+120 |
| * | more tests. | akr | 2007-12-17 | 1 | -4/+183 |
| * | * encoding.c (rb_enc_compatible): encoding should never fall back | matz | 2007-12-13 | 1 | -7/+7 |
| * | upcase hex. | akr | 2007-12-13 | 1 | -25/+25 |
| * | update tests for String#inspect replacing \xHH instead of \OOO. | akr | 2007-12-09 | 1 | -27/+27 |
| * | * re.c (append_utf8): check unicode range. | akr | 2007-12-09 | 1 | -0/+10 |
| * | * string.c (tr_find): returns true if no characters to be removed is | nobu | 2007-12-09 | 1 | -0/+5 |