aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/dbm/test_dbm.rb: remove locking test, which may not bematz2005-09-121-77/+0
* * test/openssl/test_pkcs7.rb (test_enveloped): skip this testgotoyuzo2005-09-121-0/+6
* Added .document file for lib/uri.ryan2005-09-071-1/+21
* * ext/openssl/ossl_asn1.c (asn1str_to_str): new function.gotoyuzo2005-09-071-0/+148
* fix.akr2005-09-061-1/+0
* add a test to parse files by ripper.akr2005-09-061-0/+20
* * test/logger/test_logger.rb (test_shifting_size): should close logusa2005-08-241-0/+2
* * add test for SHA224, SHA256, SHA384 and SHA512.gotoyuzo2005-08-221-0/+9
* * ext/openssl/ossl_ns_spki.c (ossl_spki_initialize): try to decodegotoyuzo2005-08-222-0/+81
* * lib/logger.rb (write, shift_log?, shift_log): file shifting racenahi2005-08-201-18/+80
* * test/ruby/test_iterator.rb (test_block_passing): more tests.nobu2005-08-171-0/+6
* dbm/test_dbm.rb: specify pid for Process.wait.akr2005-08-123-18/+66
* * 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
* * parse.y (f_block_arg), eval.c (rb_yield_0): deal with dynamicnobu2005-08-081-0/+53
* * test/ruby/test_fnmatch.rb: separated from test_file.rb.ocean2005-08-082-191/+105
* * test/ruby/test_method.rb: added. [ruby-dev:26761]nahi2005-08-081-0/+42
* * test/ruby/test_super.rb: added optional arg tests. [ruby-dev:26743]nahi2005-08-071-0/+29
* add exclude_end? method to DuckRange.akr2005-08-051-1/+6
* add a test for duck-type range.akr2005-08-041-0/+12
* 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
* * test/ruby/test_env.rb (setup, teardown): do not depend on the behavior sett...nobu2005-07-141-4/+4
* * lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5.kou2005-07-082-25/+13
* * 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