| Commit message (Expand) | Author | Age | Files | Lines |
* | Unneeded Tcl_DStringFree() (twice) | jan.nijtmans | 2024-05-25 | 1 | -1/+0 |
|
|
* | merge core-8-6-branch | dkf | 2024-05-24 | 1 | -4/+1 |
|\ |
|
| * | Use TclDStringToObj a bit more | dkf | 2024-05-24 | 1 | -5/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2024-04-04 | 1 | -22/+22 |
|\ \
| |/ |
|
| * | Tcl_GetString() -> TclGetString(), for minor speedup. | jan.nijtmans | 2024-04-04 | 1 | -10/+10 |
|
|
* | | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6 | jan.nijtmans | 2024-03-13 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2024-02-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix [e646d28f1a]: 8.6 Documentation/comment typo fixes | jan.nijtmans | 2024-02-16 | 1 | -1/+1 |
|
|
| * | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 1 | -2/+2 |
|
|
* | | Handle sentinels for any C++ compiler | jan.nijtmans | 2023-10-17 | 1 | -15/+15 |
|
|
* | | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -2/+2 |
|
|
* | | NEVER use sizeof(FLEXARRAY)! Use offsetof() | jan.nijtmans | 2022-11-08 | 1 | -1/+1 |
|
|
* | | More TCLFLEXARRAY usage | jan.nijtmans | 2022-11-08 | 1 | -1/+1 |
|
|
* | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj... | jan.nijtmans | 2022-05-17 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-02-10 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_... | jan.nijtmans | 2022-02-10 | 1 | -2/+2 |
|
|
| * | Tcl_NewObj() -> TclNewObj() | jan.nijtmans | 2022-01-17 | 1 | -2/+3 |
|
|
| * | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea... | jan.nijtmans | 2020-10-13 | 1 | -1/+2 |
|
|
* | | TIP #599 implementation: Extended build information | jan.nijtmans | 2021-11-26 | 1 | -3/+3 |
|\ \ |
|
| * | | Remove tclPkg.c changes, instead implement new tcl::build-info command | jan.nijtmans | 2021-07-13 | 1 | -3/+3 |
|
|
| * | | Merge 8.7 | jan.nijtmans | 2020-12-13 | 1 | -2/+2 |
| |\ \
| |/ /
|/| | |
|
| * | | Merge 8.7 | jan.nijtmans | 2020-10-05 | 1 | -2/+2 |
| |\ \ |
|
| * \ \ | Merge 8.7 | jan.nijtmans | 2020-09-29 | 1 | -1/+1 |
| |\ \ \ |
|
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2020-09-27 | 1 | -4/+5 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-09-15 | 1 | -1/+2 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge 8.7. Provide both major and minor version number for gcc/clang/msvc | jan.nijtmans | 2020-07-06 | 1 | -10/+3 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | WIP: Store build info in package | jan.nijtmans | 2020-06-29 | 1 | -2/+9 |
| |/ / / / / / |
|
* | | | | | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -2/+2 |
| |_|_|_|/ /
|/| | | | | |
|
* | | | | | | Fix -Wshadow warnings, when compiling with a C++ compiler | jan.nijtmans | 2020-10-02 | 1 | -2/+2 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Merge 8.6 | jan.nijtmans | 2020-09-28 | 1 | -1/+1 |
|\ \ \ \ \
| |_|_|/ /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | Make Tcl compile warning-free using -Wshadow | jan.nijtmans | 2020-09-28 | 1 | -2/+3 |
|
|
| * | | | end-of-line spacing | jan.nijtmans | 2019-05-24 | 1 | -1/+1 |
| |\ \ \ |
|
* | | | | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -4/+5 |
| |_|_|/
|/| | | |
|
* | | | | More usage of TclNewIntObj() macro | jan.nijtmans | 2020-08-13 | 1 | -1/+2 |
| |_|/
|/| | |
|
* | | | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -1/+0 |
|
|
* | | | More TCL_UNUSED. | dgp | 2020-03-08 | 1 | -22/+10 |
|
|
* | | | Mark more unused parameters | jan.nijtmans | 2019-09-03 | 1 | -3/+15 |
|
|
* | | | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ... | jan.nijtmans | 2019-08-03 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Eliminate the use of C++ keywords as variable names. Nothing more than rename... | jan.nijtmans | 2019-07-23 | 1 | -3/+3 |
|
|
* | | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -45/+45 |
|/ / / |
|
* | | | Style corrections and warning elimination | dkf | 2019-04-18 | 1 | -101/+217 |
|
|
* | | | merge 8.6 | dgp | 2019-03-08 | 1 | -20/+18 |
|\ \ \
| |/ / |
|
| * | | In the 8.6.* releases, Tcl_GetStringResult() still passes through interp->res... | dgp | 2019-03-07 | 1 | -2/+2 |
|
|
| * | | [39fed4dae5] Minimal fix for volatile lifetime of string returned by | dgp | 2019-03-06 | 1 | -18/+16 |
|
|
* | | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -4/+4 |
|
|
* | | | Purge end-of-line spacing | jan.nijtmans | 2018-08-02 | 1 | -1/+1 |
|
|
* | | | merge 8.6 | dgp | 2018-03-11 | 1 | -1/+0 |
|\ \ \
| |/ / |
|
| * | | plug memleak of constructed package requirement. | dgp | 2018-03-11 | 1 | -1/+0 |
|
|
| * | | Add remaining wrapper to the NR functions, remaining calls to
| pooryorick | 2018-02-12 | 1 | -150/+258 |
|
|
| * | | Adapt signature of PkgRequireCore to conform to Tcl_ObjCmdProc, and call it in | pooryorick | 2018-02-12 | 1 | -35/+48 |
|
|