summaryrefslogtreecommitdiffstats
path: root/doc/trace.n
Commit message (Collapse)AuthorAgeFilesLines
* Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
|\ | | | | | | and possibly others.
| * Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
| | | | | | | | and possibly others.
* | Minor clarification of description; all traces use a command prefix for ↵dkf2012-09-051-1/+1
|\ \ | |/ | | | | their callbacks.
| * Minor clarification of description; all traces use a command prefix for theirdkf2012-09-051-1/+1
| | | | | | callbacks.
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/ | | cause more harm than good. Purged them (except in zlib files).
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ | | | | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
| | * Finished user-level documentation backportdkf2004-10-271-9/+32
| | |
| | * format correction and clarification backportdgp2003-10-081-3/+4
| | |
* | | Improve clarity of formatting.dkf2008-10-171-1/+16
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | More clarifications, trying to make the trace docs overload the word 'command'dkf2007-12-131-90/+95
| | | | | | | | less. [Bug 1755984]
* | More clarification. [Bug 614282]dkf2007-12-131-1/+16
| |
* | Clarified documentation of enterstep and leavestep traces. [Bug 1701540]dkf2007-12-131-16/+20
| |
* | Next stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-291-17/+21
| | | | | | | | generation works
* | * changes: Updated for 8.5b2 release.core_8_5_b2dgp2007-10-261-14/+8
| | | | | | | | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door.
* | More GOOBE quotingdkf2007-10-251-5/+9
| |
* | GOOBEdkf2007-10-251-4/+6
| |
* | Yet more small fixesdkf2004-10-271-9/+9
| |
* | Grammar and spelling fixes. [Patch 1018486]dkf2004-08-311-5/+5
| |
* | Added examplesdkf2004-05-281-1/+24
| |
* | Format correctiondgp2003-10-081-2/+2
| |
* | Fixed very strange language in the documentation for 'trace add execution'.dkf2003-05-071-2/+3
|/
* doc formatting fixhobbs2003-02-041-3/+3
|
* * generic/tclBasic.c: Changed [trace add command] so that 'rename' Kevin B Kenny2003-02-031-1/+3
| | | | | | | | | | callbacks get fully qualified names of the command. [Bug 651271]. ***POTENTIAL INCOMPATIBILITY*** * tests/trace.test: Modified the test cases for [trace add command] to expect fully qualified names on the 'rename' callbacks. Added a case for renaming a proc within a namespace. * doc/trace.n: Added language about use of fully qualified names in trace callbacks.
* typodgp2002-07-161-2/+2
|
* * doc/CrtTrace.3: Added TIP#62 implementation of commandhobbs2002-06-171-8/+119
| | | | | | | | | | | | | | | * 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:
* TIP#102 implementation: 'trace list' becomes 'trace info'dkf2002-06-141-5/+5
|
* Added missing nroff directive.dkf2001-01-161-1/+2
|
* * doc/trace.n: minor doc cleanuphobbs2000-09-071-1/+3
|
* New or changed "SEE ALSO" section.poenitz2000-09-071-1/+4
|
* * tests/trace.test: Extended array tracing tests.ericm2000-08-251-2/+5
| | | | | | | | | | * doc/trace.n: Clarified information about when array traces will be fired. * generic/tclVar.c (Tcl_ArrayObjCmd): Corrected call to CallTraces (for TCL_TRACE_ARRAY) to only be called when the variable is either an array or is undefined, to ensure that array traces do not fire for scalar variables.
* * doc/trace.n: Updated documentation for new syntax; flagged oldericm2000-08-251-84/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | syntax as deprecated; added documentation for command rename/delete traces and variable array traces. * tests/trace.test: Updated tests for new trace syntax; new tests for command rename/delete traces; new tests for array traces. * generic/tclVar.c: Support for new trace syntax; support for TCL_TRACE_ARRAY. * generic/tclStubInit.c: * generic/tclDecls.h: * generic/tcl.decls: Stub functions for command rename/delete traces. * generic/tcl.h: * generic/tclInt.h: * generic/tclBasic.c: Support for command traces. * generic/tclCmdMZ.c (TclTraceVariableObjCmd): Patched to support new [trace] syntax: trace {add|remove|list} {variable|command} name ops command Added support for command traces (rename, delete operations). Added support for TCL_TRACE_ARRAY at Tcl level (array operation for variable traces).
* * generic/tclNamesp.c: Undid fix for #956, which broke backwardsericm2000-01-261-2/+4
| | | | | | | | | | | | | compatibility. * doc/variable.n: * doc/trace.n: * doc/namespace.n: * doc/info.n: Added further information about differences between "namespace which" and "info exists". * doc/SetErrno.3: Added descriptions of ErrnoId() and ErrnoMsg() functions.
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+158