aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* * test/openssl/test_asn1.c: String#[]= doesnt't accept Integer.gotoyuzo2006-07-021-1/+1
* * test/webrick/utils.rb: use Proc#yield instead of Proc#call.gotoyuzo2006-07-011-1/+1
* add a note for cygwin empty UDP packet problem.akr2006-07-011-2/+6
* * test/socket/test_nonblock.rb: add timeout to send/receiveakr2006-07-011-2/+5
* * test/socket/test_unix.rb: test_seqpacket_pair removed.akr2006-06-281-18/+0
* * ext/socket/socket.c (bsock_recv_nonblock): new methodakr2006-06-262-35/+36
* revert sock_sysaccept addition to [ruby-dev:28861].akr2006-06-261-1/+15
* support some kind of method of word. [ruby-Bugs#3237]suke2006-06-251-0/+37
* avoid Argument Error.suke2006-06-251-4/+4
* change test class name.suke2006-06-251-1/+1
* add message for an assertion.akr2006-06-241-1/+1
* use fork to isolate rlimit effect.akr2006-06-211-7/+12
* should not test when win32ole is not available.suke2006-06-191-13/+18