summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-01-01add a test.akr
2010-12-30* vsnprintf.c (BSD__uqtoa): Fix overflow when long != quad_t.naruse
2010-12-30* vm.c (vm_define_method): guard iseq from GC while method definition.wanabe
2010-12-28Deprecate Rake::RDocTask in favor of RDoc::Taskdrbrain
2010-12-28Import RDoc 3.1drbrain
2010-12-27* ext/fiddle/extconf.rb: check for windows.h while building fiddle.tenderlove
2010-12-26* lib/rdoc/ri/paths.rb (RDoc::RI::Paths::HOMEDIR): no exception ifnobu
2010-12-26* parse.y (stmt): missing ripper rule. i.e., `a::B ||= c 1'.nobu
2010-12-26* test/with_different_ofs.rb (DifferentOFS): should not affectnobu
2010-12-25 * io.c (advice_arg_check): Change argument check.kosaki
2010-12-25* test/csv: DifferentOFS needs to be include in each classes.nobu
2010-12-25test/with_different_ofs.rb: fixed typos.nobu
2010-12-25* test/digest/test_digest_extend.rb (TestDigestExtend#setup):nobu
2010-12-25* test/with_diffent_ofs.rb (DifferentOFS): test suite for testnobu
2010-12-25* test/csv/test_data_converters.rb, test/csv/test_table.rb: don'tnobu
2010-12-25* lib/csv.rb (CSV.foreach): 'rb' mode is defaulted in open.nobu
2010-12-25Support OpenSSL 1.1; it supports RSA1024 and DSS1.naruse
2010-12-25* test/csv/base.rb (TestCSV.with_diffrent_ofs): give name tonobu
2010-12-25* lib/csv.rb (CSV#init_separators): use IO#gets with lengthnobu
2010-12-25* lib/csv.rb (CSV::foreach, CSV#initialize): directly use encodingnobu
2010-12-25* lib/csv.rb, test/csv: should not assume $, invariant.nobu
2010-12-25* test/csv/test_encodings.rb (TestEncodings#setup): fix evil testnobu
2010-12-25* io.c (rb_io_extract_encoding_option): accept Encoding object asnobu
2010-12-25* ext/zlib/zlib.c (gzreader_gets): support optional lengthnobu
2010-12-25* test/zlib/test_zlib.rb (test_readline): renamed from test_gets.nobu
2010-12-23* test/net/imap/cacert.pem: updated because it has been expired.yugui
2010-12-22adding tests for Net::SMTP::Response#exception_classtenderlove
2010-12-22adding more tests for Net::SMTP::Response classtenderlove
2010-12-22* lib/net/smtp.rb: refactoring Net::SMTP#esmtp= to use antenderlove
2010-12-22adding tests for the SMTP response parsertenderlove
2010-12-22* lib/net/smtp.rb: Net::SMTP should close the SSL connection if thetenderlove
2010-12-20* test/rexml/test_contrib.rb (ContribTester#test_pos): should notnobu
2010-12-20* compile.c (setup_args), vm.c (invoke_block_from_c),nobu
2010-12-20Import RDoc 3drbrain
2010-12-18* compile.c (setup_args), vm.c (invoke_block_from_c),nobu
2010-12-17* test/mkmf/base.rb (TestMkmf::FakeLog): capture output from mkmf.nobu
2010-12-17 * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_require): -rnobu
2010-12-16 * io.c (rb_io_advise): New API. IO#advise() allows to tell thekosaki
2010-12-15drying up the requires in the openssl teststenderlove
2010-12-15* test/zlib/test_zlib.rb (test_to_io): forgotten to fix with r30201.usa
2010-12-14 * test/ripper/test_parser_events.rb (TestRipper#test_block_variables):kosaki
2010-12-14* test/ruby/test_io.rb (test_reopen, test_reinitialize): should closeusa
2010-12-14* test/ruby/test_io.rb (test_binmode_after_closed): the temporary fileusa
2010-12-14* test/ruby/test_io.rb (test_flush_in_finalizer[12]): should closeusa
2010-12-14* lib/net/http.rb (Net::HTTPRequest#send_request_body_data):naruse
2010-12-14* test/zlib/test_zlib.rb (*): should close files associated with zlib.usa
2010-12-14* test/ruby/test_argf.rb (test_inplace_rename_impossible): unlinkusa
2010-12-13adding a test for OpenSSL::PKCS12.createtenderlove
2010-12-13* lib/net/http.rb (Net::HTTPRequest#set_form): Added to supportnaruse
2010-12-11* string.c (rb_str_inspect): fix: extra back slash is added whennaruse