index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bignum.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* $Date$ keyword removed to avoid inclusion of locale dependent
akr
2008-01-06
1
-1
/
+0
*
* bignum.c (conv_digit): use ISDIGIT, ISLOWER and ISUPPER.
akr
2008-01-02
1
-3
/
+3
*
don't need to include ruby/util.h.
akr
2008-01-02
1
-1
/
+0
*
* util.c (ruby_strtoul): locale independent strtoul is implemented to
akr
2008-01-02
1
-1
/
+2
*
fix typos.
akr
2007-12-31
1
-1
/
+1
*
* pack.c (pack_pack): use NUM2LONG instead of NUM2INT.
usa
2007-12-24
1
-3
/
+3
*
* bignum.c (rb_big_mul0): remove unused variable.
matz
2007-12-21
1
-2
/
+0
*
* regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,
akr
2007-12-21
1
-3
/
+3
*
* bignum.c (big2str_orig): access beyond memory region cause crash
matz
2007-12-20
1
-2
/
+2
*
* bignum.c (bigmul1): C99ism.
usa
2007-12-19
1
-3
/
+5
*
* bignum.c (rb_big_mul0): blocking check for bigger numbers.
matz
2007-12-19
1
-19
/
+81
*
* bignum.c (rb_cstr_to_inum): an underscore succeeding after octal
nobu
2007-12-19
1
-1
/
+1
*
* bignum.c (rb_cstr_to_inum): wrong radix check. a patch from
matz
2007-12-18
1
-2
/
+2
*
* bignum.c (rb_cstr_to_inum): trailing spaces may exist at sqeezing
nobu
2007-12-04
1
-1
/
+1
*
* bignum.c (big2str_find_n1): removed extraneous element.
nobu
2007-11-27
1
-20
/
+21
*
* bignum.c (rb_big_odd_p): new method added. a patch from Tadashi
matz
2007-11-16
1
-0
/
+34
*
* include/ruby/ruby.h: introduce 2 macros:
ko1
2007-11-13
1
-13
/
+13
*
* bignum.c: use SIZEOF_LONG instead of SIZEOF_ULONG which is not
akr
2007-09-29
1
-4
/
+4
*
* include/ruby/ruby.h (struct RBignum): embed digits in RBignum for
akr
2007-09-01
1
-163
/
+219
*
* encoding.c: provide basic features for M17N.
matz
2007-08-25
1
-1
/
+1
*
* bignum.c (bigtrunc): RBIGNUM(x)->len may be zero. out of bound
matz
2007-08-16
1
-0
/
+1
*
* bignum.c (big_lshift): make shift offset long type.
akr
2007-08-16
1
-10
/
+11
*
* bignum.c (rb_big2str0): should not use RTEST for non-VALUE.
nobu
2007-08-08
1
-6
/
+6
*
* bignum.c (rb_big2str0): should preserve sign mark.
usa
2007-08-08
1
-4
/
+4
*
* bignum.c (rb_big2str0): make Bignum#to_s even faster. a patch
matz
2007-08-06
1
-150
/
+259
*
* bignum.c (big2str_table): base cannot be 0 or 1.
nobu
2007-08-02
1
-5
/
+7
*
* bignum.c (rb_big2str0): faster Bugnum#to_s using Karatsuba
matz
2007-08-02
1
-19
/
+111
*
* bignum.c (rb_big_aref): check for Bignum index range.
nobu
2007-07-30
1
-12
/
+22
*
* bignum.c (rb_big_lshift, rb_big_rshift): separated functions
nobu
2007-07-19
1
-9
/
+87
*
* bignum.c (rb_big_pow): refine overflow check. [ruby-dev:31242]
nobu
2007-07-18
1
-1
/
+3
*
* bignum.c (rb_big_pow): removed invariant variable. [ruby-dev:31236]
nobu
2007-07-15
1
-15
/
+3
*
* bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]
nobu
2007-07-15
1
-1
/
+2
*
* bignum.c (rb_cstr_to_inum): check leading non-digits.
nobu
2007-07-15
1
-15
/
+16
*
* bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]
nobu
2007-07-14
1
-0
/
+1
*
refine previous change.
akr
2007-06-28
1
-1
/
+1
*
* bignum.c (rb_big_hash): fix hash area.
akr
2007-06-28
1
-1
/
+1
*
* include/ruby/ruby.h: IL32LLP64 support.
usa
2007-06-26
1
-3
/
+3
*
* include/ruby: moved public headers.
nobu
2007-06-10
1
-1
/
+1
*
* bignum.c: purged trailing spaces.
nobu
2007-05-09
1
-37
/
+37
*
* bignum.c (Init_Bignum), numeric.c (Init_Numeric): added fdiv as
nobu
2007-05-09
1
-0
/
+2
*
* bignum.c (rb_big_quo): now calculate in integer. [ruby-dev:30753]
nobu
2007-05-02
1
-6
/
+64
*
* bignum.c (rb_big_pow): improvement by calculating from MSB and using
nobu
2007-05-01
1
-11
/
+64
*
* bignum.c (rb_big_pow): truncate all zero BDIGITs. [ruby-dev:30733]
nobu
2007-04-26
1
-20
/
+34
*
* bignum.c (rb_big_pow): reduce multiplying for even number.
nobu
2007-04-26
1
-7
/
+5
*
* bignum.c (rb_big2str0): round up for the most significant digit.
nobu
2007-03-21
1
-4
/
+4
*
* bignum.c (rb_big2str0): use better approximation.
usa
2006-10-30
1
-2
/
+2
*
* bignum.c (rb_big2str0): wrong allocation length.
matz
2006-10-30
1
-1
/
+1
*
* sprintf.c (rb_str_format): should preserve leading zero
matz
2006-10-30
1
-12
/
+24
*
* bignum.c (rb_big_rshift): a bug in right shift of negative
matz
2006-10-07
1
-0
/
+4
*
* bignum.c (rb_big_hash): use rb_memhash().
matz
2006-09-21
1
-7
/
+3
[next]