aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * remove trailing spaces.nobu2013-06-221-1/+1
* * class.c (rb_include_class_new), eval.c (rb_using_refinement):ko12013-06-221-0/+10
* * bignum.c (bytes_zero_p): Removed.akr2013-06-221-0/+5
* * bignum.c (bytes_zero_p): Extracted from bary_pack.akr2013-06-221-0/+5
* * bignum.c (MSB): New macro.akr2013-06-221-0/+7
* * bignum.c (bary_swap): New function.akr2013-06-221-0/+6
* * bignum.c (bytes_2comp): Renamed from quad_buf_complement.akr2013-06-221-0/+7
* * bignum.c (rb_integer_unpack): Don't allocate a Bignum if possible.akr2013-06-221-0/+4
* fix a typokazu2013-06-221-1/+1
* * pack.c (pack_unpack): Remove specialized unpackers for integers.akr2013-06-221-0/+4
* * bignum.c (bary_unpack_internal): Specialized unpacker implemented.akr2013-06-221-0/+6
* * bignum.c (bary_pack): Supportakr2013-06-221-0/+9
* * gc.c (rgengc_check_shady): add new WB miss checkingko12013-06-221-0/+16
* * ext/etc/etc.c (setup_passwd): revert r41560, unnecessarycharliesome2013-06-221-0/+4
* * ext/etc/etc.c (Init_etc): omit 'passwd' from definition of Etc::Passwdcharliesome2013-06-221-0/+6
* * ext/dl/cfunc.c (rb_dlcfunc_call): Use rb_big_pack instead ofakr2013-06-221-0/+7
* * ext/etc/etc.c (setup_passwd): pass 0 as VALUE to rb_struct_new tocharliesome2013-06-221-0/+6
* * bignum.c (bary_pack): MEMZERO can be used even if nails is not zero.akr2013-06-221-0/+4
* * ext/etc/etc.c (etc_getpwnam): use PRIsVALUE in format string insteadcharliesome2013-06-221-0/+7
* * bignum.c (CLEAR_LOWBITS): Rewritten without RSHIFTX.akr2013-06-221-0/+5
* * pack.c (num2i32): Removed.akr2013-06-221-0/+5
* * bignum.c (LSHIFTX): Defined to suppress a warning.akr2013-06-221-0/+8
* Imported minitest 4.7.5 (r8724)ryan2013-06-221-0/+5
* * gc.c (gc_prof_set_heap_info, after_gc_sweep): callko12013-06-211-0/+14
* * gc.c (rb_objspace::profile): rename rb_objspace::profile::record toko12013-06-211-0/+9
* * gc.c (rb_gc_giveup_promoted_writebarrier): remove `rest_sweep()'ko12013-06-211-0/+5
* * gc.c (rgengc_rememberset_mark): call gc_mark_children() forko12013-06-211-0/+5
* * include/ruby/ruby.h (OBJ_WRITE): cast to (VALUE *) for secondko12013-06-211-0/+8
* * gc.c (slot_sweep_body): rename to slot_sweep().ko12013-06-211-0/+8
* * gc.c (check_bitmap_consistency): add to check flag and bitmap consistency.ko12013-06-211-0/+5
* * bignum.c (bary_pack): Specialized packers implemented.akr2013-06-211-0/+14
* fix a typokazu2013-06-211-1/+1
* fix a typokazu2013-06-211-1/+1
* * gc.c (typedef enum): Introdule flags of major gc reason.tarui2013-06-211-0/+7
* * gc.c (allocate_sorted_heaps): remove unused variable `add'.ko12013-06-211-0/+4
* * include/ruby/ruby.h: constify RArray::as::ary and RArray::heap::ptr.ko12013-06-211-0/+7
* * vm_eval.c (eval_string_with_cref): fix WB miss.ko12013-06-211-0/+4