From 108b729757dc7d080323a95c9066f3541698ba7b Mon Sep 17 00:00:00 2001 From: why Date: Thu, 15 May 2003 21:46:47 +0000 Subject: * lib/gram.c: fixes to one-line documents and end of stream documents. * lib/syck.c, lib/syck.h: add root_on_error to parser struct, specifying the symbol to be returned on a parse error. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4f5c7f643..a11f11c15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu May 15 21:55:54 2003 why the lucky stiff + + * lib/gram.c: fixes to one-line documents and end of stream documents. + + * lib/syck.c, lib/syck.h: add root_on_error to parser struct, specifying + the symbol to be returned on a parse error. + Thu May 15 18:44:31 2003 Tanaka Akira * lib/open-uri.rb (OpenURI::Redirect#initialize): call super to -- cgit