summaryrefslogtreecommitdiffstats
path: root/tools/tclOOScript.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Corrections to TclOO errorcodes from scripted partsdkf2024-03-081-15/+15
|
* Merge 8.7dkf2023-05-011-2/+2
|\
| * Make robust against TIP #288 proposed changejan.nijtmans2022-11-021-2/+2
| |
* | rebase to 8.7jan.nijtmans2022-09-191-19/+361
|\ \ | |/ |/|
| * Merge 8.7jan.nijtmans2021-01-061-2/+2
| |\
| * | Less contorted codedkf2020-02-221-5/+6
| | |
| * | There are subtle cases where an append-if-new operation is really useful for ↵dkf2020-02-151-18/+27
| | | | | | | | | | | | a slot.
| * | More error casesdkf2020-01-011-2/+12
| | |
| * | Check for another tricky edge casedkf2020-01-011-0/+5
| | |
| * | Better error messages when a property has the wrong kind for the type of ↵dkf2019-12-311-9/+23
| | | | | | | | | | | | access desired
| * | Other list-returning [info class] subcommands are plurals, so change ↵dkf2019-12-311-23/+19
| | | | | | | | | | | | property -> properties
| * | Even more tests, this time of the return-code semantics of property getters ↵dkf2019-12-301-3/+46
| | | | | | | | | | | | and setters.
| * | More tests, more fixesdkf2019-12-301-32/+39
| | |
| * | Property definitions now work on instances.dkf2019-12-291-58/+109
| | |
| * | Starting to do the testing.dkf2019-12-281-28/+103
| | |
| * | Implementation of properties for TclOOdkf2019-12-281-0/+131
| |/
* | Few more (c) -> ©jan.nijtmans2021-09-021-3/+3
|/
* Move tclOOScript.tcl from the generic to the tools directory, so "make dist" ↵jan.nijtmans2019-11-061-0/+456
can pick it up. Reported by Pietro Cerutti.