From a83153d89dc7a678984dba1d2cd73d954fc6e8d4 Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 14 Jul 2008 06:17:36 +0000 Subject: * test/ruby/test_variable.rb (TestVariable#test_global_variable_0): add test of $0. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f3d65899a..43ed95bc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Jul 14 15:16:40 2008 Kazuhiro NISHIYAMA + + * test/ruby/test_variable.rb (TestVariable#test_global_variable_0): + add test of $0. + Mon Jul 14 13:36:15 2008 NAKAMURA Usaku * ext/socket/extconf.rb: initialize winsock on win32 to avoid error -- cgit