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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bignum.c
Age
Commit message (
Expand
)
Author
2020-03-04
suppress uninitialized variable warnings
卜部昌平
2020-02-08
Clarified documentation in rb_integer_unpack [ci skip]
Bernhard F. Brodowsky
2020-01-01
bignum.c: extract bdigits_to_mpz and bdigits_from_mpz (#2805)
Kenta Murata
2019-12-31
Introduce BIGNUM_EMBED_P to check BIGNUM_EMBED_FLAG (#2802)
Kenta Murata
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-26
internal/bingnum.h rework
卜部昌平
2019-12-26
add several __has_something macro
卜部昌平
2019-11-19
make functions static
卜部昌平
2019-10-21
bignum.c (estimate_initial_sqrt): prevent integer overflow
Yusuke Endoh
2019-09-10
Unused LONG_MAX_as_double
Nobuyoshi Nakada
2019-09-05
interesting (but annoying) tidbit warning suppressed
卜部昌平
2019-08-03
* expand tabs.
git
2019-08-03
Predefine some IDs
Nobuyoshi Nakada
2019-03-22
[DOC] fix markups [ci skip]
nobu
2019-01-04
* expand tabs.
svn
2019-01-04
introduce rb_nogvl C-API to mark ubf as async-signal-safe
normal
2018-12-12
complex.c: rb_complex_new_polar
nobu
2018-11-16
bignum.c: fix bug in big2dbl()
shyouhei
2018-11-16
bignum.c: avoid (size_t)--
shyouhei
2018-11-16
bignum.c: BDIGIT might or might not integer-promote
shyouhei
2018-11-16
avoid division by zero
shyouhei
2018-11-16
bignum.c: suppress unused variable warning
nobu
2018-11-15
* expand tabs.
svn
2018-11-15
suppress integer overflow warnings
shyouhei
2018-11-15
bignum.c: ee should be signed
shyouhei
2018-11-13
suppress integer overflow warnings
shyouhei
2018-11-12
~(unsigned char) is not unsigned char
shyouhei
2018-11-04
complex.c: rb_dbl_complex_polar_pi
nobu
2018-10-02
Fix Rational of Float
nobu
2018-07-24
UNREACHABLE_RETURN
nobu
2018-06-17
refine Integer#** and Float#**
nobu
2018-06-14
bignum.c: get rid of redefined method
nobu
2018-06-13
bignum.c: call functions directly
nobu
2018-06-13
bignum.c: refine pow
nobu
2018-04-04
bignum.c: Bignum#fdiv avoids double division when divisor is bignum
mame
2018-03-15
Add `exception:` keyword in Kernel#Integer()
mrkn
2018-02-24
rb_int_powm: call rb_int_pow directly
mrkn
2018-02-23
[DOC] obsolete classes
nobu
2018-02-20
Signature of rb_uint2big and rb_int2big
nobu
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-01-19
INFINITY is float. That of double is HUGE_VAL.
shyouhei
2018-01-15
__builtin_assume_aligned for *(foo *) casts
shyouhei
2018-01-15
__alignof__ to take alignment of a type
shyouhei
2017-12-30
numeric.c: Fix Integer#pow with a large Fixnum modulo
mrkn
2017-12-08
bignum.c: [DOC] simplify comment
stomar
2017-12-06
`Integer#pow(b)` accepts numeric
kazu
2017-12-05
bignum.c: unified int_pow_tmp2
nobu
2017-12-04
bignum.c: explicit casts
nobu
2017-12-04
bignum.c, numeric.c: add Integer#pow(b, m)
mrkn
2017-11-02
bignum.c: avoid use of uninitialized value in Integer.sqrt
rhe
[next]