[yast-commit] r62375 - in /trunk/core: VERSION libycp/src/parser.yy package/yast2-core.changes
Author: mvidner Date: Tue Aug 10 13:29:07 2010 New Revision: 62375 URL: http://svn.opensuse.org/viewcvs/yast?rev=62375&view=rev Log: Enable input buffering for YCP include files (bnc#629882). Modified: trunk/core/VERSION trunk/core/libycp/src/parser.yy trunk/core/package/yast2-core.changes Modified: trunk/core/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/VERSION?rev=62375&r1=62374&r2=62375&view=diff ============================================================================== --- trunk/core/VERSION (original) +++ trunk/core/VERSION Tue Aug 10 13:29:07 2010 @@ -1 +1 @@ -2.19.2 +2.19.3 Modified: trunk/core/libycp/src/parser.yy URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/libycp/src/parser.yy?rev=62375&r1=62374&r2=62375&view=diff ============================================================================== --- trunk/core/libycp/src/parser.yy (original) +++ trunk/core/libycp/src/parser.yy Tue Aug 10 13:29:07 2010 @@ -1502,6 +1502,7 @@ // we duplicate the value, so scanner gets its own instance p_parser->setScanner (new Scanner (fd, Scanner::doStrdup($2.v.sval))); + p_parser->setBuffered(); // was missing, bnc#629882 // pass the outer scanner's tables p_parser->scanner()->initTables (scanner->scanner->globalTable(), scanner->scanner->localTable()); Modified: trunk/core/package/yast2-core.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/package/yast2-core.changes?rev=62375&r1=62374&r2=62375&view=diff ============================================================================== --- trunk/core/package/yast2-core.changes (original) +++ trunk/core/package/yast2-core.changes Tue Aug 10 13:29:07 2010 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Aug 10 13:28:57 CEST 2010 - mvidner@suse.cz + +- Enable input buffering for YCP include files (bnc#629882). +- 2.19.3 + +------------------------------------------------------------------- Thu Mar 11 15:36:27 CET 2010 - mvidner@suse.cz - Fixed the regexpsub algorithm not to loop endlessly -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
mvidner@svn.opensuse.org