ruby-changes:37994
From: hsbt <ko1@a...>
Date: Tue, 24 Mar 2015 22:07:23 +0900 (JST)
Subject: [ruby-changes:37994] hsbt:r50075 (trunk): * doc/standard_library.rdoc: move Thread to Extentions.
hsbt 2015-03-24 22:07:03 +0900 (Tue, 24 Mar 2015) New Revision: 50075 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50075 Log: * doc/standard_library.rdoc: move Thread to Extentions. Modified files: trunk/ChangeLog trunk/doc/standard_library.rdoc Index: doc/standard_library.rdoc =================================================================== --- doc/standard_library.rdoc (revision 50074) +++ doc/standard_library.rdoc (revision 50075) @@ -69,7 +69,6 @@ Shellwords:: Manipulates strings with wo https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L69 Singleton:: Implementation of the Singleton pattern for Ruby Synchronizer:: A module that provides a two-phase lock with a counter Tempfile:: A utility class for managing temporary files -Thread:: Provides support classes for threaded programs ThreadsWait:: Watches for termination of multiple threads Time:: Extends the Time class with methods for parsing and conversion Timeout:: Auto-terminate potentially long-running operations in Ruby @@ -110,6 +109,7 @@ Socket:: Access underlying OS socket imp https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L109 StringIO:: Pseudo I/O on String objects StringScanner:: Provides lexical scanning operations on a String 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) WIN32OLE:: Provides an interface for OLE Automation in Ruby Zlib:: Ruby interface for the zlib compression/decompression library Index: ChangeLog =================================================================== --- ChangeLog (revision 50074) +++ ChangeLog (revision 50075) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Mar 24 22:06:27 2015 SHIBATA Hiroshi <shibata.hiroshi@g...> + + * doc/standard_library.rdoc: move Thread to Extentions. + Tue Mar 24 21:59:10 2015 SHIBATA Hiroshi <shibata.hiroshi@g...> * doc/contributing.rdoc: update Maintainers list. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/