| Commit message (Expand) | Author | Age | Files | Lines |
* | More (internal) usage of TclGetString() and TclGetStringFromObj() macro's | jan.nijtmans | 2023-03-27 | 1 | -2/+2 |
|
|
* | Avoid msvc "illegal indirection" error. | pooryorick | 2023-03-27 | 1 | -1/+1 |
|
|
* | Fix for [6d4e9d1af5bf5b7d]: Memory leak: SetFsPathFromAny, assisted by the
| pooryorick | 2023-03-26 | 1 | -0/+2 |
|
|
* | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N... | jan.nijtmans | 2022-11-20 | 1 | -3/+3 |
|\ |
|
* | | Backport TIP 602 tildeexpand | apnadkarni | 2022-08-30 | 1 | -36/+44 |
|
|
* | | Added file home command for (possible) Tcl 9 TIP 602 migration | apnadkarni | 2022-08-06 | 1 | -0/+239 |
|
|
* | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj... | jan.nijtmans | 2022-05-17 | 1 | -3/+3 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-02-10 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_... | jan.nijtmans | 2022-02-10 | 1 | -3/+3 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-01-17 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Tcl_NewObj() -> TclNewObj() | jan.nijtmans | 2022-01-17 | 1 | -5/+6 |
|
|
| * | IntRep -> InternalRep. Internal changes only. | jan.nijtmans | 2021-10-19 | 1 | -1/+1 |
|
|
| * | Make Tcl compile warning-free using -Wshadow | jan.nijtmans | 2020-09-28 | 1 | -1/+1 |
|
|
| * | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ... | jan.nijtmans | 2020-08-11 | 1 | -1/+1 |
|
|
| * | Fix for [bcd100410465], stale cached file FsPath object | pooryorick | 2019-10-26 | 1 | -0/+1 |
|
|
* | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing list | jan.nijtmans | 2021-10-06 | 1 | -19/+19 |
|
|
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|
|
* | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -4/+4 |
|
|
* | | More TCL_UNUSED. | dgp | 2020-03-08 | 1 | -6/+3 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2019-12-03 | 1 | -3/+3 |
|\ \ |
|
| * | | Eliminate excess eol-spacing | jan.nijtmans | 2019-12-02 | 1 | -3/+3 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-11-07 | 1 | -118/+79 |
|\ \ \
| |/ / |
|
| * | | Rewrite documentation of IO subsystem. | pooryorick | 2019-11-06 | 1 | -118/+79 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-11-04 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | More simple fix for [bcd100410465], stale cached file FsPath object. | pooryorick | 2019-10-26 | 1 | -0/+1 |
|
|
| * | | Backout [0f2870649c804dd8], since testcase encoding-2.2 fails | jan.nijtmans | 2019-10-24 | 1 | -60/+7 |
| |\ \
| | |/ |
|
| * | | Fix breakage from previous commit (still one test-case, encoding-2.2, is fail... | jan.nijtmans | 2019-10-22 | 1 | -1/+1 |
|
|
| * | | Fix for [bcd1004104] | pooryorick | 2019-10-22 | 1 | -7/+60 |
| |\ \
| | |/ |
|
* | | | Mark more unused parameters | jan.nijtmans | 2019-09-03 | 1 | -3/+6 |
|
|
* | | | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Merge 8.7 | jan.nijtmans | 2019-08-14 | 1 | -1/+1 |
| |\ \ |
|
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -1/+1 |
|
|
* | | | | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -1/+1 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Add some "const" keywords, in places where strings are really const. | jan.nijtmans | 2019-07-30 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -7/+7 |
|/ / |
|
* | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -18/+8 |
|
|
* | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -11/+11 |
|
|
* | | merge 8.6 | sebres | 2018-11-22 | 1 | -36/+41 |
|\ \
| |/ |
|
| * | merge 8.5: fixes segfault [7a9dc52b29] and wrong normalization (inside TclJoi... | sebres | 2018-11-22 | 1 | -36/+41 |
| |\ |
|
| | * | prepare merge: TclJoinPath is in internal API (MODULE_SCOPE) since 8.6 and st... | sebres | 2018-11-22 | 1 | -8/+10 |
|
|
| | * | refactoring normalize in case of second path starting with tilde (~/~foo) - f... | sebres | 2018-11-20 | 1 | -34/+31 |
|
|
| | * | fixes segfault [7a9dc52b29]: unexpected decrement of the ref-count after TclJ... | sebres | 2018-11-20 | 1 | -2/+6 |
|
|
* | | | merge 8.6 | dgp | 2018-11-16 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Clear up a bunch of small issues found by Coverity analysis. | dkf | 2018-11-16 | 1 | -0/+1 |
|
|
* | | | Plug memory leak handling circular path values. | dgp | 2018-04-25 | 1 | -8/+6 |
|
|
* | | | merge 8.7 | dgp | 2017-12-06 | 1 | -3/+2 |
|\ \ \ |
|
| * \ \ | [ce3a211dcb] Failed file normalize when tail is empty string. | dgp | 2017-12-06 | 1 | -3/+2 |
| |\ \ \
| | |/ / |
|
| | * | | [ce3a211dcb] Failed file normalize when tail is empty string. | dgp | 2017-12-06 | 1 | -3/+2 |
| | |\ \
| | | |/ |
|
| | | * | [ce3a211dcb] Failed file normalize when tail is empty string. | dgp | 2017-12-06 | 1 | -3/+2 |
|
|
* | | | | More TIP 445 conversion of the "path" Tcl_ObjType. | dgp | 2017-09-22 | 1 | -35/+5 |
|
|