index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rational.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* rational.c (string_to_r_internal): use rb_isdigit.
naruse
2008-06-01
1
-1
/
+1
*
* bignum.c (rb_big_fdiv): flo.fdiv(NaN) should result NaN.
matz
2008-05-07
1
-22
/
+18
*
* test/ruby/test_parse.rb (TestParse::test_void_expr_stmts_value):
matz
2008-05-01
1
-2
/
+2
*
* rational (nurat_marshal_load): checks the given
tadf
2008-04-28
1
-9
/
+14
*
* rational.c (nurat_expt): use f_rational_new2. [ruby-dev:34524]
tadf
2008-04-27
1
-5
/
+1
*
* complex.c, rational.c: fixed indent.
nobu
2008-04-22
1
-119
/
+132
*
* lib/cmath.rb: new.
tadf
2008-04-05
1
-4
/
+3
*
* bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242]
matz
2008-04-03
1
-19
/
+2
*
* complex.c (nucomp_int_check): function for DRY real check.
tadf
2008-04-03
1
-3
/
+3
*
* numeric.c (num_rdiv): should always return rational number.
matz
2008-04-02
1
-33
/
+31
*
* rational.c (nurat_int_check): function for DRY integer check.
matz
2008-04-02
1
-54
/
+19
*
* rational.c: need to include <float.h> just once.
matz
2008-04-01
1
-4
/
+1
*
adopted the ruby's style.
tadf
2008-03-31
1
-989
/
+999
*
revert.
tadf
2008-03-31
1
-1
/
+1
*
* numeric.c (num_quo): should convert its operand to Rational.
matz
2008-03-31
1
-1
/
+1
*
* complex.c (f_lcm): removed.
tadf
2008-03-27
1
-22
/
+73
*
trivial changes.
tadf
2008-03-24
1
-55
/
+55
*
fixed. [ruby-dev:34109]
tadf
2008-03-22
1
-19
/
+19
*
rearrangement.
tadf
2008-03-20
1
-5
/
+8
*
* rational.c (nurat_to_f): C99.
nobu
2008-03-20
1
-1
/
+1
*
improvements.
tadf
2008-03-20
1
-68
/
+549
*
added rb_gcd.
tadf
2008-03-19
1
-0
/
+6
*
revert.
tadf
2008-03-19
1
-19
/
+16
*
* complex.c (nucomp_to_s, nucomp_inspect): get rid of making
nobu
2008-03-19
1
-16
/
+19
*
edited comments.
tadf
2008-03-16
1
-1
/
+1
*
both complex and rational are now builtin classes.
tadf
2008-03-16
1
-0
/
+1111