aboutsummaryrefslogtreecommitdiffstats
path: root/lib/singleton.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/singleton] Bump up 0.2.0Hiroshi SHIBATA2023-11-061-1/+1
* [ruby/singleton] Simplify implementation of `Singleton#instance`.Daniel Pepper2023-06-051-6/+1
* [ruby/singleton] Revert "Simplify the implementationHiroshi SHIBATA2023-06-051-9/+17
* [ruby/singleton] Simplify the implementationDaniel Pepper2023-06-031-17/+9
* Update library versions of the default gems.Hiroshi SHIBATA2020-12-221-1/+1
* Extract version number from the sourceNobuyoshi Nakada2020-07-301-0/+2
* [ruby/singleton] Remove unnecessaray spacetaki2020-06-091-1/+1
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-5/+3
* [DOC] Singleton.instance [ci skip]Nobuyoshi Nakada2019-06-281-0/+4
* Moved Singleton.instance to get rid of redefinitionNobuyoshi Nakada2019-06-281-8/+9
* Remove unnecessary `require 'thread'`kazu2017-10-081-1/+0
* Use qualified namesnobu2016-08-301-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib: remove trailing spaces.nobu2011-05-181-14/+14
* * lib/singleton.rb: Improve documentation. Patch by Pete Higgins.drbrain2011-05-171-225/+84
* * lib/singleton.rb: fix documentation. [ruby-core:21038]matz2009-01-021-2/+2
* * lib/singleton.rb: fix indentation of RDoc text. [ruby-core:21029]matz2008-12-311-3/+3
* * marshal.c (w_object, marshal_dump, r_object0, marshal_load): searchnobu2008-06-181-2/+0
* * lib/singleton.rb (SingletonClassMethods): _load should be public.nobu2008-05-281-26/+26
* * lib/delegate.rb: catch up with class local variable (@_v) spec.ko12007-02-141-12/+12
* * Merge YARVko12006-12-311-85/+40
* *** empty log message ***nobu2005-03-151-3/+3
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-10/+10
* * enum.c (inject_i): use rb_yield_values.matz2003-08-221-2/+8
* * numeric.c (flo_to_s): get rid of buffer overflow.matz2003-08-021-219/+237
* * lib/cgi.rb (CGI::QueryExtension::[]): always return Valuematz2003-04-231-1/+1
* * gc.c (rb_gc): use rb_gc_mark_maybe() to mark registered Cmatz2003-04-211-1/+1
* use Object#class instead of deprecated Object#type.nobu2002-10-021-2/+2
* ext/exmk.rb.in, lib/singleton.rb: remove nested ""s.matz2002-06-131-2/+2
* * string.c (rb_str_aset): should raise error if an indexing stringmatz2002-06-041-6/+6
* * file.c (rb_stat_inspect): print dev, rdev in hexadecimal.matz2002-02-011-4/+3
* * file.c (rb_stat_rdev_major): added. [new]matz2002-01-291-99/+228
* * eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz2002-01-281-1/+2
* * time.c (time_plus): must detect result overflow.matz2001-12-031-53/+57
* * eval.c (rb_thread_select): should subtract timeofday() frommatz2001-11-281-41/+49
* * marshal.c (w_float): must distinguish -0.0 from 0.0.matz2001-11-271-42/+188
* * marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSIONmatz2001-07-311-3/+9
* forgot some checkins.matz2001-05-061-1/+1
* 001225matz2000-12-251-2/+2
* 2000-02-29matz2000-02-291-1/+1
* 19991125matz1999-11-251-1/+6
* 19991117matz1999-11-171-0/+1
* 1.4.0matz1999-08-131-0/+37