<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/nice/patches/" rel="alternate"/><link href="https://sourceforge.net/p/nice/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/nice/patches/</id><updated>2004-04-14T02:15:30Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>Update similarEmptyCollection to work with HashSet</title><link href="https://sourceforge.net/p/nice/patches/1/" rel="alternate"/><published>2004-04-14T02:15:30Z</published><updated>2004-04-14T02:15:30Z</updated><author><name>Arthur Smyles</name><uri>https://sourceforge.net/u/atsmyles/</uri></author><id>https://sourceforge.nete4a766cbc54740479a5128bd85f6d88a22b2a470</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;h1 id="index-collectionsnice"&gt;Index: collections.nice&lt;/h1&gt;
&lt;p&gt;RCS file:&lt;br /&gt;
/cvsroot/nice/Nice/stdlib/nice/lang/collections.nice,v&lt;br /&gt;
retrieving revision 1.63&lt;br /&gt;
diff -u -r1.63 collections.nice&lt;br /&gt;
--- collections.nice   20 Mar 2004 12:20:28 -0000  1.63&lt;br /&gt;
+++ collections.nice    14 Apr 2004 01:54:51 -0000&lt;br /&gt;
@@ -153,6 +153,8 @@&lt;/p&gt;
&lt;p&gt;similarEmptyCollection(c#Stack) = new Stack();&lt;/p&gt;
&lt;p&gt;+similarEmptyCollection(c#HashSet) = new HashSet(c.size());&lt;br /&gt;
+&lt;br /&gt;
/****************************************************************&lt;br /&gt;
* Sort&lt;/p&gt;
&lt;p&gt;****************************************************************/&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>