index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
timeout.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add uplevel keyword to Kernel#warn and use it
shyouhei
2017-12-12
1
-1
/
+1
*
Fix typo in `Timeout` doc [ci skip]
kazu
2017-11-17
1
-2
/
+2
*
fix a typo [ci skip]
kazu
2016-09-07
1
-1
/
+1
*
timeout.rb: custom error message
nobu
2016-09-07
1
-2
/
+4
*
timeout.rb: watcher thread name
nobu
2015-12-18
1
-0
/
+2
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
timeout.rb: freeze a string message
nobu
2015-08-13
1
-1
/
+1
*
variable.c: Module#deprecate_constant
nobu
2015-07-30
1
-0
/
+3
*
timeout.rb: suppress a warning
nobu
2015-07-14
1
-1
/
+1
*
timeout.rb: warn deprecated method
nobu
2015-07-13
1
-8
/
+3
*
timeout.rb: internal constants
nobu
2015-07-13
1
-0
/
+1
*
timeout.rb: fix backtrace
nobu
2015-07-11
1
-3
/
+1
*
timeout.rb: removed and use Timeout::Error
nobu
2015-07-10
1
-3
/
+1
*
timeout.rb: same object across fiber
nobu
2014-11-17
1
-2
/
+1
*
timeout.rb: use UncaughtThrowError
nobu
2014-11-16
1
-2
/
+1
*
lib/timeout.rb: fallback to Timeout::Error
nobu
2014-01-08
1
-4
/
+12
*
timeout.rb: revert r44520
nobu
2014-01-07
1
-7
/
+3
*
timeout.rb: current_target
nobu
2014-01-07
1
-3
/
+7
*
timeout.rb: unused attribute
nobu
2014-01-07
1
-1
/
+1
*
timeout.rb: fix for ExitException
nobu
2014-01-07
1
-7
/
+14
*
timeout.rb: defer creating custom exception
nobu
2014-01-07
1
-2
/
+3
*
* lib/timeout.rb: Added note about change from #8730 [Fixes GH-440]
zzak
2013-11-10
1
-0
/
+3
*
timeout.rb: raise given exception
nobu
2013-08-27
1
-4
/
+7
*
timeout.rb: skip rescue
nobu
2013-08-26
1
-14
/
+22
*
doumentation by @toolmantim [GH fixes #270]
hsbt
2013-03-31
1
-3
/
+4
*
Revert r38216 and r38221. Release manager mark this feature as "next minor".
kosaki
2012-12-07
1
-19
/
+17
*
timeout.rb: replace deferred exception after async_interrupt_timing
nobu
2012-12-07
1
-13
/
+13
*
* lib/timeout.rb (Timeout#timeout): specify a exception
tarui
2012-12-05
1
-2
/
+2
*
adjust style and fix typo and indent
kazu
2012-12-05
1
-1
/
+1
*
* lib/timeout.rb (Timeout#timeout): set
kosaki
2012-12-05
1
-29
/
+31
*
* lib/timeout.rb (timeout):
zzak
2012-10-11
1
-3
/
+0
*
* lib/timeout.rb: Clarify timeout duration types. Patch by Alf Mikula.
drbrain
2011-06-16
1
-1
/
+2
*
* lib/timeout.rb: Improve documentation. Patch by David Copeland.
drbrain
2011-05-22
1
-20
/
+27
*
* lib/timeout.rb (Timeout#timeout): don't leak "execution expired"
kosaki
2011-05-18
1
-15
/
+17
*
* lib/timeout.rb (module Timeout): Hide internal constants. Patch by
drbrain
2011-05-16
1
-0
/
+2
*
* lib/timeout.rb (Timeout#timeout): propagate errors to the
nobu
2010-04-19
1
-2
/
+7
*
* sample/timeout.rb: split from lib/timeout.rb.
nobu
2010-03-11
1
-21
/
+0
*
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2009-03-06
1
-1
/
+1
*
* lib/timeout.rb (Timeout::timeout): made sensitive to location on the
nobu
2008-02-13
1
-3
/
+20
*
* lib/timeout.rb: join the background thread to make sure it is dead.
akr
2007-12-15
1
-1
/
+4
*
* lib/timeout.rb (Timeout.timeout): should return the block value always.
aamine
2007-03-05
1
-7
/
+7
*
* Merge YARV
ko1
2006-12-31
1
-35
/
+18
*
Updated rdoc to fix timeout.rb and include rinda directory. By Eric Hodel
ryan
2005-11-21
1
-16
/
+32
*
* array.c: replace rb_protect_inspect() and rb_inspecting_p() by
matz
2005-03-04
1
-21
/
+31
*
* enum.c (enum_min_by): new method Enum#min_by. added Enum#max_by
matz
2004-07-14
1
-0
/
+1
*
* dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,
nobu
2004-04-18
1
-2
/
+2
*
* marshal.c (w_object): if object responds to 'marshal_dump',
matz
2003-07-29
1
-1
/
+7
*
* lib/timeout.rb: add optional exception argument for compatibility
akr
2003-07-03
1
-2
/
+5
*
* array.c (rb_values_at): extract common procedure from
matz
2003-07-03
1
-14
/
+27
*
* lib/timeout.rb (timeout): new optional argument to specify an
akr
2002-01-16
1
-2
/
+2
[next]