summaryrefslogtreecommitdiffstats
path: root/generic/tclFileName.c
Commit message (Expand)AuthorAgeFilesLines
* Repair earlier bug fix. Stopped crash, but botched the logic for multipledgp@users.sourceforge.net2016-06-211-0/+1
* [c383ebb5e4] Match DStringInit and DStringFree properly.dgp@users.sourceforge.net2016-06-201-1/+1
* fix typo found by Coverity; no effect on "most" platforms (is there anyone wh...Miguel Sofer2015-07-311-2/+2
* Improve documentation on the use of com ports (remove references to Windows 9...nijtmans@users.sourceforge.net2014-11-131-4/+4
|\
| * Improve documentation on the use of com ports (remove references to Windows 9...nijtmans@users.sourceforge.net2014-11-131-4/+4
* | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>nijtmans@users.sourceforge.net2013-02-101-1/+0
|\ \ | |/
| * Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.nijtmans@users.sourceforge.net2013-02-101-1/+0
* | revert [8abba84224], and make sure that every source file that uses Tcl_StatB...nijtmans@users.sourceforge.net2013-01-171-0/+1
|\ \ | |/
| * revert [8abba84224], and make sure that every source file that uses Tcl_StatB...nijtmans@users.sourceforge.net2013-01-171-0/+1
* | [Bug #1536227]: Cygwin network pathname supoortnijtmans@users.sourceforge.net2012-08-081-47/+53
|\ \ | |/
| * [Bug #1536227]: Cygwin network pathname supoortnijtmans@users.sourceforge.net2012-08-081-145/+96
* | converting to using Tcl_Obj API for error message generation; part donedonal.k.fellows@manchester.ac.uk2012-08-031-17/+22
* | missed a spotdonal.k.fellows@manchester.ac.uk2012-07-041-2/+1
* | Factor out a number of common patterns of use of Tcl_DStringAppend.donal.k.fellows@manchester.ac.uk2012-07-031-17/+15
* | [Patch #1536227]: Cygwin network pathname supportnijtmans@users.sourceforge.net2012-06-251-17/+23
|\ \ | |/
| * [Patch #1536227]: Cygwin network pathname supportnijtmans@users.sourceforge.net2012-06-251-6/+23
| |\
| | * Cygwin network pathname supportnijtmans@users.sourceforge.net2012-06-221-6/+28
| |/
* | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp@users.sourceforge.net2012-05-211-2/+2
|\ \ | |/
| * When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp@users.sourceforge.net2012-05-211-2/+2
| |\
| | * When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp@users.sourceforge.net2012-05-211-2/+2
| | * make some more internal tables CONSTnijtmans@users.sourceforge.net2012-04-181-1/+1
* | | * generic/tclUtil.c (TclDStringToObj): Added internal function to makedonal.k.fellows@manchester.ac.uk2012-04-251-9/+4
* | | Reduce amount of unreachable code. Refactor Win socket and load code to be lessdonal.k.fellows@manchester.ac.uk2012-04-051-67/+9
* | | some formatting (*.decls)nijtmans@users.sourceforge.net2012-04-041-9/+0
|\ \ \ | |/ /
| * | some formatting (*.decls)nijtmans@users.sourceforge.net2012-04-041-9/+0
| |\ \ | | |/
| | * [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinnijtmans@users.sourceforge.net2012-03-201-11/+0
| | * [Bug 3388350] mingw64 compiler warningsnijtmans@users.sourceforge.net2011-08-161-0/+1
| * | CONST-ification update.dgp@users.sourceforge.net2011-10-271-2/+3
* | | 3479689 New internal routine TclJoinPath().dgp@users.sourceforge.net2012-01-271-22/+18
* | | Use Tcl_PrintfObj to generate more (complex) error messages.donal.k.fellows@manchester.ac.uk2011-08-051-7/+7
* | | More generation of errorCode information (default [bgerror] and [glob]).donal.k.fellows@manchester.ac.uk2011-04-021-0/+17
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indonal.k.fellows@manchester.ac.uk2011-03-121-3/+2
* | | 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
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-011-2/+0
| | * * generic/tclFileName.c: Correct result from [glob */test] when *dgp@users.sourceforge.net2009-08-171-3/+27
| | * * generic/tclFileName.c (TclDoGlob): One of thedgp@users.sourceforge.net2008-12-031-4/+4
| | * * generic/tclFileName.c: Fix for errors handling -types {}dgp@users.sourceforge.net2008-08-131-1/+5
| | * Attempt to correct regression filename-16.6 due to 2006-05-13 commit.dgp@users.sourceforge.net2006-10-031-2/+6
| | * * generic/tclFileName.c (TclGlob): Prevent doubling of directorydgp@users.sourceforge.net2006-10-021-1/+5
| | * * generic/tclFileName.c (TclDoGlob): match incr with existing decr.hobbs2006-08-301-6/+6
| | * * generic/tclFileName.c (TclDoGlob): Disabled the partialdgp@users.sourceforge.net2006-05-131-4/+8
| | * bugs 1194458 and 1225044Kevin B Kenny2005-06-211-9/+15
| | * more tests and a fix to bug 1158199vincentdarley2005-03-151-4/+7
| | * fix to file norm, file pathtype on windows reserved filenames - ensure build ...vincentdarley2005-03-151-4/+10
| | * fix to file norm, file pathtype on windows reserved filenamesvincentdarley2005-03-151-18/+19
| | * glob -path fix for near filesystem rootvincentdarley2004-03-091-1/+11
| | * * generic/tclFileName.c (Tcl_GlobObjCmd): Latest changes todgp@users.sourceforge.net2004-01-131-24/+16
| | * filesystem bug fixes: volumerelative normalization, file join inconsistencyvincentdarley2003-10-061-2/+3
| | * backporting of filesystem tests, docsvincentdarley2003-10-031-5/+6