summaryrefslogtreecommitdiffstats
path: root/generic/tclPathObj.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Merge 8.7jan.nijtmans2019-12-031-3/+3
| |\
| * \ Merge 8.7jan.nijtmans2019-11-071-118/+79
| |\ \
| * \ \ Merge 8.7jan.nijtmans2019-11-041-0/+1
| |\ \ \
| * | | | Mark more unused parametersjan.nijtmans2019-09-031-3/+6
| * | | | Merge tip-548jan.nijtmans2019-08-151-1/+1
| |\ \ \ \
| * \ \ \ \ Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-1/+1
| |\ \ \ \ \
| * | | | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-7/+7
* | | | | | | Merge 8.7jan.nijtmans2019-12-021-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
| | |_|_|/ | |/| | |
* | | | | Close fork, Merge 8.7jan.nijtmans2019-10-281-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | More simple fix for [bcd100410465], stale cached file FsPath object.pooryorick2019-10-261-0/+1
* | | | | Merge 8.7jan.nijtmans2019-10-241-59/+7
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | | Merge 8.7jan.nijtmans2019-10-221-7/+59
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix for [bcd1004104]pooryorick2019-10-221-7/+60
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | |
* | | | | Merge 8.7jan.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.7jan.nijtmans2019-08-011-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Add some "const" keywords, in places where strings are really const.jan.nijtmans2019-07-301-1/+1
| |/ /
* | | merge 8.7jan.nijtmans2019-02-271-17/+7
|\ \ \ | |/ /
| * | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-18/+8
* | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-6/+7
* | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-8/+11
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2019-01-281-11/+11
|\ \ \ | |/ /
| * | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. jan.nijtmans2019-01-281-11/+11
* | | merge 8.7sebres2018-11-221-36/+41
|\ \ \ | |/ /
| * | 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
* | | | merge 8.7dgp2018-11-161-0/+1
|\ \ \ \ | |/ / /
| * | | merge 8.6dgp2018-11-161-0/+1
| |\ \ \ | | |/ /
| | * | Clear up a bunch of small issues found by Coverity analysis.dkf2018-11-161-0/+1
* | | | Implement TIP 445dgp2018-11-131-175/+76
|\ \ \ \ | |/ / /
| * | | Plug memory leak handling circular path values.dgp2018-04-251-8/+6
| * | | merge 8.7dgp2017-12-061-3/+2
| |\ \ \
| * | | | More TIP 445 conversion of the "path" Tcl_ObjType.dgp2017-09-221-35/+5
| * | | | Partial conversion of the "path" Tcl_ObjType to TIP 445 contributed bydgp2017-09-221-130/+64
| * | | | merge trunkdgp2017-07-061-33/+31
| |\ \ \ \
| * \ \ \ \ merge trunkdgp2017-05-081-1/+18
| |\ \ \ \ \