| Commit message (Expand) | Author | Age | Files | Lines |
* | Make TclGlob() a static function. Sentinel/indenting/comment improvements (al... | jan.nijtmans | 2024-05-28 | 2 | -13/+13 |
|
|
* | Use TclDStringToObj a bit more | dkf | 2024-05-24 | 1 | -1/+1 |
|
|
* | Possible fix for [3fc3287497]: TclGetProcessGlobalValue encodes information t... | jan.nijtmans | 2024-05-23 | 1 | -14/+11 |
|
|
* | "TCL_TOMMATH" is not used anywhere | jan.nijtmans | 2024-05-21 | 2 | -3/+3 |
|
|
* | Add some machinery for easier testing | dkf | 2024-05-20 | 1 | -1/+11 |
|
|
* | issue [10aa8403d064439f]: make command `testsize` platform-independent (cover... | sebres | 2024-05-10 | 1 | -23/+0 |
|
|
* | TCL_NORETURN1 is empty for extensions, just not for Tcl and Tk builds. Why? B... | jan.nijtmans | 2024-04-29 | 2 | -5/+1 |
|
|
* | Missing TCL_NORETURN for Tcl_ExitThread() (and TclpThreadExit()). Backported ... | jan.nijtmans | 2024-04-29 | 2 | -30/+29 |
|
|
* | Fix clang warning: | jan.nijtmans | 2024-04-26 | 1 | -5/+5 |
|
|
* | Since all tools are in utf-8 (actually: ascii), make that explicit | jan.nijtmans | 2024-04-12 | 2 | -4/+4 |
|
|
* | Add O_ACCMODE fow Windows, in case it is not defined | jan.nijtmans | 2024-04-11 | 1 | -0/+3 |
|
|
* | Use O_ACCMODE in stead of the non-standard RW_MODES. Since O_RDONLY|O_WRONLY|... | jan.nijtmans | 2024-04-10 | 2 | -2/+2 |
|
|
* | Make a start, upgrading to libtommath 1.3 | jan.nijtmans | 2024-03-31 | 2 | -4/+4 |
|
|
* | tcltest 2.5.7 -> 2.5.8 | jan.nijtmans | 2024-03-12 | 1 | -2/+2 |
|
|
* | Unneeded "file normalize" | jan.nijtmans | 2024-03-11 | 1 | -3/+3 |
|
|
* | Minor addition to [1b8a893ded]: On Windows, fill TCL_PACKAGE_PATH (in tclConf... | jan.nijtmans | 2024-03-05 | 4 | -2/+32 |
|
|
* | (minor) fix for [1b8a893ded]: TCL_PACKAGE_PATH path is (wrongly) braced | jan.nijtmans | 2024-03-04 | 4 | -32/+2 |
|\ |
|
| * | Merge 8.6. TCL_PACKAGE_PATH is not used on Windows | jan.nijtmans | 2024-03-04 | 3 | -16/+1 |
| |\
| |/
|/| |
|
| * | Proposed fix for [1b8a893ded]: TCL_PACKAGE_PATH path is (wrongly) braced. | jan.nijtmans | 2024-03-04 | 2 | -4/+4 |
|/ |
|
* | merge release | dgp | 2024-02-28 | 2 | -2/+2 |
|\ |
|
| * | merge 8.6 | dgp | 2024-02-20 | 2 | -2/+2 |
| |\ |
|
| * \ | merge 8.6 | dgp | 2024-02-14 | 1 | -2/+2 |
| |\ \ |
|
| * | | | Bump to 8.6.14 for release | griffin | 2024-01-16 | 2 | -2/+2 |
|
|
* | | | | Bug [f91ab723]: MS-WIN: remove dead code as TclWinGetPlatformId() constantly ... | oehhar | 2024-02-26 | 1 | -32/+15 |
| |_|/
|/| | |
|
* | | | TCL_INTEGER_SPACE + 4 could be too small for a channelName on win32. Backport... | jan.nijtmans | 2024-02-19 | 2 | -2/+2 |
| |/
|/| |
|
* | | There are changes to package tcltest since release of Tcl 9.0b1. | dgp | 2024-02-14 | 1 | -2/+2 |
|/ |
|
* | Backport tcltest 2.5.6 from Tcl9.0b1 | jan.nijtmans | 2024-01-09 | 1 | -2/+2 |
|
|
* | Correction in documentation embedded in rules.vc | jan.nijtmans | 2024-01-06 | 2 | -12/+13 |
|
|
* | Fix [https://core.tcl-lang.org/tk/info/1ca3c8d9da|1ca3c8d9da]: nmake build wi... | jan.nijtmans | 2024-01-04 | 1 | -1/+1 |
|
|
* | There's no need to give tcltest.exe it's own maniifest. Give tcltest.exe a ve... | jan.nijtmans | 2024-01-04 | 2 | -10/+4 |
|
|
* | Make _VC_MANIFEST_EMBED_EXE function work for tclsh.exe/tcltest.exe | jan.nijtmans | 2024-01-04 | 1 | -0/+2 |
|
|
* | Add generation of tcltest.res for tcltest.exe, which should function the same... | jan.nijtmans | 2024-01-04 | 3 | -1/+137 |
|
|
* | fixes percent-subst regression [fb2fa9b3f6] introduced by fixing of vulnerabi... | sebres | 2023-10-27 | 1 | -1/+10 |
|
|
* | Fix [9d216917e]: nmakehlp.c: remove unused include math.h | jan.nijtmans | 2023-10-20 | 1 | -3/+2 |
|
|
* | Missing !endif (in previous commit) | jan.nijtmans | 2023-10-14 | 1 | -0/+1 |
|
|
* | Restore to rules.vc version 10, so we don't accidentally use Tcl 8.7/9.0 feat... | jan.nijtmans | 2023-10-13 | 1 | -36/+3 |
|
|
* | Update rules.vc | jan.nijtmans | 2023-10-09 | 1 | -0/+4 |
|
|
* | TIP #662: Un-deprecate Tcl_VarEval. Also remove some useless typecasts from d... | jan.nijtmans | 2023-09-28 | 2 | -3/+2 |
|\ |
|
* | | Fix [43b0656605]: MS Windows: files with emojis are found by glob but not rec... | jan.nijtmans | 2023-09-13 | 1 | -4/+10 |
|
|
* | | No longer support "OPTS=utf16" in makefile.vc/rules.vc | jan.nijtmans | 2023-09-12 | 2 | -13/+31 |
|
|
* | | Implement TCL_LIB_FLAG/TCL_BUILD_LIB_SPEC for Windows (which - aparently - ha... | jan.nijtmans | 2023-08-03 | 4 | -17/+13 |
|
|
* | | deprecate TCL_EXPORT_FILE_SUFFIX: no longer needed. Fix some path handling co... | jan.nijtmans | 2023-08-02 | 4 | -14/+3 |
|
|
* | | Add TCL_ZLIB_LIB_NAME to tclConfig.sh (for Windows) | jan.nijtmans | 2023-08-01 | 4 | -2/+15 |
|/ |
|
* | Simplify tenviron2utfdstr(), since 2nd argument is always -1. | jan.nijtmans | 2023-07-26 | 1 | -1/+1 |
|
|
* | Some more nmakehlp.c tweaks | jan.nijtmans | 2023-05-16 | 1 | -3/+6 |
|
|
* | Only use _snprintf on older MSVC compilers. ZeroMemory -> memset | jan.nijtmans | 2023-05-16 | 1 | -9/+9 |
|
|
* | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 19 | -65/+65 |
|
|
* | Rename TclWinOpenFileChannel to OpenFileChannel, because it's static now. | jan.nijtmans | 2023-03-31 | 1 | -6/+6 |
|
|
* | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 11 | -118/+71 |
|
|
* | Add "ucs-2" constraint to encoding-bug-183a1adcc0-5 testcase, otherwise it fa... | jan.nijtmans | 2023-03-14 | 1 | -5/+5 |
|
|