summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* ext/bigdecimal/bigdecimal.c: Backport #2349 [ruby-core:26646]; fix comparison...wyhaines2010-08-172-2/+710
* io.c: Backport #2267 [ruby-core:26300]; Fix problem with IO so that the file ...wyhaines2010-06-221-0/+27
* eval.c: Bug #1886 [ruby-core:24767]; ensure that rb_exc_raise and rb_exc_fata...wyhaines2010-06-211-0/+9
* lib/uri/generic.rb: Backport #2428 [ruby-core:27019]; fixed #eql? so that it ...wyhaines2010-06-101-0/+8
* ext/nkf/nkf-utf8/nkf.c: Backport #2953 [ruby-dev:40606]; change nkf_char buff...wyhaines2010-06-091-0/+6
* lib/monitor.rb: Backport #2240 [ruby-core:26185]; backport r25420 to ensure ...wyhaines2010-06-081-0/+30
* regexp.c: Backport #3403; backported from r28192 to fix a bug with non-greedy...wyhaines2010-06-081-0/+475
* eval.c: Backport #2202 [ruby-core:26074]; backport of r25359, which modifies ...wyhaines2010-06-081-0/+350
* lib/net/http.rb: Backport #1284 [ruby-core:22874]; Change Net:HTTP to use a b...wyhaines2010-06-071-0/+32
* Openstruct fix, and fix to test_file_exhaustive.wyhaines2009-09-082-2/+31
* Fix for backport #1168 -- wrong result of File.extname for a path that contai...wyhaines2009-08-251-0/+679
* Fix method scoping bug.wyhaines2009-07-101-0/+11
* Fixed ostruct recursion inspection.wyhaines2009-07-101-0/+8
* merge revision(s) 22011:shyouhei2009-03-231-0/+9
* merge revision(s) 21432:shyouhei2009-02-231-0/+4
* merge revision(s) 21066:shyouhei2009-02-201-0/+23
* merge revision(s) 20580:shyouhei2009-02-191-0/+40
* merge revision(s) 20276:20279:shyouhei2009-02-161-10/+12
* merge revision(s) 20245,20247:shyouhei2009-02-131-0/+4
* merge revision(s) 20121:shyouhei2009-02-051-1/+2
* merge revision(s) 19774:shyouhei2009-02-031-0/+132
* merge revision(s) 19339:shyouhei2009-01-242-0/+86
* merge revision(s) 19320,19322:shyouhei2009-01-231-0/+65
* merge revision(s) 19078,20097:shyouhei2009-01-221-0/+6
* merge revision(s) 17842:shyouhei2008-07-101-0/+34
* merge revision(s) 17617:shyouhei2008-06-291-0/+21
* merge revision(s) 16763:shyouhei2008-06-242-0/+388
* merge revision(s) 16082:shyouhei2008-06-151-0/+8
* merge revision(s) 15645:15647:shyouhei2008-06-151-0/+8
* merge revision(s) 15541,15545,15558:shyouhei2008-06-151-0/+12
* merge revision(s) 13699:13704:shyouhei2008-06-071-0/+20
* * lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo2008-05-205-11/+129
* merge revision(s) 15677:shyouhei2008-03-031-0/+59
* * test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb,shyouhei2007-12-024-10/+51
* * ext/thread/thread.c (lock_mutex): should take care of threadsshyouhei2007-09-161-0/+38
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@13459 b2dd03c...shyouhei2007-09-162-0/+65
* * sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keepshyouhei2007-09-071-1/+4
* * hash.c (rb_hash_delete_key): delete the entry without calling block.shyouhei2007-08-221-0/+564
* * lib/rinda/tuplespace.rb: fix Rinda::TupleSpace keeper thread bug.shyouhei2007-08-221-0/+14
* * test/ruby/test_beginendblock.rb (test_should_propagate_signaled):shyouhei2007-06-142-3/+4
* * eval.c (mnew): call of super via a method object should work again.shyouhei2007-05-261-0/+11
* merge -c 12126shyouhei2007-05-221-0/+30
* * merge -r 12066:12069shyouhei2007-03-161-0/+67
* Merge changes between r11913 and r11943 from ruby_1_8.knu2007-02-282-4/+4
* * eval.c (rb_iterate): need to PUSH_ITER in proper order.matz2007-01-311-0/+12
* * ext/strscan/strscan.c (strscan_do_scan): should set kcode option before mat...aamine2007-01-101-0/+13
* Merge RDoc updates from matzruby 11502, 11503, 11504drbrain2007-01-071-2/+115
* Merge 11443, 11444 and 11445 from trunk.drbrain2006-12-311-0/+148
* * lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002]shugo2006-11-041-0/+11
* * eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.usa2006-10-311-0/+17