Mention ext/curses.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9665191df9
commit
1414cebea8
27
doc/NEWS
27
doc/NEWS
@ -1,3 +1,8 @@
|
|||||||
|
: Curses
|
||||||
|
|
||||||
|
Updated. New methods and constants for using the mouse, character
|
||||||
|
attributes, colors and key codes have been added.
|
||||||
|
|
||||||
: Range#step([step=1])
|
: Range#step([step=1])
|
||||||
|
|
||||||
Added.
|
Added.
|
||||||
@ -31,19 +36,6 @@
|
|||||||
|
|
||||||
Added. [ruby-dev:13941]
|
Added. [ruby-dev:13941]
|
||||||
|
|
||||||
: Digest module
|
|
||||||
|
|
||||||
Added as a replacement for md5 and sha1 modules.
|
|
||||||
|
|
||||||
require 'digest/md5'
|
|
||||||
include Digest
|
|
||||||
|
|
||||||
md = MD5.new
|
|
||||||
md << "abc"
|
|
||||||
puts md
|
|
||||||
|
|
||||||
puts MD5.hexdigest("123")
|
|
||||||
|
|
||||||
: Dir::chdir
|
: Dir::chdir
|
||||||
|
|
||||||
Changed to warn only when invoked from multiple threads or no block
|
Changed to warn only when invoked from multiple threads or no block
|
||||||
@ -150,15 +142,6 @@
|
|||||||
Extended to take an optional expression, which is used as a value
|
Extended to take an optional expression, which is used as a value
|
||||||
for termination. [experimental]
|
for termination. [experimental]
|
||||||
|
|
||||||
: SHA1 module
|
|
||||||
|
|
||||||
ruby-sha1 1.2 is newly imported as a standard library, which shares
|
|
||||||
a common interface with the existing md5 module.
|
|
||||||
|
|
||||||
: MD5#<<
|
|
||||||
|
|
||||||
Added as an alias for MD5#update.
|
|
||||||
|
|
||||||
: to_str
|
: to_str
|
||||||
|
|
||||||
Added to get objects which define to_str() treated as String's.
|
Added to get objects which define to_str() treated as String's.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user