summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-10-20 14:37:17 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-10-20 14:37:17 (GMT)
commitead276c0000ccd74d54004a0ba0d5d9f9ad31a38 (patch)
tree89dd5227e2bca08d08c10b9211a1f6c325e9f9fa /ChangeLog
parentab5335a4c951b478bbedd4f5561b8a314da5b074 (diff)
parent37aa42f79dede55e98bf0684b0163c11dfa27f81 (diff)
downloadtcl-ead276c0000ccd74d54004a0ba0d5d9f9ad31a38.zip
tcl-ead276c0000ccd74d54004a0ba0d5d9f9ad31a38.tar.gz
tcl-ead276c0000ccd74d54004a0ba0d5d9f9ad31a38.tar.bz2
Resolver fix from Stefan Sobernig.
* generic/tclLiteral.c (TclInvalidateCmdLiteral): [Bug 3418547]: Additional code for handling the invalidation of literals. * generic/tclBasic.c (Tcl_CreateObjCommand, Tcl_CreateCommand) (TclRenameCommand, Tcl_ExposeCommand): The four additional places that need extra care when dealing with literals. * generic/tclTest.c (TestInterpResolverCmd): Additional test machinery for interpreter resolvers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 17 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 5cf8570..ccecfcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,19 +1,30 @@
+2011-10-20 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclLiteral.c (TclInvalidateCmdLiteral): [Bug 3418547]:
+ Additional code for handling the invalidation of literals.
+ * generic/tclBasic.c (Tcl_CreateObjCommand, Tcl_CreateCommand)
+ (TclRenameCommand, Tcl_ExposeCommand): The four additional places that
+ need extra care when dealing with literals.
+ * generic/tclTest.c (TestInterpResolverCmd): Additional test machinery
+ for interpreter resolvers.
+
2011-10-18 Reinhard Max <max@suse.de>
- * library/clock.tcl (::tcl::clock::GetSystemTimeZone): Cache the
- time zone only if it was detected by one of the expensive
- methods. Otherwise after unsetting TCL_TZ or TZ the previous value
- will still be used.
+ * library/clock.tcl (::tcl::clock::GetSystemTimeZone): Cache the time
+ zone only if it was detected by one of the expensive methods.
+ Otherwise after unsetting TCL_TZ or TZ the previous value will still
+ be used.
2011-10-15 Venkat Iyer <venkat@comit.com>
+
* library/tzdata/America/Sitka : Update to Olson's tzdata2011l
* library/tzdata/Pacific/Fiji
* library/tzdata/Asia/Hebron (New)
2011-10-11 Jan Nijtmans <nijtmans@users.sf.net>
- * win/tclWinFile.c: [Bug 2935503] Incorrect mode field
- returned by file stat command
+ * win/tclWinFile.c: [Bug 2935503]: Incorrect mode field returned by
+ [file stat] command.
2011-10-09 Donal K. Fellows <dkf@users.sf.net>