summaryrefslogtreecommitdiff
path: root/lib/rational.rb
AgeCommit message (Expand)Author
2009-09-24* lib/mathn.rb (Bignum#**): Fixed bignum**fixnum that was broken when requiri...marcandre
2009-08-16warn 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-07trivial change.tadf
2008-04-05 * lib/cmath.rb: new.tadf
2008-03-30revert git backfire in r15860; sorrymatz
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-16both complex and rational are now builtin classes.tadf
2008-02-12 * lib/rational.rb (floor, ceil, truncate, round): do not usetadf
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-05-08 * lib/rational.rb: fix high-precision Rationals cannot bekeiju
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_FILEmatz
2004-11-15* array.c (rb_ary_update): pedantic check to detectmatz
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 specifymatz
2003-04-22* parse.y (arg_ambiguous): hopefully better message.matz
2003-02-06* lib/complex.rb (Complex#==): should not raise error by typematz
2003-01-23* eval.c (rb_eval): do not warn discarding already undefinedmatz
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'smatz
1999-09-01regexp literal (e.g. \202) match, etc.matz
1999-08-131.4.0matz
1999-01-20This commit was generated by cvs2svn to compensate for changes in r372,matz
2019-08-17version 0.99.4-961224v0_99_4_961224Yukihiro Matsumoto