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
*
* bignum.c (ones): Use __builtin_popcountl if available.
akr
2013-04-12
1
-13
/
+17
*
* array.c: Document synonymous methods, by windwiny [GH-277]
zzak
2013-04-12
1
-0
/
+1
*
* bignum.c (rb_ll2big): Don't overflow on signed integer negation.
akr
2013-04-10
1
-2
/
+6
*
Refactored.
akr
2013-04-09
1
-12
/
+8
*
* internal.h (MUL_OVERFLOW_SIGNED_INTEGER_P): New macro.
akr
2013-04-09
1
-25
/
+46
*
bignum.c: hide intermediate Bignums
nobu
2013-04-03
1
-0
/
+2
*
bignum.c: Bignum zero comparison
nobu
2013-04-03
1
-0
/
+1
*
* array.c: Document #<=> return values and formatting
zzak
2013-02-23
1
-3
/
+5
*
adjust style
nobu
2012-12-29
1
-2
/
+2
*
* bignum.c, include/ruby/intern.h (rb_big_eql): exported.
usa
2012-12-25
1
-1
/
+1
*
* include/ruby/intern.h: add the prototype declaration of
mrkn
2012-12-22
1
-15
/
+16
*
* bignum.c (bigdivrem): optimize the way to retry calculation of
mrkn
2012-11-27
1
-15
/
+15
*
* bignum.c (bigdivrem): restart calculation when bigdivrem1 was
kosaki
2012-11-26
1
-2
/
+13
*
* bignum.c (big_div_struct): added volatile to 'stop' member.
kosaki
2012-11-26
1
-4
/
+4
*
revert r37710, requested by Tadayoshi Funaba [ruby-dev:46575]
shyouhei
2012-11-21
1
-2
/
+1
*
* bignum.c (rb_cstr_to_inum): should accept underscores of
tadf
2012-11-18
1
-1
/
+2
*
* bignum.c (bigmul0): enable big_mul_toom3.
mrkn
2012-11-08
1
-3
/
+8
*
* bignum.c (bigmul0): disable big_mul_toom3_temporalily.
mrkn
2012-11-08
1
-7
/
+2
*
* bignum.c (bignew_1): Bignum instances are frozen.
ko1
2012-10-28
1
-1
/
+1
*
* include/ruby/ruby.h: add C APIs.
nari
2012-10-20
1
-2
/
+1
*
bignum.c: keep first zero
nobu
2012-08-21
1
-1
/
+1
*
bignum.c: suppress an empty-body warning
nobu
2012-08-21
1
-1
/
+1
*
Kernel#inspect: improve consistency and do not call #to_s.
eregon
2012-08-15
1
-0
/
+1
*
Revert r36699 and r36700. [Feature #6130]
naruse
2012-08-15
1
-1
/
+0
*
Kernel#inspect: improve consistency and do not call #to_s.
eregon
2012-08-14
1
-0
/
+1
*
* bignum.c: Added #include <strings.h> for ffs(). Patch by Perry
kosaki
2012-07-18
1
-0
/
+3
*
add casts
shyouhei
2012-07-18
1
-2
/
+3
*
* bignum.c (rb_integer_float_cmp): use FIXNUM_MIN and FIXNUM_MAX,
akr
2012-07-16
1
-2
/
+2
*
* bignum.c (rb_integer_float_eq): new function.
akr
2012-07-16
1
-1
/
+33
*
* bignum.c (rb_integer_float_cmp): rename a local variable.
akr
2012-07-16
1
-7
/
+7
*
* bignum.c (rb_integer_float_cmp): renamed from rb_big_float_cmp.
akr
2012-07-16
1
-4
/
+4
*
* bignum.c (rb_big_float_cmp): compare an integer and float precisely.
akr
2012-07-16
1
-1
/
+29
*
* bignum.c (rb_big_float_cmp): support fixnum for argument x.
akr
2012-07-16
1
-0
/
+10
*
* bignum.c (rb_big_eq): use rb_big_float_cmp.
akr
2012-07-16
1
-8
/
+1
*
* internal.h (rb_big_float_cmp): declared.
akr
2012-07-16
1
-20
/
+15
*
* bignum.c (enum big_op_t): new type.
akr
2012-07-16
1
-13
/
+20
*
rb_thread_call_without_gvl
nobu
2012-07-10
1
-4
/
+5
*
* reduce UNREACHABLE.
nobu
2012-04-15
1
-24
/
+18
*
* variable.c (trace_ev): Removed "not reached" comment as this line is
drbrain
2012-04-14
1
-2
/
+2
*
* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "control
drbrain
2012-04-13
1
-1
/
+2
*
* bignum.c (rb_str_to_inum): must be ASCII compatible encoding as
nobu
2012-03-23
1
-0
/
+1
*
* bignum.c (rb_big_pow): estimate result bit size more precisely.
nobu
2012-03-18
1
-3
/
+4
*
update comment.
akr
2012-02-23
1
-1
/
+9
*
* bignum.c (big_rshift), compile.c (validate_label,
nobu
2011-12-05
1
-1
/
+3
*
* bignum.c (): refix of r33536. Don't change behavior of Bignum#/.
naruse
2011-11-22
1
-5
/
+4
*
* bignum.c (rb_big2ulong): need to calc in unsigned long, because
usa
2011-11-16
1
-2
/
+2
*
* bignum.c (rb_big2ull): add a cast to get rid of a VC++ warning.
usa
2011-11-16
1
-1
/
+1
*
* bignum.c (rb_big2ull): fix 32bit platform breakage. we must
kosaki
2011-11-14
1
-2
/
+2
*
* bignum.c (rb_big2ull): fix off-by-twice bug of NUM2ULL.
kosaki
2011-11-14
1
-2
/
+8
*
* numeric.c (check_uint): fix off-by-one bug of NUM2UINT.
kosaki
2011-11-14
1
-3
/
+4
[next]