summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-01-24* string.c (rb_string_value_cstr): rb_str_modify can changenobu
2011-01-24 * test/ruby/test_thread.rb: Added various ConditionVariable tests.kosaki
2011-01-24* error.c (rb_invalid_str): prevent intermediate variable from GC.nobu
2011-01-23 * test/io/console/test_io_console.rb: Don't run test if the systemkosaki
2011-01-23 * test/fiddle/test_fiddle.rb: Don't run test if the system don't supportkosaki
2011-01-22reverting r30628 since this seems like a bug in libyamltenderlove
2011-01-22 * test/test_syslog.rb: Fix to make a lot of test failure ifkosaki
2011-01-22* ext/psych/lib/psych/visitors/to_ruby.rb: fixing merge key supporttenderlove
2011-01-22* ext/psych/lib/psych/visitors/to_ruby.rb: merge keys are actuallytenderlove
2011-01-22* ext/psych/parser.c (parse): fixing off-by-one error on line numberstenderlove
2011-01-22fixed a bug in the test suite. Thanks Benoit Daloze! [ruby-core:34641]tenderlove
2011-01-22* ext/psych/parser.c (parse): add the file name to the exception whentenderlove
2011-01-22* ext/psych/parser.c (parse): fix assertion error when reusing atenderlove
2011-01-21* ext/psych/lib/psych/nodes/node.rb: Make Psych::Nodes::Nodetenderlove
2011-01-20 revert unrelated fix from r30615. Sorry!kosaki
2011-01-20 * configure.in: Add '#include <stdlib.h>' tokosaki
2011-01-20* test/webrick/utils.rb (TestWEBrick::RubyBin): test CGI does not needusa
2011-01-20* ext/psych/lib/psych/visitors/json_tree.rb: Fix JSON emit fortenderlove
2011-01-19* ext/psych/lib/psych/coder.rb (represent_object): arbitrary objectstenderlove
2011-01-19Importing rubygems @ c2d4131: Deal with platforms that have DLEXT2 == nil. Fi...ryan
2011-01-19Finish removing code, (fixes sources command test).drbrain
2011-01-19Import rubygems 1.5.0 (release candidate)ryan
2011-01-17* ext/psych/lib/psych/parser.rb (Mark): Adding a class to wraptenderlove
2011-01-17* ext/psych/lib/psych/visitors/json_tree.rb (visit_String): JSONtenderlove
2011-01-15* test/net/smtp/test_ssl_socket.rb: fix dependency.nobu
2011-01-15* configure.in (warnflags): add -Werror=implicit-function-declarationnobu
2011-01-14* test/net/imap/test_imap.rb: call neither logout nor disconnectshugo
2011-01-14* pack.c (pack_unpack): the resulted string of unpack('M') must havenaruse
2011-01-14Reduced gem_prelude to just require rubygems. Reviewed by Evan Phoenixryan
2011-01-13* io.c (argf_next_argv): go advance when the next file cannot benobu
2011-01-12Simple fix for emacs parsing. (emacs doesn't like _heredocs_)ryan
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