summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-02* parse.y (negate_lit): add T_RATIONAL and T_COMPLEX to the switchcharliesome
2013-08-02nmake doesn't out put targetsnaruse
2013-08-02Fix test failure on Windows because of an extra warningnaruse
2013-08-02* doc/syntax/refinements.rdoc: Improve description of where you maydrbrain
2013-08-01* bignum.c (big2str_orig): Remove len argument.akr
2013-08-01* NEWS: fix typos in the description of number literal suffixes.eregon
2013-08-01* NEWS: Add the description of number literal suffixes.mrkn
2013-08-01Show more portable and detailed info on NoMemoryError ref #8711naruse
2013-08-01* bootstraptest/test_literal_suffix.rb: add two test cases tomrkn
2013-08-01Show memory usage on NoMemoryError ref #8711naruse
2013-08-01* 2013-08-02svn
2013-08-01* properties.nobu
2013-08-01* rational.c (rb_flt_rationalize_with_prec): new public C functionmrkn
2013-08-01* bignum.c (rb_big2str1): Remove a local variable.akr
2013-08-01* bignum.c (rb_cstr_to_inum): Use power_cache_get_power.akr
2013-08-01* string.c (str_rindex): remove comment.glass
2013-08-01* bignum.c (rb_big2str1): Raise an error for too big number.akr
2013-08-01* bignum.c (power_cache_get_power): Hide cached Bignum objects.akr
2013-08-01* bignum.c (rb_big2str1): Remove non-trim mode.akr
2013-08-01* remove trailing spaces.nobu
2013-08-01* bignum.c (big2str_alloc): New function to allocate the result string. akr
2013-07-31* bignum.c (big2str_orig): Use temporary buffer when trim mode.akr
2013-07-31* bignum.c (big2str_orig): Simplified because RBIGNUM_LEN(x) <= 2 now.akr
2013-07-31options.rb: include root for out-place buildnobu
2013-07-31test_rdoc_markup_pre_process.rb: input tempfilenobu
2013-07-31* bignum.c (big2str_karatsuba): Fix a condition of power_level.akr
2013-07-31Fix a typo.knu
2013-07-31* remove trailing spaces.nobu
2013-07-31* bignum.c (LOG2_KARATSUBA_BIG2STR_DIGITS): Removed.akr
2013-07-31* bignum.c (big2str_find_n1): Change the return type to size_t.akr
2013-07-31* 2013-08-01svn
2013-07-31revert r42255 ref #8711naruse
2013-07-31* bignum.c (power_cache_get_power): Change numdigits_ret to size_t *.akr
2013-07-31* test/rexml/parse/test_notation_declaration.rb: Change classkou
2013-07-31* test/rexml/test_notationdecl_parsetest.rb: Rename to ...kou
2013-07-31* test/rexml/test_notationdecl_mixin.rb: Remove duplicated tests.kou
2013-07-31* test/rexml/test_notationdecl_parsetest.rb: Fix typos in expectedkou
2013-07-31* test/rexml/test_notationdecl_parsetest.rb: Add tests that focuskou
2013-07-31* bignum.c (bary_cmp): Extracted from rb_big_cmp.akr
2013-07-31* test/rexml/test_notationdecl_parsetest.rb: Fix a typo.kou
2013-07-31* test/rexml/test_notationdecl_parsetest.rb: Add tests that focuskou
2013-07-31* parse.y: fix build error with bison-3.0.kazu
2013-07-31* test/rexml/test_notationdecl_parsetest.rb: Split test patterns.kou
2013-07-31* test/rexml/test_notationdecl_parsetest.rb: Group tests.kou
2013-07-31* test/rexml/test_notationdecl_mixin.rb (TestNotationDecl#test_name):kou
2013-07-31* test/rexml/test_notationdecl_parsetest.rb: Remove setup because itkou
2013-07-31* test/rexml/test_attributes_mixin.rb: Remove a needless shebang.kou
2013-07-31* test/rexml/test_notationdecl_parsetest.rb: remove a needless shebang.kou
2013-07-31* string.c (rb_str_rindex): fix bug introduced in r42269.glass
2013-07-31* bignum.c (MAX_BIG2STR_TABLE_ENTRIES): Use SIZEOF_SIZE_T.akr