From d7233ef103fae4f7530986d7aae14b6ff1d0cefd Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 9 Jun 2009 06:11:10 +0000 Subject: * dir.c (sys_warning): get rid of type-punning function cast. * dir.c (ruby_glob0): get rid of possible overflow. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 31fe37fb2..1c87870d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Jun 9 15:11:07 2009 Nobuyoshi Nakada + + * dir.c (sys_warning): get rid of type-punning function cast. + + * dir.c (ruby_glob0): get rid of possible overflow. + Tue Jun 9 10:58:48 2009 Nobuyoshi Nakada * Makefile.in, win32/Makefile.sub (RMALL): need for distclean-rdoc. -- cgit