| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | added a comment. | tadf | 2009-06-29 | 1 | -0/+1 |
* | * rational.c (float_to_r): always returns rational. | tadf | 2009-06-29 | 1 | -1/+1 |
* | * complex.c (nucomp_div): raises ZeroDivisionError immediately | tadf | 2009-06-28 | 1 | -1/+3 |
* | * complex.c (nucomp_expt): convert to a float when the given power | tadf | 2009-06-28 | 1 | -1/+2 |
* | * complex.c (nucomp_expt): some improvements. | tadf | 2009-06-28 | 1 | -5/+5 |
* | * complex.c: renamed some static functions. | tadf | 2009-06-28 | 1 | -10/+9 |
* | * rational.c (nurat_cmp): use rb_num_coerce_cmp. | tadf | 2009-06-27 | 1 | -1/+1 |
* | * complex.c: revised rdoc. | tadf | 2009-06-27 | 1 | -354/+254 |
* | * numeric.c (num_div): don't use num_floor which is actually | tadf | 2009-06-20 | 1 | -123/+0 |
* | * complex.c: edited rdoc. | tadf | 2009-06-19 | 1 | -23/+20 |
* | * complex.c: edited rdoc. | tadf | 2009-06-19 | 1 | -1/+7 |
* | * complex.c; edited rdoc. | tadf | 2009-06-19 | 1 | -41/+22 |
* | * rational.c (nurat_abs); removed. | tadf | 2009-06-19 | 1 | -25/+0 |
* | * rational.c; edited rdoc. | tadf | 2009-06-19 | 1 | -1/+10 |
* | due to conflict | tadf | 2009-06-19 | 1 | -110/+143 |
* | * complex.c: constant COMPLEX_NAME has been removed. | tadf | 2009-06-19 | 1 | -5/+1 |
* | * rational.c: added rdoc. a patch from Run Paint Run Run. | tadf | 2009-06-19 | 1 | -2/+662 |
* | * numeric.c (*_numerator,*_denominator): moved to rational.c. | tadf | 2009-06-19 | 1 | -0/+60 |