summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-01-12* lib/net/http.rb (Net::HTTP#connect): makes it timeout duringyugui
2011-01-12* test/webrick/test_cgi.rb: Removes usage of deprecatednaruse
2011-01-11* hash.c (hash_i): return different values for inverse hash.nobu
2011-01-10* include/ruby/defines.h (CASEFOLD_FILESYSTEM): HFS+ is casenobu
2011-01-10* test/ruby/test_method.rb (TestMethod#test_define_method): methodnobu
2011-01-06* ext/psych/lib/psych/json/tree_builder.rb (start_mapping): tagstenderlove
2011-01-06use require_relative instead of File.expand_pathtenderlove
2011-01-06* lib/net/protocol.rb (eof?): BufferedIO should proxy eof? to thetenderlove
2011-01-06* lib/mkmf.rb (configuration): fixing gsub when multiple error flagstenderlove
2011-01-05* ext/-test-/array/resize/resize.c (Init_resize): renamed methodnobu
2011-01-05* ext/stringio/stringio.c (get_strio, strio_set_string)nobu
2011-01-05* array.c (rb_ary_resize): new utility function. [ruby-dev:42912]nobu
2011-01-05* dln.c (init_funcname_len): ignore rest from first dot.nobu
2011-01-05* ext/psych/lib/psych/visitors/yaml_tree.rb: use YAML 1.0 outputtenderlove
2011-01-05* test/rdoc/test_rdoc_options.rb (TestRDocOptions#test_check_files):usa
2011-01-05* lib/net/http.rb (Net::HTTP#get): A header hash given should notknu
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