summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-09-05* configure.in (with_gmp): set with_gmp no if it is empty.mrkn
2013-09-05* vm_insnhelper.c (vm_getivar): use class sequence to check classcharliesome
2013-09-04* bignum.c (GMP_DIV_DIGITS): New macro.akr
2013-09-04* bignum.c (bary_divmod_normal): Reduce temporary array allocations.akr
2013-09-04* bignum.c (rb_big_divrem_normal): Add GC guards.akr
2013-09-04* bignum.c (rb_big_divrem_normal): New function.akr
2013-09-04* bignum.c (bigdivrem_normal): Removed.akr
2013-09-04* bignum.c (bigdivrem): Useless declaration removed.akr
2013-09-04numeric.c: split NUM_STEP_GET_INFnobu
2013-09-04* bignum.c (bigdivrem_normal): Add assertions.akr
2013-09-04internal.h: LONG_LONG vm_state_version_tnobu
2013-09-04internal.h: fix vm_state_version_tnobu
2013-09-04* enc/trans/utf8_mac-tbl.rb: fix r42789.naruse
2013-09-04* class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h,charliesome
2013-09-04fix typoskazu
2013-09-04string.c: fix for \Knobu
2013-09-04configure.in: libruby needs gmpnobu
2013-09-03* test/rexml/parser/test_tree.rbkou
2013-09-03* lib/rexml/parsers/treeparser.rb (REXML::Parsers::TreeParser#parse):kou
2013-09-03* test/rexml/parser/test_tree.rb: Fix test name to describe testkou
2013-09-03* lib/rexml/parsers/treeparser.rb (REXML::Parsers::TreeParser#parse):kou
2013-09-03string.c: rb_enc_str_new_cstrnobu
2013-09-03Changelog: Forgot to reference the ticket #a_matsuda
2013-09-03* eval.c (Init_eval): Make Module#include and Module#prepend publica_matsuda
2013-09-03thread_pthread.c: fix compile error on HP-UXnobu
2013-09-03* bignum.c (GMP_STR2BIG_DIGITS): New macro.akr
2013-09-03* ext/win32/lib/win32/registry.rb (Win32::Registry#values): added.usa
2013-09-03Add magic autoload comments to misc/*.el.knu
2013-09-03* test/ruby/test_rubyoptions.rbusa
2013-09-03* lib/thread.rb: [DOC] CV#wait typo by @avdi [Fixes GH-386]zzak
2013-09-03* error.c: [DOC] Update bug tracker url by @ScotterC [Fixes GH-390]zzak
2013-09-03fix typoskazu
2013-09-03* bignum.c (rb_str2big_poweroftwo): New function.akr
2013-09-03* process.c (rb_clock_gettime): Support times() based monotonic clock.akr
2013-09-03* bignum.c (str2big_scan_digits): Extracted from rb_cstr_to_inum.akr
2013-09-03* win32/win32.c (rb_w32_select_with_thread): rounding up the fraction ofusa
2013-09-03* win32/win32.c (do_select): constify timeout.usa
2013-09-03* test/openssl/test_pair.rbusa
2013-09-02* enc/trans/utf8_mac-tbl.rb: update conversion table to recent OS X.naruse
2013-09-02Retain behavior of Numeric#step when nil is given as second argument.knu
2013-09-02* bignum.c (bytes_2comp): Define it only for little endianakr
2013-09-02Fix and add tests for Numeric#step.knu
2013-09-02Numeral#step should raise TypeError if a non-numeric parameter is given.knu
2013-09-02* internal.h (bit_length): Add casts to fix complation error withakr
2013-09-02* vm_insnhelper.c (vm_search_super_method): use ci->argc instead ofko1
2013-09-02Enhance Numeric#step.knu
2013-09-02parse.y: valid suffix word onlynobu
2013-09-02* bignum.c (ISDIGIT): Unused macro removed.akr
2013-09-02* bignum.c (str2big_poweroftwo): Extracted from rb_cstr_to_inum.akr
2013-09-02parse.y: force_encodingnobu