| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * complex.c (f_signbit): fixed indentation. | nobu | 2009-02-15 | 1 | -12/+9 |
* | * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end), | mame | 2009-02-14 | 1 | -6/+11 |
* | * complex.c (f_signbit): regard NaN as a positive value. | shugo | 2009-02-02 | 1 | -1/+3 |
* | * bignum.c (rb_cstr_to_inum): changed an error message. | tadf | 2008-12-29 | 1 | -1/+1 |
* | * complex.c: use rb_usascii_str_new2 instead of rb_str_new2. | tadf | 2008-12-13 | 1 | -8/+8 |
* | * 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/+8 |
* | * complex.c: inpsect should not depend on to_s. | tadf | 2008-12-05 | 1 | -4/+10 |
* | * complex.c (nurat_{to_s,inspect}): provides better representation | tadf | 2008-12-03 | 1 | -10/+5 |
* | * complex.c (f_signbit): NaN may be signed value. | tadf | 2008-12-03 | 1 | -7/+9 |
* | * complex.c (imp1, imp2): should declare type. | takano32 | 2008-10-29 | 1 | -2/+2 |
* | * complex.c: uses macro in declarations. | tadf | 2008-10-28 | 1 | -17/+27 |
* | * math.c (rb_math_{atan2,cos,cosh,hypot,log,sin,sinh,sqrt}): added. | tadf | 2008-10-28 | 1 | -19/+19 |
* | * complex.c: continues to support canonicalization *unofficially* | tadf | 2008-10-28 | 1 | -3/+15 |
* | * complex.c (m_sqrt): unused. | nobu | 2008-10-13 | 1 | -0/+2 |
* | * complex.c (Init_Complex), rational.c (Init_Rational): undefines | nobu | 2008-09-24 | 1 | -0/+1 |
* | * complex.c (Init_Complex), rational.c (Init_Rational): ID_ALLOCATOR | nobu | 2008-09-24 | 1 | -12/+3 |
* | * complex.c (nucomp_s_canonicalize_internal): does no apply | tadf | 2008-09-23 | 1 | -24/+10 |
* | fixed previous commit. | tadf | 2008-09-21 | 1 | -4/+4 |
* | * complex.c: added two macros. | tadf | 2008-09-21 | 1 | -2/+6 |
* | * complex.c (nucomp_s_convert): checks argc. | tadf | 2008-09-21 | 1 | -4/+3 |
* | trivial changes. | tadf | 2008-09-21 | 1 | -14/+16 |
* | * complex.c (nucomp_s_canonicalize_internal): checks exactness of | tadf | 2008-09-21 | 1 | -9/+16 |
* | * complex.c: an instance method image has been removed and | tadf | 2008-09-20 | 1 | -107/+91 |
* | * complex.c: uses f_(in)?exact_p macro. | tadf | 2008-09-19 | 1 | -8/+10 |
* | * complex.c (nucomp_s_convert): accepts complex | tadf | 2008-09-17 | 1 | -23/+21 |
* | * numeric.c: provides predicate real? instead of scalar?. | tadf | 2008-09-16 | 1 | -7/+4 |
* | * complex.c (nucomp_marshal_{dump,load}): preserve instance | tadf | 2008-09-16 | 1 | -1/+6 |
* | * gc.c, include/ruby/ruby.h: rename rb_register_mark_object() | ko1 | 2008-09-15 | 1 | -8/+8 |
* | * complex.c (nucomp_eql_p): new. | tadf | 2008-09-15 | 1 | -3/+19 |
* | * complex.c: trivial changes. | tadf | 2008-09-14 | 1 | -9/+12 |
* | * complex.c (f_{add,mul,sub}): omitted some shortcuts for preserve | tadf | 2008-09-14 | 1 | -0/+23 |
* | * complex.c: refined. | tadf | 2008-09-13 | 1 | -35/+28 |
* | * complex.c: some adjustments. | tadf | 2008-09-07 | 1 | -13/+5 |
* | * complex.c: uses f_real_p macro. | tadf | 2008-09-05 | 1 | -22/+19 |
* | * complex.c (numeric_abs2): new. | tadf | 2008-08-31 | 1 | -0/+7 |
* | * complex.c ({nucomp,numeric}_rect): new. | tadf | 2008-08-29 | 1 | -12/+25 |
* | * complex.c (nucomp_div): now behaves as quo. | tadf | 2008-08-22 | 1 | -233/+179 |
* | * include/ruby/ruby.h (rb_intern_const): tiny optimization. | nobu | 2008-08-16 | 1 | -0/+1 |
* | * complex.c (string_to_c, nucomp_s_convert): preserve the current | tadf | 2008-06-13 | 1 | -8/+17 |
* | * complex.c (string_to_c_internal): save and restore backref. fixed [ruby-dev... | wanabe | 2008-06-13 | 1 | -2/+7 |
* | * complex.c: refactoring. | tadf | 2008-06-12 | 1 | -90/+41 |
* | * complex.c (nucomp_s_convert): need not to initialize optional | tadf | 2008-06-10 | 1 | -2/+0 |
* | fixed | tadf | 2008-06-09 | 1 | -12/+17 |
* | * complex.c (nucomp_s_convert): can accept Complex('i'). | tadf | 2008-06-09 | 1 | -10/+18 |
* | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu | 2008-06-09 | 1 | -0/+2 |
* | * complex.c (make_patterns): constified. | nobu | 2008-06-09 | 1 | -4/+6 |
* | * math.c (to_flo): rb_Float() accepts even strings for input. | matz | 2008-05-16 | 1 | -2/+2 |