| Commit message (Expand) | Author | Age | Files | Lines |
* | * gc.c: support RGENGC. [ruby-trunk - Feature #8339] | ko1 | 2013-05-13 | 1 | -1/+1 |
* | * include/ruby/ruby.h: constify RRational::(num,den) and | ko1 | 2013-05-13 | 1 | -4/+4 |
* | * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro | ko1 | 2013-05-13 | 1 | -2/+2 |
* | * array.c: Document synonymous methods, by windwiny [GH-277] | zzak | 2013-04-12 | 1 | -0/+1 |
* | * complex.c: edited rdoc. | tadf | 2013-03-10 | 1 | -1/+7 |
* | * complex.c: described syntax of string form. | tadf | 2013-03-10 | 1 | -0/+18 |
* | marshal.c: marshal_dump instance varialbes | nobu | 2013-01-26 | 1 | -0/+1 |
* | complex.c, time.c: make marshal methods private | nobu | 2012-12-01 | 1 | -2/+2 |
* | * complex.c (string_to_c_strict, string_to_c): check NUL. | tadf | 2012-11-22 | 1 | -3/+21 |
* | * complex.c (nucomp_to_c): added. | tadf | 2012-11-21 | 1 | -0/+16 |
* | * complex.c: some improvements. | tadf | 2012-11-20 | 1 | -11/+29 |
* | * complex.c (read_comp): mathn compliant. | tadf | 2012-11-18 | 1 | -8/+8 |
* | trivial changes. | tadf | 2012-11-18 | 1 | -11/+12 |
* | * complex.c (read_comp): modified handling of polar form. | tadf | 2012-11-17 | 1 | -5/+4 |
* | * complex.c (read_comp): fixed handling of polar form. | tadf | 2012-11-17 | 1 | -3/+11 |
* | * complex.c (string_to_c_strict, string_to_c): rewrote without regexp. | tadf | 2012-11-17 | 1 | -131/+230 |
* | * complex.c (make_patterns): should not accept extra sign. | tadf | 2012-11-17 | 1 | -1/+1 |
* | * complex.c: modified doc. | tadf | 2012-11-10 | 1 | -3/+7 |
* | * complex.c: modified doc. | tadf | 2012-11-03 | 1 | -35/+94 |
* | * include/ruby/ruby.h: add C APIs. | nari | 2012-10-20 | 1 | -2/+1 |
* | * complex.c: Fix examples of r36993. | eregon | 2012-09-22 | 1 | -7/+5 |
* | remove garbages. | nobu | 2012-09-20 | 1 | -1/+1 |
* | * complex.c: Examples for Complex Documentation. | zzak | 2012-09-19 | 1 | -3/+17 |
* | added a comment | tadf | 2012-08-04 | 1 | -1/+1 |
* | 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 |