summaryrefslogtreecommitdiffstats
path: root/generic/tclPathObj.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunkdgp2017-07-061-39/+43
|\
| * merge 8.6dgp2017-07-061-39/+43
| |\
| | * Pull out of the loop a block of code that can only run in first iteration.bug_adb198c256dgp2017-07-061-18/+19
| | * Alternative fix for memleaks in fs path join machinery.dgp2017-07-061-17/+16
* | | merge trunkjan.nijtmans2017-07-031-32/+26
|\ \ \ | |/ /
| * | 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
* | | | merge trunkjan.nijtmans2017-05-041-1/+11
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge trunkjan.nijtmans2017-05-011-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 produced the ...dgp2017-04-281-0/+7
| | |\ \ | | | |/
| | | * [f34cf83dd0] An optimization was being taken in a case where it produceddgp2017-04-281-0/+7
* | | | merge trunkjan.nijtmans2017-02-031-1/+1
|\ \ \ \ | |/ / /
| * | | In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERRO...jan.nijtmans2017-02-031-1/+1
* | | | merge trunkjan.nijtmans2016-11-291-1/+1
|\ \ \ \ | |/ / /
* | | | merge trunkjan.nijtmans2016-07-081-29/+33
|\ \ \ \ | |/ / /
| * | | Merge core-8-6-branch: Bug [a47641a031]. TclJoinPath was calling TclNewFSPath...jan.nijtmans2016-07-081-3/+7
| |\ \ \ | | |/ /
| | * | Bug [a47641a031]. TclJoinPath was calling TclNewFSPathObj with aashok2016-07-081-3/+7
| * | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-26/+26
| |/ /
* | | merge trunkjan.nijtmans2014-07-171-12/+6
|\ \ \ | |/ /
| * | [3479689] Plug memory leak due to incomplete bug fix.dgp2014-07-111-12/+6
* | | Merge trunkjan.nijtmans2014-02-111-3/+3
|\ \ \ | |/ /
| * | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang...jan.nijtmans2014-02-101-3/+3
* | | merge trunkjan.nijtmans2013-02-041-2/+2
|\ \ \ | |/ /
| * | Eliminate all Tcl_ConvertToType calls and all direct calls to typePtr->setFro...jan.nijtmans2013-02-041-2/+2
* | | merge trunkjan.nijtmans2013-02-031-2/+2
|\ \ \ | |/ /
| * | merge core-8-5-branchjan.nijtmans2013-01-311-2/+2
| |\ \ | | |/
| | * Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th...jan.nijtmans2013-01-311-2/+2
* | | unnecessary hook struct definitionsjn_no_struct_namesjan.nijtmans2012-08-211-2/+7
|\ \ \ | |/ /
| * | 3559678 Fix bad filename normalization when the last component is the empty s...dgp2012-08-201-2/+7
| |\ \ | | |/
| | * 3559678 Fix bad filename normalization when the last component is the empty s...dgp2012-08-201-2/+7
* | | remove unnecessary struct names, which only pollute the "struct" namespace fo...jan.nijtmans2012-08-201-1/+1
|/ /
* | more result generation conversiondkf2012-08-031-9/+7
* | Simplify tclFileSystem.h. Define structs where used.dgp2012-06-281-12/+10
|\ \ | |/
| * Simplify tclFileSystem.h. Define structs where used.dgp2012-06-281-12/+10
* | fix some gcc 64-bit warningsjan.nijtmans2012-06-261-3/+0
|\ \ | |/
| * fix some gcc 64-bit warningsjan.nijtmans2012-06-261-3/+0
* | 3024359 Make sure that the per-thread cache of the list of file systemsdgp2012-06-251-4/+13
|\ \ | |/
| * Simplify bug fix so that active claims on the FilesystemRecord list of a threadbug_3024359dgp2012-06-251-2/+1
| |\
| * \ merge 8.5dgp2012-06-211-41/+24
| |\ \ | | |/
| * | Only record the filesystemEpoch when it actually marks the validity ofdgp2012-06-211-6/+15
* | | Stop storing FilesystemRecord in the intrep of a "path". We never use it.dgp2012-06-211-41/+23
|\ \ \ | | |/ | |/|
| * | Stop storing FilesystemRecord in the intrep of a "path". We never use it.dgp2012-06-211-41/+24
| |/
| |
| \
*-. \ Remove dead code that complicates fs path values but adds no value.dgp2012-06-201-42/+9
|\ \ \ | | |/
| | * Purge more dead fs path code.dgp2012-06-201-17/+3
| |/