summaryrefslogtreecommitdiffstats
path: root/generic/tclOO.c
Commit message (Collapse)AuthorAgeFilesLines
* More (internal) size_t usage in TclOOjan.nijtmans2022-02-241-2/+2
|
* Merge 8.7jan.nijtmans2021-09-271-0/+20
|\
| * Turn code snippets in TIP into a branch.dkf2021-08-011-0/+20
| |
* | Merge 8.7jan.nijtmans2021-04-041-12/+11
|\ \ | |/
| * Fix [https://github.com/tcltk/tcl/runs/2263266926|failing test-cases] with ↵jan.nijtmans2021-04-041-12/+11
| | | | | | | | --enable-symbols=mem build by reverting the series of commits that caused the memory-leak
| * OO cleanup fix that passes test 11.7.pooryorick2021-04-031-11/+12
| |
* | OO cleanup fix that passes test 11.7.pooryorick2021-04-021-11/+12
| |
* | Merge 8.7jan.nijtmans2020-12-081-2/+2
|\ \ | |/
| * Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵jan.nijtmans2020-12-081-2/+2
| | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* | Merge 8.7jan.nijtmans2020-12-041-1/+8
|\ \ | |/
| * Case-sensitive package namesjan.nijtmans2020-11-031-1/+8
| |
* | Merge 8.7jan.nijtmans2020-09-171-1/+1
|\ \ | |/
| * Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> ↵jan.nijtmans2020-09-171-1/+1
| | | | | | | | TclNewIntObj or Tcl_NewWideIntObj)
* | Merge 8.7jan.nijtmans2020-09-071-1/+1
|\ \ | |/
* | Merge core-8-branchjan.nijtmans2020-09-051-1/+1
|\ \
| * | Backout [c1a376375e0e6488]: imported namespace ensemble command name ↵jan.nijtmans2020-09-051-1/+1
| |/ | | | | | | | | distorted during deletion trace on the import. According to Travis, there's a memory leak which needs to be fixed first.
* | Merge 8.7jan.nijtmans2020-09-041-1/+1
|\ \ | |/
| * Fix for [c1a376375e0e6488], imported namespace ensemble command name distortedpooryorick2020-09-011-1/+1
| | | | | | during deletion trace on the import
* | Merge 8.7jan.nijtmans2020-09-011-3/+3
|\ \ | |/
| * Merge 8.6jan.nijtmans2020-09-011-3/+3
| |\
| | * Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-1/+1
| | |
* | | Merge 8.7jan.nijtmans2020-03-071-20/+10
|\ \ \ | |/ /
| * | Unused arguments in the OO source code files.dgp2020-03-071-20/+10
| | |
* | | Merge 8.7jan.nijtmans2020-02-281-37/+43
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2019-12-031-15/+29
| |\ \
| * \ \ Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-3/+9
| |\ \ \
| * \ \ \ Merge tip-548jan.nijtmans2019-08-151-4/+4
| |\ \ \ \ | | |/ / /
| * | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-35/+35
| | | | |
* | | | | merge 8.7dgp2019-11-151-15/+29
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | merge 8.6dgp2019-11-151-15/+29
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | fix compliation warning, resulting from previous commitjan.nijtmans2019-11-151-1/+1
| | | |
| | * | Add TclOOObjectDestroyed to make logic more explicit. Renamed Deleted() topooryorick2019-11-151-15/+29
| | | | | | | | | | | | Destructing(). No functiontional changes.
* | | | Merge 8.7jan.nijtmans2019-08-151-6/+6
|\ \ \ \ | |/ / /
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ↵jan.nijtmans2019-07-171-6/+6
| | |/ | |/| | | | | | | in C++ (removed in C++17, even), and essentially does nothing with most modern compilers.
* | | merge 8.7dgp2019-05-031-43/+46
|\ \ \ | |/ /
| * | merge 8.6dgp2019-05-031-43/+46
| |\ \ | | |/
| | * Minor code style cleanup.dkf2019-04-231-57/+110
| | |
| | * Fixed memory leak in TclOO.c:ObjectNamespaceDeleted, object mixins anddgp2018-11-021-2/+7
| | | | | | | | | object/class mutation.
| * | Implement TIP 524dkf2018-11-061-4/+34
| |\ \
| | * | Test cases (and some fixes)dkf2018-10-281-4/+7
| | | |
| | * | Definition and introspection commands.dkf2018-10-281-0/+1
| | | |
| | * | Core machinery for implementing TIP 524; still needs user-facing access commandsdkf2018-10-271-4/+30
| | | |
* | | | Implement TIP 524dgp2018-11-131-4/+34
| | | |
* | | | Plug memory leak. Fork new trunk that isn't broken.dgp2018-11-131-2/+7
|\ \ \ \ | |/ / /
| * | | Fixed memory leak in TclOO.c:ObjectNamespaceDeleted, object mixins andpooryorick2018-11-011-2/+7
| |/ / | | | | | | object/class mutation.
* | | Merge 8.7jan.nijtmans2018-10-221-1/+1
|\ \ \ | |/ /
| * | Missing ',' in documentation (discovered by MacOSX help processing). Some ↵jan.nijtmans2018-10-221-1/+1
| | | | | | | | | | | | whitespacing
* | | Merge 8.7jan.nijtmans2018-10-191-33/+63
|\ \ \ | |/ /
| * | merge core-8-6-branchdkf2018-10-191-33/+63
| |\ \ | | |/
| | * Make fundamental mutation work. MAGICAL MAGIC MAGICS MAGIC. Abracadabra.dkf2018-10-181-40/+69
| | |