aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* report the reason of process termination.akr2007-11-301-1/+1
* add test for enumerator.akr2007-11-281-1/+10
* * insnhelper.ci (vm_invoke_block): should splat args.ko12007-11-281-0/+8
* test exceptions.akr2007-11-281-29/+41
* * compile.c, insns.def: change return value of "defined?"ko12007-11-271-0/+29
* * test_beginendblock.rb: add loop to wait signal.ko12007-11-271-2/+4
* * eval.c (rb_method_missing): fix stack trace.ko12007-11-271-0/+12
* more tests.akr2007-11-262-157/+99
* * test/ruby/test_eval.rb (TestEval::test_instance_eval_cvar):matz2007-11-261-15/+5
* * include/ruby/encoding.h (rb_enc_str_asciionly_p): declared.akr2007-11-251-21/+189
* test_to_s refined.akr2007-11-251-1/+1
* add more roundtrip tests.akr2007-11-251-0/+44
* add test for printf format %x, %o and %b.akr2007-11-241-0/+79
* * bootstraptest/test_knownbug.rb: move solved tests.ko12007-11-232-0/+11
* * re.c (REG_CASESTATE): unused macro removed.akr2007-11-231-0/+201
* * compile.c (defined_expr): defined(method(x)) dumped core. amatz2007-11-231-2/+11
* * configure.in: check struct timespec, clock_gettime, utimensat,akr2007-11-191-0/+64
* * time.c (time_minus): fix Time.at(2**60+1) - Time.at(2**60).akr2007-11-181-0/+10
* use ML ref. for assertion message.akr2007-11-1813-71/+58
* check class.akr2007-11-171-4/+56
* * 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