summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tcl_GetString() -> TclGetString(), for minor speedup.jan.nijtmans2024-04-0423-216/+216
* encodingName -> encoding (where appropriate)jan.nijtmans2024-04-0411-32/+32
* Backport [https://core.tcl-lang.org/tcl/timeline?r=argx_rejig|argx_rejig] bra...jan.nijtmans2024-04-021-11/+18
|\
* | Simplify Tcl_SetStartupScript() a little bit: no need to check for NULL twice...jan.nijtmans2024-04-021-20/+13
* | Update to libtommath-1.3 (but keep Tcl 8.6-specific tweaks)jan.nijtmans2024-04-0221-134/+142
|\ \
| * | Update tommath.h/tommath_private.h toojan.nijtmans2024-04-013-26/+34
| * | More progressjan.nijtmans2024-03-314-7/+12
| * | Make a start, upgrading to libtommath 1.3jan.nijtmans2024-03-3116-105/+100
|/ /
* | Remove all libtommath source-files, which are not used in Tcl. Don't bother a...jan.nijtmans2024-03-3091-5678/+0
* | (cherry-pick) Added minor detail to file attr -shortname handling docs.jan.nijtmans2024-03-292-3/+5
* | 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