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
/
bignum.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Feature #19474] Refactor NEWOBJ macros
Matt Valentine-House
2023-04-06
1
-1
/
+2
*
Stop exporting symbols for MJIT
Takashi Kokubun
2023-03-06
1
-1
/
+1
*
bignum.c: rb_int_parse_cstr handle `0` strings
Jean Boussier
2023-01-30
1
-1
/
+0
*
[Bug #19323] Raise `RangeError` instead of integer overflow
Nobuyoshi Nakada
2023-01-08
1
-1
/
+4
*
Use `roomof` macro for rounding up divisions
Nobuyoshi Nakada
2022-10-14
1
-2
/
+2
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-555
/
+555
*
Fix the condition when a new buffer is needed without GMP
Nobuyoshi Nakada
2022-06-02
1
-2
/
+14
*
Disable GMP by -DUSE_GMP=0
Nobuyoshi Nakada
2022-05-20
1
-14
/
+20
*
[DOC]Some link prefix replace
S-H-GAMELINKS
2022-04-09
1
-1
/
+1
*
[DOC] Integer#coerce deals with also Float
Nobuyoshi Nakada
2021-12-29
1
-5
/
+6
*
Fix the warning in rb_big2dbl, Bignum is no longer defined
Nobuyoshi Nakada
2021-12-29
1
-1
/
+1
*
Remove obsolete Fixnum and Bignum
Nobuyoshi Nakada
2021-12-28
1
-4
/
+0
*
[Feature #18290] Remove all usages of rb_gc_force_recycle
Peter Zhu
2021-11-08
1
-2
/
+0
*
bary_mul_balance_with_mulfunc: move working buffer allocation
Nobuyoshi Nakada
2021-10-12
1
-0
/
+13
*
bary_mul_balance_with_mulfunc: consitify invariant variables
Nobuyoshi Nakada
2021-10-12
1
-12
/
+11
*
Refactor and Using RBOOL macro
S.H
2021-09-15
1
-14
/
+5
*
Remove uneeded initialize local variable (#4818)
S.H
2021-09-13
1
-1
/
+0
*
Using RB_BIGNUM_TYPE_P macro
S-H-GAMELINKS
2021-09-11
1
-2
/
+0
*
Replace RBOOL macro
S-H-GAMELINKS
2021-09-05
1
-5
/
+5
*
Use C99-defined macros to classify a floating-point number
Nobuyoshi Nakada
2021-08-27
1
-1
/
+1
*
Moved exported symbols in internal/util.h to ruby/util.h
Nobuyoshi Nakada
2021-08-24
1
-1
/
+0
*
Suppress unused-variable warnings when DEBUG_INTEGER_PACK
Nobuyoshi Nakada
2021-08-09
1
-0
/
+2
*
Remove unneeded declarations in bignum.c
S.H
2021-03-20
1
-4
/
+0
*
bignum.c: Make sure the argument of LONG2FIX is long
Yusuke Endoh
2021-01-23
1
-4
/
+4
*
[DOC] Fix grammar: "is same as" -> "is the same as"
Marcus Stollsteimer
2021-01-05
1
-1
/
+1
*
Fixed indefinite articles before "Integer" [ci skip]
Nobuyoshi Nakada
2020-12-21
1
-1
/
+1
*
bignum.c (bary_sparse_p): do not comsume Random::DEFAULT
Yusuke Endoh
2020-10-12
1
-3
/
+3
*
bignum.c (rb_int_powm): Integer#pow(0, 1) should return 0
Yusuke Endoh
2020-10-12
1
-0
/
+2
*
Use https instead of http
Kazuhiro NISHIYAMA
2020-07-28
1
-1
/
+1
*
ON_DEBUG: delete unused macro
卜部昌平
2020-07-14
1
-24
/
+0
*
rb_big_aref: do not goto into a branch
卜部昌平
2020-06-29
1
-2
/
+2
*
rb_int_parse_cstr: do not goto into a branch
卜部昌平
2020-06-29
1
-4
/
+6
*
str2big_scan_digits: do not goto into a branch
卜部昌平
2020-06-29
1
-4
/
+3
*
bary_mul_karatsuba_branch: do not goto into a branch
卜部昌平
2020-06-29
1
-6
/
+10
*
Respect BIGNUM_DEBUG defined by command line option
Nobuyoshi Nakada
2020-05-29
1
-1
/
+4
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-1
/
+1
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-1
/
+1
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-10
/
+11
*
Removed non-RUBY_INTEGER_UNIFICATION code
Nobuyoshi Nakada
2020-03-21
1
-6
/
+0
*
Leave power cache table initialized as Qfalse
Nobuyoshi Nakada
2020-03-21
1
-9
/
+3
*
suppress uninitialized variable warnings
卜部昌平
2020-03-04
1
-1
/
+1
*
Clarified documentation in rb_integer_unpack [ci skip]
Bernhard F. Brodowsky
2020-02-08
1
-1
/
+1
*
bignum.c: extract bdigits_to_mpz and bdigits_from_mpz (#2805)
Kenta Murata
2020-01-01
1
-18
/
+27
*
Introduce BIGNUM_EMBED_P to check BIGNUM_EMBED_FLAG (#2802)
Kenta Murata
2019-12-31
1
-6
/
+6
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-12
/
+25
*
internal/bingnum.h rework
卜部昌平
2019-12-26
1
-1
/
+1
*
add several __has_something macro
卜部昌平
2019-12-26
1
-2
/
+0
*
make functions static
卜部昌平
2019-11-19
1
-1
/
+3
*
bignum.c (estimate_initial_sqrt): prevent integer overflow
Yusuke Endoh
2019-10-21
1
-1
/
+9
*
Unused LONG_MAX_as_double
Nobuyoshi Nakada
2019-09-10
1
-0
/
+2
[next]