aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rational.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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 revisionv1_0_r2matz1998-01-161-0/+361