aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* symbol.c: immortal IDsnobu2014-10-144-318/+220
* symbol.c: rename rb_str_dynamic_internnobu2014-10-146-24/+20
* test new optimizations for redefinesnormal2014-10-142-0/+30
* update doc.akr2014-10-131-3/+3
* * ext/date/lib/date.rb: fix indent [ci skip]zzak2014-10-131-8/+8
* * ext/tk/tcltklib.c: (experimental) support Tcl/Tk8.6.2.nagai2014-10-132-4/+48
* * enum.c (nmin_run): max(n) and max_by(n) returns an array inakr2014-10-134-5/+14
* * 2014-10-14svn2014-10-131-2/+2
* ChangeLog: fix a typo for r47897.nagachika2014-10-131-1/+1
* common.mk: update-gems for older BASERUBYnobu2014-10-132-2/+8
* Revert r47899nobu2014-10-131-1/+1
* * lib/xmlrpc/parser.rb: added new parser class using libxml-ruby gem.hsbt2014-10-134-1/+43
* fix typo and spaceskazu2014-10-131-2/+2
* * lib/find.rb (Find.find): Call to_path for arguments to obtainakr2014-10-132-0/+7
* * common.mk: use relative load path for bundled_gems directory.hsbt2014-10-132-1/+6
* parse.y: keep nodes linkingnobu2014-10-131-3/+3
* * README.EXT: [DOC] fix example missing typedef with patch byzzak2014-10-123-2/+9
* array.c: swap volatile for RB_GC_GUARDnormal2014-10-122-1/+8
* * ext/date/date_core.c: [DOC] Clean up whitespace, examples, and typoszzak2014-10-122-25/+37
* parse.y: should not eliminate value nodesnobu2014-10-123-14/+36