Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend ↵ | jan.nijtmans | 2021-05-20 | 9 | -40/+40 |
| | | | | lowercase package names. Let's provide good examples then. | ||||
* | Fix [52cc90776c]: Warning when compile with gcc v9.3.0 | jan.nijtmans | 2021-05-20 | 1 | -2/+2 |
| | |||||
* | Make Pkgua package thread-safe and properly clean up everything when being ↵ | jan.nijtmans | 2021-05-18 | 2 | -21/+34 |
| | | | | unloaded. Based on pyk-tclUnload branch, but extended for thread-safety (Thanks!) | ||||
* | Remove unneeded cmdPtr increment and decrement. | pooryorick | 2021-05-18 | 1 | -2/+0 |
|\ | |||||
| * | Remove the refCount increment that accompanied the decrement removed in the | pooryorick | 2021-05-18 | 1 | -1/+0 |
| | | | | | | last commit. | ||||
| * | Remove unnecessary refCount decrement. | pooryorick | 2021-05-17 | 1 | -1/+0 |
|/ | |||||
* | Fix for [688fcc7082fa99a4], trace on imported alias deletes alias and then | pooryorick | 2021-05-17 | 1 | -14/+13 |
| | | | calls import and triggers memory error. | ||||
* | Additional test for [688fcc7082fa99a4]. | pooryorick | 2021-05-17 | 1 | -0/+32 |
| | |||||
* | Eliminate use of TCL_STORAGE_CLASS in pkg?.c: just use DLLEXPORT macro directly. | jan.nijtmans | 2021-05-17 | 8 | -66/+57 |
| | | | Fix gcc warnings (with stricter gcc flags) in pkg?.c | ||||
* | Remove TODO comment which is already done | jan.nijtmans | 2021-05-07 | 1 | -2/+0 |
| | |||||
* | Handle POSIX error EILSEQ: "invalid byte sequence" | jan.nijtmans | 2021-05-06 | 1 | -0/+6 |
| | |||||
* | Ticket[535705]: encoding manpage example is about outdated source command. ↵ | oehhar | 2021-05-06 | 1 | -18/+2 |
| | | | | It is replaced by a simple example. | ||||
* | Fix [24b9181478]: Fix unsafe buffer lifetime | jan.nijtmans | 2021-05-03 | 1 | -1/+2 |
|\ | |||||
| * | Fix [24b9181478]: Fix unsafe buffer lifetime | jan.nijtmans | 2021-05-03 | 1 | -1/+2 |
| | | |||||
* | | Fix default-pkgindex rule in makefile.vc, for generation of TEA extensions ↵ | jan.nijtmans | 2021-04-21 | 1 | -2/+14 |
| | | | | | | | | for Tcl 9 (see: TIP #595) | ||||
* | | Complete TIP #595 for rules.vc | jan.nijtmans | 2021-04-19 | 1 | -1/+7 |
| | | |||||
* | | Document Tcl_GetMemoryInfo() and Tcl_MainEx()/Tcl_MainExW(). Backported from ↵ | jan.nijtmans | 2021-04-16 | 2 | -2/+21 |
|\ \ | |/ | | | | | [063d44b0beea237e] (Thanks, Harald!) | ||||
| * | Document Tcl_GetMemoryInfo(). Backported from [063d44b0beea237e] (Thanks, ↵ | jan.nijtmans | 2021-04-16 | 1 | -2/+11 |
| | | | | | | | | Harald!) | ||||
* | | Fix [85d1fa7d07]: Duplicate file extension check in [file executable] on Windows | jan.nijtmans | 2021-04-15 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Fix [85d1fa7d07]: Duplicate file extension check in [file executable] on ↵ | jan.nijtmans | 2021-04-15 | 1 | -1/+0 |
| | | | | | | | | Windows. It looks like checking for "ps1" is a mistake. | ||||
* | | merge 8.5; adapt fix for 8.6 | dgp | 2021-04-14 | 2 | -1/+11 |
|\ \ | |/ | |||||
| * | [26649439c7] EIAS bug in [concat] | dgp | 2021-04-14 | 2 | -1/+5 |
| |\ | |||||
| | * | Bug fix | dgp | 2021-04-14 | 1 | -1/+2 |
| | | | |||||
| | * | Test demonstrating bug [26649439c7]. | dgp | 2021-04-14 | 1 | -0/+3 |
| |/ | |||||
* | | Update to latest "rules.vc" | jan.nijtmans | 2021-04-13 | 1 | -2/+9 |
| | | |||||
* | | Missing ::tcltest::loadTestedCommands | jan.nijtmans | 2021-04-13 | 1 | -0/+3 |
| | | |||||
* | | Merge 8.5 | jan.nijtmans | 2021-04-12 | 1 | -75/+75 |
|\ \ | |/ | |||||
| * | Backport utf testcase tweaks from 8.7. No change for ucs-2 | jan.nijtmans | 2021-04-12 | 1 | -75/+75 |
| | | |||||
* | | Backport dde 1.4.4 from Tcl 8.7. Doesn't conflict with installed Tcl 9.0 ↵ | jan.nijtmans | 2021-04-08 | 6 | -11/+16 |
| | | | | | | | | | | version of dde any more. (don't bother doing this for the "registry" extension, because the Tcl 8.7+ version installs in a different directory) | ||||
* | | Follow-up to [15c7b4f93e]: "Implement TCL_ENCODING_STOPONERROR flag for ↵ | jan.nijtmans | 2021-04-01 | 1 | -6/+6 |
| | | | | | | | | UtfToUtf encoder/decoder". Only do this check when pureNullMode == 0, otherwise we violate EIAS. | ||||
* | | Improve documentation for exec and open, especially in relation to binary ↵ | dkf | 2021-03-30 | 2 | -2/+40 |
|\ \ | |/ | | | | | pipelines | ||||
| * | Improve documentation for exec and open, especially in relation to binary ↵ | dkf | 2021-03-30 | 2 | -3/+62 |
| | | | | | | | | pipelines | ||||
* | | 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. ↵ | jan.nijtmans | 2021-03-21 | 1 | -7/+25 |
| | | | | | | | | Backported from 8.7 | ||||
* | | Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve ↵ | jan.nijtmans | 2021-03-19 | 10 | -97/+96 |
| | | | | | | | | documentation, describing better what this argument does. | ||||
* | | Delete some useless code. Was only place where we fed an uncontrolled value ↵ | dkf | 2021-03-18 | 1 | -2/+0 |
| | | | | | | | | to %f, and it was actually a conversion we didn't need to do at all. | ||||
* | | Fix [8663689908]. Final documentation fix, implementation was already fixed ↵ | jan.nijtmans | 2021-03-18 | 1 | -2/+2 |
| | | | | | | | | earlier. | ||||
* | | 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 ↵ | jan.nijtmans | 2021-03-14 | 1 | -7/+8 |
| | | | | | | | | Tcl_UtfNext() calls against overflow, if the string being handled is not NULL-terminated. | ||||
* | | merge-mark | jan.nijtmans | 2021-03-11 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Backport Tcl_UtfCharComplete() functionality from 8.6 for TCL_UTF_MAX>3. ↵ | jan.nijtmans | 2021-03-11 | 2 | -4/+21 |
| | | | | | | | | This makes Tcl_UtfCharComplete() usable to protect Tcl_UtfNext() calls for overflow. No change for TCL_UTF_MAX=3 (default build) | ||||
* | | Repair Tcl_UniCharNcasecmp() in the same way as Tcl_UniCharNcmp() for fix ↵ | jan.nijtmans | 2021-03-10 | 1 | -0/+17 |
| | | | | | | | | [4c591fa487]. Also put back minor optimization for big-endian machines removed in the previous commit | ||||
* | | 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 ↵ | jan.nijtmans | 2021-03-04 | 2 | -15/+25 |
| | | | | | | | | (utf-8) and translation (lf) independant from platform |