aboutsummaryrefslogtreecommitdiffstats
path: root/lib/timeout.rb
Commit message (Expand)AuthorAgeFilesLines
* fix a typo [ci skip]kazu2016-09-071-1/+1
* timeout.rb: custom error messagenobu2016-09-071-2/+4
* timeout.rb: watcher thread namenobu2015-12-181-0/+2
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* timeout.rb: freeze a string messagenobu2015-08-131-1/+1
* variable.c: Module#deprecate_constantnobu2015-07-301-0/+3
* timeout.rb: suppress a warningnobu2015-07-141-1/+1
* timeout.rb: warn deprecated methodnobu2015-07-131-8/+3
* timeout.rb: internal constantsnobu2015-07-131-0/+1
* timeout.rb: fix backtracenobu2015-07-111-3/+1
* timeout.rb: removed and use Timeout::Errornobu2015-07-101-3/+1
* timeout.rb: same object across fibernobu2014-11-171-2/+1
* timeout.rb: use UncaughtThrowErrornobu2014-11-161-2/+1
* lib/timeout.rb: fallback to Timeout::Errornobu2014-01-081-4/+12
* timeout.rb: revert r44520nobu2014-01-071-7/+3
* timeout.rb: current_targetnobu2014-01-071-3/+7
* timeout.rb: unused attributenobu2014-01-071-1/+1
* timeout.rb: fix for ExitExceptionnobu2014-01-071-7/+14
* timeout.rb: defer creating custom exceptionnobu2014-01-071-2/+3
* * lib/timeout.rb: Added note about change from #8730 [Fixes GH-440]zzak2013-11-101-0/+3
* timeout.rb: raise given exceptionnobu2013-08-271-4/+7
* timeout.rb: skip rescuenobu2013-08-261-14/+22
* doumentation by @toolmantim [GH fixes #270]hsbt2013-03-311-3/+4
* Revert r38216 and r38221. Release manager mark this feature as "next minor".kosaki2012-12-071-19/+17
* timeout.rb: replace deferred exception after async_interrupt_timingnobu2012-12-071-13/+13
* * lib/timeout.rb (Timeout#timeout): specify a exceptiontarui2012-12-051-2/+2
* adjust style and fix typo and indentkazu2012-12-051-1/+1
* * lib/timeout.rb (Timeout#timeout): setkosaki2012-12-051-29/+31
* * lib/timeout.rb (timeout):zzak2012-10-111-3/+0
* * lib/timeout.rb: Clarify timeout duration types. Patch by Alf Mikula.drbrain2011-06-161-1/+2
* * lib/timeout.rb: Improve documentation. Patch by David Copeland.drbrain2011-05-221-20/+27
* * lib/timeout.rb (Timeout#timeout): don't leak "execution expired"kosaki2011-05-181-15/+17
* * lib/timeout.rb (module Timeout): Hide internal constants. Patch bydrbrain2011-05-161-0/+2
* * lib/timeout.rb (Timeout#timeout): propagate errors to thenobu2010-04-191-2/+7
* * sample/timeout.rb: split from lib/timeout.rb.nobu2010-03-111-21/+0
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * lib/timeout.rb (Timeout::timeout): made sensitive to location on thenobu2008-02-131-3/+20
* * lib/timeout.rb: join the background thread to make sure it is dead.akr2007-12-151-1/+4
* * lib/timeout.rb (Timeout.timeout): should return the block value always.aamine2007-03-051-7/+7
* * Merge YARVko12006-12-311-35/+18
* Updated rdoc to fix timeout.rb and include rinda directory. By Eric Hodelryan2005-11-211-16/+32
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-21/+31
* * enum.c (enum_min_by): new method Enum#min_by. added Enum#max_bymatz2004-07-141-0/+1
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-2/+2
* * marshal.c (w_object): if object responds to 'marshal_dump',matz2003-07-291-1/+7
* * lib/timeout.rb: add optional exception argument for compatibilityakr2003-07-031-2/+5
* * array.c (rb_values_at): extract common procedure frommatz2003-07-031-14/+27
* * lib/timeout.rb (timeout): new optional argument to specify anakr2002-01-161-2/+2
* * range.c (range_step): 'iter' here should be an array.matz2001-08-201-5/+11
* matzmatz2000-10-141-1/+7