| Commit message (Expand) | Author | Age | Files | Lines |
* | complex.c, rational.c: compatible marshal loader | nobu | 2012-07-25 | 1 | -11/+29 |
* | * marshal.c: experimental test aborted. | tadf | 2012-06-03 | 1 | -45/+0 |
* | * marshal.c: calls directly rb_{Complex,Rational}_marshal_load(). | tadf | 2012-06-03 | 1 | -0/+20 |
* | use rb_marshal_{dump,load} | nobu | 2012-06-03 | 1 | -8/+4 |
* | * complex.c: wrote Complex#_dump and Complex::load. But now | tadf | 2012-06-03 | 1 | -0/+29 |
* | * complex.c (nucomp_marshal_load): [ruby-core:45394] | tadf | 2012-06-03 | 1 | -0/+4 |
* | * complex.c (nucomp_expt): [ruby-core:44170]. | tadf | 2012-04-08 | 1 | -4/+1 |
* | * complex.c (nucomp_expt): the result of f_complex_new2 may be a fixnum | naruse | 2012-04-08 | 1 | -2/+5 |
* | replaced rdoc for Complex::I | tadf | 2012-02-28 | 1 | -1/+1 |
* | * complex.c (nucomp_marshal_load): raise error on invalid data. | naruse | 2012-02-25 | 1 | -0/+2 |
* | * complex.c (Init_Complex): Document Complex::I. Patch by Sylvain | drbrain | 2012-02-24 | 1 | -0/+3 |
* | * complex.c (nucomp_rationalize): fix function. [ruby-core:40667] | nobu | 2011-11-02 | 1 | -1/+1 |
* | * complex.c: use "__sun" instead of "__sun__" to detect SunOS. | akr | 2011-10-24 | 1 | -1/+1 |
* | * use RB_TYPE_P which is optimized for constant types, instead of | nobu | 2011-09-29 | 1 | -5/+5 |
* | * complex.c (nucomp_rationalize): calls rationalize of real part if | mrkn | 2011-08-10 | 1 | -4/+13 |
* | * complex.c (f_signbit): fix compile error in gcc4 on Solaris with | ngoto | 2011-08-05 | 1 | -2/+3 |
* | Forward-ports r32777 from branches/ruby_1_9_3 to trunk. | yugui | 2011-07-31 | 1 | -0/+3 |
* | * internal.h: added declarations. | tadf | 2011-07-09 | 1 | -2/+0 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -4/+1 |
* | * complex.c (string_to_c_internal): uses rb_reg_nth_match; | tadf | 2011-06-09 | 1 | -18/+12 |
* | * complex.c (string_to_c_internal): a refactoring. | tadf | 2011-05-09 | 1 | -3/+2 |
* | * complex.c (string_to_c_internal): support scientific notation. | mrkn | 2011-05-09 | 1 | -2/+3 |
* | * complex.c, rational.c: omitted some method calls. | tadf | 2011-04-24 | 1 | -16/+20 |
* | update doc. | akr | 2011-01-08 | 1 | -0/+8 |
* | * complex.c: parenthesize macro arguments. | akr | 2010-12-05 | 1 | -10/+10 |
* | modified some descriptions. | tadf | 2010-11-23 | 1 | -2/+2 |
* | * complex.c, rational.c ({nucomp,nurat}_expt): added a check. | tadf | 2010-11-22 | 1 | -2/+2 |
* | * configure.in, include/ruby/defines.h (RUBY_FUNC_EXPORTED): macro | nobu | 2010-08-14 | 1 | -9/+1 |
* | * complex.c (nucomp_to_[ifr]): don't allow complex with in-exact | tadf | 2010-08-10 | 1 | -3/+3 |
* | * complex.c (nucomp_marshal_load): should check the argument. | nobu | 2010-08-05 | 1 | -0/+1 |
* | * complex.c (nucomp_to_i): allow complex with imaginary zero to be | matz | 2010-07-22 | 1 | -3/+3 |
* | * include/ruby/{intern,io}.h: add missing prototypes. | nobu | 2010-07-22 | 1 | -0/+8 |
* | * complex.c, rational.c, lib/cmath.rb, lib/date.rb lib/date/delta*: | tadf | 2010-04-26 | 1 | -0/+15 |
* | * complex.c, ratioanl.c: reverted experimental r24565. | tadf | 2010-04-25 | 1 | -15/+0 |
* | * complex.c (f_signbit): remove condition for signbit because | naruse | 2010-03-12 | 1 | -15/+0 |
* | * complex.c (m_log, m_exp): remove unused functions. | naruse | 2010-03-04 | 1 | -21/+0 |
* | * complex.c (nucomp_real_check): raise TypeError instead of ArgumentError | marcandre | 2010-03-03 | 1 | -1/+1 |
* | * rational.c (nurat_expt): use Float#** when Rational ** Float. | naruse | 2010-02-25 | 1 | -8/+0 |
* | fix typos. | akr | 2009-11-03 | 1 | -4/+4 |
* | * include/ruby/st.h (st_hash_func): use st_index_t. | nobu | 2009-09-08 | 1 | -1/+1 |
* | * complex.c (nucomp_rationalize) added. [experimental] | tadf | 2009-08-16 | 1 | -0/+15 |
* | * numeric.c (num_imaginary): num#i to return imaginary counterpart | matz | 2009-08-16 | 1 | -0/+1 |
* | * complex.c (nucomp_hash), rational.c (nurat_hash): not to use | nobu | 2009-07-25 | 1 | -4/+3 |
* | * complex.c (make_patterns): do not use \d. | tadf | 2009-07-19 | 1 | -1/+1 |
* | * complex.c: added some shortcuts. | tadf | 2009-07-12 | 1 | -10/+38 |
* | * complex.c: use k_exact_{zero,one}_p macro. | tadf | 2009-07-12 | 1 | -11/+10 |
* | * numeric.c (fix_divide): added an entry to rational. | tadf | 2009-07-12 | 1 | -1/+7 |
* | * complex.c (nucomp_div): omitted zero division check. | tadf | 2009-07-08 | 1 | -2/+4 |
* | * complex.c (nucomp_s_polar): now arg is optional. | tadf | 2009-07-05 | 1 | -4/+16 |
* | * complex.c (float_arg): returns PI for -0.0. | tadf | 2009-07-05 | 1 | -1/+3 |