summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-06-19* include/ruby/ruby.h (struct rb_data_type_struct), gc.c: addko1
2013-06-19gc.c: more infonobu
2013-06-19* test/ruby/envutil.rb (EnvUtil#rubybin): remove unnecessary unless expression.kazu
2013-06-19fix indent and stylekazu
2013-06-18* gc.c (garbage_collect_body): use FIX2INT for ruby_gc_stress.ko1
2013-06-18* gc.c (rb_objspace::gc_stress): int -> VALUE to store Fixnum object.ko1
2013-06-18* gc.c (make_deferred): clear flags to T_ZOMBIE.ko1
2013-06-18* bignum.c (rb_big_aref): Apply BIGLO to ~xds[i] for environment whichakr
2013-06-18* gc.c (rgengc_remember): fix output level.ko1
2013-06-18* gc.c (rgengc_remember): check T_NONE and T_ZOMBIEko1
2013-06-18* gc.c (RGENGC_CHECK_MODE): add new check mode `3'.ko1
2013-06-18* gc.c (gc_stress_set): add special option of GC.stress.ko1
2013-06-18* vm.c (kwmerge_i): add WB.ko1
2013-06-18* hash.c: `st_update()' also has same issue of last fix.ko1
2013-06-18* variable.c (rb_const_set): fix WB miss.ko1
2013-06-18 * gc.c (gc_profile_record_flag): There may be two or more reasons. so, it wa...tarui
2013-06-18* vm_insnhelper.c (vm_call_method): ensure methods of typecharliesome
2013-06-18 * gc.c (gc_profile_record_flag): reason seems like one-hot encoding.tarui
2013-06-18* ext/objspace/object_tracing.c: Return for ::allocation_generationzzak
2013-06-18* ext/objspace/object_tracing.c: Document object_tracing methods.zzak
2013-06-18* gc.c: Rename rb_mObSpace -> rb_mObjSpacezzak
2013-06-18* ext/objspace/objspace.c: Document ObjectSpace::InternalObjectWrapper.zzak
2013-06-18* ext/objspace/object_tracing.c: Teach rdoc object_tracing.c [Bug #8537]zzak
2013-06-18* ext/.document: add object_tracing.c to document filezzak
2013-06-18* ext/objspace/objspace.c: rdoc on require to overview from r41355zzak
2013-06-18* configure.in: Check __int128.akr
2013-06-18parse.y: clear lex_strtermnobu
2013-06-18* bignum.c (nlz): Cast the result explicitly.akr
2013-06-18* bignum.c (rb_big_xor): Non-effective code removed.akr
2013-06-18* gc.c (gc_stat): add `generated_normal_object_count_types' forko1
2013-06-18* gc.c (gc_mark_maybe): check to skip T_NONE.ko1
2013-06-18* variable.c (rb_autoload): fix WB miss.ko1
2013-06-17* gc.c (gc_mark_children): don't need to care about T_ZOMBIE here.ko1
2013-06-17* test/ruby/test_proc.rb (TestProc#test_block_given_method_to_proc):ktsj
2013-06-17* include/ruby/ruby.h, vm_eval.c (rb_funcall_with_block):ktsj
2013-06-17* include/ruby/intern.h, proc.c (rb_method_call_with_block):ktsj
2013-06-17* loadpath.c (RUBY_REVISION): Defined to suppress revision.hakr
2013-06-17* ext/objspace/objspace.c: let rdoc know about objspace methods.eregon
2013-06-17* gc.c (ObjectSpace): is a module not a class.eregon
2013-06-17* gc.c: fix example of ObjectSpace.define_finalizer in overvieweregon
2013-06-17tkutil.c: prevent temporary objects from GCnobu
2013-06-17fix a typokazu
2013-06-17* vm_backtrace.c: Update rdoc for Backtrace#label with @_ko1zzak
2013-06-17* tool/ifchange (until): Fix the condition, although harmless inknu
2013-06-17* gc.c (gc_mark_maybe): added. check `is_pointer_to_heap()' andko1
2013-06-16* bignum.c (bary_small_lshift): Renamed from bdigs_small_lshift.akr
2013-06-16* bignum.c (absint_numwords_bytes): Removed.akr
2013-06-16* bignum.c (BARY_ADD): New macro.akr
2013-06-16* bignum.c (bary_2comp): Extracted from get2comp.akr
2013-06-16* internal.h (INTEGER_PACK_2COMP): Defined.akr