summaryrefslogtreecommitdiff
path: root/test/ruby/test_m17n_comb.rb
AgeCommit message (Expand)Author
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-12-13* test/ruby/test_m17n_comb.rb: feature changed in r20626.yugui
2008-10-08revert previous commit.akr
2008-10-08add an assertion.akr
2008-10-06* string.c (rb_str_comparable): string comparison should bematz
2008-10-02* string.c (rb_str_sub_bang): fix coderange.akr
2008-09-24add a test. cf. [ruby-dev:36484].akr
2008-09-18* string.c (rb_str_comparable): make ascii8bit string to bematz
2008-09-18* transcode.c: add "Error" suffix for Encoding exception classes.matz
2008-09-16* string.c ():matz
2008-08-21* test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_crypt): add key and salt...kazu
2008-08-12* error.c (rb_eEncCompatError): add Exception.naruse
2008-07-05test_str_slice! refactored.akr
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