summaryrefslogtreecommitdiffstats
path: root/generic/tclOODefineCmds.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0jan.nijtmans2022-02-241-8/+7
|\
* | some morejan.nijtmans2022-02-211-2/+2
* | Merge 9.0jan.nijtmans2022-02-181-1/+1
|\ \ | |/
| * Merge 8.7jan.nijtmans2022-02-181-1/+1
| |\
| | * Fix [22547f9053]: TIP 519 compiler warningjan.nijtmans2022-02-181-1/+1
| * | Merge 8.7jan.nijtmans2022-02-101-8/+8
| |\ \ | | |/
| | * Merge 8.6jan.nijtmans2022-02-101-8/+8
| | |\
| | | * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-8/+8
| | | * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-9/+9
| | | * Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-261-1/+1
* | | | Same with TclListObjGetElementsjan.nijtmans2022-02-101-8/+8
* | | | More int -> size_t, especially TclOOjan.nijtmans2022-01-271-20/+22
* | | | Almost complete (at least the API)jan.nijtmans2022-01-271-24/+26
* | | | more progressjan.nijtmans2022-01-261-14/+14
* | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-8/+8
|/ / /
* | | 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