aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * error.c (rb_invalid_str): prevent intermediate variable from GC.nobu2011-01-241-0/+5
* * test/io/console/test_io_console.rb: Don't run test if the systemkosaki2011-01-231-4/+7
* * test/fiddle/test_fiddle.rb: Don't run test if the system don't supportkosaki2011-01-233-6/+15
* reverting r30628 since this seems like a bug in libyamltenderlove2011-01-221-15/+0
* * test/test_syslog.rb: Fix to make a lot of test failure ifkosaki2011-01-221-2/+7
* * ext/psych/lib/psych/visitors/to_ruby.rb: fixing merge key supporttenderlove2011-01-221-0/+51
* * ext/psych/lib/psych/visitors/to_ruby.rb: merge keys are actuallytenderlove2011-01-221-0/+21
* * ext/psych/parser.c (parse): fixing off-by-one error on line numberstenderlove2011-01-221-0/+15
* fixed a bug in the test suite. Thanks Benoit Daloze! [ruby-core:34641]tenderlove2011-01-221-2/+3
* * ext/psych/parser.c (parse): add the file name to the exception whentenderlove2011-01-221-0/+17
* * ext/psych/parser.c (parse): fix assertion error when reusing atenderlove2011-01-221-0/+10
* * ext/psych/lib/psych/nodes/node.rb: Make Psych::Nodes::Nodetenderlove2011-01-212-0/+92
* revert unrelated fix from r30615. Sorry!kosaki2011-01-201-2/+2
* * configure.in: Add '#include <stdlib.h>' tokosaki2011-01-201-2/+2
* * test/webrick/utils.rb (TestWEBrick::RubyBin): test CGI does not needusa2011-01-201-0/+1
* * ext/psych/lib/psych/visitors/json_tree.rb: Fix JSON emit fortenderlove2011-01-201-0/+10
* * ext/psych/lib/psych/coder.rb (represent_object): arbitrary objectstenderlove2011-01-191-0/+11
* Importing rubygems @ c2d4131: Deal with platforms that have DLEXT2 == nil. Fi...ryan2011-01-193-10/+113
* Finish removing code, (fixes sources command test).drbrain2011-01-191-4/+0
* Import rubygems 1.5.0 (release candidate)ryan2011-01-1985-713/+1202
* * ext/psych/lib/psych/parser.rb (Mark): Adding a class to wraptenderlove2011-01-171-3/+57
* * ext/psych/lib/psych/visitors/json_tree.rb (visit_String): JSONtenderlove2011-01-171-4/+4
* * test/net/smtp/test_ssl_socket.rb: fix dependency.nobu2011-01-151-1/+2
* * configure.in (warnflags): add -Werror=implicit-function-declarationnobu2011-01-153-16/+73
* * test/net/imap/test_imap.rb: call neither logout nor disconnectshugo2011-01-141-2/+2
* * pack.c (pack_unpack): the resulted string of unpack('M') must havenaruse2011-01-141-0/+2
* Reduced gem_prelude to just require rubygems. Reviewed by Evan Phoenixryan2011-01-146-16/+20
* * io.c (argf_next_argv): go advance when the next file cannot benobu2011-01-131-0/+15
* Simple fix for emacs parsing. (emacs doesn't like _heredocs_)ryan2011-01-121-2/+2
* * lib/net/http.rb (Net::HTTP#connect): makes it timeout duringyugui2011-01-122-0/+41
* * test/webrick/test_cgi.rb: Removes usage of deprecatednaruse2011-01-123-6/+24
* * hash.c (hash_i): return different values for inverse hash.nobu2011-01-111-1/+8
* * include/ruby/defines.h (CASEFOLD_FILESYSTEM): HFS+ is casenobu2011-01-101-0/+16
* * test/ruby/test_method.rb (TestMethod#test_define_method): methodnobu2011-01-101-0/+8
* * ext/psych/lib/psych/json/tree_builder.rb (start_mapping): tagstenderlove2011-01-061-0/+4
* use require_relative instead of File.expand_pathtenderlove2011-01-061-1/+1
* * lib/net/protocol.rb (eof?): BufferedIO should proxy eof? to thetenderlove2011-01-061-0/+17
* * lib/mkmf.rb (configuration): fixing gsub when multiple error flagstenderlove2011-01-061-0/+16
* * ext/-test-/array/resize/resize.c (Init_resize): renamed methodnobu2011-01-051-6/+6
* * ext/stringio/stringio.c (get_strio, strio_set_string)nobu2011-01-051-0/+9
* * array.c (rb_ary_resize): new utility function. [ruby-dev:42912]nobu2011-01-051-0/+29
* * dln.c (init_funcname_len): ignore rest from first dot.nobu2011-01-051-0/+10
* * ext/psych/lib/psych/visitors/yaml_tree.rb: use YAML 1.0 outputtenderlove2011-01-051-0/+18
* * test/rdoc/test_rdoc_options.rb (TestRDocOptions#test_check_files):usa2011-01-051-0/+1
* * lib/net/http.rb (Net::HTTP#get): A header hash given should notknu2011-01-051-0/+4
* add a test.akr2011-01-011-0/+1
* * 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