summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2002-03-24 11:41:48 (GMT)
committervincentdarley <vincentdarley>2002-03-24 11:41:48 (GMT)
commitd7fcb90540b8bbb6b22dd2ddbddcd14abc8d382c (patch)
tree9e9a209ca39c12dd8d45b40c876c1478bd022c1a /changes
parent6b2f093c42f3559f40f1c82297d09f5388d596f6 (diff)
downloadtcl-d7fcb90540b8bbb6b22dd2ddbddcd14abc8d382c.zip
tcl-d7fcb90540b8bbb6b22dd2ddbddcd14abc8d382c.tar.gz
tcl-d7fcb90540b8bbb6b22dd2ddbddcd14abc8d382c.tar.bz2
4 fs fixes
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)