Project

General

Profile

Bug #8584 ยป rm_curses_gomi.patch

matsuda (Akira Matsuda), 12/10/2013 11:02 AM

View differences:

doc/contributing.rdoc
* Tcl/Tk
* NDBM/QDBM
* GDBM
* Ncurses (or something)
* OpenSSL
* readline/editline(libedit)
* zlib
doc/contributors.rdoc
* monitor.rb
* net/ftp
* net/imap
* curses
Stephan Maka (mathew)
* documentation
doc/maintainers.rdoc
* 1.9: Koichi Sasada (ko1)
[ext/coverage]
Yusuke Endoh (mame)
[ext/curses]
Shugo Maeda (shugo)
[ext/dbm]
_unmaintained_
[ext/digest, ext/digest/*]
doc/standard_library.rdoc
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
doc/syntax/modules_and_classes.rdoc
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
encoding.c
* * 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
    (1-1/1)