summaryrefslogtreecommitdiff
path: root/lib/rational.rb
AgeCommit message (Expand)Author
2004-05-07* eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320)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