summaryrefslogtreecommitdiff
path: root/test/ruby/test_m17n_comb.rb
AgeCommit message (Expand)Author
2008-05-07* string.c (tr_trans): should squeeze properly. [ruby-dev:34587]matz
2008-04-12* prelude.rb (require_relative): move require_relative frommatz
2008-03-03* re.c (rb_reg_regsub): remove too strict encoding check.matz
2008-03-01* test/ruby/allpairs.rb: new file for all pairs method.akr
2008-02-29* test/ruby/test_m17n_comb.rb (TestM17NComb::test_str_chomp): testmatz
2008-02-29* string.c (rb_str_rpartition): calculation was done in byte indexing.matz
2008-02-17* re.c (rb_reg_prepare_re): add enable_warning parameter.akr
2008-01-27* string.c (rb_str_succ): don't increment/decrement codepoint.akr
2008-01-27tests refined.akr
2008-01-26add tests.akr
2008-01-23fix previous change.akr
2008-01-23test refined.akr
2008-01-23add a test.akr
2008-01-06* include/ruby/encoding.h (rb_enc_str_buf_cat): declared.akr
2008-01-05split combinational tests.akr