Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | TclOO: Remove unneeded name manipulation from TclOOCopyObjectCmd. | pooryorick | 2017-12-26 | 1 | -13/+0 | |
* | | | | | | | | | | | | merge core-8-branch | jan.nijtmans | 2017-12-22 | 2 | -14/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Change a few (internal) refCount/mask variables to unsigned type. | jan.nijtmans | 2017-12-22 | 2 | -16/+16 | |
| * | | | | | | | | | | | Further fix for issue [ba1419303b4c]: Delete a namespace for an ensemble havi... | pooryorick | 2017-12-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | Fix for issue [ba1419303b4c]: Delete a namespace for an ensemble having a del... | pooryorick | 2017-12-20 | 1 | -10/+7 | |
* | | | | | | | | | | | | Further fix for issue [ba1419303b4c]: Delete a namespace for an ensemble havi... | pooryorick | 2017-12-20 | 1 | -1/+1 | |
* | | | | | | | | | | | | Remove the Tcl_FindHashEntry/Tcl_CreateHashEntry stub entries, as those are a... | jan.nijtmans | 2017-12-20 | 5 | -56/+24 | |
* | | | | | | | | | | | | Change hash/index/mask fields to type "unsigned int", because that's how hash... | jan.nijtmans | 2017-12-20 | 2 | -19/+18 | |
* | | | | | | | | | | | | Fix for issue [ba1419303b4c]: Delete a namespace for an ensemble having a del... | pooryorick | 2017-12-20 | 1 | -10/+7 | |
* | | | | | | | | | | | | [586e71dce4] Exeception handling at level #0 by EvalObjv | dgp | 2017-12-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | [586e71dce4] Exeception handling at level #0 by EvalObjv | dgp | 2017-12-19 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | ||||||
| | * | | | | | | | | | | [586e71dce4] Exeception handling at level #0 by EvalObjv | dgp | 2017-12-19 | 1 | -1/+1 | |
| | | |_|/ / / / / / / | | |/| | | | | | | | | ||||||
* | | | | | | | | | | | merge core-8-branch. Also change some internal refCount's from int to size_t. | jan.nijtmans | 2017-12-19 | 6 | -18/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Make TclEnsureNamespace() MODULE_SCOPE. Also change some refCount fields from... | jan.nijtmans | 2017-12-19 | 5 | -20/+19 | |
| * | | | | | | | | | | Revert a few more (int -> size_t) transitions, which could effect extensions ... | jan.nijtmans | 2017-12-15 | 9 | -26/+26 | |
| * | | | | | | | | | | Revert the (int -> size_t) transition of the "cmdEpoch" field of | dgp | 2017-12-15 | 3 | -3/+3 | |
| | | | | | | | | | | | ||||||
| \ \ \ \ \ \ \ \ \ \ | ||||||
*-. \ \ \ \ \ \ \ \ \ \ | Merge TIP #488 implementation. | jan.nijtmans | 2017-12-15 | 12 | -221/+48 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | ||||||
| | * | | | | | | | | | | Mark TclPrecTraceProc() as deprecated, and remove it when compiling with -DTC... | jan.nijtmans | 2017-12-15 | 5 | -3/+9 | |
| | * | | | | | | | | | | Fix (harmless) compiler warning with Visual Studio | jan.nijtmans | 2017-12-14 | 1 | -1/+1 | |
| | | |_|_|/ / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | TIP 488: Remove tcl_precision | jan.nijtmans | 2017-12-01 | 8 | -173/+22 | |
* | | | | | | | | | | | Ensure that an automatically-named TclOO object has the same name as its | pooryorick | 2017-12-10 | 1 | -0/+3 | |
* | | | | | | | | | | | merge core-8-branch. | jan.nijtmans | 2017-12-09 | 3 | -10/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | merge 8.7 | jan.nijtmans | 2017-12-07 | 1 | -11/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | TIP #487: Stop support for Pre-XP Windows | jan.nijtmans | 2017-12-07 | 2 | -13/+19 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ | merge core-8-branch | jan.nijtmans | 2017-11-30 | 20 | -575/+788 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | | If compiled with -DTCL_NO_DEPRECATED, remove stub entry for TclWinGetPlatform... | jan.nijtmans | 2017-11-23 | 1 | -1/+7 | |
| | * | | | | | | | | | | Remove more pre-XP stuff. | jan.nijtmans | 2017-11-23 | 1 | -7/+7 | |
| | * | | | | | | | | | | Re-base "stop-ce" branch to core-8-branch. This is what will be proposed for ... | jan.nijtmans | 2017-11-23 | 2 | -2/+2 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | Drop Windows CE support, since it doesn't appear to work anyway. | jan.nijtmans | 2017-11-21 | 2 | -2/+2 | |
* | | | | | | | | | | | | merge 8.7 | 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 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | Plug memleak recently put into [package require]. | dgp | 2017-12-06 | 1 | -0/+4 | |
* | | | | | | | | | | | | merge 8.7 | dgp | 2017-12-06 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | merge 8.6 | dgp | 2017-12-06 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | ||||||
| | * | | | | | | | | | | [0e4d88b650] Added enough refcounting to stop `make valgrind` complaints about | dgp | 2017-12-06 | 1 | -0/+2 | |
| | | |_|_|_|_|/ / / / | | |/| | | | | | | | | ||||||
* | | | | | | | | | | | Adapt the bytearray accommodation of Tcl_CharLength() for 8.7+. | dgp | 2017-12-06 | 1 | -5/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Adapt the bytearray accommodation of Tcl_CharLength() for 8.7+. | dgp | 2017-12-06 | 1 | -5/+6 | |
* | | | | | | | | | | | [ce3a211dcb] Failed file normalize when tail is empty string. | dgp | 2017-12-06 | 1 | -3/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | [ce3a211dcb] Failed file normalize when tail is empty string. | dgp | 2017-12-06 | 1 | -3/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | [ce3a211dcb] Failed file normalize when tail is empty string. | dgp | 2017-12-06 | 1 | -3/+2 | |
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | ||||||
| | | * | | | | | | | | [ce3a211dcb] Failed file normalize when tail is empty string. | dgp | 2017-12-06 | 1 | -3/+2 | |
* | | | | | | | | | | | [4f6a1ebd64] Stop crash when same value passed to the -map and -subcommands o... | dgp | 2017-12-05 | 1 | -114/+116 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | [4f6a1ebd64] Stop crash when same value passed to the -map and -subcommands o... | dgp | 2017-12-05 | 1 | -114/+116 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | [4f6a1ebd64] Stop crash when same value passed to the -map and -subcommands o... | dgp | 2017-12-05 | 1 | -154/+173 | |
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | ||||||
| | | * | | | | | | | | Factor clearing of ensemble subcommand table into utility routine. | dgp | 2017-12-05 | 1 | -29/+23 | |
| | | * | | | | | | | | Another revised fix, much closer to sebres' patch now. | dgp | 2017-12-05 | 1 | -62/+90 | |
| | | * | | | | | | | | [4f6a1ebd64] Different fix for the problem. Re-order the filling of the | dgp | 2017-12-04 | 1 | -59/+56 | |
* | | | | | | | | | | | merge core-8-branch. Various cleanup: unused structure names, unused #defines... | jan.nijtmans | 2017-12-01 | 22 | -37/+37 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | / / / / | |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Remove stub entries for Tcl_EvalObj()/Tcl_GlobalEvalObj(). Since those functi... | jan.nijtmans | 2017-12-01 | 4 | -59/+16 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |