index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
timeout.rb
Age
Commit message (
Expand
)
Author
2017-12-12
Add uplevel keyword to Kernel#warn and use it
shyouhei
2017-11-17
Fix typo in `Timeout` doc [ci skip]
kazu
2016-09-07
fix a typo [ci skip]
kazu
2016-09-07
timeout.rb: custom error message
nobu
2015-12-18
timeout.rb: watcher thread name
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-08-13
timeout.rb: freeze a string message
nobu
2015-07-30
variable.c: Module#deprecate_constant
nobu
2015-07-14
timeout.rb: suppress a warning
nobu
2015-07-13
timeout.rb: warn deprecated method
nobu
2015-07-13
timeout.rb: internal constants
nobu
2015-07-11
timeout.rb: fix backtrace
nobu
2015-07-10
timeout.rb: removed and use Timeout::Error
nobu
2014-11-17
timeout.rb: same object across fiber
nobu
2014-11-16
timeout.rb: use UncaughtThrowError
nobu
2014-01-08
lib/timeout.rb: fallback to Timeout::Error
nobu
2014-01-07
timeout.rb: revert r44520
nobu
2014-01-07
timeout.rb: current_target
nobu
2014-01-07
timeout.rb: unused attribute
nobu
2014-01-07
timeout.rb: fix for ExitException
nobu
2014-01-07
timeout.rb: defer creating custom exception
nobu
2013-11-10
* lib/timeout.rb: Added note about change from #8730 [Fixes GH-440]
zzak
2013-08-27
timeout.rb: raise given exception
nobu
2013-08-26
timeout.rb: skip rescue
nobu
2013-03-31
doumentation by @toolmantim [GH fixes #270]
hsbt
2012-12-07
Revert r38216 and r38221. Release manager mark this feature as "next minor".
kosaki
2012-12-07
timeout.rb: replace deferred exception after async_interrupt_timing
nobu
2012-12-05
* lib/timeout.rb (Timeout#timeout): specify a exception
tarui
2012-12-05
adjust style and fix typo and indent
kazu
2012-12-05
* lib/timeout.rb (Timeout#timeout): set
kosaki
2012-10-11
* lib/timeout.rb (timeout):
zzak
2011-06-16
* lib/timeout.rb: Clarify timeout duration types. Patch by Alf Mikula.
drbrain
2011-05-22
* lib/timeout.rb: Improve documentation. Patch by David Copeland.
drbrain
2011-05-18
* lib/timeout.rb (Timeout#timeout): don't leak "execution expired"
kosaki
2011-05-16
* lib/timeout.rb (module Timeout): Hide internal constants. Patch by
drbrain
2010-04-19
* lib/timeout.rb (Timeout#timeout): propagate errors to the
nobu
2010-03-11
* sample/timeout.rb: split from lib/timeout.rb.
nobu
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2008-02-13
* lib/timeout.rb (Timeout::timeout): made sensitive to location on the
nobu
2007-12-15
* lib/timeout.rb: join the background thread to make sure it is dead.
akr
2007-03-05
* lib/timeout.rb (Timeout.timeout): should return the block value always.
aamine
2006-12-31
* Merge YARV
ko1
2005-11-21
Updated rdoc to fix timeout.rb and include rinda directory. By Eric Hodel
ryan
2005-03-04
* array.c: replace rb_protect_inspect() and rb_inspecting_p() by
matz
2004-07-14
* enum.c (enum_min_by): new method Enum#min_by. added Enum#max_by
matz
2004-04-18
* dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,
nobu
2003-07-29
* marshal.c (w_object): if object responds to 'marshal_dump',
matz
2003-07-03
* lib/timeout.rb: add optional exception argument for compatibility
akr
2003-07-03
* array.c (rb_values_at): extract common procedure from
matz
2002-01-16
* lib/timeout.rb (timeout): new optional argument to specify an
akr
[next]