summaryrefslogtreecommitdiff
path: root/complex.c
Commit message (Expand)AuthorAgeFilesLines
* * merged from trunk r26747:26885.nobu2010-03-121-45/+1
* * merged from trunk r20597:25704.nobu2009-11-101-139/+639
* * inits.c (rb_vm_call_inits): no longer passes current vm.nobu2008-12-171-1/+1
* * merged from trunk r20375:20561.nobu2008-12-061-20/+23
* * inits.c (rb_vm_call_inits): let all InitVM functions usenobu2008-11-301-1/+1
* * merged from trunk r19258:20281.nobu2008-11-191-232/+267
* * eval.c (ruby_vm_init): split from ruby_init.nobu2008-09-081-2/+6
* * merged from trunk r19180:19235.nobu2008-09-071-13/+5
* * merged from trunk r19119:19180.nobu2008-09-061-22/+19
* * merged from trunk r18951:19010.nobu2008-09-011-0/+7
* * merged from trunk r18923:18938.nobu2008-08-301-12/+25
* * merged from trunk r18660:18923.nobu2008-08-291-240/+180
* * merged from trunk r18286:18660.nobu2008-08-161-0/+1
* * file.c (rb_file_s_join, Init_File): moved separator to VM.nobu2008-07-301-3/+19
* * include/ruby/public_object.h: moved global variables to VM specific data.nobu2008-07-061-2/+0
* * complex.c (string_to_c, nucomp_s_convert): preserve the currenttadf2008-06-131-8/+17
* * complex.c (string_to_c_internal): save and restore backref. fixed [ruby-dev...wanabe2008-06-131-2/+7
* * complex.c: refactoring.tadf2008-06-121-90/+41
* * complex.c (nucomp_s_convert): need not to initialize optionaltadf2008-06-101-2/+0
* fixedtadf2008-06-091-12/+17
* * complex.c (nucomp_s_convert): can accept Complex('i').tadf2008-06-091-10/+18
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-0/+2
* * complex.c (make_patterns): constified.nobu2008-06-091-4/+6
* * math.c (to_flo): rb_Float() accepts even strings for input.matz2008-05-161-2/+2
* * complex.c, rational.c: fixed indent.nobu2008-04-221-117/+130
* * complex.c (nucomp_div): [ruby-dev:34357]tadf2008-04-141-5/+20
* * lib/cmath.rb: new.tadf2008-04-051-121/+18
* * bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242]matz2008-04-031-6/+3
* * complex.c (nucomp_int_check): function for DRY real check.tadf2008-04-031-61/+24
* adopted the ruby's style.tadf2008-03-311-884/+892
* revert git backfire in r15860; sorrymatz2008-03-301-27/+18
* * proc.c (proc_dup): should copy is_lambda attribute as well.matz2008-03-301-18/+27
* * complex.c (f_lcm): removed.tadf2008-03-271-27/+18
* trivial changes.tadf2008-03-241-55/+55
* fixed. [ruby-dev:34109]tadf2008-03-221-14/+14
* * complex.c (nucomp_sub, nucomp_expt): call corresponding functions.mame2008-03-201-2/+2
* improvements.tadf2008-03-201-52/+255
* added rb_gcd.tadf2008-03-191-75/+2
* revert.tadf2008-03-191-24/+23
* * complex.c (nucomp_to_s, nucomp_inspect): get rid of makingnobu2008-03-191-23/+24
* edited comments.tadf2008-03-161-1/+1
* both complex and rational are now builtin classes.tadf2008-03-161-0/+1533