| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 8.6 | dgp | 2018-03-11 | 1 | -1/+0 |
|\ |
|
| * | plug memleak of constructed package requirement. | dgp | 2018-03-11 | 1 | -1/+0 |
|
|
| * | Add remaining wrapper to the NR functions, remaining calls to
| pooryorick | 2018-02-12 | 1 | -150/+258 |
|
|
| * | Adapt signature of PkgRequireCore to conform to Tcl_ObjCmdProc, and call it in | pooryorick | 2018-02-12 | 1 | -35/+48 |
|
|
| * | Preparation to provide TclNRPackageObjectCmd: Eliminate the loop in | pooryorick | 2018-02-12 | 1 | -262/+263 |
|
|
| * | Change the signature of PkgRequireCore in preparation to provide | pooryorick | 2018-02-11 | 1 | -22/+21 |
|
|
| * | Fix handling of surrogates (when TCL_UTF_MAX > 3) in Tcl_UtfNcmp()/Tcl_UtfNca... | jan.nijtmans | 2017-12-28 | 1 | -3/+3 |
|
|
* | | Fix handling of "pkgIndex" file in "package files" command. This was broken a... | jan.nijtmans | 2018-03-07 | 1 | -14/+11 |
|
|
* | | Fix the "package files" command. Due to the NRE enabling of "package" it alwa... | jan.nijtmans | 2018-03-06 | 1 | -10/+15 |
|
|
* | | Add remaining wrapper to the NR functions, remaining calls to | pooryorick | 2018-02-06 | 1 | -163/+273 |
|
|
* | | Fix segmentation fault triggered by test package-3.12. Adapt signature of | pooryorick | 2018-01-31 | 1 | -35/+48 |
|
|
* | | Preparation to provide TclNRPackageObjectCmd: Eliminate the loop in
| pooryorick | 2018-01-28 | 1 | -276/+277 |
|
|
* | | Change the signature of PkgRequireCore in preparation to provide | pooryorick | 2018-01-28 | 1 | -22/+21 |
|
|
* | | Minimal fixes to stop the [package files] machinery writing to freed mem. | dgp | 2018-01-04 | 1 | -1/+4 |
|
|
* | | Plug memleak recently put into [package require]. | dgp | 2017-12-06 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Plug memleak recently put into [package require]. | dgp | 2017-12-06 | 1 | -0/+4 |
| |\ |
|
| | * | Plug memleak recently put into [package require]. | dgp | 2017-12-06 | 1 | -0/+4 |
|
|
* | | | Remove compat/float.h and related machinery. The last system known where this... | jan.nijtmans | 2017-11-15 | 1 | -3/+3 |
|
|
* | | | [5d6de65036] [package require] with [package prefer stable] was not choosing ... | dgp | 2017-11-14 | 1 | -35/+58 |
|\ \ \
| |/ / |
|
| * | | [5d6de65036] [package require] with [package prefer stable] was not choosing ... | dgp | 2017-11-14 | 1 | -35/+58 |
| |\ \
| | |/ |
|
| | * | Ticket [5d65e65036]. My fix. Do not skip the second check for stable versions... | aku | 2017-11-13 | 1 | -33/+58 |
|
|
* | | | Merge core-8-6-branch. Update outdated comment (cherry-pick [d5dec2b0514639f4... | jan.nijtmans | 2017-08-17 | 1 | -12/+5 |
|\ \ \
| |/ / |
|
* | | | [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 ... | 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 |
|
|