aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* normalize reference to Timeout::Errornormal2014-10-071-2/+2
* test/ruby/test_process.rb (TestProcess#test_setsid): AIX does not allow Proce...odaira2014-10-071-2/+2
* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_encoding): On AIX, locale...odaira2014-10-071-1/+3
* signal.c: get rid of deadlock by discarded signalsnobu2014-10-071-0/+5
* signal.c: send signal unless handlednobu2014-10-061-0/+7
* test_string.rb: enable huge test only on possible platformsnobu2014-10-061-1/+2
* * test/ruby/test_io.rb (TestIO#test_advise): avoid to infinite loop.hsbt2014-10-031-2/+2
* * test/ruby/test_io.rb (TestIO#test_advise): added workaround of fadvise(2)hsbt2014-10-031-1/+9
* test_advice show OS and filesystem when failed.akr2014-10-021-1/+36
* object.c (rb_class_real): do not dereference 0 VALUEnormal2014-09-251-0/+24
* parse.y: label cannot be followed by a modifiernobu2014-09-231-0/+14
* Fix a typo.akr2014-09-221-1/+1
* test_thread.rb: thread for Queuenobu2014-09-221-0/+1
* * test/ruby/test_time_tz.rb: Fix test error with tzdata-2014g.akr2014-09-221-27/+72
* * time.c: raise exception when minutes of utc_offset is out of 00-59.glass2014-09-211-0/+1
* signal.c: SIGEXIT is not a system signalnobu2014-09-211-0/+8
* (test_main_thread_status_at_exit) wait until the thread enter the begin clause. akr2014-09-211-0/+3
* test_signal.rb: remove stale testnobu2014-09-211-25/+0
* 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