summaryrefslogtreecommitdiffstats
path: root/generic/tclPkg.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Purge end-of-line spacingjan.nijtmans2018-08-021-1/+1
* | | | merge 8.7dgp2018-03-111-1/+0
|\ \ \ \ | |/ / /
| * | | merge 8.6dgp2018-03-111-1/+0
| |\ \ \ | | |/ /
| | * | 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
* | | | Merge 8.7jan.nijtmans2018-03-071-10/+12
|\ \ \ \ | |/ / /
| * | | Fix handling of "pkgIndex" file in "package files" command. This was broken a...jan.nijtmans2018-03-071-14/+11
| * | | Fix the "package files" command. Due to the NRE enabling of "package" it alwa...jan.nijtmans2018-03-061-10/+15
* | | | merge core-8-branchjan.nijtmans2018-02-061-298/+422
|\ \ \ \ | |/ / /
| * | | Add remaining wrapper to the NR functions, remaining calls topooryorick2018-02-061-163/+273
| * | | Fix segmentation fault triggered by test package-3.12. Adapt signature ofpooryorick2018-01-311-35/+48
| * | | Preparation to provide TclNRPackageObjectCmd: Eliminate the loop in pooryorick2018-01-281-276/+277
* | | | merge core-8-branchjan.nijtmans2018-01-291-22/+21
|\ \ \ \ | |/ / /
| * | | Change the signature of PkgRequireCore in preparation to providepooryorick2018-01-281-22/+21
* | | | merge 8.7dgp2018-01-041-1/+4
|\ \ \ \ | |/ / /
| * | | Minimal fixes to stop the [package files] machinery writing to freed mem.dgp2018-01-041-1/+4
* | | | merge 8.7dgp2017-12-061-0/+4
|\ \ \ \ | |/ / /
| * | | Plug memleak recently put into [package require].dgp2017-12-061-0/+4
| |\ \ \ | | |/ /
| | * | Plug memleak recently put into [package require].dgp2017-12-061-0/+4
| | |\ \ | | | |/
| | | * Plug memleak recently put into [package require].dgp2017-12-061-0/+4
* | | | merge core-8-branch. Various cleanup: unused structure names, unused #defines...jan.nijtmans2017-12-011-1/+1
|/ / /
* | | Remove compat/float.h and related machinery. The last system known where this...jan.nijtmans2017-11-151-3/+3
* | | [5d6de65036] [package require] with [package prefer stable] was not choosing ...dgp2017-11-141-35/+58
|\ \ \ | |/ /
| * | [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
* | | 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 ...jan.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