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
/
lib
/
rational.rb
Age
Commit message (
Expand
)
Author
2009-09-24
* lib/mathn.rb (Bignum#**): Fixed bignum**fixnum that was broken when requiri...
marcandre
2009-08-16
warn only when $VERBOSE.
tadf
2009-08-16
* lib/complex.rb, lib/rational.rb: added warning messages.
tadf
2009-06-19
* complex.c: edited rdoc.
tadf
2008-10-05
* lib/rational.rb: resolved conflicts of aliases.
tadf
2008-04-07
trivial change.
tadf
2008-04-05
* lib/cmath.rb: new.
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-16
both complex and rational are now builtin classes.
tadf
2008-02-12
* lib/rational.rb (floor, ceil, truncate, round): do not use
tadf
2008-01-06
* $Date$ keyword removed to avoid inclusion of locale dependent
akr
2007-05-08
* lib/rational.rb: fix high-precision Rationals cannot be
keiju
2006-02-20
* lib/rational.rb (Integer::gcd): small typo fix. [ruby-core:07395]
matz
2006-02-20
* lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler):
matz
2005-10-27
* string.c (scan_once): wrong condition to use mbclen2().
matz
2005-09-19
* lib/mathn.rb (Fixnum): remove debug print.
matz
2005-09-19
* io.c (io_close): call rb_io_close() directly if io is a T_FILE
matz
2004-11-15
* array.c (rb_ary_update): pedantic check to detect
matz
2004-03-29
* exception message clean-up by Ian Macdonald <ian@caliban.org>.
matz
2003-07-17
* eval.c (rb_clear_cache_by_class): check both klass and origin.
matz
2003-05-16
* lib/rational.rb (Integer::denominator): fixed typo. (ruby-bugs-ja:PR#466)
nobu
2003-05-14
* regex.c (re_match_exec): \Z changed to be consistent with new $
matz
2003-05-02
* string.c (rb_str_ljust): now takes optional argument to specify
matz
2003-04-22
* parse.y (arg_ambiguous): hopefully better message.
matz
2003-02-06
* lib/complex.rb (Complex#==): should not raise error by type
matz
2003-01-23
* eval.c (rb_eval): do not warn discarding already undefined
matz
2003-01-23
* lib/rational.rb: modified to support "quo".
matz
2002-08-15
* lib/rational.rb(Rational#hash): modify algorism for hash-function.
keiju
2002-06-11
* eval.c (rb_eval): ruby_frame->last_func may be null, if it's
matz
1999-09-01
regexp literal (e.g. \202) match, etc.
matz
1999-08-13
1.4.0
matz
1999-01-20
This commit was generated by cvs2svn to compensate for changes in r372,
matz
2019-08-17
version 0.99.4-961224
v0_99_4_961224
Yukihiro Matsumoto