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