aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* add test for [ruby-dev:31759].akr2007-09-071-4/+12
* * test/ruby/test_fiber.rb (TestFiber::test_throw): uncaught throwmatz2007-09-071-1/+1
* * ext/win32ole/win32ole.c: add WIN32OLE_EVENT#unadvise.suke2007-09-041-1/+21
* add a test for [ruby-dev:31709].akr2007-09-021-0/+8
* * include/ruby/ruby.h (struct RBignum): embed digits in RBignum forakr2007-09-011-0/+12
* * test/socket/test_tcp.rb (test_recvfrom): same as mswin32 on mswin64.usa2007-09-011-1/+1
* * ext/win32ole/win32ole.c (ole_type_progid): progid getted bysuke2007-08-282-2/+2
* * test/ruby/test_string.rb (test_splice!): tests for [ruby-dev:31665].nobu2007-08-281-0/+8
* * thread.c: fix Mutex to be interruptable lock.ko12007-08-271-0/+24
* * ext/win32ole/win32ole.c (ole_type_progid): fix the bug.suke2007-08-271-4/+0
* * io.c (rb_io_each_byte): caused infinite loop. [ruby-dev:31652]matz2007-08-261-3/+3
* * cont.c: fix to remove Fiber.new until fiber.so is not loaded.ko12007-08-261-1/+1
* * test/ruby/test_fiber.rb: fix to require 'continuation'.ko12007-08-251-0/+1
* test assignment order.akr2007-08-251-2/+11
* * cont.c: separate Continuation and Fiber from core.ko12007-08-253-8/+10
* * test/ruby/sentence.rb (Sentence): include Enumerable.akr2007-08-242-55/+70
* * enumerator.c (enumerator_next): stop pre-fetching.matz2007-08-241-2/+4
* * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.matz2007-08-247-15/+15
* * ext/win32ole/win32ole.c (reg_get_value): use RegQueryValueEx insteadsuke2007-08-231-0/+25
* * util.c (ruby_strtod): replaced by the implementation by Davidmatz2007-08-211-0/+2
* * cont.c: add Fiber#resume and Fiber.yield.ko12007-08-211-30/+51
* * test/ruby/test_enumerator.rb: fix last commit.ko12007-08-201-4/+4
* * test_enumerator.rb (enum_test): fix to return sortedko12007-08-201-1/+1
* * enumerator.c (next_i): fix to return with Fiber#yield atko12007-08-201-0/+48
* Sentence.expand_syntax refined.akr2007-08-191-42/+61
* * test/ruby/sentence.rb: new method Sentence().akr2007-08-191-11/+49
* sentence.rb documented.akr2007-08-183-15/+281
* * test/ruby/test_yield.rb (TestYieldGen): relax array size checkakr2007-08-181-7/+7
* lambda yield emulator refactored.akr2007-08-181-7/+11
* * test/ruby/test_yield.rb (TestYieldGen): add test for yielding toakr2007-08-182-20/+50
* * sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keepnobu2007-08-181-1/+4
* * eval.c (frame_func_id): return proper method ID.nobu2007-08-171-0/+9
* * test/ruby/test_basicinstructions.rb: fix old tests.ko12007-08-171-3/+3
* fix "&" handling in block parameter.akr2007-08-161-6/+8
* * test/ruby/sentence.rb: Sentence class implementedakr2007-08-164-277/+470
* TestRubyYieldGen#test_yield needs too long time.akr2007-08-151-1/+1
* * hash.c (rb_hash_delete_key): delete the entry without calling block.nobu2007-08-151-0/+11
* * lib/rss/rss.rb: 0.1.8 -> 0.1.9.kou2007-08-131-1/+1
* update syntax (f_marg_list).akr2007-08-091-9/+9
* * enumerator.c (enumerator_next_p): should check correctly even whenmatz2007-08-081-0/+19
* variable renaming refined.akr2007-08-083-31/+25
* remove puts for debugsuke2007-08-071-1/+0
* fix test of PROPERTYPUT_REF in some environmentsuke2007-08-061-2/+9
* add test using sentgen.akr2007-08-061-0/+132
* added an assertion.tadf2007-08-051-0/+4
* * lib/rss, sample/rss, test/rss:kou2007-08-0517-743/+1755
* * sprintf.c (rb_f_sprintf): should not check positional number asnobu2007-08-021-0/+4
* * generic.rb (URI::Generic::merge_path): behave as RFC 3986.nobu2007-08-011-14/+61
* add assertions.akr2007-07-301-1/+3
* * bignum.c (rb_big_aref): check for Bignum index range.nobu2007-07-301-0/+7