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.707,1.708


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.707,1.708
Date: Sun, 23 Feb 2003 23:36:28 -0500

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

Modified Files:
        ChangeLog 
Log Message:


Remove the dichotomy between enumerators and iterators and replace
it with just iterators.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.707
retrieving revision 1.708
diff -C2 -r1.707 -r1.708
*** ChangeLog   24 Feb 2003 01:34:12 -0000      1.707
--- ChangeLog   24 Feb 2003 04:36:25 -0000      1.708
***************
*** 11,14 ****
--- 11,35 ----
        the startup code associated with the hash table version.
  
+       * Generics/Algorithm.cs, Generics/ArrayList.cs,
+       Generics/ArrayQueue.cs, Generics/ArrayStack.cs,
+       Generics/CollectionAdapter.cs, Generics/CollectionWrapper.cs,
+       Generics/DictionaryAdapter.cs, Generics/DictionaryEnumeratorAdapter.cs,
+       Generics/DictionaryEnumeratorWrapper.cs, Generics/DictionaryWrapper.cs,
+       Generics/EnumerableAdapter.cs, Generics/EnumerableWrapper.cs,
+       Generics/EnumeratorAdapter.cs, Generics/EnumeratorWrapper.cs,
+       Generics/Generics.txt, Generics/Hashtable.cs,
+       Generics/ICollection.cs, Generics/IDictionary.cs,
+       Generics/IDictionaryEnumerator.cs, Generics/IDictionaryIterator.cs,
+       Generics/IEnumerable.cs, Generics/IEnumerator.cs,
+       Generics/IIterator.cs, Generics/IList.cs, Generics/IListIterator.cs,
+       Generics/IQueue.cs, Generics/IStack.cs, Generics/LinkedList.cs,
+       Generics/ListAdapter.cs, Generics/ListWrapper.cs,
+       Generics/ReadOnlyIterator.cs, Generics/ReadOnlyListIterator.cs,
+       Generics/ReverseIterator.cs, Generics/SynchronizedDictEnumerator.cs,
+       Generics/SynchronizedDictIterator.cs,
+       Generics/SynchronizedEnumerator.cs, Generics/SynchronizedIterator.cs,
+       Generics/SynchronizedListIterator.cs: remove the dichotomy between
+       enumerators and iterators and replace it with just iterators.
+ 
  2003-02-23  Rhys Weatherley  <address@hidden>
  





reply via email to

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