index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
numeric.c
Age
Commit message (
Expand
)
Author
2016-11-04
numeric.c (rb_int_digits): Fix exception message
mrkn
2016-11-01
numeric.c: bit op with non-integer
nobu
2016-11-01
numeric.c: use rb_num_coerce_bit
nobu
2016-11-01
numeric.c: fix return value on big 0
nobu
2016-11-01
numeric.c: adjust indent [ci skip]
nobu
2016-11-01
numeric.c: fix typos [ci skip]
nobu
2016-10-26
[DOC] replace Fixnum with Integer [ci skip]
nobu
2016-10-22
numeric.c: fix up r55891
nobu
2016-10-04
* internal.h (ST2FIX): new macro to convert st_index_t to Fixnum.
usa
2016-10-02
numeric.c: adjust type
nobu
2016-10-01
* numeric.c (rb_fix2str): detect unnormalized Fixnum value.
usa
2016-09-24
fid typos [ci skip]
nobu
2016-09-19
deprecate Fixnum and Bignum
nobu
2016-08-15
numeric.c: round_to_nearest
nobu
2016-08-13
numeric.c: infinite recursion
nobu
2016-07-17
numeric.c, complex.c: Add finite? and infinite? consistent with Float
mrkn
2016-07-12
complex.c: rb_complex prefix
nobu
2016-07-08
numeric.c: round as double
nobu
2016-07-07
numeric.c: round nearly middle value
nobu
2016-06-14
numeric.c: fix doc of Integer#digits [ci skip]
nobu
2016-06-13
numeric.c: Add Integer#digits [Feature #12447] [ruby-core:75799]
mrkn
2016-06-13
Integer unification macro
nobu
2016-05-23
missing.h: isfinite
nobu
2016-05-18
ruby.h: RB_INTEGER_TYPE_P
nobu
2016-05-17
Optimize enum_sum for a range from int to int
mrkn
2016-05-17
Use Integer instead of Fixnum and Bignum.
akr
2016-05-17
[Feature #12005] Unify Fixnum and Bignum into Integer
akr
2016-05-12
drop FreeBSD < 4 support
nobu
2016-05-08
* configure.in: add -Wsuggest-attribute=noreturn and suppress warnings.
naruse
2016-05-04
numeric.c: Remove prototype declarations to internal.h
yui-knk
2016-05-03
Update result of 123456789 ** -2
kazu
2016-05-02
Update rdoc of Integer#modulo [ci skip]
kazu
2016-05-01
[DOC] merge documents for {Integer,Fixnum}#succ.
akr
2016-04-30
[DOC]
akr
2016-04-30
Gather Fixnum method definitions.
akr
2016-04-30
Define Integer#/ instead of Bignum#/.
akr
2016-04-30
Define Integer#+ instead of Bignum#+.
akr
2016-04-30
Define Integer#- instead of Bignum#-.
akr
2016-04-30
Define Integer#* instead of Bignum#*.
akr
2016-04-30
Define Integer#% instead of Bignum#%.
akr
2016-04-30
Define Integer#== instead of Bignum#==.
akr
2016-04-30
Define Integer#> instead of Bignum#>.
akr
2016-04-30
Define Integer#>= instead of Bignum#>=.
akr
2016-04-30
Define Integer#< instead of Bignum#<.
akr
2016-04-30
Define Integer#<= instead of Bignum#<=.
akr
2016-04-30
Define Integer#-@ instead of Fixnum#-@.
akr
2016-04-30
Define Integer#remainder instead of Bignum#remainder.
akr
2016-04-30
{Fixnum,Bignum}#-@ is unified into Integer.
akr
2016-04-30
{Fixnum,Bignum}#div is unified into Integer.
akr
2016-04-30
{Fixnum,Bignum}#modulo is unified into Integer.
akr
[prev]
[next]