summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2007-10-13* ext/win32ole/win32ole.c (foletype_s_ole_classes, suke
2007-10-07* test/rss/test_taxonomy.rb, test/rss/test_parser_1.0.rb,kou
2007-10-03* variable.c (rb_cvar_set): check whether class variable ismatz
2007-10-02* array.c (rb_ary_product): generalized product, now takesmatz
2007-10-01* array.c (rb_ary_permutation): implementation contributed frommatz
2007-10-01* array.c (rb_ary_combination): revisit #combination behavior.matz
2007-09-29* array.c (rb_ary_combination): new method to give all combinationmatz
2007-09-28* cont.c: Thread local storage should be fiber local.ko1
2007-09-28refine previous change.akr
2007-09-28don't generate temporary files under current directory.akr
2007-09-28UNIXServer.new("a\0b") test removed becauseakr
2007-09-28check codepage for SJIS pathname test.akr
2007-09-26* bootstraptest/test_knownbug.rb: move fixed tests.ko1
2007-09-15* lib/rss.rb, lib/rss/, test/rss/:kou
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-04* ext/win32ole/win32ole.c: add WIN32OLE_EVENT#unadvise.suke
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-09-01* test/socket/test_tcp.rb (test_recvfrom): same as mswin32 on mswin64.usa
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