summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2013-06-22* gc.c (rgengc_check_shady): add new WB miss checkingko1
2013-06-22* ext/etc/etc.c (setup_passwd): revert r41560, unnecessarycharliesome
2013-06-22* ext/etc/etc.c (Init_etc): omit 'passwd' from definition of Etc::Passwdcharliesome
2013-06-22* ext/dl/cfunc.c (rb_dlcfunc_call): Use rb_big_pack instead ofakr
2013-06-22* ext/etc/etc.c (setup_passwd): pass 0 as VALUE to rb_struct_new tocharliesome
2013-06-22* bignum.c (bary_pack): MEMZERO can be used even if nails is not zero.akr
2013-06-22* ext/etc/etc.c (etc_getpwnam): use PRIsVALUE in format string insteadcharliesome
2013-06-22* bignum.c (CLEAR_LOWBITS): Rewritten without RSHIFTX.akr
2013-06-22* pack.c (num2i32): Removed.akr
2013-06-22* bignum.c (LSHIFTX): Defined to suppress a warning.akr
2013-06-22Imported minitest 4.7.5 (r8724)ryan
2013-06-21* gc.c (gc_prof_set_heap_info, after_gc_sweep): callko1
2013-06-21* gc.c (rb_objspace::profile): rename rb_objspace::profile::record toko1
2013-06-21* gc.c (rb_gc_giveup_promoted_writebarrier): remove `rest_sweep()'ko1
2013-06-21* gc.c (rgengc_rememberset_mark): call gc_mark_children() forko1
2013-06-21* include/ruby/ruby.h (OBJ_WRITE): cast to (VALUE *) for secondko1
2013-06-21* gc.c (slot_sweep_body): rename to slot_sweep().ko1
2013-06-21* gc.c (check_bitmap_consistency): add to check flag and bitmap consistency.ko1
2013-06-21* bignum.c (bary_pack): Specialized packers implemented.akr
2013-06-21fix a typokazu
2013-06-21fix a typokazu
2013-06-21 * gc.c (typedef enum): Introdule flags of major gc reason.tarui
2013-06-21* gc.c (allocate_sorted_heaps): remove unused variable `add'.ko1
2013-06-21* include/ruby/ruby.h: constify RArray::as::ary and RArray::heap::ptr.ko1
2013-06-21* vm_eval.c (eval_string_with_cref): fix WB miss.ko1