[Swift-commit] r4769 - trunk

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Tue Jul 5 13:16:43 CDT 2011


Author: hategan
Date: 2011-07-05 13:16:43 -0500 (Tue, 05 Jul 2011)
New Revision: 4769

Modified:
   trunk/CHANGES.txt
Log:
changes

Modified: trunk/CHANGES.txt
===================================================================
--- trunk/CHANGES.txt	2011-07-05 18:16:30 UTC (rev 4768)
+++ trunk/CHANGES.txt	2011-07-05 18:16:43 UTC (rev 4769)
@@ -1,5 +1,17 @@
+(07/05/11)
 
+*** Provenance tracking in the compiled file is now disabled by default.
+    Enable with swift -enable.provenance <script>
 
+(07/01/11)
+
+*** Uninitialized variables are detected at compile time instead of causing
+    a run to hang
+    
+*** A previous commit to deal with future faults occurring in the middle of
+    a deep copy would incorrectly handle multi-dimensional arrays. This is
+    now fixed.
+
 (02/17/10)
 
 *** Fixed deadlock when iterating on an array that is being written to




More information about the Swift-commit mailing list