summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-01-30* enc/emacs_mule.c (emacsmule_islead): fix inverse condition.nobu
2011-01-29* ext/openssl/ossl_bn.c (GetBNPtr): add missing nil case.naruse
2011-01-29* array.c (rb_ary_join): [].join.encoding must be US-ASCII.naruse
2011-01-29* vm_insnhelper.c (vm_get_ev_const): no-scope reference to toplevelmame
2011-01-28Import rubygems 1.5.0 (release candidate @ 09893d9)ryan
2011-01-28* variable.c (rb_mod_const_of, sv_i): Module#constant should excludemame
2011-01-28* variable.c (rb_const_set): const_set shoud preserve constantmame
2011-01-28* compile.c (NODE_CLASS, NODE_MODULE), insns.def (defineclass): raisemame
2011-01-28* constant.h, variable.c: to ensure compatibility, rb_const_get_* mustmame
2011-01-28 * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create,kosaki
2011-01-28 * test/gdbm/test_gdbm.rb (TestGDBM2#test_writer_open_notexist):kosaki
2011-01-28 * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): skipkosaki
2011-01-28 * test/ruby/test_require.rb (TestRequire#test_require_too_long_filename):kosaki
2011-01-28 * test/ruby/test_require.rb (TestRequire#test_require_path_home_{1,2}):kosaki
2011-01-28remove unnecessary local variable.kosaki
2011-01-28 * test/ruby/test_require.rb (TestRequire#test_require_path_home_{1,2,3}):kosaki
2011-01-28* test/ruby/test_process.rb (TestProcess#test_too_long_path{,2}):usa
2011-01-27 * test/ruby/test_process.rb (TestProcess#test_too_long_path)kosaki
2011-01-27 * test/ruby/test_process.rb (TestProcess#test_too_long_path2):kosaki
2011-01-26* process.c (proc_exec_v, rb_proc_exec_n, rb_proc_exec)nobu
2011-01-26 * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): OpenSSL::ASN1.decodenahi
2011-01-24* test/ruby/test_thread.rb: remove unused variables.kazu
2011-01-24* test/ruby/test_thread.rb (TestThread#test_condvar_nolock_2): get rid of met...kazu
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