summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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.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
* | Using 0xFC00 is more readable here than ~0x3FF. It's sufficient becauwe ch1 a...jan.nijtmans2021-03-021-3/+3
* | 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
* | Merge 8.5jan.nijtmans2021-02-233-9/+9
|\ \ | |/
| * Revise buffer-sizes used in GetModuleFileNameW() calls. Available buffer-size...jan.nijtmans2021-02-233-10/+10
* | Use _wgetenv() in stead of getenv() on Windows: The wide environment is not a...jan.nijtmans2021-02-234-13/+49
* | 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
* | 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 bug in previous commit: Don't update stringPtr->numChars when doing a "st...jan.nijtmans2021-02-161-3/+0
* | Fix [22324bcbd]: string reverse is broken for Emoji. Thanks to Chrisian Werne...jan.nijtmans2021-02-162-7/+45
* | Remove unnecessary end-of-line spacing in test-casesjan.nijtmans2021-02-1629-107/+106
* | Fix Tcl_UtfPrev expected testcases for TCL_UTF_MAX>3jan.nijtmans2021-02-161-8/+17
* | Fix Tcl_UtfPrev for TCL_UTF_MAX>3, so it can jump back over Emoji. Backported...jan.nijtmans2021-02-162-5/+5
* | Fix [d43f96c1a8]: string trimright is broken for Emojijan.nijtmans2021-02-152-12/+13
* | More testcases from Christian Werner, regarding "string reverse" with Emoji. ...jan.nijtmans2021-02-151-0/+18
* | Add testcases from Christian Werner, regarding "string trim" with Emojijan.nijtmans2021-02-151-0/+27
* | Backport win/rules.vc from 8.7jan.nijtmans2021-02-101-10/+2
* | Merge 8.5jan.nijtmans2021-02-082-190/+193
|\ \ | |/
| * Makefile cleanup: Remove *.zip and *.vfs files/directories as part of "make c...jan.nijtmans2021-02-083-61/+52
* | More implicit type-casts, for better compatibility with C++jan.nijtmans2021-02-056-93/+92
* | Oopsjan.nijtmans2021-02-051-2/+2
* | Fix filename-11.45 testcase when there are multiple volumes: This testcase on...jan.nijtmans2021-02-051-2/+2
* | On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17jan.nijtmans2021-02-024-8/+12
|\ \ | |/
| * On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17jan.nijtmans2021-02-024-8/+12
* | Undo previous change to unix/configure.injan.nijtmans2021-01-291-1/+1
* | Fix 2 warnings when running "autoconf" (2.69 or 2.70)jan.nijtmans2021-01-292-3/+3
* | Use {} braces in more "expr" expressions.jan.nijtmans2021-01-2815-718/+718
* | Use "in" operator in stead of "lsearch -exact" when possiblejan.nijtmans2021-01-282-2/+2
* | *.decls files are now in UTF-8. Use "in" operator in stead of "lsearch -exact".jan.nijtmans2021-01-275-9/+9
* | When generating stubs, always read *.decls and *Decls.h files in UTF-8. This ...jan.nijtmans2021-01-271-2/+3
* | Update to tzdata 2021ajan.nijtmans2021-01-251-0/+1
|\ \ | |/
| * Update to tzdata 2021ajan.nijtmans2021-01-251-0/+1
* | Merge 8.5jan.nijtmans2021-01-251-0/+2
|\ \ | |/
| * ERROR_ON_FAILURES=1, otherwise failing Linux tests don't result in a failing ...jan.nijtmans2021-01-251-0/+2
* | Fix [8c025f8f0d]: Run-time error on tcl 8.6.11 32 bits (from cross-compile Ce...jan.nijtmans2021-01-211-0/+9
|\ \ | |/
| * Fix [8c025f8f0d]: Run-time error on tcl 8.6.11 32 bits (from cross-compile Ce...jan.nijtmans2021-01-211-0/+9
| |\
| | * Possible fix (workaround) for [8c025f8f0d]: Run-time error on tcl 8.6.11 32 b...jan.nijtmans2021-01-201-0/+9
* | | Fix [https://core.tcl-lang.org/thread/tktview?name=98ae20f0f5|98ae20f0f5]: Ty...jan.nijtmans2021-01-210-0/+0
* | | Fix [https://core.tcl-lang.org/thread/info/98ae20f0f5|98ae20f0f5] by no longe...jan.nijtmans2021-01-217-9/+162
|\ \ \
| * | | Don't use LTO for any stub libraries: It's asking for trouble when an extensi...jan.nijtmans2021-01-207-9/+162
| * | | Experiment: Fix [https://core.tcl-lang.org/thread/tktview?name=98ae20f0f5|98a...jan.nijtmans2021-01-151-3/+3