summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclCmdMZ.c (TclCheckInterpTraces): The TIP 62dgp2004-03-011-2/+2
* * generic/tclCmdMZ.c (TclTraceExecutionObjCmd)hobbs2004-02-171-6/+4
* regsub fixvincentdarley2003-10-141-2/+13
* * generic/tclBasic.c: Fixed error in ref count management of commanddgp2003-10-031-16/+65
* * generic/tclCmdMZ.c (): Fixed [Bug 807243] wheredgp2003-09-241-1/+17
* Removed trivially-unreachable line [Bug 771939]dkf2003-07-161-2/+1
* backport of regsub empty string fixesvincentdarley2003-06-171-6/+16
* * generic/tclCmdMZ.c (Tcl_StringObjCmd): prevent string repeathobbs2003-05-101-1/+10
* * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Correcteddgp2003-04-111-10/+8
* * generic/tclCmdMZ.c (TraceExecutionProc): Added missingdgp2003-04-071-2/+4
* * generic/tclCmdMZ.c (Tcl_SubstObj): Corrected and added test fordgp2003-03-121-15/+16
* * generic/tclCmdMZ.c (TraceCommandProc): Fix mem leak whenhobbs2003-02-271-1/+6
* * generic/tclExecute.c (TclExecuteByteCode INST_STR_MATCH):hobbs2003-02-181-5/+6
* execution trace, command trace and stringObj bug fixesvincentdarley2003-01-171-70/+161
* 3 small fixesvincentdarley2002-11-131-5/+16
* * tests/split.test: added 1-char string split testshobbs2002-11-121-15/+52
* execution trace fixvincentdarley2002-10-151-7/+34
* * generic/tclBasic.c:Miguel Sofer2002-08-221-10/+19
* * generic/tclCmdMZ.c: fixing UMR in delete traces, [Bug 589863].Miguel Sofer2002-08-121-1/+3
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-8/+8
* * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): get the resultPtr againhobbs2002-06-191-1/+4
* * doc/CrtTrace.3: Added TIP#62 implementation of commandhobbs2002-06-171-22/+753
* TIP#102 implementation: 'trace list' becomes 'trace info'dkf2002-06-141-15/+15
* * generic/tclExecute.c (TclExecuteByteCode INST_STR_CMP):hobbs2002-05-301-9/+7
* Made Tcl_UniCharNcmp faster on big-endian machines; the system memcmp()isdkf2002-05-291-2/+2
* * generic/tclInt.decls:hobbs2002-05-291-106/+62
* Partial resolution of Bug #536831; the comment is a bit clearer!dkf2002-04-181-2/+10
* * Corrected [subst] so that return codesdgp2002-04-051-3/+9
* * generic/tclCmdMZ.c (Tcl_TraceObjCmd, TraceVarProc)hobbs2002-03-291-13/+23
* * Updated interfaces of generic/tclVar.c accordingdgp2002-03-201-3/+3
* * generic/tclCmdMZ.c (TraceCommandProc): ensure that TraceCommandInfohobbs2002-03-011-2/+6
* generic/tclCmdMZ.chobbs2002-02-271-9/+10
* Added TIP#76 implementation, docs + tests.dkf2002-02-221-11/+19
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-2/+10
* * Partial TIP 27 rollback. Following routinesdgp2002-02-081-2/+2
* * generic/tclCmdMZ.c (Tcl_RegsubObjCmd): added special case tohobbs2002-02-071-42/+137
* * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): handle quirky about casehobbs2002-02-021-8/+12
* * Updated APIs in generic/tclCmdMZ.c according to the guidelinesdgp2002-01-211-4/+4
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-171-11/+11
* * Updated APIs in generic/tclUtf.c and generic/tclRegexp.c accordingdgp2002-01-171-5/+5
* * typo corrections in commentsdgp2001-12-201-3/+3
* Tightened up the argument passing for [switch] to promote robuster scripts.dkf2001-11-271-31/+59
* * generic/tclBasic.c (Tcl_DeleteCommandFromToken,CallCommandTraces):dgp2001-11-211-2/+2
* added TIP#73 patch #483500 from Kevin Kenny.hobbs2001-11-211-5/+5
* Changes due to TIP#68; memory handling in variable traces is now correct!dkf2001-11-191-40/+15
* Undo of mistaken commit. Sorry!dgp2001-10-161-5/+5
* * Added test to demonstrate memory corruption problems. [Bug 219393].dgp2001-10-161-5/+5
* removed unnecessary inclusions of tclCompile.h [Patch 466823]Miguel Sofer2001-10-011-2/+1
* * generic/tclCmdMZ.c (Tcl_RegsubObjCmd): had to adjust fix fromhobbs2001-09-131-15/+27
* Patch for [TIP 56], [Bug: 219384] and [Bug: 455151]: deprecate the useMiguel Sofer2001-09-131-7/+7