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

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

[Dotgnu-pnet-commits] CVS: pnetlib ChangeLog, 1.1356, 1.1357 Makefile.am


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog, 1.1356, 1.1357 Makefile.am, 1.26, 1.27 configure.in, 1.92, 1.93
Date: Fri, 19 Sep 2003 20:30:53 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib
In directory subversions:/tmp/cvs-serv4424

Modified Files:
        ChangeLog Makefile.am configure.in 
Log Message:


Add the "ISymWrapper" assembly, which provides API's for reading
debug symbol tables.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.1356
retrieving revision 1.1357
diff -C2 -r1.1356 -r1.1357
*** ChangeLog   19 Sep 2003 22:08:45 -0000      1.1356
--- ChangeLog   20 Sep 2003 00:30:51 -0000      1.1357
***************
*** 6,9 ****
--- 6,19 ----
        as it interferes with "ButtonBase".
  
+       * Makefile.am, configure.in, ISymWrapper/.cvsignore,
+       ISymWrapper/ISymUnmanaged.cs, ISymWrapper/ISymWrapper.build,
+       ISymWrapper/Makefile.am, ISymWrapper/SymBinder.cs,
+       ISymWrapper/SymDocument.cs, ISymWrapper/SymDocumentWriter.cs,
+       ISymWrapper/SymInfoEnumerator.cs, ISymWrapper/SymMethod.cs,
+       ISymWrapper/SymReader.cs, ISymWrapper/SymScope.cs,
+       ISymWrapper/SymVariable.cs, ISymWrapper/SymWriter.cs,
+       ISymWrapper/Utils.cs: add the "ISymWrapper" assembly, which
+       provides API's for reading debug symbol tables.
+ 
  2003-09-19  Rhys Weatherley  <address@hidden>
  

Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Makefile.am,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** Makefile.am 9 Aug 2003 01:36:36 -0000       1.26
--- Makefile.am 20 Sep 2003 00:30:51 -0000      1.27
***************
*** 1,5 ****
  if HAS_REFLECTION
  SUBDIRS = tools resources runtime I18N DotGNU.SSL System System.Xml . \
!                 System.Net.IrDA csunit csupport compat \
                  System.Configuration.Install JScript Basic \
                  DotGNU.Images Xsharp System.Drawing System.Drawing.Xsharp \
--- 1,5 ----
  if HAS_REFLECTION
  SUBDIRS = tools resources runtime I18N DotGNU.SSL System System.Xml . \
!                 System.Net.IrDA csunit csupport compat ISymWrapper \
                  System.Configuration.Install JScript Basic \
                  DotGNU.Images Xsharp System.Drawing System.Drawing.Xsharp \

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/configure.in,v
retrieving revision 1.92
retrieving revision 1.93
diff -C2 -r1.92 -r1.93
*** configure.in        6 Sep 2003 03:30:38 -0000       1.92
--- configure.in        20 Sep 2003 00:30:51 -0000      1.93
***************
*** 343,346 ****
--- 343,347 ----
  csupport/Makefile
  compat/Makefile
+ ISymWrapper/Makefile
  System.Configuration.Install/Makefile
  JScript/Makefile





reply via email to

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