summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | * generic/tclBasic.c (TclNRYieldToObjCmd): fixed bad copypastaMiguel Sofer2010-08-111-2/+2
* | | From [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6: Relax the re...nijtmans2010-07-241-3/+3
* | | * generic/tclBasic.c: Added more errorCode setting.dkf2010-07-161-8/+28
* | | * generic/tclBasic.c: Fix for #3008307: make callerPtr chainsMiguel Sofer2010-06-051-10/+27
* | | CONSTify various useful internal functionsnijtmans2010-05-031-3/+2
* | | Fix the problems I introduced inadvertently:dkf2010-04-301-13/+23
* | | * generic/tclBasic.c (TclNRYieldObjCmd, TclNRYieldmObjCmd)dkf2010-04-301-16/+33
* | | If tclInt.h or tclPort.h is alreadynijtmans2010-04-271-4/+2
* | | * generic/tclBasic.c: add unsupported [yieldm] command.Miguel Sofer2010-04-251-23/+43
* | | * generic/tclBasic.test: modify api of TclSpliceTailcall()Miguel Sofer2010-04-241-7/+7
* | | TIP #348 IMPLEMENTATION - Substituted error stackferrieux2010-04-051-1/+14
* | | Compile the [throw] command.dkf2010-03-191-2/+2
* | | Code Audit results:dkf2010-03-051-70/+74
* | | More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-9/+9
* | | Follow-up to Fix [Bug 2954959] expr abs(0.0) is -0.0nijtmans2010-02-211-19/+34
* | | Fix [Bug 2954959] expr abs(0.0) is -0.0nijtmans2010-02-211-3/+7
* | | reverted earlier rename from tcl*Stubs tonijtmans2010-02-151-4/+4
* | | Compilation of [try] now enabled!dkf2010-02-091-2/+2
* | | Added basic compilation of [error] (the most common case only).dkf2010-02-051-2/+2
* | | Follow-up to earlier commit today:nijtmans2010-02-051-4/+4
* | | Turned the [array] command into a true ensemble. Test changes indicate somedkf2010-02-021-5/+5
* | | Make the [unset] command be bytecode compiled.dkf2010-01-301-2/+2
* | | * generic/tclBasic.c: Fix lerak of coroutines on namespaceMiguel Sofer2010-01-031-3/+2
* | | Move declarations to the top of the file, add boilerplate comments to somedkf2009-12-241-190/+203
* | | * generic/tclBasic.c: Fix for bad cmd resolution by coroutinesMiguel Sofer2009-12-191-1/+2
* | | fix commentMiguel Sofer2009-12-131-7/+5
* | | remove accidentally committed c++ style temp commentsMiguel Sofer2009-12-131-3/+1
* | | * generic/tclBasic.c: Release TclPopCallFrame() from itsMiguel Sofer2009-12-131-7/+13
* | | * generic/tclBasic.c: Moving TclBCArgumentRelease callMiguel Sofer2009-12-131-11/+1
* | | fix commentMiguel Sofer2009-12-111-4/+3
* | | simplify the coroutine BP-chain monkey-patching; tclBasic does not need toMiguel Sofer2009-12-111-3/+1
* | | * generic/tclBasic.c: Full nre-enabling of coroutinesMiguel Sofer2009-12-101-11/+2
* | | * generic/tclBasic.c: small cleanupMiguel Sofer2009-12-101-24/+23
* | | reorganization and better comments in TclNRCoroutineObjCmd()Miguel Sofer2009-12-101-49/+46
* | | * generic/tclBasic.c: Reducing the # of moving parts forMiguel Sofer2009-12-101-24/+3
* | | * generic/tclBasic.c: Reducing the # of moving parts forMiguel Sofer2009-12-101-23/+1
* | | remove accidentally committed C++ style commentsMiguel Sofer2009-12-091-3/+1
* | | * generic/tclBasic.c: Insure correct lifetime of varFrame'sMiguel Sofer2009-12-091-7/+15
* | | Add missing Tcl_SetErrorCode calls.dkf2009-12-091-24/+35
* | | added comment confessing my puzzlementMiguel Sofer2009-12-081-1/+8
* | | minor cleanupMiguel Sofer2009-12-081-10/+7
* | | baby steps towards nre-enabling coroutine first runMiguel Sofer2009-12-081-28/+8
* | | * generic/tclBasic.c: Partial nre-enabling of coroutines.Miguel Sofer2009-12-081-38/+49
* | | Small corrections (enforcing ANSI style declarations, etc.)dkf2009-12-081-133/+145
* | | * generic/tclBasic.c: arrange for [tailcall] to be created withMiguel Sofer2009-12-071-8/+2
* | | * generic/tclBasic.c: add ::tcl::unsupported::yieldToMiguel Sofer2009-12-071-5/+66
* | | missing declarationMiguel Sofer2009-12-071-1/+2
* | | factoring TclSpliceTailcall out of TclPopStackFrameMiguel Sofer2009-12-061-1/+52
* | | * generic/tclBasic.c: Small changes for clarity in tailcallMiguel Sofer2009-12-061-10/+32
* | | * generic/tclBasic.c: Fixed things so that you can tailcallMiguel Sofer2009-12-051-1/+2