dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/csdoc il2doc.c,1.1,1.2


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/csdoc il2doc.c,1.1,1.2
Date: Mon, 28 Jul 2003 03:34:56 -0400

Update of /cvsroot/dotgnu-pnet/pnet/csdoc
In directory subversions:/tmp/cvs-serv27796/csdoc

Modified Files:
        il2doc.c 
Log Message:


Fix the quoting of '&' characters in csdoc output, and other places where
types may be dumped in XML form.


Index: il2doc.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/csdoc/il2doc.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** il2doc.c    24 May 2003 01:56:32 -0000      1.1
--- il2doc.c    28 Jul 2003 07:34:54 -0000      1.2
***************
*** 596,600 ****
                        {
                                fputs(" marshal(", stream);
!                               ILDumpNativeType(stream, type, typeLen);
                                putc(')', stream);
                        }
--- 596,600 ----
                        {
                                fputs(" marshal(", stream);
!                               ILDumpNativeType(stream, type, typeLen, flags);
                                putc(')', stream);
                        }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]