aboutsummaryrefslogtreecommitdiffstats
path: root/math.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/json, lib/json, test/json: Update to JSON 1.1.2.naruse2007-11-281-1/+1
* * include/ruby/ruby.h: introduce 2 macros:ko12007-11-131-37/+37
* * encoding.c: provide basic features for M17N.matz2007-08-251-1/+1
* * include/ruby: moved public headers.nobu2007-06-101-1/+1
* * math.c (math_log): update document to mention second optionalmatz2007-02-161-0/+3
* * dir.c (dir_s_glob): remove unused variable.matz2006-09-181-1/+1
* * math.c (domain_check): ANSI style function argumentsmatz2006-07-271-4/+2
* * math.c (domain_check): a new function to check domain errormatz2006-07-271-27/+29
* * math.c (log2): may be a macro.nobu2006-06-091-1/+4
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-3/+43
* * dir.c: supress warning "/* within comment"ocean2006-03-011-6/+3
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-45/+23
* * eval.c (cvar_cbase): class variables cause SEGV inmatz2004-09-031-23/+0
* * struct.c (make_struct): remove redefining constant whenmatz2004-09-031-0/+23
* Add RDoc comments to math.cdave2003-12-281-0/+184
* * math.c (math_log): nan takes a dummy argument on Cygwin 1.5.0.eban2003-07-101-2/+6
* * math.c (math_erf,math_erfc): new function. [ruby-list:37753]matz2003-06-051-0/+19
* 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