diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-10-12 19:53:32 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-10-12 19:53:32 (GMT) |
commit | 73e618c2bec30116d7b413e8776a74a8fbf4427d (patch) | |
tree | b62984cea2140c3e91a68a973ef9f2bf1a49b090 /ChangeLog | |
parent | 5c0c022b7d9b60ca496702f7cb865df85456c948 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 *** |