| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Improve documentation for exec and open, especially in relation to binary pip... | dkf | 2021-03-30 | 2 | -2/+40 |
| |\
| |/
|/| |
|
* | | Improve documentation for exec and open, especially in relation to binary pip... | dkf | 2021-03-30 | 2 | -3/+62 |
|
|
| * | remove useless save/restore | jan.nijtmans | 2021-03-30 | 1 | -2/+0 |
|
|
| * | Merge 8.5 | jan.nijtmans | 2021-03-22 | 1 | -1/+1 |
| |\
| |/
|/| |
|
* | | Fix incorrect comment: underscore ('_') is allowed in a packageName | jan.nijtmans | 2021-03-22 | 1 | -1/+1 |
|
|
| * | Implement TCL_ENCODING_STOPONERROR flag for UtfToUtf encoder/decoder. Backpor... | jan.nijtmans | 2021-03-21 | 1 | -7/+25 |
|
|
| * | Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve documen... | jan.nijtmans | 2021-03-19 | 10 | -97/+96 |
|
|
| * | Delete some useless code. Was only place where we fed an uncontrolled value t... | dkf | 2021-03-18 | 1 | -2/+0 |
|
|
| * | Fix [8663689908]. Final documentation fix, implementation was already fixed e... | jan.nijtmans | 2021-03-18 | 1 | -2/+2 |
|
|
| * | Fix [2860859e84]: Misleading description in README file | jan.nijtmans | 2021-03-18 | 1 | -12/+7 |
|
|
| * | Remove incorrect/useless comment | jan.nijtmans | 2021-03-18 | 1 | -2/+1 |
|
|
| * | Merge 8.5 | jan.nijtmans | 2021-03-14 | 1 | -7/+8 |
| |\
| |/
|/| |
|
* | | Document that Tcl_UtfCharComplete() can (now) be used to protect Tcl_UtfNext(... | jan.nijtmans | 2021-03-14 | 1 | -7/+8 |
|
|
| * | merge-mark | jan.nijtmans | 2021-03-11 | 0 | -0/+0 |
| |\
| |/
|/| |
|
* | | Backport Tcl_UtfCharComplete() functionality from 8.6 for TCL_UTF_MAX>3. This... | jan.nijtmans | 2021-03-11 | 2 | -4/+21 |
|
|
| * | Repair Tcl_UniCharNcasecmp() in the same way as Tcl_UniCharNcmp() for fix [4c... | jan.nijtmans | 2021-03-10 | 1 | -0/+17 |
|
|
| * | Fix [4c591fa487]: [string compare] EIAS violation | jan.nijtmans | 2021-03-10 | 4 | -30/+11 |
|
|
| * | Fix [8419c55e2c]: Tclsh read loop does not handle EINTR | jan.nijtmans | 2021-03-09 | 1 | -5/+8 |
|
|
| * | Remove end-of-line spacing | jan.nijtmans | 2021-03-09 | 2 | -3/+3 |
|
|
| * | In man2html, use consistant color-names (6-char, uppercase), encoding (utf-8)... | jan.nijtmans | 2021-03-04 | 2 | -15/+25 |
|
|
| * | 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 |
|
|