summaryrefslogtreecommitdiffstats
path: root/generic/tclPathObj.c
Commit message (Expand)AuthorAgeFilesLines
* When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp2012-05-211-1/+1
|\
| * When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp2012-05-211-1/+1
* | * generic/tclUtil.c (TclDStringToObj): Added internal function to makedkf2012-04-251-4/+1
* | some formatting (*.decls)jan.nijtmans2012-04-041-33/+0
|\ \ | |/
| * some formatting (*.decls)jan.nijtmans2012-04-041-33/+0
* | 3479689 New internal routine TclJoinPath().dgp2012-01-271-35/+26
* | 3475569 Add checks for unshared values before calls demanding them.dgp2012-01-261-6/+23
|\ \ | |/
| * 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
* | 3414754 Fix the PATHFLAGS != 0 intrep normalizing trailing slashes.dgp2011-10-311-28/+11
|\ \ | |/
| * 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
|\ \ | |/
| * 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
* | TclFreeIntRep() related cleanup.dgp2011-04-251-4/+0
* | More generation of error codes (namespace creation, path normalization,dkf2011-04-031-0/+6
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-8/+8
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/
| * 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
* | * generic/tclOOMethod.c (ProcedureMethodCompiledVarConnect):hobbs2010-09-221-9/+13
* | Code Audit results:dkf2010-03-051-21/+23
* | Pure whitespace changes, changing to follow Engineering Manual style.dkf2010-02-241-2/+2
* | * generic/tclPathObj.c (TclPathPart): Correct inconsistency betweendgp2010-01-051-26/+10
* | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ...nijtmans2009-12-211-3/+15
* | * generic/tclPathObj.c: Missing refcount on cached normalized pathdgp2009-10-271-1/+2
* | * generic/tclDictObj.c: Updated freeIntRepProc routines sodgp2009-09-301-1/+2
* | * generic/tclPathObj.c: [Bug 2806250] Prevent the storage of stringsdgp2009-08-201-149/+80
* | * generic/tclPathObj.c: Added NULL check to prevent crashes duringdgp2009-08-181-1/+4
* | * generic/tclPathObj.c (TclPathPart): TclPathPart() was computingdgp2009-03-271-3/+29
* | * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType()dgp2009-02-201-1/+10
* | - eliminate some unnessary type castsnijtmans2009-02-101-2/+2
* | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-67/+71
* | * generic/tclPathObj.c (Tcl_FSGetNormalizedPath): Added anotherdgp2008-12-041-13/+76
* | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-6/+8
* | Add "const" to many internalnijtmans2008-10-161-2/+2
* | * doc/FileSystem.3: CONSTified many functions using Tcl_FileSystemnijtmans2008-07-281-6/+6
* | * generic/tclPathObj.c: Plug memory leak in [Bug 1999176] fix. Thanksdgp2008-06-291-3/+7