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
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rational.c
Age
Commit message (
Expand
)
Author
2016-07-29
rb_funcallv
nobu
2016-05-18
ruby.h: RB_INTEGER_TYPE_P
nobu
2016-04-15
rename rb_rational_add -> rb_rational_plus
mrkn
2016-04-15
array.c (rb_ary_sum): use rb_rational_add directly
mrkn
2016-03-30
rational.c: pure declarations
nobu
2016-01-22
RUBY_ASSERT
nobu
2015-09-11
rational.c: preserve encoding in exception
normal
2015-04-30
* remove trailing spaces.
svn
2015-04-30
* rational.c: Added documentation for rational literal.
hsbt
2015-01-10
* rational.c: removed commented-out code.
hsbt
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-08-22
provide backward compatibilities
nobu
2014-05-17
* include/ruby/ruby.h: Hide Rational internal.
akr
2014-05-02
avoid large alloca on Complex/Rational calls
normal
2014-04-19
* internal.h (struct RBignum): Use size_t for len.
akr
2014-04-13
* bignum.c (SIZEOF_BDIGIT): Renamed from SIZEOF_BDIGITS.
akr
2014-03-21
* complax.c: [DOC] Document number conversion of `nil` by @skade [fix GH-570]...
hsbt
2014-03-17
unused functions and variables
nobu
2014-02-15
* internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.
akr
2013-09-17
revertd.
tadf
2013-09-17
Revert r42942; a revert requires a reason
naruse
2013-09-15
* complex.c: removed meaningless lines.
tadf
2013-09-15
removed an empty line.
tadf
2013-09-15
* rational.c (nurat_div): reverted r28844, r28886 and r28887.
tadf
2013-09-10
rational.c: conditionally defined variable
nobu
2013-09-09
complex.c, rational.c: use RB_TYPE_P
nobu
2013-09-08
* rational.c (f_gcd): Relax the condition to use GMP.
akr
2013-09-06
* rational.c: Include gmp.h if GMP is used.
akr
2013-08-01
* rational.c (rb_flt_rationalize_with_prec): new public C function
mrkn
2013-07-26
rational.c: ensure to be Rational
nobu
2013-06-07
* rational.c (numeric_quo): move num_quo in numeric.c to numeric_quo
mrkn
2013-05-29
rational.c: use existing functions
nobu
2013-05-13
* gc.c: support RGENGC. [ruby-trunk - Feature #8339]
ko1
2013-05-13
* include/ruby/ruby.h: constify RRational::(num,den) and
ko1
2013-05-13
* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro
ko1
2013-04-09
* internal.h (MUL_OVERFLOW_SIGNED_INTEGER_P): New macro.
akr
2013-03-12
* rational.c: fix dangling if, else-if and else.
takano32
2013-03-10
* complex.c: edited rdoc.
tadf
2013-03-10
* complex.c: described syntax of string form.
tadf
2013-02-23
* array.c: Document #<=> return values and formatting
zzak
2013-02-05
* rational.c (nurat_expt): Deal with special cases for rationals 0, ±1
marcandre
2013-01-26
marshal.c: marshal_dump instance varialbes
nobu
2012-12-15
* rational.c (f_round_common): should check overflow.
tadf
2012-12-15
* ratioanl.c (float_rationalize): reduced.
tadf
2012-12-03
random.c, rational.c: make marshal methods private
nobu
2012-11-22
* complex.c (string_to_c_strict, string_to_c): check NUL.
tadf
2012-11-21
* rational.c (read_digits): due to a bit tighter rb_cstr_to_inum().
tadf
2012-11-20
* complex.c: some improvements.
tadf
2012-11-18
* complex.c (read_comp): mathn compliant.
tadf
2012-11-18
trivial changes.
tadf
[next]