mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-08 06:29:23 +00:00
Fix a name.
This commit is contained in:
parent
d784ead9cb
commit
896b3d1cc9
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ Release 1.95.5 Fri Sep 6 2002
|
|||
- Fixed UTF-8 decoding bug that caused legal UTF-8 to be rejected.
|
||||
- Finally fixed bug where default handler would report DTD
|
||||
events that were already handled by another handler.
|
||||
Initial patch contributed by Darryl Miller.
|
||||
Initial patch contributed by Darryl Miles.
|
||||
- Removed unnecessary DllMain() function that caused static
|
||||
linking into a DLL to be difficult.
|
||||
- Added VC++ projects for building static libraries.
|
||||
|
|
|
@ -65,7 +65,7 @@ of Expat.</p>
|
|||
rejected. </li>
|
||||
<li> Finally fixed bug where default handler would report DTD
|
||||
events that were already handled by another handler.
|
||||
Initial patch contributed by Darryl Miller. </li>
|
||||
Initial patch contributed by Darryl Miles. </li>
|
||||
<li> Removed unnecessary <code>DllMain()</code> function that
|
||||
caused static linking into a DLL to be difficult. </li>
|
||||
<li> Added VC++ projects for building static libraries. </li>
|
||||
|
|
Loading…
Add table
Reference in a new issue