| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | * string.c (tr_trans): get rid of segfaults when has mulitbytes but | nobu | 2007-12-09 | 1 | -0/+6 |
| * | * re.c (rb_reg_check_preprocess): new function for validating regexp | akr | 2007-12-08 | 1 | -10/+25 |
| * | add test for UTF-8 bit pattern. | akr | 2007-12-08 | 1 | -0/+59 |
| * | * encoding.c (rb_enc_mbclen): make it never fail. | akr | 2007-12-08 | 1 | -3/+3 |
| * | * encoding.c (rb_enc_precise_mbclen): new function for mbclen with | akr | 2007-12-06 | 1 | -113/+145 |
| * | s/unicode/Unicode/ in error messages. | akr | 2007-12-02 | 1 | -7/+75 |
| * | * parse.y (regexp): fix /#{}\xa1\xa2/e to be EUC-JP. | akr | 2007-12-02 | 1 | -0/+8 |
| * | * include/ruby/intern.h (rb_uv_to_utf8): declared. | akr | 2007-12-01 | 1 | -7/+20 |
| * | more tests. | akr | 2007-11-26 | 1 | -155/+77 |
| * | * include/ruby/encoding.h (rb_enc_str_asciionly_p): declared. | akr | 2007-11-25 | 1 | -21/+189 |
| * | * re.c (REG_CASESTATE): unused macro removed. | akr | 2007-11-23 | 1 | -0/+201 |