aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * test/rexml/test_notationdecl_parsetest.rb: Split test patterns.kou2013-07-311-0/+4
* * test/rexml/test_notationdecl_parsetest.rb: Group tests.kou2013-07-311-0/+4
* * test/rexml/test_notationdecl_mixin.rb (TestNotationDecl#test_name):kou2013-07-311-0/+9
* * test/rexml/test_notationdecl_parsetest.rb: Remove setup because itkou2013-07-311-0/+5
* * test/rexml/test_attributes_mixin.rb: Remove a needless shebang.kou2013-07-311-0/+8
* * test/rexml/test_notationdecl_parsetest.rb: remove a needless shebang.kou2013-07-311-0/+4
* * string.c (rb_str_rindex): fix bug introduced in r42269.glass2013-07-311-0/+6
* * bignum.c (MAX_BIG2STR_TABLE_ENTRIES): Use SIZEOF_SIZE_T.akr2013-07-311-0/+6
* * lib/uri/common.rb (URI.decode_www_form_component): Use String#b.knu2013-07-311-0/+4
* * eval.c (rb_mod_refine, mod_using, top_using): don't showshugo2013-07-311-0/+10
* * lib/uri/common.rb (URI.decode_www_form_component):sorah2013-07-311-0/+5
* * string.c (rb_str_rindex): performance improvement by usingglass2013-07-311-0/+5
* * string.c (rb_str_rindex): refactoring and avoid to call str_nth() ifglass2013-07-311-0/+5
* Add a reference to the related issue.knu2013-07-311-0/+1
* * lib/set.rb: [DOC] Add a couple of notes on Hash as storage.knu2013-07-311-0/+4
* * lib/set.rb: [DOC] Fix example result. Hash is now ordered.knu2013-07-311-0/+4
* Use the term "sorted" instead "ordered" when mentioning SortSet.knu2013-07-311-0/+5
* * bignum.c (big2str_struct): New structure.akr2013-07-311-0/+7
* add github url to changelog for r42260zzak2013-07-311-0/+1
* * lib/rubygems.rb: [DOC] typo in url patch by @Red54 [Fixes #369]zzak2013-07-311-0/+4
* * lib/rubygems: Import RubyGems from master as of commit 523551cdrbrain2013-07-301-0/+5
* * test/ruby/test_hash.rb: add a test for enumeration order of Hash.glass2013-07-301-0/+4
* Add Set#intersect? and #disjoint?.knu2013-07-301-0/+6
* remove duplicated entrykazu2013-07-301-5/+0