aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vm.c: prototypenobu2013-09-045-5/+8
* * NEWS: Note about Module#include and prepend scope changea_matsuda2013-09-041-0/+1
* * enc/trans/utf8_mac-tbl.rb: fix r42789.naruse2013-09-044-806/+11864
* * class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h,charliesome2013-09-0414-89/+324
* fix typoskazu2013-09-041-2/+2
* string.c: fix for \Knobu2013-09-043-1/+13
* test_rubyoptions.rb: ignore trivial differencesnobu2013-09-041-1/+1
* * 2013-09-04svn2013-09-041-2/+2
* configure.in: libruby needs gmpnobu2013-09-042-1/+11
* * test/rexml/parser/test_tree.rbkou2013-09-032-1/+7
* * lib/rexml/parsers/treeparser.rb (REXML::Parsers::TreeParser#parse):kou2013-09-033-2/+23
* * test/rexml/parser/test_tree.rb: Fix test name to describe testkou2013-09-032-1/+6
* * lib/rexml/parsers/treeparser.rb (REXML::Parsers::TreeParser#parse):kou2013-09-033-1/+36
* Fix a typo.akr2013-09-031-1/+1
* string.c: rb_enc_str_new_cstrnobu2013-09-035-0/+30
* Changelog: Forgot to reference the ticket #a_matsuda2013-09-031-0/+1
* * eval.c (Init_eval): Make Module#include and Module#prepend publica_matsuda2013-09-033-2/+21
* thread_pthread.c: fix compile error on HP-UXnobu2013-09-032-1/+10
* Add tests.akr2013-09-032-0/+13
* * bignum.c (GMP_STR2BIG_DIGITS): New macro.akr2013-09-035-0/+120
* * ext/win32/lib/win32/registry.rb (Win32::Registry#values): added.usa2013-09-032-1/+16
* Add magic autoload comments to misc/*.el.knu2013-09-035-0/+16
* Revert r42800 "* error.c: [DOC] Update bug tracker url by @ScotterC [Fixes GH...naruse2013-09-031-1/+1
* * test/ruby/test_rubyoptions.rbusa2013-09-032-1/+7
* * lib/thread.rb: [DOC] CV#wait typo by @avdi [Fixes GH-386]zzak2013-09-032-1/+6
* * error.c: [DOC] Update bug tracker url by @ScotterC [Fixes GH-390]zzak2013-09-032-1/+6
* fix typoskazu2013-09-031-4/+4
* * properties.nobu2013-09-030-0/+0
* * bignum.c (rb_str2big_poweroftwo): New function.akr2013-09-036-0/+189
* Reduce NUM2INT invocations.akr2013-09-031-3/+3
* * process.c (rb_clock_gettime): Support times() based monotonic clock.akr2013-09-033-0/+65
* * bignum.c (str2big_scan_digits): Extracted from rb_cstr_to_inum.akr2013-09-032-32/+55
* * win32/win32.c (rb_w32_select_with_thread): rounding up the fraction ofusa2013-09-032-1/+7
* * win32/win32.c (do_select): constify timeout.usa2013-09-032-6/+11
* internal.h: parenthesize argumentnobu2013-09-031-9/+9
* * test/openssl/test_pair.rbusa2013-09-032-6/+20
* * enc/trans/utf8_mac-tbl.rb: update conversion table to recent OS X.naruse2013-09-023-743/+11923
* Retain behavior of Numeric#step when nil is given as second argument.knu2013-09-024-2/+19
* * bignum.c (bytes_2comp): Define it only for little endianakr2013-09-022-0/+7
* Fix and add tests for Numeric#step.knu2013-09-023-3/+16
* Numeral#step should raise TypeError if a non-numeric parameter is given.knu2013-09-022-2/+21
* * internal.h (bit_length): Add casts to fix complation error withakr2013-09-022-9/+15
* * 2013-09-03svn2013-09-021-2/+2
* * vm_insnhelper.c (vm_search_super_method): use ci->argc instead ofko12013-09-023-1/+33
* Enhance Numeric#step.knu2013-09-024-72/+146
* test_string.rb: yet another testnobu2013-09-021-0/+11
* parse.y: valid suffix word onlynobu2013-09-023-12/+13
* test_string.rb: remove duplicated codenobu2013-09-021-7/+1
* * bignum.c (ISDIGIT): Unused macro removed.akr2013-09-022-3/+4
* * bignum.c (str2big_poweroftwo): Extracted from rb_cstr_to_inum.akr2013-09-022-117/+184