From c11ce1acc1fc6ab2587ca914fa343884fd554873 Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 9 Oct 2008 12:18:42 +0000 Subject: * ext/syck/syck.c (syck_lookup_sym): remove reading uninitialized variable. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19726 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dc2c95399..7bdf9eee6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 9 21:17:50 2008 Yusuke Endoh + + * ext/syck/syck.c (syck_lookup_sym): remove reading uninitialized + variable. + Thu Oct 9 16:34:15 2008 NARUSE, Yui * ext/json/ext/generator/extconf.rb: fix target. -- cgit