aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * lib/yaml.rb (quick_emit): use combination of object_id and hash towhy2007-11-151-0/+8
* * test/net/http/test_https_proxy.rbmatz2007-11-141-0/+3
* * test/socket/test_socket.rb: update not to use 1.8 assignment tomatz2007-11-142-32/+16
* fix test.akr2007-11-131-2/+1
* * test/yaml/test_yaml.rb: fixed the failing YAML Struct testwhy2007-11-131-13/+13
* * test/ruby/test_settracefunc.rb: fixed tests for set_trace_func.shugo2007-11-121-125/+160
* * insnhelper.ci (vm_call_method): pass mn->nd_clss toshugo2007-11-111-1/+1
* Import RubyGems trunk revision 1493.drbrain2007-11-1062-0/+9079
* * test/ruby/test_iterator.rb (TestIterator::IterTest::each):matz2007-11-091-6/+3
* * test/ruby/test_basicinstructions.rb: updated for new classmatz2007-11-091-6/+6
* * parse.y: patch, based on Nobu's, work to support \u escapesdavidflanagan2007-11-072-0/+265
* * eval.c (rb_f_send): allow send/__send__ to call methods of allmatz2007-11-0412-26/+20
* * lib/rss/content.rb, lib/rss/content/, lib/rss/maker/content.rb,kou2007-11-023-33/+63
* * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1.kou2007-11-021-1/+1
* specify prefix for Dir.mktmpdir.akr2007-10-243-3/+3
* forgot to modify TestDBM2 and TestGDBM2.akr2007-10-242-26/+22
* use Dir.mktmpdir.akr2007-10-243-9/+6
* use Dir.mktmpdir.akr2007-10-243-27/+23
* * marshal.c (r_bytes0): check if source has enough data.nobu2007-10-151-0/+20
* * encoding.c (rb_obj_encoding): rdoc update. a patch from Davidnobu2007-10-141-0/+28
* * ext/win32ole/win32ole.c (foletype_s_ole_classes, suke2007-10-133-7/+22
* * test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb,kou2007-10-074-11/+44
* * variable.c (rb_cvar_set): check whether class variable ismatz2007-10-031-7/+7
* * array.c (rb_ary_product): generalized product, now takesmatz2007-10-021-0/+6
* * array.c (rb_ary_permutation): implementation contributed frommatz2007-10-011-8/+16
* * array.c (rb_ary_combination): revisit #combination behavior.matz2007-10-011-2/+2
* * array.c (rb_ary_combination): new method to give all combinationmatz2007-09-291-0/+22
* * cont.c: Thread local storage should be fiber local.ko12007-09-281-0/+29
* refine previous change.akr2007-09-284-95/+101
* don't generate temporary files under current directory.akr2007-09-288-87/+106
* UNIXServer.new("a\0b") test removed becauseakr2007-09-281-1/+0
* check codepage for SJIS pathname test.akr2007-09-281-1/+4
* * bootstraptest/test_knownbug.rb: move fixed tests.ko12007-09-261-1/+1
* * lib/rss.rb, lib/rss/, test/rss/:kou2007-09-157-2/+161
* * test/ruby/test_io.rb: tests which cause SEGV should not beko12007-09-141-1/+2
* * range.c (range_dumper): make uninitialized range dumpable.akr2007-09-101-0/+7
* * range.c: represent initialized state using EXCL instead of FL_USER3.akr2007-09-101-0/+5
* add test for [ruby-dev:31650] and [ruby-dev:31659].akr2007-09-081-0/+18
* add test for [ruby-dev:31759].akr2007-09-071-4/+12
* * test/ruby/test_fiber.rb (TestFiber::test_throw): uncaught throwmatz2007-09-071-1/+1
* * ext/win32ole/win32ole.c: add WIN32OLE_EVENT#unadvise.suke2007-09-041-1/+21
* add a test for [ruby-dev:31709].akr2007-09-021-0/+8
* * include/ruby/ruby.h (struct RBignum): embed digits in RBignum forakr2007-09-011-0/+12
* * test/socket/test_tcp.rb (test_recvfrom): same as mswin32 on mswin64.usa2007-09-011-1/+1
* * ext/win32ole/win32ole.c (ole_type_progid): progid getted bysuke2007-08-282-2/+2
* * test/ruby/test_string.rb (test_splice!): tests for [ruby-dev:31665].nobu2007-08-281-0/+8
* * thread.c: fix Mutex to be interruptable lock.ko12007-08-271-0/+24
* * ext/win32ole/win32ole.c (ole_type_progid): fix the bug.suke2007-08-271-4/+0
* * io.c (rb_io_each_byte): caused infinite loop. [ruby-dev:31652]matz2007-08-261-3/+3
* * cont.c: fix to remove Fiber.new until fiber.so is not loaded.ko12007-08-261-1/+1