aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mkmf.rb: use expanded valuesnobu2013-06-262-3/+8
* * bignum.c (LSHIFTABLE): extract from LSHIFTX().nobu2013-06-261-1/+2
* * bignum.c (bigxor_int): Fix a buffer over read.akr2013-06-262-10/+21
* * bignum.c (bigand_int): Consider negative values.akr2013-06-264-12/+70
* * test/socket/test_udp.rb: Close sockets explicitly.akr2013-06-262-2/+14
* * bignum.c (bigand_int): Fix a buffer over read.akr2013-06-252-7/+8
* * bignum.c (bigadd_int): Fix a buffer over read.akr2013-06-252-16/+50
* fix a typokazu2013-06-251-1/+1
* * gc.c (is_before_sweep): Add new helper function that check the objecttarui2013-06-252-0/+26
* * 2013-06-26svn2013-06-251-2/+2
* * bignum.c (bigsub_int): Fix a buffer over read.akr2013-06-252-8/+57
* * bignum.c (rb_absint_singlebit_p): Use POW2_P.akr2013-06-252-6/+11
* * lib/rubygems/ext/builder.rb (Gem::Ext::Builder.make): Passknu2013-06-256-24/+89
* * bignum.c (big2dbl): Use (BDIGIT)1 instead of 1UL.akr2013-06-252-2/+7
* * ext/bigdecimal/bigdecimal.c (BigMath_s_exp): Fix for the cases whenmrkn2013-06-253-6/+37
* * bignum.c (big2ulong): "check" argument removed.akr2013-06-252-10/+15
* * bignum.c (rb_big2ulong_pack): Use rb_integer_pack.akr2013-06-252-5/+10
* * bignum.c (LSHIFTX): Revert r41611.akr2013-06-252-1/+9
* fix a typokazu2013-06-251-1/+1
* * bignum.c (big2ulong): Add a cast.akr2013-06-252-4/+15
* fix typo by @daveworth [fix GH-340]hsbt2013-06-253-3/+3
* * bignum.c (integer_unpack_single_bdigit): Use "1 + ~u" instead ofakr2013-06-252-1/+7
* * bignum.c (big2ulong): Add code specialized for SIZEOF_LONG <=akr2013-06-252-1/+14
* * gc.c: fix oldgen/remembered_shady counting algorithm.ko12013-06-252-18/+50
* * bignum.c (MSB): Removed.akr2013-06-254-24/+47
* bignum.c: suppress warningnobu2013-06-252-3/+6
* bignum.c: redundant expressionnobu2013-06-252-1/+5
* fix typo.tarui2013-06-241-1/+1
* * remove trailing spaces.nobu2013-06-241-2/+2
* * 2013-06-25svn2013-06-241-2/+2
* * gc.c (typedef struct rb_objspace): Change members for monitor objects.tarui2013-06-242-50/+82
* * bignum.c (integer_unpack_single_bdigit): Refine code to fillingakr2013-06-242-2/+9
* test_rinda.rb: fix for unimplemented ifindex()shirosaki2013-06-242-6/+18
* test_gdbm.rb: skip a test on Windowsshirosaki2013-06-242-0/+10
* test_gem_installer.rb: fix a test failureshirosaki2013-06-242-0/+7
* dl/cfunc.c: fix conversion of Bignumshirosaki2013-06-242-1/+9
* * eval_error.c (warn_printf): use rb_vsprintf instead so ruby specificcharliesome2013-06-243-16/+23
* * compile.c (make_name_for_block): use PRIsVALUE in format stringcharliesome2013-06-249-15/+28
* fix indentkazu2013-06-241-1/+1
* * remove trailing spaces.nobu2013-06-231-1/+1
* * gc.c (after_gc_sweep): Have to record malloc info before reset.tarui2013-06-232-9/+27
* * array.c: Return value in Array overview example found by @PragTobzzak2013-06-232-1/+6
* * array.c (rb_ary_zip): typo by @PragTob [Fix GH-337]zzak2013-06-232-1/+6
* * remove trailing spaces.nobu2013-06-231-3/+3
* * win32/README.win32: grammar typo by @blankenshipz [Fix GH-334]zzak2013-06-232-1/+6
* * 2013-06-24svn2013-06-231-2/+2
* * bignum.c (BIGUP): Use LSHIFTX and avoid cast to consider the typeakr2013-06-232-7/+17
* * include/ruby/defines.h (BDIGIT): Define it only if it is not definedakr2013-06-233-50/+83
* * bignum.c (integer_unpack_single_bdigit): Use a cast.akr2013-06-232-1/+5
* * bootstraptest/test_thread.rb: rescue resource limitation errors.ko12013-06-232-4/+16