aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_string.rb: removed non executing tests.hsbt2015-12-021-52/+0
* thread.c: reset namenobu2015-12-011-2/+7
* thread.c: check name argumentnobu2015-12-011-0/+18
* string.c: no frozen error at cstrnobu2015-12-011-0/+18
* cstr.c: split bug_str_cstr_untermnobu2015-12-011-0/+6
* * test/ruby/test_rand.rb (TestRand#test_default_seed): addkosaki2015-11-301-0/+4
* * random.c (Init_RandomSeed): move all Random::DEFAULTkosaki2015-11-301-0/+9
* SIGTERM should be also capturednaruse2015-11-291-1/+1
* parse.y: last content of heredocnobu2015-11-281-0/+5
* test_parser_events.rb: suppress a warningnobu2015-11-271-1/+1
* * lib/net/http.rb (connect): detect closed connection and reconnectnaruse2015-11-271-0/+17
* increase additional nfilesnaruse2015-11-261-1/+1
* * test/coverage/test_coverage.rb: Added test-case for Coverage.restart.hsbt2015-11-261-0/+18
* * test/coverage/test_coverage.rb: Added test-case for Coverage.peek_resulthsbt2015-11-261-0/+5
* test/openssl/test_ssl.rb (test_copy_stream): new testnormal2015-11-251-0/+14
* io.c: try to_io firstnobu2015-11-251-0/+12
* test_objectspace.rb: missing tests from rubyspecnobu2015-11-251-0/+24
* * io.c (argf_getpartial): should not resize str if the secondshugo2015-11-251-0/+11
* parse.y: ripper for warningsnobu2015-11-241-0/+6
* fiddle: release GVL for ffi_callnormal2015-11-231-0/+19
* compile.c: move logop DCEnobu2015-11-221-0/+12
* * test/socket/test_socket.rb (test/socket/test_socket.rb): skip the test when...ngoto2015-11-211-1/+1
* ruby.c: --debug=frozen-string-literal optionnobu2015-11-212-9/+9
* fix r52690naruse2015-11-211-1/+1
* * thread_sync.c: reduce the specification of Queue#close.ko12015-11-211-28/+4
* Visual C++ 14 (2015) uses ucrtbase.dll as c runtimenaruse2015-11-211-1/+2
* read may return nilnaruse2015-11-201-1/+1
* * compile.c (iseq_compile_each): add debug information to NODE_STRko12015-11-202-4/+5
* symbol.c: not freeze the receivernobu2015-11-201-0/+8
* * lib/net/http.rb: Fixed regression for Net::HTTP::PUT with "Expect-100"hsbt2015-11-201-0/+16
* * vm.c (rb_vm_cref_replace_with_duplicated_cref): added.ko12015-11-201-0/+71
* * gc.c (gc_start): force to invoke GC by GC.startko12015-11-191-0/+11
* * lib/rubygems: Update to RubyGems 2.5.0+ HEAD(c6b4946).hsbt2015-11-192-0/+76
* * test/socket/test_socket.rb (test_udp_recvmsg_truncation): rflags isakr2015-11-181-3/+3
* * vm_method.c (rb_class_clear_method_cache): should clear allko12015-11-181-6/+0
* add tests.akr2015-11-181-0/+50
* * method.h: introduce the folliwing field and macros.ko12015-11-181-0/+14
* * test/logger/test_logdevice.rb: Fix tests of logger to make it work onsonots2015-11-181-5/+11
* socket: fix recvmsg without argumentnormal2015-11-171-0/+16
* * lib/logger.rb: support symbol and string log level settingsonots2015-11-171-0/+44
* lib/logger.rb: Add Logger#reopensonots2015-11-172-0/+72
* revert r52614, r52615, r52617 because they cause serious errorsko12015-11-171-14/+0
* * method.h: introduce rb_method_definition_t::complemented_count.ko12015-11-171-0/+14
* OpenStruct#dignobu2015-11-171-0/+11
* * test/dtrace/helper.rb (Dtrace::TestCase#trap_probe): dtrace buffer size is ...ngoto2015-11-161-1/+9
* struct.c: dignobu2015-11-161-0/+7
* * lib/set.rb (#>=, #>, #<=, #<): Make use of Hash#>=, #>, #<, andknu2015-11-161-31/+42
* struct.c: fix index in messagenobu2015-11-161-4/+4
* vm_method.c: check if frozen [Fix GH-1096]nobu2015-11-151-1/+10
* * ext/socket/lib/socket.rb: Specify frozen_string_literal: true.akr2015-11-149-2/+20