Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate some clang warnings. Only use "testbigdata" if sizeof(Tcl_Size) == ... | jan.nijtmans | 2023-05-25 | 1 | -0/+7 |
* | Merge 8.7 | jan.nijtmans | 2023-05-16 | 1 | -9/+4 |
|\ | |||||
| * | Backport test improvements from 9.0 | jan.nijtmans | 2023-05-15 | 1 | -14/+29 |
* | | put back pragma voor MSVC warning, accidently removed in previous commit | jan.nijtmans | 2023-05-11 | 1 | -0/+3 |
* | | Restore warning-free compilation with C++ compiler | jan.nijtmans | 2023-05-11 | 1 | -4/+1 |
* | | disable on-purpose compiler warning (MSVC) for testcase | jan.nijtmans | 2023-05-11 | 1 | -0/+3 |
* | | Merge 8.7 | jan.nijtmans | 2023-05-10 | 1 | -12/+11 |
|\ \ | |/ | |||||
| * | Backport various changes from 9.0 branch | jan.nijtmans | 2023-05-10 | 1 | -78/+80 |
| * | Some more int -> Tcl_Size (which is actually the same in 8.7). Backported fro... | jan.nijtmans | 2023-04-12 | 1 | -18/+24 |
* | | Fix [d07f42998d] - argument list truncation | apnadkarni | 2023-05-01 | 1 | -25/+110 |
|\ \ | |||||
| * | | Working on [d07f42998d] | apnadkarni | 2023-04-30 | 1 | -25/+110 |
* | | | Don't test compatibility macro's when TCL_NO_DEPRECATED is defined: this is e... | jan.nijtmans | 2023-04-30 | 1 | -0/+4 |
* | | | Add experimental testcase for TclGetBytesFromObj() | jan.nijtmans | 2023-04-29 | 1 | -3/+10 |
|/ / | |||||
* | | Fix warnings generated on disable8api builds | apnadkarni | 2023-04-21 | 1 | -8/+8 |
* | | Merge trunk | apnadkarni | 2023-04-19 | 1 | -46/+46 |
|\ \ | |||||
| * \ | Merge trunk | apnadkarni | 2023-04-14 | 1 | -14/+19 |
| |\ \ | |||||
| * \ \ | Merge 9.0 | jan.nijtmans | 2023-04-01 | 1 | -34/+34 |
| |\ \ \ | |||||
| * | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -46/+46 |
* | | | | | Merge trunk | apnadkarni | 2023-04-14 | 1 | -14/+19 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 1 | -3/+3 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | Correct spelling errors in comments and documentation, but also a non-comment | pooryorick | 2023-04-12 | 1 | -3/+3 |
| * | | | | More int -> Tcl_Size, so (theoretically) longer lists could be handled. Thank... | jan.nijtmans | 2023-04-12 | 1 | -11/+16 |
| | |_|/ | |/| | | |||||
* | | | | Few more bigdata tests | apnadkarni | 2023-04-13 | 1 | -1/+1 |
* | | | | Fix compilation on macos, test loading on mingw | apnadkarni | 2023-04-13 | 1 | -2/+3 |
* | | | | Add tests for binary command. Add testlutil command for speeding up list tests. | apnadkarni | 2023-04-11 | 1 | -0/+98 |
|/ / / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2023-03-31 | 1 | -19/+19 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2023-03-31 | 1 | -22/+21 |
| |\ \ | |||||
* | \ \ | Merge 8.7 | jan.nijtmans | 2023-03-30 | 1 | -15/+15 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| * | | Merge 8.6 | jan.nijtmans | 2023-03-30 | 1 | -15/+15 |
| |\ \ | | |/ | |||||
| | * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -27/+27 |
* | | | Merge 8.7 | jan.nijtmans | 2023-03-23 | 1 | -7/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2023-03-23 | 1 | -7/+6 |
| |\ \ | | |/ | |||||
| | * | Resolve C warnings on 32-bit platforms. More code cleanup. | jan.nijtmans | 2023-03-23 | 1 | -118/+119 |
* | | | Merge 8.7 | jan.nijtmans | 2023-03-22 | 1 | -2/+1 |
|\ \ \ | |/ / | |||||
| * | | Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those a... | jan.nijtmans | 2023-03-22 | 1 | -2/+1 |
| * | | Merge 8.7 | apnadkarni | 2023-03-16 | 1 | -2/+2 |
| |\ \ | |||||
| * \ \ | Merge 8.7 | apnadkarni | 2023-03-14 | 1 | -2/+0 |
| |\ \ \ | |||||
| * | | | | Fix passing of encoding state in testencoding Tcl_UtfToExternal | apnadkarni | 2023-03-13 | 1 | -14/+16 |
| * | | | | Start on Tcl_ExternalToUtf/Tcl_UtfToExternal tests | apnadkarni | 2023-03-12 | 1 | -21/+103 |
| * | | | | Add testencoding Tcl_ExternalToUtf/Tcl_UtfToExternal for raw testing of corre... | apnadkarni | 2023-03-11 | 1 | -2/+157 |
* | | | | | Merge 9.0 | apnadkarni | 2023-03-16 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2023-03-16 | 1 | -2/+2 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| | * | | | | Fix (minor) warning on 32-bit platforms | jan.nijtmans | 2023-03-16 | 1 | -2/+2 |
| | | |/ / | | |/| | | |||||
| * | | | | ckfree -> Tcl_Free | jan.nijtmans | 2023-03-15 | 1 | -1/+1 |
* | | | | | Fix passing of encoding state in testencoding Tcl_UtfToExternal | apnadkarni | 2023-03-16 | 1 | -12/+14 |
* | | | | | Merge 9.0. Also fix replace profile handling of orphan surrogates | apnadkarni | 2023-03-14 | 1 | -9/+7 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 8.7 | jan.nijtmans | 2023-03-14 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Since "unicode" is deprecated, use "utf-16" in testcases. Otherwise -DTCL_NO_... | jan.nijtmans | 2023-03-14 | 1 | -1/+1 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| * | | | | Merge 8.7: Bug [183a1adcc0]. Buffer overflow in Tcl_UtfToExternal | apnadkarni | 2023-03-13 | 1 | -2/+240 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 8.6: Bug [183a1adcc0]. Buffer overflow in Tcl_UtfToExternal | apnadkarni | 2023-03-13 | 1 | -2/+240 |
| | |\ \ \ | | | |/ / | | | | / | | | |/ | | |/| |