| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h: | hobbs | 2010-11-30 | 1 | -5/+5 |
|
|
* | 2010-11-29 Kevin B. Kenny <kennykb@acm.org> | Kevin B Kenny | 2010-11-28 | 1 | -1/+6 |
|
|
* | * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' to | hobbs | 2010-10-02 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: [Patch 3072080] (minus the itcl | Miguel Sofer | 2010-09-27 | 1 | -2/+2 |
|
|
* | [Patch 3034251] backport ttkGenStubs.tcl | nijtmans | 2010-09-15 | 1 | -247/+248 |
|
|
* | * generic/tclInt.decs: Reverted to the original TIP 337 implementation | dgp | 2010-07-02 | 1 | -4/+4 |
|
|
* | [Bug #803489] Tcl_FindNamespace problem in the Stubs table | nijtmans | 2010-07-02 | 1 | -2/+2 |
|
|
* | Allow [fcopy] to move more than 2GB per call. Frederic Bonnet identified issue. | dkf | 2010-03-20 | 1 | -2/+7 |
|
|
* | Follow-up to [2010-01-29] commit: | nijtmans | 2010-02-05 | 1 | -11/+11 |
|
|
* | - genStubs.tcl: No longer generate a space after "*" and | nijtmans | 2010-01-29 | 1 | -4/+4 |
|
|
* | Revert [2009-12-21] change in tcl.h, in stead | nijtmans | 2010-01-22 | 1 | -6/+6 |
|
|
* | Fix gcc warning: ignoring return value of ‘write’, | nijtmans | 2009-12-16 | 1 | -3/+3 |
|
|
* | Added code to save space in namespaces. Currently #ifdef'ed out for compat. | dkf | 2009-07-15 | 1 | -2/+22 |
|
|
* | Apply patch from [Bug 988703]. Many thanks to Joe Mistachkin for development. | dkf | 2009-06-18 | 1 | -1/+7 |
|
|
* | * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allow | das | 2009-04-10 | 1 | -1/+4 |
|
|
* | [Bug 218977] Tcl_DbCkfree needs a return value | nijtmans | 2009-02-27 | 1 | -10/+10 |
|
|
* | CONSTify TclPrintInstruction and TclpNativeJoinPath (TIP #27) | nijtmans | 2009-01-22 | 1 | -4/+4 |
|
|
* | CONSTify TclGetLoadedPackages second param | nijtmans | 2008-12-19 | 1 | -2/+2 |
|
|
* | VOID -> void | nijtmans | 2008-12-18 | 1 | -2/+2 |
|
|
* | typos in comments | dgp | 2008-12-17 | 1 | -5/+5 |
|
|
* | TIP #338 IMPLEMENTATION | dgp | 2008-12-15 | 1 | -19/+24 |
|
|
* | restore source and binary compatibility | nijtmans | 2008-12-09 | 1 | -4/+4 |
|
|
* | TIP #337 IMPLEMENTATION | dgp | 2008-12-09 | 1 | -4/+5 |
|
|
* | Letting CONST die a slow and graceful death, since NO_CONST was | nijtmans | 2008-10-22 | 1 | -105/+105 |
|
|
* | * generic/tclInt.decls: CONSTified the AuxDataType argument | nijtmans | 2008-10-05 | 1 | -5/+5 |
|
|
* | Completely revamped NRE implementation, with (almost) unchanged API. | Miguel Sofer | 2008-07-29 | 1 | -17/+16 |
|
|
* | just a few const -> CONST (in header files and .decls files) | nijtmans | 2008-07-24 | 1 | -5/+5 |
|
|
* | fix TclNRInterpProc stub table declaration (broke 'make checkstubs') | das | 2008-07-22 | 1 | -2/+3 |
|
|
* | NRE implementation [Patch 2017110] | Miguel Sofer | 2008-07-13 | 1 | -1/+25 |
|
|
* | * generic/tclGet.c: Corrected out of date comments and removed | dgp | 2008-07-08 | 1 | -4/+5 |
|
|
* | TIP 285 Implementation | Joe Mistachkin | 2008-06-13 | 1 | -1/+6 |
|
|
* | * generic/tclCompile.h: Demote TclCompEvalObj() from internal stubs to | dgp | 2008-01-23 | 1 | -5/+6 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlob | hobbs | 2007-12-11 | 1 | -14/+2 |
|
|
* | * generic/tcl.decls: use new genstubs 'export' command to | das | 2007-12-10 | 1 | -41/+31 |
|
|
* | * generic/tclCompCmds.c, generic/tclCompile.c, generic/tclCompile.h: | hobbs | 2007-11-12 | 1 | -2/+8 |
|
|
* | * generic/tclInt.decls, generic/tclIntDecls.h: Use unsigned char for | hobbs | 2007-11-09 | 1 | -3/+3 |
|
|
* | * generic/tclStubInit.c: | hobbs | 2007-11-08 | 1 | -1/+6 |
|
|
* | * generic/tclInt.decls: New internal routine TclBackgroundException() | dgp | 2007-09-06 | 1 | -1/+7 |
|
|
* | * generic/tclInt.decls: Exporting via stubs to help | Miguel Sofer | 2007-08-07 | 1 | -2/+5 |
|
|
* | modifs to help itcl adapt to VarReform | Miguel Sofer | 2007-08-04 | 1 | -1/+7 |
|
|
* | VarReform [Patch 1750051] | Miguel Sofer | 2007-07-31 | 1 | -2/+2 |
|
|
* | * generic/tclInt.decls: Revised the interfaces of the routines | dgp | 2007-06-20 | 1 | -3/+3 |
|
|
* | * generic/tclInt.decls: Modif to the internals of | Miguel Sofer | 2007-06-14 | 1 | -4/+3 |
|
|
* | Changes to allow the tip257 code to work as an extension properly post-tip280 | dkf | 2007-05-05 | 1 | -4/+13 |
|
|
* | * generic/tclInt.decls: Moved TclGetNamespaceFromObj() to | Miguel Sofer | 2007-04-03 | 1 | -2/+7 |
|
|
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-02-20 | 1 | -4/+3 |
|
|
* | * generic/tclBasic.c: TIP #280 implementation. | andreas_kupries | 2006-11-28 | 1 | -2/+3 |
|
|
* | Transfer TclPtrMakeUpvar and TclObjLookupVar to the internal stubs table. | dkf | 2006-11-12 | 1 | -1/+10 |
|
|
* | Insert of calling point in middle of procedure code. Also cleaned up how | dkf | 2006-10-28 | 1 | -1/+7 |
|
|