Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2022-05-17 | 1 | -19/+19 |
|\ | |||||
| * | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and ↵ | jan.nijtmans | 2022-05-17 | 1 | -19/+19 |
| | | | | | | | | TclListObjLength -> TclListObjLengthM (prevent conflict with TIP #616) | ||||
* | | Merge 9.0. Eliminate almost all remaining (enum) casts | jan.nijtmans | 2022-04-11 | 1 | -6/+9 |
|\ \ | |||||
* \ \ | Rebase to Tcl 9.0 | jan.nijtmans | 2022-04-01 | 1 | -2/+3 |
|\ \ \ | |/ / |/| | | |||||
| * | | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no ↵ | jan.nijtmans | 2022-03-02 | 1 | -2/+3 |
| |/ | | | | | | | longer necessary | ||||
* | | Merge 8.7 | jan.nijtmans | 2022-02-10 | 1 | -6/+6 |
|\ \ | |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2022-02-10 | 1 | -6/+6 |
| |\ | |||||
| | * | Use TclListObjLength/TclListObjGetElements in stead of ↵ | jan.nijtmans | 2022-02-10 | 1 | -6/+6 |
| | | | | | | | | | | | | Tcl_ListObjLength/Tcl_ListObjGetElements everywhere. This is slightly more efficient if the refered list already has the correct type | ||||
| | * | Tcl_NewObj() -> TclNewObj() | jan.nijtmans | 2022-01-17 | 1 | -3/+5 |
| | | | |||||
| | * | Merge fixes for [ccc448a6bfd5], namespace ensemble subcommand name prefix | pooryorick | 2021-09-02 | 1 | -1/+19 |
| | | | | | | | | | matching and a subsequent error results in a segmentation fault. | ||||
* | | | Merge 8.7 | jan.nijtmans | 2021-10-08 | 1 | -13/+13 |
|\ \ \ | |/ / | |||||
| * | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -12/+12 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2021-10-06 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Backport fixes for [ccc448a6bfd5], namespace ensemble subcommand name prefix | pooryorick | 2021-09-02 | 1 | -1/+19 |
| | | | | | | | | | matching and a subsequent error results in a segmentation fault. | ||||
* | | | Update code comments. | pooryorick | 2021-09-02 | 1 | -146/+122 |
| | | | |||||
* | | | Silence warning in fix for [ccc448a6bfd5], namespace ensemble subcommand ↵ | pooryorick | 2021-09-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | name prefix matching and a subsequent error results in a segmentation fault | ||||
* | | | Fix for [ccc448a6bfd59cbd], namespace ensemble subcommand name prefix ↵ | pooryorick | 2021-09-01 | 1 | -1/+19 |
| | | | | | | | | | | | | matching and a subsequent error results in a segmentation fault | ||||
* | | | merge 8.7 (resolve conflicts) | dgp | 2021-05-20 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix for issue [e39cb3f462631a99], namespace is removed from other namespace | pooryorick | 2021-05-18 | 1 | -2/+2 |
| | | | | | | | | | paths before deletion is complete | ||||
* | | | Merge 8.7, resolve conflicts | jan.nijtmans | 2021-01-11 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | 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 | ||||
* | | | Merge 8.7 | jan.nijtmans | 2020-09-17 | 1 | -3/+5 |
|\ \ \ | |/ / | |||||
| * | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> ↵ | jan.nijtmans | 2020-09-17 | 1 | -3/+5 |
| | | | | | | | | | | | | TclNewIntObj or Tcl_NewWideIntObj) | ||||
* | | | Merge 8.7 | jan.nijtmans | 2020-09-07 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
* | | | Merge core-8-branch | jan.nijtmans | 2020-09-05 | 1 | -4/+4 |
|\ \ \ | |||||
| * | | | Backout [c1a376375e0e6488]: imported namespace ensemble command name ↵ | jan.nijtmans | 2020-09-05 | 1 | -4/+4 |
| |/ / | | | | | | | | | | | | | distorted during deletion trace on the import. According to Travis, there's a memory leak which needs to be fixed first. | ||||
* | | | Merge 8.7 | jan.nijtmans | 2020-09-04 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Fix for [c1a376375e0e6488], imported namespace ensemble command name distorted | pooryorick | 2020-09-01 | 1 | -4/+4 |
| | | | | | | | | | during deletion trace on the import | ||||
* | | | Merge 8.7 | jan.nijtmans | 2020-05-14 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-05-14 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | In some places, Tcl_UtfPrev()/Tcl_UtfNext() is used traversing the ↵ | jan.nijtmans | 2020-05-14 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | individual bytes of a string searching for '(', ')', '::' or other single bytes. It is overkill to use Tcl_UtfPrev/Tcl_UtfNext for that, since those characters can only appear as their ASCII byte, not as any other sequence. This effectively removes the last Tcl_UtfNext() call from the core, the only ones left are in tclTest.c for test commands. So the TclUtfNext() macro doesn't make sense any more. Remove "register" keyword from many files. | ||||
| | * | Merge 8.5 | jan.nijtmans | 2019-06-26 | 1 | -4/+4 |
| | | | |||||
* | | | merge 8.7 | dgp | 2020-03-06 | 1 | -6/+3 |
|\ \ \ | |/ / | |||||
| * | | (no comment) | dgp | 2020-03-06 | 1 | -6/+3 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -29/+32 |
|\ \ \ | |/ / | |||||
| * | | Merge tip-548 | jan.nijtmans | 2019-08-29 | 1 | -3/+6 |
| |\ \ | |||||
| * \ \ | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |||||
| * | | | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -3/+3 |
| |\ \ \ | |||||
| * | | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -27/+27 |
| | | | | | |||||
* | | | | | Merge 8.7 | jan.nijtmans | 2019-08-15 | 1 | -3/+3 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Merge 8.7 | jan.nijtmans | 2019-08-14 | 1 | -3/+3 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| * | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ↵ | jan.nijtmans | 2019-07-17 | 1 | -3/+3 |
| | |/ / | |/| | | | | | | | | | | in C++ (removed in C++17, even), and essentially does nothing with most modern compilers. | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-08-01 | 1 | -3/+3 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Add some "const" keywords, in places where strings are really const. | jan.nijtmans | 2019-07-30 | 1 | -3/+3 |
| |/ / | |||||
* | | | merge 8.7 | dgp | 2019-06-17 | 1 | -1/+5 |
|\ \ \ | |/ / | |||||
| * | | merge 8.6 | dgp | 2019-06-17 | 1 | -1/+5 |
| |\ \ | | |/ | |||||
| | * | Fix Bug 8b9854c3d8. Now 4 test failures require examination. | dgp | 2019-06-13 | 1 | -1/+5 |
| | | | |||||
| * | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) ↵ | jan.nijtmans | 2019-02-27 | 1 | -2/+2 |
| | | | | | | | | | | | | and (unsigned) type-casts, which don't make sense any more. | ||||
* | | | Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles ↵ | jan.nijtmans | 2019-03-13 | 1 | -1/+1 |
| | | | | | | | | | | | | warning-free now on MSVC. |