[Expat-checkins] expat Changes,1.27,1.28

Fred L. Drake fdrake@users.sourceforge.net
Fri, 06 Sep 2002 14:49:58 -0700


Update of /cvsroot/expat/expat
In directory usw-pr-cvs1:/tmp/cvs-serv3903/expat

Modified Files:
	Changes 
Log Message:
A last-minute report suggests a problem with this using at least some
versions of egcs, so disable FASTCALL for GCC as well.  We are now not using
this for any platform.  ;-(


Index: Changes
===================================================================
RCS file: /cvsroot/expat/expat/Changes,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Changes	6 Sep 2002 21:32:19 -0000	1.27
+++ Changes	6 Sep 2002 21:49:56 -0000	1.28
@@ -14,8 +14,6 @@
         - 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).
-        - Modified the calling convention used internally on Unix
-          where the compiler supports a faster convention.
         - Fixed a variety of bugs: see SF issues 580793, 434664,
           483514, 580503, 581069, 584041, 584183, 584832, 585537,
           596555, 596678, 598352, 598944, 599715, 600479, 600971.