summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix crash in [string map] when objects are shared. [Bug 1018562]dkf2004-08-301-5/+21
| | * * 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 (Tcl_RegexpObjCmd): [Bug 2826551, Patch 2948425]:dkf2010-08-121-19/+27
| * | Reverted previous checin as Tcl_ObjSetVar2 (convoluted and undocumented)vasiljevic2010-04-061-2/+1
| * | Fixed object leakvasiljevic2010-04-061-1/+2
| * | Only look for the needle when it fits in the haystack. [Bug 2960021]dkf2010-02-271-3/+13
| * | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-7/+19
| * | Performance boost for [string is].dkf2009-07-201-37/+68
| * | * generic/tclCmdMZ.c: Improve overflow error message fromdgp2009-05-061-2/+2
| * | * generic/tclCmdMZ.c: Prevent crashes due to int overflow of thedgp2009-02-041-11/+14
| * | remove outdated commentarydgp2008-09-181-5/+3
* | | Fix gcc -Wextra warning: missing initializernijtmans2010-12-101-24/+24
* | | * generic/tclCmdMZ.c (TryPostBody): Ensure that errors when settingdkf2010-11-031-1/+3
* | | * generic/tclBasic.c: New implementation for [tailcall]:Miguel Sofer2010-08-301-4/+2
* | | * generic/tclCmdAH.c (TclNRTryObjCmd): block tailcalling out ofMiguel Sofer2010-08-181-2/+4
* | | Undodkf2010-04-061-2/+1
* | | * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): Plug leak of object whendkf2010-04-061-1/+2
* | | [Freq 2974744] share exception codes (ObjType?)nijtmans2010-03-271-13/+2
* | | * generic/tclCmdMZ.c (TryPostBody, TryPostHandler): Make sure that thedkf2010-03-241-5/+31
* | | * generic/tclCmdMZ.c: [Bug 2973361] Revised fix for computingdgp2010-03-231-24/+29
* | | Make error message in "try" implementationnijtmans2010-03-231-8/+10
* | | * generic/tclCmdMZ.c: [Bug 2973361]: Compute the correct integerdgp2010-03-221-6/+11
* | | Quell a warning in Kevin Kenny's build environmentdkf2010-03-051-2/+3
* | | Code Audit results:dkf2010-03-051-4/+4
* | | Use a less hacky way of using a char as a hash keydkf2010-03-021-3/+3
* | | Only look for the needle when it fits in the haystack. [Bug 2960021]dkf2010-02-271-3/+13
* | | More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-18/+15
* | | Remove unnecessary EXTERN's, which alreadynijtmans2010-02-221-2/+2
* | | Tcl Bug 2826551 regexp bugs related to -all -line and -start and newlinesdkf2010-02-111-20/+29
* | | CONST -> constnijtmans2009-12-251-3/+3
* | | Plug memory leak. [Bug 2910044]dkf2009-12-071-1/+9
* | | Eliminate various gcc warnings (in -Wextra mode)nijtmans2009-11-181-25/+25
* | | * generic/tclCmdMZ.c: Replaced TclProcessReturn() calls withdgp2009-09-281-17/+9
* | | TIP #356 IMPLEMENTATIONdgp2009-09-241-2/+2
* | | * generic/tclBasic.c: Completed the NR-enabling of [subst].dgp2009-09-111-10/+12
* | | * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecodedgp2009-09-041-21/+29
* | | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-7/+20
* | | Small tweaksdkf2009-08-201-43/+39
* | | Formatting correctionsdkf2009-08-191-6/+5
* | | Performance boost for [string is].dkf2009-07-201-36/+67