summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2014-09-20compile.c: store IDs as Symbolsnobu
2014-09-19vm_eval.c: fix super from eval with scopenobu
2014-09-19symbol.c: fix dynamic attrset IDnobu
2014-09-19test_math.rb: use Float#infinite?nobu
2014-09-19error.c: preserve encodingnobu
2014-09-19class.c: do not freeze meta-meta-classnobu
2014-09-14sprintf.c: improve rational 'f' formatnobu
2014-09-13class.c: freeze meta class onlynobu
2014-09-13eval.c: fix message as same as previous versionsnobu
2014-09-13test_yield.rb: use temporary instancenobu
2014-09-12Process.detach: avoid singleton class creationnormal
2014-09-12vm_method.c: should not modify frozen objectsnobu
2014-09-11* string.c (sym_find): remove Symbol.find because we have Symbol GC now.naruse
2014-09-11test_object.rb: add assertionsnobu
2014-09-11* include/ruby/ruby.h: freeze nil/true/false.ko1
2014-09-10gc.c: preserve encodingnobu
2014-09-10* test/ruby/test_gc.rb: fix condition.ko1
2014-09-10* gc.c (gc_stat_internal): rename `heap_used' to `heap_allocated_pages'.ko1
2014-09-10* test/ruby/test_gc.rb: catch up last fix.ko1
2014-09-09GC.stat key namenobu
2014-09-09* gc.c (rb_objspace_t::heap_pages): rename field names:ko1
2014-09-09* test/ruby/test_object.rb: extend timeout.ko1
2014-09-08test_time_tz.rb: have_tz_offset?nobu
2014-09-08test_time_tz.rb: right timezonenobu
2014-09-05test/ruby/test_io.rb: use IO#nonblock=normal
2014-09-05test/ruby/test_io.rb: avoid EBADFnormal
2014-09-04* configure.in (dirfd): Check function.akr
2014-09-03object.c: fix memory leaknobu
2014-09-02* test/ruby/test_io.rb (test_new_with_block): Set autoclose to avoid EBADF.akr
2014-09-02test_io.rb: ignore stream closed IOErrornobu
2014-08-28test_io.rb: non UTF-8 patternnobu
2014-08-28test_io_m17n.rb: leaked FDsnobu
2014-08-28io.c: preserve encodingsnobu
2014-08-28io.c: preserve encodingsnobu
2014-08-28io.c: preserve encodingsnobu
2014-08-28io.c: preserve encodingsnobu
2014-08-27* test/ruby/test_complex.rb: removed unreachable code.hsbt
2014-08-26* test/ruby/test_complex.rb: cherry-picked working assertions from r47251.hsbt
2014-08-26* time.c (rb_time_unmagnify_to_float): Avoid double rounding.akr
2014-08-26io.c: do not swallow exceptions at end of blocknobu
2014-08-26* test/ruby/test_range.rb: added workaround for VERBOSE message.hsbt
2014-08-24* test/ruby/test_complex.rb: removed needless conditions.hsbt
2014-08-24* test/ruby/test_rational.rb: fixed indent.hsbt
2014-08-24* test/ruby/test_rational.rb: remove commented-out code.hsbt
2014-08-22* test/ruby/test_complex.rb: removed commented-out code.hsbt
2014-08-22* test/ruby/test_complex.rb: fixed broken tests. Math is nothsbt
2014-08-21compar.c: use Module#to_snobu
2014-08-20test_thread.rb: let main thread exit from Thread.newnobu
2014-08-19sprintf.c: fix conditionnobu
2014-08-19euckr-tbl.rb: euro and registered signsnobu