summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | | New internal routine TclNRInvoke() - NR-enabled path through the machinerydgp2013-04-111-47/+30
* | | | Revise TclNREvalObjv so that pre-resolution of the Command by a callerdgp2013-04-081-5/+12
|/ / /
* | | 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
* | | tailcall now running in a simpler model, with no eval-flags and no nre-stack ...mig2013-01-101-74/+68
* | | 3587651 Fix [info functions] and Tcl_ListMathFuncs().dgp2012-11-161-31/+18
|\ \ \ | |/ /
| * | 3587651 Fix Tcl_ListMathFuncs() by turning it into a call to [info functions]dgp2012-11-161-31/+18
* | | re-enable bcc-tailcall, after fixing an infinite loop in the TCL_COMPILE_DEBU...mig2012-11-101-1/+1
* | | Disable bytecompile of [tailcall] until it gets some repair. As is, itdgp2012-11-051-1/+1
* | | Added compilation of [tailcall]. Not a particularly efficient compilation tho...dkf2012-11-011-6/+5
* | | Added compilation of [regsub] (in the simplest, most restricted case).dkf2012-10-301-1/+1
* | | Compiler for some of the simpler cases of [format].dkf2012-10-291-1/+1
* | | Working towards a BCCed [yield]; this doesn't work right now.dkf2012-10-261-8/+7
* | | * generic/tclBasic.c (TclNRCoroutineObjCmd): insure that numlevelsmig2012-10-181-3/+3
* | | merge trunkdkf2012-09-041-62/+67
|\ \ \
| * | | converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-62/+67
* | | | Rename 'mapeach' to 'lmap' per preferred alternative in TIP #405.twylite2012-08-081-1/+1
* | | | Back-out 'foreacha' implementation but leave code cleanup of 'mapeach' and 'd...twylite2012-08-081-1/+0
* | | | [Patch-3163961] Implementation of TIP #405 merged from private branch. Inclu...twylite2012-08-031-1/+3
|/ / /
* | | Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-3/+3
* | | NRInterpCoroutine -> TclNRInterpCoroutinejan.nijtmans2012-07-021-5/+7
* | | 3532959 Make sure the lifetime management of entries in the linePBodyPtr hashdgp2012-06-111-4/+8
|\ \ \ | |/ /
| * | 3532959 Arrange for every lambda to place an entry in the linePBodyPtr hash t...dgp2012-06-101-4/+6
| * | Work in progress fixing 3532959dgp2012-06-081-1/+2
* | | Remove unused variable NULL_CONTEXT.dgp2012-06-051-2/+0
* | | Restore the tcl_platform(threaded) variable.dgp2012-04-171-0/+11
* | | minor comment formattingdkf2012-04-151-39/+70