summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog44
1 files changed, 25 insertions, 19 deletions
diff --git a/ChangeLog b/ChangeLog
index acac42a..5b14697 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,24 +1,30 @@
+2010-07-15 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclExecute.c (TclExecuteByteCode): Ensure that [dict get]
+ * generic/tclDictObj.c (DictGetCmd): always generates an errorCode on
+ a failure to look up an entry.
+
2010-07-11 Pat Thoyts <patthoyts@users.sourceforge.net>
* unix/configure: (regenerated)
* unix/configure.in: For the NATIVE_TCLSH variable use the autoconf
- * unix/Makefile.in: SC_PROG_TCLSH to try and find a locally
- installed native binary. This avoids manually fixing up when cross
- compiling. If there is not one, revert to using the build product.
+ * unix/Makefile.in: SC_PROG_TCLSH to try and find a locally installed
+ native binary. This avoids manually fixing up when cross compiling. If
+ there is not one, revert to using the build product.
2010-07-02 Don Porter <dgp@users.sourceforge.net>
- * generic/tclInt.decs: Reverted to the original TIP 337 implementation
- on what to do with the obsolete internal stub for
+ * generic/tclInt.decs: Reverted to the original TIP 337
+ implementation on what to do with the obsolete internal stub for
TclBackgroundException() (eliminate it!)
* generic/tclIntDecls.h: make genstubs
* generic/tclStubInit.c:
2010-07-02 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclInt.decls [Bug #803489] Tcl_FindNamespace problem in the
- * generic/tclIntDecls.h Stubs table
- * generic/tclStubInit.c
+ * generic/tclInt.decls: [Bug 803489]: Tcl_FindNamespace problem in the
+ * generic/tclIntDecls.h: Stubs table
+ * generic/tclStubInit.c:
2010-07-02 Donal K. Fellows <dkf@users.sf.net>
@@ -29,17 +35,17 @@
2010-07-01 Jan Nijtmans <nijtmans@users.sf.net>
- * win/rules.vc [Bug #3020677] wish can't link reg1.2
- * tools/checkLibraryDoc.tcl formatting, spacing, cleanup unused variables
- * tools/eolFix.tcl no change in generated output
- * tools/fix_tommath_h.tcl
- * tools/genStubs.tcl
- * tools/index.tcl
- * tools/man2help2.tcl
- * tools/regexpTestLib.tcl
- * tools/tsdPerf.tcl
- * tools/uniClass.tcl
- * tools/uniParse.tcl
+ * win/rules.vc: [Bug 3020677]: wish can't link reg1.2
+ * tools/checkLibraryDoc.tcl: formatting, spacing, cleanup unused
+ * tools/eolFix.tcl: variables; no change in generated output
+ * tools/fix_tommath_h.tcl:
+ * tools/genStubs.tcl:
+ * tools/index.tcl:
+ * tools/man2help2.tcl:
+ * tools/regexpTestLib.tcl:
+ * tools/tsdPerf.tcl:
+ * tools/uniClass.tcl:
+ * tools/uniParse.tcl:
2010-07-01 Donal K. Fellows <dkf@users.sf.net>