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

ruby-changes:28027

From: nobu <ko1@a...>
Date: Wed, 3 Apr 2013 17:11:37 +0900 (JST)
Subject: [ruby-changes:28027] nobu:r40079 (trunk): win32.c: pass through unknown sequence

nobu	2013-04-03 17:11:27 +0900 (Wed, 03 Apr 2013)

  New Revision: 40079

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

  Log:
    win32.c: pass through unknown sequence
    
    * win32/win32.c (constat_apply): pass through unknown sequence which
      starts with ESC but is not followed by a bracket.  [ruby-core:53879]
      [Bug #8201]

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 40078)
+++ ChangeLog	(revision 40079)
@@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed Apr  3 17:11:15 2013  Nobuyoshi Nakada  <nobu@r...>
+
+	* win32/win32.c (constat_apply): pass through unknown sequence which
+	  starts with ESC but is not followed by a bracket.  [ruby-core:53879]
+	  [Bug #8201]
+
 Wed Apr  3 16:35:32 2013  Nobuyoshi Nakada  <nobu@r...>
 
 	* bignum.c (rb_big_eq): hide intermediate Bignums not just freeing

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

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