summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-05* test/win32ole/test_win32ole.rb(test_s_codepage_changed) : modify testsuke
2008-01-05* test/win32ole/test_win32ole.rb(test_s_locale_change) :add assertion whichsuke
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-01* ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c}: Update nkf.naruse
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-31* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):gotoyuzo
2007-12-30* test/net/imap/test_imap.rb: check OpenSSL definition before testing imaps.usa
2007-12-30add more tests for sub, gsub, sub!, gsub!.akr
2007-12-30fix \xc2\xa0 as \xc2\xa1.akr
2007-12-30timeout larger area.akr
2007-12-29use timeout for thread join to avoid hang.akr
2007-12-29add tests.akr
2007-12-28* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert_throws):gotoyuzo
2007-12-28add a test.akr
2007-12-28* ext/strscan/strscan.c (str_new): new function for allocate an stringakr
2007-12-28Fri Dec 28 01:55:04 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2007-12-28Sort methods in TestSimpleMarkupAttributeManagerdrbrain
2007-12-28Move RDoc tests out of lib/drbrain
2007-12-28* lib/rss/rss.rb, test/rss/test_version.rb: 0.2.2 -> 0.2.3.kou
2007-12-26add a test.akr
2007-12-25* test/ruby/test_io_m17n.rb: fix testsmatz
2007-12-25* lib/csv.rb: Fixed test failures caused by changes to Ruby.jeg2
2007-12-25* test/rinda/test_rinda.rb (MockClock#{_forward, forwrd, sleep}):naruse
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-25* lib/csv.rb: Import the FasterCSV source as the new CSV class.jeg2
2007-12-24* lib/csv.rb, test/csv/test_csv.rb: Removed in preparation for FasterCSVjeg2
2007-12-24Fix some test failures in RubyGems.drbrain
2007-12-24* include/ruby/encoding.h (rb_enc_left_char_head): new utility macro.matz
2007-12-24* test/logger/test_logger.rb: Module#constants returns an array of Symbols.gotoyuzo
2007-12-24 * changed constant name: Struct::MyStruct -> Struct::MyJsonStructnahi
2007-12-24add tests.akr
2007-12-24* test/io/nonblock/test_flush.rb: fix test for 1.9.ko1
2007-12-24* test/rinda/test_rinda.rb: revert last commit because this test seemsko1
2007-12-24* test/rinda/test_rinda.rb: enable rinda test.ko1
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-24Mon Dec 24 17:06:37 2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>nahi
2007-12-24* proc.c (rb_proc_new), vm.c (invoke_block): removed u3.state magic.nobu