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/DotGNU/Collections DoubleLinkedLi


From: Peter Minten <address@hidden>
Subject: [Dotgnu-libs-commits] CVS: dotgnu-base/DotGNU/Collections DoubleLinkedList.cs,1.1.1.1,1.2 SingleLinkedList.cs,1.1.1.1,1.2
Date: Sun, 28 Jul 2002 11:56:36 -0400

Update of /cvsroot/dotgnu-libs/dotgnu-base/DotGNU/Collections
In directory subversions:/tmp/cvs-serv4858/DotGNU/Collections

Modified Files:
        DoubleLinkedList.cs SingleLinkedList.cs 
Log Message:
Fixed bugs, implemented standard build system.


Index: DoubleLinkedList.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-libs/dotgnu-base/DotGNU/Collections/DoubleLinkedList.cs,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** DoubleLinkedList.cs 21 Jul 2002 08:04:20 -0000      1.1.1.1
--- DoubleLinkedList.cs 28 Jul 2002 15:56:34 -0000      1.2
***************
*** 6,10 ****
   * This program is free software; you can redistribute it and/or modify
   * it under the terms of the GNU Lesser General Public License as published by
!  * the Free Software Foundation; either version 2 of the License, or
   * (at your option) any later version.
   *
--- 6,10 ----
   * This program is free software; you can redistribute it and/or modify
   * it under the terms of the GNU Lesser General Public License as published by
!  * the Free Software Foundation; either version 2.1 of the License, or
   * (at your option) any later version.
   *

Index: SingleLinkedList.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-libs/dotgnu-base/DotGNU/Collections/SingleLinkedList.cs,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** SingleLinkedList.cs 21 Jul 2002 08:04:19 -0000      1.1.1.1
--- SingleLinkedList.cs 28 Jul 2002 15:56:34 -0000      1.2
***************
*** 6,10 ****
   * This program is free software; you can redistribute it and/or modify
   * it under the terms of the GNU Lesser General Public License as published by
!  * the Free Software Foundation; either version 2 of the License, or
   * (at your option) any later version.
   *
--- 6,10 ----
   * This program is free software; you can redistribute it and/or modify
   * it under the terms of the GNU Lesser General Public License as published by
!  * the Free Software Foundation; either version 2.1 of the License, or
   * (at your option) any later version.
   *
***************
*** 19,22 ****
--- 19,23 ----
   */
  
+ 
  namespace DotGNU.Collections
  {
***************
*** 93,97 ****
        
  }; // class SingleLinkedList
- 
  
  }; // namespace DotGNU.Collections
--- 94,97 ----




reply via email to

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