[Swift-commit] r4775 - trunk

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Tue Jul 5 15:42:44 CDT 2011


Author: hategan
Date: 2011-07-05 15:42:44 -0500 (Tue, 05 Jul 2011)
New Revision: 4775

Modified:
   trunk/CHANGES.txt
Log:
changes

Modified: trunk/CHANGES.txt
===================================================================
--- trunk/CHANGES.txt	2011-07-05 20:41:06 UTC (rev 4774)
+++ trunk/CHANGES.txt	2011-07-05 20:42:44 UTC (rev 4775)
@@ -2,7 +2,14 @@
 
 *** Provenance tracking in the compiled file is now disabled by default.
     Enable with swift -enable.provenance <script>
+    
+*** Variables that go out of scope are now automatically cleaned. This 
+    mostly consists of nullifying various fields, but for the concurrent
+    mapper it also means removal of files
 
+*** Fixed iterate so that iterate i {} until (i > 3); does not include
+    an iteration in which i == 3.
+
 (07/01/11)
 
 *** Uninitialized variables are detected at compile time instead of causing




More information about the Swift-commit mailing list