aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* signal.c: EINVAL is a failurenobu2014-09-211-0/+8
* * enum.c (enum_slice_when): New method: Enumerable#slice_when.akr2014-09-202-0/+56
* * .travis.yml: added new configurations for osx on travis ci.hsbt2014-09-201-1/+1
* parse.y: quoted ID keynobu2014-09-201-0/+11
* compile.c: store IDs as Symbolsnobu2014-09-201-0/+9
* vm_eval.c: fix super from eval with scopenobu2014-09-191-0/+15
* symbol.c: fix dynamic attrset IDnobu2014-09-191-0/+8
* test_math.rb: use Float#infinite?nobu2014-09-191-1/+1
* error.c: preserve encodingnobu2014-09-191-0/+11
* class.c: do not freeze meta-meta-classnobu2014-09-191-3/+12
* sprintf.c: improve rational 'f' formatnobu2014-09-141-0/+14
* class.c: freeze meta class onlynobu2014-09-131-0/+3
* eval.c: fix message as same as previous versionsnobu2014-09-131-1/+5
* test_yield.rb: use temporary instancenobu2014-09-131-1/+1
* Process.detach: avoid singleton class creationnormal2014-09-121-0/+8
* vm_method.c: should not modify frozen objectsnobu2014-09-121-0/+9
* * string.c (sym_find): remove Symbol.find because we have Symbol GC now.naruse2014-09-111-35/+0
* test_object.rb: add assertionsnobu2014-09-111-0/+3
* * include/ruby/ruby.h: freeze nil/true/false.ko12014-09-112-9/+9
* gc.c: preserve encodingnobu2014-09-101-0/+5
* * test/ruby/test_gc.rb: fix condition.ko12014-09-101-2/+2
* * gc.c (gc_stat_internal): rename `heap_used' to `heap_allocated_pages'.ko12014-09-101-0/+13
* * test/ruby/test_gc.rb: catch up last fix.ko12014-09-101-4/+4
* GC.stat key namenobu2014-09-091-2/+2
* * gc.c (rb_objspace_t::heap_pages): rename field names:ko12014-09-091-5/+5
* * test/ruby/test_object.rb: extend timeout.ko12014-09-091-1/+1
* test_time_tz.rb: have_tz_offset?nobu2014-09-081-3/+3
* test_time_tz.rb: right timezonenobu2014-09-081-12/+21
* test/ruby/test_io.rb: use IO#nonblock=normal2014-09-051-1/+1
* test/ruby/test_io.rb: avoid EBADFnormal2014-09-051-14/+19
* * configure.in (dirfd): Check function.akr2014-09-041-0/+10
* object.c: fix memory leaknobu2014-09-031-0/+10
* * test/ruby/test_io.rb (test_new_with_block): Set autoclose to avoid EBADF.akr2014-09-021-2/+6
* test_io.rb: ignore stream closed IOErrornobu2014-09-021-3/+7
* test_io.rb: non UTF-8 patternnobu2014-08-281-1/+1
* test_io_m17n.rb: leaked FDsnobu2014-08-281-2/+2
* io.c: preserve encodingsnobu2014-08-281-0/+7
* io.c: preserve encodingsnobu2014-08-281-0/+11
* io.c: preserve encodingsnobu2014-08-281-2/+2
* io.c: preserve encodingsnobu2014-08-281-1/+6
* * test/ruby/test_complex.rb: removed unreachable code.hsbt2014-08-272-182/+80
* * test/ruby/test_complex.rb: cherry-picked working assertions from r47251.hsbt2014-08-262-0/+8
* * time.c (rb_time_unmagnify_to_float): Avoid double rounding.akr2014-08-261-0/+6
* io.c: do not swallow exceptions at end of blocknobu2014-08-261-0/+9
* * test/ruby/test_range.rb: added workaround for VERBOSE message.hsbt2014-08-261-1/+1
* * test/ruby/test_complex.rb: removed needless conditions.hsbt2014-08-242-159/+74
* * test/ruby/test_rational.rb: fixed indent.hsbt2014-08-241-6/+6
* * test/ruby/test_rational.rb: remove commented-out code.hsbt2014-08-241-155/+0
* * test/ruby/test_complex.rb: removed commented-out code.hsbt2014-08-221-58/+0
* * test/ruby/test_complex.rb: fixed broken tests. Math is nothsbt2014-08-221-28/+29