summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-12-03 15:49:22 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-12-03 15:49:22 (GMT)
commit2aa99d284d6f4194676a3e2f5aac6ad2197a7714 (patch)
tree4ab23832622c0ebf8815e3ba2584919cd36c7169 /ChangeLog
parent4cdefd0f0e6e24b0189eba7244134d7981900914 (diff)
downloadtcl-2aa99d284d6f4194676a3e2f5aac6ad2197a7714.zip
tcl-2aa99d284d6f4194676a3e2f5aac6ad2197a7714.tar.gz
tcl-2aa99d284d6f4194676a3e2f5aac6ad2197a7714.tar.bz2
Fix [Bug 2906841] and a few other smaller issues.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 15 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 534d4d3..24089ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,23 @@
+2009-12-03 Donal K. Fellows <dkf@users.sf.net>
+
+ * library/safe.tcl (::safe::AliasEncoding): Make the safe encoding
+ command behave more closely like the unsafe one (for safe ops).
+ (::safe::AliasGlob): [Bug 2906841]: Clamp down on evil use of [glob]
+ in safe interpreters.
+ * tests/safe.test: Rewrite to use tcltest2 better.
+
2009-12-02 Jan Nijtmans <nijtmans@users.sf.net>
- * tools/genStubs.tcl Add support for win32 CALLBACK functions
- and remove obsolete "emitStubs" and "genStubs" functions.
- * win/Makefile.in Use tcltest86.dll for all tests, and add
- .PHONY rules to preemptively stop trouble that plagued Tk
- from hitting Tcl too.
+ * tools/genStubs.tcl: Add support for win32 CALLBACK functions and
+ remove obsolete "emitStubs" and "genStubs" functions.
+ * win/Makefile.in: Use tcltest86.dll for all tests, and add
+ .PHONY rules to preemptively stop trouble that plagued Tk from hitting
+ Tcl too.
2009-11-30 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tcl.h Don't use EXPORT for Tcl_InitStubs
- * win/Makefile.in Better dependancies in case of static build.
+ * generic/tcl.h: Don't use EXPORT for Tcl_InitStubs
+ * win/Makefile.in: Better dependancies in case of static build.
2009-11-30 Donal K. Fellows <dkf@users.sf.net>