summaryrefslogtreecommitdiffstats
path: root/lib/rational.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/mathn.rb (Bignum#**): Fixed bignum**fixnum that was broken when requiri...marcandre2009-09-241-2/+2
* warn only when $VERBOSE.tadf2009-08-161-1/+1
* * lib/complex.rb, lib/rational.rb: added warning messages.tadf2009-08-161-0/+2
* * complex.c: edited rdoc.tadf2009-06-191-0/+2
* * lib/rational.rb: resolved conflicts of aliases.tadf2008-10-051-2/+2
* trivial change.tadf2008-04-071-2/+2
* * lib/cmath.rb: new.tadf2008-04-051-0/+2
* revert git backfire in r15860; sorrymatz2008-03-301-32/+0
* * proc.c (proc_dup): should copy is_lambda attribute as well.matz2008-03-301-0/+32
* * complex.c (f_lcm): removed.tadf2008-03-271-32/+0
* both complex and rational are now builtin classes.tadf2008-03-161-518/+10
* * lib/rational.rb (floor, ceil, truncate, round): do not usetadf2008-02-121-22/+53
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * lib/rational.rb: fix high-precision Rationals cannot bekeiju2007-05-081-1/+3
* * lib/rational.rb (Integer::gcd): small typo fix. [ruby-core:07395]matz2006-02-201-1/+1
* * lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler):matz2006-02-201-33/+7
* * string.c (scan_once): wrong condition to use mbclen2().matz2005-10-271-58/+233
* * lib/mathn.rb (Fixnum): remove debug print.matz2005-09-191-6/+0
* * io.c (io_close): call rb_io_close() directly if io is a T_FILEmatz2005-09-191-0/+6
* * array.c (rb_ary_update): pedantic check to detectmatz2004-11-151-11/+13
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-2/+2
* * eval.c (rb_clear_cache_by_class): check both klass and origin.matz2003-07-171-6/+3
* * lib/rational.rb (Integer::denominator): fixed typo. (ruby-bugs-ja:PR#466)nobu2003-05-161-1/+1
* * regex.c (re_match_exec): \Z changed to be consistent with new $matz2003-05-141-1/+1
* * string.c (rb_str_ljust): now takes optional argument to specifymatz2003-05-021-4/+4
* * parse.y (arg_ambiguous): hopefully better message.matz2003-04-221-1/+3
* * lib/complex.rb (Complex#==): should not raise error by typematz2003-02-061-7/+21
* * eval.c (rb_eval): do not warn discarding already undefinedmatz2003-01-231-1/+3
* * lib/rational.rb: modified to support "quo".matz2003-01-231-37/+6
* * lib/rational.rb(Rational#hash): modify algorism for hash-function.keiju2002-08-151-1/+1
* * eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz2002-06-111-3/+3
* regexp literal (e.g. \202) match, etc.matz1999-09-011-5/+29
* 1.4.0matz1999-08-131-1/+1
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-2/+7
* Initial revisionmatz1998-01-161-0/+361