[Expat-checkins] expat Changes,1.21,1.22
Karl Waclawek
kwaclaw@users.sourceforge.net
Thu, 29 Aug 2002 09:17:11 -0700
Update of /cvsroot/expat/expat
In directory usw-pr-cvs1:/tmp/cvs-serv2977
Modified Files:
Changes
Log Message:
Added static library build support under VC++
Index: Changes
===================================================================
RCS file: /cvsroot/expat/expat/Changes,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Changes 27 Aug 2002 22:42:52 -0000 1.21
+++ Changes 29 Aug 2002 16:17:09 -0000 1.22
@@ -7,6 +7,7 @@
- Fixed UTF-8 decoding bug that caused legal UTF-8 to be rejected.
- Removed unnecessary DllMain() function that caused static
linking into a DLL to be difficult.
+ - Added VC++ projects for building static libraries
- Reduced line-length for all source code and headers to be
no longer than 80 characters, to help with AS/400 support.
- Reduced memory copying during parsing (SF patch #600964).