summaryrefslogtreecommitdiff
path: root/lib/rational.rb
AgeCommit message (Expand)Author
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