summaryrefslogtreecommitdiffstats
path: root/generic/tclOOInfo.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2024-04-111-15/+15
|\
| * Merge 8.6. Use Tcl_NewBooleanObj for booleans; we should say what we meanjan.nijtmans2024-04-111-17/+17
| |\
| | * Use Tcl_NewBooleanObj for booleans; we should say what we mean. Fix sentinels...jan.nijtmans2024-04-111-25/+25
| | * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-18/+18
* | | Use Tcl_NewBooleanObj for booleans; we should say what we meandkf2024-04-111-2/+2
* | | Merge 8.7jan.nijtmans2023-10-191-15/+15
|\ \ \ | |/ /
| * | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-15/+15
* | | Merge 8.7jan.nijtmans2023-06-021-2/+2
|\ \ \ | |/ /
| * | New (internal) macro TclAttemptInitStringRep()jan.nijtmans2023-06-021-2/+2
| * | More int/Tcl_Size backportjan.nijtmans2023-05-201-1/+1
* | | Fix int/Tcl_Size pointer errorsapnadkarni2023-05-191-1/+1
* | | Merge 8.7dkf2023-05-191-1/+184
|\ \ \ | |/ /
| * | eliminate some compiler warningsjan.nijtmans2022-09-191-2/+2
| * | merge core-8-branchdkf2021-01-051-1/+1
| |\ \
| * \ \ merge core-8-branchdkf2020-12-061-57/+57
| |\ \ \
| * | | | Other list-returning [info class] subcommands are plurals, so change property...dkf2019-12-311-5/+7
| * | | | Implementation of properties for TclOOdkf2019-12-281-1/+182
* | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-30/+30
* | | | | Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-18/+18
* | | | | Merge 9.0jan.nijtmans2022-04-141-10/+10
|\ \ \ \ \
| * \ \ \ \ Rebase to Tcl 9.0jan.nijtmans2022-04-011-10/+10
| |\ \ \ \ \
| | * | | | | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no long...jan.nijtmans2022-03-021-10/+10
| | | |_|/ / | | |/| | |
* | | | | | Merge 9.0jan.nijtmans2022-02-241-6/+6
|\ \ \ \ \ \ | |/ / / / /
* | | | | | More int -> size_t, especially TclOOjan.nijtmans2022-01-271-12/+15
|/ / / / /
* | | | | 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-21/+21
|\ \ \ \ | |/ / /
| * | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-21/+21
* | | | Merge 8.7jan.nijtmans2020-09-011-28/+28
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-09-011-28/+28
| |\ \ \ | | | |/ | | |/|
| | * | Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-1/+1
* | | | Merge 8.7jan.nijtmans2020-03-071-54/+27
|\ \ \ \ | |/ / /
| * | | Unused arguments in the OO source code files.dgp2020-03-071-54/+27
* | | | Merge 8.7jan.nijtmans2020-02-281-35/+62
|\ \ \ \ | |/ / /
| * | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-27/+54
| |\ \ \ | | | |/ | | |/|
| * | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-14/+14
* | | | Merge 8.7jan.nijtmans2019-07-241-6/+6
|\ \ \ \ | | |/ / | |/| |
| * | | Eliminate the use of C++ keywords as variable names. Nothing more than rename...jan.nijtmans2019-07-231-6/+6
| |/ /
* | | Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles warnin...jan.nijtmans2019-03-131-2/+2
* | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-2/+2
|\ \ \ | |/ /
* | | merge 8.7dgp2018-11-161-6/+8
|\ \ \ | |/ /
| * | merge 8.6dgp2018-11-161-6/+8
| |\ \ | | |/
| | * Clear up a bunch of small issues found by Coverity analysis.dkf2018-11-161-6/+8
| * | Test cases (and some fixes)dkf2018-10-281-2/+2
| * | Definition and introspection commands.dkf2018-10-281-0/+52
* | | Implement TIP 524dgp2018-11-131-0/+52
* | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-2/+2
|/ /
* | Make [info object methods] and [info class methods] work right.dkf2018-05-151-3/+7
* | Correct results from unknown method handler.dkf2018-05-131-1/+2
* | Private methods seem to be working...dkf2018-05-051-1/+2