| Commit message (Expand) | Author | Age | Files | Lines |
* | Tcl_GetString() -> TclGetString(), for minor speedup. | jan.nijtmans | 2024-04-04 | 23 | -216/+216 |
|
|
* | encodingName -> encoding (where appropriate) | jan.nijtmans | 2024-04-04 | 11 | -32/+32 |
|
|
* | Backport [https://core.tcl-lang.org/tcl/timeline?r=argx_rejig|argx_rejig] bra... | jan.nijtmans | 2024-04-02 | 1 | -11/+18 |
|\ |
|
* | | Simplify Tcl_SetStartupScript() a little bit: no need to check for NULL twice... | jan.nijtmans | 2024-04-02 | 1 | -20/+13 |
|
|
* | | Update to libtommath-1.3 (but keep Tcl 8.6-specific tweaks) | jan.nijtmans | 2024-04-02 | 21 | -134/+142 |
|\ \ |
|
| * | | Update tommath.h/tommath_private.h too | jan.nijtmans | 2024-04-01 | 3 | -26/+34 |
|
|
| * | | More progress | jan.nijtmans | 2024-03-31 | 4 | -7/+12 |
|
|
| * | | Make a start, upgrading to libtommath 1.3 | jan.nijtmans | 2024-03-31 | 16 | -105/+100 |
|/ / |
|
* | | Remove all libtommath source-files, which are not used in Tcl. Don't bother a... | jan.nijtmans | 2024-03-30 | 91 | -5678/+0 |
|
|
* | | (cherry-pick) Added minor detail to file attr -shortname handling docs. | jan.nijtmans | 2024-03-29 | 2 | -3/+5 |
|
|
* | | Remove libtommath/makefile* and related: Those files suggest anything can be ... | jan.nijtmans | 2024-03-29 | 22 | -4860/+27 |
|
|
* | | Asciify string.test. tcltest::fileEncoding is thus no longer necessary (which... | jan.nijtmans | 2024-03-28 | 2 | -57/+9 |
|
|
* | | tests renumeration | sebres | 2024-03-27 | 1 | -6/+6 |
|
|
* | | tests/string.test: cherry-pick several string-tests from trunk to 8.6, added ... | sebres | 2024-03-27 | 1 | -0/+180 |
|
|
* | | tcltest: detect encoding of test-file (BOM or coding in header) and supply it... | sebres | 2024-03-27 | 1 | -2/+48 |
|
|
* | | Add koi8-ru and koi8-t encodings, completing the 4 "koi8" encodings available... | jan.nijtmans | 2024-03-26 | 3 | -1/+41 |
|
|
* | | Update genStubs.tcl, making it usable for Tcl 9 as well | jan.nijtmans | 2024-03-23 | 1 | -2/+2 |
|
|
* | | more lsearch performance tests | sebres | 2024-03-21 | 1 | -24/+41 |
|
|
* | | optimize TclUtfToUCS4 for single code units (non high surrogates), especially... | sebres | 2024-03-20 | 2 | -4/+10 |
|
|
* | | small amend (incorrect copy&paste removed) | sebres | 2024-03-20 | 1 | -1/+0 |
|
|
* | | added performance regression tests for list facilities (initially only few ls... | sebres | 2024-03-20 | 1 | -0/+100 |
|
|
* | | (cherry-pick) docs - note that Tcl_AsyncMark() and Tcl_AsyncDelete() are actu... | jan.nijtmans | 2024-03-19 | 1 | -0/+2 |
|
|
* | | Fix "encoding convertfrom koi8-u \xB4". Should be Є, not Ѓ. See [f23022e07a]. | jan.nijtmans | 2024-03-15 | 1 | -1/+1 |
|\ \ |
|
| * | | The [https://en.wikipedia.org/wiki/KOI8-U|wiki] clearly states that the mappi... | jan.nijtmans | 2024-02-25 | 1 | -1/+1 |
|
|
* | | | tcltest 2.5.7 -> 2.5.8 | jan.nijtmans | 2024-03-12 | 4 | -6/+6 |
|
|
* | | | Code cleanup, no change in functionality. All backported from 8.7/9.0 | jan.nijtmans | 2024-03-12 | 2 | -248/+232 |
|
|
* | | | skip extensive IO-aggressive tests, be gentle with users and CIs env (especia... | sebres | 2024-03-12 | 4 | -7/+11 |
|
|
* | | | proper skip of test winFCmd-1.38 (no error reaching limit of 50K unique file-... | sebres | 2024-03-12 | 1 | -1/+1 |
|
|
* | | | fixed path for running of suite from temp-directory (also proper skip if no d... | sebres | 2024-03-12 | 1 | -2/+16 |
|
|
* | | | Add "Alaska Standard/Daylight" time to tclDate.c | jan.nijtmans | 2024-03-11 | 2 | -0/+4 |
|
|
* | | | Unneeded "file normalize" | jan.nijtmans | 2024-03-11 | 1 | -3/+3 |
|
|
* | | | Re-generate library/tclIndex (especially "safe" namespace had some changes wh... | jan.nijtmans | 2024-03-10 | 1 | -11/+17 |
|
|
* | | | TclGetNamespaceForQualName: TCL_FIND_IF_NOT_SIMPLE considers alternate search... | sebres | 2024-03-08 | 1 | -12/+20 |
|
|
* | | | Add internal flag TCL_FIND_IF_NOT_SIMPLE for (internal) TclGetNamespaceForQua... | jan.nijtmans | 2024-03-07 | 2 | -2/+14 |
|
|
* | | | Code cleanup/formatting | jan.nijtmans | 2024-03-07 | 1 | -75/+75 |
|
|
* | | | Reduce code duplication (borrowed from "bug-910d67a229fe7f65" branch, but ind... | jan.nijtmans | 2024-03-06 | 1 | -8/+3 |
|
|
* | | | Backport "changes" changes from 8.7 | jan.nijtmans | 2024-03-06 | 1 | -5/+5 |
|
|
* | | | Minor addition to [1b8a893ded]: On Windows, fill TCL_PACKAGE_PATH (in tclConf... | jan.nijtmans | 2024-03-05 | 4 | -2/+32 |
|
|
* | | | (minor) fix for [1b8a893ded]: TCL_PACKAGE_PATH path is (wrongly) braced | jan.nijtmans | 2024-03-04 | 8 | -77/+39 |
|\ \ \ |
|
| * \ \ | Merge 8.6. TCL_PACKAGE_PATH is not used on Windows | jan.nijtmans | 2024-03-04 | 6 | -43/+32 |
| |\ \ \
| |/ / /
|/| | | |
|
* | | | | Add akst/akdt (Alaska) time-zones to "clock" command. Also 'stolen' from "seb... | jan.nijtmans | 2024-03-04 | 1 | -1/+3 |
|
|
* | | | | Code cleanup in init.tcl, 'stolen' from sebres-?-?-clock-speedup-cr2. No cha... | jan.nijtmans | 2024-03-04 | 1 | -20/+21 |
|
|
| * | | | If TCL_PACKAGE_PATH is set explicitly, don't change it in "configure" | jan.nijtmans | 2024-03-04 | 2 | -4/+4 |
|
|
| * | | | Small (related) fix to handling of TCL_MODULE_PATH: It's a Tcl list too, so i... | jan.nijtmans | 2024-03-04 | 1 | -1/+1 |
|
|
| * | | | Proposed fix for [1b8a893ded]: TCL_PACKAGE_PATH path is (wrongly) braced. | jan.nijtmans | 2024-03-04 | 5 | -45/+36 |
|/ / / |
|
* | | | Fix [d63061a1ac]: PRIVATE != CONTROL in Unicode | jan.nijtmans | 2024-03-03 | 2 | -3/+2 |
|\ \ \ |
|
| * | | | Bug [d63061a1ac]: "PRIVATE != CONTROL in Unicode". Leave out "Co" (private-us... | jan.nijtmans | 2024-01-15 | 2 | -8/+3 |
|
|
* | | | | Remove private characters from regexp control table, but add them back in [:c... | jan.nijtmans | 2024-03-03 | 2 | -115/+117 |
|
|
* | | | | merge release | dgp | 2024-02-28 | 9 | -16/+27 |
|\ \ \ \ |
|
| * | | | | A few more changes. | dgp | 2024-02-21 | 1 | -1/+4 |
|
|