summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2007-08-21* util.c (ruby_strtod): replaced by the implementation by Davidmatz
2007-08-21* cont.c: add Fiber#resume and Fiber.yield.ko1
2007-08-20* test/ruby/test_enumerator.rb: fix last commit.ko1
2007-08-20* test_enumerator.rb (enum_test): fix to return sortedko1
2007-08-20* enumerator.c (next_i): fix to return with Fiber#yield atko1
2007-08-19Sentence.expand_syntax refined.akr
2007-08-19* test/ruby/sentence.rb: new method Sentence().akr
2007-08-18sentence.rb documented.akr
2007-08-18* test/ruby/test_yield.rb (TestYieldGen): relax array size checkakr
2007-08-18lambda yield emulator refactored.akr
2007-08-18* test/ruby/test_yield.rb (TestYieldGen): add test for yielding toakr
2007-08-18* sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keepnobu
2007-08-17* eval.c (frame_func_id): return proper method ID.nobu
2007-08-17* test/ruby/test_basicinstructions.rb: fix old tests.ko1
2007-08-16fix "&" handling in block parameter.akr
2007-08-16* test/ruby/sentence.rb: Sentence class implementedakr
2007-08-15TestRubyYieldGen#test_yield needs too long time.akr
2007-08-15* hash.c (rb_hash_delete_key): delete the entry without calling block.nobu
2007-08-09update syntax (f_marg_list).akr
2007-08-08* enumerator.c (enumerator_next_p): should check correctly even whenmatz
2007-08-08variable renaming refined.akr
2007-08-06add test using sentgen.akr
2007-08-05added an assertion.tadf
2007-08-02* sprintf.c (rb_f_sprintf): should not check positional number asnobu
2007-07-30add assertions.akr
2007-07-30* bignum.c (rb_big_aref): check for Bignum index range.nobu
2007-07-19refine tests for shift.akr
2007-07-19* bignum.c (rb_big_lshift, rb_big_rshift): separated functionsnobu
2007-07-15* sprintf.c (rb_f_sprintf): more checks for format argument.nobu
2007-07-15refine failure messages.akr
2007-07-15* bignum.c (rb_cstr_to_inum): check leading non-digits.nobu
2007-07-15refined.akr
2007-07-14* numeric.c (fix_pow): integer power calculation: 0**n => 0, matz
2007-07-14more assertions.akr
2007-07-13refined.akr
2007-07-13check values around 16bit.akr
2007-07-13more tests.akr
2007-07-13add assertions using equations taken from Hacker's Delight.akr
2007-07-13new file.akr
2007-07-13more tests.akr
2007-07-13check (-0x4000000000000000)/(-1) too.akr
2007-07-13add test for [ruby-dev:31210].akr
2007-07-13sentence generator updated.akr
2007-07-13add test for [ruby-dev:31197].akr
2007-07-13* range.c (range_max, range_min): return nil for empty set as well asnobu
2007-07-12add tests for [ruby-dev:31189] and [ruby-dev:31190].akr
2007-07-06* test/ruby/test_iterator.rb: fix test to 1.9 spec.ko1
2007-07-06* test/ruby/sentgen.rb: new file.akr
2007-07-05* test/ruby/test_basicinstructions.rb: remove an assertion usingko1
2007-07-05 * numeric.c (int_pow): fix previous nubu's commit.usa