summaryrefslogtreecommitdiffstats
path: root/generic/tclPathObj.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-09-201-13/+35
|\
| * Bug [a288e2003b] - file normalize broken for zipfs.apnadkarni2023-09-201-13/+35
* | merge 8.7dgp2023-09-121-0/+3
|\ \ | |/
| * Use a static declaration when possible and when it matches the name.dgp2023-09-121-0/+3
* | Merge 8.7jan.nijtmans2023-06-021-1/+1
|\ \ | |/
| * New (internal) macro TclAttemptInitStringRep()jan.nijtmans2023-06-021-1/+1
* | Improve TclDuplicatePureObj(), remove unnecessary increment/decrement pairs, ...pooryorick2023-05-171-2/+7
* | Fix warnings generated on disable8api buildsapnadkarni2023-04-211-20/+20
* | Merge trunkapnadkarni2023-04-141-2/+2
|\ \
| * \ Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-2/+2
| |\ \ | | |/
| | * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-2/+2
* | | Merge 9.0apnadkarni2023-04-051-6/+6
|\ \ \ | |/ /
* | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-10/+10
|/ /
* | 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