aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * set eol-style.nobu2007-11-161-47/+47
* * test/ruby/test_settracefunc.rb: fixed tests for set_trace_func.shugo2007-11-121-125/+160
* * insnhelper.ci (vm_call_method): pass mn->nd_clss toshugo2007-11-111-1/+1
* * test/ruby/test_iterator.rb (TestIterator::IterTest::each):matz2007-11-091-6/+3
* * test/ruby/test_basicinstructions.rb: updated for new classmatz2007-11-091-6/+6
* * parse.y: patch, based on Nobu's, work to support \u escapesdavidflanagan2007-11-072-0/+265
* * eval.c (rb_f_send): allow send/__send__ to call methods of allmatz2007-11-044-5/+5
* specify prefix for Dir.mktmpdir.akr2007-10-242-2/+2
* use Dir.mktmpdir.akr2007-10-242-21/+21
* * marshal.c (r_bytes0): check if source has enough data.nobu2007-10-151-0/+20
* * encoding.c (rb_obj_encoding): rdoc update. a patch from Davidnobu2007-10-141-0/+28
* * variable.c (rb_cvar_set): check whether class variable ismatz2007-10-031-7/+7
* * array.c (rb_ary_product): generalized product, now takesmatz2007-10-021-0/+6
* * array.c (rb_ary_permutation): implementation contributed frommatz2007-10-011-8/+16
* * array.c (rb_ary_combination): revisit #combination behavior.matz2007-10-011-2/+2
* * array.c (rb_ary_combination): new method to give all combinationmatz2007-09-291-0/+22
* * cont.c: Thread local storage should be fiber local.ko12007-09-281-0/+29
* refine previous change.akr2007-09-282-87/+91
* don't generate temporary files under current directory.akr2007-09-283-21/+27
* * bootstraptest/test_knownbug.rb: move fixed tests.ko12007-09-261-1/+1
* * test/ruby/test_io.rb: tests which cause SEGV should not beko12007-09-141-1/+2
* * range.c (range_dumper): make uninitialized range dumpable.akr2007-09-101-0/+7
* * range.c: represent initialized state using EXCL instead of FL_USER3.akr2007-09-101-0/+5
* add test for [ruby-dev:31650] and [ruby-dev:31659].akr2007-09-081-0/+18
* 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
* 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/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
* * 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-244-8/+8
* * 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