summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2007-11-14* test/net/http/test_https_proxy.rbmatz
2007-11-14* test/socket/test_socket.rb: update not to use 1.8 assignment tomatz
2007-11-13fix test.akr
2007-11-13* test/yaml/test_yaml.rb: fixed the failing YAML Struct testwhy
2007-11-12* test/ruby/test_settracefunc.rb: fixed tests for set_trace_func.shugo
2007-11-11* insnhelper.ci (vm_call_method): pass mn->nd_clss toshugo
2007-11-10Import RubyGems trunk revision 1493.drbrain
2007-11-09* test/ruby/test_iterator.rb (TestIterator::IterTest::each):matz
2007-11-09* test/ruby/test_basicinstructions.rb: updated for new classmatz
2007-11-07* parse.y: patch, based on Nobu's, work to support \u escapesdavidflanagan
2007-11-04* eval.c (rb_f_send): allow send/__send__ to call methods of allmatz
2007-11-02* lib/rss/content.rb, lib/rss/content/, lib/rss/maker/content.rb,kou
2007-11-02* lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1.kou
2007-10-24specify prefix for Dir.mktmpdir.akr
2007-10-24forgot to modify TestDBM2 and TestGDBM2.akr
2007-10-24use Dir.mktmpdir.akr
2007-10-24use Dir.mktmpdir.akr
2007-10-15* marshal.c (r_bytes0): check if source has enough data.nobu
2007-10-14* encoding.c (rb_obj_encoding): rdoc update. a patch from Davidnobu
2007-10-13* ext/win32ole/win32ole.c (foletype_s_ole_classes, suke
2007-10-07* test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb,kou
2007-10-03* variable.c (rb_cvar_set): check whether class variable ismatz
2007-10-02* array.c (rb_ary_product): generalized product, now takesmatz
2007-10-01* array.c (rb_ary_permutation): implementation contributed frommatz
2007-10-01* array.c (rb_ary_combination): revisit #combination behavior.matz
2007-09-29* array.c (rb_ary_combination): new method to give all combinationmatz
2007-09-28* cont.c: Thread local storage should be fiber local.ko1
2007-09-28refine previous change.akr
2007-09-28don't generate temporary files under current directory.akr
2007-09-28UNIXServer.new("a\0b") test removed becauseakr
2007-09-28check codepage for SJIS pathname test.akr
2007-09-26* bootstraptest/test_knownbug.rb: move fixed tests.ko1
2007-09-15* lib/rss.rb, lib/rss/, test/rss/:kou
2007-09-14* test/ruby/test_io.rb: tests which cause SEGV should not beko1
2007-09-10* range.c (range_dumper): make uninitialized range dumpable.akr
2007-09-10* range.c: represent initialized state using EXCL instead of FL_USER3.akr
2007-09-08add test for [ruby-dev:31650] and [ruby-dev:31659].akr
2007-09-07add test for [ruby-dev:31759].akr
2007-09-07* test/ruby/test_fiber.rb (TestFiber::test_throw): uncaught throwmatz
2007-09-04* ext/win32ole/win32ole.c: add WIN32OLE_EVENT#unadvise.suke
2007-09-02add a test for [ruby-dev:31709].akr
2007-09-01* include/ruby/ruby.h (struct RBignum): embed digits in RBignum forakr
2007-09-01* test/socket/test_tcp.rb (test_recvfrom): same as mswin32 on mswin64.usa
2007-08-28* ext/win32ole/win32ole.c (ole_type_progid): progid getted bysuke
2007-08-28* test/ruby/test_string.rb (test_splice!): tests for [ruby-dev:31665].nobu
2007-08-27* thread.c: fix Mutex to be interruptable lock.ko1
2007-08-27* ext/win32ole/win32ole.c (ole_type_progid): fix the bug.suke
2007-08-26* io.c (rb_io_each_byte): caused infinite loop. [ruby-dev:31652]matz
2007-08-26* cont.c: fix to remove Fiber.new until fiber.so is not loaded.ko1
2007-08-25* test/ruby/test_fiber.rb: fix to require 'continuation'.ko1