Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too. | jan.nijtmans | 2024-03-12 | 1 | -3/+3 |
| | |||||
* | Spacing | jan.nijtmans | 2023-12-20 | 1 | -2/+2 |
| | |||||
* | Bytecode implementation | dkf | 2023-12-05 | 1 | -0/+78 |
| | |||||
* | Fix warnings generated on disable8api builds | apnadkarni | 2023-04-21 | 1 | -1/+1 |
| | |||||
* | Merge trunk | apnadkarni | 2023-04-14 | 1 | -6/+6 |
|\ | |||||
| * | Correct spelling errors in comments and documentation, but also a ↵ | pooryorick | 2023-04-12 | 1 | -6/+6 |
| |\ | | | | | | | | | | non-comment corrections in history.tcl and tcltest.test. | ||||
| | * | Correct spelling errors in comments and documentation, but also a non-comment | pooryorick | 2023-04-12 | 1 | -6/+6 |
| | | | | | | | | | corrections in history.tcl and tcltest.test. | ||||
| | * | More (internal) usage of TclGetString() and TclGetStringFromObj() macro's | jan.nijtmans | 2023-03-27 | 1 | -3/+3 |
| | | | |||||
| | * | Merge 8.6 | jan.nijtmans | 2023-03-24 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Fix [15e74a2fe6]: Fix various typos | jan.nijtmans | 2023-03-24 | 1 | -1/+1 |
| | | | | |||||
* | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -32/+32 |
|/ / / | |||||
* | | | More -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -16/+16 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2022-10-21 | 1 | -16/+16 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2022-10-21 | 1 | -28/+28 |
| |\ \ | | |/ | |||||
| | * | Fix [d554e5554e]: fix typo “defintion” | jan.nijtmans | 2022-10-20 | 1 | -31/+31 |
| | | | |||||
* | | | Merge 8.7. Update documentation | jan.nijtmans | 2022-06-23 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
* | | | TIP #616: Tcl lists > 2^31 elements | jan.nijtmans | 2022-06-08 | 1 | -80/+82 |
|\ \ \ | |||||
| * \ \ | Merge 9.0 | jan.nijtmans | 2022-05-17 | 1 | -3/+3 |
| |\ \ \ | |/ / / |/| | | | |||||
| * | | | More progress | jan.nijtmans | 2022-03-29 | 1 | -4/+4 |
| | | | | |||||
| * | | | size_t continued | jan.nijtmans | 2022-03-24 | 1 | -4/+4 |
| | | | | |||||
| * | | | Make varIndexes a size_t[] | jan.nijtmans | 2022-03-23 | 1 | -7/+7 |
| | | | | |||||
| * | | | More progress | jan.nijtmans | 2022-03-18 | 1 | -17/+17 |
| | | | | |||||
| * | | | Revert previous commit (doesn't work) and merge 9.0 | jan.nijtmans | 2022-03-10 | 1 | -39/+39 |
| |\ \ \ | |||||
| * | | | | More progress | jan.nijtmans | 2022-03-09 | 1 | -39/+39 |
| | | | | | |||||
| * | | | | Merge 9.0 | jan.nijtmans | 2022-03-09 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| * | | | | More size_t | jan.nijtmans | 2022-03-08 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Another round of int -> size_t for internal functions | jan.nijtmans | 2022-03-07 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | More progress | jan.nijtmans | 2022-03-06 | 1 | -70/+70 |
| | | | | | |||||
| * | | | | Merge 9.0 | jan.nijtmans | 2022-03-06 | 1 | -12/+12 |
| |\ \ \ \ | | |/ / / | |||||
| * | | | | Merge 9.0 | jan.nijtmans | 2022-02-27 | 1 | -19/+18 |
| |\ \ \ \ | |||||
| * | | | | | Same with TclListObjGetElements | jan.nijtmans | 2022-02-10 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Tcl_ListObjLength -> TclListObjLength | jan.nijtmans | 2022-02-10 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | More progress | jan.nijtmans | 2022-01-27 | 1 | -5/+7 |
| | | | | | | |||||
| * | | | | | More WIP | jan.nijtmans | 2022-01-26 | 1 | -3/+2 |
| | | | | | | |||||
| * | | | | | More work in progress | jan.nijtmans | 2022-01-24 | 1 | -1/+2 |
| |\ \ \ \ \ | |||||
| * | | | | | | TIP #616: Tcl lists > 2^31 elements. WIP | jan.nijtmans | 2022-01-24 | 1 | -3/+3 |
| |/ / / / / | |||||
* | | | | | | Merge 8.7 | jan.nijtmans | 2022-05-17 | 1 | -3/+3 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | | | |||||
| * | | | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and ↵ | jan.nijtmans | 2022-05-17 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | TclListObjLength -> TclListObjLengthM (prevent conflict with TIP #616) | ||||
* | | | | | Use size_t in AuxDataPrintProc | jan.nijtmans | 2022-03-01 | 1 | -6/+6 |
| | | | | | |||||
* | | | | | Backout part of previous commit, making compile.test work again with ↵ | jan.nijtmans | 2022-02-28 | 1 | -6/+6 |
| |_|/ / |/| | | | | | | | | | | | --enable-symbols=all | ||||
* | | | | More size_t usage, e.g. for "foreach" | jan.nijtmans | 2022-02-27 | 1 | -19/+18 |
| | | | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2022-02-10 | 1 | -3/+3 |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | |||||
| * | | Merge 8.6 | jan.nijtmans | 2022-02-10 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Use TclListObjLength/TclListObjGetElements in stead of ↵ | jan.nijtmans | 2022-02-10 | 1 | -3/+3 |
| | | | | | | | | | | | | Tcl_ListObjLength/Tcl_ListObjGetElements everywhere. This is slightly more efficient if the refered list already has the correct type | ||||
| | * | Tcl_NewObj() -> TclNewObj() | jan.nijtmans | 2022-01-17 | 1 | -17/+18 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2021-10-06 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Rewrite comments for clarity and conciseness. | pooryorick | 2021-10-04 | 1 | -3/+3 |
| | | | |||||
* | | | Merge 8.7, resolve conflicts | jan.nijtmans | 2021-01-11 | 1 | -6/+6 |
|\ \ \ | |/ / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵ | jan.nijtmans | 2020-12-08 | 1 | -4/+4 |
| | | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet |