summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More code cleanup, eliminating various compiler warnings with stricter flags....jan.nijtmans2021-06-221-21/+21
* Fix [bad6cc213d]: A format string vulnerability in Tcl nmakehelp.c allows cod...jan.nijtmans2021-06-221-2/+2
* Update all "cp" and "iso8859-?" encodings to the latest version. This adds 3 ...jan.nijtmans2021-06-1831-387/+557
|\
| * Adapt iso8859-7.enc to latest version, and fix testcasejan.nijtmans2021-06-152-2/+2
| * Add new encoding iso8859-11jan.nijtmans2021-06-152-0/+306
| * Update encodings (cp/iso) to latest version from unicode.org. *.enc-files not...jan.nijtmans2021-06-1528-386/+250
| * Fix [d6b10a9256]: Two files under compat/zlib/contrib/ are CRLFjan.nijtmans2021-06-112-461/+461
| * Fix compiler warning seen with static builds (--disable-shared): "FLT_RADIX"...jan.nijtmans2021-06-091-0/+1
| * Name TKSCRIPTZIPNAME the same way as TCLSCRIPTZIPNAMEjan.nijtmans2021-06-081-1/+1
| * re-generate unix/configure with autoconf-2.59jan.nijtmans2021-06-081-4/+7
| * Use -fPIC by default on DragonFly/FreeBSD, but not on OSF1/HP-UX. Backported ...jan.nijtmans2021-06-081-3/+5
| * Fix "possibly uninitialized variable" warning, seen with gcc-11 (however harm...jan.nijtmans2021-05-271-1/+1
| * Fix [a73c79081e]: Doc fix in tcl.h, by not suggesting wchar_t any more for Tc...jan.nijtmans2021-05-261-4/+2
| |\ | |/ |/|
* | Fix [a73c79081e]: Doc fix in tcl.h, by not suggesting wchar_t any more for Tc...jan.nijtmans2021-05-261-4/+2
| * macos-11.0 -> macos-11jan.nijtmans2021-05-261-2/+2
| * Fix [3f9b4e0c81]: CrtObjCmd.3, NRE.3, SplitList.3: constify cmdName, listjan.nijtmans2021-05-259-13/+13
| * Fix [https://core.tcl-lang.org/tk/info/8b679f597b1d17ad|8b679f597b] for Tcl t...jan.nijtmans2021-05-251-1/+1
| |\ | |/ |/|
* | Fix [https://core.tcl-lang.org/tk/info/8b679f597b1d17ad|8b679f597b] for Tcl t...jan.nijtmans2021-05-251-1/+1
| * merge-markjan.nijtmans2021-05-210-0/+0
| |\ | |/ |/|
* | Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend l...jan.nijtmans2021-05-2110-117/+126
| * Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend l...jan.nijtmans2021-05-209-40/+40
| * Fix [52cc90776c]: Warning when compile with gcc v9.3.0jan.nijtmans2021-05-201-2/+2
| * 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