Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ↵ | jan.nijtmans | 2016-07-08 | 1 | -1/+1 |
| | | | | in many places where possible. | ||||
* | Simplify all the Tcl_NRPostProc declarations. | dgp | 2016-07-06 | 1 | -4/+2 |
| | |||||
* | Reduce to minimum set of TclResetRewriteEnsemble() calls. | dgp | 2016-05-26 | 1 | -0/+5 |
| | |||||
* | Refactor all iPtr->ensembleRewrite setting code into TclInitRewriteEnsemble() | dgp | 2016-05-25 | 1 | -20/+3 |
| | | | | calls. This likely fixes many weird corner case bugs, and definitly makes future development and maintenance easier. | ||||
* | Appears that the TclInitRewriteEnsemble() routine was created with an intent | dgp | 2016-05-24 | 1 | -0/+1 |
| | | | to refactor, but never actually got used. Work on continuing that effort. | ||||
* | explicitly ignore Tcl_PushCallFrame and TclPushStackFrame return value - it ↵ | Miguel Sofer | 2015-08-01 | 1 | -4/+1 |
| | | | | is always TCL_OK. Inconsistency found by coverity (CID 1251197) | ||||
* | Another round of refCount consistancy improvements. | jan.nijtmans | 2015-07-02 | 1 | -6/+6 |
| | |||||
* | Remove lines of code made obsolete by earlier changes. | dgp | 2015-06-19 | 1 | -5/+1 |
| | |||||
* | [3609693] Must strip the internal representation of procedure-like methods inbug_3609693 | dkf | 2013-09-09 | 1 | -2/+48 |
| | | | order to ensure that any bound references to instance variables are removed. | ||||
* | merge trunk | dgp | 2013-08-15 | 1 | -12/+1 |
|\ | |||||
| * | The fix for [3610404] leads to a simplification in the implementation of | dgp | 2013-08-15 | 1 | -12/+1 |
| | | | | | | forward methods. | ||||
* | | merge trunk | dgp | 2013-08-14 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | [3610404] Re-resolution of command after enter traces invalidate epoch. | dgp | 2013-08-14 | 1 | -0/+2 |
| |\ | | | | | | | Make sure context is such that correct resolution happens. | ||||
| | * | merge trunkbug_3610404 | dgp | 2013-08-14 | 1 | -4/+4 |
| | |\ | | |/ | |/| | |||||
| | * | Use the double-secret iPtr->lookupNsPtr field to get post-enter-trace | dgp | 2013-04-09 | 1 | -0/+1 |
| | | | | | | | | | re-resolutions of commands done in the right context for oo forwards. | ||||
* | | | merge trunk | dgp | 2013-08-14 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Eliminate the union that is no longer needed. | dgp | 2013-08-06 | 1 | -4/+4 |
| |/ | |||||
* | | Revise TclNREvalObjv so that pre-resolution of the Command by a caller | dgp | 2013-04-08 | 1 | -1/+1 |
|/ | | | | does not force suppression of exception handling. Let those be separable demands. Aim is to bring TclObjInvoke*() into the fold. | ||||
* | merge core-8-5-branch | jan.nijtmans | 2013-01-31 | 1 | -1/+1 |
| | |||||
* | merge trunk | dgp | 2012-08-08 | 1 | -4/+4 |
|\ | |||||
| * | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -4/+4 |
| | | |||||
* | | Update TclOO package to 0.7, correct copyright dates. | dkf | 2012-07-12 | 1 | -1/+1 |
|/ | |||||
* | * generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cut | dkf | 2012-05-20 | 1 | -9/+0 |
| | | | | | the amount of hackiness in class constructors, and refactor some of the error message handling from [oo::define] to be saner in the face of odd happenings. | ||||
* | [Bug 3408830]: Use the _right_ fix for [Bug 3400658]! | dkf | 2011-09-16 | 1 | -1/+1 |
| | |||||
* | [Bug 3400658]: Correction to forwarded method magic so that Tcl_WrongNumArgs | dkf | 2011-09-10 | 1 | -1/+1 |
| | | | produces the right sort of message. | ||||
* | More generation of error codes (TclOO miscellany). | dkf | 2011-04-04 | 1 | -0/+2 |
| | |||||
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -23/+22 |
| | | | rest of Tcl source code. No ABI change. API change *should* be harmless. | ||||
* | [Bug 3185009]: Keep references to resolved object variables so that an unset ↵ | dkf | 2011-03-05 | 1 | -0/+16 |
|\ | | | | | | | doesn't leave any dangling pointers for code to trip over. | ||||
| * | [Bug 3185009]: Keep references to resolved object variables so that an unset ↵Bug_3185009 | dkf | 2011-03-04 | 1 | -0/+16 |
| | | | | | | | | doesn't leave any dangling pointers for code to trip over. | ||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|/ | | | cause more harm than good. Purged them (except in zlib files). | ||||
* | Add missing comment | dkf | 2011-01-18 | 1 | -2/+3 |
| | |||||
* | * generic/tclOOMethod.c (PushMethodCallFrame): [Bug 3001438]: Make | dkf | 2011-01-18 | 1 | -3/+35 |
| | | | | | | | sure that the cmdPtr field of the procPtr is correct and relevant at all times so that [info frame] can report sensible information about a frame after a return to it from a recursive call, instead of probably crashing (depending on what else has overwritten the Tcl stack!) | ||||
* | Fix [Bug 3105999]; deallocate temporary structure. | dkf | 2010-11-09 | 1 | -4/+11 |
| | |||||
* | * generic/tclOOMethod.c (ProcedureMethodVarResolver): avoid code | Miguel Sofer | 2010-09-26 | 1 | -51/+10 |
| | | | | | duplication, let the runtime var resolver call the compiled var resolver. | ||||
* | * generic/tclOOMethod.c (ProcedureMethodCompiledVarConnect): | hobbs | 2010-09-22 | 1 | -5/+9 |
| | | | | | | | | | * generic/tclVar.c (TclLookupSimpleVar, CompareVarKeys): * generic/tclPathObj.c (Tcl_FSGetNormalizedPath, Tcl_FSEqualPaths): * generic/tclExecute.c (TclExecuteByteCode): * generic/tclIOUtil.c (TclFSCwdPointerEquals): peephole opt * generic/tclResult.c (TclMergeReturnOptions): use memcmp where applicable as possible speedup on some libc variants. | ||||
* | * generic/tclOOInfo.c (InfoObjectMethodTypeCmd) | dkf | 2010-03-24 | 1 | -2/+2 |
| | | | | | (InfoClassMethodTypeCmd): Added introspection of method types so that it is possible to find this info out without using errors. | ||||
* | test that tclOO stubs are present in stub library | nijtmans | 2010-03-07 | 1 | -5/+5 |
| | | | | | | | | Applied missing part of [Patch 2961556] Change all tclWinProcs signatures to use TCHAR* in stead of WCHAR*. This is meant as preparation to make [Enh 2965056] possible at all. | ||||
* | More tidying up (whitespace, spelling, useless parentheses, useless casts) | dkf | 2010-02-24 | 1 | -2/+2 |
| | |||||
* | Follow-up to [2010-01-29] commit: | nijtmans | 2010-02-05 | 1 | -3/+3 |
| | | | | | | | | | | prevent space within stub table function parameters if the parameter type is a pointer. Minor formatting, and VOID -> void. Change signature of TclNRInterpProcCore, and TclOONewProc(Instance|)MethodEx, indicating that errorProc is a function pointer tclVar.c: fixed two gcc warnings | ||||
* | Clarify the rules for resolution of what forwarded methods forward to. | dkf | 2009-04-11 | 1 | -2/+16 |
| | |||||
* | TIP #336 IMPLEMENTATION | dgp | 2008-12-02 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | * generic/tcl.decls: New routines Tcl_(Get|Set)ErrorLine. * generic/tcl.h: Dropped default access to interp->errorLine. * generic/tclCmdAH.c: Restore it with -DUSE_INTERP_ERRORLINE. * generic/tclCmdMZ.c: Updated callers. * generic/tclDictObj.c: * generic/tclIOUtil.c: * generic/tclNamesp.c: * generic/tclOOBasic.c: * generic/tclOODefinedCmds.c: * generic/tclOOMethod.c: * generic/tclProc.c: * generic/tclResult.c: * generic/tclDecls.h: make genstubs * generic/tclStubInit.c: | ||||
* | Remove obsolete debugging macro. [Bug 2124814] | dkf | 2008-09-24 | 1 | -7/+1 |
| | |||||
* | Implementation of TIP #320.#320.#320. | dkf | 2008-09-23 | 1 | -4/+262 |
| | |||||
* | Improve the semantics of C-implemented destructors slightly. | dkf | 2008-09-01 | 1 | -1/+11 |
| | |||||
* | * generic/tclBasic.c: Removed unused var; fixed function | Miguel Sofer | 2008-08-23 | 1 | -2/+2 |
| | | | | | | * generic/tclOOInt.h: pointer declarations (why did gcc start * generic/tclOOMethod.c: complaining all of a sudden?) * generic/tclProc.c: | ||||
* | Align variable naming and typing a bit better with tclNamesp.c. | dkf | 2008-08-21 | 1 | -10/+10 |
| | |||||
* | Added casts to make MSVC happy and re-enable the debug build. | patthoyts | 2008-08-20 | 1 | -2/+2 |
| | |||||
* | Fix performance bug introduced by fix of [Bug 2037727] | dkf | 2008-08-20 | 1 | -10/+19 |
| | |||||
* | * generic/tclOOMethod.c (PushMethodCallFrame): Added missing check | dgp | 2008-08-12 | 1 | -3/+6 |
| | | | | for bytecode validity. [Bug 2037727] | ||||
* | (PushMethodCallFrame): fix uninitialized efi name field | das | 2008-08-09 | 1 | -1/+2 |
| |