| Commit message (Expand) | Author | Age | Files | Lines |
* | * test/rss/rss-assertions.rb: removed needless code for backward compatibility. | kou | 2007-02-04 | 1 | -13/+0 |
* | * ext/win32ole/win32ole.c (ole_val2olevariantdata, ole_val2variant): | suke | 2007-02-03 | 2 | -3/+36 |
* | * test/ruby/test_iterator.rb (TestIterator::test_block_given_within_iterator): | matz | 2007-01-31 | 1 | -0/+12 |
* | * ext/win32ole/win32ole.c: add WIN32OLE.locale=, WIN32OLE.locale, | suke | 2007-01-29 | 2 | -2/+53 |
* | * ext/win32ole/win32ole.c (ole_val2olevariantdata): bug fix. | suke | 2007-01-27 | 1 | -14/+30 |
* | bug fix of WIN32OLE_VARIANT when variant type is VT_BYREF|VT_VARIANT. | suke | 2007-01-26 | 1 | -0/+53 |
* | * test/ruby/test_iterator.rb: removed a needless workaround. | kou | 2007-01-24 | 1 | -8/+0 |
* | WIN32OLE.codepage= accepts installed codepage. | suke | 2007-01-20 | 1 | -1/+16 |
* | modify WIN32OLERuntimeError message. | suke | 2007-01-20 | 1 | -0/+17 |
* | move all test from ext/win32ole/tests test/win32ole | suke | 2007-01-20 | 1 | -93/+153 |
* | move some test from ext/win32ole/tests to test/win32ole | suke | 2007-01-19 | 2 | -0/+203 |
* | add WIN32OLE_VARIANT::Empty, WIN32OLE_VARIANT::Null, WIN32OLE_VARIANT::Nothing. | suke | 2007-01-19 | 2 | -0/+17 |
* | IN32OLE_VARIANT.new accepts nil as first argument for some VARIANT TYPE. fix ... | suke | 2007-01-18 | 1 | -0/+5 |
* | add some test. update comment for rdoc. | suke | 2007-01-07 | 1 | -0/+14 |
* | Merge RDoc updates from matzruby 11502, 11503, 11504 | drbrain | 2007-01-07 | 1 | -2/+115 |
* | add WIN32OLE::VARIANT::VT_NULL, WIN32OLE::VARIANT::VT_EMPTY. | suke | 2007-01-05 | 1 | -0/+2 |
* | * compile.c (iseq_compile_each, set_block_local_tbl) : | ko1 | 2007-01-05 | 1 | -14/+14 |
* | * test/drb/test_drbssl.rb : fix to skip drb tests | ko1 | 2006-12-31 | 1 | -1/+7 |
* | Allow RDoc comment to give friendly value for rb_define_const. | drbrain | 2006-12-31 | 1 | -0/+148 |
* | * Merge YARV | ko1 | 2006-12-31 | 33 | -132/+4361 |
* | The argument of Shell.NameSpace should not be file path. | suke | 2006-12-26 | 1 | -6/+9 |
* | * class.c (rb_include_module): revert duplicate inclusion of | matz | 2006-11-07 | 1 | -1/+1 |
* | * lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): Symbol should | matz | 2006-11-02 | 1 | -1/+1 |
* | * test/digest/test_digest_hmac.rb: added. | knu | 2006-10-25 | 1 | -0/+3 |
* | * ext/digest/digest.c (Init_digest): Digest::Base.new() does no | knu | 2006-10-13 | 1 | -1/+2 |
* | * lib/test/unit/collector/dir.rb (Collector::Dir#collect): prepend | nobu | 2006-10-12 | 1 | -6/+23 |
* | * test/optparse/test_getopts.rb: changed the class name of test case | nobu | 2006-10-03 | 1 | -1/+1 |
* | * parse.y (block_param): restrict block parameters to be local | matz | 2006-10-03 | 1 | -1/+1 |
* | * test/optparse/test_getopts.rb: added short and long tests. | nobu | 2006-09-26 | 1 | -2/+22 |
* | * test/optparse/test_getopts.rb: added. | nobu | 2006-09-26 | 1 | -0/+11 |
* | * sample/test.rb: "print nil" now prints empty string. | matz | 2006-09-25 | 1 | -1/+1 |
* | use assert_same instead of assert_equal. | akr | 2006-09-16 | 1 | -1/+1 |
* | * lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): new | gotoyuzo | 2006-09-08 | 1 | -0/+31 |
* | More comprehensive tests. | drbrain | 2006-08-27 | 1 | -23/+45 |
* | * test/wsdl/document/echo.rb: removed. | usa | 2006-08-25 | 2 | -93/+1 |
* | Add TupleBag tests. | drbrain | 2006-08-20 | 1 | -0/+150 |
* | accept hash argument of Symbol key. | suke | 2006-08-19 | 1 | -0/+44 |
* | * test/ruby/test_process.rb (TestProcess#test_rlimit_nofile): | akr | 2006-07-31 | 1 | -1/+5 |
* | * lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri): improve | gotoyuzo | 2006-07-31 | 1 | -0/+58 |
* | merge test cases with Ruby 1.8 | aamine | 2006-07-26 | 1 | -3/+74 |
* | * lib/net/http.rb (Net::HTTP#post, request_post, request): should set Content... | aamine | 2006-07-26 | 1 | -0/+12 |
* | * ext/strscan/strscan.c (strscan_do_scan): StringScanner.new("").scan(//) sho... | aamine | 2006-07-26 | 1 | -0/+10 |
* | don't compare struct sockaddr directly. | akr | 2006-07-24 | 1 | -2/+2 |
* | * test/socket/test_unix.rb: disabled on cygwin. | akr | 2006-07-23 | 1 | -1/+1 |
* | * eval.c (rb_call): try local method look-up first for fcall, then | matz | 2006-07-20 | 1 | -2/+0 |
* | * object.c (rb_mod_attr): make Module#attr to be an alias to | matz | 2006-07-20 | 1 | -0/+2 |
* | * test/ruby/test_float.rb (TestFloat::test_strtod): update test to | matz | 2006-07-20 | 1 | -6/+0 |
* | * sample/test.rb: update test suites. | matz | 2006-07-10 | 2 | -22/+22 |
* | Test class name should not be duplicated. | suke | 2006-07-07 | 2 | -2/+2 |
* | * test/ruby/test_lambda.rb (TestLambdaParameters::test_lambda_as_iterator): | matz | 2006-07-04 | 1 | -1/+1 |