summaryrefslogtreecommitdiffstats
path: root/generic/tclOOMethod.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings (caused by previous commit)jan.nijtmans2022-02-241-2/+2
* More (internal) size_t usage in TclOOjan.nijtmans2022-02-241-1/+2
* Merge 8.7jan.nijtmans2022-02-101-5/+5
|\
| * Merge 8.6jan.nijtmans2022-02-101-5/+5
| |\
| | * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-5/+5
| | * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-3/+4
| | * Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-261-12/+12
* | | Merge 8.7jan.nijtmans2021-10-081-2/+2
|\ \ \ | |/ /
| * | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-2/+2
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-9/+9
|\ \ \ | |/ /
* | | 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-3/+4
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-3/+4
* | | Merge 8.7jan.nijtmans2020-03-071-33/+21
|\ \ \ | |/ /
| * | Unused arguments in the OO source code files.dgp2020-03-071-33/+21
* | | Merge 8.7jan.nijtmans2020-02-281-42/+51
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2019-12-031-3/+5
| |\ \
| * \ \ Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-4/+13
| |\ \ \
| * \ \ \ Merge tip-548jan.nijtmans2019-08-151-11/+11
| |\ \ \ \ | | |/ / /
| * | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-36/+36
| |\ \ \ \
| * | | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-2/+2
| |/ / / /
* | | | | merge 8.7dgp2019-11-151-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | merge 8.6dgp2019-11-151-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix test-case event-11.8, failing as a result of the TclOOObjectDestroyed() f...jan.nijtmans2019-11-151-1/+1
| | * | | Add TclOOObjectDestroyed to make logic more explicit. Renamed Deleted() topooryorick2019-11-151-1/+1
* | | | | merge 8.7sebres2019-11-141-3/+5
|\ \ \ \ \ | |/ / / /
| * | | | merge 8.6sebres2019-11-141-3/+5
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | restore verification for deleted interpsebres2019-11-141-1/+3
| | * | fixed SF [135804138e] -- no call of next possible after object namespace is d...sebres2019-11-141-3/+3
* | | | Merge 8.7jan.nijtmans2019-08-151-12/+12
|\ \ \ \ | |/ / /
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-12/+12
| | |/ | |/|
* | | Merge 8.7jan.nijtmans2019-06-121-1/+1
|\ \ \ | |/ /
| * | Eliminate (internal) TclOffset() usage, just use offsetof() in stead.jan.nijtmans2019-06-121-1/+1
* | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-3/+3
|\ \ \ | |/ /
* | | Another round of int -> size_t modifications, so strings > 2Gb are handled co...jan.nijtmans2019-01-241-4/+5
* | | merge 8.7dgp2018-11-161-4/+2
|\ \ \ | |/ /
| * | merge 8.6dgp2018-11-161-4/+2
| |\ \ | | |/
| | * Clear up a bunch of small issues found by Coverity analysis.dkf2018-11-161-4/+2
| | * Cherrypick: [fc1409fc91] Method cloning needs to be careful with body represe...dkf2017-10-241-0/+1
* | | Merge 8.7jan.nijtmans2018-11-151-25/+25
|\ \ \ | |/ /
| * | Add entry for Tcl_StaticPackage in internal stub table, since the public one ...jan.nijtmans2018-11-151-25/+25
* | | Implement TIP 445dgp2018-11-131-8/+5
|\ \ \ | |/ /
| * | merge 8.7dgp2018-06-041-3/+36
| |\ \
| * \ \ merge trunkdgp2017-10-271-0/+1
| |\ \ \
| * | | | anotherdgp2016-07-131-5/+4
| * | | | merge trunkdgp2016-07-091-5/+3
| |\ \ \ \
| * \ \ \ \ merge trunkdgp2016-06-291-19/+8
| |\ \ \ \ \
| * | | | | | oopsdgp2016-03-241-3/+1
* | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-23/+23
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |