diff options
author | hobbs <hobbs@noemail.net> | 2002-06-17 22:52:49 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2002-06-17 22:52:49 (GMT) |
commit | 427f18bff81c9af71289fe2472c5b400f68349a1 (patch) | |
tree | b5d79214f48fc5c3dc434770f408c2312858ead9 /unix | |
parent | 79fd806d262462b0adc0d2832e8d7ec1696c328b (diff) | |
download | tcl-427f18bff81c9af71289fe2472c5b400f68349a1.zip tcl-427f18bff81c9af71289fe2472c5b400f68349a1.tar.gz tcl-427f18bff81c9af71289fe2472c5b400f68349a1.tar.bz2 |
* doc/CrtTrace.3: Added TIP#62 implementation of command
* doc/trace.n: execution tracing [FR #462580] (lavana).
* generic/tcl.h: This includes enter/leave tracing as well
* generic/tclBasic.c: as inter-procedure stepping.
* generic/tclCmdMZ.c:
* generic/tclCompile.c:
* generic/tclExecute.c:
* generic/tclInt.decls:
* generic/tclInt.h:
* generic/tclIntDecls.h:
* generic/tclStubInit.c:
* generic/tclVar.c:
* tests/trace.test:
FossilOrigin-Name: 3da5a8279575a3067e306111e9319cbfab04b326
Diffstat (limited to 'unix')
-rw-r--r-- | unix/mkLinks | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks index db75bd3..33139b6 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -270,6 +270,8 @@ if test -r CrtObjCmd.3; then rm -f Tcl_SetCommandInfo.3 rm -f Tcl_SetCommandInfoFromToken.3 rm -f Tcl_GetCommandName.3 + rm -f Tcl_GetCommandFullName.3 + rm -f Tcl_GetCommandFromObj.3 ln CrtObjCmd.3 Tcl_CreateObjCommand.3 ln CrtObjCmd.3 Tcl_DeleteCommand.3 ln CrtObjCmd.3 Tcl_DeleteCommandFromToken.3 @@ -278,6 +280,8 @@ if test -r CrtObjCmd.3; then ln CrtObjCmd.3 Tcl_SetCommandInfo.3 ln CrtObjCmd.3 Tcl_SetCommandInfoFromToken.3 ln CrtObjCmd.3 Tcl_GetCommandName.3 + ln CrtObjCmd.3 Tcl_GetCommandFullName.3 + ln CrtObjCmd.3 Tcl_GetCommandFromObj.3 fi if test -r CrtSlave.3; then rm -f Tcl_IsSafe.3 |