| Commit message (Expand) | Author | Age | Files | Lines |
* | Another round of sentinel fixes for 8.6, NULL -> (char *)NULL | jan.nijtmans | 2024-05-29 | 1 | -14/+14 |
|
|
* | Use TclDStringToObj a bit more | dkf | 2024-05-24 | 1 | -5/+1 |
|
|
* | Tcl_GetString() -> TclGetString(), for minor speedup. | jan.nijtmans | 2024-04-04 | 1 | -10/+10 |
|
|
* | Fix [e646d28f1a]: 8.6 Documentation/comment typo fixes | jan.nijtmans | 2024-02-16 | 1 | -1/+1 |
|
|
* | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 1 | -2/+2 |
|
|
* | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_... | jan.nijtmans | 2022-02-10 | 1 | -2/+2 |
|
|
* | Tcl_NewObj() -> TclNewObj() | jan.nijtmans | 2022-01-17 | 1 | -2/+3 |
|
|
* | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea... | jan.nijtmans | 2020-10-13 | 1 | -1/+2 |
|
|
* | Make Tcl compile warning-free using -Wshadow | jan.nijtmans | 2020-09-28 | 1 | -2/+3 |
|
|
* | end-of-line spacing | jan.nijtmans | 2019-05-24 | 1 | -1/+1 |
|\ |
|
* | | In the 8.6.* releases, Tcl_GetStringResult() still passes through interp->res... | dgp | 2019-03-07 | 1 | -2/+2 |
|
|
* | | [39fed4dae5] Minimal fix for volatile lifetime of string returned by | dgp | 2019-03-06 | 1 | -18/+16 |
|
|
* | | 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 |
|
|
* | | 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 |
|
|
* | | [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 |
|
|
* | | 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 |
|
|