| Commit message (Expand) | Author | Age | Files | Lines |
* | TIP #597 implementation: "string is unicode" and new wtf-8 encoding | jan.nijtmans | 2021-03-10 | 11 | -40/+182 |
|
|
* | Merge 8.6 | jan.nijtmans | 2021-03-09 | 1 | -5/+8 |
|\ |
|
| * | Fix [8419c55e2c]: Tclsh read loop does not handle EINTR | jan.nijtmans | 2021-03-09 | 1 | -5/+8 |
|
|
* | | Merge 8.6. Remove end-of-line spacing | jan.nijtmans | 2021-03-09 | 3 | -12/+12 |
|\ \
| |/ |
|
| * | Remove end-of-line spacing | jan.nijtmans | 2021-03-09 | 2 | -3/+3 |
|
|
* | | Fix SEGV in zipfs mounting, and try to make that code more comprehensible | dkf | 2021-03-08 | 3 | -195/+511 |
|
|
* | | Added some tests for [zipfs lmkimg] | dkf | 2021-03-07 | 3 | -8/+118 |
|
|
* | | Document that [zipfs mkimg] strips an existing ZIP. We ought to merge instead... | dkf | 2021-03-06 | 2 | -45/+87 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2021-03-04 | 2 | -8/+18 |
|\ \
| |/ |
|
| * | In man2html, use consistant color-names (6-char, uppercase), encoding (utf-8)... | jan.nijtmans | 2021-03-04 | 2 | -15/+25 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2021-03-04 | 7 | -2/+21 |
|\ \
| |/ |
|
| * | Merge 8.5. Add unused stub table entries | jan.nijtmans | 2021-03-04 | 8 | -7/+47 |
| |\ |
|
| | * | Add some more unused entries to the stub table, keeping up with the table siz... | jan.nijtmans | 2021-03-04 | 6 | -6/+50 |
|
|
| | * | cleanup genStubs.tcl, e.g. "==" -> "eq" and "!=" -> "ne". No change in output | jan.nijtmans | 2021-03-04 | 1 | -11/+14 |
|
|
* | | | Merge 8.6. Basically re-number testcases so they align with the 8.6 test-cases | jan.nijtmans | 2021-03-03 | 1 | -20/+59 |
|\ \ \
| |/ / |
|
| * | | Merge 8.5. Just split some testcases | jan.nijtmans | 2021-03-03 | 1 | -5/+10 |
| |\ \
| | |/ |
|
| | * | Backport improvements in UTF-8 handling for Tcl_UtfPrev/Tcl_UtfNext from 8.7 ... | jan.nijtmans | 2021-03-03 | 3 | -51/+99 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2021-03-02 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Using 0xFC00 is more readable here than ~0x3FF. It's sufficient becauwe ch1 a... | jan.nijtmans | 2021-03-02 | 1 | -3/+3 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2021-03-02 | 1 | -0/+6 |
|\ \ \
| |/ / |
|
| * | | Backport some UTF-8-related changed from 8.7 to 8.6, only for TCL_UTF_MAX > 3... | jan.nijtmans | 2021-03-02 | 2 | -17/+68 |
|
|
* | | | Ticket [87082587c4]: typo in msgcat man page | oehhar | 2021-02-27 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Ticket [87082587c4]: typo in msgcat man page | oehhar | 2021-02-27 | 1 | -1/+1 |
|
|
* | | | Further internal variable upgrade from long -> size_t | jan.nijtmans | 2021-02-26 | 2 | -24/+25 |
|
|
* | | | Increase some (internal) variables from int/long to long/size_t. On the way t... | jan.nijtmans | 2021-02-26 | 2 | -30/+28 |
|
|
* | | | Fix "make checkstubs": A few more MODULE_SCOPE libtommath functions | jan.nijtmans | 2021-02-24 | 3 | -2/+10 |
|
|
* | | | Fix typo, eliminate type-cast | jan.nijtmans | 2021-02-24 | 1 | -3/+3 |
|
|
* | | | Merge 8.6. Fix Cygwin compile | jan.nijtmans | 2021-02-23 | 5 | -10/+9 |
|\ \ \
| |/ / |
|
| * | | Merge 8.5 | jan.nijtmans | 2021-02-23 | 3 | -9/+9 |
| |\ \
| | |/ |
|
| | * | Revise buffer-sizes used in GetModuleFileNameW() calls. Available buffer-size... | jan.nijtmans | 2021-02-23 | 3 | -10/+10 |
|
|
* | | | Simplify implementation on Cygwin: No need to use CFG_RUNTIME_BINDIR any more | jan.nijtmans | 2021-02-23 | 3 | -11/+8 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2021-02-23 | 4 | -15/+52 |
|\ \ \
| |/ / |
|
| * | | Use _wgetenv() in stead of getenv() on Windows: The wide environment is not a... | jan.nijtmans | 2021-02-23 | 4 | -13/+49 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2021-02-19 | 2 | -1/+5 |
|\ \ \
| |/ / |
|
| * | | Fix [7c64aa5e1a]: Another uninitialized-variable bug in BRE-mode parsing. Tha... | jan.nijtmans | 2021-02-19 | 2 | -1/+5 |
| |\ \
| | |/ |
|
| | * | Fix [7c64aa5e1a]: Another uninitialized-variable bug in BRE-mode parsing. Tha... | jan.nijtmans | 2021-02-19 | 2 | -1/+5 |
|
|
* | | | Protect "interp limit" command better for allowed range in -millis and -secon... | jan.nijtmans | 2021-02-18 | 2 | -13/+13 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2021-02-18 | 4 | -2/+38 |
|\ \ \
| |/ / |
|
| * | | Two new testcases for abs() | jan.nijtmans | 2021-02-18 | 1 | -1/+7 |
|
|
| * | | Performance optimization in TzsetIfNecessary() function. Cherry-picked from s... | jan.nijtmans | 2021-02-18 | 3 | -1/+34 |
|
|
| * | | merge-mark | jan.nijtmans | 2021-02-17 | 0 | -0/+0 |
| |\ \
| | |/ |
|
| | * | Backport 3 additional test-cases from 8.6 for TCL_UTF_MAX>3 | jan.nijtmans | 2021-02-17 | 1 | -7/+16 |
|
|
* | | | Fix abs(-9223372036854775808) special-case on platforms where sizeof(Tcl_Wide... | jan.nijtmans | 2021-02-17 | 2 | -1/+13 |
|
|
* | | | Fix compiler warning on non-intel CPU's | jan.nijtmans | 2021-02-17 | 1 | -0/+3 |
|
|
* | | | Multi-arch only works on MacOS-11 | jan.nijtmans | 2021-02-17 | 1 | -1/+1 |
|
|
* | | | Don't pack tcl_library/registry/pkgIndex in zip-file on UNIX | jan.nijtmans | 2021-02-17 | 1 | -1/+1 |
|
|
* | | | Fix "make dist" on UNIX, broken due to TIP #590 | jan.nijtmans | 2021-02-17 | 1 | -1/+1 |
|
|
* | | | Another TIP #430 fix for cygwin: libtcl8.7.dll is installed in /usr/bin, not ... | jan.nijtmans | 2021-02-17 | 2 | -10/+7 |
|
|
* | | | Don't try to use ln when creating libtcl.vfs on windows: It doesn't work for ... | jan.nijtmans | 2021-02-17 | 1 | -9/+0 |
|
|
* | | | Attempt to produce double-arch (x86_64 and arm) binary for MacOS | jan.nijtmans | 2021-02-16 | 1 | -0/+1 |
|
|