summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | TclOO: Remove unneeded name manipulation from TclOOCopyObjectCmd.pooryorick2017-12-261-13/+0
* | | | | | | | | | | | merge core-8-branchjan.nijtmans2017-12-222-14/+15
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Change a few (internal) refCount/mask variables to unsigned type.jan.nijtmans2017-12-222-16/+16
| * | | | | | | | | | | Further fix for issue [ba1419303b4c]: Delete a namespace for an ensemble havi...pooryorick2017-12-201-1/+1
| * | | | | | | | | | | Fix for issue [ba1419303b4c]: Delete a namespace for an ensemble having a del...pooryorick2017-12-201-10/+7
* | | | | | | | | | | | Further fix for issue [ba1419303b4c]: Delete a namespace for an ensemble havi...pooryorick2017-12-201-1/+1
* | | | | | | | | | | | Remove the Tcl_FindHashEntry/Tcl_CreateHashEntry stub entries, as those are a...jan.nijtmans2017-12-205-56/+24
* | | | | | | | | | | | Change hash/index/mask fields to type "unsigned int", because that's how hash...jan.nijtmans2017-12-202-19/+18
* | | | | | | | | | | | Fix for issue [ba1419303b4c]: Delete a namespace for an ensemble having a del...pooryorick2017-12-201-10/+7
* | | | | | | | | | | | [586e71dce4] Exeception handling at level #0 by EvalObjvdgp2017-12-191-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | [586e71dce4] Exeception handling at level #0 by EvalObjvdgp2017-12-191-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | [586e71dce4] Exeception handling at level #0 by EvalObjvdgp2017-12-191-1/+1
| | | |_|/ / / / / / / | | |/| | | | | | | |
* | | | | | | | | | | merge core-8-branch. Also change some internal refCount's from int to size_t.jan.nijtmans2017-12-196-18/+18
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Make TclEnsureNamespace() MODULE_SCOPE. Also change some refCount fields from...jan.nijtmans2017-12-195-20/+19
| * | | | | | | | | | Revert a few more (int -> size_t) transitions, which could effect extensions ...jan.nijtmans2017-12-159-26/+26
| * | | | | | | | | | Revert the (int -> size_t) transition of the "cmdEpoch" field ofdgp2017-12-153-3/+3
| | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ \ Merge TIP #488 implementation. jan.nijtmans2017-12-1512-221/+48
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | Mark TclPrecTraceProc() as deprecated, and remove it when compiling with -DTC...jan.nijtmans2017-12-155-3/+9
| | * | | | | | | | | | Fix (harmless) compiler warning with Visual Studiojan.nijtmans2017-12-141-1/+1
| | | |_|_|/ / / / / / | | |/| | | | | | | |
| * | | | | | | | | | TIP 488: Remove tcl_precisionjan.nijtmans2017-12-018-173/+22
* | | | | | | | | | | Ensure that an automatically-named TclOO object has the same name as itspooryorick2017-12-101-0/+3
* | | | | | | | | | | merge core-8-branch. jan.nijtmans2017-12-093-10/+9
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | merge 8.7jan.nijtmans2017-12-071-11/+3
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | TIP #487: Stop support for Pre-XP Windowsjan.nijtmans2017-12-072-13/+19
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ merge core-8-branchjan.nijtmans2017-11-3020-575/+788
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | |
| | * | | | | | | | | | If compiled with -DTCL_NO_DEPRECATED, remove stub entry for TclWinGetPlatform...jan.nijtmans2017-11-231-1/+7
| | * | | | | | | | | | Remove more pre-XP stuff.jan.nijtmans2017-11-231-7/+7
| | * | | | | | | | | | Re-base "stop-ce" branch to core-8-branch. This is what will be proposed for ...jan.nijtmans2017-11-232-2/+2
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| | | * | | | | | | | | Drop Windows CE support, since it doesn't appear to work anyway.jan.nijtmans2017-11-212-2/+2
* | | | | | | | | | | | 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 8.7dgp2017-12-061-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | merge 8.6dgp2017-12-061-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | [0e4d88b650] Added enough refcounting to stop `make valgrind` complaints aboutdgp2017-12-061-0/+2
| | | |_|_|_|_|/ / / / | | |/| | | | | | | |
* | | | | | | | | | | Adapt the bytearray accommodation of Tcl_CharLength() for 8.7+.dgp2017-12-061-5/+6
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Adapt the bytearray accommodation of Tcl_CharLength() for 8.7+.dgp2017-12-061-5/+6
* | | | | | | | | | | [ce3a211dcb] Failed file normalize when tail is empty string.dgp2017-12-061-3/+2
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | [ce3a211dcb] Failed file normalize when tail is empty string.dgp2017-12-061-3/+2
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | [ce3a211dcb] Failed file normalize when tail is empty string.dgp2017-12-061-3/+2
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / /
| | | * | | | | | | | [ce3a211dcb] Failed file normalize when tail is empty string.dgp2017-12-061-3/+2
* | | | | | | | | | | [4f6a1ebd64] Stop crash when same value passed to the -map and -subcommands o...dgp2017-12-051-114/+116
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | [4f6a1ebd64] Stop crash when same value passed to the -map and -subcommands o...dgp2017-12-051-114/+116
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | [4f6a1ebd64] Stop crash when same value passed to the -map and -subcommands o...dgp2017-12-051-154/+173
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / /
| | | * | | | | | | | Factor clearing of ensemble subcommand table into utility routine.dgp2017-12-051-29/+23
| | | * | | | | | | | Another revised fix, much closer to sebres' patch now.dgp2017-12-051-62/+90
| | | * | | | | | | | [4f6a1ebd64] Different fix for the problem. Re-order the filling of the dgp2017-12-041-59/+56
* | | | | | | | | | | merge core-8-branch. Various cleanup: unused structure names, unused #defines...jan.nijtmans2017-12-0122-37/+37
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | / / / / | |_|_|_|_|_|/ / / / |/| | | | | | | | |
* | | | | | | | | | Remove stub entries for Tcl_EvalObj()/Tcl_GlobalEvalObj(). Since those functi...jan.nijtmans2017-12-014-59/+16
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /