Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -27/+27 |
* | Resolve C warnings on 32-bit platforms. More code cleanup. | jan.nijtmans | 2023-03-23 | 1 | -118/+119 |
* | Bug [183a1adcc0]. Buffer overflow in Tcl_UtfToExternal | apnadkarni | 2023-03-13 | 1 | -2/+234 |
* | Update all "8.5" versions in Tcl_InitStubs() to "8.5-", since they can be com... | jan.nijtmans | 2022-11-29 | 1 | -2/+2 |
* | cherry-pick branch apn-apply-bug (only test without the fix) to 8.6 | sebres | 2022-07-27 | 1 | -1/+83 |
|\ | |||||
| * | Added testapplylambda to illustrate bug in apply when the passed argument | apnadkarni | 2022-07-22 | 1 | -1/+83 |
| * | Fix build with -DTCL_NO_DEPRECATED | jan.nijtmans | 2022-07-13 | 1 | -4/+2 |
| * | Fix [b79df322a9]. Tcl_GetUnicode/Tcl_NewUnicodeObj crash. Add tests | apnadkarni | 2022-07-12 | 1 | -0/+41 |
| * | Merge 8.7 | jan.nijtmans | 2022-06-10 | 1 | -5/+7 |
| |\ | |||||
| | * | Merge 8.7 | jan.nijtmans | 2022-06-03 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Merge 8.6. Eliminate some (long) typecasts | jan.nijtmans | 2022-06-02 | 1 | -1/+1 |
| | | |\ | |_|_|/ |/| | | | |||||
| | * | | Merge 8.7 | jan.nijtmans | 2022-05-17 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | * | | Merge 8.7. Add macro's for situation without UTF_TCL_STUBS | jan.nijtmans | 2022-05-17 | 1 | -2/+5 |
| | |\ \ | |||||
| | * \ \ | Merge 8.7 | jan.nijtmans | 2022-03-18 | 1 | -37/+125 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge 8.7 | jan.nijtmans | 2022-03-09 | 1 | -5/+10 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-02-10 | 1 | -3/+3 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Fix ParseArgsObjv() wrapper, and adapt testcase to prove that it works | jan.nijtmans | 2022-01-28 | 1 | -2/+2 |
| | * | | | | | | Use more size_t in tclTest.c, for testing the new wrapper functions | jan.nijtmans | 2022-01-28 | 1 | -3/+5 |
| * | | | | | | | Merge 8.7 | jan.nijtmans | 2022-05-19 | 1 | -3/+6 |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | |||||
| | * | | | | | | Fix compiler warning in tclTest.c | jan.nijtmans | 2022-05-17 | 1 | -1/+1 |
| | | |_|_|_|/ | | |/| | | | | |||||
| | * | | | | | Change UTF-16 version of Tcl_GetRange() not to use the tclStringObj type any ... | jan.nijtmans | 2022-03-30 | 1 | -1/+2 |
| | * | | | | | Merge 8.7. If TCL_NO_DEPRECATED always compile tclTest.o with TCL_UTF_MAX=4 (... | jan.nijtmans | 2022-03-29 | 1 | -1/+3 |
| | | |_|_|/ | | |/| | | | |||||
| * | | | | | Merge 8.7 | jan.nijtmans | 2022-04-26 | 1 | -129/+182 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge 8.6 | jan.nijtmans | 2022-03-11 | 1 | -3/+3 |
| | |\ \ \ \ | |||||
| | * | | | | | Add ::tcl::test::build-info command to tcl::test package, so we can find out ... | jan.nijtmans | 2022-03-10 | 1 | -1/+89 |
| | * | | | | | Tweak test code such that it can be used to test indexes > 2^31 too, so no lo... | jan.nijtmans | 2022-03-09 | 1 | -34/+34 |
| | | |_|_|/ | | |/| | | | |||||
| | * | | | | Deprecate internal macro's TclIsInfinite() and TclIsNan(), since C99 has isin... | jan.nijtmans | 2022-02-17 | 1 | -1/+1 |
| | * | | | | Implement TIP #613: New INDEX_NULL_OK flag for Tcl_GetIndexFromObj*() | jan.nijtmans | 2022-02-17 | 1 | -4/+9 |
| | |\ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | | * | | | Merge 8.7 | jan.nijtmans | 2022-01-25 | 1 | -0/+30 |
| | | |\ \ \ | | | | | |/ | | | | |/| | |||||
| | | * | | | Merge 8.7 | jan.nijtmans | 2022-01-19 | 1 | -2/+3 |
| | | |\ \ \ | |||||
| | | * | | | | formatting | jan.nijtmans | 2021-12-20 | 1 | -6/+6 |
| | | * | | | | Merge 8.7. Allow Tcl_GetIndexFromObj*() to be used with enum/char/short/int/l... | jan.nijtmans | 2021-12-20 | 1 | -4/+9 |
| | * | | | | | Merge 8.6 | jan.nijtmans | 2022-02-07 | 1 | -3/+3 |
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | | | |||||
| | * | | | | | Fix another bug in Tcl_GetIntForIndex() (demonstrated by the new testcases fr... | jan.nijtmans | 2022-01-24 | 1 | -3/+4 |
| | * | | | | | Add test-cases for Tcl_GetIntForIndex(). This reveals a minor bug | jan.nijtmans | 2022-01-21 | 1 | -0/+29 |
| | | |_|/ / | | |/| | | | |||||
| | * | | | | Merge 8.6 | jan.nijtmans | 2022-01-18 | 1 | -1/+1 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge 8.6 | jan.nijtmans | 2022-01-12 | 1 | -1/+2 |
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | | | |||||
| | * | | | | | Merge 8.6 | jan.nijtmans | 2021-12-16 | 1 | -12/+15 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2021-11-08 | 1 | -2/+2 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2021-10-18 | 1 | -2/+2 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2021-09-24 | 1 | -11/+0 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Remove tclPkg.c changes, instead implement new tcl::build-info command | jan.nijtmans | 2021-07-13 | 1 | -62/+2 |
| | * | | | | | | | | | "utf16" -> "utf-16" | jan.nijtmans | 2021-07-01 | 1 | -1/+1 |
| | * | | | | | | | | | Merge 8.7 | jan.nijtmans | 2021-06-29 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Remove "testpurify" and "testdebug" test commands | jan.nijtmans | 2021-04-29 | 1 | -74/+0 |
| | * | | | | | | | | | | Merge 8.7 Signature change for Tcl_SetPanicProc() and Tcl_FindExecutable() | jan.nijtmans | 2021-04-28 | 1 | -0/+74 |
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | |||||
| | * | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2021-04-14 | 1 | -9/+12 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-12-13 | 1 | -6/+8 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-10-05 | 1 | -4/+4 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | Merge 8.7. Internal package renaming | jan.nijtmans | 2020-10-01 | 1 | -2/+62 |