From 79dba1caf31384c1be29522c0f6b9ad2380a7575 Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 22 Feb 2009 04:04:31 +0000 Subject: * eval.c (ruby_options): evaluator now expects iseq instead of tree. * ruby.c (ruby_process_options): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 468a50d37..1cf621450 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Feb 22 13:03:12 2009 Yuki Sonoda (Yugui) + + * eval.c (ruby_options): the evaluater now expects iseq instead of tree. + + * ruby.c (ruby_process_options): ditto. + Sun Feb 22 13:03:14 2009 Nobuyoshi Nakada * Makefile.in (configure): unset PWD to use symlink to building -- cgit