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

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

[dotgnu-pnet-commits] pnet ChangeLog NEWS engine/Makefile.am


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] pnet ChangeLog NEWS engine/Makefile.am
Date: Wed, 07 Mar 2007 20:19:38 +0000

CVSROOT:        /sources/dotgnu-pnet
Module name:    pnet
Changes by:     Klaus Treichel <ktreichel>      07/03/07 20:19:38

Modified files:
        .              : ChangeLog NEWS 
        engine         : Makefile.am 

Log message:
        Add missing news entry about adding marshaling support and fix missing
        jitc_gen.h in the distribution tarball.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pnet/ChangeLog?cvsroot=dotgnu-pnet&r1=1.3431&r2=1.3432
http://cvs.savannah.gnu.org/viewcvs/pnet/NEWS?cvsroot=dotgnu-pnet&r1=1.40&r2=1.41
http://cvs.savannah.gnu.org/viewcvs/pnet/engine/Makefile.am?cvsroot=dotgnu-pnet&r1=1.94&r2=1.95

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.3431
retrieving revision 1.3432
diff -u -b -r1.3431 -r1.3432
--- ChangeLog   3 Mar 2007 12:09:19 -0000       1.3431
+++ ChangeLog   7 Mar 2007 20:19:38 -0000       1.3432
@@ -1,3 +1,10 @@
+2007-03-07  Klaus Treichel  <address@hidden>
+
+       * engine/Makefile.am: Add jitc_gen.h to the jit coder includes so that 
the
+       file is included in the distribution tarball.
+
+       * NEWS: Add news entry for the addition of marshaling support.
+
 2007-03-03  Klaus Treichel  <address@hidden>
 
        * NEWS, configure.in: update version for the "0.8.0" release.

Index: NEWS
===================================================================
RCS file: /sources/dotgnu-pnet/pnet/NEWS,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- NEWS        3 Mar 2007 12:09:19 -0000       1.40
+++ NEWS        7 Mar 2007 20:19:38 -0000       1.41
@@ -9,6 +9,7 @@
        * JIT exception handling (Klaus Treichel, Kirill Kononenko)
        * Method Inlining support (Klaus Treichel)
        * Inlining internal calls, PInvoke and math (Klaus Treichel)
+       * Add marshaling support (Kirill Kononenko)
        * Local and Thread Local variable support (Klaus Treichel)
        * Reflection support (Klaus Treichel)
        * Array optimisations (Klaus Treichel)

Index: engine/Makefile.am
===================================================================
RCS file: /sources/dotgnu-pnet/pnet/engine/Makefile.am,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -b -r1.94 -r1.95
--- engine/Makefile.am  6 Feb 2007 20:54:53 -0000       1.94
+++ engine/Makefile.am  7 Mar 2007 20:19:38 -0000       1.95
@@ -24,6 +24,7 @@
                                jitc_delegate.c \
                                jitc_diag.c \
                                jitc_except.c \
+                               jitc_gen.h \
                                jitc_inline.c \
                                jitc_labels.c \
                                jitc_locals.c \




reply via email to

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