diff options
author | dgp <dgp@users.sourceforge.net> | 2004-08-25 22:21:17 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-08-25 22:21:17 (GMT) |
commit | 3060491426e52099c85b053985225c8518fa0d4e (patch) | |
tree | 2911c252cefc68e09a7d237a57016164078e6d32 /ChangeLog | |
parent | bbc1a01f8e4cbb285dfd5bf13c65230feef8fe05 (diff) | |
download | tcl-3060491426e52099c85b053985225c8518fa0d4e.zip tcl-3060491426e52099c85b053985225c8518fa0d4e.tar.gz tcl-3060491426e52099c85b053985225c8518fa0d4e.tar.bz2 |
* tests/timer.test (timer-10.1): Test for Bug 1016167.
* generic/tclTimer.c: Workaround for situation when a
[namespace import] causes the objv[0] value to be something
other than what Tcl_AfterObjCmd expects. [Bug 1016167].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -1,3 +1,10 @@ +2004-08-25 Don Porter <dgp@users.sourceforge.net> + + * tests/timer.test (timer-10.1): Test for Bug 1016167. + * generic/tclTimer.c: Workaround for situation when a + [namespace import] causes the objv[0] value to be something + other than what Tcl_AfterObjCmd expects. [Bug 1016167]. + 2004-08-25 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tclNamesp.c (NsEnsembleImplementationCmd): Use the @@ -8,10 +15,10 @@ 2004-08-24 Don Porter <dgp@users.sourceforge.net> - * generic/tclProc.c: The routine TclProcInterpProc was a specific - * generic/tclTestProcBodyObj.c: instance of the general service already provided - by TclObjInvokeProc. Removed TclProcInterpProc and TclGetInterpProc from the - code... + * generic/tclProc.c: The routine TclProcInterpProc was a + * generic/tclTestProcBodyObj.c: specific instance of the general + service already provided by TclObjInvokeProc. Removed + TclProcInterpProc and TclGetInterpProc from the code... * generic/tclInt.decls ...and from the internal stubs table. * generic/tclIntDecls.h |