summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-09-05 02:44:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-09-05 02:44:37 (GMT)
commite1d50730905ad1a9ac8790a9f12e2a321f490b77 (patch)
tree87fcea3367aa6c711d1207e6821c436dadc707fc /ChangeLog
parent000ee4180b53ec8878676aafcb4777947786def7 (diff)
downloadtcl-e1d50730905ad1a9ac8790a9f12e2a321f490b77.zip
tcl-e1d50730905ad1a9ac8790a9f12e2a321f490b77.tar.gz
tcl-e1d50730905ad1a9ac8790a9f12e2a321f490b77.tar.bz2
* generic/tclCompExpr.c: Removed much complexity that is
no longer needed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84bc188..b6c7d08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-09-04 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclCompExpr.c: Removed much complexity that is
+ no longer needed.
+
* tests/main.text (Tcl_Main-4.4): Test corrected to not be
timing sensitive to the Bug 1481986 fix. [Bug 1550858]