summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2007-11-30report the reason of process termination.akr
2007-11-28add test for enumerator.akr
2007-11-28* insnhelper.ci (vm_invoke_block): should splat args.ko1
2007-11-28test exceptions.akr
2007-11-27* compile.c, insns.def: change return value of "defined?"ko1
2007-11-27* test_beginendblock.rb: add loop to wait signal.ko1
2007-11-27* eval.c (rb_method_missing): fix stack trace.ko1
2007-11-26more tests.akr
2007-11-26* test/ruby/test_eval.rb (TestEval::test_instance_eval_cvar):matz
2007-11-25* include/ruby/encoding.h (rb_enc_str_asciionly_p): declared.akr
2007-11-25test_to_s refined.akr
2007-11-25add more roundtrip tests.akr
2007-11-24add test for printf format %x, %o and %b.akr
2007-11-23* bootstraptest/test_knownbug.rb: move solved tests.ko1
2007-11-23* re.c (REG_CASESTATE): unused macro removed.akr
2007-11-23* compile.c (defined_expr): defined(method(x)) dumped core. amatz
2007-11-19* configure.in: check struct timespec, clock_gettime, utimensat,akr
2007-11-18* time.c (time_minus): fix Time.at(2**60+1) - Time.at(2**60).akr
2007-11-18use ML ref. for assertion message.akr
2007-11-17check class.akr
2007-11-16* set eol-style.nobu
2007-11-12* test/ruby/test_settracefunc.rb: fixed tests for set_trace_func.shugo
2007-11-11* insnhelper.ci (vm_call_method): pass mn->nd_clss toshugo
2007-11-09* test/ruby/test_iterator.rb (TestIterator::IterTest::each):matz
2007-11-09* test/ruby/test_basicinstructions.rb: updated for new classmatz
2007-11-07* parse.y: patch, based on Nobu's, work to support \u escapesdavidflanagan
2007-11-04* eval.c (rb_f_send): allow send/__send__ to call methods of allmatz
2007-10-24specify prefix for Dir.mktmpdir.akr
2007-10-24use Dir.mktmpdir.akr
2007-10-15* marshal.c (r_bytes0): check if source has enough data.nobu
2007-10-14* encoding.c (rb_obj_encoding): rdoc update. a patch from Davidnobu
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-26* bootstraptest/test_knownbug.rb: move fixed tests.ko1
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-02add a test for [ruby-dev:31709].akr
2007-09-01* include/ruby/ruby.h (struct RBignum): embed digits in RBignum forakr
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