* doc/standard_library.rdoc: move Thread to Extentions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cd834d45a2
commit
035bdf3788
@ -1,3 +1,7 @@
|
|||||||
|
Tue Mar 24 22:06:27 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||||
|
|
||||||
|
* doc/standard_library.rdoc: move Thread to Extentions.
|
||||||
|
|
||||||
Tue Mar 24 21:59:10 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
Tue Mar 24 21:59:10 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||||
|
|
||||||
* doc/contributing.rdoc: update Maintainers list.
|
* doc/contributing.rdoc: update Maintainers list.
|
||||||
|
@ -69,7 +69,6 @@ Shellwords:: Manipulates strings with word parsing rules of UNIX Bourne shell
|
|||||||
Singleton:: Implementation of the Singleton pattern for Ruby
|
Singleton:: Implementation of the Singleton pattern for Ruby
|
||||||
Synchronizer:: A module that provides a two-phase lock with a counter
|
Synchronizer:: A module that provides a two-phase lock with a counter
|
||||||
Tempfile:: A utility class for managing temporary files
|
Tempfile:: A utility class for managing temporary files
|
||||||
Thread:: Provides support classes for threaded programs
|
|
||||||
ThreadsWait:: Watches for termination of multiple threads
|
ThreadsWait:: Watches for termination of multiple threads
|
||||||
Time:: Extends the Time class with methods for parsing and conversion
|
Time:: Extends the Time class with methods for parsing and conversion
|
||||||
Timeout:: Auto-terminate potentially long-running operations in Ruby
|
Timeout:: Auto-terminate potentially long-running operations in Ruby
|
||||||
@ -110,6 +109,7 @@ Socket:: Access underlying OS socket implementations
|
|||||||
StringIO:: Pseudo I/O on String objects
|
StringIO:: Pseudo I/O on String objects
|
||||||
StringScanner:: Provides lexical scanning operations on a String
|
StringScanner:: Provides lexical scanning operations on a String
|
||||||
Syslog:: Ruby interface for the POSIX system logging facility
|
Syslog:: Ruby interface for the POSIX system logging facility
|
||||||
|
Thread:: Provides support classes for threaded programs
|
||||||
Tk:: Provides a framework for building a Graphical User Interface (GUI)
|
Tk:: Provides a framework for building a Graphical User Interface (GUI)
|
||||||
WIN32OLE:: Provides an interface for OLE Automation in Ruby
|
WIN32OLE:: Provides an interface for OLE Automation in Ruby
|
||||||
Zlib:: Ruby interface for the zlib compression/decompression library
|
Zlib:: Ruby interface for the zlib compression/decompression library
|
||||||
|
Loading…
x
Reference in New Issue
Block a user