| Age | Commit message (Expand) | Author |
| 2009-10-22 | * intern.h (rb_thread_join): added prototype. a patch from | nobu |
| 2009-05-29 | * ext/thread/thread.c (unlock_mutex_inner): fixed wrong variable. | nobu |
| 2009-05-18 | * ext/thread/thread.c (unlock_mutex_inner): should adjust join | nobu |
| 2009-05-15 | * eval.c (rb_thread_join), ext/thread/thread.c (wake_one): adjusts | nobu |
| 2009-02-03 | * ext/thread/thread.c (rb_queue_pop, rb_queue_push): should not lock | nobu |
| 2008-07-04 | * eval.c (rb_thread_join): new API. | nobu |
| 2007-09-20 | * eval.c, intern.h, ext/thread/thread.c: should not free queue while | nobu |
| 2007-05-14 | * ext/thread/thread.c (wait_list): supress a warning. | nobu |
| 2007-03-20 | * ext/thread/thread.c (remove_one): Preserve List invariants; | knu |
| 2007-03-16 | * ext/thread/thread.c (unlock_mutex_inner): Make sure that the | knu |
| 2007-03-16 | * ext/thread/thread.c (wait_condvar, lock_mutex): Fix a problem in | knu |
| 2007-03-03 | * ext/thread/thread.c (push_list): Use ALLOC(). | knu |
| 2007-02-26 | * ext/thread/thread.c (wait_list_cleanup, rb_mutex_try_lock): | knu |
| 2007-02-26 | Oops, apply some more hunks to complete the previous change. | knu |
| 2007-02-26 | * ext/thread/thread.c (set_critical): Merge in | knu |
| 2007-02-26 | * ext/thread/thread.c: Consistently use 0 and 1 for | knu |
| 2007-02-26 | * ext/thread/thread.c: Use xmalloc()/xfree() instead of | knu |
| 2007-02-15 | * ext/thread/thread.c: Handle interrupted waits correctly. | knu |
| 2007-02-10 | * configure.in, ext/thread/extconf.rb, lib/thread.rb: Add a | knu |
| 2007-02-10 | * ext/thread/lib/thread.rb: Add a replacement of thread.rb that | knu |
| 2007-02-10 | * ext/thread/thread.c (rb_thread_exclusive): Implement | knu |
| 2007-02-10 | * ext/thread/thread.c: Get rid of use of a dummy function. | knu |
| 2007-02-10 | * ext/thread/thread.c (Init_thread): Define missing aliases: | knu |
| 2007-02-09 | * ext/thread: Make style fixes (mostly de-K&R'ism) to match the | knu |
| 2007-02-09 | Oops, this is the original form. I committed the wrong file. | knu |
| 2007-02-09 | * ext/thread: Import the "fastthread" implementation by MenTaLguY | knu |