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
/
bignum.c
Age
Commit message (
Expand
)
Author
2021-12-29
[DOC] Integer#coerce deals with also Float
Nobuyoshi Nakada
2021-12-29
Fix the warning in rb_big2dbl, Bignum is no longer defined
Nobuyoshi Nakada
2021-12-28
Remove obsolete Fixnum and Bignum
Nobuyoshi Nakada
2021-11-08
[Feature #18290] Remove all usages of rb_gc_force_recycle
Peter Zhu
2021-10-12
bary_mul_balance_with_mulfunc: move working buffer allocation
Nobuyoshi Nakada
2021-10-12
bary_mul_balance_with_mulfunc: consitify invariant variables
Nobuyoshi Nakada
2021-09-15
Refactor and Using RBOOL macro
S.H
2021-09-13
Remove uneeded initialize local variable (#4818)
S.H
2021-09-11
Using RB_BIGNUM_TYPE_P macro
S-H-GAMELINKS
2021-09-05
Replace RBOOL macro
S-H-GAMELINKS
2021-08-27
Use C99-defined macros to classify a floating-point number
Nobuyoshi Nakada
2021-08-24
Moved exported symbols in internal/util.h to ruby/util.h
Nobuyoshi Nakada
2021-08-09
Suppress unused-variable warnings when DEBUG_INTEGER_PACK
Nobuyoshi Nakada
2021-03-20
Remove unneeded declarations in bignum.c
S.H
2021-01-23
bignum.c: Make sure the argument of LONG2FIX is long
Yusuke Endoh
2021-01-05
[DOC] Fix grammar: "is same as" -> "is the same as"
Marcus Stollsteimer
2020-12-21
Fixed indefinite articles before "Integer" [ci skip]
Nobuyoshi Nakada
2020-10-12
bignum.c (bary_sparse_p): do not comsume Random::DEFAULT
Yusuke Endoh
2020-10-12
bignum.c (rb_int_powm): Integer#pow(0, 1) should return 0
Yusuke Endoh
2020-07-28
Use https instead of http
Kazuhiro NISHIYAMA
2020-07-14
ON_DEBUG: delete unused macro
卜部昌平
2020-06-29
rb_big_aref: do not goto into a branch
卜部昌平
2020-06-29
rb_int_parse_cstr: do not goto into a branch
卜部昌平
2020-06-29
str2big_scan_digits: do not goto into a branch
卜部昌平
2020-06-29
bary_mul_karatsuba_branch: do not goto into a branch
卜部昌平
2020-05-29
Respect BIGNUM_DEBUG defined by command line option
Nobuyoshi Nakada
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-03-21
Removed non-RUBY_INTEGER_UNIFICATION code
Nobuyoshi Nakada
2020-03-21
Leave power cache table initialized as Qfalse
Nobuyoshi Nakada
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
[next]