From d7e8121f06c97858ffc59cd2582190e33f7438ca Mon Sep 17 00:00:00 2001
From: Kevin B Kenny <kennykb@acm.org>
Date: Fri, 9 May 2008 03:44:23 +0000
Subject: * Makefile: 	Restored compilability of 'stitcher.exe' on vc2k5. *
 cameraparams.h: * compressor.cpp: * imageDirectory.h: * stitchEngine.h: *
 stitcher.cpp: 	Added computation of Brenner gradient and median of 
 several images to allow for computation of white balance 	on the fly. 
 Replaced a lot of 'unsigned' quantities with 'int' to avoid 	surprises on
 overflow. 	Turned the images to run in X-major order again. This 
 requires a 64-bit machine for the larger images, but is 	considerably
 more cache-friendly, and reduces stitch times 	of the smaller images by
 nearly half.

---
 ChangeLog       | 7 +++++++
 tests/dict.test | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 411943c..75991e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-05-09  Kevin B. Kenny  <kennykb@acm.org>
+
+	* tests/dict.test (dict-19.2): Corrected a bug where
+	the test was changed to use [apply] instead of a temporary
+	proc, but the cleanup script still attempted to delete
+	the temporary proc.
+	
 2008-05-07  Donal K. Fellows  <dkf@cspool38.cs.man.ac.uk>
 
 	* generic/tclCompCmds.c (TclCompileDictAppendCmd): Fix silly
diff --git a/tests/dict.test b/tests/dict.test
index 3917404..a9fee8c 100644
--- a/tests/dict.test
+++ b/tests/dict.test
@@ -9,7 +9,7 @@
 # See the file "license.terms" for information on usage and redistribution
 # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 #
-# RCS: @(#) $Id: dict.test,v 1.27 2008/05/07 13:17:49 dkf Exp $
+# RCS: @(#) $Id: dict.test,v 1.28 2008/05/09 03:44:23 kennykb Exp $
 
 if {[lsearch [namespace children] ::tcltest] == -1} {
     package require tcltest 2
@@ -924,7 +924,7 @@ test dict-19.2 {dict: testing for leaks} -setup {
 } -cleanup {
     unset -nocomplain end i tmp
     rename getbytes {}
-    rename stress {}
+#    rename stress {}
 } -result 0
 
 test dict-20.1 {dict merge command} {
-- 
cgit v0.12