summaryrefslogtreecommitdiffstats
path: root/generic/tclPathObj.c
Commit message (Expand)AuthorAgeFilesLines
* Backport: Add [[unreachable]] and [[fallthrough]] from C23 (where available)jan.nijtmans2025-06-021-4/+1
* Fix [f2b5f89c0d]: clock scan of leapsecond: wrong result in 8.6 and 9.0. jan.nijtmans2024-11-211-8/+8
* Merge 8.7 - TIP 701 - Tcl_FSTildeExpand C APIapnadkarni2024-10-301-32/+72
|\
| * Add Tcl_FSTildeExpand manpage. Do not depend on caller to clean up output DSt...apnadkarni2024-10-301-7/+10
| * Add Tcl_FSTildeExpand and testsapnadkarni2024-09-111-36/+70
* | (void *)NULL -> (char *)NULL, where appropriatejan.nijtmans2024-10-251-2/+2
|\ \ | |/
* | Merge-mark 8.7. Indenting (8 spaces -> tabs)jan.nijtmans2024-10-091-34/+34
|\ \ | |/
| * Missed some backports from 9.0. Some indentingjan.nijtmans2024-08-051-36/+36
| * Merge 8.6jan.nijtmans2024-04-041-8/+8
| |\
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-2/+2
* | | Some tidying up, mostly of indentationdkf2024-06-011-14/+14
* | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-65/+65
* | | Clean up a lot of small whitespace issues dkf2024-05-131-65/+65
* | | More whitespace cleanupdkf2024-05-101-2/+0
* | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-30/+30
|\ \ \ | |/ /
| * | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-3/+3
* | | more spacing/formatting tweaksdkf2024-03-191-6/+6
* | | Fix indentation/brace usage style issuesdkf2024-03-191-11/+8
* | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-2/+2
* | | Merge 8.7jan.nijtmans2023-10-191-2/+2
|\ \ \ | |/ /
| * | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-4/+4
* | | 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