summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TIP #597 implementation: "string is unicode" and new wtf-8 encodingjan.nijtmans2021-03-1011-40/+182
* Merge 8.6jan.nijtmans2021-03-091-5/+8
|\
| * Fix [8419c55e2c]: Tclsh read loop does not handle EINTRjan.nijtmans2021-03-091-5/+8
* | Merge 8.6. Remove end-of-line spacingjan.nijtmans2021-03-093-12/+12
|\ \ | |/
| * Remove end-of-line spacingjan.nijtmans2021-03-092-3/+3
* | Fix SEGV in zipfs mounting, and try to make that code more comprehensibledkf2021-03-083-195/+511
* | Added some tests for [zipfs lmkimg]dkf2021-03-073-8/+118
* | Document that [zipfs mkimg] strips an existing ZIP. We ought to merge instead...dkf2021-03-062-45/+87
* | Merge 8.6jan.nijtmans2021-03-042-8/+18
|\ \ | |/
| * In man2html, use consistant color-names (6-char, uppercase), encoding (utf-8)...jan.nijtmans2021-03-042-15/+25
* | Merge 8.6jan.nijtmans2021-03-047-2/+21
|\ \ | |/
| * Merge 8.5. Add unused stub table entriesjan.nijtmans2021-03-048-7/+47
| |\
| | * Add some more unused entries to the stub table, keeping up with the table siz...jan.nijtmans2021-03-046-6/+50
| | * cleanup genStubs.tcl, e.g. "==" -> "eq" and "!=" -> "ne". No change in outputjan.nijtmans2021-03-041-11/+14
* | | Merge 8.6. Basically re-number testcases so they align with the 8.6 test-casesjan.nijtmans2021-03-031-20/+59
|\ \ \ | |/ /
| * | Merge 8.5. Just split some testcasesjan.nijtmans2021-03-031-5/+10
| |\ \ | | |/
| | * Backport improvements in UTF-8 handling for Tcl_UtfPrev/Tcl_UtfNext from 8.7 ...jan.nijtmans2021-03-033-51/+99
* | | Merge 8.6jan.nijtmans2021-03-021-1/+1
|\ \ \ | |/ /
| * | Using 0xFC00 is more readable here than ~0x3FF. It's sufficient becauwe ch1 a...jan.nijtmans2021-03-021-3/+3
* | | Merge 8.6jan.nijtmans2021-03-021-0/+6
|\ \ \ | |/ /
| * | Backport some UTF-8-related changed from 8.7 to 8.6, only for TCL_UTF_MAX > 3...jan.nijtmans2021-03-022-17/+68
* | | Ticket [87082587c4]: typo in msgcat man pageoehhar2021-02-271-1/+1
|\ \ \ | |/ /
| * | Ticket [87082587c4]: typo in msgcat man pageoehhar2021-02-271-1/+1
* | | Further internal variable upgrade from long -> size_tjan.nijtmans2021-02-262-24/+25
* | | Increase some (internal) variables from int/long to long/size_t. On the way t...jan.nijtmans2021-02-262-30/+28
* | | Fix "make checkstubs": A few more MODULE_SCOPE libtommath functionsjan.nijtmans2021-02-243-2/+10
* | | Fix typo, eliminate type-castjan.nijtmans2021-02-241-3/+3
* | | Merge 8.6. Fix Cygwin compilejan.nijtmans2021-02-235-10/+9
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2021-02-233-9/+9
| |\ \ | | |/
| | * Revise buffer-sizes used in GetModuleFileNameW() calls. Available buffer-size...jan.nijtmans2021-02-233-10/+10
* | | Simplify implementation on Cygwin: No need to use CFG_RUNTIME_BINDIR any morejan.nijtmans2021-02-233-11/+8
* | | Merge 8.6jan.nijtmans2021-02-234-15/+52
|\ \ \ | |/ /
| * | Use _wgetenv() in stead of getenv() on Windows: The wide environment is not a...jan.nijtmans2021-02-234-13/+49
* | | Merge 8.6jan.nijtmans2021-02-192-1/+5
|\ \ \ | |/ /
| * | Fix [7c64aa5e1a]: Another uninitialized-variable bug in BRE-mode parsing. Tha...jan.nijtmans2021-02-192-1/+5
| |\ \ | | |/
| | * Fix [7c64aa5e1a]: Another uninitialized-variable bug in BRE-mode parsing. Tha...jan.nijtmans2021-02-192-1/+5
* | | Protect "interp limit" command better for allowed range in -millis and -secon...jan.nijtmans2021-02-182-13/+13
* | | Merge 8.6jan.nijtmans2021-02-184-2/+38
|\ \ \ | |/ /
| * | Two new testcases for abs()jan.nijtmans2021-02-181-1/+7
| * | Performance optimization in TzsetIfNecessary() function. Cherry-picked from s...jan.nijtmans2021-02-183-1/+34
| * | merge-markjan.nijtmans2021-02-170-0/+0
| |\ \ | | |/
| | * Backport 3 additional test-cases from 8.6 for TCL_UTF_MAX>3jan.nijtmans2021-02-171-7/+16
* | | Fix abs(-9223372036854775808) special-case on platforms where sizeof(Tcl_Wide...jan.nijtmans2021-02-172-1/+13
* | | Fix compiler warning on non-intel CPU'sjan.nijtmans2021-02-171-0/+3
* | | Multi-arch only works on MacOS-11jan.nijtmans2021-02-171-1/+1
* | | Don't pack tcl_library/registry/pkgIndex in zip-file on UNIXjan.nijtmans2021-02-171-1/+1
* | | Fix "make dist" on UNIX, broken due to TIP #590jan.nijtmans2021-02-171-1/+1
* | | Another TIP #430 fix for cygwin: libtcl8.7.dll is installed in /usr/bin, not ...jan.nijtmans2021-02-172-10/+7
* | | Don't try to use ln when creating libtcl.vfs on windows: It doesn't work for ...jan.nijtmans2021-02-171-9/+0
* | | Attempt to produce double-arch (x86_64 and arm) binary for MacOSjan.nijtmans2021-02-161-0/+1