summaryrefslogtreecommitdiffstats
path: root/generic/tclPkg.c
Commit message (Expand)AuthorAgeFilesLines
* Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-2/+2
* Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-2/+3
* More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-1/+2
* Make Tcl compile warning-free using -Wshadowjan.nijtmans2020-09-281-2/+3
* end-of-line spacingjan.nijtmans2019-05-241-1/+1
|\
* | In the 8.6.* releases, Tcl_GetStringResult() still passes through interp->res...dgp2019-03-071-2/+2
* | [39fed4dae5] Minimal fix for volatile lifetime of string returned bydgp2019-03-061-18/+16
* | plug memleak of constructed package requirement.dgp2018-03-111-1/+0
* | Add remaining wrapper to the NR functions, remaining calls to pooryorick2018-02-121-150/+258
* | Adapt signature of PkgRequireCore to conform to Tcl_ObjCmdProc, and call it inpooryorick2018-02-121-35/+48
* | Preparation to provide TclNRPackageObjectCmd: Eliminate the loop inpooryorick2018-02-121-262/+263
* | Change the signature of PkgRequireCore in preparation to providepooryorick2018-02-111-22/+21
* | Fix handling of surrogates (when TCL_UTF_MAX > 3) in Tcl_UtfNcmp()/Tcl_UtfNca...jan.nijtmans2017-12-281-3/+3
* | Plug memleak recently put into [package require].dgp2017-12-061-0/+4
|\ \ | |/
| * Plug memleak recently put into [package require].dgp2017-12-061-0/+4
* | [5d6de65036] [package require] with [package prefer stable] was not choosing ...dgp2017-11-141-35/+58
|\ \ | |/
| * Ticket [5d65e65036]. My fix. Do not skip the second check for stable versions...aku2017-11-131-33/+58
* | 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