diff options
author | vincentdarley <vincentdarley> | 2001-08-24 16:46:46 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2001-08-24 16:46:46 (GMT) |
commit | 94828be6566ab66759502d691b58a356d6250475 (patch) | |
tree | a65c7d121f04b424f118049c36e411ba54817e27 | |
parent | 4d5dfbb94e1e1da265c35ba2ebc362e8c8531f41 (diff) | |
download | tcl-94828be6566ab66759502d691b58a356d6250475.zip tcl-94828be6566ab66759502d691b58a356d6250475.tar.gz tcl-94828be6566ab66759502d691b58a356d6250475.tar.bz2 |
documentation updates
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2001-08-24 Vince Darley <vincentdarley@users.sourceforge.net> + + * doc/glob.n: documented windows-style path issue with glob. + [Bug: 219392] + * doc/filename.n: documented windows path/file length limitation. + [Bug: 454597] + 2001-08-24 Don Porter <dgp@users.sourceforge.net> * tests/unixInit.test (unixInit-2.9): Corrected expected result @@ -22,7 +29,7 @@ * generic/tclIOUtil.c: * generic/tclFileName.c: corrected minor compiler warnings. -2001-08-24 Vince Darley <vincentdarley@users.sourceforge.net> +2001-08-23 Vince Darley <vincentdarley@users.sourceforge.net> Variety of small filesystem and vfs issues fixed or improved. The new fs code allows many new opportunities for efficiency |