summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Extended command msgcat::mcexists by switch "-namespace ns" to explicitly spe...oehhar2018-01-132-33/+109
* Implement the "mcn" command as "mc" with explicit namespace.oehhar2018-01-122-4/+40
* Use the test "[namespace which self] ne "::oo::Helpers::self"" to check if we...oehhar2018-01-121-1/+4
* replace "return [uplevel 1 [list [namespace origin ..." by tailcalloehhar2018-01-121-6/+5
* Corrected test cleanupsoehhar2018-01-111-4/+4
* TIP490: oo for msgcal: new solution enable any command for oo, new command mc...oehhar2018-01-106-17/+118
* Re-implement Tcl_WinTCharToUtf/Tcl_WinUtfToTChar in pure win32 api, even for ...jan.nijtmans2018-01-108-126/+17
* Fix [https://core.tcl.tk/tk/info/00a27923ee26437611e1ed83f96e15b6caabcd8b|00a...jan.nijtmans2018-01-101-10/+14
|\
| * (partial) fix for [https://core.tcl.tk/tk/info/00a27923ee26437611e1ed83f96e15...jan.nijtmans2018-01-091-10/+14
* | Some refactoring and tidying up of comments.dkf2018-01-093-130/+318
* | Merge pyk-TclOO branch. See [90657479e8]pooryorick2018-01-086-420/+325
|\ \
| * | Udate Tcl_ObjectDeleted to reflect recent changes.pooryorick2018-01-081-4/+2
| * | merge 8.7dgp2018-01-034-37/+97
| |\ \
| * \ \ merge core-8-branchpooryorick2017-12-2631-209/+412
| |\ \ \
| * | | | Fix syntax error in previous commit.pooryorick2017-12-131-2/+2
| * | | | Add the check for wrong arguments back to TclOO_Object_Destroy, removepooryorick2017-12-113-2/+8
| * | | | Streamline TclOO object cleanup routines.pooryorick2017-12-107-425/+326
* | | | | Rearrange a few lines TclRenameCommand to reduce operations.pooryorick2018-01-081-6/+6
* | | | | merge core-8-6-branchjan.nijtmans2018-01-041-4/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | (cherry-pick): Use http 2 instead of http 1 for Safe Base testing.jan.nijtmans2018-01-041-4/+4
| |\ \ \ \
| | * | | | (cherry-pick): Use http 2 instead of http 1 for Safe Base testing.jan.nijtmans2018-01-041-4/+4
* | | | | | Minimal fixes to stop the [package files] machinery writing to freed mem.dgp2018-01-041-1/+4
| |_|_|_|/ |/| | | |
* | | | | merge core-8-6-branchjan.nijtmans2017-12-282-17/+18
|\ \ \ \ \ | |/ / / /
| * | | | Fix bug introduced in [0dd0d14489258621] (only for TCL_UTF_MAX > 3): If len p...jan.nijtmans2017-12-282-17/+18
* | | | | merge core-8-6-branchjan.nijtmans2017-12-284-19/+78
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Fix handling of surrogates (when TCL_UTF_MAX > 3) in Tcl_UtfNcmp()/Tcl_UtfNca...jan.nijtmans2017-12-282-31/+32
| * | | Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly wh...jan.nijtmans2017-12-284-20/+79
* | | | TclOO: Remove unneeded name manipulation from TclOOCopyObjectCmd.pooryorick2017-12-261-13/+0
* | | | Merged core-8-6-branch: replace ifdef TCLDIR with compare against empty stringapnadkarni2017-12-261-1/+1
|\ \ \ \ | |/ / /
| * | | Safer to compare TCLDIR against "" rather than ifdef as recursive nmakesapnadkarni2017-12-261-1/+1
* | | | merge core-8-6-branch (changes file only)jan.nijtmans2017-12-231-3/+41
|\ \ \ \ | |/ / /
| * | | merge releasejan.nijtmans2017-12-239-9/+42
| |\ \ \
| | * \ \ merge 8.6; update changesdgp2017-12-193-1/+13
| | |\ \ \
| | * | | | update changesdgp2017-12-191-1/+3
| | * | | | merge 8.6dgp2017-12-182-4/+3
| | |\ \ \ \
| | * \ \ \ \ merge 8.6dgp2017-12-147-820/+1848
| | |\ \ \ \ \
| | * | | | | | update changesdgp2017-12-071-1/+9
| | * | | | | | changes WIPdgp2017-12-061-0/+20
| | * | | | | | merge 8.6dgp2017-12-061-0/+4
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ merge 8.6dgp2017-12-061-0/+2
| | |\ \ \ \ \ \ \
| | * | | | | | | | Duplicate test namesdgp2017-12-062-2/+2
| | * | | | | | | | Start RC branch for Tcl 8.6.8dgp2017-12-068-9/+10
* | | | | | | | | | Merge nmake rules 1.1apnadkarni2017-12-231-5/+34
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Look for Tcl and Tk import libraries with or without "t" suffix conventionapnadkarni2017-12-231-5/+34
* | | | | | | | | | Change a few (internal) refCount/mask variables to unsigned type.jan.nijtmans2017-12-222-16/+16
* | | | | | | | | | Remove use of compiler option "opt:nowin98". Don't use "t" as suffix any more...jan.nijtmans2017-12-211-26/+14
* | | | | | | | | | merge-markjan.nijtmans2017-12-210-0/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | 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-202-10/+20
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Further fix for issue [ba1419303b4c]: Delete a namespace for an ensemble havi...pooryorick2017-12-201-1/+1