| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
| * | | | merge 8.6 | dgp | 2024-02-20 | 9 | -11/+12 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | changes file refinements | dgp | 2024-02-14 | 1 | -8/+16 |
|
|
| * | | | merge 8.6 | dgp | 2024-02-14 | 4 | -6/+6 |
| |\ \ \ |
|
| * \ \ \ | merge 8.6 | dgp | 2024-02-14 | 3 | -3/+3 |
| |\ \ \ \ |
|
| * \ \ \ \ | merge 8.6 | dgp | 2024-02-09 | 3 | -17/+37 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | merge 8.6 | dgp | 2024-02-07 | 112 | -1842/+8576 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | merge 8.6 | dgp | 2024-01-24 | 4 | -11/+6 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | TCL_RELEASE_SERIAL (in tcl.h) and unix/tcl.spec should be updated too | jan.nijtmans | 2024-01-17 | 2 | -2/+2 |
|
|
| * | | | | | | | | Bump to 8.6.14 for release | griffin | 2024-01-16 | 7 | -7/+7 |
|
|
* | | | | | | | | | Bug [f91ab723f3] : remove Windows 16 bit dead code | oehhar | 2024-02-27 | 1 | -32/+15 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/ /
|/| | | | | | | | |
|