diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2001-04-07 03:15:38 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2001-04-07 03:15:38 (GMT) |
commit | efadd9fc6a4ab636317014c0d288a78c4151664f (patch) | |
tree | 873bc5f90dbb128c2fdeff5fee278e6b6a11e1ee /ChangeLog | |
parent | fc43ab2356c5126058af8392723740b01af546c5 (diff) | |
download | tcl-efadd9fc6a4ab636317014c0d288a78c4151664f.zip tcl-efadd9fc6a4ab636317014c0d288a78c4151664f.tar.gz tcl-efadd9fc6a4ab636317014c0d288a78c4151664f.tar.bz2 |
Avoid panic when there are extra items in the tcl stack
[Bug #406709, Patch #414470]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2001-04-07 Miguel Sofer <msofer@users.sourceforge.net> + * generic/tclExecute.c: Avoid panic when there are extra items in + the tcl stack [Bug #406709, Patch #414470] + * tests/foreach.test: test to exercise the patch + +2001-04-07 Miguel Sofer <msofer@users.sourceforge.net> + * doc/namespace.n: document correct functionality * generic/tclNamesp.c: corrected behaviour of [namespace code] (Bug #219385, Patch #403530) |