summaryrefslogtreecommitdiffstats
path: root/generic/tclFileName.c
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation on the use of com ports (remove references to Windows 9...jan.nijtmans2014-11-131-4/+4
* Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-101-1/+0
* revert [8abba84224], and make sure that every source file that uses Tcl_StatB...jan.nijtmans2013-01-171-0/+1
* [Bug #1536227]: Cygwin network pathname supoortjan.nijtmans2012-08-081-145/+96
* [Patch #1536227]: Cygwin network pathname supportjan.nijtmans2012-06-251-6/+23
|\
| * Cygwin network pathname supportbug_1536227jan.nijtmans2012-06-221-6/+28
|/
* When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp2012-05-211-2/+2
|\
| * When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp2012-05-211-2/+2
| * make some more internal tables CONSTjan.nijtmans2012-04-181-1/+1
* | some formatting (*.decls)jan.nijtmans2012-04-041-9/+0
|\ \ | |/
| * [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinjan.nijtmans2012-03-201-11/+0
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-0/+1
* | CONST-ification update.dgp2011-10-271-2/+3
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| * * generic/tclFileName.c: Correct result from [glob */test] when *dgp2009-08-171-3/+27
| * * generic/tclFileName.c (TclDoGlob): One of thedgp2008-12-031-4/+4
| * * generic/tclFileName.c: Fix for errors handling -types {}dgp2008-08-131-1/+5
| * Attempt to correct regression filename-16.6 due to 2006-05-13 commit.dgp2006-10-031-2/+6
| * * generic/tclFileName.c (TclGlob): Prevent doubling of directorydgp2006-10-021-1/+5
| * * generic/tclFileName.c (TclDoGlob): match incr with existing decr.hobbs2006-08-301-6/+6
| * * generic/tclFileName.c (TclDoGlob): Disabled the partialdgp2006-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 todgp2004-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
| * 2003-07-16 Mumit Khan <khan@nanotech.wisc.edu>hobbs2003-07-171-40/+13
| * * generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840]dgp2003-07-161-2/+1
| * glob and square brackets fixvincentdarley2003-04-291-3/+14
* | installData.tcl: Make sure that copyDir only receives normalized paths.nijtmans2010-05-211-5/+4
* | * generic/tclFileName.c: Correct regression in [Bug 2837800] fix.dgp2009-08-211-2/+2
* | * generic/tclFileName.c: Correct result from [glob */test] when *dgp2009-08-201-2/+30
* | * generic/tclFileName.c (DoGlob): One of thedgp2008-12-031-3/+4
* | * generic/tclFileName.c: Fix for errors handling -types {}dgp2008-08-131-1/+5
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | More minor cleanupdkf2007-11-181-8/+7
* | * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-201-2/+2
* | Whitespace policing, replacing commas in varargs with constant string catenat...Kevin B Kenny2007-04-201-3/+3
* | Eliminate use of (VOID*) casts when calling memset or memcpy.dkf2007-04-171-2/+2
* | Reformat to standard function definition formdkf2007-04-101-2/+5
* | Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-7/+6
* | * generic/tclBasic.c: Replace arrays on the C stack and ckallocdgp2007-04-021-3/+4
* | various "const" additions, in line with TIP #27nijtmans2007-02-201-39/+40
* | Bug #1479814. Handle extended paths on Windows NT and above.patthoyts2007-02-201-5/+47
* | * generic/tclFileName.c (TclGlob): added a panic for a call withMiguel Sofer2006-09-271-2/+7
* | * generic/tclFileName.c (DoGlob): match incrs with decrs.hobbs2006-08-301-1/+3