]> granicus.if.org Git - libexpat/commitdiff
Elaborated on the news description a little.
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Tue, 4 Jun 2002 05:12:42 +0000 (05:12 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Tue, 4 Jun 2002 05:12:42 +0000 (05:12 +0000)
htdocs/index.html

index 36db90f6e18d8709782c1e67c5a8d4b28a8a099d..0d4b2ef87c381a341b87ab9dc9284e2b6603cd44 100644 (file)
@@ -51,12 +51,21 @@ of Expat.</p>
       <strong>Expat 1.95.3 released.</strong><br />
   <dd>
     <ul>
-      <li> Added a project to the MSVC workspace to create a wchar_t
-          version of the library; the DLLs are named libexpatw.dll. </li>
       <li> Changed the name of the Windows DLLs from expat.dll to
-          libexpat.dll; this fixes SF bug #432456. </li>
-      <li> Added the XML_ParserReset() API function. </li>
-      <li> Fixed XML_SetReturnNSTriplet() to work for element names. </li>
+          libexpat.dll; this fixes SF bug #432456.  This is a problem
+          only known to affect the Perl XML::Parser::Expat extension,
+          but is very important for that extension.</li>
+      <li> Added a project to the MSVC workspace to create a wchar_t
+          version of the library; the DLLs are named libexpatw.dll.
+          (Note the addition of the "w" character in the file name.)
+          </li>
+      <li> Added the XML_ParserReset() API function.  This allows a
+           parser to be re-used, reducing the number of memory
+           allocations needed to set up a parser.  This can be a
+           substantial benefit when parsing a large number of small
+           documents. </li>
+      <li> Fixed XML_SetReturnNSTriplet() to work for element names.
+           This is now a usable feature. </li>
       <li> Made the XML_UNICODE builds usable (thanks, Karl!). </li>
       <li> Allow xmlwf to read from standard input. </li>
       <li> Install a man page for xmlwf on Unix systems. </li>