summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2013-09-03* process.c (rb_clock_gettime): Support times() based monotonic clock.akr
2013-09-02Retain behavior of Numeric#step when nil is given as second argument.knu
2013-09-02Fix and add tests for Numeric#step.knu
2013-09-02* vm_insnhelper.c (vm_search_super_method): use ci->argc instead ofko1
2013-09-02Enhance Numeric#step.knu
2013-09-02test_string.rb: yet another testnobu
2013-09-02parse.y: valid suffix word onlynobu
2013-09-02test_string.rb: remove duplicated codenobu
2013-09-02* NEWS: Add note about frozen string literalscharliesome
2013-09-02* test/ruby/test_bignum.rb (test_interrupt_during_to_s): Disable itakr
2013-09-01Add assertions.akr
2013-08-31* bignum.c (rb_big_bit_length): New method.akr
2013-08-31* process.c (rb_clock_getres): New method.akr
2013-08-29vm_insnhelper.c: fix zsuper in prependednobu
2013-08-27io.c: copy in binary modenobu
2013-08-27* enumerator.c: Allow Enumerator size argument to be any callable.marcandre
2013-08-26* io.c (io_read_nonblock): support non-blocking reads without raisingtenderlove
2013-08-26parse.y: warn CRnobu
2013-08-24* process.c (rb_clock_gettime): The emulated clock names changed.akr
2013-08-23add tests.akr
2013-08-22* process.c (rb_clock_gettime): Strip "s" from unit names.akr
2013-08-20* insns.def: fix regexp's once option behavior.ko1
2013-08-19* test/ruby/test_fiber.rb: collect garbage fibers immediately.ko1
2013-08-18* variable.c, vm_method.c: remove dead code.ktsj
2013-08-17* test/ruby/test_time.rb: use the in_timezone() helpereregon
2013-08-17* test/ruby/test_time.rb (#in_timezone): fix typo of r42596eregon
2013-08-17time.c: ignore invalid datanobu
2013-08-16* file.c (rb_file_size, rb_file_flock): improve parformance of Winodws.usa
2013-08-15* test/ruby/test_file.rb (TestFile#test_truncate_size): test forusa
2013-08-14get detailed ps data to debugnaruse
2013-08-14* proc.c (rb_mod_define_method): now they return the symbols of theusa
2013-08-14test_dir_m17n.rb: fixed encoding file system on OS Xnobu
2013-08-13random.c: coerce before check negativenobu
2013-08-13object.c: undef Module#prepend_features on Classnobu
2013-08-12parse.y: CR in middlenobu
2013-08-12* class.c (rb_prepend_module): make T_ICLASS object shady becauseko1
2013-08-11file.c: OSX path encodingnobu
2013-08-11test_require.rb: __FILE__ encoding on Windowsnobu
2013-08-11parse.y: non-local/const attrsetnobu
2013-08-11* process.c (rb_clock_gettime): New method.akr
2013-08-10parse.y: non-local/const attrsetnobu
2013-08-09ruby.c: use String path version parser functionsnobu
2013-08-09* proc.c: add Binding#local_variable_get/set/defined?ko1
2013-08-09file.c: normalize Form Cnobu
2013-08-09* vm_insnhelper.c (vm_invoke_block): returning from lambda procktsj
2013-08-08enumerator.c: fix non-single argumentnobu
2013-08-08object.c: Module#singleton_class?nobu
2013-08-08test_range.rb: remove invalid assertionsnobu
2013-08-08Follow r42431naruse
2013-08-07Add Process.argv0.knu