aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * internal.h (numberof): Gathered from various files.akr2013-06-071-0/+8
* Fix a typo.akr2013-06-071-1/+1
* * bignum.oc (rb_absint_size): Declare a variable, i, just before usedakr2013-06-071-0/+6
* * bignum.c (rb_absint_size): explicit cast to BDIGIT to avoid implicitcharliesome2013-06-071-0/+7
* * internal.h (RCLASS_SUPER): use descriptive variable namecharliesome2013-06-071-0/+5
* 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-071-0/+5
* * gc.c (before_gc_sweep): noinline can also avoid the segv instead ofnaruse2013-06-071-0/+5
* * rational.c (numeric_quo): move num_quo in numeric.c to numeric_quomrkn2013-06-071-0/+10
* use NUM2SIZET and SIZET2NUMnobu2013-06-071-0/+7
* * gc.c: use oldgen bitmap as initial mark bitmap when mijor gc.tarui2013-06-071-0/+7
* * gc.c: introduce oldgen bitmap for preparing performance tuning.tarui2013-06-071-0/+4
* * gc.c (MARKED_IN_BITMAP, MARK_IN_BITMAP, CLEAR_IN_BITMAP): bringtarui2013-06-071-0/+5
* * remove trailing spaces.nobu2013-06-071-1/+1
* * array.c (ary_new): change order of allocation in order tarui2013-06-071-0/+5
* * tool/rdocbench.rb: add gc total time infomation.tarui2013-06-071-0/+4
* typozzak2013-06-071-1/+1
* * gc.c: remove "Sunny" terminology.ko12013-06-071-0/+6
* * bignum.c (rb_int_import): explicitly casting BDIGIT_DBL to BDIGITmrkn2013-06-071-0/+5
* * internal.h (rb_int_export): countp argument is split intoakr2013-06-061-0/+9
* * NEWS: describe a compatibility issue of Numeric#quomrkn2013-06-061-0/+5
* * NEWS: fix style.mrkn2013-06-061-0/+4
* * numeric.c: remove unused ID id_to_r introduced in r41109.eregon2013-06-061-0/+4
* * bignum.c (rb_int_import): New function.akr2013-06-061-0/+9
* * numeric.c (num_quo): Use to_r method to convert the receiver tomrkn2013-06-061-0/+7
* * configure.in: Invoke RUBY_REPLACE_TYPE for size_t.akr2013-06-061-0/+18
* * ext/date/date_core.c: fixed coding error [ruby-core:55337].tadf2013-06-061-0/+5
* * ext/objspace/object_tracing.c: rename allocation_info tonari2013-06-061-0/+6
* * ext/objspace/object_tracing.c: allocation_info function isn'tnari2013-06-061-0/+5
* fix a typokazu2013-06-061-1/+1
* * numeric.c (num_quo): should return a Float for a Float argument.mrkn2013-06-061-0/+9
* * remove trailing spaces.nobu2013-06-051-2/+2
* * gc.c (gc_mark): get rid of pushing useless objests.tarui2013-06-051-0/+12
* * gc.c (rgengc_rememberset_mark): change scan algorithm for performance:tarui2013-06-051-0/+5
* * win32/win32.c (NET_LUID): define it on MinGW32.naruse2013-06-051-0/+6
* * string.c (String#b): Allow code range scan to happen later soknu2013-06-051-0/+6
* * lib/net/imap.rb (capability_response): should ignore trailingshugo2013-06-051-0/+7
* * bignum.c (big_fdiv): Use nlz() instead of bdigbitsize().akr2013-06-051-0/+5
* * include/ruby/ruby.h: fix alignment in comment.mrkn2013-06-051-0/+4
* * random.c (int_pair_to_real_inclusive): Add a cast to BDIGIT.akr2013-06-051-0/+6
* * gc.c (before_gc_sweep): don't optimize it to avoid segv on Ubuntunaruse2013-06-051-0/+6
* * tool/mkrunnable.rb: fix for native mswin compile.nobu2013-06-051-1/+1
* * test/fileutils/test_fileutils.rb (TestFileUtils#test_mkdir): addnaruse2013-06-051-0/+5
* * bignum.c (rb_big_pow): Don't need to multiply SIZEOF_BDIGITS.akr2013-06-041-0/+6
* * ext/date/date_core.c (d_lite_cmp, d_lite_equal): simplified.tadf2013-06-041-0/+4
* * ext/date/date_core.c: fixed a bug [ruby-core:55295]. reportedtadf2013-06-041-0/+5
* * lib/rubygems: Update to RubyGems 2.0.3drbrain2013-06-041-0/+8
* * doc/marshal.rdoc: Add description of Marshal format.drbrain2013-06-041-0/+4
* * array.c (Array#+): fix documentation example.eregon2013-06-041-0/+5