| Commit message (Expand) | Author | Age | Files | Lines |
* | * rational.c (f_round_common): should check overflow. | tadf | 2012-12-15 | 1 | -0/+6 |
* | * ratioanl.c (float_rationalize): reduced. | tadf | 2012-12-15 | 1 | -10/+18 |
* | random.c, rational.c: make marshal methods private | nobu | 2012-12-03 | 1 | -2/+2 |
* | * complex.c (string_to_c_strict, string_to_c): check NUL. | tadf | 2012-11-22 | 1 | -3/+21 |
* | * rational.c (read_digits): due to a bit tighter rb_cstr_to_inum(). | tadf | 2012-11-21 | 1 | -2/+6 |
* | * complex.c: some improvements. | tadf | 2012-11-20 | 1 | -14/+35 |
* | * complex.c (read_comp): mathn compliant. | tadf | 2012-11-18 | 1 | -2/+2 |
* | trivial changes. | tadf | 2012-11-18 | 1 | -7/+10 |
* | * complex.c (string_to_c_strict, string_to_c): rewrote without regexp. | tadf | 2012-11-17 | 1 | -125/+167 |
* | * complex.c: modified doc. | tadf | 2012-11-10 | 1 | -5/+10 |
* | * complex.c: modified doc. | tadf | 2012-11-03 | 1 | -58/+4 |
* | * include/ruby/ruby.h: add C APIs. | nari | 2012-10-20 | 1 | -2/+1 |
* | complex.c, rational.c: compatible marshal loader | nobu | 2012-07-25 | 1 | -10/+30 |
* | * marshal.c: experimental test aborted. | tadf | 2012-06-03 | 1 | -44/+0 |
* | * marshal.c: calls directly rb_{Complex,Rational}_marshal_load(). | tadf | 2012-06-03 | 1 | -0/+20 |
* | use rb_marshal_{dump,load} | nobu | 2012-06-03 | 1 | -8/+3 |
* | * complex.c: wrote Complex#_dump and Complex::load. But now | tadf | 2012-06-03 | 1 | -0/+29 |
* | * complex.c (nucomp_marshal_load): [ruby-core:45394] | tadf | 2012-06-03 | 1 | -0/+4 |
* | * complex.c (nucomp_marshal_load): raise error on invalid data. | naruse | 2012-02-25 | 1 | -0/+2 |
* | * use RB_TYPE_P which is optimized for constant types, instead of | nobu | 2011-09-29 | 1 | -5/+5 |
* | * rational.c (nurat_coerce): Rational#coerce should converts itself | mrkn | 2011-08-17 | 1 | -0/+2 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -0/+1 |
* | * complex.c (string_to_c_internal): uses rb_reg_nth_match; | tadf | 2011-06-09 | 1 | -10/+4 |
* | * rational.c (string_to_r): Rational#** may return flonum. | tadf | 2011-06-09 | 1 | -3/+7 |
* | * insns.def (opt_mult): as r31805, volatile it. | naruse | 2011-05-30 | 1 | -1/+1 |
* | * complex.c, rational.c: omitted some method calls. | tadf | 2011-04-24 | 1 | -19/+46 |
* | * rational.c: parenthesize macro arguments. | akr | 2010-12-26 | 1 | -14/+14 |
* | modified some descriptions. | tadf | 2010-11-23 | 1 | -9/+9 |
* | * complex.c, rational.c ({nucomp,nurat}_expt): added a check. | tadf | 2010-11-22 | 1 | -2/+2 |
* | * configure.in, include/ruby/defines.h (RUBY_FUNC_EXPORTED): macro | nobu | 2010-08-14 | 1 | -9/+1 |
* | * rational.c (nurat_div): divided by infinity should be zero. | nobu | 2010-08-06 | 1 | -8/+1 |
* | * rational.c (nurat_div): divided by float zero should be | nobu | 2010-08-06 | 1 | -1/+1 |
* | * complex.c (nucomp_marshal_load): should check the argument. | nobu | 2010-08-05 | 1 | -0/+1 |
* | * bignum.c (rb_big_eq): never equal to infinity. | nobu | 2010-08-03 | 1 | -0/+17 |
* | * include/ruby/{intern,io}.h: add missing prototypes. | nobu | 2010-07-22 | 1 | -0/+8 |
* | * complex.c, rational.c, lib/cmath.rb, lib/date.rb lib/date/delta*: | tadf | 2010-04-26 | 1 | -0/+225 |
* | * complex.c, ratioanl.c: reverted experimental r24565. | tadf | 2010-04-25 | 1 | -225/+0 |
* | * complex.c (nucomp_real_check): raise TypeError instead of ArgumentError | marcandre | 2010-03-03 | 1 | -1/+1 |
* | * rational.c (nurat_expt): use Float#** when Rational ** Float. | naruse | 2010-02-25 | 1 | -3/+1 |
* | fix typos. | akr | 2009-11-03 | 1 | -3/+3 |
* | * include/ruby/st.h (st_hash_func): use st_index_t. | nobu | 2009-09-08 | 1 | -1/+1 |
* | * complex.c (nucomp_rationalize) added. [experimental] | tadf | 2009-08-16 | 1 | -0/+225 |
* | * complex.c (nucomp_hash), rational.c (nurat_hash): not to use | nobu | 2009-07-25 | 1 | -4/+3 |
* | * rational.c (float_to_r): an improvement. | tadf | 2009-07-19 | 1 | -0/+16 |
* | * complex.c (make_patterns): do not use \d. | tadf | 2009-07-19 | 1 | -1/+1 |
* | * complex.c: added some shortcuts. | tadf | 2009-07-12 | 1 | -2/+28 |
* | * complex.c: use k_exact_{zero,one}_p macro. | tadf | 2009-07-12 | 1 | -5/+8 |
* | * numeric.c (fix_divide): added an entry to rational. | tadf | 2009-07-12 | 1 | -0/+7 |
* | * rational.c: edited rdoc. | tadf | 2009-07-05 | 1 | -5/+5 |
* | * rational.c: renamed equal_p to eqeq_p. | tadf | 2009-07-03 | 1 | -14/+14 |