aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/rss/rss-assertions.rb: removed needless code for backward compatibility.kou2007-02-041-13/+0
* * ext/win32ole/win32ole.c (ole_val2olevariantdata, ole_val2variant):suke2007-02-032-3/+36
* * test/ruby/test_iterator.rb (TestIterator::test_block_given_within_iterator):matz2007-01-311-0/+12
* * ext/win32ole/win32ole.c: add WIN32OLE.locale=, WIN32OLE.locale,suke2007-01-292-2/+53
* * ext/win32ole/win32ole.c (ole_val2olevariantdata): bug fix. suke2007-01-271-14/+30
* bug fix of WIN32OLE_VARIANT when variant type is VT_BYREF|VT_VARIANT.suke2007-01-261-0/+53
* * test/ruby/test_iterator.rb: removed a needless workaround.kou2007-01-241-8/+0
* WIN32OLE.codepage= accepts installed codepage.suke2007-01-201-1/+16
* modify WIN32OLERuntimeError message.suke2007-01-201-0/+17
* move all test from ext/win32ole/tests test/win32olesuke2007-01-201-93/+153
* move some test from ext/win32ole/tests to test/win32olesuke2007-01-192-0/+203
* add WIN32OLE_VARIANT::Empty, WIN32OLE_VARIANT::Null, WIN32OLE_VARIANT::Nothing.suke2007-01-192-0/+17
* IN32OLE_VARIANT.new accepts nil as first argument for some VARIANT TYPE. fix ...suke2007-01-181-0/+5
* add some test. update comment for rdoc.suke2007-01-071-0/+14
* Merge RDoc updates from matzruby 11502, 11503, 11504drbrain2007-01-071-2/+115
* add WIN32OLE::VARIANT::VT_NULL, WIN32OLE::VARIANT::VT_EMPTY.suke2007-01-051-0/+2
* * compile.c (iseq_compile_each, set_block_local_tbl) :ko12007-01-051-14/+14
* * test/drb/test_drbssl.rb : fix to skip drb testsko12006-12-311-1/+7
* Allow RDoc comment to give friendly value for rb_define_const.drbrain2006-12-311-0/+148
* * Merge YARVko12006-12-3133-132/+4361
* The argument of Shell.NameSpace should not be file path.suke2006-12-261-6/+9
* * class.c (rb_include_module): revert duplicate inclusion ofmatz2006-11-071-1/+1
* * lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): Symbol shouldmatz2006-11-021-1/+1
* * test/digest/test_digest_hmac.rb: added.knu2006-10-251-0/+3
* * ext/digest/digest.c (Init_digest): Digest::Base.new() does noknu2006-10-131-1/+2
* * lib/test/unit/collector/dir.rb (Collector::Dir#collect): prependnobu2006-10-121-6/+23
* * test/optparse/test_getopts.rb: changed the class name of test casenobu2006-10-031-1/+1
* * parse.y (block_param): restrict block parameters to be localmatz2006-10-031-1/+1
* * test/optparse/test_getopts.rb: added short and long tests.nobu2006-09-261-2/+22
* * test/optparse/test_getopts.rb: added.nobu2006-09-261-0/+11
* * sample/test.rb: "print nil" now prints empty string.matz2006-09-251-1/+1
* use assert_same instead of assert_equal.akr2006-09-161-1/+1
* * lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): newgotoyuzo2006-09-081-0/+31
* More comprehensive tests.drbrain2006-08-271-23/+45
* * test/wsdl/document/echo.rb: removed.usa2006-08-252-93/+1
* Add TupleBag tests.drbrain2006-08-201-0/+150
* accept hash argument of Symbol key.suke2006-08-191-0/+44
* * test/ruby/test_process.rb (TestProcess#test_rlimit_nofile):akr2006-07-311-1/+5
* * lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri): improvegotoyuzo2006-07-311-0/+58
* merge test cases with Ruby 1.8aamine2006-07-261-3/+74
* * lib/net/http.rb (Net::HTTP#post, request_post, request): should set Content...aamine2006-07-261-0/+12
* * ext/strscan/strscan.c (strscan_do_scan): StringScanner.new("").scan(//) sho...aamine2006-07-261-0/+10
* don't compare struct sockaddr directly.akr2006-07-241-2/+2
* * test/socket/test_unix.rb: disabled on cygwin.akr2006-07-231-1/+1
* * eval.c (rb_call): try local method look-up first for fcall, thenmatz2006-07-201-2/+0
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-201-0/+2
* * test/ruby/test_float.rb (TestFloat::test_strtod): update test tomatz2006-07-201-6/+0
* * sample/test.rb: update test suites.matz2006-07-102-22/+22
* Test class name should not be duplicated.suke2006-07-072-2/+2
* * test/ruby/test_lambda.rb (TestLambdaParameters::test_lambda_as_iterator):matz2006-07-041-1/+1