index
:
ruby.git
The Ruby Programming Language
summary
refs
log
tree
commit
diff
path:
root
/
lib
/
singleton.rb
Age
Commit message (
Expand
)
Author
2024-11-08
[ruby/singleton] Bump up v0.3.0
Hiroshi SHIBATA
2024-10-02
[ruby/singleton] Fixed double assignment
Hiroshi SHIBATA
2024-10-01
[ruby/singleton] Make compatible with Ruby 2.4
rm155
2024-10-01
[ruby/singleton] Clean VERSION freezing
rm155
2024-10-01
[ruby/singleton] Only use RactorLocalSingleton if Ractor is defined
rm155
2024-10-01
[ruby/singleton] Change PerRactorSingleton to RactorLocalSingleton
rm155
2024-10-01
[ruby/singleton] Improve Ractor-compliance; Create PerRactorSingleton
rm155
2023-11-06
[ruby/singleton] Bump up 0.2.0
Hiroshi SHIBATA
2023-06-05
[ruby/singleton] Simplify implementation of `Singleton#instance`.
Daniel Pepper
2023-06-05
[ruby/singleton] Revert "Simplify the implementation
Hiroshi SHIBATA
2023-06-03
[ruby/singleton] Simplify the implementation
Daniel Pepper
2020-12-22
Update library versions of the default gems.
Hiroshi SHIBATA
2020-07-30
Extract version number from the source
Nobuyoshi Nakada
2020-06-09
[ruby/singleton] Remove unnecessaray space
taki
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-06-28
[DOC] Singleton.instance [ci skip]
Nobuyoshi Nakada
2019-06-28
Moved Singleton.instance to get rid of redefinition
Nobuyoshi Nakada
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
2011-05-18
* lib: remove trailing spaces.
nobu
2011-05-17
* lib/singleton.rb: Improve documentation. Patch by Pete Higgins.
drbrain
2009-01-02
* lib/singleton.rb: fix documentation. [ruby-core:21038]
matz
2008-12-31
* lib/singleton.rb: fix indentation of RDoc text. [ruby-core:21029]
matz
2008-06-18
* marshal.c (w_object, marshal_dump, r_object0, marshal_load): search
nobu
2008-05-28
* lib/singleton.rb (SingletonClassMethods): _load should be public.
nobu
2007-02-14
* lib/delegate.rb: catch up with class local variable (@_v) spec.
ko1
2006-12-31
* Merge YARV
ko1
2005-03-15
*** empty log message ***
nobu
2004-03-29
* exception message clean-up by Ian Macdonald <ian@caliban.org>.
matz
2003-08-22
* enum.c (inject_i): use rb_yield_values.
matz
2003-08-02
* numeric.c (flo_to_s): get rid of buffer overflow.
matz
2003-04-23
* lib/cgi.rb (CGI::QueryExtension::[]): always return Value
matz
2003-04-21
* gc.c (rb_gc): use rb_gc_mark_maybe() to mark registered C
matz
2002-10-02
use Object#class instead of deprecated Object#type.
nobu
2002-06-13
ext/exmk.rb.in, lib/singleton.rb: remove nested ""s.
matz
2002-06-04
* string.c (rb_str_aset): should raise error if an indexing string
matz
2002-02-01
* file.c (rb_stat_inspect): print dev, rdev in hexadecimal.
matz
2002-01-29
* file.c (rb_stat_rdev_major): added. [new]
matz
2002-01-28
* eval.c (is_defined): defined?(Foo::Baz) should check constants
matz
2001-12-03
* time.c (time_plus): must detect result overflow.
matz
2001-11-28
* eval.c (rb_thread_select): should subtract timeofday() from
matz
2001-11-27
* marshal.c (w_float): must distinguish -0.0 from 0.0.
matz
2001-07-31
* marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSION
matz
2001-05-06
forgot some checkins.
matz
2000-12-25
001225
matz
2000-02-29
2000-02-29
matz
1999-11-25
19991125
matz
1999-11-17
19991117
matz
1999-08-13
1.4.0
matz