summaryrefslogtreecommitdiffstats
path: root/generic/tclPathObj.c
Commit message (Expand)AuthorAgeFilesLines
* [3479689] Plug memory leak due to incomplete bug fix.dgp@users.sourceforge.net2014-07-111-12/+6
* Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang...nijtmans@users.sourceforge.net2014-02-101-3/+3
* Eliminate all Tcl_ConvertToType calls and all direct calls to typePtr->setFro...nijtmans@users.sourceforge.net2013-02-041-2/+2
* merge core-8-5-branchnijtmans@users.sourceforge.net2013-01-311-2/+2
|\
| * Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th...nijtmans@users.sourceforge.net2013-01-311-2/+2
* | 3559678 Fix bad filename normalization when the last component is the empty s...dgp@users.sourceforge.net2012-08-201-2/+7
|\ \ | |/
| * 3559678 Fix bad filename normalization when the last component is the empty s...dgp@users.sourceforge.net2012-08-201-2/+7
* | more result generation conversiondonal.k.fellows@manchester.ac.uk2012-08-031-9/+7
* | Simplify tclFileSystem.h. Define structs where used.dgp@users.sourceforge.net2012-06-281-12/+10
|\ \ | |/
| * Simplify tclFileSystem.h. Define structs where used.dgp@users.sourceforge.net2012-06-281-12/+10
* | fix some gcc 64-bit warningsnijtmans@users.sourceforge.net2012-06-261-3/+0
|\ \ | |/
| * fix some gcc 64-bit warningsnijtmans@users.sourceforge.net2012-06-261-3/+0
* | 3024359 Make sure that the per-thread cache of the list of file systemsdgp@users.sourceforge.net2012-06-251-4/+13
|\ \ | |/
| * Simplify bug fix so that active claims on the FilesystemRecord list of a threaddgp@users.sourceforge.net2012-06-251-2/+1
| |\
| * \ merge 8.5dgp@users.sourceforge.net2012-06-211-41/+24
| |\ \ | | |/
| * | Only record the filesystemEpoch when it actually marks the validity ofdgp@users.sourceforge.net2012-06-211-6/+15
* | | Stop storing FilesystemRecord in the intrep of a "path". We never use it.dgp@users.sourceforge.net2012-06-211-41/+23
|\ \ \ | | |/ | |/|
| * | Stop storing FilesystemRecord in the intrep of a "path". We never use it.dgp@users.sourceforge.net2012-06-211-41/+24
| |/
| |
| \
*-. \ Remove dead code that complicates fs path values but adds no value.dgp@users.sourceforge.net2012-06-201-42/+9
|\ \ \ | | |/
| | * Purge more dead fs path code.dgp@users.sourceforge.net2012-06-201-17/+3
| |/
| * Remove dead code that complicates fs path values but adds no value.dgp@users.sourceforge.net2012-06-201-26/+7
* | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp@users.sourceforge.net2012-05-211-1/+1
|\ \ | |/
| * When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp@users.sourceforge.net2012-05-211-1/+1
* | * generic/tclUtil.c (TclDStringToObj): Added internal function to makedonal.k.fellows@manchester.ac.uk2012-04-251-4/+1
* | some formatting (*.decls)nijtmans@users.sourceforge.net2012-04-041-33/+0
|\ \ | |/
| * some formatting (*.decls)nijtmans@users.sourceforge.net2012-04-041-33/+0
* | 3479689 New internal routine TclJoinPath().dgp@users.sourceforge.net2012-01-271-35/+26
* | 3475569 Add checks for unshared values before calls demanding them.dgp@users.sourceforge.net2012-01-261-6/+23
|\ \ | |/
| * 3479689 Stop memory corruption when shimmering 0-refCount value to "path" type.dgp@users.sourceforge.net2012-01-261-0/+3
| * 3475569 Add value-sharing checks before calls that demand unshared arguments.dgp@users.sourceforge.net2012-01-241-6/+20
* | 3414754 Fix the PATHFLAGS != 0 intrep normalizing trailing slashes.dgp@users.sourceforge.net2011-10-311-28/+11
|\ \ | |/
| * Purge the old, buggy implementation.dgp@users.sourceforge.net2011-10-311-34/+0
| * Proposed fix for 3414754dgp@users.sourceforge.net2011-10-271-0/+17
* | 3389764 Eliminate possibility that "path" value dup can create reference cycle.dgp@users.sourceforge.net2011-08-121-12/+12
|\ \ | |/
| * 3389764 Eliminate possibility that "path" value dup can create reference cycle.dgp@users.sourceforge.net2011-08-121-12/+12
| * Backport fix for [Bug 2857044].dgp@users.sourceforge.net2011-04-271-4/+1
* | TclFreeIntRep() related cleanup.dgp@users.sourceforge.net2011-04-251-4/+0
* | More generation of error codes (namespace creation, path normalization,donal.k.fellows@manchester.ac.uk2011-04-031-0/+6
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indonal.k.fellows@manchester.ac.uk2011-03-121-8/+8
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp@users.sourceforge.net2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
| * installData.tcl: Make sure that copyDir only receives normalized paths.nijtmans2010-05-211-19/+33
| * * generic/tclPathObj.c (TclPathPart): Correct inconsistency betweendgp@users.sourceforge.net2010-01-051-26/+10
| * * generic/tclPathObj.c: Missing refcount on cached normalized pathdgp@users.sourceforge.net2009-10-271-1/+2
| * * generic/tclPathObj.c: [Bug 2806250] Prevent the storage of stringsdgp@users.sourceforge.net2009-08-201-104/+99
| * * generic/tclPathObj.c: Added NULL check to prevent crashes duringdgp@users.sourceforge.net2009-08-181-2/+8
| * * generic/tclPathObj.c (TclPathPart): TclPathPart() was computingdgp@users.sourceforge.net2009-03-271-3/+29
| * * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType()dgp@users.sourceforge.net2009-02-201-1/+10
| * * generic/tclPathObj.c (Tcl_FSGetNormalizedPath): Added anotherdgp@users.sourceforge.net2008-12-041-13/+76
| * * generic/tclPathObj.c: Plug memory leak in [Bug 1999176] fix. Thanksdgp@users.sourceforge.net2008-06-291-3/+7