summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove libtommath/makefile* and related: Those files suggest anything can be ...jan.nijtmans2024-03-2922-4860/+27
* Asciify string.test. tcltest::fileEncoding is thus no longer necessary (which...jan.nijtmans2024-03-282-57/+9
* tests renumerationsebres2024-03-271-6/+6
* tests/string.test: cherry-pick several string-tests from trunk to 8.6, added ...sebres2024-03-271-0/+180
* tcltest: detect encoding of test-file (BOM or coding in header) and supply it...sebres2024-03-271-2/+48
* Add koi8-ru and koi8-t encodings, completing the 4 "koi8" encodings available...jan.nijtmans2024-03-263-1/+41
* Update genStubs.tcl, making it usable for Tcl 9 as welljan.nijtmans2024-03-231-2/+2
* more lsearch performance testssebres2024-03-211-24/+41
* optimize TclUtfToUCS4 for single code units (non high surrogates), especially...sebres2024-03-202-4/+10
* small amend (incorrect copy&paste removed)sebres2024-03-201-1/+0
* added performance regression tests for list facilities (initially only few ls...sebres2024-03-201-0/+100
* (cherry-pick) docs - note that Tcl_AsyncMark() and Tcl_AsyncDelete() are actu...jan.nijtmans2024-03-191-0/+2
* Fix "encoding convertfrom koi8-u \xB4". Should be Є, not Ѓ. See [f23022e07a].jan.nijtmans2024-03-151-1/+1
|\
| * The [https://en.wikipedia.org/wiki/KOI8-U|wiki] clearly states that the mappi...jan.nijtmans2024-02-251-1/+1
* | tcltest 2.5.7 -> 2.5.8jan.nijtmans2024-03-124-6/+6
* | Code cleanup, no change in functionality. All backported from 8.7/9.0jan.nijtmans2024-03-122-248/+232
* | skip extensive IO-aggressive tests, be gentle with users and CIs env (especia...sebres2024-03-124-7/+11
* | proper skip of test winFCmd-1.38 (no error reaching limit of 50K unique file-...sebres2024-03-121-1/+1
* | fixed path for running of suite from temp-directory (also proper skip if no d...sebres2024-03-121-2/+16
* | Add "Alaska Standard/Daylight" time to tclDate.cjan.nijtmans2024-03-112-0/+4
* | Unneeded "file normalize"jan.nijtmans2024-03-111-3/+3
* | Re-generate library/tclIndex (especially "safe" namespace had some changes wh...jan.nijtmans2024-03-101-11/+17
* | TclGetNamespaceForQualName: TCL_FIND_IF_NOT_SIMPLE considers alternate search...sebres2024-03-081-12/+20
* | Add internal flag TCL_FIND_IF_NOT_SIMPLE for (internal) TclGetNamespaceForQua...jan.nijtmans2024-03-072-2/+14
* | Code cleanup/formattingjan.nijtmans2024-03-071-75/+75
* | Reduce code duplication (borrowed from "bug-910d67a229fe7f65" branch, but ind...jan.nijtmans2024-03-061-8/+3
* | Backport "changes" changes from 8.7jan.nijtmans2024-03-061-5/+5
* | Minor addition to [1b8a893ded]: On Windows, fill TCL_PACKAGE_PATH (in tclConf...jan.nijtmans2024-03-054-2/+32
* | (minor) fix for [1b8a893ded]: TCL_PACKAGE_PATH path is (wrongly) bracedjan.nijtmans2024-03-048-77/+39
|\ \
| * \ Merge 8.6. TCL_PACKAGE_PATH is not used on Windowsjan.nijtmans2024-03-046-43/+32
| |\ \ | |/ / |/| |
* | | Add akst/akdt (Alaska) time-zones to "clock" command. Also 'stolen' from "seb...jan.nijtmans2024-03-041-1/+3
* | | Code cleanup in init.tcl, 'stolen' from sebres-?-?-clock-speedup-cr2. No cha...jan.nijtmans2024-03-041-20/+21
| * | If TCL_PACKAGE_PATH is set explicitly, don't change it in "configure"jan.nijtmans2024-03-042-4/+4
| * | Small (related) fix to handling of TCL_MODULE_PATH: It's a Tcl list too, so i...jan.nijtmans2024-03-041-1/+1
| * | Proposed fix for [1b8a893ded]: TCL_PACKAGE_PATH path is (wrongly) braced.jan.nijtmans2024-03-045-45/+36
|/ /
* | Fix [d63061a1ac]: PRIVATE != CONTROL in Unicodejan.nijtmans2024-03-032-3/+2
|\ \
| * | Bug [d63061a1ac]: "PRIVATE != CONTROL in Unicode". Leave out "Co" (private-us...jan.nijtmans2024-01-152-8/+3
* | | Remove private characters from regexp control table, but add them back in [:c...jan.nijtmans2024-03-032-115/+117
* | | merge releasedgp2024-02-289-16/+27
|\ \ \
| * | | A few more changes.dgp2024-02-211-1/+4
| * | | merge 8.6dgp2024-02-209-11/+12
| |\ \ \ | | | |/ | | |/|
| * | | changes file refinementsdgp2024-02-141-8/+16
| * | | merge 8.6dgp2024-02-144-6/+6
| |\ \ \
| * \ \ \ merge 8.6dgp2024-02-143-3/+3
| |\ \ \ \
| * \ \ \ \ merge 8.6dgp2024-02-093-17/+37
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.6dgp2024-02-07112-1842/+8576
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge 8.6dgp2024-01-244-11/+6
| |\ \ \ \ \ \ \
| * | | | | | | | TCL_RELEASE_SERIAL (in tcl.h) and unix/tcl.spec should be updated toojan.nijtmans2024-01-172-2/+2
| * | | | | | | | Bump to 8.6.14 for releasegriffin2024-01-167-7/+7
* | | | | | | | | Bug [f91ab723f3] : remove Windows 16 bit dead codeoehhar2024-02-271-32/+15
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |