aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/net/http.rb (each_capitalized): should join header field value. This p...aamine2005-01-011-0/+8
* * lib/fileutils.rb (copy_stream): use read/write instead of sysread/syswrite,...aamine2005-01-011-34/+113
* * ext/nkf/nkf-utf8/nkf.c (reinit): should initialize all staticnobu2004-12-281-0/+16
* * ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): second byte is up tonobu2004-12-281-0/+71
* * test/fileutils/test_fileutils.rb (cp_r): tested wrong file name. [ruby-dev:...aamine2004-12-271-3/+14
* * lib/xmlrpc/client.rb: use "" instead of "." if prefix argument ismneumann2004-12-212-16/+17
* * lib/soap/*, test/soap/*, sample/soap/authheader/*: eval cleanup.nahi2004-12-211-1/+1
* * ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode):gotoyuzo2004-12-211-0/+197
* * added files:nahi2004-12-207-50/+652
* * lib/test/unit.rb: use standalone runner for -e.nobu2004-12-191-4/+4
* adjust and reduce sleepseki2004-12-161-4/+1
* * test/ruby/test_super.rb (TestSuper#test_define_method): now methodsnobu2004-12-121-1/+1
* add DRbRemoteError. [ruby-list:40348], [ruby-list:40390]seki2004-12-112-0/+17
* * ext/socket/socket.c (sock_listen): get OpenFile just before callingnobu2004-12-091-0/+14
* * test/socket/test_socket.rb (test_setsockopt): use SO_LINGER insteadnobu2004-12-092-5/+48
* * parse.y (string_content): get rid of segfault at empty evstr.nobu2004-12-081-0/+4
* * test/socket/test_tcp.rb (TestTCPSocket#test_recvfrom): merged worker threads.nobu2004-12-071-9/+3
* * test/io/nonblock/test_flush.rb (TestIONonblock#test_flush): writenobu2004-12-073-5/+30
* * test/rss/test_version.rb: added version check test. [ruby-dev:25053]kou2004-12-071-0/+9
* * test/socket/test_tcp.rb (TestTCPSocket#test_recvfrom): fix localnobu2004-12-061-5/+4
* * process.c (proc_setgroups): [ruby-dev:25081]matz2004-12-061-1/+3
* * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr2004-12-061-6/+6
* * test/socket/test_socket.rb (TestBasicSocket#test_setsockopt):nobu2004-12-063-0/+76
* * ext/openssl/ossl_pkey_rsa.c (ossl_rsa_public_encrypt,gotoyuzo2004-12-051-0/+38
* * lib/optparse.rb (OptionParser::Completion#complete): new parameternobu2004-12-051-2/+2
* * lib/fileutils.rb: (In previous commit) new method chown.aamine2004-12-041-0/+9
* * lib/fileutils.rb (mkdir, mkdir_p): should chmod explicitly. [ruby-core:03881]aamine2004-12-041-4/+19
* * test/xmlrpc/test_parser.rb, test/xmlrpc/data/*.expected: Expectedmneumann2004-12-026-11/+273
* * test/readline/test_readline.rb: fix for NetBSD.shugo2004-12-021-11/+18
* * ext/stringio/stringio.c (strio_write): insufficiently filled stringnobu2004-11-291-0/+10
* * test/io/nonblock/test_flush.rb: abandon tests when io/nonblock isnobu2004-11-291-2/+5
* * object.c (convert_type): [ruby-core:03845]matz2004-11-291-5/+0
* * test/io/nonblock/test_flush.rb: test transferred data.nobu2004-11-291-3/+7
* * io.c (fptr_finalize): must not use FILE after fclose().nobu2004-11-291-0/+22
* * lib/rss/rss.rb (RSS::NotSetError): added.kou2004-11-284-121/+150
* * regparse.c, test/ruby/test_regexp.rb: fixed problem with UTF-8 characters t...ksaito2004-11-281-0/+12
* * regexec.c, test/ruby/test_regexp.rb: fixed segmentation falut ([ruby-dev:24...ksaito2004-11-281-0/+4
* * lib/rss/{0.9,1.0,2.0,trackback,xml-stylesheet}.rb: addedkou2004-11-273-0/+792
* * lib/rss/maker/0.9.rb: supported RSS::Maker.make("0.91"). Now,kou2004-11-272-25/+31
* * test/ruby/test_io.rb (test_gets_rs): add more tests.aamine2004-11-201-0/+27
* * test/runner.rb (CROSS_COMPILING): need to require rbconfig.rb beforeeban2004-11-201-1/+2
* * test/xmlrpc/test_webrick_server.rb : move `requrie "webrick/https"'eban2004-11-191-1/+1
* * lib/rss/maker/0.9.rb (RSS::Maker::RSS09::Image#have_required_values):kou2004-11-191-37/+3
* * lib/rss/rss.rb (RSS::VERSION): 0.1.0 -> 0.1.1.kou2004-11-1912-67/+840
* * lib/test/unit/collector/dir.rb: add support for directory nameeban2004-11-191-1/+1
* * ext/readline/readline.c (readline_s_set_completion_append_character):shugo2004-11-191-0/+9
* * string.c (str_gsub): internal buffer should not be listed bymatz2004-11-181-0/+50
* * hash.c (rb_f_getenv): prohibit for $SAFE=4. [ruby-dev:24908]matz2004-11-183-3/+3
* * parse.y (f_rest_arg): store rest args into invisible local variabenobu2004-11-181-0/+68
* * ext/readline/readline.c: check $SAFE.shugo2004-11-181-0/+57