aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * win32/win32.c (open_ifs_socket): new function.usa2005-07-061-7/+7
* * 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
* * ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 andakr2005-07-021-12/+14
* 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
* * ext/readline/readline.c (readline_readline): do not set rl_{in,out}stream.shugo2005-06-171-0/+2
* * array.c (rb_ary_nitems): add the block feature to Array#nitems.matz2005-06-082-2/+2
* 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/+1186
* add a test for file descriptor passing.akr2005-06-041-0/+28
* 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-0/+515
* add a test.akr2005-06-031-0/+26
* add a test for [ruby-dev:26128].akr2005-06-031-0/+23
* * struct.c: accessing >10 member caused segmentation fault. [ruby-dev:26247]aamine2005-06-011-0/+12
* * 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
* * lib/fileutils.rb (remove_entry_secure): add documentation.aamine2005-05-261-8/+41
* * lib/fileutils.rb (rm_r): use lchown(2), not chown(2). [ruby-dev:26226]aamine2005-05-251-26/+35
* * test/readline/test_readline.rb: do not test libedit.shugo2005-05-241-1/+1
* * test/soap/calc: method name 'set' was able to crash with a class Set.nahi2005-05-234-16/+31
* * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.4.nahi2005-05-2245-168/+2252
* * ext/readline/readline.c: supported libedit. fixed: [ruby-core:4858]shugo2005-05-191-9/+16
* * 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/+45
* * lib/webrick/cgi.rb: new methods WEBrick::CGI#[], WEBrick::CGI#loggergotoyuzo2005-04-292-1/+7
* * lib/net/http.rb: new method Net::HTTP.post_form.aamine2005-04-201-0/+22
* * lib/fileutils.rb (remove_file): ignore exceptions caused by chmod.aamine2005-04-141-11/+28
* * 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
* * eval.c (rb_call0): "return" event hook should be always executedshugo2005-04-071-39/+54
* * test/rss/test_maker_dc.rb (test_date): added a test for #date=kou2005-04-071-0/+20
* * lib/rss/maker/dublincore.rb: _really_ supported multiple Dublinkou2005-04-072-2/+62
* * test/ruby/test_env.rb (test_key): should test ENV.key instead ofocean2005-04-061-9/+9
* * lib/rss/dublincore.rb: supported multiple DublinCore items.kou2005-04-052-12/+64
* use new_with instead of reinit [ruby-dev:25961]seki2005-03-291-4/+4
* * parse.y (primary): fix lineno of rescue and ensure.shugo2005-03-231-6/+1
* * test/ruby/test_settracefunc.rb (test_event): added tests forshugo2005-03-221-12/+111
* * test/ruby/test_settracefunc.rb: added test for c-return.shugo2005-03-161-9/+11
* remove test_gcseki2005-03-131-10/+0
* * ext/openssl/ossl_ssl.c: OpenSSL::SSL::SSLContexts suports callbacks:gotoyuzo2005-03-093-191/+41
* * object.c (inspect_obj): unintended space removal.matz2005-03-071-4/+4
* duplicate tests removed.akr2005-03-061-13/+0
* * ext/openssl/ossl_ssl.c (ossl_start_ssl): should wait for thatgotoyuzo2005-03-052-0/+358