summaryrefslogtreecommitdiff
path: root/test/-ext-/num2int
AgeCommit message (Expand)Author
2021-01-09Get rid of defining methods for tests in core classesNobuyoshi Nakada
2017-04-06Rename RbConfig::Limits as RbConfig::LIMITSnobu
2017-01-30make FIXNUM_MAX visible from Rubyshyouhei
2016-05-22-test-/integernobu
2016-05-17[Feature #12005] Unify Fixnum and Bignum into Integerakr
2016-01-10ext/-test-: reduce feature namesnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2013-04-22More tests.akr
2013-04-02* ext/-test-/num2int/num2int.c: Define utility methodsakr
2013-04-01Unused module removed.akr
2013-04-01conditional test fixed.akr
2013-04-01more tests.akr
2013-04-01* ext/-test-/num2int/num2int.c: Rename utility methodsakr
2013-04-01* test/-ext-/num2int/test_num2int.rb: Test small bignums.akr
2013-04-01* ext/-test-/num2int/num2int.c: Return string for result, instead ofakr
2013-03-31* include/ruby/ruby.h (FIX2ULONG): Make it consistent with NUM2ULONG.akr
2013-03-31more tests.akr
2013-03-31* numeric.c (rb_num2ulong_internal): New function similart toakr
2013-03-28* test/-ext-/num2int/test_num2int.rb: extractakr
2013-03-27fix typoskazu
2013-03-27* numeric.c (LONG_MIN_MINUS_ONE_IS_LESS_THAN): New macro.akr
2013-03-27* test/-ext-/num2int/test_num2int.rb (asert_num2i_success): Newakr
2013-03-27* test/-ext-/num2int/test_num2int.rb (test_num2ll): test LLONG_MIN,akr
2012-03-18num2ll and num2ullnobu
2011-11-14* bignum.c (rb_big2ull): fix 32bit platform breakage. we mustkosaki
2011-11-14* include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros.kosaki
2011-11-14* bignum.c (rb_big2ull): fix off-by-twice bug of NUM2ULL.kosaki
2011-11-14* test/-ext-/num2int/test_num2int.rb (class TestNum2int):kosaki
2011-11-14* numeric.c (check_uint): fix off-by-one bug of NUM2UINT.kosaki