| Commit message (Expand) | Author | Age | Files | Lines |
* | More dstring testcases, extracted from [46dda6fc29] | jan.nijtmans | 2023-02-26 | 1 | -0/+32 |
|
|
* | See [d19fe0a5b] for follow-up to previous commit | jan.nijtmans | 2023-02-23 | 1 | -7/+4 |
|
|
* | Fix [d19fe0a5b]: Handling incomplete byte sequences for utf-16/utf-32 | jan.nijtmans | 2023-02-22 | 2 | -3/+30 |
|\ |
|
| * | Proposed fix for [d19fe0a5b]: Handling incomplete byte sequences for utf-16/u... | jan.nijtmans | 2023-02-21 | 2 | -3/+30 |
|
|
* | | Fix [534172ff5b]: Crash in DeleteReflectedChannelMap (introduced via tcllib 1... | jan.nijtmans | 2023-02-22 | 1 | -5/+7 |
|\ \
| |/
|/| |
|
| * | Proposed fix for [534172ff5b]: Crash in DeleteReflectedChannelMap (introduced... | jan.nijtmans | 2023-02-21 | 1 | -5/+7 |
|/ |
|
* | (Cherry-pick) Make Tcl_UniCharToUtf more readable. | jan.nijtmans | 2023-02-01 | 2 | -30/+33 |
|
|
* | new testcase encoding-18.1. Testcase cleanup | jan.nijtmans | 2023-01-27 | 1 | -75/+76 |
|
|
* | Better error-message for previous commit. Some more code-cleanup, backported ... | jan.nijtmans | 2023-01-23 | 3 | -200/+153 |
|
|
* | Fix [3e8074aea7]: [interp limit time -seconds] has a y2k38 problem | jan.nijtmans | 2023-01-22 | 1 | -5/+7 |
|\ |
|
| * | Proposed fix for [3e8074aea7]: [interp limit time -seconds] has a y2k38 problem | jan.nijtmans | 2023-01-19 | 1 | -5/+7 |
|
|
* | | Missed one more off-by-one error, also, tests misnumbered for merge forward. | Kevin B Kenny | 2023-01-22 | 2 | -8/+8 |
|
|
* | | Remove unneeded hard-coded array size | Kevin B Kenny | 2023-01-22 | 1 | -1/+1 |
|
|
* | | Bug [e3dcab1d14] fix | Kevin B Kenny | 2023-01-22 | 2 | -29/+67 |
|/ |
|
* | Fix issue [8f7fdea2d], string-2.20.1 fails on big endian, and also fix issue... | pooryorick | 2023-01-15 | 2 | -17/+27 |
|
|
* | Properly quote contents of Make variables to pass through gdb.run file. | pooryorick | 2023-01-14 | 1 | -3/+8 |
|
|
* | Fix [0f19edcb78]: Windows 11 not reported in tcl_platform(osVersion) | jan.nijtmans | 2023-01-06 | 2 | -0/+6 |
|\ |
|
| * | Fix [0f19edcb78]: Windows 11 not reported in tcl_platform(osVersion) | jan.nijtmans | 2023-01-04 | 2 | -0/+6 |
|
|
* | | Fix [ad393071c2]: Use different LD_LIBRARY_PATH_VAR on macOS | jan.nijtmans | 2023-01-06 | 2 | -2/+2 |
|/ |
|
* | Fix [8e811bc1f1]: Wrong formatting of arguments in man page | jan.nijtmans | 2023-01-01 | 1 | -2/+2 |
|\ |
|
| * | Instead of fiddling with html tags, simply enlarge a bit the width in the CSS... | fvogel | 2022-12-29 | 2 | -5/+3 |
|
|
| * | Fix [8e811bc1f1]: Wrong formatting of arguments in man page | fvogel | 2022-12-28 | 1 | -1/+3 |
|/ |
|
* | Update tclConfig.h.in | jan.nijtmans | 2022-12-16 | 1 | -0/+9 |
|
|
* | Add checks to the configure script for mknod, tcdrain and uname, for systems ... | jan.nijtmans | 2022-12-16 | 2 | -0/+303 |
|
|
* | Now that 32-bit cygwin is dead, eliminate the need for --enable-64bit in a Cy... | jan.nijtmans | 2022-12-16 | 2 | -64/+64 |
|
|
* | Change copyright in Windows rc from Activestate to UCal and others to match l... | apnadkarni | 2022-12-12 | 2 | -4/+2 |
|
|
* | dev_t -> unsigned for Cygwin in tcl.h, so we don't need sys/types.h any more.... | jan.nijtmans | 2022-12-05 | 1 | -3/+2 |
|
|
* | Backport TIP #402: General Platform UNC Support from 8.7, but only for Cygwin... | jan.nijtmans | 2022-12-01 | 2 | -28/+9 |
|
|
* | Update to tzdata 2022g | jan.nijtmans | 2022-11-30 | 13 | -418/+261 |
|\ |
|
| * | Update to tzdata 2022g | jan.nijtmans | 2022-11-30 | 13 | -418/+261 |
|
|
* | | Remove ARGSUSED. More type-casts | jan.nijtmans | 2022-11-29 | 6 | -146/+121 |
|
|
* | | Update all "8.5" versions in Tcl_InitStubs() to "8.5-", since they can be com... | jan.nijtmans | 2022-11-29 | 12 | -16/+16 |
|
|
* | | Handle closeProc == NULL the same as closeProc == TCL_CLOSE2PROC in stead of ... | jan.nijtmans | 2022-11-25 | 1 | -6/+6 |
|
|
* | | Add mp_pack, mp_pack_count and mp_unpack to the libtommath stub table. Not us... | jan.nijtmans | 2022-11-23 | 6 | -24/+63 |
|
|
* | | Re-generate configure scripts (with correct autoconf version) | jan.nijtmans | 2022-11-23 | 2 | -10/+14 |
|
|
* | | merge release | dgp | 2022-11-22 | 9 | -23/+70 |
|\ \ |
|
| * | | improve accuracy of a changes linecore-8-6-13 | dgp | 2022-11-21 | 1 | -1/+1 |
|
|
| * | | bump release date | dgp | 2022-11-20 | 1 | -1/+1 |
|
|
| * | | merge 8.6 | dgp | 2022-11-20 | 1 | -9/+13 |
| |\ \ |
|
| * \ \ | merge 8.6 | dgp | 2022-11-18 | 9 | -18/+12 |
| |\ \ \ |
|
| * \ \ \ | merge 8.6 | dgp | 2022-11-14 | 9 | -16/+8 |
| |\ \ \ \ |
|
| * | | | | | update target release date | dgp | 2022-11-09 | 1 | -1/+1 |
|
|
| * | | | | | merge 8.6 | dgp | 2022-11-01 | 15 | -2055/+55 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | merge 8.6 | dgp | 2022-10-28 | 2 | -2/+2 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | merge 8.6 | dgp | 2022-10-27 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | merge 8.6 | dgp | 2022-10-27 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | merge 8.6 | dgp | 2022-10-27 | 8 | -12/+24 |
| |\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | merge 8.6 | dgp | 2022-10-22 | 8 | -135/+135 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | merge 8.6 | dgp | 2022-10-19 | 97 | -1198/+874 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Draft updates to changes file for 8.6.13 release. | dgp | 2022-10-18 | 1 | -0/+51 |
|
|