aboutsummaryrefslogtreecommitdiffstats
path: root/test/-ext-/num2int/test_num2int.rb
Commit message (Expand)AuthorAgeFilesLines
* [Feature #12005] Unify Fixnum and Bignum into Integerakr2016-05-171-2/+2
* ext/-test-: reduce feature namesnobu2016-01-101-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* More tests.akr2013-04-221-0/+19
* * ext/-test-/num2int/num2int.c: Define utility methodsakr2013-04-021-6/+6
* Unused module removed.akr2013-04-011-4/+1
* conditional test fixed.akr2013-04-011-2/+2
* more tests.akr2013-04-011-8/+18
* * ext/-test-/num2int/num2int.c: Rename utility methodsakr2013-04-011-8/+4
* * test/-ext-/num2int/test_num2int.rb: Test small bignums.akr2013-04-011-0/+6
* * ext/-test-/num2int/num2int.c: Return string for result, instead ofakr2013-04-011-12/+10
* * include/ruby/ruby.h (FIX2ULONG): Make it consistent with NUM2ULONG.akr2013-03-311-0/+74
* more tests.akr2013-03-311-10/+17
* * numeric.c (rb_num2ulong_internal): New function similart toakr2013-03-311-0/+11
* * test/-ext-/num2int/test_num2int.rb: extractakr2013-03-281-17/+24
* fix typoskazu2013-03-271-58/+58
* * numeric.c (LONG_MIN_MINUS_ONE_IS_LESS_THAN): New macro.akr2013-03-271-0/+10
* * test/-ext-/num2int/test_num2int.rb (asert_num2i_success): Newakr2013-03-271-166/+71
* * test/-ext-/num2int/test_num2int.rb (test_num2ll): test LLONG_MIN,akr2013-03-271-2/+2
* num2ll and num2ullnobu2012-03-181-2/+2
* * bignum.c (rb_big2ull): fix 32bit platform breakage. we mustkosaki2011-11-141-6/+4
* * include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros.kosaki2011-11-141-0/+40
* * bignum.c (rb_big2ull): fix off-by-twice bug of NUM2ULL.kosaki2011-11-141-12/+3
* * test/-ext-/num2int/test_num2int.rb (class TestNum2int):kosaki2011-11-141-0/+53
* * numeric.c (check_uint): fix off-by-one bug of NUM2UINT.kosaki2011-11-141-0/+145