summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-02-07This even fails.knu
2010-02-06* test/net/imap/test_imap.rb: added a test for unexpected BYE responses.shugo
2010-02-05* test/ruby/test_array.rb (TestArray#test_splat): Add test casesknu
2010-02-05* ext/rational/rational.c: Added to provide a fast implementationknu
2010-02-03* lib/net/http.rb (Net::HTTP#request): close @socket only afternobu
2010-02-01* eval.c (proc_invoke): reverted r25975. [ruby-dev:39931]nobu
2010-02-01* test/ruby/test_super.rb (TestSuper#test_define_method): modifiednobu
2010-01-25fix commit miss. [ruby-core:27794]naruse
2010-01-25* test/ruby/test_string.rb (test_split): add tests.naruse
2010-01-18* lib/webrick/httpservlet/filehandler.rb (make_partial_content):nobu
2010-01-18* test/webrick/test_cgi.rb: require util.rb first to override thenobu
2010-01-17* ext/digest/digest.c (rb_digest_instance_digest)knu
2010-01-17* lib/base64.rb (Base64#{strict_encode64,strict_decode64,urlsafe_encode64,knu
2010-01-15 * ext/zlib/zlib.c: backport r18029 and r21861 from trunk.nahi
2010-01-13 * test/zlib/test_zlib.rb: backport tests for 1.9nahi
2010-01-12merge r26304.kou
2010-01-12revert r26305.kou
2010-01-12merge r26304.kou
2010-01-12* test/ruby/envutil.rb (EnvUtil#rubybin): fake also rbconfig.nobu
2010-01-09reverted r26263.nobu
2010-01-09* lib/matrix.rb (Matrix#inverse_from): use #quo. backported r9490.nobu
2010-01-08* io.c (io_fwrite): preserve errno. [ruby-core:27425]nobu
2009-12-31* string.c: Add instance methods to Symbol: succ, next, <=>,knu
2009-12-29* lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE):nobu
2009-12-28 * test/ruby/test_marshal.rb: added tests for taintness propagation.nahi
2009-12-24* test/ruby/test_settracefunc.rb: removed the influence of other tests.usa
2009-12-23* parse.y (args): splat other than direct array literal.nobu
2009-12-23* eval.c (rb_load): initialize orig_func. [ruby-core:27296]nobu
2009-12-23* test/drb/drbtest.rb (DRbService.add_service_command): quotesnobu
2009-12-23* test/ruby/test_thread.rb: removed not-backported features.nobu
2009-12-23* test/ruby/test_thread.rb (test_priority): removed not-guaranteed result.nobu
2009-12-22 * test/net/http/test_post_io.rb: parse chunked stream to avoid client nahi
2009-12-21 * ext/stringio/stringio.c (strio_getline): fix for "" as separator.nahi
2009-12-21 * test/openssl/{common.pem,max.pem}: added fixture certificates. nahi
2009-12-20 * lib/net/http.rb (HTTPGenericRequest#send_request_with_body_stream):nahi
2009-12-13 * test/openssl/*: added some tests from jruby-openssl.nahi
2009-12-06* lib/bigdecimal.rb: fix comparison operators [ruby-core:26646]marcandre
2009-12-04* marshal.c (marshal_load): should set taintness. [ruby-dev:39723]nobu
2009-12-03 * test/stringio/test_stringio.rb: use 1.8 methods for easier backport.nahi
2009-12-03 * test/stringio/test_stringio.rb: imported tests from trunk. it has 2 nahi
2009-12-02* eval.c (proc_invoke): unbound block created by define_methodnobu
2009-12-01 * test/digest/test_digest_extend.rb: added tests for digest framework.nahi
2009-11-25 * test/digest/test_digest_extend.rb: Added tests for current digest nahi
2009-11-25* test/ruby/test_array.rb (TestArray#test_splat): Add tests for aknu
2009-11-23* eval.c (rb_method_missing): adjusted format and argument number.nobu
2009-11-19* lib/net/imap.rb (flag_list): untaint strings to intern in the safeshugo
2009-11-08* eval.c (method_inspect, method_name, mnew): Bug fix whenmarcandre
2009-11-06* eval.c (call_trace_func): remove the trace hook if any exceptionnobu
2009-11-06* test/ruby/test_settracefunc.rb: skip thread events.nobu
2009-11-05Merged r22308. [ruby-dev:39637]naruse