summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2008-07-10merge revision(s) 17842:shyouhei
2008-06-29merge revision(s) 17617:shyouhei
2008-06-08* hash.c (hash_i): make Hash#hash order insensitive.knu
2008-06-06* test/iconv: Tests fixed.knu
2008-06-06* ext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize):knu
2008-06-06* ext/iconv/iconv.c (iconv_iconv): fix for length argument and nowknu
2008-06-03* enumerator.c (enumerator_init_copy): Take care ofknu
2008-06-03* lib/erb.rb (ERB::Compiler::TrimScanner#scan_line): Fix a bugknu
2008-05-29Merge from ruby_1_8.knu
2008-05-26Merge from ruby_1_8, including r16205.knu
2008-05-22Merge from ruby_1_8.knu
2008-05-18Merge -r16241:16456 from ruby_1_8.knu
2008-04-25Merge from ruby_1_8.knu
2008-04-22Merge from ruby_1_8.knu
2008-04-20* object.c, NEWS, test/ruby/test_symbol.rb: Revert Symbol#to_procknu
2008-04-20Add test/yamlstore.rb.knu
2008-04-19Merge this too.knu
2008-04-19Merge everything from ruby_1_8.knu
2008-04-15* test/ruby/test_settracefunc.rb (TestSetTraceFunc#test_event):knu
2008-04-15* lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403]knu
2008-04-15* eval.c (method_receiver, method_name, method_owner): Newkazu
2008-04-15* test/ruby/test_symbol.rb (TestSymbol#test_to_proc): add tests.kazu
2008-04-14* array.c (rb_ary_flatten, rb_ary_flatten_bang): Take an optionalknu
2008-04-14* enum.c New methods: Enumerable#take, #take_while, #drop andknu
2008-04-13* object.c (sym_to_proc): new method Symbol#to_proc; backported from 1.9. bug...kazu
2008-03-03* lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo
2008-02-29* test/ruby/test_bignum.rb (test_too_big_to_s): skips a test using toonobu
2008-02-29* bignum.c (big2str_find_n1): check integer overflow.nobu
2008-02-20* test/ruby/test_beginendblock.rb (test_begin_and_eval): add test fornobu
2008-02-12TestERBCore: import from erb-2.0.4seki
2008-02-11* lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb, NEWS:kou
2008-01-30should find a symbol by Symbol class.seki
2007-12-28* lib/rss/rss.rb, test/rss/test_version.rb, NEWS: 0.2.2 -> 0.2.3.kou
2007-12-19* test/ruby/test_integer.rb (test_Integer): multiple underscoresnobu
2007-12-19* bignum.c (rb_cstr_to_inum): an underscore succeeding after octalnobu
2007-12-15catch EOFError in a thread.akr
2007-12-10* array.c (rb_ary_slice_bang): If an invalid negative index (<=knu
2007-12-05new file.akr
2007-12-02* lib/rss/rss.rb, test/rss/test_version.rb, NEWS: 0.2.1 -> 0.2.2.kou
2007-11-30* lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1.kou
2007-11-13pathname test backported.akr
2007-11-01Improving with multiple network interface.seki
2007-10-21* lib/rss.rb, lib/rss/, test/rss/, sample/rss/: merged from trunk.kou
2007-10-15* marshal.c (r_bytes0): check if source has enough data.nobu
2007-09-12* test/thread/test_thread.rb (test_local_barrier), test/thread/lbtest.rb: tes...nobu
2007-09-06 * test/rinda/test_rinda.rb (MockClock): correct synchronous problems seki
2007-08-18* sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keepnobu
2007-08-15* hash.c (rb_hash_delete_key): delete the entry without calling block.nobu
2007-08-11fix Rinda::TupleSpace keeper thread bug.seki
2007-07-16* numeric.c (fix_pow): integer power calculation: 0**n => 0, matz