aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * tool/get-config_files: show downloading message.nobu2013-06-141-1/+5
* update config filesnobu2013-06-145-9/+14
* download config filesnobu2013-06-146-3294/+35
* ruby.h: suppress warningsnobu2013-06-142-3/+8
* fix a typo.shugo2013-06-141-1/+1
* * NEWS: add notes for $SAFE.shugo2013-06-143-6/+17
* * 2013-06-14svn2013-06-131-2/+2
* * bignum.c (bigdivrem): Zero test condition simplified.akr2013-06-132-3/+10
* * ext/bigdecimal/*: improve documentation, nodoc samples with @mrknzzak2013-06-135-7/+32
* * lib/xmlrpc/client.rb (XMLRPC::Client#http): Add reader for rawkou2013-06-132-0/+13
* * lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Supportkou2013-06-133-3/+28
* * lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Usekou2013-06-132-7/+12
* fileutils.rb: fix traversal loopnobu2013-06-133-0/+7
* test_fileutils.rb: parents optionnobu2013-06-131-0/+8