aboutsummaryrefslogtreecommitdiffstats
path: root/complex.c
Commit message (Expand)AuthorAgeFilesLines
...
* unused functions and variablesnobu2014-03-171-58/+6
* * complex.c: removed meaningless lines.tadf2013-09-151-2/+0
* rational.c: conditionally defined variablenobu2013-09-101-0/+2
* complex.c: fix typonobu2013-09-091-4/+4
* complex.c, rational.c: use RB_TYPE_Pnobu2013-09-091-49/+27
* * gc.c: support RGENGC. [ruby-trunk - Feature #8339]ko12013-05-131-1/+1
* * include/ruby/ruby.h: constify RRational::(num,den) andko12013-05-131-4/+4
* * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko12013-05-131-2/+2
* * array.c: Document synonymous methods, by windwiny [GH-277]zzak2013-04-121-0/+1
* * complex.c: edited rdoc.tadf2013-03-101-1/+7
* * complex.c: described syntax of string form.tadf2013-03-101-0/+18
* marshal.c: marshal_dump instance varialbesnobu2013-01-261-0/+1
* complex.c, time.c: make marshal methods privatenobu2012-12-011-2/+2
* * complex.c (string_to_c_strict, string_to_c): check NUL.tadf2012-11-221-3/+21
* * complex.c (nucomp_to_c): added.tadf2012-11-211-0/+16
* * complex.c: some improvements.tadf2012-11-201-11/+29
* * complex.c (read_comp): mathn compliant.tadf2012-11-181-8/+8
* trivial changes.tadf2012-11-181-11/+12
* * complex.c (read_comp): modified handling of polar form.tadf2012-11-171-5/+4
* * complex.c (read_comp): fixed handling of polar form.tadf2012-11-171-3/+11
* * complex.c (string_to_c_strict, string_to_c): rewrote without regexp.tadf2012-11-171-131/+230
* * complex.c (make_patterns): should not accept extra sign.tadf2012-11-171-1/+1
* * complex.c: modified doc.tadf2012-11-101-3/+7
* * complex.c: modified doc.tadf2012-11-031-35/+94
* * include/ruby/ruby.h: add C APIs.nari2012-10-201-2/+1
* * complex.c: Fix examples of r36993.eregon2012-09-221-7/+5
* remove garbages.nobu2012-09-201-1/+1
* * complex.c: Examples for Complex Documentation.zzak2012-09-191-3/+17
* added a commenttadf2012-08-041-1/+1
* complex.c, rational.c: compatible marshal loadernobu2012-07-251-11/+29
* * marshal.c: experimental test aborted.tadf2012-06-031-45/+0
* * marshal.c: calls directly rb_{Complex,Rational}_marshal_load().tadf2012-06-031-0/+20
* use rb_marshal_{dump,load}nobu2012-06-031-8/+4
* * complex.c: wrote Complex#_dump and Complex::load. But nowtadf2012-06-031-0/+29
* * complex.c (nucomp_marshal_load): [ruby-core:45394]tadf2012-06-031-0/+4
* * complex.c (nucomp_expt): [ruby-core:44170].tadf2012-04-081-4/+1
* * complex.c (nucomp_expt): the result of f_complex_new2 may be a fixnumnaruse2012-04-081-2/+5
* replaced rdoc for Complex::Itadf2012-02-281-1/+1
* * complex.c (nucomp_marshal_load): raise error on invalid data.naruse2012-02-251-0/+2
* * complex.c (Init_Complex): Document Complex::I. Patch by Sylvaindrbrain2012-02-241-0/+3
* * complex.c (nucomp_rationalize): fix function. [ruby-core:40667]nobu2011-11-021-1/+1
* * complex.c: use "__sun" instead of "__sun__" to detect SunOS.akr2011-10-241-1/+1
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-5/+5
* * complex.c (nucomp_rationalize): calls rationalize of real part ifmrkn2011-08-101-4/+13
* * complex.c (f_signbit): fix compile error in gcc4 on Solaris withngoto2011-08-051-2/+3
* Forward-ports r32777 from branches/ruby_1_9_3 to trunk.yugui2011-07-311-0/+3
* * internal.h: added declarations.tadf2011-07-091-2/+0
* * internal.h: declare internal functions here.akr2011-06-171-4/+1
* * complex.c (string_to_c_internal): uses rb_reg_nth_match;tadf2011-06-091-18/+12
* * complex.c (string_to_c_internal): a refactoring.tadf2011-05-091-3/+2