summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-08-17ext/bigdecimal/bigdecimal.c: Backport #2349 [ruby-core:26646]; fix comparison...wyhaines
2010-06-22io.c: Backport #2267 [ruby-core:26300]; Fix problem with IO so that the file ...wyhaines
2010-06-21eval.c: Bug #1886 [ruby-core:24767]; ensure that rb_exc_raise and rb_exc_fata...wyhaines
2010-06-10lib/uri/generic.rb: Backport #2428 [ruby-core:27019]; fixed #eql? so that it ...wyhaines
2010-06-09ext/nkf/nkf-utf8/nkf.c: Backport #2953 [ruby-dev:40606]; change nkf_char buff...wyhaines
2010-06-08lib/monitor.rb: Backport #2240 [ruby-core:26185]; backport r25420 to ensure ...wyhaines
2010-06-08regexp.c: Backport #3403; backported from r28192 to fix a bug with non-greedy...wyhaines
2010-06-08eval.c: Backport #2202 [ruby-core:26074]; backport of r25359, which modifies ...wyhaines
2010-06-07lib/net/http.rb: Backport #1284 [ruby-core:22874]; Change Net:HTTP to use a b...wyhaines
2009-09-08Openstruct fix, and fix to test_file_exhaustive.wyhaines
2009-08-25Fix for backport #1168 -- wrong result of File.extname for a path that contai...wyhaines
2009-07-10Fix method scoping bug.wyhaines
2009-07-10Fixed ostruct recursion inspection.wyhaines
2009-03-23merge revision(s) 22011:shyouhei
2009-02-23merge revision(s) 21432:shyouhei
2009-02-20merge revision(s) 21066:shyouhei
2009-02-19merge revision(s) 20580:shyouhei
2009-02-16merge revision(s) 20276:20279:shyouhei
2009-02-13merge revision(s) 20245,20247:shyouhei
2009-02-05merge revision(s) 20121:shyouhei
2009-02-03merge revision(s) 19774:shyouhei
2009-01-24merge revision(s) 19339:shyouhei
2009-01-23merge revision(s) 19320,19322:shyouhei
2009-01-22merge revision(s) 19078,20097:shyouhei
2008-07-10merge revision(s) 17842:shyouhei
2008-06-29merge revision(s) 17617:shyouhei
2008-06-24merge revision(s) 16763:shyouhei
2008-06-15merge revision(s) 16082:shyouhei
2008-06-15merge revision(s) 15645:15647:shyouhei
2008-06-15merge revision(s) 15541,15545,15558:shyouhei
2008-06-07merge revision(s) 13699:13704:shyouhei
2008-05-20* lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo
2008-03-03merge revision(s) 15677:shyouhei
2007-12-02 * test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb,shyouhei
2007-09-16 * ext/thread/thread.c (lock_mutex): should take care of threadsshyouhei
2007-09-16git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@13459 b2dd03c...shyouhei
2007-09-07 * sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keepshyouhei
2007-08-22 * hash.c (rb_hash_delete_key): delete the entry without calling block.shyouhei
2007-08-22 * lib/rinda/tuplespace.rb: fix Rinda::TupleSpace keeper thread bug.shyouhei
2007-06-14* test/ruby/test_beginendblock.rb (test_should_propagate_signaled):shyouhei
2007-05-26* eval.c (mnew): call of super via a method object should work again.shyouhei
2007-05-22merge -c 12126shyouhei
2007-03-16* merge -r 12066:12069shyouhei
2007-02-28Merge changes between r11913 and r11943 from ruby_1_8.knu
2007-01-31* eval.c (rb_iterate): need to PUSH_ITER in proper order.matz
2007-01-10* ext/strscan/strscan.c (strscan_do_scan): should set kcode option before mat...aamine
2007-01-07Merge RDoc updates from matzruby 11502, 11503, 11504drbrain
2006-12-31Merge 11443, 11444 and 11445 from trunk.drbrain
2006-11-04* lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002]shugo
2006-10-31* eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.usa