summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2013-06-16* bignum.c (absint_numwords_generic): rb_funcall invocations removed.akr
2013-06-16fix typoskazu
2013-06-16* tool/config_files.rb: use URI.read to allow it runs with Ruby 1.8.5.naruse
2013-06-16* bignum.c (bary_pack) Extracted from rb_integer_pack_internal.akr
2013-06-16* NEWS (XMLRPC::Client#http): Add.kou
2013-06-16* bignum.c (bary_add): New function.akr
2013-06-15* bignum.c (bigdivrem): Use a BDIGIT variable to store the returnakr
2013-06-15* bignum.c (bary_divmod): New function.akr
2013-06-15 * gc.c: Fixup around GC by MALLOC. tarui
2013-06-15 * gc.c : add some colums to more detail profile.tarui
2013-06-15 * gc.c (gc_prof_timer_stop): Merge function codes of GC_PROFILE_MORE_DETAIL ...tarui
2013-06-15* bignum.c (bary_sub): New function.akr
2013-06-15* bignum.c (bary_mul): New function.akr
2013-06-15* bignum.c (bary_unpack): Extracted from rb_integer_unpack_internal.akr
2013-06-15* bignum.c (absint_numwords_bytes): Make it static.akr
2013-06-15* bignum.c (bigmul1_normal): Shrink the result Bignum length.akr
2013-06-15* ext/bigdecimal/bigdecimal.c: Update overview formatting of headerszzak
2013-06-15* ext/bigdecimal/bigdecimal.gemspec: Update authorszzak
2013-06-15* bignum.c (bdigs_small_rshift): Extracted from big_rshift.akr
2013-06-14vm_eval.c: __dir__ in evalnobu
2013-06-14* bignum.c (bdigs_small_lshift): Extracted from big_lshift.akr
2013-06-14* bignum.c (bigdivrem): Reduce number of digits before bignew() for div.akr
2013-06-14* bignum.c (bigdivrem): Use bignew when ny == 1.akr
2013-06-14* compile.c (rb_iseq_compile_node): fix location of a `trace'ko1
2013-06-14* class.c, include/ruby/ruby.h: add write barriers for T_CLASS,ko1
2013-06-14* NEWS: add a note for Module#using.shugo
2013-06-14update config filesnobu
2013-06-14download config filesnobu
2013-06-14ruby.h: suppress warningsnobu
2013-06-14fix a typo.shugo