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
/
thwait.rb
Age
Commit message (
Expand
)
Author
2018-06-08
Removed needless extension for require.
hsbt
2017-10-08
Remove unnecessary `require 'thread'`
kazu
2016-08-30
Use qualified names
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2014-08-27
* lib/drb/drb.rb: use attr_reader instead of Module#attr.
hsbt
2014-08-26
* lib/thwait.rb (ThreadsWait): removed needless constant.
hsbt
2013-11-07
typo [Fixes GH-435] PAtch by @zed-0xff https://github.com/ruby/ruby/pull/435
hsbt
2011-06-29
* math.c: Attach documentation for Math.
drbrain
2011-05-19
* lib: revert r31635-r31638 and untabify with expand(1).
nobu
2011-05-18
* lib: Convert tabs to spaces for ruby files per
drbrain
2011-05-15
* remove trailing spaces.
nobu
2010-04-29
* lib/thwait.rb (ThreadsWait#join): refined rdoc again.
nobu
2010-04-29
* lib/thwait.rb (ThreadsWait#join): refined rdoc. [ruby-core:29863]
nobu
2010-04-28
* lib/thwait.rb: revise rdoc. a patch from Roger Pack in
mame
2010-03-20
* lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].
nobu
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2008-06-16
* lib/thwait.rb (ThreadsWait): Exception2MessageMapper no longer has
nobu
2008-01-06
* $Date$ keyword removed to avoid inclusion of locale dependent
akr
2004-11-25
* lib/thwait.rb (ThreadsWait#join_nowait): abnormally terminated
nobu
2004-04-18
* dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,
nobu
2003-01-20
Modified some RDoc formatting.
gsinclair
2003-01-17
Added RDoc comments. See comments at EOF for TODOs.
gsinclair
2000-09-25
matz
matz
2000-09-21
matz - net library bug (by me)
matz
2000-09-20
matz - disappointing fixes
matz
2000-06-28
matz
matz
1999-01-20
This commit was generated by cvs2svn to compensate for changes in r372,
matz
2019-08-17
version 1.0-971002
v1_0_971002
Yukihiro Matsumoto