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

ruby-changes:10358

From: knu <ko1@a...>
Date: Fri, 30 Jan 2009 16:38:27 +0900 (JST)
Subject: [ruby-changes:10358] Ruby:r21902 (ruby_1_9_1): Add yet more missing items pointed by akira yamada in

knu	2009-01-30 16:38:16 +0900 (Fri, 30 Jan 2009)

  New Revision: 21902

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

  Log:
    Add yet more missing items pointed by akira yamada in
    [ruby-dev:37852].

  Modified files:
    branches/ruby_1_9_1/NEWS

Index: ruby_1_9_1/NEWS
===================================================================
--- ruby_1_9_1/NEWS	(revision 21901)
+++ ruby_1_9_1/NEWS	(revision 21902)
@@ -219,10 +219,14 @@
           o #[] can take splatted arguments, hash style arguments 
             and a block.
           o New directives in printf-style formatted strings (%).
-          o Newlines allowed before ternary colon
+          o Newlines allowed before ternary colon operator (:) and
+            method call dot operator (.)
+          o Negative operators such as !, != and !~ are now
+            overloadable
           o Encoding.default_external and default_internal
+          o __ENCODING__: New pseudo variable to hold the current
+            script's encoding
 
-
 === Library updates
 
 * builtin classes and objects

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

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