aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* parse.y: force_encodingnobu2013-09-022-3/+10
* * NEWS: Add note about frozen string literalscharliesome2013-09-027-9/+175
* Add forgotton [DOC].knu2013-09-021-2/+2
* Process#setproctitle,argv0: Fix and improve rdoc.knu2013-09-022-2/+16
* * NEWS: fix description of number literal suffixes.mrkn2013-09-022-1/+5
* * test/rake/test_rake_rules.rb: add space after string literal tocharliesome2013-09-023-4/+11
* * test/ruby/test_bignum.rb (test_interrupt_during_to_s): Disable itakr2013-09-022-0/+8
* * bignum.c (Init_Bignum): Define Bignum::GMP_VERSION when GMP is used.akr2013-09-012-0/+8
* * bignum.c (big2str_generic): Reduce arguments.akr2013-09-012-30/+42
* Fix funciton name.akr2013-09-011-1/+1