summaryrefslogtreecommitdiff
path: root/bignum.c
AgeCommit message (Expand)Author
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 specifymatz
2008-01-30adjustmenttadf
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 whenmame
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2008-01-02* bignum.c (conv_digit): use ISDIGIT, ISLOWER and ISUPPER.akr
2008-01-02don't need to include ruby/util.h.akr
2008-01-02* util.c (ruby_strtoul): locale independent strtoul is implemented toakr
2007-12-31fix 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 crashmatz
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 octalnobu
2007-12-18* bignum.c (rb_cstr_to_inum): wrong radix check. a patch frommatz
2007-12-04* bignum.c (rb_cstr_to_inum): trailing spaces may exist at sqeezingnobu
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 Tadashimatz
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 notakr
2007-09-01* include/ruby/ruby.h (struct RBignum): embed digits in RBignum forakr
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 boundmatz
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 patchmatz
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 Karatsubamatz
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 functionsnobu
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-28refine 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 asnobu
2007-05-02* bignum.c (rb_big_quo): now calculate in integer. [ruby-dev:30753]nobu
2007-05-01* bignum.c (rb_big_pow): improvement by calculating from MSB and usingnobu