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
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sync.rb
Age
Commit message (
Expand
)
Author
2019-09-20
Removed Synchronizer from the ruby repository.
Hiroshi SHIBATA
2018-12-12
Bump library version same as released version of rubygems.org
hsbt
2018-07-17
Promote Synchronizer to default gems.
hsbt
2018-06-20
Thread is always provided at current ruby version.
hsbt
2016-09-18
* lib/sync.rb: Fix NameError when error.
kazu
2016-08-30
Use qualified names
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2013-05-19
fix typos. Patch by k_takata.
ktsj
2012-12-23
* thread.c: rename methods:
ko1
2012-11-30
* lib/sync.rb (Sync_m#sync_synchronize): add Thread.async_interrupt_timing
kosaki
2012-09-09
* lib/sync.rb (Sync_m#sync_lock): Fixed wakeup/raise unsafe code.
kosaki
2012-09-09
* lib/sync.rb (Sync_m): Removed RCS_ID.
kosaki
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
2010-11-08
* lib/*.rb: Remove unused variable warnings.
marcandre
2010-05-23
* ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb,
nobu
2009-09-25
* lib: updated keywords.
nobu
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2008-09-10
* lib/sync.rb (Sync_m#sync_exclusive): fixed
akira
2008-01-06
* $Date$ keyword removed to avoid inclusion of locale dependent
akr
2007-03-13
* lib/sync.rb: support for ruby 1.9(YARV) thread model.
keiju
2006-07-20
* object.c (rb_mod_attr): make Module#attr to be an alias to
matz
2005-12-29
* eval.c (rb_mod_define_method): should save safe_level in the
matz
2001-06-06
* lib/sync.rb: bug fix if obj.initialize has parameters when
keiju
2001-05-06
forgot some checkins.
matz
1999-08-13
1.4.0
matz
1999-01-20
This commit was generated by cvs2svn to compensate for changes in r372,
matz
1998-01-16
This commit was generated by cvs2svn to compensate for changes in r11,
matz
1998-01-16
Initial revision
v1_0_r2
replaced
matz
2019-08-17
version 1.0-971002
v1_0_971002
Yukihiro Matsumoto