summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
* Getting more systematic about styledkf2005-07-171-1373/+1443
* * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): Generatemdejong2005-06-201-2/+15
* Another indentation fixdkf2005-06-071-2/+2
* Clean up indentationdkf2005-06-071-9/+9
* Implementation of TIP#241 from Joe Mistachkindkf2005-06-011-8/+16
* * generic/tclCmdMZ.c (Tcl_TimeObjCmd): add necessary casthobbs2005-05-251-2/+3
* * generic/tclCmdMZ.c (Tcl_TimeObjCmd): change [time] called with adas2005-05-231-5/+11
* * generic/tclBasic.c (Tcl_ExprBoolean): Rewrite as wrapper arounddgp2005-05-181-11/+5
* * tests/string.test: string-10.[21-30]hobbs2005-05-111-2/+5
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-12/+3
* TIP#176 IMPLEMENTATION [Patch 1165695]dgp2005-04-291-16/+47
* Improved [switch] compilation.dkf2005-04-081-1/+6
* * generic/tclCmdAH.c (Tcl_CatchObjCmd, Tcl_ErrorObjCmd):dgp2004-10-211-217/+1
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp):dgp2004-10-181-32/+22
* * generic/tclCmdMZ.c (TclProcessReturn): Now that primarydgp2004-10-151-30/+29
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-151-3/+2
* Convert Tcl_GetString to TclGetString for minor speed increasedkf2004-10-061-17/+17
* Simplify [switch] implementation.dkf2004-10-061-133/+140
* * generic/tclBasic.c:dgp2004-10-061-64/+60
* * generic/tclBasic.c (Tcl_AddObjErrorInfo): More re-organizationdgp2004-09-301-1/+3
* * generic/tclCmdMZ.c (TclProcessReturn): Support the -errorlinedgp2004-09-221-1/+8
* * generic/tclBasic.c (Tcl_AddObjErrorInfo, Tcl_LogCommandInfo):dgp2004-09-171-4/+2
* Fix a crash caused by sharing in [string map]. [Bug 1018562]dkf2004-08-301-5/+22
* * generic.tclCmdMZ.c (TclMergeReturnOptions): Simplified logic anddgp2004-07-071-15/+22
* 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