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 ChangeLog,1.1.1.1,1.2 compile.sh,


From: Peter Minten <address@hidden>
Subject: [Dotgnu-libs-commits] CVS: dotgnu-base ChangeLog,1.1.1.1,1.2 compile.sh,1.1.1.1,1.2
Date: Sat, 27 Jul 2002 06:36:03 -0400

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

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


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-libs/dotgnu-base/ChangeLog,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** ChangeLog   21 Jul 2002 08:04:03 -0000      1.1.1.1
--- ChangeLog   27 Jul 2002 10:36:01 -0000      1.2
***************
*** 1,3 ****
! 2002-07-XX  Peter Minten  <address@hidden>
      * ChangeLog, README, compile.sh: Created.
      
--- 1,44 ----
! 2002-07-26  Peter Minten  <address@hidden>
!       * DotGNU/StdIn.cs, DotGNU/StdOut.cs, DotGNU.StdError: Created.
!       * DotGNU/Net/Sockets/NetworkStream.cs: Added easier constructors.
! 
! 2002-07-25  Peter Minten  <address@hidden>
! 
!       * DotGNU/IO/IStream.cs: Created.
!       * DotGNU/IO/FileStream.cs: Modified to work with IStream.
!       * DotGNU/Net/Sockets/NetworkStream.cs: Modified to work with IStream.
! 
! 2002-07-24  Peter Minten  <address@hidden>
! 
!       * DotGNU/ByteParser.cs: Created.
! 
!       * doc/DotGNU, resources/en_US/DotGNU: Added directories and moved
!       files to support the DotGNU standard system of directories.
! 
!       * compile.sh: Modified to support standard dir structure
! 
!       * DotGNU/Matrix.cs: Created.
! 
!     * DotGNU/resources/Placeholder: Destroyed, wasn't needed anymore.
! 
! 2002-07-23  Peter Minten  <address@hidden>
! 
!       * DotGNU/IO/FileStream.cs: Created.
! 
!       * DotGNU/IO/Stream.cs, DotGNU/IO/FileSteam.cs,
!       DotGNU/Net/Sockets/NetworkStream.cs: Added XML documentation.
! 
! 2002-07-22  Peter Minten  <address@hidden>
!       * DotGNU/IO/Records/Record.cs: Created
! 
!       * DotGNU/IO/Stream.cs, DotGNU/Net/Sockets/NetworkStream.cs,
!       DotGNU/Net/Sockets/Socket.cs: Removed the need for an Encodings
!       enum by using encoding as I should have done from the beginning.
! 
!       * DotGNU/Text/Encodings.cs: Deleted.
! 
!       * DotGNU/ByteParser.cs: Created.
! 
! 2002-07-21  Peter Minten  <address@hidden>
      * ChangeLog, README, compile.sh: Created.
      
***************
*** 15,19 ****
      
      * DotGNU/resources/Placeholder: Created.
!     
      * DotGNU/Collections/SingleLinkedList.cs, 
      DotGNU/Collections/DoubleLinkedList.cs: Created.
--- 56,60 ----
      
      * DotGNU/resources/Placeholder: Created.
! 
      * DotGNU/Collections/SingleLinkedList.cs, 
      DotGNU/Collections/DoubleLinkedList.cs: Created.

Index: compile.sh
===================================================================
RCS file: /cvsroot/dotgnu-libs/dotgnu-base/compile.sh,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** compile.sh  21 Jul 2002 08:04:03 -0000      1.1.1.1
--- compile.sh  27 Jul 2002 10:36:01 -0000      1.2
***************
*** 15,16 ****
--- 15,37 ----
      echo "-------------------------------------------------------";
  fi
+ 
+ echo "-------------------------------------------------------"
+ echo "         Creating documentation - Please wait"
+ echo "-------------------------------------------------------"
+ 
+ if find DotGNU -name *.cs | xargs csdoc -lSystem > ./doc/DotGNU/DotGNU.xml; 
then
+     cd doc/DotGNU;
+     if csdoc2html DotGNU.xml; then
+          echo "-------------------------------------------------------";
+          echo "          Documentation created successfully"
+          echo "-------------------------------------------------------";
+     else
+          echo "-------------------------------------------------------";
+          echo " Documentation creation failed in the creation of html ";
+          echo "-------------------------------------------------------";
+     fi
+ else
+     echo "-------------------------------------------------------";
+     echo "  Documentation creation failed in the creation of xml ";
+     echo "-------------------------------------------------------";
+ fi




reply via email to

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