summaryrefslogtreecommitdiff
path: root/complex.c
AgeCommit message (Expand)Author
2009-02-02merges r21945 from trunk into ruby_1_9_1.yugui
2008-12-19merges r20683 from trunk into ruby_1_9_1.yugui
2008-12-16merges r20715 from trunk into ruby_1_9_1.yugui
2008-12-16merges r20653 and r20667 from trunk into ruby_1_9_1.yugui
2008-12-13merges r20612 and r20614 from trunk into ruby_1_9_1.yugui
2008-12-05merges r20546 from trunk into ruby-1_9_1.yugui
2008-12-04merges r20474 from trunk into ruby_1_9_1.yugui
2008-12-04merges r20473 from trunk into ruby_1_9_1.yugui
2008-10-29merged r20020 from trunk into ruby_1_9_1.yugui
2008-10-29merged 20011 from trunk into ruby_1_9_1.yugui
2008-10-29merged r20005 and r20007 from trunk into ruby_1_9_1.yugui
2008-10-29merged r20001 and r20002 from trunk into ruby_1_9_1.yugui
2008-10-13* complex.c (m_sqrt): unused.nobu
2008-09-24* complex.c (Init_Complex), rational.c (Init_Rational): undefinesnobu
2008-09-24* complex.c (Init_Complex), rational.c (Init_Rational): ID_ALLOCATORnobu
2008-09-23 * complex.c (nucomp_s_canonicalize_internal): does no applytadf
2008-09-21fixed previous commit.tadf
2008-09-21 * complex.c: added two macros.tadf
2008-09-21 * complex.c (nucomp_s_convert): checks argc.tadf
2008-09-21trivial changes.tadf
2008-09-21 * complex.c (nucomp_s_canonicalize_internal): checks exactness oftadf
2008-09-20 * complex.c: an instance method image has been removed andtadf
2008-09-19 * complex.c: uses f_(in)?exact_p macro.tadf
2008-09-17 * complex.c (nucomp_s_convert): accepts complextadf
2008-09-16 * numeric.c: provides predicate real? instead of scalar?.tadf
2008-09-16 * complex.c (nucomp_marshal_{dump,load}): preserve instancetadf
2008-09-15* gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko1
2008-09-15 * complex.c (nucomp_eql_p): new.tadf
2008-09-14 * complex.c: trivial changes.tadf
2008-09-14 * complex.c (f_{add,mul,sub}): omitted some shortcuts for preservetadf
2008-09-13 * complex.c: refined.tadf
2008-09-07 * complex.c: some adjustments.tadf
2008-09-05 * complex.c: uses f_real_p macro.tadf
2008-08-31 * complex.c (numeric_abs2): new.tadf
2008-08-29 * complex.c ({nucomp,numeric}_rect): new.tadf
2008-08-22 * complex.c (nucomp_div): now behaves as quo.tadf
2008-08-16* include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu
2008-06-13 * complex.c (string_to_c, nucomp_s_convert): preserve the currenttadf
2008-06-13* complex.c (string_to_c_internal): save and restore backref. fixed [ruby-dev...wanabe
2008-06-12 * complex.c: refactoring.tadf
2008-06-10 * complex.c (nucomp_s_convert): need not to initialize optionaltadf
2008-06-09fixedtadf
2008-06-09 * complex.c (nucomp_s_convert): can accept Complex('i').tadf
2008-06-09* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu
2008-06-09* complex.c (make_patterns): constified.nobu
2008-05-16* math.c (to_flo): rb_Float() accepts even strings for input.matz
2008-04-22* complex.c, rational.c: fixed indent.nobu
2008-04-14 * complex.c (nucomp_div): [ruby-dev:34357]tadf
2008-04-05 * lib/cmath.rb: new.tadf
2008-04-03* bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242]matz