From 2f7f565d68461650fe435014f82e6f6658d018b5 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 8 Oct 2005 09:57:12 +0000 Subject: * parse.y (rb_parser_malloc, rb_parser_free): manage parser stack on heap. [ruby-list:41199] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5fdac2cc3..db7239f9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Oct 8 18:56:37 2005 Nobuyoshi Nakada + + * parse.y (rb_parser_malloc, rb_parser_free): manage parser stack on + heap. [ruby-list:41199] + Fri Oct 7 09:54:00 2005 Yukihiro Matsumoto * lib/cgi.rb (CGI::Cookie::parse): Cookies from Nokia devices may -- cgit