aboutsummaryrefslogtreecommitdiffstats
path: root/math.c
Commit message (Expand)AuthorAgeFilesLines
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * array.c (rb_ary_zip): iterates over items in the receiver.matz2002-11-191-1/+1
* * math.c (math_acos): check errno after operation. ditto formatz2002-11-141-33/+58
* * re.c (rb_reg_expr_str): should treat backslash specially inmatz2002-04-181-4/+17
* should be HAVE_TANHnobu2002-04-111-1/+1
* * eval.c (assign): ruby_verbose should be surrounded by RTEST().matz2002-04-111-0/+27
* * variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz2002-04-101-0/+28
* * io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz2001-03-131-0/+74
* * math.c (math_log, math_log10): use nan() instead of 0.0/0.0 on Cygwin.eban2001-03-091-2/+2
* * math.c (math_log, math_log10): should return NaN if x < 0.0eban2001-03-071-0/+5
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-141-1/+1
* 2000-05-01matz2000-05-011-2/+2
* 2000-02-17matz2000-02-171-3/+3
* 20000105matz2000-01-051-1/+1
* 1.4.0matz1999-08-131-1/+1
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-24/+50
* This commit was generated by cvs2svn to compensate for changes in r11,matz1998-01-161-34/+18
* Initial revisionv1_0_r2matz1998-01-161-0/+135