aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * variable.c (rb_const_set): fix WB miss.ko12013-06-181-0/+21
* * gc.c (gc_profile_record_flag): There may be two or more reasons. so, it wa...tarui2013-06-181-1/+1
* * vm_insnhelper.c (vm_call_method): ensure methods of typecharliesome2013-06-181-0/+9
* * gc.c (gc_profile_record_flag): reason seems like one-hot encoding.tarui2013-06-181-0/+4
* * ext/objspace/object_tracing.c: Return for ::allocation_generationzzak2013-06-181-0/+4
* * ext/objspace/object_tracing.c: Document object_tracing methods.zzak2013-06-181-0/+4
* * gc.c: Rename rb_mObSpace -> rb_mObjSpacezzak2013-06-181-0/+4
* * ext/objspace/objspace.c: Document ObjectSpace::InternalObjectWrapper.zzak2013-06-181-0/+4
* * ext/objspace/object_tracing.c: Teach rdoc object_tracing.c [Bug #8537]zzak2013-06-181-0/+4
* * ext/.document: add object_tracing.c to document filezzak2013-06-181-0/+4
* * ext/objspace/objspace.c: rdoc on require to overview from r41355zzak2013-06-181-0/+4
* * configure.in: Check __int128.akr2013-06-181-0/+17
* parse.y: clear lex_strtermnobu2013-06-181-0/+6
* * bignum.c (nlz): Cast the result explicitly.akr2013-06-181-0/+5
* * bignum.c (rb_big_xor): Non-effective code removed.akr2013-06-181-0/+4
* * gc.c (gc_stat): add `generated_normal_object_count_types' forko12013-06-181-0/+5
* * gc.c (gc_mark_maybe): check to skip T_NONE.ko12013-06-181-0/+6
* * variable.c (rb_autoload): fix WB miss.ko12013-06-181-0/+4
* * gc.c (gc_mark_children): don't need to care about T_ZOMBIE here.ko12013-06-171-0/+4
* * test/ruby/test_proc.rb (TestProc#test_block_given_method_to_proc):ktsj2013-06-171-0/+5
* * include/ruby/ruby.h, vm_eval.c (rb_funcall_with_block):ktsj2013-06-171-0/+15
* * include/ruby/intern.h, proc.c (rb_method_call_with_block):ktsj2013-06-171-0/+12
* * loadpath.c (RUBY_REVISION): Defined to suppress revision.hakr2013-06-171-0/+5
* * ext/objspace/objspace.c: let rdoc know about objspace methods.eregon2013-06-171-0/+5
* * gc.c (ObjectSpace): is a module not a class.eregon2013-06-171-0/+7
* * gc.c: fix example of ObjectSpace.define_finalizer in overvieweregon2013-06-171-0/+4
* tkutil.c: prevent temporary objects from GCnobu2013-06-171-0/+7
* fix a typokazu2013-06-171-1/+1
* * vm_backtrace.c: Update rdoc for Backtrace#label with @_ko1zzak2013-06-171-0/+4
* * tool/ifchange (until): Fix the condition, although harmless inknu2013-06-171-0/+5
* * gc.c (gc_mark_maybe): added. check `is_pointer_to_heap()' andko12013-06-171-0/+8
* * bignum.c (bary_small_lshift): Renamed from bdigs_small_lshift.akr2013-06-161-0/+5
* * bignum.c (absint_numwords_bytes): Removed.akr2013-06-161-0/+5
* * bignum.c (BARY_ADD): New macro.akr2013-06-161-0/+9
* * bignum.c (bary_2comp): Extracted from get2comp.akr2013-06-161-0/+17
* * internal.h (INTEGER_PACK_2COMP): Defined.akr2013-06-161-0/+15
* * bignum.c (absint_numwords_generic): rb_funcall invocations removed.akr2013-06-161-0/+4
* fix typoskazu2013-06-161-2/+2
* * tool/config_files.rb: use URI.read to allow it runs with Ruby 1.8.5.naruse2013-06-161-0/+4
* * bignum.c (bary_pack) Extracted from rb_integer_pack_internal.akr2013-06-161-0/+5
* * NEWS (XMLRPC::Client#http): Add.kou2013-06-161-0/+5
* * bignum.c (bary_add): New function.akr2013-06-161-0/+8
* * bignum.c (bigdivrem): Use a BDIGIT variable to store the returnakr2013-06-151-0/+5
* * bignum.c (bary_divmod): New function.akr2013-06-151-5/+14
* * gc.c: Fixup around GC by MALLOC. tarui2013-06-151-1/+9
* * gc.c : add some colums to more detail profile.tarui2013-06-151-0/+5
* * gc.c (gc_prof_timer_stop): Merge function codes of GC_PROFILE_MORE_DETAIL ...tarui2013-06-151-0/+10
* * bignum.c (bary_sub): New function.akr2013-06-151-0/+6
* * bignum.c (bary_mul): New function.akr2013-06-151-0/+7
* * bignum.c (bary_unpack): Extracted from rb_integer_unpack_internal.akr2013-06-151-0/+9