summaryrefslogtreecommitdiffstats
path: root/generic/tclProc.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix [Bug 2673163]dkf2009-03-241-3/+11
* | | - eliminate some unnessary type castsnijtmans2009-02-101-6/+6
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-12/+13
* | | TIP #336 IMPLEMENTATIONdgp2008-12-021-4/+4
* | | CONSTify TclDTraceInfonijtmans2008-10-281-2/+2
* | | * generic/tclProc.c: Reset -level and -code values to defaultsdgp2008-10-191-1/+6
* | | Add "const" to many internalnijtmans2008-10-151-3/+3
* | | * generic/tclCmdAH.c: Fix minor compiler warnings when compilingnijtmans2008-10-141-3/+3
* | | * generic/tclBasic.c: Removed unused var; fixed functionMiguel Sofer2008-08-231-2/+2
* | | Added disassembly of TclOO methods.dkf2008-08-211-136/+227
* | | remove overlooked old TCL_DTRACE_PROC_ENTRYdas2008-08-141-9/+1
* | | * generic/tclBasic.c (TclNREvalObjv, Tcl_NRCallObjProc): DTrace probesdas2008-08-141-9/+21
* | | * generic/tclProc.c (TclProcCompileProc): On recompile ofdgp2008-08-121-1/+25
* | | * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggeredandreas_kupries2008-08-111-3/+23
* | | remove unused varsMiguel Sofer2008-08-101-3/+1
* | | * generic/tclProc.c: completely removed ProcCompileProc, which wasMiguel Sofer2008-08-101-85/+4
* | | duh ... committed only the ChangeLog entry, not the restMiguel Sofer2008-08-041-2/+3
* | | Dumped tclNRE.h's contents into tclInt.h. The file is now empty andMiguel Sofer2008-07-311-2/+1
* | | Completely revamped NRE implementation, with (almost) unchanged API.Miguel Sofer2008-07-291-88/+9
* | | * tests/info.test: Tests 38.* added, exactly testing the trackingandreas_kupries2008-07-251-2/+2
* | | * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-2/+10
* | | * generic/tclBasic.c: NRE: enabled calling NR commandsMiguel Sofer2008-07-211-1/+5
* | | fix [2021443] inconsistant "wrong # args" messagesnijtmans2008-07-191-3/+3
* | | new TclNRAddCallback macro for internal use instead of the publicMiguel Sofer2008-07-181-3/+3
* | | * generic/tcl.decls: Change the public api prefix fromMiguel Sofer2008-07-181-12/+12
* | | Tidy up code for clarity.dkf2008-07-141-48/+49
* | | Store ClientDatas in NRE callback storage as an array; that's how they aredkf2008-07-141-3/+4
* | | * generic/tclBasic.c.: NRE left too many calls toMiguel Sofer2008-07-141-3/+1
* | | NRE implementation [Patch 2017110]Miguel Sofer2008-07-131-84/+237
* | | TIP 285 ImplementationJoe Mistachkin2008-06-131-1/+3
* | | * generic/tclBasic.c: Compilation of uplevel scripts, allowMiguel Sofer2008-06-081-2/+2
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-23/+23
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | RE: [Patch 1830184] TclResetResultMiguel Sofer2007-11-121-2/+1
* | * generic/tclBasic.c: New macro TclResetResult, new iPtr flagMiguel Sofer2007-11-121-1/+2
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-8/+8
* | Add a new command, ::tcl::unsupported::disassembledkf2007-09-251-2/+126
* | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-131-6/+48
* | * generic/tclInt.h: Removed the "nsName" Tcl_ObjType from thedgp2007-09-091-10/+2
* | * generic/tclProc.c (TclInitCompiledLocals): the refCount ofMiguel Sofer2007-09-071-2/+4
* | * generic/tclProc.c (TclCreateProc): better comments on theMiguel Sofer2007-08-101-10/+9
* | * generic/tclProc.c (InitLocalCache): reference firstLocalPtr viahobbs2007-08-081-8/+7
* | renamed InitCompiledLocals to InitResolvedLocals to make it clearer that itMiguel Sofer2007-08-081-8/+8
* | * generic/tclInt.h: remove comments refering to VAR_SCALAR, asMiguel Sofer2007-08-081-76/+59
* | modifs to help itcl adapt to VarReformMiguel Sofer2007-08-041-1/+9
* | VarReform [Patch 1750051]Miguel Sofer2007-07-311-216/+307
* | * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-201-6/+9
* | * generic/tclCmdIL.c (InfoFrameCmd):Miguel Sofer2007-06-181-28/+36
* | Fix [Bug 1738542]dkf2007-06-171-6/+7
* | * generic/tclProc.c (TclObjInterpProcCore): Use switch instead of adkf2007-06-161-76/+81