aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* vm_insnhelper.c: non-symbol keynobu2013-04-121-0/+1
* * test/ruby/test_regexp.rb: use require_relative to require local libraryxibbar2013-04-111-1/+1
* test_{env,hash}.rb: descriptive assertionsnobu2013-04-092-31/+31
* compile.c: append keyword hash to splatnobu2013-04-091-0/+21
* Suppress warningsnaruse2013-04-081-6/+3
* * object.c (rb_obj_ivar_set): call to_str for string only once.naruse2013-04-082-0/+57
* * object.c (rb_mod_cvar_set): call to_str for string only once.naruse2013-04-071-0/+2
* Regexp.escape(RUBY_PLATFORM)kazu2013-04-071-1/+1
* * test/ruby/test_require.rb (TestRequire#test_require_nonascii_path):shirosaki2013-04-061-1/+3
* add a comment.akr2013-04-061-0/+1
* parse.y: "nil" for defined? with empty expressionnobu2013-04-051-0/+7
* * load.c (features_index_add): use rb_str_subseq() to specify C stringshirosaki2013-04-051-0/+21
* compile.c: defined? with empty expressionnobu2013-04-051-0/+5
* object.c: avoid inadvertent symbol creationnobu2013-04-042-0/+14
* envutil.rb: assert stderr if marshal failednobu2013-04-041-1/+6
* Add comment.akr2013-04-031-0/+1
* * io.c (rb_io_seek_m): Accept :CUR, :END, :SET as "whence" argument.akr2013-04-031-0/+20
* * pack.c: Support Q! and q! for long long.akr2013-04-021-0/+7
* * re.c (rb_reg_to_s): suppress duplicated charclass warning.naruse2013-04-021-0/+3
* Add ignore_stderr because it outputs "circular require" warningsnaruse2013-04-021-1/+1
* * test/ruby/envutil.rb (assert_separately): stop_auto_run ofnaruse2013-04-021-4/+18
* proc.c: consider noex in define_methodnobu2013-03-311-0/+32
* test_method.rb: splitnobu2013-03-311-0/+4
* class.c: suppress wrong warningnobu2013-03-301-0/+7
* Specify external_encodingnaruse2013-03-301-6/+2
* * test/ruby/test_class.rb: Simplify warning checksmarcandre2013-03-304-43/+21
* thread.c: Mutex#synchronize no block paramsnobu2013-03-291-0/+5
* io.c: get rid of IOError when skipped while iterationnobu2013-03-291-0/+5
* io.c: get rid of IOError when skipped while iterationnobu2013-03-291-0/+38
* * time.c (num_exact): use to_r method only if to_int method isakr2013-03-271-0/+1
* test_syntax.rb: fix test errornobu2013-03-261-1/+1
* * test/ruby/test_syntax.rb: fixed a typo introduced at r39935.usa2013-03-261-1/+1
* test_syntax.rb: pass srcdirnobu2013-03-261-4/+5
* test_syntax.rb: envutilnobu2013-03-261-1/+1
* Use assert_separately to speed up on test-allnaruse2013-03-261-0/+2
* test_method.rb: refine assertionsnobu2013-03-251-3/+7
* envutil.rb: separate checksnobu2013-03-251-1/+2
* * test/ruby/test_method.rb (test_unlinked_method_entry_in_method_object_bug):nobu2013-03-251-0/+13
* envutil.rb: signal in Process::Statusnobu2013-03-251-2/+2
* * test/ruby/envutil.rb (assert_ruby_status): include stderr output.nobu2013-03-241-3/+3
* Fix String#rpartition(/re/) against a multibyte string.knu2013-03-241-0/+7
* * test/ruby/test_require.rb: Remove temporally files in the tests.akr2013-03-242-1/+7
* * test_enum.rb: Make test more precisemarcandre2013-03-221-1/+1
* * test_array.rb: Make test more precisemarcandre2013-03-221-1/+1
* * array.c: Avoid zip bug by not using obsolete rb_check_block_call [Bug #8153]marcandre2013-03-221-0/+9
* * test/ruby/envutil.rb (assert_warning): show diff.nobu2013-03-211-3/+2
* parse.y: refine warning messagenobu2013-03-211-0/+21
* vm_insnhelper.c: check required kwarg with resthashnobu2013-03-211-0/+16
* Retry ps if it doesn't do setproctitlenaruse2013-03-211-2/+6
* thread.c: fix deadlocknobu2013-03-211-1/+7