aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * gc.c (gc_prof_timer_stop): Merge function codes of GC_PROFILE_MORE_DETAIL ...tarui2013-06-152-52/+22
* * 2013-06-16svn2013-06-151-2/+2
* vm_eval.c: suppress warningnobu2013-06-151-1/+1
* * bignum.c (bary_sub): New function.akr2013-06-152-1/+22
* * bignum.c (bary_mul): New function.akr2013-06-152-17/+66
* * bignum.c (bary_unpack): Extracted from rb_integer_unpack_internal.akr2013-06-152-30/+61
* * bignum.c (absint_numwords_bytes): Make it static.akr2013-06-152-3/+9
* * bignum.c (bigmul1_normal): Shrink the result Bignum length.akr2013-06-152-1/+5
* * ext/bigdecimal/bigdecimal.c: Update overview formatting of headerszzak2013-06-152-13/+22
* * ext/bigdecimal/bigdecimal.gemspec: Update authorszzak2013-06-152-1/+5
* * bignum.c (bdigs_small_rshift): Extracted from big_rshift.akr2013-06-152-16/+24
* vm_eval.c: __dir__ in evalnobu2013-06-143-1/+11
* test_method.rb: use realpathnobu2013-06-141-1/+1
* * 2013-06-15svn2013-06-141-2/+2
* * bignum.c (bdigs_small_lshift): Extracted from big_lshift.akr2013-06-142-22/+23
* * bignum.c (bigdivrem): Reduce number of digits before bignew() for div.akr2013-06-142-2/+6
* * bignum.c (bigdivrem): Use bignew when ny == 1.akr2013-06-142-3/+6
* * compile.c (rb_iseq_compile_node): fix location of a `trace'ko12013-06-143-1/+23
* * class.c, include/ruby/ruby.h: add write barriers for T_CLASS,ko12013-06-149-30/+96
* * NEWS: add a note for Module#using.shugo2013-06-142-4/+13
* * configure.in: download missing config files.nobu2013-06-141-0/+5
* * Makefile.in (after-update): non-configure platforms don't neednobu2013-06-142-1/+6