aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update comment.akr2013-06-071-4/+2
* * bignum.c (integer_format_loop_setup): Extracted from rb_int_exportakr2013-06-072-72/+87
* * bignum.c (validate_integer_format): Extracted from rb_int_export andakr2013-06-072-22/+25
* * bignum.c (rb_absint_size): Use numberof.akr2013-06-072-4/+9
* * internal.h (numberof): Gathered from various files.akr2013-06-0718-32/+10
* Fix a typo.akr2013-06-071-1/+1
* * bignum.oc (rb_absint_size): Declare a variable, i, just before usedakr2013-06-072-8/+19
* * bignum.c (rb_absint_size): explicit cast to BDIGIT to avoid implicitcharliesome2013-06-072-3/+10
* * internal.h (RCLASS_SUPER): use descriptive variable namecharliesome2013-06-072-5/+10
* fix a typo for r41123kazu2013-06-071-1/+1
* fix a typo for r41128kazu2013-06-071-1/+1
* * ext/json/fbuffer/fbuffer.h (fbuffer_append_str): change the place ofnaruse2013-06-072-2/+7
* * gc.c (before_gc_sweep): noinline can also avoid the segv instead ofnaruse2013-06-072-1/+6
* adjust stylenobu2013-06-072-6/+6
* * rational.c (numeric_quo): move num_quo in numeric.c to numeric_quomrkn2013-06-074-21/+43
* * gc.c (gc_clear_slot_bits): used only if no RGenGC.nobu2013-06-071-2/+2
* use NUM2SIZET and SIZET2NUMnobu2013-06-075-12/+19
* * 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