summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Fix for issue [6cf568a21b]: Tcl_Eval() causes new segfault (TclOO objectpooryorick2017-11-281-27/+33
* Minor refactoring of TclOO object reference count booking during objectpooryorick2017-11-281-8/+8
* Eliminate some duplicate code in tclOO.c/Tcl_NewObjectInstance().pooryorick2017-11-271-29/+10
* Streamline TclOO object cleanup routines.pooryorick2017-11-272-280/+208
* Fix test-cases in safe.test, failing due to changes in min/max math functions.jan.nijtmans2017-11-271-4/+0
* Add missing parenthesis to an expression in TclEnsureNamespace.pooryorick2017-11-251-1/+1
* merge pyk-command-named-colonpooryorick2017-11-256-179/+262
|\
| * 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
* | Fix for issue [4f6a1ebd64]: ensemble: segmentation fault when -subcommand andpooryorick2017-11-251-1/+13
* | merge pspjuth-cminmaxpspjuth2017-11-213-2/+71
|\ \
| * \ Re-base to core-8-branch: This change is fine as-is for Tcl 8.7, I wouldn't r...jan.nijtmans2017-11-2091-3599/+4646
| |\ \ | | |/
| * | Changed math functions min and max to C implementations.pspjuth2017-11-193-2/+71
* | | If Tcl is compiled with -DTCL_NO_DEPRECATED, remove a lot of (internal) stub ...jan.nijtmans2017-11-204-156/+141
| |/ |/|
* | 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