aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * vsnprintf.c (BSD__uqtoa): Fix overflow when long != quad_t.naruse2010-12-301-0/+3
* * vm.c (vm_define_method): guard iseq from GC while method definition.wanabe2010-12-301-0/+15
* Deprecate Rake::RDocTask in favor of RDoc::Taskdrbrain2010-12-281-84/+0
* Import RDoc 3.1drbrain2010-12-2811-15/+330
* * ext/fiddle/extconf.rb: check for windows.h while building fiddle.tenderlove2010-12-271-0/+10
* * lib/rdoc/ri/paths.rb (RDoc::RI::Paths::HOMEDIR): no exception ifnobu2010-12-261-2/+7
* * parse.y (stmt): missing ripper rule. i.e., `a::B ||= c 1'.nobu2010-12-262-10/+21
* * test/with_different_ofs.rb (DifferentOFS): should not affectnobu2010-12-2612-22/+20
* * io.c (advice_arg_check): Change argument check.kosaki2010-12-251-1/+6
* * test/csv: DifferentOFS needs to be include in each classes.nobu2010-12-2512-2/+20
* test/with_different_ofs.rb: fixed typos.nobu2010-12-2512-21/+10
* * test/digest/test_digest_extend.rb (TestDigestExtend#setup):nobu2010-12-252-18/+24
* * test/with_diffent_ofs.rb (DifferentOFS): test suite for testnobu2010-12-253-17/+31
* * test/csv/test_data_converters.rb, test/csv/test_table.rb: don'tnobu2010-12-252-13/+17
* * lib/csv.rb (CSV.foreach): 'rb' mode is defaulted in open.nobu2010-12-251-0/+17
* Support OpenSSL 1.1; it supports RSA1024 and DSS1.naruse2010-12-252-4/+21
* * test/csv/base.rb (TestCSV.with_diffrent_ofs): give name tonobu2010-12-251-1/+1
* * lib/csv.rb (CSV#init_separators): use IO#gets with lengthnobu2010-12-251-1/+17
* * lib/csv.rb (CSV::foreach, CSV#initialize): directly use encodingnobu2010-12-251-4/+3
* * lib/csv.rb, test/csv: should not assume $, invariant.nobu2010-12-2511-47/+69
* * test/csv/test_encodings.rb (TestEncodings#setup): fix evil testnobu2010-12-251-2/+5
* * io.c (rb_io_extract_encoding_option): accept Encoding object asnobu2010-12-251-3/+43
* * ext/zlib/zlib.c (gzreader_gets): support optional lengthnobu2010-12-251-0/+34
* * test/zlib/test_zlib.rb (test_readline): renamed from test_gets.nobu2010-12-251-4/+4
* * test/net/imap/cacert.pem: updated because it has been expired.yugui2010-12-232-54/+101
* adding tests for Net::SMTP::Response#exception_classtenderlove2010-12-221-0/+36
* adding more tests for Net::SMTP::Response classtenderlove2010-12-221-0/+26
* * lib/net/smtp.rb: refactoring Net::SMTP#esmtp= to use antenderlove2010-12-221-0/+16
* adding tests for the SMTP response parsertenderlove2010-12-221-0/+37
* * lib/net/smtp.rb: Net::SMTP should close the SSL connection if thetenderlove2010-12-221-0/+90
* * test/rexml/test_contrib.rb (ContribTester#test_pos): should notnobu2010-12-202-12/+10
* * compile.c (setup_args), vm.c (invoke_block_from_c),nobu2010-12-201-3/+0
* Import RDoc 3drbrain2010-12-2037-970/+2648
* * compile.c (setup_args), vm.c (invoke_block_from_c),nobu2010-12-181-0/+1
* * test/mkmf/base.rb (TestMkmf::FakeLog): capture output from mkmf.nobu2010-12-172-0/+42
* * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_require): -rnobu2010-12-171-0/+2
* * io.c (rb_io_advise): New API. IO#advise() allows to tell thekosaki2010-12-161-0/+34
* drying up the requires in the openssl teststenderlove2010-12-1517-94/+20
* * test/zlib/test_zlib.rb (test_to_io): forgotten to fix with r30201.usa2010-12-151-2/+3
* * test/ripper/test_parser_events.rb (TestRipper#test_block_variables):kosaki2010-12-141-1/+1
* * test/ruby/test_io.rb (test_reopen, test_reinitialize): should closeusa2010-12-141-12/+24
* * test/ruby/test_io.rb (test_binmode_after_closed): the temporary fileusa2010-12-141-2/+1
* * test/ruby/test_io.rb (test_flush_in_finalizer[12]): should closeusa2010-12-141-2/+6
* * lib/net/http.rb (Net::HTTPRequest#send_request_body_data):naruse2010-12-141-0/+1
* * test/zlib/test_zlib.rb (*): should close files associated with zlib.usa2010-12-141-129/+151
* * test/ruby/test_argf.rb (test_inplace_rename_impossible): unlinkusa2010-12-141-4/+14
* adding a test for OpenSSL::PKCS12.createtenderlove2010-12-131-0/+149
* * lib/net/http.rb (Net::HTTPRequest#set_form): Added to supportnaruse2010-12-131-0/+96
* * string.c (rb_str_inspect): fix: extra back slash is added whennaruse2010-12-111-0/+5
* * ext/openssl/ossl_asn1.c: indefinite length BER to DER encoding istenderlove2010-12-111-0/+227