summaryrefslogtreecommitdiffstats
path: root/generic/tclPathObj.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2024-04-041-8/+8
|\
| * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-2/+2
* | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-3/+3
* | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-4/+4
* | Bug [a288e2003b] - file normalize broken for zipfs.apnadkarni2023-09-201-13/+35
* | Use a static declaration when possible and when it matches the name.dgp2023-09-121-0/+3
* | New (internal) macro TclAttemptInitStringRep()jan.nijtmans2023-06-021-1/+1
* | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-2/+2
* | More (internal) usage of TclGetString() and TclGetStringFromObj() macro'sjan.nijtmans2023-03-271-2/+2
* | Avoid msvc "illegal indirection" error.pooryorick2023-03-271-1/+1
* | Fix for [6d4e9d1af5bf5b7d]: Memory leak: SetFsPathFromAny, assisted by the pooryorick2023-03-261-0/+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
* | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-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
* | 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
* | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-19/+19
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-4/+4
* | More TCL_UNUSED.dgp2020-03-081-6/+3
* | Merge 8.7jan.nijtmans2019-12-031-3/+3
|\ \
| * | Eliminate excess eol-spacingjan.nijtmans2019-12-021-3/+3
* | | Merge 8.7jan.nijtmans2019-11-071-118/+79
|\ \ \ | |/ /
| * | Rewrite documentation of IO subsystem.pooryorick2019-11-061-118/+79
* | | Merge 8.7jan.nijtmans2019-11-041-0/+1
|\ \ \ | |/ /
| * | More simple fix for [bcd100410465], stale cached file FsPath object.pooryorick2019-10-261-0/+1
| * | Backout [0f2870649c804dd8], since testcase encoding-2.2 failsjan.nijtmans2019-10-241-60/+7
| |\ \ | | |/
| * | Fix breakage from previous commit (still one test-case, encoding-2.2, is fail...jan.nijtmans2019-10-221-1/+1
| * | Fix for [bcd1004104]pooryorick2019-10-221-7/+60
| |\ \ | | |/
* | | Mark more unused parametersjan.nijtmans2019-09-031-3/+6
* | | Merge tip-548jan.nijtmans2019-08-151-1/+1
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2019-08-141-1/+1
| |\ \
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-1/+1
* | | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Add some "const" keywords, in places where strings are really const.jan.nijtmans2019-07-301-1/+1
| |/ /
* | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-7/+7
|/ /
* | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-18/+8
* | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-11/+11
* | merge 8.6sebres2018-11-221-36/+41
|\ \ | |/
| * merge 8.5: fixes segfault [7a9dc52b29] and wrong normalization (inside TclJoi...sebres2018-11-221-36/+41
| |\
| | * prepare merge: TclJoinPath is in internal API (MODULE_SCOPE) since 8.6 and st...sebres2018-11-221-8/+10
| | * refactoring normalize in case of second path starting with tilde (~/~foo) - f...sebres2018-11-201-34/+31
| | * fixes segfault [7a9dc52b29]: unexpected decrement of the ref-count after TclJ...sebres2018-11-201-2/+6