aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* vm_eval.c: UncaughtThrowErrornobu2014-11-152-4/+9
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-1364-794/+2
* * test/ruby/test_object.rb: Specify an exception class for rescue clause.akr2014-11-111-1/+1
* * win32/win32.c, include/win32/win32.h (rb_w32_set_nonblock): newusa2014-11-101-10/+0
* Fix typos in assert messages [ci skip]kazu2014-11-091-4/+4
* test_exception.rb: more testsnobu2014-11-071-12/+36
* pack.c: escape and encodingnobu2014-11-061-0/+8
* test_pack.rb: test_invalid_warningnobu2014-11-061-0/+5
* * test/ruby/test_method.rb: r48239 makes this test green.ko12014-11-021-0/+9
* comment updated.akr2014-11-011-1/+1
* refine message of assert_join_threads.akr2014-11-011-2/+3
* * test/openssl/test_ssl_session.rb (test_ctx_client_session_cb): Don'takr2014-11-011-2/+3
* * test/ruby/envutil.rb (assert_join_threads): New assertion toakr2014-11-012-46/+94
* parse.y: invalid instance/class variable namesnobu2014-11-011-0/+2
* * ext/dl/*: remove DL as it is replaced by Fiddle.tenderlove2014-10-311-27/+4
* vm_insnhelper.c: allow to_arynobu2014-10-301-0/+26
* parse.y: reset current_arg after block varnobu2014-10-291-0/+10
* parse.y: warn iside a blocknobu2014-10-291-0/+40
* parse.y: warn circular argument referencenobu2014-10-291-4/+12
* load.c: transcode pathnobu2014-10-291-0/+22
* test_require.rb: renamenobu2014-10-291-2/+3
* ruby.c: no -r when dumpnobu2014-10-281-0/+37
* proc.c: fix method proc binding receivernobu2014-10-271-1/+4
* * test/ruby/test_super.rb: add a test to check block passing.ko12014-10-271-0/+18
* test/ruby/test_process.rb: reduce garbage during forksnormal2014-10-271-3/+6
* A test renamed.akr2014-10-251-1/+1
* * io.c (io_binwrite_string): Test writev() failure.akr2014-10-251-0/+11
* test_object.rb: for r48118nobu2014-10-231-2/+5
* test_object.rb: avoid confusing ruby-mode.elnobu2014-10-231-3/+3
* vm_method.c: no redefinition warnings for undefined methodsnobu2014-10-231-0/+6
* test/ruby/test_process.rb: use io/wait instead of timeoutnormal2014-10-231-4/+4
* test/ruby/test_process.rb: ensure exit! on fork failurenormal2014-10-231-2/+6
* class.c: delete expected keywords directlynobu2014-10-221-0/+15
* test_module.rb: test with UTF-8nobu2014-10-201-1/+4
* vm_insnhelper.c: preserve encodingnobu2014-10-201-0/+5
* * vm_core.h, vm.c, proc.c: fix GC mark miss on bindings.ktsj2014-10-181-0/+15
* * pack.c (pack_unpack): Add casts for char references for 'u'.akr2014-10-171-0/+5
* * Avoid undefined behaviors found by gcc -fsanitize=undefined.akr2014-10-171-1/+3
* re.c: mak eregexps with binary escapes ASCII-8BITnobu2014-10-171-0/+3
* Revert r47971, r47972 [ruby-core:65764]normal2014-10-161-1/+1
* Set an encoding for SEGV message.akr2014-10-161-0/+1
* * test/ruby/envutil.rb (assert_pattern_list): Show number of matchedakr2014-10-161-1/+2
* test/ruby/test_rubyoptions.rb: fix racenormal2014-10-161-1/+1
* test/ruby/test_process.rb: avoid killing wrong parentnormal2014-10-161-1/+2
* Simplify multiline condition.akr2014-10-151-1/+1
* Simplify a regexp.akr2014-10-151-4/+4
* Unused variable removed.akr2014-10-151-1/+0
* * test/ruby/envutil.rb (assert_pattern_list) Renamed fromakr2014-10-152-3/+16
* enum.c: nil if no iterationnobu2014-10-151-0/+1
* test_rubyoptions.rb: split regexpsnobu2014-10-151-1/+2