summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-18Remove useless sleepnaruse
2013-06-18Add timeout to avoid sticknaruse
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-18Message is 3rd argument, not 2ndnaruse
2013-06-17* 2013-06-18svn
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-17Fix a indent.akr
2013-06-17* loadpath.c (RUBY_REVISION): Defined to suppress revision.hakr
2013-06-17Write stdin_data only if it existsnaruse
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-17common.mk: loadpath dependenciesnobu
2013-06-17tkutil.c: prevent temporary objects from GCnobu
2013-06-17Use assert_separately to inspect test failure of TestJSONGenerate#test_broken...naruse
2013-06-17fix a typokazu
2013-06-17* vm_backtrace.c: Update rdoc for Backtrace#label with @_ko1zzak
2013-06-17* ext/tk/extconf.rb: support s390x (Thanks to bkabrda) [ruby-trunk - Bug #5465]nagai
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-17skip new tests until fixednobu
2013-06-17test/ruby/test_symbol.rb: tests for [Bug #8531]nobu
2013-06-17test/ruby/test_proc.rb: tests for [Bug #8341]nobu
2013-06-16* bignum.c (bary_small_lshift): Renamed from bdigs_small_lshift.akr
2013-06-16* 2013-06-17svn
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 typo of r41331naruse
2013-06-16fix typoskazu
2013-06-16Ignore tool/config.guess and tool/config.subnaruse
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