summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* stop looking at the C-stack depthmig_stacklevelsmig2013-08-231-8/+9
* Make sure all Tcl_NR*Eval*() routines do a schedule only. No errors raised.dgp2013-08-231-17/+32
* Remove complications that no longer server any required purpose.dgp2013-08-231-19/+1
* compiler warningdgp2013-08-221-1/+1
* Make Dispatch() the single point for calling a Tcl_ObjCmdProc, and attachdgp2013-08-221-59/+32
* Tidy the code and add a test.dgp_purge_NRRunObjProcdgp2013-08-211-39/+0
* Push out a trial patch for more eyes to see.dgp2013-08-201-0/+22
* Testing doing away with the NRRunObjProc routine, which looks like adgp2013-08-191-0/+8
* Make sure the errors raised by execution traces become errors raised by thedgp2013-08-151-3/+3
|\
| * Make sure the errors raised by execution traces become errors raised bydgp2013-08-151-1/+1
* | [a16752c252] Correct failure to call cmd deletion callbacks.dgp2013-08-141-23/+5
|\ \ | |/
| * [a16752c252] Correct failure to call cmd deletion callbacks.dgp2013-08-141-23/+5
* | Only schedule leave traces if enter traces complete successfully.dgp2013-08-141-12/+10
* | Use a new flag value TCL_EVAL_SOURCE_IN_FRAME passed in by callers todgp2013-08-121-34/+9
* | Arrange for both execution traces and [info frame] to get their pre-substdgp2013-08-101-26/+15
* | Revised GetCommandSource() can (and thus should) return a normal zerodgp2013-08-091-2/+1
* | Revise GetCommandSource() to return a normal Tcl_Obj value.dgp2013-08-071-18/+8
* | Give (objc, objv) their own ride from enter to leave traces.dgp2013-08-071-4/+4
* | Test for TclContinuationsGet() usage, and simplifications.dgp2013-08-071-17/+1
* | Add comment stating new limitation on Tcl(NR)EvalObjEx() interface.dgp2013-08-071-0/+5
* | All use of the evalFlag value TCL_EVAL_CTX is unused by the code anddgp2013-08-061-87/+11
* | Add assertions that will guide and protect more discovery of dead code for el...dgp2013-08-061-0/+2
* | Eliminate the union that is no longer needed.dgp2013-08-061-7/+6
* | Revert the changes that went too far and broke things.dgp2013-08-061-13/+26
* | The value TCL_LOCATION_EVAL_LIST in the type field of a CmdFrame appears todgp2013-08-061-44/+23
* | merge trunkdgp2013-07-181-1/+4
|\ \
| * | [Bug 1c17fbba5d] Fix -errorinfo from syntax errors so that the error isdgp2013-07-181-1/+4
* | | Eliminate the litInfo table and all the code tending to its care and feeding.dgp2013-07-161-69/+65
* | | Build CompileBasicNArgCommand on top of TclCompileInvocation.dgp2013-07-151-4/+18
|/ /
* | Improve compatibility detection for <time.h> and <sys/stat.h>: jan.nijtmans2013-06-111-3/+4
|\ \ | |/
| * Improve compatibility detection for <time.h> and <sys/stat.h>: jan.nijtmans2013-06-111-3/+4
* | Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/ming...jan.nijtmans2013-05-161-0/+11
|\ \ | |/
| * _USE_32BIT_TIME_T is already defined in tclWinPort.hjan.nijtmans2013-05-161-4/+0
| * Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/ming...jan.nijtmans2013-05-161-0/+15
| |\
| | * Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/ming...jan.nijtmans2013-05-161-0/+15
| | * Make (deprecated) Tcl_EvalObj/Tcl_GlobalEvalObj macro's always, not only when...jan.nijtmans2013-04-091-0/+2
* | | A better technique for [list {*}blah]. Remove the INST_LIST_EXPANDED opcode (...dkf2013-05-151-74/+82
* | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac...jan.nijtmans2013-04-231-1/+1
|\ \ \ | |/ /
| * | 3610404 When we let go of commandPtr in TclEvalObjvInternal, NULL out thedgp2013-04-161-0/+1
* | | Make Tcl_EvalObj/Tcl_GlobalEvalObj a macro always, not only when using stubs.jan.nijtmans2013-04-041-0/+2
|\ \ \ | |/ /
| * | Make Tcl_EvalObj/Tcl_GlobalEvalObj a macro always, not only when using stubs.jan.nijtmans2013-04-041-0/+2
* | | If TCL_NO_DEPRECATED is defined, don't depend on Tcl_CreateMathFunc()/Tcl_Sav...jan.nijtmans2013-03-221-1/+1
* | | Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros.jan.nijtmans2013-02-281-0/+4
* | | remove unused codemig2013-01-251-3/+0
* | | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de...jan.nijtmans2013-01-161-2/+0
|\ \ \ | |/ /
| * | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de...jan.nijtmans2013-01-161-2/+0
| |\ \ | | |/
| | * Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de...jan.nijtmans2013-01-161-2/+0
| | * More complete purge of things only present for supporting long-dead Mac 9 sys...dgp2012-11-151-14/+0
| | * make some more internal tables CONSTjan.nijtmans2012-04-181-4/+4
* | | Name functions according to 'what' instead of 'how' in the [tailcall]mig2013-01-111-17/+24