Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * math.c (math_log): should check argc. | tadf | 2008-09-21 | 1 | -0/+1 |
* | * math.c (math_atanh): raise EDOM on FreeBSD when atanh(1). | naruse | 2008-07-28 | 1 | -0/+4 |
* | * missing/lgamma_r.c (loggamma): return 0 for 1 and 2. | akr | 2008-03-06 | 1 | -1/+2 |
* | * test/ruby/test_math.rb: actual-expected argument ordering for | matz | 2008-02-14 | 1 | -25/+25 |
* | * test/ruby/test_math.rb: add tests for Math#gamma, Math#lgamma and | mame | 2008-02-09 | 1 | -1/+62 |
* | * test/ruby/test_struct.rb: add tests to achieve over 90% test | mame | 2008-01-23 | 1 | -6/+167 |
* | * test/*: should not depend on $KCODE. | nahi | 2004-02-18 | 1 | -2/+0 |
* | * lib/optparse.rb (OptionParser#order, #permute, #parse): allow an | nobu | 2003-09-05 | 1 | -3/+3 |
* | * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)' | nahi | 2003-09-05 | 1 | -2/+2 |
* | * test/ruby: tests for ruby itself. | nahi | 2003-09-04 | 1 | -0/+14 |