aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* io.c: copy in binary modenobu2013-08-271-0/+41
* * enumerator.c: Allow Enumerator size argument to be any callable.marcandre2013-08-271-0/+3
* * io.c (io_read_nonblock): support non-blocking reads without raisingtenderlove2013-08-261-0/+59
* parse.y: warn CRnobu2013-08-261-0/+7
* * process.c (rb_clock_gettime): The emulated clock names changed.akr2013-08-241-10/+10
* add tests.akr2013-08-231-0/+60
* * process.c (rb_clock_gettime): Strip "s" from unit names.akr2013-08-221-2/+2
* * insns.def: fix regexp's once option behavior.ko12013-08-201-0/+39
* * test/ruby/test_fiber.rb: collect garbage fibers immediately.ko12013-08-191-1/+3
* * variable.c, vm_method.c: remove dead code.ktsj2013-08-182-8/+2
* * test/ruby/test_time.rb: use the in_timezone() helpereregon2013-08-171-17/+14
* * test/ruby/test_time.rb (#in_timezone): fix typo of r42596eregon2013-08-171-1/+1
* time.c: ignore invalid datanobu2013-08-171-0/+37
* * file.c (rb_file_size, rb_file_flock): improve parformance of Winodws.usa2013-08-161-0/+1
* * test/ruby/test_file.rb (TestFile#test_truncate_size): test forusa2013-08-151-0/+26
* get detailed ps data to debugnaruse2013-08-141-1/+10
* * proc.c (rb_mod_define_method): now they return the symbols of theusa2013-08-141-0/+20
* test_dir_m17n.rb: fixed encoding file system on OS Xnobu2013-08-141-13/+11
* random.c: coerce before check negativenobu2013-08-131-0/+26
* object.c: undef Module#prepend_features on Classnobu2013-08-131-0/+26
* parse.y: CR in middlenobu2013-08-121-0/+8
* * class.c (rb_prepend_module): make T_ICLASS object shady becauseko12013-08-121-0/+16
* file.c: OSX path encodingnobu2013-08-111-1/+1
* test_require.rb: __FILE__ encoding on Windowsnobu2013-08-111-2/+12
* parse.y: non-local/const attrsetnobu2013-08-111-0/+8
* * process.c (rb_clock_gettime): New method.akr2013-08-111-0/+9
* parse.y: non-local/const attrsetnobu2013-08-101-0/+4
* ruby.c: use String path version parser functionsnobu2013-08-091-1/+10
* * proc.c: add Binding#local_variable_get/set/defined?ko12013-08-091-0/+34
* file.c: normalize Form Cnobu2013-08-091-0/+2
* * vm_insnhelper.c (vm_invoke_block): returning from lambda procktsj2013-08-091-0/+20
* enumerator.c: fix non-single argumentnobu2013-08-081-0/+12
* object.c: Module#singleton_class?nobu2013-08-081-0/+6
* test_range.rb: remove invalid assertionsnobu2013-08-081-8/+4
* Follow r42431naruse2013-08-081-3/+3
* Add Process.argv0.knu2013-08-071-1/+1
* Add Process.setproctitle().knu2013-08-071-0/+19
* range.c: return nil for empty rangenobu2013-08-061-0/+2
* range.c: consider exclusivenobu2013-08-061-0/+12
* * vm_insnhelper.c (vm_push_frame): fix stack overflow check codes.ko12013-08-061-0/+9
* * vm_eval.c (eval_string_with_cref): copy cref to limit the scope ofshugo2013-08-061-0/+32
* test_econv.rb: assert_separatelynobu2013-08-051-11/+4
* * object.c (rb_class_inherited_p): allow iclasses to be tested forcharliesome2013-08-051-0/+16
* Fix test failure to follow r42347 ref #3753naruse2013-08-031-7/+1
* * vm.c (m_core_define_method, m_core_define_singleton_method): nowusa2013-08-021-0/+7
* * bignum.c (power_cache_get_power): Appry bigtrunc to the result ofakr2013-08-021-0/+2
* * eval.c (rb_mod_refine, mod_using, top_using): don't showshugo2013-07-311-2/+2
* * test/ruby/test_hash.rb: add a test for enumeration order of Hash.glass2013-07-301-0/+5
* skip if ENV['USER'] is nilnaruse2013-07-301-1/+1
* * test/ruby/test_hash.rb: use @cls.nobu2013-07-291-61/+63