Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More cleaning up. | dkf | 2024-08-05 | 1 | -172/+9 |
* | Factor out most property-related C code into its own file. | dkf | 2024-08-02 | 1 | -244/+32 |
* | Remove redundant code. | dkf | 2024-08-01 | 1 | -41/+1 |
* | Use Tcl's internal API a bit better | dkf | 2024-08-01 | 1 | -45/+60 |
* | Tidying up the properties code | dkf | 2024-07-21 | 1 | -200/+216 |
* | Make the [property] definition itself go to C | dkf | 2024-07-20 | 1 | -24/+330 |
* | Correction to error code | dkf | 2024-07-18 | 1 | -1/+1 |
* | Merge trunk | dkf | 2024-07-18 | 1 | -54/+47 |
|\ | |||||
| * | Backout the "dullest commit ever" (not my words ....). It breaks the build. | jan.nijtmans | 2024-05-14 | 1 | -2/+2 |
| * | Clean up a lot of small whitespace issues | dkf | 2024-05-13 | 1 | -2/+2 |
| * | Merge 8.7 | jan.nijtmans | 2024-04-11 | 1 | -43/+43 |
| |\ | |||||
| | * | Merge 8.6. Use Tcl_NewBooleanObj for booleans; we should say what we mean | jan.nijtmans | 2024-04-11 | 1 | -43/+43 |
| | |\ | |||||
| * | \ | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization) | jan.nijtmans | 2024-03-21 | 1 | -5/+5 |
| |\ \ \ | | |/ / | |||||
| | * | | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6 | jan.nijtmans | 2024-03-13 | 1 | -8/+8 |
| * | | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too. | jan.nijtmans | 2024-03-12 | 1 | -8/+8 |
* | | | | Add doc comments | dkf | 2024-01-29 | 1 | -1/+27 |
* | | | | Plug implementation in... and fix the silly bugs | dkf | 2024-01-28 | 1 | -3/+3 |
* | | | | Property implementation 'definitions', not yet plumbed into documented API | dkf | 2024-01-28 | 1 | -185/+180 |
* | | | | Now passing tests | dkf | 2024-01-27 | 1 | -4/+4 |
|/ / / | |||||
* | | | merge core-8-branch | dkf | 2023-11-16 | 1 | -6/+38 |
|\ \ \ | |/ / | |||||
| * | | Blooperfix | dkf | 2023-11-13 | 1 | -2/+0 |
| * | | Remnants from TIP 567's implementation. The feature was done ages ago. | dkf | 2023-11-13 | 1 | -5/+37 |
* | | | Merge 8.7 | jan.nijtmans | 2023-10-19 | 1 | -41/+41 |
|\ \ \ | |/ / | |||||
| * | | Handle sentinels for any C++ compiler | jan.nijtmans | 2023-10-17 | 1 | -41/+41 |
| * | | Rebase to 8.7 | jan.nijtmans | 2023-07-26 | 1 | -3/+3 |
| |\ \ | |||||
| | * | | TIP #666 implementation | jan.nijtmans | 2023-05-03 | 1 | -3/+3 |
* | | | | Merge 8.7 | jan.nijtmans | 2023-06-02 | 1 | -4/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | New (internal) macro TclAttemptInitStringRep() | jan.nijtmans | 2023-06-02 | 1 | -4/+4 |
| * | | | More int/Tcl_Size backport | jan.nijtmans | 2023-05-20 | 1 | -8/+10 |
* | | | | Fix int/Tcl_Size pointer errors | apnadkarni | 2023-05-19 | 1 | -8/+10 |
* | | | | Fix build - ckalloc/ckfree not in Tcl 9 | apnadkarni | 2023-05-19 | 1 | -8/+8 |
* | | | | Merge 8.7 | dkf | 2023-05-19 | 1 | -9/+455 |
|\ \ \ \ | |/ / / | |||||
| * | | | eliminate some compiler warnings | jan.nijtmans | 2022-09-19 | 1 | -14/+14 |
| * | | | rebase to 8.7 | jan.nijtmans | 2022-09-19 | 1 | -54/+463 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | merge core-8-branch | dkf | 2021-01-05 | 1 | -1/+1 |
| | |\ \ | |||||
| | * \ \ | merge core-8-branch | dkf | 2020-12-06 | 1 | -60/+60 |
| | |\ \ \ | |||||
| | * \ \ \ | merge core-8-branch | dkf | 2020-02-26 | 1 | -2/+1 |
| | |\ \ \ \ | |||||
| | * | | | | | caching is one of the two hard things in CS (along with naming and off-by-one... | dkf | 2020-02-07 | 1 | -7/+35 |
| | * | | | | | Implementation of properties for TclOO | dkf | 2019-12-28 | 1 | -47/+428 |
* | | | | | | | Fix warnings generated on disable8api builds | apnadkarni | 2023-04-21 | 1 | -7/+7 |
* | | | | | | | Merge 9.0 | apnadkarni | 2023-04-05 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |||||
* | | | | | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -74/+74 |
|/ / / / / / / | |||||
* | | | | | | | Another round of -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -56/+56 |
* | | | | | | | Merge 8.7 | jan.nijtmans | 2022-08-21 | 1 | -3/+3 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Merge 8.7 | jan.nijtmans | 2022-07-01 | 1 | -3/+3 |
* | | | | | | | More (internal) int -> size_t, allowing values > 2^31 | jan.nijtmans | 2022-06-09 | 1 | -18/+18 |
* | | | | | | | TIP #616: Tcl lists > 2^31 elements | jan.nijtmans | 2022-06-08 | 1 | -77/+80 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge 9.0 | jan.nijtmans | 2022-05-17 | 1 | -8/+8 |
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | Merge 9.0 | jan.nijtmans | 2022-02-24 | 1 | -8/+7 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | some more | jan.nijtmans | 2022-02-21 | 1 | -2/+2 |