Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -21/+21 |
| | |||||
* | Merge 8.7 | jan.nijtmans | 2022-10-09 | 1 | -6/+6 |
|\ | |||||
| * | Tcl_NewWideIntObj -> Tcl_NewBooleanObj where appropriate | jan.nijtmans | 2022-10-09 | 1 | -6/+6 |
| | | |||||
* | | Merge 8.7 | jan.nijtmans | 2022-10-07 | 1 | -16/+11 |
|\ \ | |/ | |||||
| * | TIP #618: New Tcl_GetBool* functions with TCL_NULL_OK flag | jan.nijtmans | 2022-10-07 | 1 | -16/+11 |
| |\ | |||||
* | \ | Merge 8.7 tests for memory leaks in list C API | apnadkarni | 2022-10-07 | 1 | -106/+216 |
|\ \ \ | |/ / | |||||
| * | | Add memory leak/refcount tests for lists, spans and lseq | apnadkarni | 2022-10-07 | 1 | -107/+216 |
| |/ | |||||
* | | Bigger range for Tcl_GetRange() testcases | jan.nijtmans | 2022-06-14 | 1 | -3/+3 |
| | | |||||
* | | Merge 8.7. Even more testcases for Tcl_GetRange() | jan.nijtmans | 2022-06-14 | 1 | -3/+15 |
|\ \ | |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2022-06-14 | 1 | -3/+15 |
| |\ | |||||
| | * | Add more testcases for Tcl_GetRange() | jan.nijtmans | 2022-06-14 | 1 | -4/+16 |
| | | | |||||
| | * | Make Tcl compile warning-free using -Wshadow | jan.nijtmans | 2020-09-28 | 1 | -2/+2 |
| | | | |||||
| * | | When compiled with TCL_NO_DEPRECATED, remove the UTF16 compatibility layer. ↵ | jan.nijtmans | 2022-03-24 | 1 | -8/+16 |
| | | | | | | | | | | | | So, we make sure that it is never used internally for the Core. This means that extensions using the compatibility layer won't work any more in this mode; extensions should be compiled using TCL_UTF_MAX=4 then they work again. | ||||
| * | | More progress | jan.nijtmans | 2022-03-14 | 1 | -1/+2 |
| | | | |||||
| * | | Merge 8.7. More progress | jan.nijtmans | 2022-03-13 | 1 | -1/+0 |
| |\ \ | |||||
| * | | | Start defining "utf32string" type | jan.nijtmans | 2022-03-12 | 1 | -0/+1 |
| | | | | |||||
| * | | | More progress | jan.nijtmans | 2022-03-12 | 1 | -2/+2 |
| |/ / | |||||
* | | | More (internal) int -> size_t, allowing values > 2^31 | jan.nijtmans | 2022-06-09 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 9.0 | jan.nijtmans | 2022-04-26 | 1 | -4/+4 |
|\ \ \ | |||||
| * | | | Code formatting | jan.nijtmans | 2022-04-12 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge 9.0. Eliminate almost all remaining (enum) casts | jan.nijtmans | 2022-04-11 | 1 | -3/+3 |
| | | | | |||||
* | | | | Put back Tcl_AppendUnicodeToObj() | jan.nijtmans | 2022-03-25 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2022-03-10 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Unused variable warning | jan.nijtmans | 2022-03-10 | 1 | -0/+2 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2022-03-09 | 1 | -119/+95 |
|\ \ \ | |/ / | |||||
| * | | Tweak test code such that it can be used to test indexes > 2^31 too, so no ↵ | jan.nijtmans | 2022-03-09 | 1 | -120/+96 |
| | | | | | | | | | | | | longer limit values to INT_MIN .. INT_MAX | ||||
* | | | merge 8.7 (resolve conflicts) | dgp | 2021-05-20 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Eliminate compiler warnings about unused parameters. | pooryorick | 2021-05-16 | 1 | -1/+1 |
| | | | |||||
| * | | When deleting an interp, delete associated data after running the corresponding | pooryorick | 2021-05-15 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | Tcl_InterpDeleteProc instead of before to allow the Tcl_InterpDeleteProc to make use of the data. In TcltestObj.c/VarPtrDeleteProc, remove call to Tcl_DeleteAssocData that is redundant and cylic. | ||||
* | | | Merge 8.7 | jan.nijtmans | 2021-05-17 | 1 | -1/+0 |
|\ \ \ | |||||
| * | | | Delete associated data after running Tcl_InterpDeleteProc instead of before. ↵ | pooryorick | 2021-05-15 | 1 | -1/+0 |
| |/ / | | | | | | | | | | Remove redundant/cyclic call to Tcl_DeleteAssocData. | ||||
| * | | Make Tcl_GetString() a macro calling Tcl_GetStringFromObj(). Just the same ↵ | jan.nijtmans | 2021-01-25 | 1 | -3/+3 |
| | | | | | | | | | | | | as Tcl_GetUnicode(). | ||||
* | | | Merge 8.7, resolve conflicts | jan.nijtmans | 2021-01-11 | 1 | -9/+10 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.7 | jan.nijtmans | 2020-12-11 | 1 | -3/+3 |
| |\ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2020-11-25 | 1 | -86/+85 |
| |\ \ \ | |||||
| * | | | | Remove the Tcl_GetValue() functionality. This can always be developed separately | jan.nijtmans | 2020-11-25 | 1 | -3/+2 |
| | | | | | |||||
| * | | | | Merge 8.7. Also provide a new function for handling ByteArrays | jan.nijtmans | 2018-08-14 | 1 | -0/+8 |
| |\ \ \ \ | |||||
| * | | | | | First implementation of [http://core.tcl.tk/tips/doc/trunk/tip/481.md|TIP ↵ | jan.nijtmans | 2017-10-27 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | #481]: Extend size range of various Tcl_Get*() functions | ||||
* | | | | | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵ | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
| | |_|/ / | |/| | | | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | ||||
* | | | | | Merge implementation of TIP #585 (Promote the INDEX_TEMP_TABLE flag of ↵ | fvogel | 2020-09-13 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | Tcl_GetIndexFromObj*() to the public interface) after positive vote from the TCT. Fix conflict due to Tcl_GetIndexFromObj() having been replaced by a macro in [4d8ee0f939]. | ||||
| * | | | | Implementation of TIP #585 - Promote the INDEX_TEMP_TABLE flag of ↵ | fvogel | 2020-09-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Tcl_GetIndexFromObj*() to the public interface | ||||
* | | | | | Merge 8.7 | jan.nijtmans | 2020-09-01 | 1 | -8/+8 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 8.6 | jan.nijtmans | 2020-09-01 | 1 | -8/+8 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
* | | | | | Merge 8.7 | jan.nijtmans | 2020-03-09 | 1 | -33/+16 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | More TCL_UNUSED | dgp | 2020-03-09 | 1 | -33/+16 |
| | | | | | |||||
* | | | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -21/+30 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -15/+23 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-12-13 | 1 | -1/+5 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-11-09 | 1 | -1/+1 |
| |\ \ \ \ \ \ |