summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify the logic of setting the TCL_REG_NOTBOL flag.dgp2012-01-231-2/+5
|\
| * Simplify the logic of setting the TCL_REG_NOTBOL flag.dgp2012-01-231-2/+5
* | Prevent buffer read overflow. Thanks to "sebres" for the report and fixjan.nijtmans2012-01-211-1/+1
|\ \ | |/
| * Prevent buffer read overflow. Thanks to "sebres" for the report and fix.jan.nijtmans2012-01-211-1/+1
| |\
| | * 3475667 Prevent buffer read overflow. Thanks to "sebres" for the report and fix.dgp2012-01-191-1/+1
| | * * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() callsdgp2011-03-061-1/+1
* | | Revised TclFindElement() interface.dgp2011-05-021-2/+2
|\ \ \ | |/ /
| * | Revised TclFindElement() interface.dgp2011-05-021-2/+2
* | | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns()dgp2011-04-281-1/+1
|\ \ \ | |/ /
| * | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns()dgp2011-04-281-1/+1
* | | TclFreeIntRep() cleanup.dgp2011-04-271-2/+0
* | | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*].dgp2011-04-131-113/+14
|\ \ \ | |/ /
| * | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*].dgp2011-04-131-113/+14
* | | More generation of errorCode information, notably when lists are mis-parsed.dkf2011-03-291-0/+42
* | | Use the error messages generated by the variable management code rather thandkf2011-03-281-9/+4
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-3/+3
* | | MINOR: Formatting fixes, mainly to comments, so code better fits the style indkf2011-03-101-1/+2
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * [Bug 3127687] Triggers FORTIFY_SOURCE buffer overflow detectionnijtmans2010-12-051-4/+4
| | * Fixed object leakvasiljevic2010-04-061-3/+2
| | * * generic/tclCmdMZ.c (Tcl_SubstObj): Pass 'length' values todgp2009-09-181-3/+3
| | * * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-17/+28
| | * * generic/tclCmdMZ.c: Corrected broken trace reversal logic indgp2007-06-271-4/+4
| | * [Tcl Bug 1706140]dgp2007-05-101-4/+4
| | * * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreas_kupries2006-11-281-2/+135
| | * * generic/tclCmdMZ.c: Stop some interference between enter tracesdgp2006-04-111-5/+10
| | * * generic/tclBasic.c (Tcl_DeleteCommandFromToken):Miguel Sofer2005-11-181-1/+10
| | * Fix [Bug 1348775] using Miguel's patchdkf2005-11-081-17/+44
| | * * generic/tclCmdMZ.c (TclCheckExecutionTraces): Corrected mistakendgp2005-11-011-14/+16
| | * * generic/tclCmdMZ.c (TraceVarProc): [Bug 1337229], partialMiguel Sofer2005-10-291-4/+6
| | * * generic/tclBasic.c:Miguel Sofer2005-10-231-6/+13
| | * * generic/tclBasic.c: Made the walk of the active trace list awaredgp2005-06-211-4/+16
| | * * generic/tclCmdMZ.c (Tcl_TimeObjCmd): add necessary casthobbs2005-05-251-2/+3
| | * * generic/tclCmdMZ.c (Tcl_TimeObjCmd): change [time] called with adas2005-05-241-6/+11
| | * * tests/string.test: string-10.[21-30]hobbs2005-05-111-2/+5
| | * * generic/tclCmdMZ.c: Corrected intrep-dependence ofdgp2005-04-221-9/+3
| | * * generic/tclBasic.c (Tcl_EvalEx,TclEvalTokensStandard):dgp2005-03-181-2/+8
| | * * generic/tclCmdMZ.c (TclCheckInterpTraces): Corrected mistakendgp2005-03-101-12/+11
| | * * generic/tclCmdMZ.c (Tcl_TraceObjCmd): Fixed Bug 1065378 which faileddgp2004-11-151-87/+36
| | * 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