[前][次][番号順一覧][スレッド一覧]

ruby-changes:32042

From: a_matsuda <ko1@a...>
Date: Tue, 10 Dec 2013 20:22:20 +0900 (JST)
Subject: [ruby-changes:32042] a_matsuda:r44121 (trunk): * doc/contributing.rdoc: [DOC] curses is no more in the stdlib

a_matsuda	2013-12-10 20:22:13 +0900 (Tue, 10 Dec 2013)

  New Revision: 44121

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44121

  Log:
    * 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.

  Modified files:
    trunk/doc/contributing.rdoc
    trunk/doc/contributors.rdoc
    trunk/doc/maintainers.rdoc
    trunk/doc/standard_library.rdoc
    trunk/doc/syntax/modules_and_classes.rdoc
    trunk/encoding.c
Index: doc/contributors.rdoc
===================================================================
--- doc/contributors.rdoc	(revision 44120)
+++ doc/contributors.rdoc	(revision 44121)
@@ -323,7 +323,6 @@ Shugo Maeda (shugo) https://github.com/ruby/ruby/blob/trunk/doc/contributors.rdoc#L323
   * monitor.rb
   * net/ftp
   * net/imap
-  * curses
 
 Stephan Maka (mathew)
 * documentation
Index: doc/syntax/modules_and_classes.rdoc
===================================================================
--- doc/syntax/modules_and_classes.rdoc	(revision 44120)
+++ doc/syntax/modules_and_classes.rdoc	(revision 44121)
@@ -4,8 +4,8 @@ Modules serve two purposes in Ruby, name https://github.com/ruby/ruby/blob/trunk/doc/syntax/modules_and_classes.rdoc#L4
 
 A namespace can be used to organize code by package or functionality that
 separates common names from interference by other packages.  For example, the
-Curses namespace provides functionality for curses that prevents a collision
-for the common name "Window".
+IRB namespace provides functionality for irb that prevents a collision
+for the common name "Context".
 
 Mix-in functionality allows sharing common methods across multiple classes or
 modules.  Ruby comes with the Enumerable mix-in module which provides many
Index: doc/contributing.rdoc
===================================================================
--- doc/contributing.rdoc	(revision 44120)
+++ doc/contributing.rdoc	(revision 44121)
@@ -291,7 +291,6 @@ libraries, but these are not required: https://github.com/ruby/ruby/blob/trunk/doc/contributing.rdoc#L291
 * Tcl/Tk
 * NDBM/QDBM
 * GDBM
-* Ncurses (or something)
 * OpenSSL
 * readline/editline(libedit)
 * zlib
Index: doc/maintainers.rdoc
===================================================================
--- doc/maintainers.rdoc	(revision 44120)
+++ doc/maintainers.rdoc	(revision 44121)
@@ -245,8 +245,6 @@ Zachary Scott (zzak) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L245
   * 1.9: Koichi Sasada (ko1)
 [ext/coverage]
   Yusuke Endoh (mame)
-[ext/curses]
-  Shugo Maeda (shugo)
 [ext/dbm]
   _unmaintained_
 [ext/digest, ext/digest/*]
Index: doc/standard_library.rdoc
===================================================================
--- doc/standard_library.rdoc	(revision 44120)
+++ doc/standard_library.rdoc	(revision 44121)
@@ -92,7 +92,6 @@ YAML:: Ruby client library for the Psych https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L92
 
 BigDecimal:: Provides arbitrary-precision floating point decimal arithmetic
 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
 DateTime:: Subclass of Date to handling dates, hours, minutes, seconds, offsets
 DBM:: Provides a wrapper for the UNIX-style Database Manager Library
Index: encoding.c
===================================================================
--- encoding.c	(revision 44120)
+++ encoding.c	(revision 44121)
@@ -1458,7 +1458,6 @@ rb_enc_default_internal(void) https://github.com/ruby/ruby/blob/trunk/encoding.c#L1458
  * * File names from Dir
  * * Integer#chr
  * * String#inspect and Regexp#inspect
- * * Strings returned from Curses
  * * Strings returned from Readline
  * * Strings returned from SDBM
  * * Time#zone

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]