summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2007-08-28* ext/win32ole/win32ole.c (ole_type_progid): progid getted bysuke
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-27* ext/win32ole/win32ole.c (ole_type_progid): fix the bug.suke
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-23* ext/win32ole/win32ole.c (reg_get_value): use RegQueryValueEx insteadsuke
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-13* lib/rss/rss.rb: 0.1.8 -> 0.1.9.kou
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-07remove puts for debugsuke
2007-08-06fix test of PROPERTYPUT_REF in some environmentsuke
2007-08-06add test using sentgen.akr
2007-08-05added an assertion.tadf
2007-08-05* lib/rss, sample/rss, test/rss:kou
2007-08-02* sprintf.c (rb_f_sprintf): should not check positional number asnobu
2007-08-01* generic.rb (URI::Generic::merge_path): behave as RFC 3986.nobu
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