| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * rational.c (nurat_s_convert): calls to_r when the given argument | tadf | 2009-06-18 | 1 | -2/+5 |
* | * rational.c (nurat_coerce): accepts Complex when the imag is | tadf | 2009-06-17 | 1 | -0/+4 |
* | * bignum.c (rb_big_fdiv): checks whether the given second argument | tadf | 2009-06-17 | 1 | -1/+1 |
* | * complex.c (nucomp_coerce): accepts Complex instances. | tadf | 2009-06-16 | 1 | -0/+2 |
* | * complex.c (nucomp_fdiv): use fdiv recursively. | tadf | 2009-06-13 | 1 | -5/+5 |
* | * rational.c (nurat_to_f): use fdiv. | tadf | 2009-06-13 | 1 | -81/+3 |
* | * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end), | mame | 2009-02-14 | 1 | -6/+11 |
* | * bignum.c (rb_cstr_to_inum): changed an error message. | tadf | 2008-12-29 | 1 | -1/+1 |
* | * rational.c: floor, ceil, truncate and round accept an extra | tadf | 2008-12-29 | 1 | -16/+71 |
* | * complex.c: use rb_usascii_str_new2 instead of rb_str_new2. | tadf | 2008-12-13 | 1 | -3/+3 |
* | * complex.c (nucomp_canonicalization): renamed. | tadf | 2008-12-12 | 1 | -10/+5 |
* | * complex.c, rational.c: do not use RUBY_VERSION_CODE. | tadf | 2008-12-12 | 1 | -5/+4 |
* | * complex.c, rational.c: do not use RUBY_VERSION_CODE. | nobu | 2008-12-12 | 1 | -3/+1 |
* | * complex.c: avoided warnings on cpp. | tadf | 2008-12-10 | 1 | -0/+10 |
* | * rational.c (nurat_{to_s,inspect}): performance improvement. | tadf | 2008-12-05 | 1 | -9/+23 |
* | * complex.c: continues to support canonicalization *unofficially* | tadf | 2008-10-28 | 1 | -3/+15 |
* | * complex.c (Init_Complex), rational.c (Init_Rational): undefines | nobu | 2008-09-24 | 1 | -0/+1 |