aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* signal.c: use writevnobu2014-10-171-3/+23
* signal.c: exclude terminatorsnobu2014-10-171-2/+3
* * 2014-10-17svn2014-10-161-2/+2
* Revert r47971, r47972 [ruby-core:65764]normal2014-10-163-2/+9
* signal.c: get rid of heap corruptionnobu2014-10-162-1/+7
* * vm_backtrace.c (id2str): Fix a variable name.akr2014-10-162-1/+6
* Set an encoding for SEGV message.akr2014-10-161-0/+1
* Set ASCII-8BIT encoding.akr2014-10-161-0/+1
* * test/ruby/envutil.rb (assert_pattern_list): Show number of matchedakr2014-10-162-1/+7
* signal.c: abort if nesting reserved signalnobu2014-10-161-9/+39
* cont.c (fiber_store): fix WIN32 fibersnormal2014-10-162-1/+6
* parse.y: do not use disposed stringnobu2014-10-163-1/+13
* test/-ext-/bug_reporter/test_bug_reporter.rb: fix racenormal2014-10-162-1/+6
* test/ruby/test_rubyoptions.rb: fix racenormal2014-10-162-1/+5
* cont.c: fix typedefnobu2014-10-161-1/+1
* cont.c: fix compile errornobu2014-10-162-1/+6
* test/ruby/test_process.rb: avoid killing wrong parentnormal2014-10-162-1/+7
* cont.c: fix when FIBER_USE_NATIVE is 0normal2014-10-152-1/+9
* cont.c: fix build when FIBER_USE_NATIVE is 0normal2014-10-152-5/+6
* update doc.akr2014-10-151-3/+3
* cont.c: Optimize fiber_switch calleesnormal2014-10-154-103/+128
* cont.c (cont_save_thread): Sparse copying of thread datanormal2014-10-152-8/+39
* cont.c: Small code cleanupnormal2014-10-152-3/+7
* cont.c: Code cleanup in fiber_switch/fiber_storenormal2014-10-152-42/+46
* * 2014-10-16svn2014-10-151-2/+2
* cont.c: Remove unused prev_fiber/next_fiber fieldsnormal2014-10-152-27/+8
* vm_backtrace.c: fix unknown ID namenobu2014-10-151-0/+9
* vm_backtrace.c: unknown name methodnobu2014-10-151-4/+8
* fix typos [ci skip]kazu2014-10-151-2/+2
* * ext/etc/etc.c (etc_nprocessors_affin): Test CPU_ALLOC availability.akr2014-10-152-2/+7
* Simplify multiline condition.akr2014-10-151-1/+1
* Simplify a regexp.akr2014-10-151-4/+4
* Unused variable removed.akr2014-10-151-1/+0
* * ext/etc/etc.c (etc_nprocessors_affinity): use sched_getaffinityakr2014-10-153-0/+83
* * test/ruby/envutil.rb (assert_pattern_list) Renamed fromakr2014-10-154-9/+39
* enum.c: nil if no iterationnobu2014-10-152-0/+2
* test_rubyoptions.rb: split regexpsnobu2014-10-151-1/+2
* enum.c: use Qundefnobu2014-10-151-8/+7
* * test/ruby/envutil.rb (assert_regexp_list): New assertion method.akr2014-10-153-10/+40
* Extract assert_segv and split the big regexp.akr2014-10-151-35/+58
* * enum.c: min(n) drops elements bigger than the n-th maximum element.akr2014-10-142-1/+26
* test/ruby/test_optimization.rb (test_string_size): new testnormal2014-10-142-0/+9
* test/ruby/test_optimization.rb: redefinition tests for Stringnormal2014-10-142-0/+24
* test/ruby/test_optimization.rb (test_hash_aset_with): assert assignmentnormal2014-10-142-1/+6
* * gc.c (rb_obj_id): [DOC] Fix typo, clean up sentence, and wrap colszzak2014-10-142-5/+10
* * 2014-10-15svn2014-10-141-2/+2
* * error.c: [DOC] Fix case of type in exception message by @tricknoteszzak2014-10-143-2/+9
* rbinstall.rb: fix .gemspec permissionsnobu2014-10-142-0/+7
* ext/win32ole/win32ole_record.c: use typed data.suke2014-10-142-6/+37
* symbol.c: ids arraynobu2014-10-143-39/+33