summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Improve documentation for exec and open, especially in relation to binary pip...dkf2021-03-302-2/+40
| |\ | |/ |/|
* | Improve documentation for exec and open, especially in relation to binary pip...dkf2021-03-302-3/+62
| * remove useless save/restorejan.nijtmans2021-03-301-2/+0
| * Merge 8.5jan.nijtmans2021-03-221-1/+1
| |\ | |/ |/|
* | Fix incorrect comment: underscore ('_') is allowed in a packageNamejan.nijtmans2021-03-221-1/+1
| * Implement TCL_ENCODING_STOPONERROR flag for UtfToUtf encoder/decoder. Backpor...jan.nijtmans2021-03-211-7/+25
| * Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve documen...jan.nijtmans2021-03-1910-97/+96
| * Delete some useless code. Was only place where we fed an uncontrolled value t...dkf2021-03-181-2/+0
| * Fix [8663689908]. Final documentation fix, implementation was already fixed e...jan.nijtmans2021-03-181-2/+2
| * Fix [2860859e84]: Misleading description in README filejan.nijtmans2021-03-181-12/+7
| * Remove incorrect/useless commentjan.nijtmans2021-03-181-2/+1
| * Merge 8.5jan.nijtmans2021-03-141-7/+8
| |\ | |/ |/|
* | Document that Tcl_UtfCharComplete() can (now) be used to protect Tcl_UtfNext(...jan.nijtmans2021-03-141-7/+8
| * merge-markjan.nijtmans2021-03-110-0/+0
| |\ | |/ |/|
* | Backport Tcl_UtfCharComplete() functionality from 8.6 for TCL_UTF_MAX>3. This...jan.nijtmans2021-03-112-4/+21
| * Repair Tcl_UniCharNcasecmp() in the same way as Tcl_UniCharNcmp() for fix [4c...jan.nijtmans2021-03-101-0/+17
| * Fix [4c591fa487]: [string compare] EIAS violationjan.nijtmans2021-03-104-30/+11
| * Fix [8419c55e2c]: Tclsh read loop does not handle EINTRjan.nijtmans2021-03-091-5/+8
| * Remove end-of-line spacingjan.nijtmans2021-03-092-3/+3
| * In man2html, use consistant color-names (6-char, uppercase), encoding (utf-8)...jan.nijtmans2021-03-042-15/+25
| * 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