summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-06-19test_gem_remote_fetcher.rb: get rid of errorsnobu
2015-06-19proc.c: ArgumentError if no blocknobu
2015-06-19test_method.rb: split testnobu
2015-06-19proc.c: inadvertent IDnobu
2015-06-18* include/ruby/ruby.h: $SAFE=2 is now obsolete.hsbt
2015-06-18test/socket/test_unix.rb: replace sleep with selectnormal
2015-06-18error.c: NameError#receivernobu
2015-06-17* include/ruby/ruby.h: $SAFE=3 is now obsolete.hsbt
2015-06-17* lib/csv.rb: accept to use Range object for row selection.hsbt
2015-06-17servlet.rb: requires jsonnobu
2015-06-16test_nonblock.rb: use assert_predicatenobu
2015-06-16test_nonblock.rb: fix failure on OSXnobu
2015-06-16* test/objspace/test_objspace.rb: relax pattern because uncollectibleko1
2015-06-15socket: allow explicit buffer for recv and recv_nonblocknormal
2015-06-15socket: allow exception-free nonblocking sendmsg/recvmsgnormal
2015-06-15* lib/set.rb: Make Set#each and SortedSet#each generate a sizedknu
2015-06-15envutil.rb: show failure descriptionnobu
2015-06-15envutil.rb: no signal description iff possiblenobu
2015-06-14test_require.rb: wait loadignobu
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