| Commit message (Expand) | Author | Age | Files | Lines |
* | * numeric.c: cancelled recent changes (except to remove rdiv). | tadf | 2008-04-07 | 1 | -9/+23 |
* | * bignum.c (rb_cmpint): moved from compar.c, to check bignum | matz | 2008-04-06 | 1 | -0/+17 |
* | * bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242] | matz | 2008-04-03 | 1 | -1/+0 |
* | * bignum.c (big2dbl): more precise conversion at edge cases. | nobu | 2008-04-01 | 1 | -4/+53 |
* | * numeric.c (num_quo): should convert its operand to Rational. | matz | 2008-03-31 | 1 | -3/+1 |
* | * bignum.c (rb_cstr_to_inum): treat successive underscores as | nobu | 2008-03-19 | 1 | -3/+4 |
* | both complex and rational are now builtin classes. | tadf | 2008-03-16 | 1 | -4/+17 |
* | fix doc. | akr | 2008-03-09 | 1 | -1/+1 |
* | * bignum.c: fix indent. | mame | 2008-03-07 | 1 | -91/+91 |
* | * bignum.c (power_cache_init, power_cache_get_power0, Init_Bignum): | mame | 2008-03-07 | 1 | -10/+5 |
* | * numeric.c (fix_to_s): avoid rb_scan_args() when no argument | matz | 2008-03-05 | 1 | -3/+6 |
* | * bignum.c (big2str_find_n1): check integer overflow. | nobu | 2008-02-29 | 1 | -0/+3 |
* | * bignum.c (big2str_karatsuba): initialize cache if not initialized. | usa | 2008-02-25 | 1 | -2/+5 |
* | * bignum.c (BIGZEROP): fix for longer Bignum zeros. [ruby-Bugs-17454] | nobu | 2008-02-22 | 1 | -1/+13 |
* | * numeric.c (rb_num_coerce_bin): add ID argument to specify | matz | 2008-02-12 | 1 | -10/+10 |
* | adjustment | tadf | 2008-01-30 | 1 | -10/+9 |
* | * bignum.c (rb_cstr_to_inum): '0_2' is a valid representatin. | tadf | 2008-01-30 | 1 | -3/+11 |
* | * bignum.c: move object allocation out of blocking_region. | mame | 2008-01-29 | 1 | -58/+64 |
* | * bignum.c (rb_big2str0): should be US-ASCII. | usa | 2008-01-28 | 1 | -1/+1 |
* | * string.c (rb_str_usascii_new{,2}: defined. | naruse | 2008-01-25 | 1 | -1/+1 |
* | * bignum.c (big_shift): fix a bug that caused infinite loop when | mame | 2008-01-21 | 1 | -1/+1 |
* | * $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 |