Age | Commit message (Expand) | Author |
2009-06-27 | trivial change. | tadf |
2009-06-27 | * complex.c (nucomp_addsub): new | tadf |
2009-06-27 | * complex.c: revised rdoc. | tadf |
2009-06-20 | * complex.c: edited rdoc. | 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 | * complex.c: added rdoc. | tadf |
2009-06-19 | * complex.c: constant COMPLEX_NAME has been removed. | tadf |
2009-06-18 | * rational.c (nurat_s_convert): calls to_r when the given 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-02-15 | * complex.c (f_signbit): fixed indentation. | nobu |
2009-02-14 | * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end), | mame |
2009-02-02 | * complex.c (f_signbit): regard NaN as a positive value. | shugo |
2008-12-29 | * bignum.c (rb_cstr_to_inum): changed an error message. | tadf |
2008-12-13 | * complex.c: use rb_usascii_str_new2 instead of rb_str_new2. | tadf |
2008-12-12 | * complex.c (nucomp_canonicalization): renamed. | tadf |
2008-12-12 | * complex.c, rational.c: do not use RUBY_VERSION_CODE. | tadf |
2008-12-12 | * complex.c, rational.c: do not use RUBY_VERSION_CODE. | nobu |
2008-12-10 | * complex.c: avoided warnings on cpp. | tadf |
2008-12-05 | * complex.c: inpsect should not depend on to_s. | tadf |
2008-12-03 | * complex.c (nurat_{to_s,inspect}): provides better representation | tadf |
2008-12-03 | * complex.c (f_signbit): NaN may be signed value. | tadf |
2008-10-29 | * complex.c (imp1, imp2): should declare type. | takano32 |
2008-10-28 | * complex.c: uses macro in declarations. | tadf |
2008-10-28 | * math.c (rb_math_{atan2,cos,cosh,hypot,log,sin,sinh,sqrt}): added. | tadf |
2008-10-28 | * complex.c: continues to support canonicalization *unofficially* | tadf |
2008-10-13 | * complex.c (m_sqrt): unused. | nobu |
2008-09-24 | * complex.c (Init_Complex), rational.c (Init_Rational): undefines | nobu |
2008-09-24 | * complex.c (Init_Complex), rational.c (Init_Rational): ID_ALLOCATOR | nobu |
2008-09-23 | * complex.c (nucomp_s_canonicalize_internal): does no apply | tadf |
2008-09-21 | fixed 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-21 | trivial changes. | tadf |
2008-09-21 | * complex.c (nucomp_s_canonicalize_internal): checks exactness of | tadf |
2008-09-20 | * complex.c: an instance method image has been removed and | tadf |
2008-09-19 | * complex.c: uses f_(in)?exact_p macro. | tadf |
2008-09-17 | * complex.c (nucomp_s_convert): accepts complex | tadf |
2008-09-16 | * numeric.c: provides predicate real? instead of scalar?. | tadf |
2008-09-16 | * complex.c (nucomp_marshal_{dump,load}): preserve instance | tadf |
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 preserve | tadf |
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 |