| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tidy things up a bit more. | donal.k.fellows@manchester.ac.uk | 2014-09-20 | 1 | -1/+1 |
|
|
| * | merge trunk | donal.k.fellows@manchester.ac.uk | 2014-01-09 | 1 | -40/+32 |
| |\ |
|
| | * | skip the switch(result) on returning TCL_OK from a proc | mig | 2014-01-05 | 1 | -40/+32 |
|
|
| * | | merge trunk | donal.k.fellows@manchester.ac.uk | 2013-08-22 | 1 | -4/+4 |
| |\ \
| |/ |
|
| | * | Eliminate the union that is no longer needed. | dgp@users.sourceforge.net | 2013-08-06 | 1 | -4/+4 |
|
|
| * | | Move the disassembler to its own file. | donal.k.fellows@manchester.ac.uk | 2013-06-11 | 1 | -245/+13 |
| |/ |
|
| * | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac... | nijtmans@users.sourceforge.net | 2013-04-23 | 1 | -1/+1 |
| |\ |
|
| * | | Revise TclReleaseLiteral() to tolerate a NULL interp argument. | dgp@users.sourceforge.net | 2013-02-28 | 1 | -10/+2 |
|
|
| * | | Eliminate all Tcl_ConvertToType calls and all direct calls to typePtr->setFro... | nijtmans@users.sourceforge.net | 2013-02-04 | 1 | -6/+4 |
|
|
| * | | merge core-8-5-branch | nijtmans@users.sourceforge.net | 2013-01-31 | 1 | -14/+13 |
| |\ \
| |/ |
|
| | * | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th... | nijtmans@users.sourceforge.net | 2013-01-31 | 1 | -15/+14 |
|
|
| * | | more result generation conversion | donal.k.fellows@manchester.ac.uk | 2012-08-04 | 1 | -34/+37 |
|
|
| * | | Factor out a number of common patterns of use of Tcl_DStringAppend. | donal.k.fellows@manchester.ac.uk | 2012-07-03 | 1 | -1/+1 |
|
|
| * | | 3532959 Make sure the lifetime management of entries in the linePBodyPtr hash | dgp@users.sourceforge.net | 2012-06-11 | 1 | -13/+15 |
| |\ \
| |/ |
|
| | * | Revised so that we avoid hashing twice. | dgp@users.sourceforge.net | 2012-06-11 | 1 | -6/+4 |
|
|
| | * | 3532959 Arrange for every lambda to place an entry in the linePBodyPtr hash t... | dgp@users.sourceforge.net | 2012-06-10 | 1 | -9/+13 |
|
|
| | * | Work in progress fixing 3532959 | dgp@users.sourceforge.net | 2012-06-08 | 1 | -1/+1 |
|
|
| | * | * generic/tclProc.c (ProcWrongNumArgs): [Bugs 3400658,3408830]: | donal.k.fellows@manchester.ac.uk | 2011-09-16 | 1 | -0/+2 |
|
|
| | * | Backport fix for [Bug 2857044]. | dgp@users.sourceforge.net | 2011-04-27 | 1 | -0/+1 |
|
|
| * | | [Bug 3408830]: Use the _right_ fix for [Bug 3400658]! | donal.k.fellows@manchester.ac.uk | 2011-09-16 | 1 | -0/+2 |
|
|
| * | | Use Tcl_PrintfObj to generate more (complex) error messages. | donal.k.fellows@manchester.ac.uk | 2011-08-05 | 1 | -5/+4 |
|
|
| * | | * generic/tclProc.c (TclProcCompileProc): fix for leak of resolveInfo when re... | mig | 2011-08-01 | 1 | -0/+7 |
|
|
| * | | TclFreeIntRep() related cleanup. | dgp@users.sourceforge.net | 2011-04-25 | 1 | -3/+2 |
|
|
| * | | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp@users.sourceforge.net | 2011-04-21 | 1 | -1/+5 |
| |\ \
| |/ |
|
| | * | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp@users.sourceforge.net | 2011-04-21 | 1 | -1/+5 |
| | |\ |
|
| * | | | More generation of error codes (namespace creation, path normalization, | donal.k.fellows@manchester.ac.uk | 2011-04-03 | 1 | -18/+50 |
|
|
| | | | | |
| | \ \ | |
| *-. \ \ | Rewrites to eliminate some isspace() calls. | dgp@users.sourceforge.net | 2011-03-16 | 1 | -7/+6 |
| |\ \ \ \
| | |/ / |
|
| | | * | | whitespace tidy | dgp@users.sourceforge.net | 2011-03-16 | 1 | -1/+1 |
| | |/ / |
|
| | * | | Rewrites to eliminate isspace() calls. | dgp@users.sourceforge.net | 2011-03-16 | 1 | -6/+5 |
|
|
| | * | | Fix gcc warnings: variable set but not used | nijtmans@users.sourceforge.net | 2011-03-08 | 1 | -0/+6 |
| | |\ \
| | |/ |
|
| * | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | donal.k.fellows@manchester.ac.uk | 2011-03-12 | 1 | -35/+33 |
|
|
| * | | | merge | nijtmans@users.sourceforge.net | 2011-03-08 | 1 | -0/+10 |
| |\ \ \ |
|
| | * \ \ | Fix gcc warnings: variable set but not used | nijtmans@users.sourceforge.net | 2011-03-08 | 1 | -0/+2 |
| | |\ \ \
|/ / / /
| | | _ |
|
| | * | | Fix gcc warnings: variable set but not used | nijtmans@users.sourceforge.net | 2011-03-08 | 1 | -0/+4 |
|
|
| * | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp@users.sourceforge.net | 2011-03-02 | 1 | -2/+0 |
| |\ \ \
| | |/
| |/| |
|
| | * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-02 | 1 | -2/+0 |
| | |\ \
| | |/ |
|
| | | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-01 | 1 | -2/+0 |
|
|
| | | * | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2, | nijtmans | 2011-01-25 | 1 | -63/+63 |
|
|
| | | * | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreask@activestate.com | 2009-08-25 | 1 | -1/+13 |
|
|
| | | * | * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtr | dgp@users.sourceforge.net | 2009-06-13 | 1 | -6/+1 |
|
|
| | | * | * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggered | andreask@activestate.com | 2008-08-11 | 1 | -5/+24 |
|
|
| | | * | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreask@activestate.com | 2008-07-21 | 1 | -1/+9 |
|
|
| | | * | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows | das | 2007-09-13 | 1 | -1/+28 |
|
|
| | | * | * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL... | andreask@activestate.com | 2006-11-28 | 1 | -3/+120 |
|
|
| | | * | Silence compiler warning. | dgp@users.sourceforge.net | 2006-05-15 | 1 | -2/+3 |
|
|
| | | * | * generic/tclProc.c (ProcCompileProc): When a bump of the compile | dgp@users.sourceforge.net | 2006-05-13 | 1 | -7/+87 |
|
|
| | | * | * generic/tclBasic.c: | Miguel Sofer | 2005-10-23 | 1 | -5/+10 |
|
|
| | | * | * generic/tclProc.c (TclObjInvokeProc): | Miguel Sofer | 2004-05-02 | 1 | -4/+22 |
|
|
| | | * | * generic/tclBasic.c: Corrected several instances of unsafe | dgp@users.sourceforge.net | 2003-07-18 | 1 | -1/+17 |
|
|
| | * | | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2, | nijtmans | 2011-01-25 | 1 | -17/+17 |
|
|