From 82aa43407ca3f4096ec2be2a13869fb584775952 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 4 Jun 2012 06:39:40 +0000 Subject: win32: VT100 escape * win32/win32.c (constat_apply): apply VT100 functions. [ruby-core:44958] [Feature #6418] * win32/win32.c (constat_parse): parse some VT100 escape sequence. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35907 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 12f0abd77b..c5a59dbe8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Jun 4 15:39:33 2012 Nobuyoshi Nakada + + * win32/win32.c (constat_apply): apply VT100 functions. + [ruby-core:44958] [Feature #6418] + + * win32/win32.c (constat_parse): parse some VT100 escape sequence. + Mon Jun 4 14:06:12 2012 NAKAMURA Usaku * process.c (rb_exec_err): should preserve errno. -- cgit v1.2.3