From dadb16d894109891f21fb514e6ae11f0f598e14f Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 9 Jan 2003 06:16:43 +0000 Subject: * parse.y (stmt): NODE_NOT elimitation for if/unless/while/until node. * parse.y (primary): ditto. * eval.c (rb_eval): reduce recursive rb_eval() call by using sort of continuation passing style. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9c6e8916de..896e0b2814 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,19 @@ +Thu Jan 9 15:12:30 2003 Yukihiro Matsumoto + + * parse.y (stmt): NODE_NOT elimitation for if/unless/while/until node. + + * parse.y (primary): ditto. + Thu Jan 9 13:26:18 2003 Akinori MUSHA * st.h, st.c: Back out the introduction of st_*_func_t. Some compilers complain about function type mismatch. +Thu Jan 9 02:10:44 2003 Yukihiro Matsumoto + + * eval.c (rb_eval): reduce recursive rb_eval() call by using sort + of continuation passing style. + Wed Jan 08 17:10:32 2003 NAKAMURA Usaku * ext/Win32API/lib/win32/registry.rb: added. [new] -- cgit v1.2.3