Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Corrections to TclOO errorcodes from scripted parts | dkf | 2024-03-08 | 1 | -15/+15 |
| | |||||
* | Merge 8.7 | dkf | 2023-05-01 | 1 | -2/+2 |
|\ | |||||
| * | Make robust against TIP #288 proposed change | jan.nijtmans | 2022-11-02 | 1 | -2/+2 |
| | | |||||
* | | rebase to 8.7 | jan.nijtmans | 2022-09-19 | 1 | -19/+361 |
|\ \ | |/ |/| | |||||
| * | Merge 8.7 | jan.nijtmans | 2021-01-06 | 1 | -2/+2 |
| |\ | |||||
| * | | Less contorted code | dkf | 2020-02-22 | 1 | -5/+6 |
| | | | |||||
| * | | There are subtle cases where an append-if-new operation is really useful for ↵ | dkf | 2020-02-15 | 1 | -18/+27 |
| | | | | | | | | | | | | a slot. | ||||
| * | | More error cases | dkf | 2020-01-01 | 1 | -2/+12 |
| | | | |||||
| * | | Check for another tricky edge case | dkf | 2020-01-01 | 1 | -0/+5 |
| | | | |||||
| * | | Better error messages when a property has the wrong kind for the type of ↵ | dkf | 2019-12-31 | 1 | -9/+23 |
| | | | | | | | | | | | | access desired | ||||
| * | | Other list-returning [info class] subcommands are plurals, so change ↵ | dkf | 2019-12-31 | 1 | -23/+19 |
| | | | | | | | | | | | | property -> properties | ||||
| * | | Even more tests, this time of the return-code semantics of property getters ↵ | dkf | 2019-12-30 | 1 | -3/+46 |
| | | | | | | | | | | | | and setters. | ||||
| * | | More tests, more fixes | dkf | 2019-12-30 | 1 | -32/+39 |
| | | | |||||
| * | | Property definitions now work on instances. | dkf | 2019-12-29 | 1 | -58/+109 |
| | | | |||||
| * | | Starting to do the testing. | dkf | 2019-12-28 | 1 | -28/+103 |
| | | | |||||
| * | | Implementation of properties for TclOO | dkf | 2019-12-28 | 1 | -0/+131 |
| |/ | |||||
* | | Few more (c) -> © | jan.nijtmans | 2021-09-02 | 1 | -3/+3 |
|/ | |||||
* | Move tclOOScript.tcl from the generic to the tools directory, so "make dist" ↵ | jan.nijtmans | 2019-11-06 | 1 | -0/+456 |
can pick it up. Reported by Pietro Cerutti. |