aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* enumerator.c: use rb_enumerator_size_funcnobu2013-06-261-0/+5
* * gc.c (is_before_sweep): Add a missing space before a parenthesis.kou2013-06-261-0/+5
* intern.h: rb_enumeratorize_with_size with castnobu2013-06-261-1/+4
* intern.h: define rb_enumerator_size_funcnobu2013-06-261-0/+5
* * test/ruby/test_io.rb (TestIO#test_write_32bit_boundary): skip ifshirosaki2013-06-261-0/+6
* mkmf.rb: use expanded valuesnobu2013-06-261-0/+6
* * bignum.c (bigxor_int): Fix a buffer over read.akr2013-06-261-0/+4
* * bignum.c (bigand_int): Consider negative values.akr2013-06-261-0/+9
* * test/socket/test_udp.rb: Close sockets explicitly.akr2013-06-261-0/+5
* * bignum.c (bigand_int): Fix a buffer over read.akr2013-06-251-0/+4
* * bignum.c (bigadd_int): Fix a buffer over read.akr2013-06-251-0/+4
* fix a typokazu2013-06-251-1/+1
* * gc.c (is_before_sweep): Add new helper function that check the objecttarui2013-06-251-0/+7
* * bignum.c (bigsub_int): Fix a buffer over read.akr2013-06-251-0/+4
* * bignum.c (rb_absint_singlebit_p): Use POW2_P.akr2013-06-251-0/+7
* * lib/rubygems/ext/builder.rb (Gem::Ext::Builder.make): Passknu2013-06-251-0/+8
* * bignum.c (big2dbl): Use (BDIGIT)1 instead of 1UL.akr2013-06-251-0/+5
* * ext/bigdecimal/bigdecimal.c (BigMath_s_exp): Fix for the cases whenmrkn2013-06-251-0/+7
* * bignum.c (big2ulong): "check" argument removed.akr2013-06-251-0/+8
* * bignum.c (rb_big2ulong_pack): Use rb_integer_pack.akr2013-06-251-0/+6
* * bignum.c (LSHIFTX): Revert r41611.akr2013-06-251-0/+7
* fix a typokazu2013-06-251-1/+1
* * bignum.c (big2ulong): Add a cast.akr2013-06-251-0/+6
* * bignum.c (integer_unpack_single_bdigit): Use "1 + ~u" instead ofakr2013-06-251-0/+6
* * bignum.c (big2ulong): Add code specialized for SIZEOF_LONG <=akr2013-06-251-0/+6
* * gc.c: fix oldgen/remembered_shady counting algorithm.ko12013-06-251-0/+14
* * bignum.c (MSB): Removed.akr2013-06-251-0/+24
* bignum.c: suppress warningnobu2013-06-251-1/+4
* bignum.c: redundant expressionnobu2013-06-251-0/+4
* fix typo.tarui2013-06-241-1/+1
* * gc.c (typedef struct rb_objspace): Change members for monitor objects.tarui2013-06-241-0/+7
* * bignum.c (integer_unpack_single_bdigit): Refine code to fillingakr2013-06-241-0/+5
* test_rinda.rb: fix for unimplemented ifindex()shirosaki2013-06-241-0/+6
* test_gdbm.rb: skip a test on Windowsshirosaki2013-06-241-0/+6
* test_gem_installer.rb: fix a test failureshirosaki2013-06-241-0/+6
* dl/cfunc.c: fix conversion of Bignumshirosaki2013-06-241-0/+8
* * eval_error.c (warn_printf): use rb_vsprintf instead so ruby specificcharliesome2013-06-241-0/+9
* * compile.c (make_name_for_block): use PRIsVALUE in format stringcharliesome2013-06-241-0/+15
* fix indentkazu2013-06-241-1/+1
* * gc.c (after_gc_sweep): Have to record malloc info before reset.tarui2013-06-231-0/+6
* * array.c: Return value in Array overview example found by @PragTobzzak2013-06-231-0/+5
* * array.c (rb_ary_zip): typo by @PragTob [Fix GH-337]zzak2013-06-231-0/+5
* * win32/README.win32: grammar typo by @blankenshipz [Fix GH-334]zzak2013-06-231-0/+5
* * bignum.c (BIGUP): Use LSHIFTX and avoid cast to consider the typeakr2013-06-231-0/+10
* * include/ruby/defines.h (BDIGIT): Define it only if it is not definedakr2013-06-231-0/+25
* * bignum.c (integer_unpack_single_bdigit): Use a cast.akr2013-06-231-0/+4
* * bootstraptest/test_thread.rb: rescue resource limitation errors.ko12013-06-231-0/+4
* * bignum.c (integer_unpack_single_bdigit): Extracted fromakr2013-06-221-0/+5
* * bignum.c (bary_unpack_internal): Suppress warnings (C4146) on Visual Studio.akr2013-06-221-0/+5
* * include/ruby/ruby.h, gc.c: rename macros and functions:ko12013-06-221-0/+10