Age | Commit message (Expand) | Author |
2010-11-22 | * complex.c, rational.c ({nucomp,nurat}_expt): added a check. | tadf |
2010-08-14 | * configure.in, include/ruby/defines.h (RUBY_FUNC_EXPORTED): macro | nobu |
2010-08-06 | * rational.c (nurat_div): divided by infinity should be zero. | nobu |
2010-08-06 | * rational.c (nurat_div): divided by float zero should be | nobu |
2010-08-05 | * complex.c (nucomp_marshal_load): should check the argument. | nobu |
2010-08-03 | * bignum.c (rb_big_eq): never equal to infinity. | nobu |
2010-07-22 | * include/ruby/{intern,io}.h: add missing prototypes. | nobu |
2010-04-26 | * complex.c, rational.c, lib/cmath.rb, lib/date.rb lib/date/delta*: | tadf |
2010-04-25 | * complex.c, ratioanl.c: reverted experimental r24565. | tadf |
2010-03-03 | * complex.c (nucomp_real_check): raise TypeError instead of ArgumentError | marcandre |
2010-02-25 | * rational.c (nurat_expt): use Float#** when Rational ** Float. | naruse |
2009-11-03 | fix typos. | akr |
2009-09-08 | * include/ruby/st.h (st_hash_func): use st_index_t. | nobu |
2009-08-16 | * complex.c (nucomp_rationalize) added. [experimental] | tadf |
2009-07-25 | * complex.c (nucomp_hash), rational.c (nurat_hash): not to use | nobu |
2009-07-19 | * rational.c (float_to_r): an improvement. | tadf |
2009-07-19 | * complex.c (make_patterns): do not use \d. | tadf |
2009-07-12 | * complex.c: added some shortcuts. | tadf |
2009-07-12 | * complex.c: use k_exact_{zero,one}_p macro. | tadf |
2009-07-12 | * numeric.c (fix_divide): added an entry to rational. | tadf |
2009-07-05 | * rational.c: edited rdoc. | tadf |
2009-07-03 | * rational.c: renamed equal_p to eqeq_p. | tadf |
2009-06-29 | added a comment. | tadf |
2009-06-29 | * rational.c (float_to_r): always returns rational. | tadf |
2009-06-28 | * complex.c (nucomp_div): raises ZeroDivisionError immediately | tadf |
2009-06-28 | * complex.c (nucomp_expt): convert to a float when the given power | tadf |
2009-06-28 | * complex.c (nucomp_expt): some improvements. | tadf |
2009-06-28 | * complex.c: renamed some static functions. | tadf |
2009-06-27 | * rational.c (nurat_cmp): use rb_num_coerce_cmp. | tadf |
2009-06-27 | * complex.c: revised rdoc. | tadf |
2009-06-20 | * numeric.c (num_div): don't use num_floor which is actually | tadf |
2009-06-19 | * complex.c: edited rdoc. | tadf |
2009-06-19 | * complex.c: edited rdoc. | tadf |
2009-06-19 | * complex.c; edited rdoc. | tadf |
2009-06-19 | * rational.c (nurat_abs); removed. | tadf |
2009-06-19 | * rational.c; edited rdoc. | tadf |
2009-06-19 | due to conflict | tadf |
2009-06-19 | * complex.c: constant COMPLEX_NAME has been removed. | tadf |
2009-06-19 | * rational.c: added rdoc. a patch from Run Paint Run Run. | tadf |
2009-06-19 | * numeric.c (*_numerator,*_denominator): moved to rational.c. | tadf |
2009-06-18 | * rational.c (nurat_s_convert): calls to_r when the given argument | tadf |
2009-06-17 | * rational.c (nurat_coerce): accepts Complex when the imag is | tadf |
2009-06-17 | * bignum.c (rb_big_fdiv): checks whether the given second argument | tadf |
2009-06-16 | * complex.c (nucomp_coerce): accepts Complex instances. | tadf |
2009-06-13 | * complex.c (nucomp_fdiv): use fdiv recursively. | tadf |
2009-06-13 | * rational.c (nurat_to_f): use fdiv. | tadf |
2009-02-14 | * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end), | mame |
2008-12-29 | * bignum.c (rb_cstr_to_inum): changed an error message. | tadf |
2008-12-29 | * rational.c: floor, ceil, truncate and round accept an extra | tadf |
2008-12-13 | * complex.c: use rb_usascii_str_new2 instead of rb_str_new2. | tadf |