index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
complex.c
Age
Commit message (
Expand
)
Author
2008-06-13
* complex.c (string_to_c, nucomp_s_convert): preserve the current
tadf
2008-06-13
* complex.c (string_to_c_internal): save and restore backref. fixed [ruby-dev...
wanabe
2008-06-12
* complex.c: refactoring.
tadf
2008-06-10
* complex.c (nucomp_s_convert): need not to initialize optional
tadf
2008-06-09
fixed
tadf
2008-06-09
* complex.c (nucomp_s_convert): can accept Complex('i').
tadf
2008-06-09
* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.
nobu
2008-06-09
* complex.c (make_patterns): constified.
nobu
2008-05-16
* math.c (to_flo): rb_Float() accepts even strings for input.
matz
2008-04-22
* complex.c, rational.c: fixed indent.
nobu
2008-04-14
* complex.c (nucomp_div): [ruby-dev:34357]
tadf
2008-04-05
* lib/cmath.rb: new.
tadf
2008-04-03
* bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242]
matz
2008-04-03
* complex.c (nucomp_int_check): function for DRY real check.
tadf
2008-03-31
adopted the ruby's style.
tadf
2008-03-30
revert git backfire in r15860; sorry
matz
2008-03-30
* proc.c (proc_dup): should copy is_lambda attribute as well.
matz
2008-03-27
* complex.c (f_lcm): removed.
tadf
2008-03-24
trivial changes.
tadf
2008-03-22
fixed. [ruby-dev:34109]
tadf
2008-03-20
* complex.c (nucomp_sub, nucomp_expt): call corresponding functions.
mame
2008-03-20
improvements.
tadf
2008-03-19
added rb_gcd.
tadf
2008-03-19
revert.
tadf
2008-03-19
* complex.c (nucomp_to_s, nucomp_inspect): get rid of making
nobu
2008-03-16
edited comments.
tadf
2008-03-16
both complex and rational are now builtin classes.
tadf