summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
...
* TIP#188 implementation. Thanks to KBK! [Patch 940915]dkf2004-06-301-8/+54
* Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner.dkf2004-05-271-7/+11
* Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): Silence compiler warnings.dgp2004-01-131-3/+3
* Patch 876451: restores performance of [return]. Also allows formsdgp2004-01-131-64/+154
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-3/+3
* TIP#75 Implementationdkf2003-12-141-19/+172
* regsub fixvincentdarley2003-10-141-2/+13
* * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routinedgp2003-10-141-6/+12
* * doc/FileSystem.3: Implementation ofdgp2003-09-051-5/+19
* [string map] now can take dictionaries for maps but the condition for doing sodkf2003-07-041-18/+60
* Factored out the trace code - it's big enough to be its own maintenance areadkf2003-06-251-1947/+1
* regsub empty string fixes, and windows buildvincentdarley2003-06-171-6/+16
* * generic/tclCmdMZ.c (Tcl_StringObjCmd): prevent string repeathobbs2003-05-101-1/+10
* The array of strings passed to Tcl_GetIndexFromObj must be NULL terminated.dkf2003-05-091-2/+2
* Made error message for [trace info] more consistent with documentation.dkf2003-05-071-3/+25
* * generic/tclBasic.c: Implementation of TIP 90, whichdgp2003-05-051-65/+153
* * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Correcteddgp2003-04-111-10/+8
* fix 5 small filesystem bugs, and some typosvincentdarley2003-04-111-2/+2
* * generic/tclCmdMZ.c (TraceExecutionProc): Added missingdgp2003-04-071-2/+4
* * generic/tclBasic.c (Tcl_EvalTokensStandard):dgp2003-03-131-154/+1
* * 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