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.624,1.625 Makefile.am,1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.624,1.625 Makefile.am,1.13,1.14 configure.in,1.61,1.62
Date: Mon, 13 Jan 2003 05:53:51 -0500

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

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


Perform the initial check-in of the JScript implementation (requires
treecc 0.2.0 or higher).


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.624
retrieving revision 1.625
diff -C2 -r1.624 -r1.625
*** ChangeLog   13 Jan 2003 09:09:12 -0000      1.624
--- ChangeLog   13 Jan 2003 10:53:17 -0000      1.625
***************
*** 1,7 ****
  
  2003-01-13  Gopal.V  <address@hidden>
        
!       * runtime/System/Reflection/Assembly.cs: Add some new methods for 
supporting
!       some external libraries.
  
  2003-01-12  Gopal.V  <address@hidden>
--- 1,14 ----
  
+ 2003-01-13  Rhys Weatherley  <address@hidden>
+ 
+       * Makefile.am, configure.in, JScript/*, doc/JScript-embed.txt,
+       doc/JScript-internals.txt, tests/Makefile.am, tests/JScript/*,
+       tools/run_test.sh.in: perform the initial check-in of the
+       JScript implementation (requires treecc 0.2.0 or higher).
+ 
  2003-01-13  Gopal.V  <address@hidden>
        
!       * runtime/System/Reflection/Assembly.cs: Add some new methods for
!       supporting some external libraries.
  
  2003-01-12  Gopal.V  <address@hidden>

Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** Makefile.am 9 Dec 2002 00:17:53 -0000       1.13
--- Makefile.am 13 Jan 2003 10:53:18 -0000      1.14
***************
*** 1,2 ****
  SUBDIRS = tools resources runtime I18N System System.Xml \
!                 csunit csupport compat tests samples
--- 1,2 ----
  SUBDIRS = tools resources runtime I18N System System.Xml \
!                 csunit csupport compat JScript tests samples

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/configure.in,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -r1.61 -r1.62
*** configure.in        11 Jan 2003 03:23:33 -0000      1.61
--- configure.in        13 Jan 2003 10:53:18 -0000      1.62
***************
*** 24,27 ****
--- 24,33 ----
  AC_PROG_MAKE_SET
  AC_PATH_PROG(CYGPATH, cygpath)
+ AC_PATH_PROG(TREECC, treecc,, ${prefix}/bin:$PATH)
+ if test -z "$TREECC" ; then
+     echo "treecc is required to build and can be obtained from"
+     echo "http://www.southern-storm.com.au/treecc.html";
+     exit 1
+ fi
  
  dnl The --with-pnet option can be used to specify the location of
***************
*** 186,193 ****
--- 192,201 ----
  csupport/Makefile
  compat/Makefile
+ JScript/Makefile
  tests/Makefile
  tests/System/Makefile
  tests/System.Xml/Makefile
  tests/runtime/Makefile
+ tests/JScript/Makefile
  resources/Makefile
  resources/en_US/Makefile





reply via email to

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