summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-09-11 17:58:23 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-09-11 17:58:23 (GMT)
commita6445ff24759b945d19fcb079751a57747d5e527 (patch)
tree5fe61c39a7b0929c2ea3870c187cda8194651a78 /ChangeLog
parent5d8202dc7a685c31d2b97e534f4112e78d118c57 (diff)
downloadtcl-a6445ff24759b945d19fcb079751a57747d5e527.zip
tcl-a6445ff24759b945d19fcb079751a57747d5e527.tar.gz
tcl-a6445ff24759b945d19fcb079751a57747d5e527.tar.bz2
merge updates from HEAD
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog42
1 files changed, 42 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bcb5eaf..8565b7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+2007-09-11 Don Porter <dgp@users.sourceforge.net>
+
+ * doc/package.n: Restored the functioning of
+ * generic/tclPkg.c: [package require -exact] to be compatible
+ * tests/pkg.test: with Tcl 8.4. [Bug 1578344].
+
+2007-09-11 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclCompCmds.c (TclCompileDictCmd-update):
+ * generic/tclCompile.c (tclInstructionTable):
+ * generic/tclExecute.c (INST_DICT_UPDATE_END): fix stack
+ management in [dict update] [Bug 1786481].
+
+ ***POTENTIAL INCOMPATIBILITY***
+ Scripts that were precompiled on earlier versions of 8.5 and use
+ [dict update] will crash. Workaround: recompile.
+
+2007-09-11 Kevin B. Kenny <kennykb@acm.org>
+
+ * generic/tclExecute.c: Corrected an off-by-one error in the
+ setting of MaxBaseWide for certain powers. [Bug 1767293 -
+ problem reported in comments when bug was reopened].
+
+2007-09-10 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tclLink.c (Tcl_UpdateLinkedVar): guard against var being
+ unlinked. [Bug 1740631] (maros)
+
+2007-09-10 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclCompile.c: fix tclInstructionTable entry for
+ dictUpdateEnd
+
+ * generic/tclExecute.c: remove unneeded setting of 'cleanup'
+ variable before jumping to checkForCatch.
+
+2007-09-10 Don Porter <dgp@users.sourceforge.net>
+
+ * doc/package.n: Restored the document parallel syntax of the
+ * generic/tclPkg.c: [package present] and [package require]
+ * tests/pkg.test: commands. [Bug 1723675]
+
2007-09-09 Don Porter <dgp@users.sourceforge.net>
* generic/tclInt.h: Removed the "nsName" Tcl_ObjType from the