summaryrefslogtreecommitdiff
path: root/test/ruby/enc/test_cp949.rb
AgeCommit message (Expand)Author
2015-12-16Add frozen_string_literal: false for all filesnaruse
2008-07-16* test/ruby/enc: moved tests for particular encodings.nobu
/ruby.git/commit/test/monitor?id=8d2333019abb1f8ad882dadf9096f81e9f427c6e'>Fix MonitorMixin when the super's initialize has kwargsMasataka Pocke Kuwabara 2019-12-04new_cond before mon_initializeKoichi Sasada 2019-11-12Monitor#exit: check monitor ownership.Koichi Sasada 2019-10-20make monitor.so for performance. (#2576)Koichi Sasada 2019-06-28Wait for the helper thread to terminateNobuyoshi Nakada 2018-11-28lib/monitor.rb: avoid race conditions by Thread.handle_interruptshugo 2018-11-20revert r65822shugo 2018-11-20lib/monitor.rb: prevent to initialize MonitorMixin twiceshugo 2017-10-08Remove unnecessary `require 'thread'`kazu 2017-09-20Add MonitorMinx#mon_locked? and #mon_owned? to check states of objectsshugo 2016-08-30Use qualified namesnobu 2015-12-16Add frozen_string_literal: false for all filesnaruse 2015-05-18* lib/monitor.rb (mon_try_enter, mon_enter): should reset @mon_countshugo 2014-11-13* test/monitor/test_monitor.rb: Use assert_join_threads.akr 2014-05-31Join threads.akr 2014-05-26test_monitor.rb: fix leaked threadsnobu 2014-02-21* test/monitor/test_monitor.rb: remove unused variabels.hsbt