summaryrefslogtreecommitdiffstats
path: root/generic/tclOODefineCmds.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-5/+5
|\
* \ Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ | |/
| * Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | Merge 8.7jan.nijtmans2020-09-171-9/+9
|\ \ | |/
| * Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-9/+9
* | Merge 8.7jan.nijtmans2020-08-111-4/+4
|\ \ | |/
* | Merge 8.7jan.nijtmans2020-03-071-48/+24
|\ \ | |/
| * Unused arguments in the OO source code files.dgp2020-03-071-48/+24
* | Merge 8.7jan.nijtmans2020-02-281-51/+75
|\ \ | |/
| * Merge 8.7jan.nijtmans2020-02-261-2/+1
| |\
| * \ Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-18/+36
| |\ \
| * \ \ Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-6/+12
| |\ \ \ | | |/ /
| * | | Merge tip-548jan.nijtmans2019-08-151-1/+1
| |\ \ \ | | |/ /
| * | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-27/+27
| |\ \ \
| * | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-3/+3
| |/ / /
* | | | Merge 8.7jan.nijtmans2020-02-261-2/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge 8.6jan.nijtmans2020-02-261-2/+1
| |\ \ \ | | |_|/ | |/| |
| | * | Ensure that we release the correct references when an error occurs during set...dkf2020-02-251-2/+1
* | | | Merge 8.7jan.nijtmans2019-08-151-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2019-08-141-3/+3
| |\ \ \
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-1/+1
| | |_|/ | |/| |
* | | | Merge 8.7jan.nijtmans2019-07-241-3/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Eliminate the use of C++ keywords as variable names. Nothing more than rename...jan.nijtmans2019-07-231-3/+3
| |/ /
* | | merge 8.7dgp2019-05-031-29/+47
|\ \ \ | |/ /
| * | merge 8.6dgp2019-05-031-29/+47
| |\ \ | | |/
| | * Minor code style cleanup.dkf2019-04-231-37/+61
* | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-2/+2
|\ \ \ | |/ /
| * | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is al...jan.nijtmans2019-01-261-2/+2
| |\ \ | | |/
| | * Fixed memory leak in TclOO.c:ObjectNamespaceDeleted, object mixins anddgp2018-11-021-0/+2
| * | silence compiler warningdgp2018-11-091-1/+1
| * | Implement TIP 524dkf2018-11-061-17/+131
| |\ \
| | * | Definition and introspection commands.dkf2018-10-281-16/+118
| | * | Core machinery for implementing TIP 524; still needs user-facing access commandsdkf2018-10-271-10/+22
| * | | Implement TIP 519dkf2018-11-061-9/+44
| |\ \ \
| | * | | Remove unused variabledkf2018-10-211-1/+0
| | * | | More tests. Better implementation.dkf2018-10-211-18/+39
| | * | | Rebase on 8.7dkf2018-10-201-6/+21
| | |/ /
* | | | Another round of int -> size_t modifications, so strings > 2Gb are handled co...jan.nijtmans2019-01-241-4/+4
* | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled...jan.nijtmans2018-12-261-5/+5
* | | | Implement TIP 524dgp2018-11-131-17/+131
* | | | Adapted TIP 519dgp2018-11-131-10/+45
* | | | Plug memory leak. Fork new trunk that isn't broken.dgp2018-11-131-0/+2
|\ \ \ \ | |/ / /
| * | | Fixed memory leak in TclOO.c:ObjectNamespaceDeleted, object mixins andpooryorick2018-11-011-0/+2
| |/ /
* | | Merge 8.7jan.nijtmans2018-10-191-1/+31
|\ \ \ | |/ /
| * | merge core-8-6-branchdkf2018-10-191-1/+31
| |\ \ | | |/
| | * Make fundamental mutation work. MAGICAL MAGIC MAGICS MAGIC. Abracadabra.dkf2018-10-181-2/+12
| | * Tests for advanced object mutation issues.dkf2018-10-181-1/+21
* | | Merge trunkjan.nijtmans2018-09-281-1/+1
|\ \ \ | |/ /
| * | Fix minor typodkf2018-09-281-1/+1
* | | Merge trunkjan.nijtmans2018-09-271-11/+77
|\ \ \ | |/ /