summaryrefslogtreecommitdiffstats
path: root/generic/tclFileName.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclUtil.c (TclDStringToObj): Added internal function to makedkf2012-04-251-9/+4
* Reduce amount of unreachable code. Refactor Win socket and load code to be lessdkf2012-04-051-67/+9
* some formatting (*.decls)jan.nijtmans2012-04-041-9/+0
|\
| * 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
* | | 3479689 New internal routine TclJoinPath().dgp2012-01-271-22/+18
* | | Use Tcl_PrintfObj to generate more (complex) error messages.dkf2011-08-051-7/+7
* | | More generation of errorCode information (default [bgerror] and [glob]).dkf2011-04-021-0/+17
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-3/+2
* | | 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
| |\ \ | | |/
| | * 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
* | | Don't use arrays of length 1, just use a single element then, it makes code m...nijtmans2010-05-191-6/+6
* | | Code Audit results:dkf2010-03-051-4/+5
* | | More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-3/+2
* | | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly.dkf2009-12-281-6/+7
* | | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ...nijtmans2009-12-211-5/+14
* | | * 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
* | | CONSTify TclPrintInstruction and TclpNativeJoinPath (TIP #27)nijtmans2009-01-221-10/+13
* | | * generic/tclFileName.c (DoGlob): One of thedgp2008-12-031-3/+4
* | | Add "const" to many internalnijtmans2008-10-161-5/+5
* | | TIP #323 IMPLEMENTATION (partial)dgp2008-09-291-5/+1
* | | Fix [Bug 2130726].dkf2008-09-271-1/+24
* | | Implement TIP #316.dkf2008-09-241-1/+110