summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-12-08* string.c (rb_str_init): now accepts new option parameter `encoding'.usa
2015-12-08envutil.rb: improve messagenobu
2015-12-08* test/io/console/test_io_console.rb (run_pty): Avoid waiting twicengoto
2015-12-08* introduce new ISeq binary format serializer/de-serializerko1
2015-12-08retry IO#getpassnobu
2015-12-08Revert r52902,r52903,r52910,r52911,r52937,r52939naruse
2015-12-08enumerator.c: lazy_grep_vnobu
2015-12-08error.c: name_err_local_variablesnobu
2015-12-08* array.c: Improve and fix documentation for Array#digmarcandre
2015-12-08marshal.c: skip internal namesnobu
2015-12-08test_io_console.rb: separate master and slavenobu
2015-12-08* test/io/console/test_io_console.rb (test_getpass): s.getpassngoto
2015-12-08compile optimized case dispatch for nil/true/falsenormal
2015-12-07insns.def (opt_case_dispatch): check Float#=== redefinitionnormal
2015-12-07* test/lib/iseq_loader_checker.rb: add iseq dumper/loader checker.ko1
2015-12-07socket: expand docs+tests for recv_io/send_ionormal
2015-12-07* ext/psych/*: update psych to 2.0.16tenderlove
2015-12-07* string.c: introduce String#+@ and String#-@ to controlko1
2015-12-07parse.y: indented hereocnobu
2015-12-07temporally remove prompt to pass the testnaruse
2015-12-06test_io_console.rb: waitnobu
2015-12-06* test/webrick/test_cgi.rb (TestWEBrickCGI#test_cgi): gave up the testusa
2015-12-06* test/fileutils/test_fileutils.rb: add debug output to investigate the error...usa
2015-12-06console.c: console_getpassnobu
2015-12-06test_env.rb: escapenobu
2015-12-05assertions.rb: fallback encoding errornobu
2015-12-05hash.c: env encoding fallback on Windowsnobu
2015-12-04string.c: should not taint fstringnobu
2015-12-04* lib/rubygems: Update to RubyGems 2.5.0+ HEAD(fdab4c4).hsbt
2015-12-04Revert r52872 "string.c: should not taint fstring"naruse
2015-12-04thread.c: name must be ascii-compatiblenobu
2015-12-03string.c: should not taint fstringnobu
2015-12-03* test/ruby/test_mixed_unicode_escapes.rb: fixed typo.hsbt
2015-12-03sprintf.c: fix garbage inserted with Rationalnobu
2015-12-03range.c: infected by the receivernobu
2015-12-02* vm_core.h, iseq.h: remove rb_iseq_t::variable_body.ko1
2015-12-02encoding.c: defer finding encodingnobu
2015-12-02* test/ruby/test_string.rb: removed non executing tests.hsbt
2015-12-01thread.c: reset namenobu
2015-12-01thread.c: check name argumentnobu
2015-12-01string.c: no frozen error at cstrnobu
2015-12-01cstr.c: split bug_str_cstr_untermnobu
2015-11-30* test/ruby/test_rand.rb (TestRand#test_default_seed): addkosaki
2015-11-30* random.c (Init_RandomSeed): move all Random::DEFAULTkosaki
2015-11-29SIGTERM should be also capturednaruse
2015-11-28parse.y: last content of heredocnobu
2015-11-27test_parser_events.rb: suppress a warningnobu
2015-11-27* lib/net/http.rb (connect): detect closed connection and reconnectnaruse
2015-11-26increase additional nfilesnaruse
2015-11-26* test/coverage/test_coverage.rb: Added test-case for Coverage.restart.hsbt