diff options
author | dgp <dgp@users.sourceforge.net> | 2004-09-27 16:24:18 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-09-27 16:24:18 (GMT) |
commit | 6221ab7a6f6578462654bc7ab0b8e16a329ee2c4 (patch) | |
tree | 8a7068f53d54e39daa4c910b8308983bc42fb514 /ChangeLog | |
parent | 8089322eae4074cd7cec783ef2fa50e4600064b9 (diff) | |
download | tcl-6221ab7a6f6578462654bc7ab0b8e16a329ee2c4.zip tcl-6221ab7a6f6578462654bc7ab0b8e16a329ee2c4.tar.gz tcl-6221ab7a6f6578462654bc7ab0b8e16a329ee2c4.tar.bz2 |
* generic/tclBasic.c: Removed internal routines TclInvoke,
* generic/tclInt.decls: TclGlobalInvoke, TclObjInvokeGlobal and
* tests/basic.test: the portion of TclObjInvoke that handles
calls without TCL_INVOKE_HIDDEN enabled. None of this code is
called any longer within the core, and the superior public
interface, Tcl_EvalObjv, is available for any external callers.
* generic/tclIntDecls.h: make genstubs
* generic/tclStubInit.c:
* generic/tclEvent.c (HandleBgErrors): Updated [bgerror]
invocations to make use of Tcl_Obj based routines, dropping
the calls to TclGlobalInvoke()
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2004-09-27 Don Porter <dgp@users.sourceforge.net> + + * generic/tclBasic.c: Removed internal routines TclInvoke, + * generic/tclInt.decls: TclGlobalInvoke, TclObjInvokeGlobal and + * tests/basic.test: the portion of TclObjInvoke that handles + calls without TCL_INVOKE_HIDDEN enabled. None of this code is + called any longer within the core, and the superior public + interface, Tcl_EvalObjv, is available for any external callers. + + * generic/tclIntDecls.h: make genstubs + * generic/tclStubInit.c: + + * generic/tclEvent.c (HandleBgErrors): Updated [bgerror] + invocations to make use of Tcl_Obj based routines, dropping + the calls to TclGlobalInvoke() + 2004-09-27 Vince Darley <vincentdarley@users.sourceforge.net> * generic/tclFileName.c: |