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

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

[Dotgnu-libs-commits] CVS: dotgnu-base TODO,NONE,1.1 ChangeLog,1.4,1.5 c


From: Peter Minten <address@hidden>
Subject: [Dotgnu-libs-commits] CVS: dotgnu-base TODO,NONE,1.1 ChangeLog,1.4,1.5 compile.sh,1.3,1.4
Date: Sat, 03 Aug 2002 07:13:58 -0400

Update of /cvsroot/dotgnu-libs/dotgnu-base
In directory subversions:/tmp/cvs-serv4727

Modified Files:
        ChangeLog compile.sh 
Added Files:
        TODO 
Log Message:
Weekly update


--- NEW FILE ---
Active TODO's:
Socket needs to be documented.

Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-libs/dotgnu-base/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** ChangeLog   28 Jul 2002 15:56:34 -0000      1.4
--- ChangeLog   3 Aug 2002 11:13:55 -0000       1.5
***************
*** 1,2 ****
--- 1,16 ----
+ 2002-08-01  Peter Minten  <address@hidden>
+       * DotGNU/Net/Socket.cs, DotGNU/Net/NetworkStream.cs,
+       DotGNU/Threading/Timer.cs, DotGNU/IO/FileStream.cs,
+       DotGNU/IO/Stream.cs: Added dg-prefix alias to help
+       avoid ambiguousness.
+       
+       * DotGNU/Net/Sockets/Socket.cs, DotGNU/IO/Stream.cs, 
DotGNU/IO/FileStream.cs, 
+       DotGNU/Net/Sockets/NetworkStream.cs: 
+       Changed the return type of receive/send stuff to int (except for Write,
+       for some reason ECMA Write doesn't return int but void).
+       
+       * DotGNU/DotGNU.build: Removed Timer.cs from the compile process to 
avoid
+       a bug which is caused by the incompletion of delegates support.
+ 
  2002-07-28  Peter Minten  <address@hidden>
  

Index: compile.sh
===================================================================
RCS file: /cvsroot/dotgnu-libs/dotgnu-base/compile.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** compile.sh  28 Jul 2002 15:56:34 -0000      1.3
--- compile.sh  3 Aug 2002 11:13:55 -0000       1.4
***************
*** 6,12 ****
  echo "-------------------------------------------------------"
  
! if find -name *.cs | xargs cscc -lSystem -shared -o dotgnu.base.dll; then
      echo "-------------------------------------------------------";
!     echo "       DotGNU Base Library compiled successfully"
      echo "-------------------------------------------------------";
  else
--- 6,12 ----
  echo "-------------------------------------------------------"
  
! if find -name *.cs | xargs cscc -fmetadata-only -lSystem -shared -o 
dotgnu.base.dll; then
      echo "-------------------------------------------------------";
!     echo "       DotGNU Base Library (mdonly) compiled successfully"
      echo "-------------------------------------------------------";
  else
***************
*** 20,24 ****
  echo "-------------------------------------------------------"
  
! if find DotGNU -name *.cs | xargs csdoc -lSystem > ./doc/DotGNU/DotGNU.xml; 
then
      cd doc/DotGNU;
      if csdoc2html DotGNU.xml; then
--- 20,24 ----
  echo "-------------------------------------------------------"
  
! if find DotGNU -name *.cs | xargs csdoc -lSystem > doc/DotGNU/DotGNU.xml; then
      cd doc/DotGNU;
      if csdoc2html DotGNU.xml; then




reply via email to

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