summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-06-25 * gc.c (is_before_sweep): Add new helper function that check the objecttarui
2013-06-25* bignum.c (bigsub_int): Fix a buffer over read.akr
2013-06-25* bignum.c (rb_absint_singlebit_p): Use POW2_P.akr
2013-06-25* lib/rubygems/ext/builder.rb (Gem::Ext::Builder.make): Passknu
2013-06-25* bignum.c (big2dbl): Use (BDIGIT)1 instead of 1UL.akr
2013-06-25* ext/bigdecimal/bigdecimal.c (BigMath_s_exp): Fix for the cases whenmrkn
2013-06-25* bignum.c (big2ulong): "check" argument removed.akr
2013-06-25* bignum.c (rb_big2ulong_pack): Use rb_integer_pack.akr
2013-06-25* bignum.c (LSHIFTX): Revert r41611.akr
2013-06-25fix a typokazu
2013-06-25* bignum.c (big2ulong): Add a cast.akr
2013-06-25* bignum.c (integer_unpack_single_bdigit): Use "1 + ~u" instead ofakr
2013-06-25* bignum.c (big2ulong): Add code specialized for SIZEOF_LONG <=akr
2013-06-25* gc.c: fix oldgen/remembered_shady counting algorithm.ko1
2013-06-25* bignum.c (MSB): Removed.akr
2013-06-25bignum.c: suppress warningnobu
2013-06-25bignum.c: redundant expressionnobu
2013-06-24fix typo.tarui
2013-06-24 * gc.c (typedef struct rb_objspace): Change members for monitor objects.tarui
2013-06-24* bignum.c (integer_unpack_single_bdigit): Refine code to fillingakr
2013-06-24test_rinda.rb: fix for unimplemented ifindex()shirosaki
2013-06-24test_gdbm.rb: skip a test on Windowsshirosaki
2013-06-24test_gem_installer.rb: fix a test failureshirosaki
2013-06-24dl/cfunc.c: fix conversion of Bignumshirosaki
2013-06-24* eval_error.c (warn_printf): use rb_vsprintf instead so ruby specificcharliesome
2013-06-24* compile.c (make_name_for_block): use PRIsVALUE in format stringcharliesome
2013-06-24fix indentkazu
2013-06-23 * gc.c (after_gc_sweep): Have to record malloc info before reset.tarui
2013-06-23* array.c: Return value in Array overview example found by @PragTobzzak
2013-06-23* array.c (rb_ary_zip): typo by @PragTob [Fix GH-337]zzak
2013-06-23* win32/README.win32: grammar typo by @blankenshipz [Fix GH-334]zzak
2013-06-23* bignum.c (BIGUP): Use LSHIFTX and avoid cast to consider the typeakr
2013-06-23* include/ruby/defines.h (BDIGIT): Define it only if it is not definedakr
2013-06-23* bignum.c (integer_unpack_single_bdigit): Use a cast.akr
2013-06-23* bootstraptest/test_thread.rb: rescue resource limitation errors.ko1
2013-06-22* bignum.c (integer_unpack_single_bdigit): Extracted fromakr
2013-06-22* bignum.c (bary_unpack_internal): Suppress warnings (C4146) on Visual Studio.akr
2013-06-22* include/ruby/ruby.h, gc.c: rename macros and functions:ko1
2013-06-22* remove trailing spaces.nobu
2013-06-22* class.c (rb_include_class_new), eval.c (rb_using_refinement):ko1
2013-06-22* bignum.c (bytes_zero_p): Removed.akr
2013-06-22* bignum.c (bytes_zero_p): Extracted from bary_pack.akr
2013-06-22* bignum.c (MSB): New macro.akr
2013-06-22* bignum.c (bary_swap): New function.akr
2013-06-22* bignum.c (bytes_2comp): Renamed from quad_buf_complement.akr
2013-06-22* bignum.c (rb_integer_unpack): Don't allocate a Bignum if possible.akr
2013-06-22fix a typokazu
2013-06-22* pack.c (pack_unpack): Remove specialized unpackers for integers.akr
2013-06-22* bignum.c (bary_unpack_internal): Specialized unpacker implemented.akr
2013-06-22* bignum.c (bary_pack): Supportakr