ruby-changes:5248
From: knu <ko1@a...>
Date: Mon, 2 Jun 2008 14:49:47 +0900 (JST)
Subject: [ruby-changes:5248] Ruby:r16747 (trunk): Remove what have been backported to 1.8.7.
knu 2008-06-02 14:49:33 +0900 (Mon, 02 Jun 2008)
New Revision: 16747
Modified files:
trunk/doc/NEWS
Log:
Remove what have been backported to 1.8.7.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/doc/NEWS?r1=16747&r2=16746&diff_format=u
Index: doc/NEWS
===================================================================
--- doc/NEWS (revision 16746)
+++ doc/NEWS (revision 16747)
@@ -50,7 +50,6 @@
o Dir.exist?
* IO operations
o Non-blocking IO
- o IO#getbyte, IO#readbyte, StringIO#getbyte, StringIO#readbyte
o Kernel#open takes encoding specified
o IO#initialize now accepts an IO argument
o StringIO#readpartial
@@ -97,7 +96,6 @@
o Module#class_variable_defined?
o #class_variable_{set,get}
o Class of singleton classes
- o #module_exec
* Binding#eval
* Blocks and Procs
o Arity of blocks without arguments
@@ -138,7 +136,6 @@
o String#force_encoding
o String#unpack with a block
o String#hash
- o String#upto
o String.try_convert
o String.encoding, String#force_encoding, String#encode
* Symbol
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/