summaryrefslogtreecommitdiffstats
path: root/generic
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-195-67/+54
* 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-175-106/+216
* 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
* | Remove compat/float.h and related machinery. The last system known where this...jan.nijtmans2017-11-153-5/+5
* | Change signature of (internal) TclScanElement() function. This saves memory a...jan.nijtmans2017-11-155-32/+15
|\ \
| * | Change signature of (internal) TclScanElement() function. This saves memory a...jan.nijtmans2017-11-155-32/+15
* | | [5d6de65036] [package require] with [package prefer stable] was not choosing ...dgp2017-11-141-35/+58
|\ \ \ | |/ /
| * | [5d6de65036] [package require] with [package prefer stable] was not choosing ...dgp2017-11-141-35/+58
| |\ \
| | * \ [5d6de65036] [package require] with [package prefer stable] was not choosingdgp2017-11-141-33/+58
| | |\ \
| | | * | Ticket [5d65e65036]. My fix. Do not skip the second check for stable versions...aku2017-11-131-33/+58
* | | | | Merge core-8-6-branchjan.nijtmans2017-11-133-7/+1
|\ \ \ \ \ | |/ / / /
| * | | | No longer mark Tcl_EvalFile() as obsolete, since it will continue to be suppo...jan.nijtmans2017-11-132-2/+0
| |\ \ \ \ | | |/ / /
| | * | | No longer mark Tcl_EvalFile() as obsolete, since it will continue to be suppo...jan.nijtmans2017-11-132-2/+0
* | | | | 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-101-3/+20
|\ \ \ \ \ | |/ / / /
| * | | | Make "string split" and "string is (alpha|graph|...)" work as expected with U...jan.nijtmans2017-11-101-3/+20
* | | | | merge core-8-6-branchjan.nijtmans2017-11-092-5/+13
|\ \ \ \ \ | |/ / / /
| * | | | Make "scan %c" and the internal function ExtendUnicodeRepWithString() work as...jan.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
|\ \ \ \ \ | |/ / / /
| * | | | compiler warningdgp2017-11-081-1/+1
| |\ \ \ \ | | |/ / /
| | * | | compiler warningdgp2017-11-081-1/+1
* | | | | merge 8.6dgp2017-11-082-6/+12
|\ \ \ \ \ | |/ / / /
| * | | | [3298012] Stop RebuildTable asking ckalloc for more than it can give.dgp2017-11-081-5/+8
| |\ \ \ \ | | |/ / /
| | * | | Attempted bug fix.dgp2017-11-071-5/+8
| | |/ /
| * | | TclOO object allocation: Set classPtr to NULL if it wasn't otherwise set.dgp2017-11-081-1/+4
* | | | Modify TclCreateProc to handle arbitrary argument names, not just ASCII.dgp2017-11-083-57/+45
| |_|/ |/| |
* | | Fix for the weird [string first] behaviour.dkf2017-11-041-19/+23
* | | TIP 345 Implementation.dgp2017-11-032-22/+67
|\ \ \
| * \ \ merge trunkdgp2017-10-305-26/+43
| |\ \ \
| * \ \ \ merge trunkdgp2017-10-273-2/+2
| |\ \ \ \
| * | | | | Create new testing command [teststringbytes] to probe the things thatdgp2017-10-261-0/+38
| * | | | | Repair Tcl_CreateEncoding(); Modernize [testencoding];dgp2017-10-252-5/+8
| * | | | | 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-031-0/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Fix [6f2f83cc149e9918884faffefebc8dfa695f4ea0|6f2f83cc14]: tclWinload.c robus...jan.nijtmans2017-11-031-0/+1
* | | | | | merge core-8-6-branchjan.nijtmans2017-11-031-5/+13
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Better versions of TclGetIntFromObj and TclGetIntForIndexM macro's, which giv...jan.nijtmans2017-11-031-5/+13
| * | | | | Cherrypick: [fc1409fc91] Method cloning needs to be careful with body represe...dkf2017-10-241-0/+1
* | | | | | Fix bug 3c32a3f8bd, segmentation fault in TclOO.c/ReleaseClassContents()pooryorick2017-11-011-2/+13
| |_|_|/ / |/| | | |
* | | | | merge bug-fc1409fc91.pooryorick2017-10-305-26/+43
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletionpooryorick2017-10-305-26/+43
* | | | | Change (internal) refCount field from TclRegexp to type size_t: this allows m...jan.nijtmans2017-10-242-2/+1
|/ / / /
* | | | [fc1409fc91]: TclOO method with non-literal value for body argument causes se...pooryorick2017-10-241-0/+1
| |/ / |/| |