aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: Check __int128.akr2013-06-185-2/+33
* parse.y: clear lex_strtermnobu2013-06-182-1/+7
* Remove useless sleepnaruse2013-06-181-1/+1
* Add timeout to avoid sticknaruse2013-06-181-7/+10
* * bignum.c (nlz): Cast the result explicitly.akr2013-06-182-3/+9
* * bignum.c (rb_big_xor): Non-effective code removed.akr2013-06-182-2/+4
* * gc.c (gc_stat): add `generated_normal_object_count_types' forko12013-06-182-1/+13
* * gc.c (gc_mark_maybe): check to skip T_NONE.ko12013-06-182-8/+20
* * variable.c (rb_autoload): fix WB miss.ko12013-06-182-0/+5
* Message is 3rd argument, not 2ndnaruse2013-06-181-2/+2
* * 2013-06-18svn2013-06-171-2/+2
* * gc.c (gc_mark_children): don't need to care about T_ZOMBIE here.ko12013-06-172-1/+4
* * test/ruby/test_proc.rb (TestProc#test_block_given_method_to_proc):ktsj2013-06-172-1/+5
* * include/ruby/ruby.h, vm_eval.c (rb_funcall_with_block):ktsj2013-06-176-10/+38
* * include/ruby/intern.h, proc.c (rb_method_call_with_block):ktsj2013-06-174-6/+31
* Fix a indent.akr2013-06-171-1/+1
* * loadpath.c (RUBY_REVISION): Defined to suppress revision.hakr2013-06-172-0/+8
* Write stdin_data only if it existsnaruse2013-06-171-1/+1
* * ext/objspace/objspace.c: let rdoc know about objspace methods.eregon2013-06-172-2/+16
* * gc.c (ObjectSpace): is a module not a class.eregon2013-06-173-2/+14
* * gc.c: fix example of ObjectSpace.define_finalizer in overvieweregon2013-06-172-9/+7
* common.mk: loadpath dependenciesnobu2013-06-171-3/+2
* tkutil.c: prevent temporary objects from GCnobu2013-06-172-17/+23
* Use assert_separately to inspect test failure of TestJSONGenerate#test_broken...naruse2013-06-171-22/+10
* fix a typokazu2013-06-171-1/+1
* * vm_backtrace.c: Update rdoc for Backtrace#label with @_ko1zzak2013-06-172-3/+24
* * ext/tk/extconf.rb: support s390x (Thanks to bkabrda) [ruby-trunk - Bug #5465]nagai2013-06-176-11/+18
* * tool/ifchange (until): Fix the condition, although harmless inknu2013-06-172-1/+6
* * gc.c (gc_mark_maybe): added. check `is_pointer_to_heap()' andko12013-06-172-25/+32
* skip new tests until fixednobu2013-06-172-0/+4
* test/ruby/test_symbol.rb: tests for [Bug #8531]nobu2013-06-171-1/+29
* test/ruby/test_proc.rb: tests for [Bug #8341]nobu2013-06-171-0/+39
* * bignum.c (bary_small_lshift): Renamed from bdigs_small_lshift.akr2013-06-162-9/+14
* * 2013-06-17svn2013-06-161-2/+2
* * bignum.c (absint_numwords_bytes): Removed.akr2013-06-162-60/+5
* * bignum.c (BARY_ADD): New macro.akr2013-06-162-5/+20
* * bignum.c (bary_2comp): Extracted from get2comp.akr2013-06-166-161/+189
* * internal.h (INTEGER_PACK_2COMP): Defined.akr2013-06-167-170/+162
* * bignum.c (absint_numwords_generic): rb_funcall invocations removed.akr2013-06-162-40/+12
* fix typo of r41331naruse2013-06-161-1/+1
* fix typoskazu2013-06-161-2/+2
* Ignore tool/config.guess and tool/config.subnaruse2013-06-161-0/+4
* * tool/config_files.rb: use URI.read to allow it runs with Ruby 1.8.5.naruse2013-06-162-1/+5
* * bignum.c (bary_pack) Extracted from rb_integer_pack_internal.akr2013-06-162-40/+65
* * NEWS (XMLRPC::Client#http): Add.kou2013-06-162-0/+13
* * bignum.c (bary_add): New function.akr2013-06-162-14/+46
* * bignum.c (bigdivrem): Use a BDIGIT variable to store the returnakr2013-06-152-5/+9
* * bignum.c (bary_divmod): New function.akr2013-06-152-61/+177
* * gc.c: Fixup around GC by MALLOC. tarui2013-06-152-5/+18
* * gc.c : add some colums to more detail profile.tarui2013-06-152-14/+78