summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add TCL_CREATE_NS_IF_UNKNOWN back into Tcl_CreateEnsemble().pooryorick2018-02-151-5/+1
* Fix for [6bca38d59b], TclOO segmentation fault cleaning up objects that thatpooryorick2018-02-152-58/+103
* Fix for issue [6cf568a21b]: Tcl_Eval() causes new segfault (TclOO objectpooryorick2018-02-152-27/+36
* Minor refactoring of TclOO object reference count booking during objectpooryorick2018-02-151-8/+8
* Eliminate some duplicate code in tclOO.c/Tcl_NewObjectInstance().pooryorick2018-02-151-29/+10
* Streamline TclOO object cleanup routines.pooryorick2018-02-152-280/+208
* merge pyk-command-named-colonpooryorick2018-02-157-233/+322
|\
| * Move return type to its own line.pooryorick2018-02-151-2/+4
| * merge (cherrypick): Add missing parenthesis to an expression in TclEnsureNam...pooryorick2018-02-151-0/+5130
| * Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Updatepooryorick2018-02-146-40/+15053
| * Lift the restriction on command names names that begin with ":".pooryorick2018-02-142021-964342/+121
| * merge (cherrypick): Add missing parenthesis to an expression in TclEnsureName...pooryorick2017-11-251-1/+1
| * Move return type to its own line.pooryorick2017-11-231-2/+4
| * Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Updatepooryorick2017-11-196-68/+55
| * Lift the restriction on command names names that begin with ":".pooryorick2017-11-172-16/+0
| * Fix [16fe1b5807]: namespace ensemble command named ":" is mistakenly given thepooryorick2017-11-176-109/+231
| * merge core-8-6-branchjan.nijtmans2017-11-171-1/+1
| |\
| * \ TIP #422, Tcl 8.7 part: Mark all *VA functions as deprecated. They will be re...jan.nijtmans2017-11-173-15/+25
| |\ \
| | * | TIP #422 implementation, Tcl 8.7 part.jan.nijtmans2017-11-073-15/+25
| * | | merge core-8-6-branchjan.nijtmans2017-11-162-3/+3
| |\ \ \
| * | | | Remove compat/float.h and related machinery. The last system known where this...jan.nijtmans2017-11-1510-43/+6
| * | | | Change signature of (internal) TclScanElement() function. This saves memory a...jan.nijtmans2017-11-155-32/+15
| |\ \ \ \
| * | | | | Repair lost of broken [package prefer] testing.dgp2017-11-141-25/+100
| * | | | | [5d6de65036] [package require] with [package prefer stable] was not choosing ...dgp2017-11-142-46/+81
| |\ \ \ \ \
| * \ \ \ \ \ Merge core-8-6-branchjan.nijtmans2017-11-133-7/+1
| |\ \ \ \ \ \
| * | | | | | | Add a lot of "deprecation" marks to internal API which will be removed in Tcl...jan.nijtmans2017-11-134-66/+63
| * | | | | | | merge core-8-6-branchjan.nijtmans2017-11-102-3/+23
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge core-8-6-branchjan.nijtmans2017-11-092-5/+13
| |\ \ \ \ \ \ \ \
| * | | | | | | | | For alpha/beta versions of Tcl, stub-enabled extensions are only allowed to r...jan.nijtmans2017-11-091-5/+18
| * | | | | | | | | Change "epoch" field for dicts from "int" to "unsigned int". This doubles the...jan.nijtmans2017-11-082-11/+11
| * | | | | | | | | compiler warningdgp2017-11-081-1/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge 8.6dgp2017-11-082-6/+12
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Modify TclCreateProc to handle arbitrary argument names, not just ASCII.dgp2017-11-083-57/+45
| * | | | | | | | | | | merge core-8-6-branchjan.nijtmans2017-11-072-15/+15
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| * | | | | | | | | | | Fix version number of Windows Help file (not sure if it's actually used, but ...jan.nijtmans2017-11-061-2/+2
| * | | | | | | | | | | update .project file with branch name. Make clear that optparse doesnt work w...jan.nijtmans2017-11-053-3/+3
| * | | | | | | | | | | [0d902eadd6] Ensure that [string first] handles ASCII in Unicode correctly.dkf2017-11-043-23/+40
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Fix for the weird [string first] behaviour.dkf2017-11-041-19/+23
| | * | | | | | | | | | | Detected bug in [string first] with unicode. Pat Thoyts found it.dkf2017-11-042-4/+17
| |/ / / / / / / / / / /
| * | | | | | | | | | | Revise a few stray packages not yet ready to tolerate a Tcl 9 bump.dgp2017-11-035-9/+9
| * | | | | | | | | | | TIP 345 Implementation.dgp2017-11-033-39/+78
| |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-10-3010-37/+65
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-10-2728-395/+425
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Create new testing command [teststringbytes] to probe the things thatdgp2017-10-262-11/+47
| | * | | | | | | | | | | | | Convert remaining tests to use [testbytestring].dgp2017-10-251-5/+5
| | * | | | | | | | | | | | | Repair Tcl_CreateEncoding(); Modernize [testencoding];dgp2017-10-253-13/+12
| | * | | | | | | | | | | | | Stop using "identity" as an encoding to test basic functionng of thedgp2017-10-241-4/+4
| | * | | | | | | | | | | | | Extend Tcl_CreateEncoding() to be able to create an encoding withoutdgp2017-10-241-17/+21
| | * | | | | | | | | | | | | backout initial commit; need more care.dgp2017-10-231-0/+77
| | * | | | | | | | | | | | | Implementation branch for TIP 345: Kill the "identity" encoding.dgp2017-10-231-77/+0