From 6590085eff92905fa83b3ce86d64a002c8d44296 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Wed, 15 Oct 2003 18:33:27 +0000 Subject: [PATCH] Update to reflect the addition of the XMLCALL macro. --- expat/Changes | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/expat/Changes b/expat/Changes index 6a47f44c..07d0a63d 100644 --- a/expat/Changes +++ b/expat/Changes @@ -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. -- 2.40.0