aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* support PROPERTYPUTREF. [ruby-talk:183042]suke2006-06-182-0/+55
* * lib/pathname.rb (Kernel#Pathname): new method.akr2006-06-171-3/+22
* add RLIMIT_NOFILE testakr2006-06-151-1/+20
* give dummy argument for Process.getrlimit and rescue TypeError.akr2006-06-151-2/+2
* new file.akr2006-06-151-0/+13
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-097-112/+140
* getsockname returns "" on MacOS Xakr2006-06-071-4/+6
* * test/socket/{test_nonblock.rb, test_socket.rb}: Windows support.usa2006-06-072-14/+14
* * ext/socket/socket.c (sock_s_unpack_sockaddr_in): rejectakr2006-06-051-0/+9
* fix tests.akr2006-06-042-5/+6
* * ext/socket/socket.c: fix sockaddr_un handling.akr2006-06-041-1/+127
* * ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocketakr2006-06-011-0/+171
* * lib/webrick/config.rb (WEBrick::Config::HTTP): add new parameters,gotoyuzo2006-05-181-0/+64
* * ext/openssl/extconf.rb: add check for OBJ_NAME_do_all_sorted.gotoyuzo2006-05-082-9/+51
* * should not test in the environment that does not have win32olesuke2006-05-0610-11/+223
* *** empty log message ***suke2006-05-062-221/+0
* ext/win32ole/win32ole.c (add_event_call_back): should notsuke2006-05-013-0/+210
* ole_param_ole_type should return "unknown type" string when ITypeInfo::GetFun...suke2006-04-302-80/+122
* add test/win32ole/test_win32ole_variant.rb.suke2006-04-301-0/+104
* add WIN32OLE_METHOD#inspect, WIN32OLE_PARAM#inspectsuke2006-04-082-0/+89
* WIN32OLE_TYPELIB.new accepts OLE files.suke2006-04-071-0/+4
* add test_win32ole_method.rbsuke2006-04-011-0/+132
* add WIN32OLE_TYPE#inspect, WIN32OLE_VARIABLE#inspectsuke2006-04-013-0/+297
* fix string interpolationakr2006-03-041-2/+3