summaryrefslogtreecommitdiff
path: root/test/ruby/test_thread.rb
AgeCommit message (Expand)Author
2013-10-09test: use assert_raisenobu
2013-10-06test_thread.rb: ignore meaningless testnobu
2013-10-05thread.c: fix some mutexes remaining locked after forkingnobu
2013-09-10* thread.c (rb_mutex_unlock): Mutex#unlock no longer raisekosaki
2013-08-18* variable.c, vm_method.c: remove dead code.ktsj
2013-06-13* test/ruby/test_thread.rb (test_thread_local_security): Don't createakr
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-05-02* test/ruby/test_process.rb (TestProcess#test_no_curdir): maybe nowusa
2013-03-29thread.c: Mutex#synchronize no block paramsnobu
2013-02-16* test/ruby/test_thread.rb: fixed typoayumin
2012-12-23* thread.c: rename methods:ko1
2012-12-21test_thread.rb: descriptive assertionsnobu
2012-12-21test_thread.rb: flush before SystemStackErrornobu
2012-12-19* vm.c: support variable VM/Machine stack sizes.ko1
2012-12-14* test/ruby/test_thread.rb (test_uninitialized, test_backtrace,kosaki
2012-12-14* test/ruby/test_thread.rb (TestThread::Thread::new.): removekosaki
2012-12-07test: remove or replace trailing spacesnobu
2012-12-05* thread.c (rb_uninterruptible): helper function for providingkosaki
2012-12-05* io.c (io_binwrite): check interrupt before io issue.kosaki
2012-12-05Use underscore-begging name for dummy variables to suppress warningnaruse
2012-12-05fix typos and remove trailing spaceskazu
2012-12-05 * thread.c (rb_thread_s_async_interrupt_timing): have to check ints before j...tarui
2012-12-04 * test/ruby/test_thread.rb (test_async_interrupt_blocking): bugfixtarui
2012-12-04 * vm_core.h (RUBY_VM_CHECK_INTS_BLOCKING): check async queue everytime.tarui
2012-12-04* thread.c (rb_mutex_owned_p): new method that return currentkosaki
2012-12-01* test/ruby/test_thread.rb: move ConditionVariable related testkosaki
2012-12-01* test/ruby/test_thread.rb (test_cv_wait_deadlock): enablekosaki
2012-11-30* thread.c (rb_threadptr_interrupt_mask): add argument check.kosaki
2012-11-30* thread.c: rename Thread.control_interruptko1
2012-11-29remove trailing spaces.nobu
2012-11-28 * test/ruby/test_thread.rb (test_thread_status_in_trap): change test fortarui
2012-11-28* vm_core.h (enum rb_thread_status): remove THREAD_TO_KILLkosaki
2012-11-28* thread.c (thread_join): A trap handler check was moved fromkosaki
2012-11-27* eval.c (ruby_cleanup): set thread status to THREAD_KILLEDkosaki
2012-11-27* thread.c (thread_join): raises ThreadError if target theradkosaki
2012-11-27* thread.c (thread_join): raises ThreadError if target threadkosaki
2012-11-26* vm_core.h (rb_thread_struct): added 'in_trap' member for markingkosaki
2012-10-29* thread.c: added Thread#thread_variable_(get|set),tenderlove
2012-08-02* eval.c (rb_mod_using): new method Module#using. [experimental]shugo
2012-07-23Synchronize with simple variable assignment.naruse
2012-07-22Suppress unused variable warnings.naruse
2012-07-22Use assert_normal_exit to avoid stack on buggy implementations.naruse
2012-07-22* thread.c (rb_threadptr_execute_interrupts_common): increasenaruse
2012-07-19* thread.c (rb_thread_s_control_interrupt,ko1
2012-04-22avoid thread switching.naruse
2012-04-10It is wrong to expect the last output is "exit".naruse
2012-04-07* include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration ofshirosaki
2012-04-07* test/ruby/test_thread.rbshirosaki
2012-03-31misplaced rescuenobu
2012-03-20test_thread: test_condvar_wait_not_owner duplicates test_condvar_nolocknobu