From e57ba0d6422f670d981ba548fbeabf378ae2394d Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 6 Jan 2003 22:50:18 +0000 Subject: * eval.c (rb_f_local_variables): skip $_, $~ and flip states in dynamic variables. [ruby-core:00681] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ebd602046..c23ea3b37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jan 7 07:48:01 2003 Nobuyoshi Nakada + + * eval.c (rb_f_local_variables): skip $_, $~ and flip states in + dynamic variables. [ruby-core:00681] + Mon Jan 6 23:36:29 2003 Akinori MUSHA * st.h, st.c: Introduce new conventional typedef's, st_data_t, -- cgit