diff options
author | vincentdarley <vincentdarley> | 2001-10-29 15:02:44 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2001-10-29 15:02:44 (GMT) |
commit | 17543c4edf712509641c3f7b8bf44a63b172818e (patch) | |
tree | 6482def417003125e4736466eb3b7797f8d982c1 /ChangeLog | |
parent | d165eb244ad4b9050dee074a00ecdda41df575ed (diff) | |
download | tcl-17543c4edf712509641c3f7b8bf44a63b172818e.zip tcl-17543c4edf712509641c3f7b8bf44a63b172818e.tar.gz tcl-17543c4edf712509641c3f7b8bf44a63b172818e.tar.bz2 |
win fs fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2001-10-29 Vince Darley <vincentdarley@users.sourceforge.net> + + * win/tclWinFile.c: fix to '-types {f r}' bug in + TclpMatchInDirectory (which could cause a UMR, as well as + returning wrong results). Also improved API for 'stat' + to resolve [Bug#219258]. + * win/tclWin32Dll.c + * win/tclWinInt.h: addition of improved stat API to internal + lookup table. + * tests/fileName.test: two new tests for the above bug. + * generic/tclIOUtil.c: some cleanup of comments and #ifdefs + 2001-10-29 Donal K. Fellows <fellowsd@cs.man.ac.uk> * unix/tclUnixFile.c (TclpMatchInDirectory): Argument to access() |