index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
-ext-
/
num2int
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of defining methods for tests in core classes
Nobuyoshi Nakada
2021-01-09
1
-2
/
+2
*
Rename RbConfig::Limits as RbConfig::LIMITS
nobu
2017-04-06
1
-1
/
+1
*
make FIXNUM_MAX visible from Ruby
shyouhei
2017-01-30
1
-21
/
+17
*
-test-/integer
nobu
2016-05-22
1
-0
/
+1
*
[Feature #12005] Unify Fixnum and Bignum into Integer
akr
2016-05-17
1
-2
/
+2
*
ext/-test-: reduce feature names
nobu
2016-01-10
1
-1
/
+1
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
More tests.
akr
2013-04-22
1
-0
/
+19
*
* ext/-test-/num2int/num2int.c: Define utility methods
akr
2013-04-02
1
-6
/
+6
*
Unused module removed.
akr
2013-04-01
1
-4
/
+1
*
conditional test fixed.
akr
2013-04-01
1
-2
/
+2
*
more tests.
akr
2013-04-01
1
-8
/
+18
*
* ext/-test-/num2int/num2int.c: Rename utility methods
akr
2013-04-01
1
-8
/
+4
*
* test/-ext-/num2int/test_num2int.rb: Test small bignums.
akr
2013-04-01
1
-0
/
+6
*
* ext/-test-/num2int/num2int.c: Return string for result, instead of
akr
2013-04-01
1
-12
/
+10
*
* include/ruby/ruby.h (FIX2ULONG): Make it consistent with NUM2ULONG.
akr
2013-03-31
1
-0
/
+74
*
more tests.
akr
2013-03-31
1
-10
/
+17
*
* numeric.c (rb_num2ulong_internal): New function similart to
akr
2013-03-31
1
-0
/
+11
*
* test/-ext-/num2int/test_num2int.rb: extract
akr
2013-03-28
1
-17
/
+24
*
fix typos
kazu
2013-03-27
1
-58
/
+58
*
* numeric.c (LONG_MIN_MINUS_ONE_IS_LESS_THAN): New macro.
akr
2013-03-27
1
-0
/
+10
*
* test/-ext-/num2int/test_num2int.rb (asert_num2i_success): New
akr
2013-03-27
1
-166
/
+71
*
* test/-ext-/num2int/test_num2int.rb (test_num2ll): test LLONG_MIN,
akr
2013-03-27
1
-2
/
+2
*
num2ll and num2ull
nobu
2012-03-18
1
-2
/
+2
*
* bignum.c (rb_big2ull): fix 32bit platform breakage. we must
kosaki
2011-11-14
1
-6
/
+4
*
* include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros.
kosaki
2011-11-14
1
-0
/
+40
*
* bignum.c (rb_big2ull): fix off-by-twice bug of NUM2ULL.
kosaki
2011-11-14
1
-12
/
+3
*
* test/-ext-/num2int/test_num2int.rb (class TestNum2int):
kosaki
2011-11-14
1
-0
/
+53
*
* numeric.c (check_uint): fix off-by-one bug of NUM2UINT.
kosaki
2011-11-14
1
-0
/
+145