aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add ML Reference and a test for r30736 [ruby-core:34997]naruse2011-01-301-0/+6
* * test/rubygems/test_gem_security.rb (TestGemSecurity): valid onlynobu2011-01-301-1/+1
* * test/dl/test_dl2.rb (TestDL#test_sin): math functions do notnobu2011-01-302-0/+3
* * strftime.c (rb_strftime_with_timespec): %G produces 4 digits.akr2011-01-301-0/+12
* * enc/emacs_mule.c (emacsmule_islead): 7bit range is also leadingnobu2011-01-301-11/+17
* * hash.c (rb_hash_fetch_m): use useful message for longer key, not anobu2011-01-301-2/+8
* * string.c (rb_str_ellipsize): new function to ellipsize a string.nobu2011-01-301-0/+46
* * enc/emacs_mule.c (emacsmule_islead): fix inverse condition.nobu2011-01-301-0/+12
* * ext/openssl/ossl_bn.c (GetBNPtr): add missing nil case.naruse2011-01-291-2/+8
* * array.c (rb_ary_join): [].join.encoding must be US-ASCII.naruse2011-01-291-0/+1
* * vm_insnhelper.c (vm_get_ev_const): no-scope reference to toplevelmame2011-01-291-0/+15
* Import rubygems 1.5.0 (release candidate @ 09893d9)ryan2011-01-2872-1121/+212
* * variable.c (rb_mod_const_of, sv_i): Module#constant should excludemame2011-01-281-0/+4
* * variable.c (rb_const_set): const_set shoud preserve constantmame2011-01-281-0/+4
* * compile.c (NODE_CLASS, NODE_MODULE), insns.def (defineclass): raisemame2011-01-282-0/+36
* * constant.h, variable.c: to ensure compatibility, rb_const_get_* mustmame2011-01-281-0/+14
* * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create,kosaki2011-01-281-12/+5
* * test/gdbm/test_gdbm.rb (TestGDBM2#test_writer_open_notexist):kosaki2011-01-281-3/+12
* * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): skipkosaki2011-01-281-2/+2
* * test/ruby/test_require.rb (TestRequire#test_require_too_long_filename):kosaki2011-01-281-2/+2
* * test/ruby/test_require.rb (TestRequire#test_require_path_home_{1,2}):kosaki2011-01-281-2/+2
* remove unnecessary local variable.kosaki2011-01-281-1/+0
* * test/ruby/test_require.rb (TestRequire#test_require_path_home_{1,2,3}):kosaki2011-01-281-1/+19
* * test/ruby/test_process.rb (TestProcess#test_too_long_path{,2}):usa2011-01-281-2/+6
* * test/ruby/test_process.rb (TestProcess#test_too_long_path)kosaki2011-01-271-2/+2
* * test/ruby/test_process.rb (TestProcess#test_too_long_path2):kosaki2011-01-271-4/+5
* * process.c (proc_exec_v, rb_proc_exec_n, rb_proc_exec)nobu2011-01-261-0/+9
* * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): OpenSSL::ASN1.decodenahi2011-01-261-0/+10
* * test/ruby/test_thread.rb: remove unused variables.kazu2011-01-241-3/+2
* * test/ruby/test_thread.rb (TestThread#test_condvar_nolock_2): get rid of met...kazu2011-01-241-1/+1
* * string.c (rb_string_value_cstr): rb_str_modify can changenobu2011-01-241-0/+17
* * test/ruby/test_thread.rb: Added various ConditionVariable tests.kosaki2011-01-241-0/+114
* * 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