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
*
* sprintf.c: include ieeefp.h to refer isinf.
mame
2008-07-02
1
-0
/
+4
*
* rational.c (nurat_equal_p): Rational(0,x) and 0 are equivalent,
tadf
2008-06-13
1
-0
/
+6
*
* complex.c (string_to_c, nucomp_s_convert): preserve the current
tadf
2008-06-13
1
-8
/
+17
*
* rational.c (string_to_r_internal): save and restore backref. fixed [ruby-de...
wanabe
2008-06-13
1
-1
/
+5
*
* complex.c: refactoring.
tadf
2008-06-12
1
-90
/
+38
*
* rational.c (nurat_s_convert): need not to initialize optional
matz
2008-06-10
1
-2
/
+0
*
fixed
tadf
2008-06-09
1
-2
/
+3
*
* complex.c (nucomp_s_convert): can accept Complex('i').
tadf
2008-06-09
1
-16
/
+14
*
* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.
nobu
2008-06-09
1
-0
/
+2
*
* complex.c (make_patterns): constified.
nobu
2008-06-09
1
-4
/
+4
*
* rational.c (make_patterns): constified.
nobu
2008-06-09
1
-4
/
+6
*
* 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