summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-04 06:10:12 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-04 06:10:12 +0000
commit523292d61294d4496c593ad530eb520b469c0f02 (patch)
treed173bb65cb6d09be709fc2507467543f08cf2c01 /ChangeLog
parent4cb4c929df1ed1b86f3aec90ff7cb954db9a9021 (diff)
console.c: initialize
* ext/io/console/console.c (rawmode_opt): initialize options for the case all options are not given. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 50ab9e928b..7a0c17d587 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Feb 4 15:10:10 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/io/console/console.c (rawmode_opt): initialize options for the
+ case all options are not given.
+
Mon Feb 4 12:44:13 2013 Koichi Sasada <ko1@atdot.net>
* vm_dump.c (control_frame_dump): capitalize prefix of `ep'