ruby-changes:42769
From: hsbt <ko1@a...>
Date: Sat, 30 Apr 2016 18:24:10 +0900 (JST)
Subject: [ruby-changes:42769] hsbt:r54843 (trunk): * doc/standard_library.rdoc: Remove obsoleted classes and modules.
hsbt 2016-04-30 19:20:43 +0900 (Sat, 30 Apr 2016) New Revision: 54843 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54843 Log: * doc/standard_library.rdoc: Remove obsoleted classes and modules. Modified files: trunk/ChangeLog trunk/doc/standard_library.rdoc Index: doc/standard_library.rdoc =================================================================== --- doc/standard_library.rdoc (revision 54842) +++ doc/standard_library.rdoc (revision 54843) @@ -38,7 +38,6 @@ Net::HTTP:: HTTP client api for Ruby https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L38 Net::IMAP:: Ruby client api for Internet Message Access Protocol Net::POP3:: Ruby client library for POP3 Net::SMTP:: Simple Mail Transfer Protocol client library for Ruby -Net::Telnet:: Telnet client library for Ruby Observable:: Provides a mechanism for publish/subscribe pattern in Ruby OpenURI:: An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP Open3:: Provides access to stdin, stdout and stderr when running other programs @@ -52,7 +51,6 @@ Profiler__:: Provides a way to profile y https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L51 PStore:: Implements a file based persistence mechanism based on a Hash Queue:: Synchronized communication between threads, provided by thread.rb Racc:: A LALR(1) parser generator written in Ruby. -Rake:: Ruby build program with capabilities similar to make RbConfig:: Information of your configure and build of Ruby RDoc:: Produces HTML and command-line documentation for Ruby resolv-replace.rb:: Replace Socket DNS with Resolv @@ -109,7 +107,6 @@ Socket:: Access underlying OS socket imp https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L107 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 54842) +++ ChangeLog (revision 54843) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat Apr 30 19:20:40 2016 SHIBATA Hiroshi <hsbt@r...> + + * doc/standard_library.rdoc: Remove obsoleted classes and modules. + Sat Apr 30 19:09:23 2016 Tanaka Akira <akr@f...> * numeric.c (int_lt): Define Integer#<. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/