diff options
author | vincentdarley <vincentdarley> | 2002-07-15 09:01:51 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2002-07-15 09:01:51 (GMT) |
commit | 425f1486bd71166039dbb7e857a120ffc17dc51a (patch) | |
tree | b087a793b4af5ea02d56e5d1e1a4ac616ed08713 /win | |
parent | b12bec507a6ed4797409c5b66654dc970841657d (diff) | |
download | tcl-425f1486bd71166039dbb7e857a120ffc17dc51a.zip tcl-425f1486bd71166039dbb7e857a120ffc17dc51a.tar.gz tcl-425f1486bd71166039dbb7e857a120ffc17dc51a.tar.bz2 |
tests, docs
Diffstat (limited to 'win')
-rw-r--r-- | win/tclWinFile.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c index 8457ac2..be89053 100644 --- a/win/tclWinFile.c +++ b/win/tclWinFile.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclWinFile.c,v 1.35 2002/07/12 16:26:05 vincentdarley Exp $ + * RCS: @(#) $Id: tclWinFile.c,v 1.36 2002/07/15 09:01:51 vincentdarley Exp $ */ //#define _WIN32_WINNT 0x0500 @@ -1962,11 +1962,9 @@ TclpFilesystemPathType(pathObjPtr) * TclpObjNormalizePath -- * * This function scans through a path specification and replaces it, - * in place, with a normalized version. On Windows NT/2000/XP this - * means using the 'longname', and expanding any symbolic links - * contained within the path. On Win95/98/ME it means using the - * short form of the name (because the APIs to get at the long form - * are much too slow). + * in place, with a normalized version. This means using the + * 'longname', and expanding any symbolic links contained within the + * path. * * Results: * The new 'nextCheckpoint' value, giving as far as we could |