index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rational.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* 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