From: Martin Q. <mqu...@us...> - 2005-01-25 08:20:37
|
Update of /cvsroot/flexml/flexml/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10415/debian Modified Files: changelog Log Message: Document last changes of William Index: changelog =================================================================== RCS file: /cvsroot/flexml/flexml/debian/changelog,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** changelog 5 Jan 2005 18:54:14 -0000 1.6 --- changelog 25 Jan 2005 08:20:26 -0000 1.7 *************** *** 1,8 **** ! flexml (1-6.2) unstable; urgency=low * Fix a few bugs and make gcc happy. * Make flexml work with the current flex (closes: #192692, #192243). * Change the build-dep to flex and make lintian happy. -- Arnaud Legrand <Arn...@im...> Wed, 5 Jan 2005 10:27:58 -0800 --- 1,19 ---- ! flexml (1.1-1) unstable; urgency=low + [Arnaud Legrand] * Fix a few bugs and make gcc happy. * Make flexml work with the current flex (closes: #192692, #192243). * Change the build-dep to flex and make lintian happy. + [William Dowling] + * Handle ']' at end of CDATA like: <![CDATA[val xxx]]]>; + * Do not print to stderr: add primitive error message facility; + [requests the user to pool for error messages with parse_err_msg()] + * Allow multiple calls/multiple returns, so flexml-generated parsers + can parse document sequences (>1 document in a stream); + * Allow failure from all states (<*>) so flex scanner jammed does + not occur. + * Avoid using "new" as identifier since it breaks C++ + -- Arnaud Legrand <Arn...@im...> Wed, 5 Jan 2005 10:27:58 -0800 |