aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ChangeLog: fix typonobu2013-08-021-1/+1
* * doc/syntax/refinements.rdoc: Remove mention of instance_eval anddrbrain2013-08-022-3/+8
* * bignum.c (big2str_orig): Refactored.akr2013-08-022-20/+15
* * bignum.c (big2str_orig): Rename a local variable.akr2013-08-022-4/+8
* * bignum.c (bigadd_core): Removed.akr2013-08-022-9/+8
* * bignum.c (rb_big2str1): Simplify power_level calculation.akr2013-08-022-14/+18
* * array.c (rb_ary_zip): use rb_ary_new2() to create bufferglass2013-08-022-5/+9
* * 2013-08-03svn2013-08-021-2/+2
* * NEWS: Add the description that IO#seek supports SEEK_DATAglass2013-08-022-1/+7
* * vm.c (m_core_define_method, m_core_define_singleton_method): nowusa2013-08-023-2/+19
* * 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