aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/gdbm/test_gdbm.rb (teardown): should remove GDBM temporaryusa2005-08-311-2/+2
* * test/logger/test_logger.rb (test_shifting_size): should close logusa2005-08-241-0/+2
* * lib/logger.rb (write, shift_log?, shift_log): file shifting racenahi2005-08-201-8/+70
* * test/ruby/test_iterator.rb (test_block_passing): more tests.nobu2005-08-171-0/+6
* * lib/rss/1.0.rb (RSS::RDF::Channel#setup_maker_attributes):kou2005-08-111-0/+50
* * test/ruby/test_iterator.rb (test_block_passing): yield in methodnobu2005-08-101-0/+8
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-08-081-0/+42
* * test/ruby/test_super.rb: added from HEAD. [ruby-dev:26743]nahi2005-08-071-0/+29
* use private_methods and protected_methods instead of respond_to? to checkseki2005-07-312-3/+34
* * lib/rss/parser.rb (RSS::Parser#initialize): accept HTTP/FTPkou2005-07-221-1/+25
* * io.c (S_ISREG): need to define S_ISREG before it is used first.usa2005-07-201-7/+7
* * lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5.kou2005-07-082-25/+13
* * test/{dbm,gdbm,sdbm}/test_{dbm,gdbm,sdbm}.rb: skip some testsusa2005-07-043-0/+32
* * test/wsdl/document/test_rpc.rb: compare formatted time string ofnahi2005-07-031-2/+5
* avoid some race conditionakr2005-07-031-1/+6
* add a test for [ruby-dev:26383].akr2005-06-301-0/+6
* * ext/dbm/dbm.c (fdbm_closed): new method DBM#closed?usa2005-06-203-3/+9
* skip test if openssl is not available.akr2005-06-071-2/+5
* kill a process spawned by test_exit_action.akr2005-06-051-3/+8
* * test/dbm/test_dbm.rb: merged from ext/dbm/testdbm.rb.akr2005-06-042-4/+1193
* fix another IPv6 issue.akr2005-06-031-1/+1
* avoid IPv6 issue.akr2005-06-031-3/+3
* add ML number.akr2005-06-031-2/+2
* set verify_mode to avoid a warning.akr2005-06-031-0/+1
* * test/sdbm/test_sdbm.rb: renamed from ext/sdbm/testsdbm.rb withakr2005-06-031-1/+7
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-06-031-0/+515
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-06-031-0/+26
* add a test for [ruby-dev:26128].akr2005-06-031-0/+23
* * test/openssl/test_x509store.rb: add test for expired CRLgotoyuzo2005-05-281-7/+28
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line):gotoyuzo2005-05-272-0/+11
* * ext/readline/readline.c: supported libedit. (backported from HEAD)shugo2005-05-251-26/+29
* * test/soap/calc: method name 'set' was able to crash with a class Set.nahi2005-05-234-16/+31
* failed to add some test directories in the previous commit.nahi2005-05-222-0/+78
* * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.4.nahi2005-05-2225-169/+172
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-05-2221-0/+2082
* * test/ruby/test_array.rb: add test for find_all. (based on Daniel Berger's p...ocean2005-05-131-0/+10
* add tests for reading an extended fileakr2005-05-121-0/+38
* * io.c (rb_io_eof, remain_size, read_all, io_read, appendline)akr2005-05-121-6/+6
* * io.c (rb_io_eof, remain_size, read_all, io_read, appendline)akr2005-05-121-6/+6
* * test/drb/test_drb{ssl,unix}.rb: can test drbocean2005-05-122-4/+4
* * test/ruby/envutil.rb, test/drb/drbtest.rb: can test drbocean2005-05-122-9/+16
* * lib/webrick/cgi.rb: new methods WEBrick::CGI#[], WEBrick::CGI#loggergotoyuzo2005-05-112-1/+7
* * lib/rss/rss.rb (RSS::VERSION): 0.1.3 -> 0.1.4.kou2005-04-131-1/+1
* adhoc patch for [druby-ja:123]seki2005-04-111-0/+9
* * lib/rss: backoported from HEAD.kou2005-04-094-14/+146
* * ext/openssl/ossl_ssl.c: add callbacks to OpenSSL::SSL::SSLContexts.gotoyuzo2005-04-083-25/+40
* * eval.c (rb_call0): "return" event hook should be always executedshugo2005-04-071-39/+55
* use new_with instead of reinit [ruby=dev:25961]seki2005-03-291-4/+4
* * test/ruby/test_settracefunc.rb (test_event): added tests forshugo2005-03-221-12/+106
* * eval.c (rb_call0): call_cfunc() should be protected.shugo2005-03-161-9/+11