aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * array.c (rb_ary_zip): performance improvement by avoidingglass2013-08-022-13/+34
* * bignum.c (power_cache_get_power): Appry bigtrunc to the result ofakr2013-08-023-9/+28
* parse.y: calculate powers of tennobu2013-08-024-4/+14
* parse.y: ripper for new literalsnobu2013-08-021-1/+3
* parse.y: parse preciselynobu2013-08-023-59/+92
* parse.y: simplify numericsnobu2013-08-022-59/+14
* eventids2.c: new literalsnobu2013-08-023-0/+36
* bignum.c: suppress a warningnobu2013-08-021-2/+1
* * bignum.c (big2str_karatsuba): Reduce power_level more than one atakr2013-08-022-19/+81
* * bignum.c (bary_mul): Swap x and y for bary_mul1 if x is longer than y.akr2013-08-022-6/+19
* * parse.y (negate_lit): add T_RATIONAL and T_COMPLEX to the switchcharliesome2013-08-023-0/+15
* nmake doesn't out put targetsnaruse2013-08-021-2/+4
* Fix test failure on Windows because of an extra warningnaruse2013-08-021-2/+2
* * doc/syntax/refinements.rdoc: Improve description of where you maydrbrain2013-08-022-3/+10
* * bignum.c (big2str_orig): Remove len argument.akr2013-08-012-10/+20
* * NEWS: fix typos in the description of number literal suffixes.eregon2013-08-011-2/+2
* * NEWS: Add the description of number literal suffixes.mrkn2013-08-012-0/+14
* Show more portable and detailed info on NoMemoryError ref #8711naruse2013-08-011-1/+1
* * bootstraptest/test_literal_suffix.rb: add two test cases tomrkn2013-08-012-0/+7
* Show memory usage on NoMemoryError ref #8711naruse2013-08-011-0/+1
* * 2013-08-02svn2013-08-011-2/+2
* * properties.nobu2013-08-010-0/+0
* * rational.c (rb_flt_rationalize_with_prec): new public C functionmrkn2013-08-015-69/+244
* * bignum.c (rb_big2str1): Remove a local variable.akr2013-08-012-4/+6
* * bignum.c (rb_cstr_to_inum): Use power_cache_get_power.akr2013-08-012-4/+9
* * string.c (str_rindex): remove comment.glass2013-08-011-1/+0
* * bignum.c (rb_big2str1): Raise an error for too big number.akr2013-08-012-0/+8
* * bignum.c (power_cache_get_power): Hide cached Bignum objects.akr2013-08-012-0/+5
* * bignum.c (rb_big2str1): Remove non-trim mode.akr2013-08-012-25/+52
* * remove trailing spaces.nobu2013-08-011-1/+1
* * bignum.c (big2str_alloc): New function to allocate the result string. akr2013-08-012-47/+75
* * bignum.c (big2str_orig): Use temporary buffer when trim mode.akr2013-07-312-5/+20
* * bignum.c (big2str_orig): Simplified because RBIGNUM_LEN(x) <= 2 now.akr2013-07-312-17/+23
* options.rb: include root for out-place buildnobu2013-07-314-1/+28
* test_rdoc_markup_pre_process.rb: input tempfilenobu2013-07-312-1/+18
* * bignum.c (big2str_karatsuba): Fix a condition of power_level.akr2013-07-312-1/+7
* Fix a typo.knu2013-07-311-2/+2
* * remove trailing spaces.nobu2013-07-311-1/+1
* * bignum.c (LOG2_KARATSUBA_BIG2STR_DIGITS): Removed.akr2013-07-312-34/+49
* * bignum.c (big2str_find_n1): Change the return type to size_t.akr2013-07-312-11/+22
* * 2013-08-01svn2013-07-311-3/+3
* revert r42255 ref #8711naruse2013-07-311-4/+0
* * bignum.c (power_cache_get_power): Change numdigits_ret to size_t *.akr2013-07-312-8/+17
* * test/rexml/parse/test_notation_declaration.rb: Change classkou2013-07-312-1/+6
* * test/rexml/test_notationdecl_parsetest.rb: Rename to ...kou2013-07-312-0/+5
* * test/rexml/test_notationdecl_mixin.rb: Remove duplicated tests.kou2013-07-312-51/+4
* * test/rexml/test_notationdecl_parsetest.rb: Fix typos in expectedkou2013-07-312-2/+10
* * test/rexml/test_notationdecl_parsetest.rb: Add tests that focuskou2013-07-312-0/+21
* * bignum.c (bary_cmp): Extracted from rb_big_cmp.akr2013-07-312-35/+68
* * test/rexml/test_notationdecl_parsetest.rb: Fix a typo.kou2013-07-312-1/+8