From 0b28b9f3e982eaeb833ca130de2c30c7784ebae5 Mon Sep 17 00:00:00 2001 From: ocean Date: Tue, 28 Jun 2005 13:08:32 +0000 Subject: * dir.c, eval.c, parse.y, process.c, ruby.c: avoid warning "unused variable" [ruby-dev:26387] * dir.c (glob_helper): avoid warning "enumeration value `RECURSIVE' not handled in switch" [ruby-dev:26392] (patch from Kazuhiro NISHIYAMA) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 23f1a673a..29f42ccd5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Jun 28 21:59:29 2005 Kazuhiro NISHIYAMA + + * dir.c, eval.c, parse.y, process.c, ruby.c: avoid warning "unused + variable" [ruby-dev:26387] + + * dir.c (glob_helper): avoid warning "enumeration value `RECURSIVE' + not handled in switch" [ruby-dev:26392] + Tue Jun 28 01:52:00 2005 NARUSE, Yui * ext/nkf/lib/kconv.rb: add Kconv::VERSION -- cgit