summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2007-09-14* test/ruby/test_io.rb: tests which cause SEGV should not beko1
2007-09-10* range.c (range_dumper): make uninitialized range dumpable.akr
2007-09-10* range.c: represent initialized state using EXCL instead of FL_USER3.akr
2007-09-08add test for [ruby-dev:31650] and [ruby-dev:31659].akr
2007-09-07add test for [ruby-dev:31759].akr
2007-09-07* test/ruby/test_fiber.rb (TestFiber::test_throw): uncaught throwmatz
2007-09-02add a test for [ruby-dev:31709].akr
2007-09-01* include/ruby/ruby.h (struct RBignum): embed digits in RBignum forakr
2007-08-28* test/ruby/test_string.rb (test_splice!): tests for [ruby-dev:31665].nobu
2007-08-27* thread.c: fix Mutex to be interruptable lock.ko1
2007-08-26* io.c (rb_io_each_byte): caused infinite loop. [ruby-dev:31652]matz
2007-08-26* cont.c: fix to remove Fiber.new until fiber.so is not loaded.ko1
2007-08-25* test/ruby/test_fiber.rb: fix to require 'continuation'.ko1
2007-08-25test assignment order.akr
2007-08-25* cont.c: separate Continuation and Fiber from core.ko1
2007-08-24* test/ruby/sentence.rb (Sentence): include Enumerable.akr
2007-08-24* enumerator.c (enumerator_next): stop pre-fetching.matz
2007-08-24* test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.matz
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