summaryrefslogtreecommitdiffstats
path: root/generic/tclPathObj.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Stop storing FilesystemRecord in the intrep of a "path". We never use it.dgp2012-06-211-41/+24
* | Only record the filesystemEpoch when it actually marks the validity ofdgp2012-06-211-6/+15
|/
* Purge more dead fs path code.dgp2012-06-201-17/+3
* Remove dead code that complicates fs path values but adds no value.dgp2012-06-201-26/+7
* When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp2012-05-211-1/+1
* some formatting (*.decls)jan.nijtmans2012-04-041-33/+0
* 3479689 Stop memory corruption when shimmering 0-refCount value to "path" type.dgp2012-01-261-0/+3
* 3475569 Add value-sharing checks before calls that demand unshared arguments.dgp2012-01-241-6/+20
* Purge the old, buggy implementation.bug_3414754dgp2011-10-311-34/+0
* Proposed fix for 3414754dgp2011-10-271-0/+17
* 3389764 Eliminate possibility that "path" value dup can create reference cycle.dgp2011-08-121-12/+12
* Backport fix for [Bug 2857044].dgp2011-04-271-4/+1
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-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 betweendgp2010-01-051-26/+10
* * generic/tclPathObj.c: Missing refcount on cached normalized pathdgp2009-10-271-1/+2
* * generic/tclPathObj.c: [Bug 2806250] Prevent the storage of stringsdgp2009-08-201-104/+99
* * generic/tclPathObj.c: Added NULL check to prevent crashes duringdgp2009-08-181-2/+8
* * generic/tclPathObj.c (TclPathPart): TclPathPart() was computingdgp2009-03-271-3/+29
* * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType()dgp2009-02-201-1/+10
* * generic/tclPathObj.c (Tcl_FSGetNormalizedPath): Added anotherdgp2008-12-041-13/+76
* * generic/tclPathObj.c: Plug memory leak in [Bug 1999176] fix. Thanksdgp2008-06-291-3/+7
* * generic/tclPathObj.c: Plug memory leak in [Bug 1972879] fix. Thanksdgp2008-06-281-3/+8
* * generic/tclPathObj.c: Fixed some internals management in the "path"dgp2008-06-241-2/+25
* * generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() whendgp2008-06-231-2/+11
* merge stable branch onto HEADdgp2007-12-131-1/+1
* Reduce cast count.dkf2007-11-191-109/+102
* More minor cleanupdkf2007-11-181-6/+6
* * generic/tclPathObj.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath):Kevin B Kenny2007-05-021-3/+10
* Replaced commas in varargs with string concatenation where possible [Patch 15...Kevin B Kenny2007-04-201-4/+4
* * doc/clock.n: Corrected a silly error (transposed 'uppercase'Kevin B Kenny2007-04-201-2/+3
* Eliminate use of (VOID*) casts when calling memset or memcpy.dkf2007-04-171-3/+3
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-2/+2
* various "const" additions, in line with TIP #27nijtmans2007-02-201-26/+26
* Bug #1479814. Handle extended paths on Windows NT and above.patthoyts2007-02-201-1/+16
* fixed [ 1548263 ] NULL return from Tcl_FSGetNormalizedPath segvcoldstore2006-08-291-2/+4
* * generic/tclPathObj.c: Yet another revised fix for the [Bug 1379287]dgp2006-04-071-5/+12
* * generic/tclPathObj.c: Revised fix for the [Bug 1379287] familydgp2006-04-061-30/+19
* * generic/tclPathObj.c: More fixes for path normalization when /../dgp2006-03-291-9/+15
* another stab at fixing 1379287dgp2006-03-041-6/+13
* * generic/tclPathObj.c: Revised yesterday's fix for [Bug 1379287]dgp2006-03-031-4/+6
* * generic/tclPathObj.c: Fix for failed normalization ofdgp2006-03-031-2/+10
* Fixed potential overwriting of already freed memoryvasiljevic2006-01-121-3/+7
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-2/+2
* Formatting and pure ANSI function declsdkf2005-10-121-152/+161
* Fix for [Bug 1325099]dkf2005-10-121-2/+2
* More informative comment.dkf2005-08-091-2/+6
* added nul-termination missing from earlier commit todaydgp2005-08-091-1/+2