| Commit message (Expand) | Author | Age | Files | Lines |
* | [19a8c9399d] Plug mem leak in TIP 459 machinery. | dgp | 2017-05-23 | 1 | -0/+1 |
|
|
* | FlightAware feedback: "Aside: Any way to find out what the pkgIndex.tcl file ...package_files | jan.nijtmans | 2017-02-08 | 1 | -0/+18 |
|
|
* | Split tclEmptyStringRep declaration over two lines. Otherwise gcc warning. | jan.nijtmans | 2017-02-03 | 1 | -1/+3 |
|
|
* | In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERRO... | jan.nijtmans | 2017-02-03 | 1 | -0/+2 |
|
|
* | Implement the "package forget" part, which was still missing. Handle the case... | jan.nijtmans | 2016-11-29 | 1 | -5/+16 |
|
|
* | slightly simpler | jan.nijtmans | 2016-11-28 | 1 | -2/+1 |
|
|
* | Complete implementation, tests and documentation | jan.nijtmans | 2016-11-28 | 1 | -9/+15 |
|
|
* | Merge trunk. | jan.nijtmans | 2016-11-25 | 1 | -17/+31 |
|\ |
|
* | | Starting implementing the "package files" command. TIP still to be written. | jan.nijtmans | 2016-11-24 | 1 | -9/+83 |
|/ |
|
* | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -4/+4 |
|
|
* | Make TCL_MAJOR_VERSION/TCL_MINOR_VERSION/TCL_STUB_MAGIC available to Tcl_Init... | jan.nijtmans | 2016-06-27 | 1 | -1/+1 |
|
|
* | Align comment. Remove some end-of-line spacing. No functional changes. | jan.nijtmans | 2015-09-28 | 1 | -1/+1 |
|\ |
|
* \ | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s... | jan.nijtmans | 2013-04-12 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s... | jan.nijtmans | 2013-04-12 | 1 | -2/+5 |
| |\ |
|
| | * | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s... | jan.nijtmans | 2013-04-12 | 1 | -4/+7 |
|
|
| | * | make some more internal tables CONST | jan.nijtmans | 2012-04-18 | 1 | -5/+5 |
|
|
* | | | Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros. | jan.nijtmans | 2013-02-28 | 1 | -0/+3 |
|
|
* | | | 3593703 Don't crash on bad input to Tcl_PkgRequire*(). | dgp | 2012-12-07 | 1 | -0/+4 |
|\ \ \
| |/ / |
|
| * | | 3593703 Don't crash on bad input to Tcl_PkgRequire*(). | dgp | 2012-12-07 | 1 | -0/+4 |
|
|
* | | | more result generation conversion | dkf | 2012-08-04 | 1 | -50/+49 |
|
|
* | | | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -3/+6 |
|
|
* | | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -3/+3 |
|
|
* | | | Reduce use of Tcl_AppendElement, which is not (and can't be) a Tcl_Obj-aware ... | dkf | 2011-05-09 | 1 | -17/+28 |
|
|
* | | | More generation of error codes (namespace creation, path normalization, | dkf | 2011-04-03 | 1 | -14/+30 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -6/+6 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclPkg.c: Backport fix for [1573844] to the | dgp | 2007-09-19 | 1 | -802/+484 |
|
|
| | * | * generic/tclEvent.c (Tcl_CreateThread): Replaced some calls to | dgp | 2007-03-19 | 1 | -3/+3 |
|
|
| | * | Backport to 8.4 (Don Porter's work). | andreas_kupries | 2006-12-05 | 1 | -1/+3 |
|
|
| | * | * generic/tclPkg.c (Tcl_PkgRequireEx): Corrected crash when | andreas_kupries | 2006-10-11 | 1 | -8/+12 |
|
|
| | * | * generic/tclPkg.c (Tcl_PkgRequireEx): Changes handling of the | andreas_kupries | 2006-09-22 | 1 | -2/+59 |
|
|
| | * | * generic/tcl.decls: Implemented TIP #268, conditionally. | andreas_kupries | 2006-09-22 | 1 | -86/+1288 |
|
|
| | * | * generic/tclIOGT.c (ExecuteCallback): | hobbs | 2006-08-30 | 1 | -4/+5 |
|
|
| | * | * generic/tclPkg.c: Revised Bug 1162286 fix from 2005-11-08 | dgp | 2006-04-05 | 1 | -4/+10 |
|
|
| | * | * generic/tclPkg.c: Revised Bug 1162286 fix from 2005-11-08 | dgp | 2005-11-18 | 1 | -7/+51 |
|
|
| | * | * generic/tclPkg.c: Corrected inconsistencies in the value returned | dgp | 2005-11-08 | 1 | -14/+76 |
|
|
| * | | Various trivial fixes, discovered during CYGWIN porting attempt. All backport... | nijtmans | 2010-01-06 | 1 | -2/+2 |
|
|
| * | | * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. | dgp | 2008-04-01 | 1 | -1/+3 |
|
|
* | | | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part. | nijtmans | 2010-08-31 | 1 | -4/+4 |
|
|
* | | | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly. | nijtmans | 2010-08-30 | 1 | -7/+8 |
|
|
* | | | Unnecessary type casts, See Tcl [Patch #2997087] | nijtmans | 2010-05-05 | 1 | -12/+12 |
|
|
* | | | Fix gcc warning, using gcc-4.3.4 on cygwin | nijtmans | 2009-12-11 | 1 | -2/+2 |
|
|
* | | | Fix gcc warning, using gcc-4.3.4 on cygwin | nijtmans | 2009-12-11 | 1 | -2/+2 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 1 | -4/+5 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-16 | 1 | -3/+3 |
|
|
* | | | fix [2021443] inconsistant "wrong # args" messages | nijtmans | 2008-07-19 | 1 | -3/+3 |
|
|
* | | | more consistent wrong # arg messages: change all messages containing ?options... | nijtmans | 2008-07-13 | 1 | -2/+2 |
|
|
* | | | * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. | dgp | 2008-04-01 | 1 | -1/+3 |
|/ / |
|