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
/
numeric.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
complex.c: no overflow
nobu
2017-09-27
1
-3
/
+3
*
complex.c: no overflow
nobu
2017-09-27
1
-3
/
+3
*
numeric.c: reduced repeated calls
nobu
2017-09-22
1
-11
/
+11
*
numeric.c: use NUM2DBL
nobu
2017-09-22
1
-1
/
+1
*
numeric.c: fix for small number
nobu
2017-05-27
1
-31
/
+53
*
numeric.c: remove duplicate code
nobu
2017-05-26
1
-6
/
+1
*
vm_insnhelper.c: rb_eql_opt should call eql?
nobu
2017-05-25
1
-2
/
+4
*
make Integer#{round,floor,ceil,truncate} always return integer
stomar
2017-05-06
1
-28
/
+12
*
numeric.c: remove mention of Bignum from docs
stomar
2017-05-06
1
-9
/
+8
*
numeric.c: revise docs
stomar
2017-05-06
1
-291
/
+257
*
no longer rescue exceptions of #coerce in Integer#step
eregon
2017-04-25
1
-14
/
+3
*
no longer rescue exceptions in numeric comparison operations
eregon
2017-04-25
1
-34
/
+4
*
ruby.h: check argc to rb_funcall
nobu
2017-04-15
1
-1
/
+1
*
array.c: Improve performance of Array#sort with float elements
mrkn
2017-04-13
1
-0
/
+6
*
numeric.c: improve docs for Float
stomar
2017-04-09
1
-0
/
+20
*
improve docs for #truncate, #floor, and #ceil methods
stomar
2017-04-03
1
-78
/
+100
*
improve docs for #round methods
stomar
2017-04-03
1
-58
/
+72
*
numeric.c: improves Integer#round rdoc [ci skip]
nobu
2017-03-28
1
-1
/
+10
*
numeric.c: improves Float#round rdoc [ci skip]
nobu
2017-03-28
1
-2
/
+9
*
revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]
shyouhei
2017-03-09
1
-11
/
+21
*
re-introduce __builtin_add_overflow
shyouhei
2017-03-08
1
-4
/
+3
*
optimize FIXABLE macro
shyouhei
2017-03-06
1
-21
/
+12
*
opt_eq_func refactor
nobu
2017-03-06
1
-2
/
+4
*
[DOC] update doc.
akr
2017-03-02
1
-2
/
+2
*
Makefile.sub: ULL_TO_DOUBLE
nobu
2017-02-28
1
-1
/
+7
*
numeric.c: suppress warning
nobu
2017-02-28
1
-4
/
+15
*
Add rdoc for Integer.sqrt
stomar
2017-02-26
1
-0
/
+26
*
Integer.sqrt argument check
nobu
2017-02-24
1
-2
/
+2
*
Integer.sqrt [Feature #13219]
nobu
2017-02-24
1
-0
/
+59
*
rational.c: infinity in power
nobu
2017-02-22
1
-0
/
+2
*
numeric.c: Numeric#clone and #dup
nobu
2017-02-22
1
-6
/
+27
*
Use carry flag to reduce instructions
naruse
2017-02-02
1
-18
/
+2
*
numeric.c: short circuit optimization
nobu
2017-01-10
1
-0
/
+4
*
numeric.c: short circuit
nobu
2017-01-05
1
-0
/
+1
*
numeric.c: reduce fdiv
nobu
2016-12-28
1
-0
/
+7
*
numeric.c: remove not used lines
yui-knk
2016-12-21
1
-4
/
+1
*
[DOC] itemize values for half option of Float#round.
akr
2016-12-21
1
-5
/
+6
*
numeric.c: rdoc of half option [ci skip]
nobu
2016-12-21
1
-0
/
+6
*
numeric.c: allow nil as rounding mode option
nobu
2016-12-21
1
-0
/
+3
*
get rid of a test failure with VC10.
usa
2016-12-12
1
-16
/
+0
*
numeric.c: fix exception message for nil rounding
mrkn
2016-12-06
1
-1
/
+4
*
remove unnecessary variable
nobu
2016-12-06
1
-1
/
+1
*
round-down
nobu
2016-11-25
1
-0
/
+39
*
complex.c: optimize f_gt_p some cases
mrkn
2016-11-22
1
-6
/
+6
*
numeric.c: refine error message
nobu
2016-11-21
1
-8
/
+14
*
complex.c: optimize f_negate
mrkn
2016-11-18
1
-3
/
+3
*
internal.h: round macros
nobu
2016-11-18
1
-11
/
+17
*
numeric.c: get rid of a compile error on mingw64
usa
2016-11-17
1
-1
/
+1
*
complex.c: optimize Numeric#polar and Numeric#arg
mrkn
2016-11-16
1
-4
/
+4
*
numeric.c: limit return value
nobu
2016-11-13
1
-1
/
+4
[next]