aboutsummaryrefslogtreecommitdiffstats
path: root/lib/thread.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/thread.rb (Queue#pop): Fixed double registration issue whenkosaki2012-09-091-13/+21
* test_thread: test_condvar_wait_not_owner duplicates test_condvar_nolocknobu2012-03-201-1/+1
* * lib/thread.rb (SizedQueue#max=) raise ArgumentError if max is notnagachika2011-09-031-0/+1
* * lib/thread.rb (Queue#pop): fix a race against Thread.wakeup.kosaki2011-08-301-1/+3
* * ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain2011-08-261-2/+2
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-191-4/+4
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-10/+10
* * lib/thread.rb (ConditionVariable#wait): ensure to remove the currentmame2010-05-091-0/+4
* * lib/thread.rb (Queue#push, #pop, SizedQueue#push, #pop): removemame2010-04-161-20/+4
* * lib/thread.rb (ConditionVariable#wait, signal, broadcast): returnmame2010-01-271-1/+4
* * lib/thread.rb (ConditionVariable#wait): add timeout argument.akr2009-09-231-2/+5
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-12/+12
* * lib/thread.rb (SizedQueue#push): fix limit condition.mame2009-03-041-1/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * lib/thread.rb (ConditionVariable#broadcast): use Mutexshugo2007-02-241-3/+6
* * lib/thread.rb: do not redefine Mutex#synchronize.shugo2007-02-241-9/+0
* * Merge YARVko12006-12-311-188/+75
* * eval.c (rb_mod_define_method): should save safe_level in thematz2005-12-291-1/+1
* * lib/thread.rb: RDoc documentation from Eric Hodelmatz2005-06-071-20/+84
* * enum.c (enum_min_by): new method Enum#min_by. added Enum#max_bymatz2004-07-141-3/+6
* * lib/pstore.rb (transaction): allow overriding dump and load.matz2004-05-271-4/+7
* * lib/thread.rb (Thread.exclusive): wrap method definition ingsinclair2003-11-161-10/+12
* Added RDoc comments. Several TODOs remain; see comments at EOF.gsinclair2003-01-171-0/+136
* * file.c (rb_find_file): $LOAD_PATH must not be empty.matz2002-08-271-0/+3
* * lib/thread.rb (Queue::pop): get rid of race condition.nobu2002-06-061-15/+7
* * parse.y: yyparse #defines moved from intern.hmatz2002-05-291-0/+1
* * array.c (rb_ary_and): should not push frozen key string.matz2001-05-161-15/+24
* * eval.c (rb_thread_schedule): raise FATAL just once tomatz2001-03-141-1/+1
* matz - disappointing fixesmatz2000-09-201-1/+1
* matzmatz2000-08-071-3/+3
* 2000-05-30matz2000-05-301-6/+11
* 2000-05-12matz2000-05-121-2/+7
* 2000-05-09matz2000-05-091-1/+1
* 2000-05-01matz2000-05-011-1/+5
* 2000-03-17matz2000-03-171-13/+40
* 1.4.0matz1999-08-131-22/+46
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-32/+131
* Initial revisionv1_0_r2matz1998-01-161-0/+110