aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * remove trailing spaces.nobu2013-06-071-1/+1
* * gc.c: use oldgen bitmap as initial mark bitmap when mijor gc.tarui2013-06-072-89/+77
* * gc.c: introduce oldgen bitmap for preparing performance tuning.tarui2013-06-072-13/+39
* * gc.c (MARKED_IN_BITMAP, MARK_IN_BITMAP, CLEAR_IN_BITMAP): bringtarui2013-06-072-6/+11
* * remove trailing spaces.nobu2013-06-071-1/+1
* * array.c (ary_new): change order of allocation in order tarui2013-06-072-10/+11
* * tool/rdocbench.rb: add gc total time infomation.tarui2013-06-072-0/+5
* typozzak2013-06-071-1/+1
* * gc.c: remove "Sunny" terminology.ko12013-06-072-22/+26
* * bignum.c (rb_int_import): explicitly casting BDIGIT_DBL to BDIGITmrkn2013-06-072-1/+6
* Arguments renamed.akr2013-06-062-5/+5
* Fix the class name.akr2013-06-061-1/+1
* * internal.h (rb_int_export): countp argument is split intoakr2013-06-065-20/+26
* * NEWS: describe a compatibility issue of Numeric#quomrkn2013-06-062-0/+9
* * NEWS: fix style.mrkn2013-06-062-3/+6
* * numeric.c: remove unused ID id_to_r introduced in r41109.eregon2013-06-062-2/+5
* * properties.nobu2013-06-060-0/+0
* * 2013-06-07svn2013-06-061-2/+2
* * bignum.c (rb_int_import): New function.akr2013-06-067-27/+249
* vm_method.c: change argument of set_visibilitynobu2013-06-061-3/+3
* * numeric.c (num_quo): Use to_r method to convert the receiver tomrkn2013-06-063-3/+25
* * properties.nobu2013-06-060-0/+0
* Specify dependencies.akr2013-06-061-0/+3
* * configure.in: Invoke RUBY_REPLACE_TYPE for size_t.akr2013-06-068-41/+467
* * ext/date/date_core.c: fixed coding error [ruby-core:55337].tadf2013-06-062-10/+15
* * ext/objspace/object_tracing.c: rename allocation_info tonari2013-06-062-6/+12
* * ext/objspace/object_tracing.c: allocation_info function isn'tnari2013-06-062-1/+6
* Remove empty directories.knu2013-06-060-0/+0
* fix a typokazu2013-06-061-1/+1
* vm_method.c: top_private rdocnobu2013-06-061-0/+12
* * numeric.c (num_quo): should return a Float for a Float argument.mrkn2013-06-064-9/+26
* * remove trailing spaces.nobu2013-06-051-2/+2
* * gc.c (gc_mark): get rid of pushing useless objests.tarui2013-06-052-19/+23
* * remove trailing spaces.nobu2013-06-051-1/+1
* * gc.c (rgengc_rememberset_mark): change scan algorithm for performance:tarui2013-06-052-20/+30
* * win32/win32.c (NET_LUID): define it on MinGW32.naruse2013-06-052-1/+7
* * 2013-06-06svn2013-06-051-2/+2
* * string.c (String#b): Allow code range scan to happen later soknu2013-06-053-1/+9
* * lib/net/imap.rb (capability_response): should ignore trailingshugo2013-06-053-0/+19
* * bignum.c (big_fdiv): Use nlz() instead of bdigbitsize().akr2013-06-052-27/+9
* add description of test in commentkazu2013-06-051-0/+3
* * include/ruby/ruby.h: fix alignment in comment.mrkn2013-06-052-1/+5
* add parentheses for claritycharliesome2013-06-051-1/+1
* * random.c (int_pair_to_real_inclusive): Add a cast to BDIGIT.akr2013-06-052-41/+37
* * remove trailing spaces.nobu2013-06-051-1/+1
* use attribute is more simple way for r41083naruse2013-06-051-5/+1
* * gc.c (before_gc_sweep): don't optimize it to avoid segv on Ubuntunaruse2013-06-052-0/+13
* * tool/mkrunnable.rb: fix for native mswin compile.nobu2013-06-052-2/+2
* * test/fileutils/test_fileutils.rb (TestFileUtils#test_mkdir): addnaruse2013-06-052-2/+7
* * bignum.c (rb_big_pow): Don't need to multiply SIZEOF_BDIGITS.akr2013-06-042-20/+8