summaryrefslogtreecommitdiffstats
path: root/generic/tclPkg.c
Commit message (Expand)AuthorAgeFilesLines
* Merge core-8-6-branch. Update outdated comment (cherry-pick [d5dec2b0514639f4...jan.nijtmans2017-08-171-12/+5
|\
* | [19a8c9399d] Plug mem leak in TIP 459 machinery.dgp2017-05-231-0/+1
* | FlightAware feedback: "Aside: Any way to find out what the pkgIndex.tcl file ...package_filesjan.nijtmans2017-02-081-0/+18
* | Split tclEmptyStringRep declaration over two lines. Otherwise gcc warning.jan.nijtmans2017-02-031-1/+3
* | In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERRO...jan.nijtmans2017-02-031-0/+2
* | Implement the "package forget" part, which was still missing. Handle the case...jan.nijtmans2016-11-291-5/+16
* | slightly simplerjan.nijtmans2016-11-281-2/+1
* | Complete implementation, tests and documentationjan.nijtmans2016-11-281-9/+15
* | Merge trunk.jan.nijtmans2016-11-251-17/+31
|\ \
* | | Starting implementing the "package files" command. TIP still to be written.jan.nijtmans2016-11-241-9/+83
|/ /
* | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-4/+4
* | Make TCL_MAJOR_VERSION/TCL_MINOR_VERSION/TCL_STUB_MAGIC available to Tcl_Init...jan.nijtmans2016-06-271-1/+1
|/
* Align comment. Remove some end-of-line spacing. No functional changes.jan.nijtmans2015-09-281-1/+1
|\
* \ Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s...jan.nijtmans2013-04-121-2/+2
|\ \ | |/
| * Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s...jan.nijtmans2013-04-121-2/+5
| |\
| | * Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s...jan.nijtmans2013-04-121-4/+7
| | * make some more internal tables CONSTjan.nijtmans2012-04-181-5/+5
* | | Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros.jan.nijtmans2013-02-281-0/+3
* | | 3593703 Don't crash on bad input to Tcl_PkgRequire*().dgp2012-12-071-0/+4
|\ \ \ | |/ /
| * | 3593703 Don't crash on bad input to Tcl_PkgRequire*().dgp2012-12-071-0/+4
* | | more result generation conversiondkf2012-08-041-50/+49
* | | converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-3/+6
* | | Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-3/+3
* | | Reduce use of Tcl_AppendElement, which is not (and can't be) a Tcl_Obj-aware ...dkf2011-05-091-17/+28
* | | More generation of error codes (namespace creation, path normalization,dkf2011-04-031-14/+30
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-6/+6
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * generic/tclPkg.c: Backport fix for [1573844] to thedgp2007-09-191-802/+484
| | * * generic/tclEvent.c (Tcl_CreateThread): Replaced some calls todgp2007-03-191-3/+3
| | * Backport to 8.4 (Don Porter's work).andreas_kupries2006-12-051-1/+3
| | * * generic/tclPkg.c (Tcl_PkgRequireEx): Corrected crash whenandreas_kupries2006-10-111-8/+12
| | * * generic/tclPkg.c (Tcl_PkgRequireEx): Changes handling of theandreas_kupries2006-09-221-2/+59
| | * * generic/tcl.decls: Implemented TIP #268, conditionally.andreas_kupries2006-09-221-86/+1288
| | * * generic/tclIOGT.c (ExecuteCallback):hobbs2006-08-301-4/+5
| | * * generic/tclPkg.c: Revised Bug 1162286 fix from 2005-11-08dgp2006-04-051-4/+10
| | * * generic/tclPkg.c: Revised Bug 1162286 fix from 2005-11-08dgp2005-11-181-7/+51
| | * * generic/tclPkg.c: Corrected inconsistencies in the value returneddgp2005-11-081-14/+76
| * | Various trivial fixes, discovered during CYGWIN porting attempt. All backport...nijtmans2010-01-061-2/+2
| * | * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message.dgp2008-04-011-1/+3
* | | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part.nijtmans2010-08-311-4/+4
* | | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly.nijtmans2010-08-301-7/+8
* | | Unnecessary type casts, See Tcl [Patch #2997087]nijtmans2010-05-051-12/+12
* | | Fix gcc warning, using gcc-4.3.4 on cygwinnijtmans2009-12-111-2/+2
* | | Fix gcc warning, using gcc-4.3.4 on cygwinnijtmans2009-12-111-2/+2
* | | - eliminate some unnessary type castsnijtmans2009-02-101-4/+5
* | | Add "const" to many internalnijtmans2008-10-161-3/+3
* | | fix [2021443] inconsistant "wrong # args" messagesnijtmans2008-07-191-3/+3
* | | more consistent wrong # arg messages: change all messages containing ?options...nijtmans2008-07-131-2/+2