aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* struct.c: rb_struct_define_undernobu2013-08-031-0/+7
* * parse.y (value_expr_gen): now NODE_DEFN and NODE_DEFS are not voidusa2013-08-021-0/+6
* ChangeLog: fix typonobu2013-08-021-1/+1
* * doc/syntax/refinements.rdoc: Remove mention of instance_eval anddrbrain2013-08-021-0/+6
* * bignum.c (big2str_orig): Refactored.akr2013-08-021-2/+2
* * bignum.c (big2str_orig): Rename a local variable.akr2013-08-021-0/+4
* * bignum.c (bigadd_core): Removed.akr2013-08-021-0/+5
* * bignum.c (rb_big2str1): Simplify power_level calculation.akr2013-08-021-0/+4
* * array.c (rb_ary_zip): use rb_ary_new2() to create bufferglass2013-08-021-0/+5
* * NEWS: Add the description that IO#seek supports SEEK_DATAglass2013-08-021-0/+5
* * vm.c (m_core_define_method, m_core_define_singleton_method): nowusa2013-08-021-0/+10
* * array.c (rb_ary_zip): performance improvement by avoidingglass2013-08-021-0/+5
* * bignum.c (power_cache_get_power): Appry bigtrunc to the result ofakr2013-08-021-0/+6
* parse.y: calculate powers of tennobu2013-08-021-1/+4
* parse.y: parse preciselynobu2013-08-021-1/+10
* parse.y: simplify numericsnobu2013-08-021-1/+4
* eventids2.c: new literalsnobu2013-08-021-0/+5
* * bignum.c (big2str_karatsuba): Reduce power_level more than one atakr2013-08-021-0/+6
* * bignum.c (bary_mul): Swap x and y for bary_mul1 if x is longer than y.akr2013-08-021-0/+5
* * parse.y (negate_lit): add T_RATIONAL and T_COMPLEX to the switchcharliesome2013-08-021-0/+8
* * doc/syntax/refinements.rdoc: Improve description of where you maydrbrain2013-08-021-0/+5
* * bignum.c (big2str_orig): Remove len argument.akr2013-08-011-0/+6
* * NEWS: Add the description of number literal suffixes.mrkn2013-08-011-0/+4
* * bootstraptest/test_literal_suffix.rb: add two test cases tomrkn2013-08-011-0/+5
* * rational.c (rb_flt_rationalize_with_prec): new public C functionmrkn2013-08-011-0/+18
* * bignum.c (rb_big2str1): Remove a local variable.akr2013-08-011-0/+4
* * bignum.c (rb_cstr_to_inum): Use power_cache_get_power.akr2013-08-011-0/+4
* * bignum.c (rb_big2str1): Raise an error for too big number.akr2013-08-011-0/+4
* * bignum.c (power_cache_get_power): Hide cached Bignum objects.akr2013-08-011-0/+4
* * bignum.c (rb_big2str1): Remove non-trim mode.akr2013-08-011-0/+8
* * remove trailing spaces.nobu2013-08-011-1/+1
* * bignum.c (big2str_alloc): New function to allocate the result string. akr2013-08-011-0/+9
* * bignum.c (big2str_orig): Use temporary buffer when trim mode.akr2013-07-311-0/+4
* * bignum.c (big2str_orig): Simplified because RBIGNUM_LEN(x) <= 2 now.akr2013-07-311-0/+6
* options.rb: include root for out-place buildnobu2013-07-311-1/+5
* test_rdoc_markup_pre_process.rb: input tempfilenobu2013-07-311-0/+5
* * bignum.c (big2str_karatsuba): Fix a condition of power_level.akr2013-07-311-0/+4
* Fix a typo.knu2013-07-311-2/+2
* * bignum.c (LOG2_KARATSUBA_BIG2STR_DIGITS): Removed.akr2013-07-311-0/+9
* * bignum.c (big2str_find_n1): Change the return type to size_t.akr2013-07-311-0/+7
* * bignum.c (power_cache_get_power): Change numdigits_ret to size_t *.akr2013-07-311-0/+7
* * test/rexml/parse/test_notation_declaration.rb: Change classkou2013-07-311-0/+5
* * test/rexml/test_notationdecl_parsetest.rb: Rename to ...kou2013-07-311-0/+5
* * test/rexml/test_notationdecl_mixin.rb: Remove duplicated tests.kou2013-07-311-0/+4
* * test/rexml/test_notationdecl_parsetest.rb: Fix typos in expectedkou2013-07-311-0/+8
* * test/rexml/test_notationdecl_parsetest.rb: Add tests that focuskou2013-07-311-0/+5
* * bignum.c (bary_cmp): Extracted from rb_big_cmp.akr2013-07-311-0/+8
* * test/rexml/test_notationdecl_parsetest.rb: Fix a typo.kou2013-07-311-0/+7
* * test/rexml/test_notationdecl_parsetest.rb: Add tests that focuskou2013-07-311-0/+5
* * parse.y: fix build error with bison-3.0.kazu2013-07-311-0/+4