From e259691d84d99755a3bcdf1f4180527f215d9fdb Mon Sep 17 00:00:00 2001 From: kouji Date: Fri, 12 Dec 2008 10:04:42 +0000 Subject: * ext/readline/readline.c: used the ExportStringValue macro instead of the OutputStringValue macro. removed the OutputStringValue macro. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cd2f2ae73..f59d6dcfc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Dec 12 19:00:49 2008 TAKAO Kouji + + * ext/readline/readline.c: used the ExportStringValue macro + instead of the OutputStringValue macro. removed the + OutputStringValue macro. + Fri Dec 12 16:23:18 2008 Nobuyoshi Nakada * parse.y (yycompile0): ruby_eval_tree_begin is always 0 when -- cgit