Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rebase to 8.7 | jan.nijtmans | 2023-07-26 | 1 | -5/+1 |
|\ | |||||
| * | TIP #666 implementation | jan.nijtmans | 2023-05-03 | 1 | -5/+1 |
| | | |||||
* | | New (internal) macro TclAttemptInitStringRep() | jan.nijtmans | 2023-06-02 | 1 | -2/+2 |
| | | |||||
* | | Add doc comments, fix a typo in a manpage | dkf | 2023-05-01 | 1 | -12/+70 |
| | | |||||
* | | Merge 8.7 | dkf | 2023-05-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Correct spelling errors in comments and documentation, but also a non-comment | pooryorick | 2023-04-12 | 1 | -1/+1 |
| | | | | | | corrections in history.tcl and tcltest.test. | ||||
* | | rebase to 8.7 | jan.nijtmans | 2022-09-19 | 1 | -6/+203 |
|\ \ | |/ |/| | |||||
| * | merge core-8-branch | dkf | 2021-01-05 | 1 | -1/+1 |
| |\ | |||||
| * \ | merge core-8-branch | dkf | 2020-12-06 | 1 | -30/+30 |
| |\ \ | |||||
| * \ \ | merge core-8-branch | dkf | 2019-12-30 | 1 | -0/+2 |
| |\ \ \ | |||||
| * | | | | Property definitions now work on instances. | dkf | 2019-12-29 | 1 | -4/+5 |
| | | | | | |||||
| * | | | | Implementation of properties for TclOO | dkf | 2019-12-28 | 1 | -2/+198 |
| | | | | | |||||
* | | | | | Merge 8.6 | jan.nijtmans | 2022-09-10 | 1 | -7/+9 |
|\ \ \ \ \ | |||||
| * | | | | | code cleanup (typo's, type casts) | jan.nijtmans | 2022-09-10 | 1 | -40/+43 |
| | | | | | | |||||
| * | | | | | Eliminate many "register" keywords (which do nothing with modern compilers) | jan.nijtmans | 2020-09-14 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | Eliminate many unnecessary type-casts to (unsigned) | ||||
* | | | | | | Merge 8.7 | jan.nijtmans | 2022-06-25 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
* | | | | | | | (experimental) TclOO > 2**31 args | jan.nijtmans | 2022-06-15 | 1 | -1/+5 |
|/ / / / / / | |||||
* | | | | | | Eliminate useless "const int" usage, where "const" has no meaning. VC-2015 ↵ | jan.nijtmans | 2022-03-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | has problem when the signatures don't match | ||||
* | | | | | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -7/+7 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵ | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
| |_|_|/ |/| | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | ||||
* | | | | Unused arguments in the OO source code files. | dgp | 2020-03-07 | 1 | -6/+3 |
| | | | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -0/+2 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Add FALLTHRU markers, eliminating gcc warning using -Wextra | jan.nijtmans | 2019-12-24 | 1 | -0/+2 |
| | |/ | |/| | |||||
* | | | Let's try a real C++ build with Travis on Linux | jan.nijtmans | 2019-08-30 | 1 | -3/+6 |
|\ \ \ | |/ / | |||||
* | | | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ↵ | jan.nijtmans | 2019-07-17 | 1 | -5/+5 |
| | | | | | | | | | | | | in C++ (removed in C++17, even), and essentially does nothing with most modern compilers. | ||||
* | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -25/+25 |
|\ \ \ | |/ / | |||||
* | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -2/+2 |
|/ / | |||||
* | | merge 8.6 | dgp | 2019-05-03 | 1 | -7/+10 |
|\ \ | |/ | |||||
| * | Minor code style cleanup. | dkf | 2019-04-23 | 1 | -11/+22 |
| | | |||||
* | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) ↵ | jan.nijtmans | 2019-02-27 | 1 | -1/+1 |
| | | | | | | | | and (unsigned) type-casts, which don't make sense any more. | ||||
* | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -3/+3 |
| | | | | | | But ... don't use this function when the result is only compared to NULL: that's just overkill. | ||||
* | | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is ↵ | jan.nijtmans | 2019-01-26 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | always addressed with unsigned chars now. Eliminate some useless end-of-line spacing that slipped in. | ||||
* | | Fix windows build with Visual Studio | jan.nijtmans | 2018-11-21 | 1 | -3/+3 |
| | | |||||
* | | Implement TIP 524 | dkf | 2018-11-06 | 1 | -0/+263 |
|\ \ | |||||
| * | | Definition and introspection commands. | dkf | 2018-10-28 | 1 | -4/+4 |
| | | | |||||
| * | | Core machinery for implementing TIP 524; still needs user-facing access commands | dkf | 2018-10-27 | 1 | -0/+263 |
| | | | |||||
* | | | merge 8.7 | dgp | 2018-10-24 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | merge core-8-6-branch | dkf | 2018-10-19 | 1 | -1/+0 |
| |\ \ | | |/ | |||||
| | * | Make fundamental mutation work. MAGICAL MAGIC MAGICS MAGIC. Abracadabra. | dkf | 2018-10-18 | 1 | -1/+0 |
| | | | |||||
| | * | Streamline TclOO object cleanup routines. | pooryorick | 2018-02-15 | 1 | -1/+3 |
| | | | |||||
| | * | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion | pooryorick | 2018-02-14 | 1 | -4/+4 |
| | | | | | | | | | deletes the object's namespace. | ||||
* | | | merge 8.7 | dgp | 2018-06-04 | 1 | -203/+461 |
|\ \ \ | |/ / | |||||
| * | | Make [info object methods] and [info class methods] work right. | dkf | 2018-05-15 | 1 | -1/+8 |
| | | | |||||
| * | | Make sure that [self call] reports useful info. | dkf | 2018-05-14 | 1 | -142/+164 |
| | | | |||||
| * | | Correct results from unknown method handler. | dkf | 2018-05-13 | 1 | -80/+147 |
| | | | |||||
| * | | Documentation. | dkf | 2018-05-06 | 1 | -2/+2 |
| | | | |||||
| * | | Fix up instance privates. | dkf | 2018-05-06 | 1 | -67/+116 |
| | | | |||||
| * | | Private methods seem to be working... | dkf | 2018-05-05 | 1 | -32/+124 |
| | | | |||||
| * | | Start of private method dispatch machinery. | dkf | 2018-04-05 | 1 | -10/+31 |
| | | |