mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* doc/standard_library.rdoc: [DOC] delete removed libraries.
[misc #10843] [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
76c7c267a0
commit
d38ef77dec
2 changed files with 5 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Sun Feb 15 10:41:23 2015 Sho Hashimoto <sho-h@ruby-lang.org>
|
||||||
|
|
||||||
|
* doc/standard_library.rdoc: [DOC] delete removed libraries.
|
||||||
|
[misc #10843] [ci skip]
|
||||||
|
|
||||||
Sat Feb 14 12:20:01 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Sat Feb 14 12:20:01 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* random.c (rand_random_number): add a method to return a random
|
* random.c (rand_random_number): add a method to return a random
|
||||||
|
|
|
@ -13,7 +13,6 @@ Base64:: Support for encoding and decoding binary data using a Base64 representa
|
||||||
Benchmark:: Provides methods to measure and report the time used to execute code
|
Benchmark:: Provides methods to measure and report the time used to execute code
|
||||||
CGI:: Support for the Common Gateway Interface protocol
|
CGI:: Support for the Common Gateway Interface protocol
|
||||||
CMath:: Provides Trigonometric and Transcendental functions for complex numbers
|
CMath:: Provides Trigonometric and Transcendental functions for complex numbers
|
||||||
complex.rb:: Deprecated library replaced by C implementation in core
|
|
||||||
ConditionVariable:: Augments the Mutex class, provided by thread.rb
|
ConditionVariable:: Augments the Mutex class, provided by thread.rb
|
||||||
CSV:: Provides an interface to read and write CSV files and data
|
CSV:: Provides an interface to read and write CSV files and data
|
||||||
DEBUGGER__:: Debugging functionality for Ruby
|
DEBUGGER__:: Debugging functionality for Ruby
|
||||||
|
@ -26,14 +25,12 @@ FileUtils:: Several file utility methods for copying, moving, removing, etc
|
||||||
Find:: This module supports top-down traversal of a set of file paths
|
Find:: This module supports top-down traversal of a set of file paths
|
||||||
Forwardable:: Provides delegation of specified methods to a designated object
|
Forwardable:: Provides delegation of specified methods to a designated object
|
||||||
GetoptLong:: Parse command line options similar to the GNU C getopt_long()
|
GetoptLong:: Parse command line options similar to the GNU C getopt_long()
|
||||||
GServer:: HTTP server with logging, thread pooling and multi-server management
|
|
||||||
IPAddr:: Provides methods to manipulate IPv4 and IPv6 IP addresses
|
IPAddr:: Provides methods to manipulate IPv4 and IPv6 IP addresses
|
||||||
IRB:: Interactive Ruby command-line tool for REPL (Read Eval Print Loop)
|
IRB:: Interactive Ruby command-line tool for REPL (Read Eval Print Loop)
|
||||||
Logger:: Provides a simple logging utility for outputing messages
|
Logger:: Provides a simple logging utility for outputing messages
|
||||||
mathn.rb:: Deprecated library that extends math operations
|
mathn.rb:: Deprecated library that extends math operations
|
||||||
MakeMakefile:: Module used to generate a Makefile for C extensions
|
MakeMakefile:: Module used to generate a Makefile for C extensions
|
||||||
Matrix:: Represents a mathematical matrix.
|
Matrix:: Represents a mathematical matrix.
|
||||||
MiniTest:: A test suite with TDD, BDD, mocking and benchmarking
|
|
||||||
Monitor:: Provides an object or module to use safely by more than one thread
|
Monitor:: Provides an object or module to use safely by more than one thread
|
||||||
Mutex_m:: Mixin to extend objects to be handled like a Mutex
|
Mutex_m:: Mixin to extend objects to be handled like a Mutex
|
||||||
Net::FTP:: Support for the File Transfer Protocol
|
Net::FTP:: Support for the File Transfer Protocol
|
||||||
|
@ -56,7 +53,6 @@ PStore:: Implements a file based persistence mechanism based on a Hash
|
||||||
Queue:: Synchronized communication between threads, provided by thread.rb
|
Queue:: Synchronized communication between threads, provided by thread.rb
|
||||||
Racc:: A LALR(1) parser generator written in Ruby.
|
Racc:: A LALR(1) parser generator written in Ruby.
|
||||||
Rake:: Ruby build program with capabilities similar to make
|
Rake:: Ruby build program with capabilities similar to make
|
||||||
rational.rb:: Deprecated library replaced by C implementation in core
|
|
||||||
RbConfig:: Information of your configure and build of Ruby
|
RbConfig:: Information of your configure and build of Ruby
|
||||||
RDoc:: Produces HTML and command-line documentation for Ruby
|
RDoc:: Produces HTML and command-line documentation for Ruby
|
||||||
resolv-replace.rb:: Replace Socket DNS with Resolv
|
resolv-replace.rb:: Replace Socket DNS with Resolv
|
||||||
|
@ -73,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
|
||||||
Test::Unit:: A compatibility layer for MiniTest
|
|
||||||
Thread:: Provides support classes for threaded programs
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue