summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge core-8-branch. Deprecate support for "string bytelength"jan.nijtmans2017-11-2035-422/+484
|\
| * 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-branch. Backout the Tcl_EvalFile changes.jan.nijtmans2017-11-097-27/+44
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
* | | | | | Get rid of Tcl_DStringTrunc et al, as described in the TIP (Thanks, Don!).jan.nijtmans2017-11-091-2/+2
* | | | | | No longer mark Tcl_EvalFile() as obsolete/deprecated. Thanks to all feedback ...jan.nijtmans2017-11-094-7/+7
* | | | | | Put Tcl_EvalFile back, but then as a macro in terms of Tcl_FSEvalFileEx().jan.nijtmans2017-11-093-13/+16
* | | | | | TIP #485 implementation: "Remove Deprecated API". Based on Tcl 8.7 (core-8-br...jan.nijtmans2017-11-0813-377/+46
|/ / / / /
* | | | | 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
* | | | 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
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Don't use Unicode character \udead in test-cases, because it is an invalid Un...jan.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
|\ \ \