aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* * bignum.c (integer_unpack_single_bdigit): Extracted fromakr2013-06-222-44/+26
* * bignum.c (bary_unpack_internal): Suppress warnings (C4146) on Visual Studio.akr2013-06-222-4/+9
* * include/ruby/ruby.h, gc.c: rename macros and functions:ko12013-06-226-18/+26
* * remove trailing spaces.nobu2013-06-221-1/+1
* * class.c (rb_include_class_new), eval.c (rb_using_refinement):ko12013-06-224-3/+34
* * bignum.c (bytes_zero_p): Removed.akr2013-06-222-25/+20
* * bignum.c (bytes_zero_p): Extracted from bary_pack.akr2013-06-222-7/+19
* * bignum.c (MSB): New macro.akr2013-06-222-6/+14
* * 2013-06-23svn2013-06-221-2/+2
* Update comments.akr2013-06-221-0/+2
* Unused code removed.akr2013-06-221-114/+0
* * bignum.c (bary_swap): New function.akr2013-06-222-30/+25
* * bignum.c (bytes_2comp): Renamed from quad_buf_complement.akr2013-06-222-129/+32
* * bignum.c (rb_integer_unpack): Don't allocate a Bignum if possible.akr2013-06-222-4/+39
* fix a typokazu2013-06-221-1/+1
* * pack.c (pack_unpack): Remove specialized unpackers for integers.akr2013-06-222-131/+23
* * bignum.c (bary_unpack_internal): Specialized unpacker implemented.akr2013-06-223-11/+195
* * bignum.c (bary_pack): Supportakr2013-06-225-139/+189
* * gc.c (rgengc_check_shady): add new WB miss checkingko12013-06-222-70/+162
* * ext/etc/etc.c (setup_passwd): revert r41560, unnecessarycharliesome2013-06-222-1/+5