summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-10-12 19:53:32 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-10-12 19:53:32 (GMT)
commit73e618c2bec30116d7b413e8776a74a8fbf4427d (patch)
treeb62984cea2140c3e91a68a973ef9f2bf1a49b090 /ChangeLog
parent5c0c022b7d9b60ca496702f7cb865df85456c948 (diff)
downloadtcl-73e618c2bec30116d7b413e8776a74a8fbf4427d.zip
tcl-73e618c2bec30116d7b413e8776a74a8fbf4427d.tar.gz
tcl-73e618c2bec30116d7b413e8776a74a8fbf4427d.tar.bz2
* generic/tclCompile.c: fix bug in srcDelta encoding within
ByteCodes. The bug can only be triggered under conditions that cannot happen in Tcl, but were met during development of L. Thanks go to Robert Netzer for diagnose and fix.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab147f9..2bab9cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-10-12 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclCompile.c: fix bug in srcDelta encoding within
+ ByteCodes. The bug can only be triggered under conditions that
+ cannot happen in Tcl, but were met during development of L. Thanks
+ go to Robert Netzer for diagnose and fix.
+
2008-10-10 Don Porter <dgp@users.sourceforge.net>
*** 8.6a3 TAGGED FOR RELEASE ***