summaryrefslogtreecommitdiffstats
path: root/generic/tclPathObj.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ \ \
| * | | | | | Reduce direct use of the tclEmptyStringRep.dgp2016-10-121-2/+1
| * | | | | | merge trunkdgp2016-07-091-27/+31
| |\ \ \ \ \ \
| * | | | | | | Use static name for a static struct.dgp2016-04-111-19/+19
* | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-8/+8
|\ \ \ \ \ \ \ \
* | | | | | | | | Starting to update all callers of TclGetStringFromObj() to use size_t variablesjan.nijtmans2018-07-011-20/+21
* | | | | | | | | Another round of size_t'isms, this time also for Tcl_DStringjan.nijtmans2018-06-291-9/+6
* | | | | | | | | Change signature of Tcl_GetRange() to use size_t. Merge trunk.jan.nijtmans2018-06-161-5/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
* | | | | | | | | Merge trunk. Some more size_t additions in parameters/fieldsjan.nijtmans2018-06-141-3/+3
|/ / / / / / / /
* | | | | | | | [ce3a211dcb] Failed file normalize when tail is empty string.dgp2017-12-061-3/+2
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | [ce3a211dcb] Failed file normalize when tail is empty string.dgp2017-12-061-3/+2
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | / / | | | |_|_|/ / | | |/| | | |
| | * | | | | [ce3a211dcb] Failed file normalize when tail is empty string.dgp2017-12-061-3/+2
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | * | | | [ce3a211dcb] Failed file normalize when tail is empty string.dgp2017-12-061-3/+2
* | | | | | | merge core-8-branch. Various cleanup: unused structure names, unused #defines...jan.nijtmans2017-12-011-2/+2
|/ / / / / /
* | | | | | merge 8.6dgp2017-07-061-39/+43
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Pull out of the loop a block of code that can only run in first iteration.dgp2017-07-061-18/+19
| * | | | | Alternative fix for memleaks in fs path join machinery.dgp2017-07-061-17/+16
* | | | | | merge core-8-6-branchjan.nijtmans2017-07-031-32/+26
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | tclPathObj: fixed TclJoinPath - usage of released object and object leakage.sebres2017-07-031-32/+26
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | tclPathObj: fixed TclJoinPath (backported from 8.6) - usage of released objec...sebres2017-07-031-84/+70
* | | | | Revert the colorful debug garbage mistakenly committed.dgp2017-05-011-8/+2
* | | | | [f9fe90d0fa] [file join] normalization. See filesystem-1.52*dgp2017-05-011-3/+19
|\ \ \ \ \ | |/ / / /
| * | | | [f9fe90d0fa] [file join] normalization. See filesystem-1.52*dgp2017-05-011-1/+11
| |\ \ \ \ | | |/ / /
| | * | | [f9fe90d0fa] [file join] normalization. See filesystem-1.52*dgp2017-05-011-1/+11
* | | | | [f34cf83dd0] An optimization was being taken in a case where it produced the ...dgp2017-04-281-0/+7
|\ \ \ \ \ | |/ / / /
| * | | | [f34cf83dd0] An optimization was being taken in a case where it produced the ...dgp2017-04-281-0/+7
| |\ \ \ \ | | |/ / /
| | * | | [f34cf83dd0] An optimization was being taken in a case where it produceddgp2017-04-281-0/+7