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
/
ruby
/
test_fixnum.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
numeric.c: Numeric#positive? and Numeric#negative?
nobu
2015-05-17
1
-0
/
+17
*
add assertions for division NaN
nobu
2014-08-01
1
-0
/
+7
*
test/ruby: better assertions
nobu
2013-12-13
1
-30
/
+36
*
* numeric.c (num_quo): should return a Float for a Float argument.
mrkn
2013-06-06
1
-0
/
+1
*
* numeric.c (fix_pow): Handle special cases when base is 0, -1 or +1
marcandre
2013-02-05
1
-0
/
+19
*
* bignum.c (bignew_1): Bignum instances are frozen.
ko1
2012-10-28
1
-0
/
+4
*
* test/ruby/test_fixnum.rb (TestFixnum#test_singleton_method): new test.
usa
2012-08-23
1
-0
/
+4
*
* numeric.c (bit_coerce): A Fixnum and a Bignum are only permitted for
mrkn
2011-08-29
1
-0
/
+42
*
* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
nobu
2010-04-29
1
-7
/
+7
*
* prec.c: removed. Precision will be redesigned and be back again.
yugui
2008-09-19
1
-9
/
+0
*
* test/ruby/test_io_m17n.rb: remove a duplicative method.
mame
2008-05-13
1
-1
/
+1
*
* string.c (sym_to_i): remove obsolete method. preparation for
matz
2008-05-07
1
-7
/
+0
*
* test/ruby/test_pack.rb: fix tests for 64bit CPU.
mame
2008-02-10
1
-1
/
+4
*
* test/ruby/test_bignum.rb: suppress warnings during test.
mame
2008-01-31
1
-0
/
+124
*
* numeric.c (fix_pow): integer power calculation: 0**n => 0,
matz
2007-07-14
1
-1
/
+1
*
more tests.
akr
2007-07-13
1
-0
/
+52
*
check (-0x4000000000000000)/(-1) too.
akr
2007-07-13
1
-0
/
+1
*
add test for [ruby-dev:31210].
akr
2007-07-13
1
-0
/
+32
*
add tests for [ruby-dev:31189] and [ruby-dev:31190].
akr
2007-07-12
1
-0
/
+10
*
* numeric.c (int_pow): fix previous nubu's commit.
usa
2007-07-05
1
-0
/
+26