aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* * 2013-09-02svn2013-09-011-2/+2
* * process.c (get_mach_timebase_info): Extracted from rb_clock_gettime.akr2013-09-012-10/+33
* * bignum.c (GMP_BIG2STR_DIGITS): New constant.akr2013-09-014-3/+83
* * bignum.c (bary_mul_gmp): Use mpz_init and mpz_clear instead ofakr2013-09-012-2/+12
* * test/net/http/test_http.rb (test_bind_to_local_port): Choose an openakr2013-09-012-1/+8
* * properties.nobu2013-09-010-0/+0
* * bignum.c (big2str_base_poweroftwo): Renamed fromakr2013-09-016-28/+135
* process.c: suppress warningnobu2013-09-011-4/+2
* * bignum.c (big2str_2bdigits): Renamed from big2str_orig.akr2013-09-012-4/+8
* * bignum.c: Remove BITSPERDIG >= INT_MAX test. The static assertion,akr2013-09-012-4/+6
* * bignum.c (maxpow_in_bdigit): Removed.akr2013-09-012-37/+4
* Add assertions.akr2013-09-011-0/+7
* * numeric.c (rb_fix_bit_length): Moved from bignum.c.akr2013-09-013-41/+44
* [DOC]akr2013-09-011-0/+4
* * internal.h (bit_length): Moved from bignum.c.akr2013-09-013-126/+134
* * bignum.c (bit_length): Renamed from bitsize.akr2013-08-312-11/+15
* updated.akr2013-08-311-0/+11
* * 2013-09-01svn2013-08-311-3/+3
* * bignum.c (rb_big_bit_length): New method.akr2013-08-313-0/+152
* mention that Process.clock_getres is a CRuby feature.akr2013-08-311-1/+1
* * process.c (rb_clock_getres): New method.akr2013-08-314-0/+229
* * bignum.c: Use GMP to accelerate big Bignum multiplication.akr2013-08-315-2/+95
* * compile.c (NODE_MATCH3): pass CALL_INFO to opt_regexpmatch2charliesome2013-08-313-3/+12
* * vm_insnhelper.h (CALL_SIMPLE_METHOD): change name of 'recv' argumentcharliesome2013-08-311-2/+2
* * lib/securerandom.rb (random_bytes): Use Process.clock_gettime.akr2013-08-312-2/+6
* proc.c: preserve encodingsnobu2013-08-311-8/+8
* proc.c: local variablenobu2013-08-311-4/+6