summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| | * | | | | | | | | | | | | | | merge core-8-6-branchjan.nijtmans2017-11-032-3/+8
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge core-8-6-branchjan.nijtmans2017-11-031-5/+13
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | Unit test for issue 3c32a3f8bd, Segmentation fault inpooryorick2017-11-011-0/+18
| | * | | | | | | | | | | | | | | | | Fix bug 3c32a3f8bd, segmentation fault in TclOO.c/ReleaseClassContents()pooryorick2017-11-011-2/+13
| | | |_|_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | merge bug-fc1409fc91.pooryorick2017-10-306-26/+55
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletionpooryorick2017-10-306-26/+55
| | * | | | | | | | | | | | | | | | | merge 8.6dgp2017-10-301-1/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2017-10-303-10/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | oopsdgp2017-10-271-1/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Update tests that were still written on the outdated premise that Tcl's encod...dgp2017-10-272-7/+8
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge markdgp2017-10-270-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | Fix timeout calculation in epoll-based notifier. Proposed fix for [1a6a36d901...jan.nijtmans2017-10-271-1/+4