зеркало из https://github.com/github/ruby.git
* doc/contributing.rdoc: [DOC] curses is no more in the stdlib
* doc/contributors.rdoc: Ditto. * doc/maintainers.rdoc: Ditto. * doc/contributors.rdoc: Ditto. * doc/standard_library.rdoc: Ditto. * doc/syntax/modules_and_classes.rdoc: Ditto. * encoding.c: Ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44121 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
4d5729a7ee
Коммит
02c8545037
|
@ -291,7 +291,6 @@ libraries, but these are not required:
|
||||||
* Tcl/Tk
|
* Tcl/Tk
|
||||||
* NDBM/QDBM
|
* NDBM/QDBM
|
||||||
* GDBM
|
* GDBM
|
||||||
* Ncurses (or something)
|
|
||||||
* OpenSSL
|
* OpenSSL
|
||||||
* readline/editline(libedit)
|
* readline/editline(libedit)
|
||||||
* zlib
|
* zlib
|
||||||
|
|
|
@ -323,7 +323,6 @@ Shugo Maeda (shugo)
|
||||||
* monitor.rb
|
* monitor.rb
|
||||||
* net/ftp
|
* net/ftp
|
||||||
* net/imap
|
* net/imap
|
||||||
* curses
|
|
||||||
|
|
||||||
Stephan Maka (mathew)
|
Stephan Maka (mathew)
|
||||||
* documentation
|
* documentation
|
||||||
|
|
|
@ -245,8 +245,6 @@ Zachary Scott (zzak)
|
||||||
* 1.9: Koichi Sasada (ko1)
|
* 1.9: Koichi Sasada (ko1)
|
||||||
[ext/coverage]
|
[ext/coverage]
|
||||||
Yusuke Endoh (mame)
|
Yusuke Endoh (mame)
|
||||||
[ext/curses]
|
|
||||||
Shugo Maeda (shugo)
|
|
||||||
[ext/dbm]
|
[ext/dbm]
|
||||||
_unmaintained_
|
_unmaintained_
|
||||||
[ext/digest, ext/digest/*]
|
[ext/digest, ext/digest/*]
|
||||||
|
|
|
@ -92,7 +92,6 @@ YAML:: Ruby client library for the Psych YAML implementation
|
||||||
|
|
||||||
BigDecimal:: Provides arbitrary-precision floating point decimal arithmetic
|
BigDecimal:: Provides arbitrary-precision floating point decimal arithmetic
|
||||||
Coverage:: Provides coverage measurement for Ruby
|
Coverage:: Provides coverage measurement for Ruby
|
||||||
Curses:: Implements the CRT screen handling and optimization library
|
|
||||||
Date:: A subclass of Object includes Comparable module for handling dates
|
Date:: A subclass of Object includes Comparable module for handling dates
|
||||||
DateTime:: Subclass of Date to handling dates, hours, minutes, seconds, offsets
|
DateTime:: Subclass of Date to handling dates, hours, minutes, seconds, offsets
|
||||||
DBM:: Provides a wrapper for the UNIX-style Database Manager Library
|
DBM:: Provides a wrapper for the UNIX-style Database Manager Library
|
||||||
|
|
|
@ -4,8 +4,8 @@ Modules serve two purposes in Ruby, namespacing and mix-in functionality.
|
||||||
|
|
||||||
A namespace can be used to organize code by package or functionality that
|
A namespace can be used to organize code by package or functionality that
|
||||||
separates common names from interference by other packages. For example, the
|
separates common names from interference by other packages. For example, the
|
||||||
Curses namespace provides functionality for curses that prevents a collision
|
IRB namespace provides functionality for irb that prevents a collision
|
||||||
for the common name "Window".
|
for the common name "Context".
|
||||||
|
|
||||||
Mix-in functionality allows sharing common methods across multiple classes or
|
Mix-in functionality allows sharing common methods across multiple classes or
|
||||||
modules. Ruby comes with the Enumerable mix-in module which provides many
|
modules. Ruby comes with the Enumerable mix-in module which provides many
|
||||||
|
|
|
@ -1458,7 +1458,6 @@ rb_enc_default_internal(void)
|
||||||
* * File names from Dir
|
* * File names from Dir
|
||||||
* * Integer#chr
|
* * Integer#chr
|
||||||
* * String#inspect and Regexp#inspect
|
* * String#inspect and Regexp#inspect
|
||||||
* * Strings returned from Curses
|
|
||||||
* * Strings returned from Readline
|
* * Strings returned from Readline
|
||||||
* * Strings returned from SDBM
|
* * Strings returned from SDBM
|
||||||
* * Time#zone
|
* * Time#zone
|
||||||
|
|
Загрузка…
Ссылка в новой задаче