Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2020-10-02 | 1 | -2/+2 |
|\ | |||||
| * | Fix -Wshadow warnings, when compiling with a C++ compiler | jan.nijtmans | 2020-10-02 | 1 | -2/+2 |
* | | Merge 8.7 | jan.nijtmans | 2020-09-28 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | 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 |
| | |\ | |||||
* | | \ | Merge 8.7 | jan.nijtmans | 2020-09-17 | 1 | -4/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -4/+5 |
* | | | | Merge 8.7 | jan.nijtmans | 2020-08-13 | 1 | -1/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | More usage of TclNewIntObj() macro | jan.nijtmans | 2020-08-13 | 1 | -1/+2 |
* | | | | merge 8.7 | dgp | 2020-03-17 | 1 | -1/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -1/+0 |
* | | | | Merge 8.7 | jan.nijtmans | 2020-03-09 | 1 | -22/+10 |
|\ \ \ \ | |/ / / | |||||
| * | | | More TCL_UNUSED. | dgp | 2020-03-08 | 1 | -22/+10 |
* | | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -48/+60 |
|\ \ \ \ | |/ / / | |||||
| * | | | 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 |
| |\ \ \ | |||||
| * | | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -45/+45 |
* | | | | | Merge 8.7 | jan.nijtmans | 2019-07-24 | 1 | -3/+3 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Eliminate the use of C++ keywords as variable names. Nothing more than rename... | jan.nijtmans | 2019-07-23 | 1 | -3/+3 |
| |/ / / | |||||
* | | | | merge 8.7 | dkf | 2019-04-19 | 1 | -101/+218 |
|\ \ \ \ | |/ / / | |||||
| * | | | Style corrections and warning elimination | dkf | 2019-04-18 | 1 | -101/+217 |
* | | | | Code cleanup: Remove unneeded #undef's, and unneeded inclused. No change in f... | jan.nijtmans | 2019-03-24 | 1 | -3/+3 |
* | | | | merge 8.7 | dgp | 2019-03-08 | 1 | -20/+18 |
|\ \ \ \ | |/ / / | |||||
| * | | | 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 |
* | | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >... | jan.nijtmans | 2019-02-01 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
* | | | | Another round of int -> size_t modifications, so strings > 2Gb are handled co... | jan.nijtmans | 2019-01-24 | 1 | -1/+2 |
* | | | | Merge 8.7 | jan.nijtmans | 2018-12-11 | 1 | -6/+7 |
|\ \ \ \ | |/ / / | |||||
* | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -55/+55 |
* | | | | Merge 8.7 | jan.nijtmans | 2018-08-02 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Purge end-of-line spacing | jan.nijtmans | 2018-08-02 | 1 | -1/+1 |
* | | | | merge 8.7 | dgp | 2018-03-11 | 1 | -1/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | 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 |
| | * | | Preparation to provide TclNRPackageObjectCmd: Eliminate the loop in | pooryorick | 2018-02-12 | 1 | -262/+263 |
| | * | | Change the signature of PkgRequireCore in preparation to provide | pooryorick | 2018-02-11 | 1 | -22/+21 |
| | * | | Fix handling of surrogates (when TCL_UTF_MAX > 3) in Tcl_UtfNcmp()/Tcl_UtfNca... | jan.nijtmans | 2017-12-28 | 1 | -3/+3 |
* | | | | Merge 8.7 | jan.nijtmans | 2018-03-07 | 1 | -10/+12 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix handling of "pkgIndex" file in "package files" command. This was broken a... | jan.nijtmans | 2018-03-07 | 1 | -14/+11 |
| * | | | Fix the "package files" command. Due to the NRE enabling of "package" it alwa... | jan.nijtmans | 2018-03-06 | 1 | -10/+15 |
* | | | | merge core-8-branch | jan.nijtmans | 2018-02-06 | 1 | -298/+422 |
|\ \ \ \ | |/ / / | |||||
| * | | | Add remaining wrapper to the NR functions, remaining calls to | pooryorick | 2018-02-06 | 1 | -163/+273 |
| * | | | Fix segmentation fault triggered by test package-3.12. Adapt signature of | pooryorick | 2018-01-31 | 1 | -35/+48 |
| * | | | Preparation to provide TclNRPackageObjectCmd: Eliminate the loop in | pooryorick | 2018-01-28 | 1 | -276/+277 |
* | | | | merge core-8-branch | jan.nijtmans | 2018-01-29 | 1 | -22/+21 |
|\ \ \ \ | |/ / / |