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
2008-02-25
* bignum.c (big2str_karatsuba): initialize cache if not initialized.
usa
2008-02-22
* bignum.c (BIGZEROP): fix for longer Bignum zeros. [ruby-Bugs-17454]
nobu
2008-02-12
* numeric.c (rb_num_coerce_bin): add ID argument to specify
matz
2008-01-30
adjustment
tadf
2008-01-30
* bignum.c (rb_cstr_to_inum): '0_2' is a valid representatin.
tadf
2008-01-29
* bignum.c: move object allocation out of blocking_region.
mame
2008-01-28
* bignum.c (rb_big2str0): should be US-ASCII.
usa
2008-01-25
* string.c (rb_str_usascii_new{,2}: defined.
naruse
2008-01-21
* bignum.c (big_shift): fix a bug that caused infinite loop when
mame
2008-01-06
* $Date$ keyword removed to avoid inclusion of locale dependent
akr
2008-01-02
* bignum.c (conv_digit): use ISDIGIT, ISLOWER and ISUPPER.
akr
2008-01-02
don't need to include ruby/util.h.
akr
2008-01-02
* util.c (ruby_strtoul): locale independent strtoul is implemented to
akr
2007-12-31
fix typos.
akr
2007-12-24
* pack.c (pack_pack): use NUM2LONG instead of NUM2INT.
usa
2007-12-21
* bignum.c (rb_big_mul0): remove unused variable.
matz
2007-12-21
* regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,
akr
2007-12-20
* bignum.c (big2str_orig): access beyond memory region cause crash
matz
2007-12-19
* bignum.c (bigmul1): C99ism.
usa
2007-12-19
* bignum.c (rb_big_mul0): blocking check for bigger numbers.
matz
2007-12-19
* bignum.c (rb_cstr_to_inum): an underscore succeeding after octal
nobu
2007-12-18
* bignum.c (rb_cstr_to_inum): wrong radix check. a patch from
matz
2007-12-04
* bignum.c (rb_cstr_to_inum): trailing spaces may exist at sqeezing
nobu
2007-11-27
* bignum.c (big2str_find_n1): removed extraneous element.
nobu
2007-11-16
* bignum.c (rb_big_odd_p): new method added. a patch from Tadashi
matz
2007-11-13
* include/ruby/ruby.h: introduce 2 macros:
ko1
2007-09-29
* bignum.c: use SIZEOF_LONG instead of SIZEOF_ULONG which is not
akr
2007-09-01
* include/ruby/ruby.h (struct RBignum): embed digits in RBignum for
akr
2007-08-25
* encoding.c: provide basic features for M17N.
matz
2007-08-16
* bignum.c (bigtrunc): RBIGNUM(x)->len may be zero. out of bound
matz
2007-08-16
* bignum.c (big_lshift): make shift offset long type.
akr
2007-08-08
* bignum.c (rb_big2str0): should not use RTEST for non-VALUE.
nobu
2007-08-08
* bignum.c (rb_big2str0): should preserve sign mark.
usa
2007-08-06
* bignum.c (rb_big2str0): make Bignum#to_s even faster. a patch
matz
2007-08-02
* bignum.c (big2str_table): base cannot be 0 or 1.
nobu
2007-08-02
* bignum.c (rb_big2str0): faster Bugnum#to_s using Karatsuba
matz
2007-07-30
* bignum.c (rb_big_aref): check for Bignum index range.
nobu
2007-07-19
* bignum.c (rb_big_lshift, rb_big_rshift): separated functions
nobu
2007-07-18
* bignum.c (rb_big_pow): refine overflow check. [ruby-dev:31242]
nobu
2007-07-15
* bignum.c (rb_big_pow): removed invariant variable. [ruby-dev:31236]
nobu
2007-07-15
* bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]
nobu
2007-07-15
* bignum.c (rb_cstr_to_inum): check leading non-digits.
nobu
2007-07-14
* bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]
nobu
2007-06-28
refine previous change.
akr
2007-06-28
* bignum.c (rb_big_hash): fix hash area.
akr
2007-06-26
* include/ruby/ruby.h: IL32LLP64 support.
usa
2007-06-10
* include/ruby: moved public headers.
nobu
2007-05-09
* bignum.c: purged trailing spaces.
nobu
2007-05-09
* bignum.c (Init_Bignum), numeric.c (Init_Numeric): added fdiv as
nobu
2007-05-02
* bignum.c (rb_big_quo): now calculate in integer. [ruby-dev:30753]
nobu
[next]