summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2007-03-02* ext/win32ole/win32ole.c (get_ptr_of_variant, ole_set_safe_array,suke
2007-02-27* test/{dbm,gdbm}/test_{dbm,gdbm}.rb: shouldn't use host_os. useusa
2007-02-26* test/ruby/test_optimization.rb: restore method before calling assert_equal.aamine
2007-02-24* lib/thread.rb (ConditionVariable#broadcast): use Mutexshugo
2007-02-24* parse.y, node.h, compile.c: change node tree structure. a purposeko1
2007-02-24* test/testunit/test_testcase.rb: catch up with current instanceko1
2007-02-23* ext/win32ole/win32ole.c: add WIN32OLE_VARIANT.array, suke
2007-02-23* test/ruby/test_yield.rb: new test.aamine
2007-02-23* test/ruby/test_optimization.rb: new test (merges test_opts.rb).aamine
2007-02-23* test/ruby/test_assignment.rb: merge yarvtest/test_massign.aamine
2007-02-23* test/ruby/test_primitive.rb: new test.aamine
2007-02-23* test/ruby/test_literal.rb: new test.aamine
2007-02-20* test/io/nonblock/test_flush.rb: YARV doesn't raise any errors ifko1
2007-02-16* object.c (rb_obj_ivar_set/get/defined): fix to check :@_v/C id.ko1
2007-02-14* test/fileutils/test_fileutils.rb (check_singleton): fix to useko1
2007-02-12* lib/rss/dublincore.rb, lib/rss/maker/dublincore.rb: dc_rightseskou
2007-02-11* ext/win32ole/win32ole.c (ole_val2olevariantdata): suke
2007-02-10* ext/win32ole/win32ole.c: add WIN32OLE#ole_query_interface.suke
2007-02-09* test/ruby/test_readpartial.rb: tests are working on mswin32/cygwin.ko1
2007-02-08* ext/win32ole/win32ole.c (ole_set_safe_array, ole_variant2val,suke
2007-02-08* test/ruby/test_clone.rb: fix to current specko1
2007-02-08* test/ruby/test_string.rb: ("foo" == :foo) and ("foo" === :foo)ko1
2007-02-08* test/ruby/test_module.rb: fix to use Symbol instead of Stringko1
2007-02-08* test/ruby/marshaltestlib.rb: eval(sym) -> eval(sym.to_s)ko1
2007-02-08* test/win32ole/test_propertyputref.rb (setup): fix typo.suke
2007-02-04* test/rss/rss-assertions.rb: removed needless code for backward compatibility.kou
2007-02-03* ext/win32ole/win32ole.c (ole_val2olevariantdata, ole_val2variant):suke
2007-01-31* test/ruby/test_iterator.rb (TestIterator::test_block_given_within_iterator):matz
2007-01-29* ext/win32ole/win32ole.c: add WIN32OLE.locale=, WIN32OLE.locale,suke
2007-01-27* ext/win32ole/win32ole.c (ole_val2olevariantdata): bug fix. suke
2007-01-26bug fix of WIN32OLE_VARIANT when variant type is VT_BYREF|VT_VARIANT.suke
2007-01-24* test/ruby/test_iterator.rb: removed a needless workaround.kou
2007-01-20WIN32OLE.codepage= accepts installed codepage.suke
2007-01-20modify WIN32OLERuntimeError message.suke
2007-01-20move all test from ext/win32ole/tests test/win32olesuke
2007-01-19move some test from ext/win32ole/tests to test/win32olesuke
2007-01-19add WIN32OLE_VARIANT::Empty, WIN32OLE_VARIANT::Null, WIN32OLE_VARIANT::Nothing.suke
2007-01-18IN32OLE_VARIANT.new accepts nil as first argument for some VARIANT TYPE. fix ...suke
2007-01-07add some test. update comment for rdoc.suke
2007-01-07Merge RDoc updates from matzruby 11502, 11503, 11504drbrain
2007-01-05add WIN32OLE::VARIANT::VT_NULL, WIN32OLE::VARIANT::VT_EMPTY.suke
2007-01-05* compile.c (iseq_compile_each, set_block_local_tbl) :ko1
2006-12-31 * test/drb/test_drbssl.rb : fix to skip drb testsko1
2006-12-31Allow RDoc comment to give friendly value for rb_define_const.drbrain
2006-12-31 * Merge YARVko1
2006-12-26The argument of Shell.NameSpace should not be file path.suke
2006-11-07* class.c (rb_include_module): revert duplicate inclusion ofmatz
2006-11-02* lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): Symbol shouldmatz
2006-10-25* test/digest/test_digest_hmac.rb: added.knu
2006-10-13* ext/digest/digest.c (Init_digest): Digest::Base.new() does noknu