diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-02 05:49:33 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-02 05:49:33 +0000 |
commit | 51e8934abdad232a5fd921a55a1c07b695abb8ba (patch) | |
tree | 50e86095628661d4f7b1acdfd645a93fe02b2ec2 /doc/NEWS | |
parent | f2a9508e71fd6bcf61c7c08e472c5c504a3a7dfd (diff) | |
download | ruby-51e8934abdad232a5fd921a55a1c07b695abb8ba.tar.gz ruby-51e8934abdad232a5fd921a55a1c07b695abb8ba.tar.xz ruby-51e8934abdad232a5fd921a55a1c07b695abb8ba.zip |
Remove what have been backported to 1.8.7.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/NEWS')
-rw-r--r-- | doc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -50,7 +50,6 @@ Incompatible (Trivial) 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 @@ Compatible 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 @@ Compatible 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 |