summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* missed some more failing test-casesjan.nijtmans2017-11-271-1/+1
* Fix test-cases in safe.test, failing due to changes in min/max math functions.jan.nijtmans2017-11-272-5/+1
* Add missing parenthesis to an expression in TclEnsureNamespace.pooryorick2017-11-251-1/+1
* merge pyk-command-named-colonpooryorick2017-11-257-183/+278
|\
| * 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
* | Fix for issue [4f6a1ebd64]: ensemble: segmentation fault when -subcommand andpooryorick2017-11-252-2/+30
* | merge pspjuth-cminmaxpspjuth2017-11-214-39/+71
|\ \
| * \ Re-base to core-8-branch: This change is fine as-is for Tcl 8.7, I wouldn't r...jan.nijtmans2017-11-20574-38413/+43194
| |\ \
| * | | Changed math functions min and max to C implementations.pspjuth2017-11-195-43/+87
* | | | If Tcl is compiled with -DTCL_NO_DEPRECATED, remove a lot of (internal) stub ...jan.nijtmans2017-11-205-156/+143
| |/ / |/| |
* | | Fix error-message for min/math functions: "to" -> "for", for consistancy with...jan.nijtmans2017-11-202-6/+18
* | | Fix [e058307eef73cf21cf6805ad7c778e1024f9eb7d|e058307eef]: Use of values.h br...jan.nijtmans2017-11-204-18/+0
| |/ |/|
* | merge core-8-6-branchjan.nijtmans2017-11-171-1/+1
|\ \ | |/
| * Fix [fab92486a1b05ba6f7cfe8677da95b9efb3beff0|fab92486a1]: Windows error 14 "...jan.nijtmans2017-11-171-1/+1
| |\
| | * Fix [fab92486a1b05ba6f7cfe8677da95b9efb3beff0|fab92486a1]: Windows error 14 "...jan.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
|\ \ \ \ | | |/ / | |/| |
| * | | No longer document (even though it's only in an example) that Tcl_SavedResult...jan.nijtmans2017-11-162-3/+3
| |\ \ \ | | | |/ | | |/|
| | * | No longer document (even though it's only in an example) that Tcl_SavedResult...jan.nijtmans2017-11-162-9/+8
* | | | 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
|\ \ \ \ | |/ / /
| * | | 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
|\ \ \ \ | |/ / /
| * | | [5d6de65036] [package require] with [package prefer stable] was not choosing ...dgp2017-11-142-35/+68
| |\ \ \ | | |/ /
| | * | [5d6de65036] [package require] with [package prefer stable] was not choosingdgp2017-11-142-33/+68
| | |\ \
| | | * | Ticket [5d65e65036]. My fix. Do not skip the second check for stable versions...aku2017-11-131-33/+58
| | | * | Test case for Bug 5d65e65036.dgp2017-11-061-0/+10
* | | | | 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-102-3/+23
|\ \ \ \ \ | |/ / / /
| * | | | Make "string split" and "string is (alpha|graph|...)" work as expected with U...jan.nijtmans2017-11-102-3/+23
* | | | | 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
| |\ \ \ \ | | |/ / /
| | * | | [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