| Commit message (Expand) | Author | Age | Files | Lines |
* | * math.c (domain_check): should not raise EDOM exception for NaN | matz | 2008-12-10 | 1 | -32/+43 |
* | inserted a newline. | tadf | 2008-10-28 | 1 | -1/+2 |
* | * math.c (rb_math_{atan2,cos,cosh,hypot,log,sin,sinh,sqrt}): added. | tadf | 2008-10-28 | 1 | -9/+40 |
* | * math.c (math_log): should check argc. | tadf | 2008-09-21 | 1 | -1/+1 |
* | * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM. | matz | 2008-09-05 | 1 | -30/+30 |
* | * math.c (math_atanh): raise EDOM on FreeBSD when atanh(1). | naruse | 2008-07-28 | 1 | -3/+23 |
* | add an example to rdoc of sqrt and cbrt. | akr | 2008-06-15 | 1 | -1/+43 |
* | * suppress warnings with -Wwrite-string. | nobu | 2008-05-31 | 1 | -1/+1 |
* | * math.c (to_flo): rb_Float() accepts even strings for input. | matz | 2008-05-16 | 1 | -1/+14 |
* | * complex.c (nucomp_div): [ruby-dev:34357] | tadf | 2008-04-14 | 1 | -1/+1 |
* | * lib/cmath.rb: new. | tadf | 2008-04-05 | 1 | -8/+8 |
* | * math.c (math_cbrt): new method Math.cbrt. | akr | 2008-02-09 | 1 | -0/+15 |
* | * math.c (math_gamma): add error check. | akr | 2008-02-09 | 1 | -2/+10 |
* | fix lgamma doc. | akr | 2008-02-07 | 1 | -1/+1 |
* | * math.c (math_gamma): new method Math.gamma. | akr | 2008-02-07 | 1 | -0/+73 |
* | * sprintf.c: fix comment. [ruby-dev:33275] | mame | 2008-01-23 | 1 | -1/+1 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * ext/json, lib/json, test/json: Update to JSON 1.1.2. | naruse | 2007-11-28 | 1 | -1/+1 |
* | * include/ruby/ruby.h: introduce 2 macros: | ko1 | 2007-11-13 | 1 | -37/+37 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+1 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -1/+1 |
* | * math.c (math_log): update document to mention second optional | matz | 2007-02-16 | 1 | -0/+3 |
* | * dir.c (dir_s_glob): remove unused variable. | matz | 2006-09-18 | 1 | -1/+1 |
* | * math.c (domain_check): ANSI style function arguments | matz | 2006-07-27 | 1 | -4/+2 |
* | * math.c (domain_check): a new function to check domain error | matz | 2006-07-27 | 1 | -27/+29 |
* | * math.c (log2): may be a macro. | nobu | 2006-06-09 | 1 | -1/+4 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -3/+43 |
* | * dir.c: supress warning "/* within comment" | ocean | 2006-03-01 | 1 | -6/+3 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -45/+23 |
* | * eval.c (cvar_cbase): class variables cause SEGV in | matz | 2004-09-03 | 1 | -23/+0 |
* | * struct.c (make_struct): remove redefining constant when | matz | 2004-09-03 | 1 | -0/+23 |
* | Add RDoc comments to math.c | dave | 2003-12-28 | 1 | -0/+184 |
* | * math.c (math_log): nan takes a dummy argument on Cygwin 1.5.0. | eban | 2003-07-10 | 1 | -2/+6 |
* | * math.c (math_erf,math_erfc): new function. [ruby-list:37753] | matz | 2003-06-05 | 1 | -0/+19 |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |
* | * array.c (rb_ary_zip): iterates over items in the receiver. | matz | 2002-11-19 | 1 | -1/+1 |
* | * math.c (math_acos): check errno after operation. ditto for | matz | 2002-11-14 | 1 | -33/+58 |
* | * re.c (rb_reg_expr_str): should treat backslash specially in | matz | 2002-04-18 | 1 | -4/+17 |
* | should be HAVE_TANH | nobu | 2002-04-11 | 1 | -1/+1 |
* | * eval.c (assign): ruby_verbose should be surrounded by RTEST(). | matz | 2002-04-11 | 1 | -0/+27 |
* | * variable.c (rb_obj_remove_instance_variable): raise NameError if | matz | 2002-04-10 | 1 | -0/+28 |
* | * io.c (argf_seek_m): wrong calling sequence of rb_io_seek(). | matz | 2001-03-13 | 1 | -0/+74 |
* | * math.c (math_log, math_log10): use nan() instead of 0.0/0.0 on Cygwin. | eban | 2001-03-09 | 1 | -2/+2 |
* | * math.c (math_log, math_log10): should return NaN if x < 0.0 | eban | 2001-03-07 | 1 | -0/+5 |
* | * dir.c (dir_s_glob): supprt backslash escape of metacharacters | matz | 2001-02-14 | 1 | -1/+1 |
* | 2000-05-01 | matz | 2000-05-01 | 1 | -2/+2 |
* | 2000-02-17 | matz | 2000-02-17 | 1 | -3/+3 |
* | 20000105 | matz | 2000-01-05 | 1 | -1/+1 |
* | 1.4.0 | matz | 1999-08-13 | 1 | -1/+1 |
* | This commit was generated by cvs2svn to compensate for changes in r372, | matz | 1999-01-20 | 1 | -24/+50 |