summaryrefslogtreecommitdiffstats
path: root/generic/tclPathObj.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-03-271-4/+4
|\
| * More (internal) usage of TclGetString() and TclGetStringFromObj() macro'sjan.nijtmans2023-03-271-2/+2
| * Avoid msvc "illegal indirection" error.pooryorick2023-03-271-1/+1
* | Avoid msvc "illegal indirection" error.pooryorick2023-03-271-1/+1
* | Fix for [6d4e9d1af5bf5b7d]: Memory leak: SetFsPathFromAny, assisted by the pooryorick2023-03-261-0/+2
|\ \ | |/
| * Fix for [6d4e9d1af5bf5b7d]: Memory leak: SetFsPathFromAny, assisted by the pooryorick2023-03-261-0/+2
* | More -Wconversion warning fixesjan.nijtmans2023-03-081-5/+5
* | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-1/+1
* | Merge 8.7jan.nijtmans2022-11-201-2/+2
|\ \ | |/
| * Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N...jan.nijtmans2022-11-201-3/+3
| |\
| * | Backport TIP 602 tildeexpandapnadkarni2022-08-301-36/+44
| * | Added file home command for (possible) Tcl 9 TIP 602 migrationapnadkarni2022-08-061-0/+239
* | | TIP 644 - Make Tcl_ObjType extensibleapnadkarni2022-10-111-1/+2
* | | Remove tilde expansion from docs. Fix comments that referenced the same.apnadkarni2022-09-151-4/+0
* | | Silence compiler warnings.dgp2022-09-151-4/+3
* | | Implement file tildeexpandapnadkarni2022-08-191-36/+44
* | | Remove code that was ifdef'ed outapnadkarni2022-08-071-153/+4
* | | Update tests for TIP 602apnadkarni2022-08-011-0/+26
* | | Add 'file home' commandapnadkarni2022-07-311-68/+93
* | | Resolve ~ for MacOS during initializationapnadkarni2022-07-081-0/+188
* | | Start on TIP-602 implementation. Work in progressapnadkarni2022-07-081-6/+16
* | | Merge 9.0jan.nijtmans2022-05-171-3/+3
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2022-05-171-3/+3
| |\ \ \ | | |/ /
| | * | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-3/+3
| * | | Merge 8.7jan.nijtmans2022-02-101-3/+3
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2022-02-101-3/+3
| | |\ \ | | | |/
| | | * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-3/+3
* | | | More progressjan.nijtmans2022-03-291-2/+0
* | | | Same with TclListObjGetElementsjan.nijtmans2022-02-101-2/+2
* | | | Tcl_ListObjLength -> TclListObjLengthjan.nijtmans2022-02-101-1/+1
* | | | More WIPjan.nijtmans2022-01-261-2/+2
* | | | More work in progressjan.nijtmans2022-01-241-10/+10
|\ \ \ \ | |/ / /
* | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-3/+3
|/ / /
* | | Merge 8.7jan.nijtmans2022-01-171-1/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-01-171-1/+2
| |\ \ | | |/
| | * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-5/+6
| | * IntRep -> InternalRep. Internal changes only.jan.nijtmans2021-10-191-1/+1
| | * Make Tcl compile warning-free using -Wshadowjan.nijtmans2020-09-281-1/+1
| | * Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-1/+1
| | * Fix for [bcd100410465], stale cached file FsPath objectpooryorick2019-10-261-0/+1
* | | Merge 8.7jan.nijtmans2021-10-081-19/+19
|\ \ \ | |/ /
| * | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-19/+19
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-29/+29
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | | Merge 8.7jan.nijtmans2020-09-171-4/+4
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-4/+4
* | | Merge 8.7jan.nijtmans2020-03-091-6/+3
|\ \ \ | |/ /
| * | More TCL_UNUSED.dgp2020-03-081-6/+3
* | | Merge 8.7jan.nijtmans2020-02-281-10/+13
|\ \ \ | |/ /