summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2008-01-07* encoding.c (rb_enc_internal_get_index): extracted fromakr
2008-01-06* re.c (rb_reg_initialize_str): forbid raw non ASCII characterakr
2008-01-06* include/ruby/encoding.h (rb_enc_str_buf_cat): declared.akr
2008-01-06add a test.akr
2008-01-05split combinational tests.akr
2008-01-05add a test.akr
2008-01-05* re.c (rb_reg_initialize_str): /\x80/n is not an error even if scriptakr
2008-01-04* re.c (rb_reg_prepare_re): check string encoding. Oniguruma doesn'takr
2008-01-03add a test for getc with stateful conversion.akr
2008-01-01add a test: "y".count("a\\-z") should be 0.akr
2007-12-31* string.c (rb_str_resize): embeds if ptr is null. [ruby-dev:32819]nobu
2007-12-30add more tests for sub, gsub, sub!, gsub!.akr
2007-12-30fix \xc2\xa0 as \xc2\xa1.akr
2007-12-29add tests.akr
2007-12-28Fri Dec 28 01:55:04 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2007-12-26add a test.akr
2007-12-25* test/ruby/test_io_m17n.rb: fix testsmatz
2007-12-25* test/ruby/test_io_m17n.rb (test_pipe): fixed.akr
2007-12-25* test/ruby/test_io_m17n.rb (test_write_noenc): don't mix text andakr
2007-12-24* include/ruby/encoding.h (rb_enc_left_char_head): new utility macro.matz
2007-12-24add tests.akr
2007-12-24add a test for non-ascii method name.akr
2007-12-24add tests.akr
2007-12-24add tests.akr
2007-12-24add succ tests from the succ document.akr
2007-12-24refine a test.akr
2007-12-24* proc.c (rb_proc_new), vm.c (invoke_block): removed u3.state magic.nobu
2007-12-24* string.c (rb_str_comparable): fixed to keep transitivity.matz
2007-12-24add a test.akr
2007-12-24add a test for String#hash.akr
2007-12-23add some tests on conversion for pipe.akr
2007-12-23* string.c (tr_trans): should associate new encoding if modified.matz
2007-12-23* io.c (appendline): should do multibyte aware RS search.matz
2007-12-23add test.akr
2007-12-23add ML ref.akr
2007-12-23test reflexive, symmetric and transitive relation of String#==.akr
2007-12-23add tests.akr
2007-12-23add assertions.akr
2007-12-23update tests.akr
2007-12-23add test for IO.pipe.akr
2007-12-23add tests.akr
2007-12-23add assertion messages.akr
2007-12-23more IO m17n tests.akr
2007-12-23* test/ruby/test_beginendblock.rb (TestBeginEndBlock::test_endblockwarn): matz
2007-12-23move the test for [ruby-core:14288].akr
2007-12-23* encoding.c (rb_enc_codepoint): implemented to raise invalidakr
2007-12-23add tests for warning of none encoding regexps.akr
2007-12-23add a test for [ruby-dev:32675] reported by Keita Yamaguchi.akr
2007-12-22use String#ascii_only?.akr
2007-12-22Sat Dec 22 15:54:54 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst