summaryrefslogtreecommitdiffstats
path: root/lib/thread.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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 revisionmatz1998-01-161-0/+110