summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2006-08-20Add TupleBag tests.drbrain
2006-08-19accept hash argument of Symbol key.suke
2006-07-31* test/ruby/test_process.rb (TestProcess#test_rlimit_nofile):akr
2006-07-31* lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri): improvegotoyuzo
2006-07-26merge test cases with Ruby 1.8aamine
2006-07-26* lib/net/http.rb (Net::HTTP#post, request_post, request): should set Content...aamine
2006-07-26* ext/strscan/strscan.c (strscan_do_scan): StringScanner.new("").scan(//) sho...aamine
2006-07-24don't compare struct sockaddr directly.akr
2006-07-23* test/socket/test_unix.rb: disabled on cygwin.akr
2006-07-20* eval.c (rb_call): try local method look-up first for fcall, thenmatz
2006-07-20* object.c (rb_mod_attr): make Module#attr to be an alias tomatz
2006-07-20* test/ruby/test_float.rb (TestFloat::test_strtod): update test tomatz
2006-07-10* sample/test.rb: update test suites.matz
2006-07-07Test class name should not be duplicated.suke
2006-07-04* test/ruby/test_lambda.rb (TestLambdaParameters::test_lambda_as_iterator):matz
2006-07-02* test/openssl/test_asn1.c: String#[]= doesnt't accept Integer.gotoyuzo
2006-07-01* test/webrick/utils.rb: use Proc#yield instead of Proc#call.gotoyuzo
2006-07-01add a note for cygwin empty UDP packet problem.akr
2006-07-01* test/socket/test_nonblock.rb: add timeout to send/receiveakr
2006-06-28* test/socket/test_unix.rb: test_seqpacket_pair removed.akr
2006-06-26* ext/socket/socket.c (bsock_recv_nonblock): new methodakr
2006-06-26revert sock_sysaccept addition to [ruby-dev:28861].akr
2006-06-25support some kind of method of word. [ruby-Bugs#3237]suke
2006-06-25avoid Argument Error.suke
2006-06-25change test class name.suke
2006-06-24add message for an assertion.akr
2006-06-21use fork to isolate rlimit effect.akr
2006-06-19should not test when win32ole is not available.suke
2006-06-18support PROPERTYPUTREF. [ruby-talk:183042]suke
2006-06-17* lib/pathname.rb (Kernel#Pathname): new method.akr
2006-06-15add RLIMIT_NOFILE testakr
2006-06-15give dummy argument for Process.getrlimit and rescue TypeError.akr
2006-06-15new file.akr
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-06-07getsockname returns "" on MacOS Xakr
2006-06-07* test/socket/{test_nonblock.rb, test_socket.rb}: Windows support.usa
2006-06-05* ext/socket/socket.c (sock_s_unpack_sockaddr_in): rejectakr
2006-06-04fix tests.akr
2006-06-04* ext/socket/socket.c: fix sockaddr_un handling.akr
2006-06-01* ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocketakr
2006-05-18* lib/webrick/config.rb (WEBrick::Config::HTTP): add new parameters,gotoyuzo
2006-05-08* ext/openssl/extconf.rb: add check for OBJ_NAME_do_all_sorted.gotoyuzo
2006-05-06* should not test in the environment that does not have win32olesuke
2006-05-06*** empty log message ***suke
2006-05-01ext/win32ole/win32ole.c (add_event_call_back): should notsuke
2006-04-30ole_param_ole_type should return "unknown type" string when ITypeInfo::GetFun...suke
2006-04-30add test/win32ole/test_win32ole_variant.rb.suke
2006-04-08add WIN32OLE_METHOD#inspect, WIN32OLE_PARAM#inspectsuke
2006-04-07WIN32OLE_TYPELIB.new accepts OLE files.suke
2006-04-01add test_win32ole_method.rbsuke