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
*
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
*
rational.c: optimize Integer#lcm
mrkn
2016-11-12
1
-4
/
+4
*
rational.c: optimize Float#to_r
mrkn
2016-11-12
1
-1
/
+1
*
rational.c: optimize Rational#{floor,ceil,round,truncate}
mrkn
2016-11-12
1
-7
/
+7
*
rational.c: purge f_cmp
mrkn
2016-11-12
1
-2
/
+0
*
rational.c: optimize Rational#==
mrkn
2016-11-12
1
-4
/
+4
*
rational.c: optimize Rational#<=>
mrkn
2016-11-12
1
-5
/
+4
*
rational.c: optimize Rational#**
mrkn
2016-11-11
1
-4
/
+4
*
rational.c: avoid needless object allocation with nurat_to_double
mrkn
2016-11-11
1
-22
/
+31
*
numeric.c, rational.c: refactor by using FIXNUM_NEGATIVE_P and FIXNUM_ZERO_P
mrkn
2016-11-11
1
-6
/
+4
*
numeric.c, internal.h: export int_fdiv() as rb_int_fdiv()
mrkn
2016-11-10
1
-3
/
+3
*
Introduce table improvement by Vladimir Makarov <vmakarov@redhat.com>.
ko1
2016-11-07
1
-6
/
+1
*
numeric.c: raise TypeError at wrong argument
nobu
2016-11-05
1
-2
/
+2
*
* numeric.c (rb_int_round): cast to SIGNED_VALUE to suppress
shugo
2016-11-05
1
-1
/
+1
*
numeric.c: round to nearest even
nobu
2016-11-05
1
-14
/
+107
*
numeric.c (rb_int_digits): Fix exception message
mrkn
2016-11-04
1
-1
/
+3
*
numeric.c: bit op with non-integer
nobu
2016-11-01
1
-20
/
+35
*
numeric.c: use rb_num_coerce_bit
nobu
2016-11-01
1
-6
/
+3
*
numeric.c: fix return value on big 0
nobu
2016-11-01
1
-1
/
+4
*
numeric.c: adjust indent [ci skip]
nobu
2016-11-01
1
-12
/
+11
*
numeric.c: fix typos [ci skip]
nobu
2016-11-01
1
-2
/
+2
*
[DOC] replace Fixnum with Integer [ci skip]
nobu
2016-10-26
1
-36
/
+12
*
numeric.c: fix up r55891
nobu
2016-10-22
1
-4
/
+4
*
* internal.h (ST2FIX): new macro to convert st_index_t to Fixnum.
usa
2016-10-04
1
-1
/
+1
*
numeric.c: adjust type
nobu
2016-10-02
1
-1
/
+1
*
* numeric.c (rb_fix2str): detect unnormalized Fixnum value.
usa
2016-10-01
1
-0
/
+11
*
fid typos [ci skip]
nobu
2016-09-24
1
-1
/
+1
*
deprecate Fixnum and Bignum
nobu
2016-09-19
1
-0
/
+1
*
numeric.c: round_to_nearest
nobu
2016-08-15
1
-7
/
+26
*
numeric.c: infinite recursion
nobu
2016-08-13
1
-21
/
+77
*
numeric.c, complex.c: Add finite? and infinite? consistent with Float
mrkn
2016-07-17
1
-0
/
+30
*
complex.c: rb_complex prefix
nobu
2016-07-12
1
-2
/
+2
*
numeric.c: round as double
nobu
2016-07-08
1
-2
/
+2
*
numeric.c: round nearly middle value
nobu
2016-07-07
1
-2
/
+9
*
numeric.c: fix doc of Integer#digits [ci skip]
nobu
2016-06-14
1
-2
/
+2
*
numeric.c: Add Integer#digits [Feature #12447] [ruby-core:75799]
mrkn
2016-06-13
1
-0
/
+107
[next]