aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * bignum.c (rb_ull2big): Refactored.akr2013-06-202-11/+16
* * gc.c (gc_prof_sweep_timer_stop): accumulate sweep time only whenko12013-06-202-2/+11
* * 2013-06-21svn2013-06-201-2/+2
* * ext/bigdecimal: Workaround fix for bigdecimal test failures causedakr2013-06-203-16/+42
* * bignum.c (bigmul1_toom3): Don't call bignorm twice.akr2013-06-202-1/+4
* * bignum.c (bignorm): Don't call bigtrunc if the result is a fixnum.akr2013-06-202-1/+7
* * bignum.c (rb_uint2big): Refactored.akr2013-06-202-11/+11
* * bignum.c (dump_bignum): Use SIZEOF_BDIGITS.akr2013-06-202-1/+5
* An extra semicolon removed.akr2013-06-201-1/+1
* * bignum.c (big2ulong): Change the return type to unsigned long.akr2013-06-202-15/+30
* * bignum.c (bary_unpack_internal): Return -2 when negative overflow.akr2013-06-203-30/+66
* * gc.c (rgengc_rememberset_mark): recordko12013-06-202-1/+38
* Remove an unnecessary mode comment.knu2013-06-201-1/+0
* Set mode for GNU Makefile.knu2013-06-201-0/+1
* * benchmark/gc/gcbench.rb: Do not use GC::Profiler::disable becauseko12013-06-202-3/+10
* test_sdbm.rb: only if SDBMnobu2013-06-201-1/+1
* * benchmark/gc/gcbench.rb: stop GC::Profiler before output results.ko12013-06-202-0/+6
* * benchmark/gc/gcbench.rb: don't use __dir__ to make compatibleko12013-06-202-1/+6
* * benchmark/bm_app_aobench.rb: use attr_accessor/reader instead ofko12013-06-202-20/+9
* * remove trailing spaces.nobu2013-06-201-7/+7
* fix a typokazu2013-06-201-1/+1
* * properties.nobu2013-06-202-309/+309
* * benchmark/bm_app_aobench.rb: added.ko12013-06-203-0/+315
* * properties.nobu2013-06-201-1/+1
* * benchmark/bm_so_binary_trees.rb: disable `puts' methodko12013-06-203-2/+15
* * properties.nobu2013-06-201-1/+1
* * benchmark/gc/pentomino.rb: added.ko12013-06-202-0/+6
* * remove trailing spaces.nobu2013-06-201-1/+1
* * properties.nobu2013-06-201-29/+29
* * benchmark/gc/redblack.rb: import red black tree benchmark fromko12013-06-203-0/+403
* * properties.nobu2013-06-201-1/+1
* * benchmark/gc: create a directory to store GC related benchmark.ko12013-06-208-23/+39
* * tool/hashbench1.rb: fix paramter too. Increase temporary objects.ko12013-06-202-1/+5
* * tool/hashbench1.rb: fix parameters.ko12013-06-202-2/+6
* * common.mk: remove dependency from ruby.ko12013-06-202-3/+7
* error.c: evaluate RARRAY_AREF oncenobu2013-06-202-1/+8
* test_fiber.rb: longer timeoutnobu2013-06-201-2/+2
* envutil.rb: refine messagenobu2013-06-201-1/+2
* envutil.rb: keyword argumentsnobu2013-06-201-16/+12
* fix typoskazu2013-06-201-2/+2
* GC before fork to avoid spending too much time in timeout blocknaruse2013-06-201-0/+1
* gc.c: adjust indentnobu2013-06-201-1/+1
* * tool/gcbench.rb: Summary in one line.ko12013-06-193-7/+13
* * bignum.c (BIGSIZE): New macro.akr2013-06-192-4/+16
* * gc.c (rb_gc_writebarrier): give up rescan A and register B directlytarui2013-06-192-3/+21
* * properties.nobu2013-06-190-0/+0
* * common.mk: add new rules `gcbench-rdoc', `gcbench-hash'.ko12013-06-196-21/+67
* * tool/rdocbench.rb: add summary.ko12013-06-192-8/+18
* * gc.c (gc_profile_total_time): check objspace->profile.next_index > 0.ko12013-06-192-3/+8
* * lib/cgi/util.rb (CGI.escapeHTML): performance improvement.xibbar2013-06-191-1/+1