diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-10-20 14:37:17 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-10-20 14:37:17 (GMT) |
commit | ead276c0000ccd74d54004a0ba0d5d9f9ad31a38 (patch) | |
tree | 89dd5227e2bca08d08c10b9211a1f6c325e9f9fa /ChangeLog | |
parent | ab5335a4c951b478bbedd4f5561b8a314da5b074 (diff) | |
parent | 37aa42f79dede55e98bf0684b0163c11dfa27f81 (diff) | |
download | tcl-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-- | ChangeLog | 23 |
1 files changed, 17 insertions, 6 deletions
@@ -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> |