| Commit message (Expand) | Author | Age | Files | Lines |
* | merges r20683 from trunk into ruby_1_9_1. | yugui | 2008-12-19 | 1 | -10/+5 |
* | merges r20715 from trunk into ruby_1_9_1. | yugui | 2008-12-16 | 1 | -3/+3 |
* | merges r20653 and r20667 from trunk into ruby_1_9_1. | yugui | 2008-12-16 | 1 | -7/+4 |
* | merges r20612 and r20614 from trunk into ruby_1_9_1. | yugui | 2008-12-13 | 1 | -0/+10 |
* | merges r20547 from trunk into ruby_1_9_1. | yugui | 2008-12-05 | 1 | -9/+23 |
* | merged r20001 and r20002 from trunk into ruby_1_9_1. | yugui | 2008-10-29 | 1 | -3/+15 |
* | * 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 | -25/+13 |
* | * complex.c: added two macros. | tadf | 2008-09-21 | 1 | -4/+8 |
* | * complex.c (nucomp_s_convert): checks argc. | tadf | 2008-09-21 | 1 | -4/+3 |
* | * complex.c (nucomp_s_canonicalize_internal): checks exactness of | tadf | 2008-09-21 | 1 | -18/+15 |
* | * complex.c: an instance method image has been removed and | tadf | 2008-09-20 | 1 | -2/+2 |
* | * complex.c: uses f_(in)?exact_p macro. | tadf | 2008-09-19 | 1 | -3/+6 |
* | * prec.c: removed. Precision will be redesigned and be back again. | yugui | 2008-09-19 | 1 | -10/+0 |
* | * complex.c (nucomp_s_convert): accepts complex | tadf | 2008-09-17 | 1 | -3/+1 |
* | * 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 | -5/+5 |
* | fixed the previous commit. | tadf | 2008-09-15 | 1 | -1/+1 |
* | * complex.c (nucomp_eql_p): new. | tadf | 2008-09-15 | 1 | -2/+4 |
* | * complex.c: trivial changes. | tadf | 2008-09-14 | 1 | -1/+1 |
* | * complex.c (f_{add,mul,sub}): omitted some shortcuts for preserve | tadf | 2008-09-14 | 1 | -0/+6 |
* | * complex.c: refined. | tadf | 2008-09-13 | 1 | -41/+53 |
* | * complex.c: some adjustments. | tadf | 2008-09-07 | 1 | -15/+30 |
* | * rational.c: removed unused code. | tadf | 2008-09-07 | 1 | -4/+7 |
* | * rational.c: added a static variable for nurat_to_f. | tadf | 2008-08-30 | 1 | -0/+4 |
* | * complex.c ({nucomp,numeric}_rect): new. | tadf | 2008-08-29 | 1 | -32/+8 |
* | * complex.c (nucomp_div): now behaves as quo. | tadf | 2008-08-22 | 1 | -5/+2 |
* | * include/ruby/ruby.h (rb_intern_const): tiny optimization. | nobu | 2008-08-16 | 1 | -0/+1 |
* | * sprintf.c: include ieeefp.h to refer isinf. | mame | 2008-07-02 | 1 | -0/+4 |
* | * rational.c (nurat_equal_p): Rational(0,x) and 0 are equivalent, | tadf | 2008-06-13 | 1 | -0/+6 |
* | * complex.c (string_to_c, nucomp_s_convert): preserve the current | tadf | 2008-06-13 | 1 | -8/+17 |
* | * rational.c (string_to_r_internal): save and restore backref. fixed [ruby-de... | wanabe | 2008-06-13 | 1 | -1/+5 |
* | * complex.c: refactoring. | tadf | 2008-06-12 | 1 | -90/+38 |
* | * rational.c (nurat_s_convert): need not to initialize optional | matz | 2008-06-10 | 1 | -2/+0 |
* | fixed | tadf | 2008-06-09 | 1 | -2/+3 |
* | * complex.c (nucomp_s_convert): can accept Complex('i'). | tadf | 2008-06-09 | 1 | -16/+14 |
* | * 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/+4 |
* | * rational.c (make_patterns): constified. | nobu | 2008-06-09 | 1 | -4/+6 |
* | * rational.c (string_to_r_internal): use rb_isdigit. | naruse | 2008-06-01 | 1 | -1/+1 |
* | * bignum.c (rb_big_fdiv): flo.fdiv(NaN) should result NaN. | matz | 2008-05-07 | 1 | -22/+18 |
* | * test/ruby/test_parse.rb (TestParse::test_void_expr_stmts_value): | matz | 2008-05-01 | 1 | -2/+2 |
* | * rational (nurat_marshal_load): checks the given | tadf | 2008-04-28 | 1 | -9/+14 |
* | * rational.c (nurat_expt): use f_rational_new2. [ruby-dev:34524] | tadf | 2008-04-27 | 1 | -5/+1 |
* | * complex.c, rational.c: fixed indent. | nobu | 2008-04-22 | 1 | -119/+132 |
* | * lib/cmath.rb: new. | tadf | 2008-04-05 | 1 | -4/+3 |
* | * bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242] | matz | 2008-04-03 | 1 | -19/+2 |
* | * complex.c (nucomp_int_check): function for DRY real check. | tadf | 2008-04-03 | 1 | -3/+3 |
* | * numeric.c (num_rdiv): should always return rational number. | matz | 2008-04-02 | 1 | -33/+31 |