summaryrefslogtreecommitdiffstats
path: root/generic/tclPathObj.c
Commit message (Expand)AuthorAgeFilesLines
...
| * * 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
* | * generic/tclPathObj.c: Plug memory leak in [Bug 1972879] fix. Thanksdgp2008-06-281-3/+7
* | * 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-7/+9
* | * generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() whendgp2008-06-231-2/+9
* | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-2/+2
|/
* 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
* file rootname bug fixvincentdarley2005-08-081-2/+5
* Systematizing the formattingdkf2005-07-211-881/+932
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1