From da0c1dd68920c0bf01917a351f98c584e903733a Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 26 Jul 2008 14:19:50 +0000 Subject: * sample/exyacc.rb: fixed NoMethodError(Kernel#sub!). replaced use of special variables with explicit IO operations. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18227 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c8c6b804f..0ec75bbde 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Jul 26 22:45:18 2008 Yuki Sonoda (Yugui) + + * sample/exyacc.rb: fixed NoMethodError(Kernel#sub!). + replaced use of special variables with explicit IO + operations. + Sat Jul 26 21:17:18 2008 Masaki Suketa * ext/win32ole/win32ole.c (Init_win32ole): add -- cgit