From 37c6ead0d59cef51c72652296571b93d0719aad5 Mon Sep 17 00:00:00 2001 From: Miguel Sofer Date: Sat, 9 Jun 2007 20:22:24 +0000 Subject: added incompat warning in Changelog --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0bfcb88..9d75fe7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,14 @@ in TclCheck[Interp|Execution]Traces(). Also insured that the strings are properly nul terminated at the correct length [Bug 1693986] + + ***POTENTIAL INCOMPATIBILITY in internal API*** + The functions TclCheckInterpTraces() and TclCheckExecutionTraces() + (in internal stubs) used to be noops if the command string was + NULL, this is not true anymore: if the command string is NULL, + they generate an appropriate string from (objc,objv) and use it to + call the traces. The caller might as well not call them with a + NULL string if he was expecting a noop. * generic/tclBasic.c: Extend usage of TclLimitReady() and * generic/tclExecute.c: (new) TclLimitExceeded() macros. -- cgit v0.12