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
*
numeric.c: Fix Integer#pow with a large Fixnum modulo
mrkn
2017-12-30
1
-1
/
+3
*
bignum.c: [DOC] simplify comment
stomar
2017-12-08
1
-2
/
+2
*
`Integer#pow(b)` accepts numeric
kazu
2017-12-06
1
-1
/
+1
*
bignum.c: unified int_pow_tmp2
nobu
2017-12-05
1
-19
/
+10
*
bignum.c: explicit casts
nobu
2017-12-04
1
-12
/
+10
*
bignum.c, numeric.c: add Integer#pow(b, m)
mrkn
2017-12-04
1
-0
/
+216
*
bignum.c: avoid use of uninitialized value in Integer.sqrt
rhe
2017-11-02
1
-0
/
+1
*
Get rid of shadowing local variables
nobu
2017-10-18
1
-2
/
+0
*
numeric.c: use NUM2DBL
nobu
2017-09-22
1
-1
/
+1
*
bignum.c: fix inexact estimation
nobu
2017-04-15
1
-0
/
+3
*
bignum.c: [DOC] typos and grammar
stomar
2017-03-16
1
-3
/
+3
*
bignum.c: rb_int_parse_cstr
nobu
2017-03-16
1
-8
/
+31
*
revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]
shyouhei
2017-03-09
1
-2
/
+4
*
Use ADD instead of MUL
naruse
2017-03-07
1
-10
/
+0
*
optimize FIXABLE macro
shyouhei
2017-03-06
1
-4
/
+12
*
Makefile.sub: ULL_TO_DOUBLE
nobu
2017-02-28
1
-2
/
+8
*
bignum.c: use predefined IDs
nobu
2017-02-25
1
-6
/
+7
*
bignum.c: improve estimate
nobu
2017-02-25
1
-23
/
+35
*
bignum.c (bary_zero_p): constify
nobu
2017-02-25
1
-1
/
+1
*
extract initial sqrt estimation [Feature #13219]
nobu
2017-02-24
1
-18
/
+28
*
Integer.sqrt [Feature #13219]
nobu
2017-02-24
1
-3
/
+64
*
bignum.c: NAIVE_MUL_DIGITS
nobu
2017-02-23
1
-15
/
+8
*
bignum.c: unnecessary check
nobu
2017-01-07
1
-3
/
+0
*
bignum.c: fix rb_cstr_parse_inum endp
nobu
2017-01-05
1
-0
/
+1
*
bignum.c: precise fdiv
nobu
2016-12-25
1
-0
/
+2
*
bignum.c (DBL_BIGDIG): make enum
nobu
2016-12-25
1
-1
/
+2
*
ruby.h: rb_big_sign
nobu
2016-11-19
1
-0
/
+6
*
rational.c: avoid needless object allocation with nurat_to_double
mrkn
2016-11-11
1
-11
/
+17
*
bignum.c: use RB_INTEGER_TYPE_P
nobu
2016-11-01
1
-5
/
+5
*
[DOC] replace Fixnum with Integer [ci skip]
nobu
2016-10-26
1
-2
/
+2
*
* internal.h (ST2FIX): new macro to convert st_index_t to Fixnum.
usa
2016-10-04
1
-1
/
+1
*
deprecate Fixnum and Bignum
nobu
2016-09-19
1
-0
/
+1
*
* bignum.c (rb_big2ulong): the old logic seems to try to avoid
naruse
2016-06-28
1
-16
/
+8
*
Integer unification macro
nobu
2016-06-13
1
-0
/
+4
*
[Feature #12005] Unify Fixnum and Bignum into Integer
akr
2016-05-17
1
-13
/
+11
*
[DOC]
akr
2016-04-30
1
-26
/
+0
*
Define Integer#/ instead of Bignum#/.
akr
2016-04-30
1
-10
/
+0
*
Define Integer#+ instead of Bignum#+.
akr
2016-04-30
1
-8
/
+0
*
Define Integer#- instead of Bignum#-.
akr
2016-04-30
1
-8
/
+0
*
Define Integer#* instead of Bignum#*.
akr
2016-04-30
1
-8
/
+0
*
Define Integer#% instead of Bignum#%.
akr
2016-04-30
1
-1
/
+0
*
Define Integer#== instead of Bignum#==.
akr
2016-04-30
1
-1
/
+0
*
Define Integer#> instead of Bignum#>.
akr
2016-04-30
1
-11
/
+2
*
Define Integer#>= instead of Bignum#>=.
akr
2016-04-30
1
-11
/
+2
*
Define Integer#< instead of Bignum#<.
akr
2016-04-30
1
-11
/
+2
*
Define Integer#<= instead of Bignum#<=.
akr
2016-04-30
1
-11
/
+2
*
Define Integer#GMP_VERSION.
akr
2016-04-30
1
-0
/
+1
*
Define Integer#remainder instead of Bignum#remainder.
akr
2016-04-30
1
-11
/
+1
*
{Fixnum,Bignum}#-@ is unified into Integer.
akr
2016-04-30
1
-8
/
+0
*
{Fixnum,Bignum}#div is unified into Integer.
akr
2016-04-30
1
-8
/
+0
[next]