[Expat-checkins] expat Changes,1.36,1.37

Fred L. Drake fdrake at users.sourceforge.net
Wed Oct 15 14:33:29 EDT 2003


Update of /cvsroot/expat/expat
In directory sc8-pr-cvs1:/tmp/cvs-serv16764

Modified Files:
	Changes 
Log Message:
Update to reflect the addition of the XMLCALL macro.


Index: Changes
===================================================================
RCS file: /cvsroot/expat/expat/Changes,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- Changes	9 Oct 2003 12:18:08 -0000	1.36
+++ Changes	15 Oct 2003 18:33:27 -0000	1.37
@@ -1,8 +1,13 @@
 Release 1.95.7 XXX date not determined
         - Fixed enum XML_Status issue (reported on SourceForge many
           times), so compilers that are properly picky will be happy.
+        - Introduced an XMLCALL macro to control the calling
+          convention used by the Expat API; this macro should be used
+          to annotate prototypes and definitions of callback
+          implementations in code compiled with a calling convention
+          other than the default convention for the host platform.
         - Fixed a variety of bugs: see SF issues 676844, 679754,
-          692878, 692964, 695401, 699323.
+          692878, 692964, 695401, 699323, 820946.
         - Improved hash table lookups.
         - Added more regression tests and improved documentation.
 





More information about the Expat-checkins mailing list