summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed conversion between FILETIME and Tcl time -Bug 926106Kevin B Kenny2004-10-301-47/+29
* filesystem generic/platform code splittingvincentdarley2004-10-071-1/+264
* fix to trailing slash documentation and to a filesystem 'file join' bug on wi...vincentdarley2004-06-301-35/+91
* * win/tclWinFile.c (TclpFindExecutable): when usinghobbs2004-06-021-4/+6
* * win/tclWinFile.c (TclpMatchInDirectory): fix for an issue Kevin B Kenny2004-05-191-2/+3
* fix to case sensitive 'file executable' on Windowsvincentdarley2004-05-171-4/+7
* * win/tclWinInit.c (TclpSetInitialEncodings): note that WIN32_CEhobbs2004-04-071-13/+15
* filesystem fixes for '-force' consistency and picky compilersvincentdarley2004-01-291-1/+6
* file normalize bug fixes for .. and .vincentdarley2004-01-231-4/+13
* filesystem optimisation -- Three main issues accomplished: (1) cleaned up var...vincentdarley2004-01-211-20/+97
* * win/tclWinFile.c (TclpUtime) : utimbuf struct not a problemdavygrvy2003-12-161-2/+10
* allow creation of relative linksvincentdarley2003-12-121-2/+2
* NT file permissions fix and testsvincentdarley2003-12-091-7/+9
* filesystem bug fixesvincentdarley2003-10-131-14/+144
* Symbols which are visible outside a single compilation unit must havedkf2003-09-291-3/+1
* * win/tclWinFile.c (WinReadLinkDirectory): Fix for 'Initializersdavygrvy2003-08-271-2/+3
* 2003-07-16 Mumit Khan <khan@nanotech.wisc.edu>hobbs2003-07-171-1/+16
* filesystem fixes -- see ChangeLogvincentdarley2003-06-231-46/+71
* * win/tclWinFile.c (TclpMatchInDirectory): revert glob code tohobbs2003-05-161-71/+46
* * The changes below fix SF bugs [593810], and [718045].andreas_kupries2003-04-221-1/+3
* Added conditionals to make tclWinFile.c compile on VC++6, which Kevin B Kenny2003-04-141-1/+3
* vc++ 5.2 compile fixvincentdarley2003-04-141-1/+5
* * win/configure: Regen.mdejong2003-04-141-1/+3
* fix 5 small filesystem bugs, and some typosvincentdarley2003-04-111-71/+160
* further fs cleanupvincentdarley2003-02-101-4/+9
* filesystem speed up round 2vincentdarley2003-02-101-105/+84
* first speedups to Win filesystemvincentdarley2003-02-071-149/+182
* * win/tclWin32Dll.c (squelch_warnings): Squelchmdejong2003-01-161-7/+6
* non-ascii chars in file mtime fixvincentdarley2003-01-091-1/+35
* vfs fixesvincentdarley2002-07-201-12/+28
* Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha...dkf2002-07-191-3/+2
* static internal functionvincentdarley2002-07-151-5/+1
* tests, docsvincentdarley2002-07-151-6/+4
* file normalization on win 95/98vincentdarley2002-07-121-73/+39
* file normalization on win 95/98vincentdarley2002-07-111-205/+107
* tip99vincentdarley2002-06-211-113/+184
* fs normalizevincentdarley2002-06-131-3/+12
* vfs, winfs testsuitevincentdarley2002-06-131-24/+188
* * win/tclWinFile.c: corrected the symbolic link handling code tohobbs2002-06-121-31/+57
* fs clarification and windows fixesvincentdarley2002-06-121-25/+696
* fix to 551306vincentdarley2002-05-021-55/+167
* 4 fs fixesvincentdarley2002-03-241-283/+328
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-14/+16
* * Partial TIP 27 rollback. Following routinesdgp2002-02-081-8/+6
* * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27).dgp2002-01-251-11/+10
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-3/+3
* Corrections to earlier TIP 27 changes.dgp2002-01-241-9/+10
* * Overlooked callers of Tcl_FSGetNativePathdgp2002-01-181-8/+8
* * Updated APIs in generic/tclUtf.c and generic/tclRegexp.c accordingdgp2002-01-171-2/+3
* win fs fixesvincentdarley2001-11-191-87/+133