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
2024-11-21
bignum nogvl is offload safe. (#12132)
Samuel Williams
2024-11-09
Check bignum multiplication digits overflow
Nobuyoshi Nakada
2024-11-08
Avoid interger multiplication overflow
Yusuke Endoh
2024-11-08
Do not round `a**b` to infinity
Yusuke Endoh
2024-06-05
[Bug #20524] win32: Suppress GMP warning
Nobuyoshi Nakada
2024-03-18
Faster Integer.sqrt for large bignum
tompng
2024-03-06
Refactor VM root modules
Jean Boussier
2024-02-15
Do not include a backtick in error messages and backtraces
Yusuke Endoh
2024-02-12
Replace assert with RUBY_ASSERT in bignum.c
Peter Zhu
2024-01-08
Adjust styles and indents [ci skip]
Nobuyoshi Nakada
2023-06-30
* expand tabs. [ci skip]
git
2023-06-30
Compile debugging code for integer pack always
Nobuyoshi Nakada
2023-04-06
[Feature #19474] Refactor NEWOBJ macros
Matt Valentine-House
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2023-01-30
bignum.c: rb_int_parse_cstr handle `0` strings
Jean Boussier
2023-01-08
[Bug #19323] Raise `RangeError` instead of integer overflow
Nobuyoshi Nakada
2022-10-14
Use `roomof` macro for rounding up divisions
Nobuyoshi Nakada
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-06-02
Fix the condition when a new buffer is needed without GMP
Nobuyoshi Nakada
2022-05-20
Disable GMP by -DUSE_GMP=0
Nobuyoshi Nakada
2022-04-09
[DOC]Some link prefix replace
S-H-GAMELINKS
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
卜部昌平
[next]