summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-06-14* thread.c (thread_start_func_2): don't interrupt when last thread exitkosaki
2015-06-14* ext/pathname/lib/pathname.rb (descend): Blockless form supported.akr
2015-06-14* test/ruby/test_require.rb (TestRequire#test_loading_fifo_threading): omit onusa
2015-06-14test_prime.rb: descriptive assertionsnobu
2015-06-14* enum.c (enum_chunk_while): New method Enumerable#chunk_while.akr
2015-06-14file.c: open without gvlnobu
2015-06-14* test/test_unicode_normalize.rb: get rid of a warning.usa
2015-06-13* test/ruby/test_io.rb: add test for IO.binread fd leak.eregon
2015-06-13* test/lib/leakchecker.rb (check): refactor.eregon
2015-06-13* test/lib/leakchecker.rb: Return false for no leaks.eregon
2015-06-13* test/test_cmath.rb: Adding parens to suppress warnings.gogotanaka
2015-06-13* file.c (rb_stat_ino): get inode from the interval of struct st.naruse
2015-06-13sleep thread until assertionsnaruse
2015-06-13suppress warning: ambiguous first argument; put parentheses or a space even a...naruse
2015-06-13* vm_core.h (rb_thread_t): add th->name.naruse
2015-06-13envutil.rb: failure descriptionnobu
2015-06-12* lib/prime.rb: Return sized enumerators.marcandre
2015-06-12* lib/prime.rb: Fix with_object with no block givenmarcandre
2015-06-12* lib/prime.rb: Have with_index accept an offset parameter.marcandre
2015-06-12fix errorkazu
2015-06-12vm.c: break from orphan blocknobu
2015-06-12* pack.c (pack_{un,}pack): new template character `j` and `J`, pointerusa
2015-06-12* file.c (File::SHARE_DELETE): new flag to be able to delete opened fileusa
2015-06-12hash.c: fetch_valuesnobu
2015-06-12test_nofree.rb: fix commit missnobu
2015-06-12test_nofree.rb: rehearsalnobu
2015-06-12array.c: bsearch_indexnobu
2015-06-11* lib/rubygems.rb: bump version to 2.4.7 and 2.4.8. these versions fixedhsbt
2015-06-11array.c: fix array size overflownobu
2015-06-11* test/test_cmath.rb (TestCMath#test_trigonometric_functions): shouldusa
2015-06-10* test/test_cmath.rb: Add assertions for trigonometric functions.gogotanaka
2015-06-10* test/test_cmath.rb: Add assertions for error handling.gogotanaka
2015-06-06* Move test cases from test/ruby/test_complex.rb to test/test_cmath.rbgogotanaka
2015-06-05test/socket/test_nonblock.rb: try to avoid EMSGSIZEnormal
2015-06-04* test/lib/envutil.rb (assert_no_memory_leak): change default valueko1
2015-06-04FreeBSD raises Errno::EMSGSIZEnaruse
2015-06-03dir.c: FNM_SHORTNAMEnobu
2015-06-03variable.c: remove generic ivar support for special constantsnormal
2015-06-02* vm_insnhelper.c (vm_defined): check respond_to_missing?ko1
2015-06-02* vm_insnhelper.c (vm_defined): skip respond_to_missing? whenko1
2015-06-02* test/ruby/test_module.rb: Do not assume class variable order.eregon
2015-06-02* method.h: make rb_method_entry_t a VALUE.ko1
2015-06-02use assert_raisenobu
2015-06-02test_nonblock.rb: skip if EPROTONOSUPPORTnobu
2015-06-02test/socket/test_nonblock.rb: new test for sendmsg_nonblocknormal
2015-06-01test/ruby/test_complex.rb: Add test for CMath.log2gogotanaka
2015-05-31* test/ruby/test_gc.rb: increase timeout seconds for GC stressfulko1
2015-05-31test_tempfile.rb: use assert_predicatenobu
2015-05-31test_tempfile.rb: use assert_filenobu
2015-05-30* method.h: add VM_METHOD_TYPE_ALIAS rb_method_definition_t::typeko1