summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley@noemail.net>2002-03-24 11:41:48 (GMT)
committervincentdarley <vincentdarley@noemail.net>2002-03-24 11:41:48 (GMT)
commit2a347a34ce846bb9800016e1bca34a0b552ba6e2 (patch)
tree9e9a209ca39c12dd8d45b40c876c1478bd022c1a /changes
parent6393b8117ff90cb65bd9a34cf4245083883bdc4b (diff)
downloadtcl-2a347a34ce846bb9800016e1bca34a0b552ba6e2.zip
tcl-2a347a34ce846bb9800016e1bca34a0b552ba6e2.tar.gz
tcl-2a347a34ce846bb9800016e1bca34a0b552ba6e2.tar.bz2
4 fs fixes
FossilOrigin-Name: d33368661952a4384e657612e1b3b49a2bd6b278
Diffstat (limited to 'changes')
-rw-r--r--changes7
1 files changed, 4 insertions, 3 deletions
diff --git a/changes b/changes
index b7c8f27..bca8d8d 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.66 2002/03/04 23:12:25 hobbs Exp $
+RCS: @(#) $Id: changes,v 1.67 2002/03/24 11:41:48 vincentdarley Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -5139,8 +5139,9 @@ characters. (hobbs, riefenstahl)
2001-07-18 (bug fix)[427196] corrected memory overwrite error when buffer size
of a channel is changed after channel use has already begun (kupries, porter)
-2001-07-31 (new feature)[TIP 17] TclFS* APIs provide new virtual file system
-(darley)
+2001-07-31 (new feature)[TIP 17] TclFS* APIs provide new virtual file
+system. This includes the addition of 'file normalize', 'file system',
+'file separator' and 'glob -tails' (darley)
2001-08-06 (bug fix) removed use of tmpnam in TclpCreateTempFile on Unix (lim)