summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make Pkgua package thread-safe and properly clean up everything when being un...jan.nijtmans2021-05-182-21/+34
* Remove unneeded cmdPtr increment and decrement.pooryorick2021-05-181-2/+0
|\
| * Remove the refCount increment that accompanied the decrement removed in thepooryorick2021-05-181-1/+0
| * Remove unnecessary refCount decrement.pooryorick2021-05-171-1/+0
|/
* Fix for [688fcc7082fa99a4], trace on imported alias deletes alias and thenpooryorick2021-05-171-14/+13
* Additional test for [688fcc7082fa99a4].pooryorick2021-05-171-0/+32
* Eliminate use of TCL_STORAGE_CLASS in pkg?.c: just use DLLEXPORT macro directly.jan.nijtmans2021-05-178-66/+57
* Remove TODO comment which is already donejan.nijtmans2021-05-071-2/+0
* Handle POSIX error EILSEQ: "invalid byte sequence"jan.nijtmans2021-05-061-0/+6
* Ticket[535705]: encoding manpage example is about outdated source command. It...oehhar2021-05-061-18/+2
* Fix [24b9181478]: Fix unsafe buffer lifetimejan.nijtmans2021-05-031-1/+2
|\
| * Fix [24b9181478]: Fix unsafe buffer lifetimejan.nijtmans2021-05-031-1/+2
* | Fix default-pkgindex rule in makefile.vc, for generation of TEA extensions fo...jan.nijtmans2021-04-211-2/+14
* | Complete TIP #595 for rules.vcjan.nijtmans2021-04-191-1/+7
* | Document Tcl_GetMemoryInfo() and Tcl_MainEx()/Tcl_MainExW(). Backported from ...jan.nijtmans2021-04-162-2/+21
|\ \ | |/
| * Document Tcl_GetMemoryInfo(). Backported from [063d44b0beea237e] (Thanks, Har...jan.nijtmans2021-04-161-2/+11
* | Fix [85d1fa7d07]: Duplicate file extension check in [file executable] on Windowsjan.nijtmans2021-04-151-1/+0
|\ \ | |/
| * Fix [85d1fa7d07]: Duplicate file extension check in [file executable] on Wind...jan.nijtmans2021-04-151-1/+0
* | merge 8.5; adapt fix for 8.6dgp2021-04-142-1/+11
|\ \ | |/
| * [26649439c7] EIAS bug in [concat]dgp2021-04-142-1/+5
| |\
| | * Bug fixdgp2021-04-141-1/+2
| | * Test demonstrating bug [26649439c7].dgp2021-04-141-0/+3
| |/
* | Update to latest "rules.vc"jan.nijtmans2021-04-131-2/+9
* | Missing ::tcltest::loadTestedCommandsjan.nijtmans2021-04-131-0/+3
* | Merge 8.5jan.nijtmans2021-04-121-75/+75
|\ \ | |/
| * Backport utf testcase tweaks from 8.7. No change for ucs-2jan.nijtmans2021-04-121-75/+75
* | Backport dde 1.4.4 from Tcl 8.7. Doesn't conflict with installed Tcl 9.0 vers...jan.nijtmans2021-04-086-11/+16
* | Follow-up to [15c7b4f93e]: "Implement TCL_ENCODING_STOPONERROR flag for UtfTo...jan.nijtmans2021-04-011-6/+6
* | 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