summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2001-09-11 03:01:56 (GMT)
committerdgp <dgp@users.sourceforge.net>2001-09-11 03:01:56 (GMT)
commit35f80ef0b54395ebe7556da6c8b96d12c04d7b47 (patch)
tree1ffcb069e39fa7c6aaac697bc4abd7f7aa271fa4 /ChangeLog
parent3a14976bfce04c12422b711c208c49585f6a28ec (diff)
downloadtcl-35f80ef0b54395ebe7556da6c8b96d12c04d7b47.zip
tcl-35f80ef0b54395ebe7556da6c8b96d12c04d7b47.tar.gz
tcl-35f80ef0b54395ebe7556da6c8b96d12c04d7b47.tar.bz2
* Updated to reflect 2001-08-23 file system changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 57590af..9e5c18b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,9 @@
2001-09-10 Don Porter <dgp@users.sourceforge.net>
+ * unix/mkLinks (Tcl_FSLink): Updated to reflect 2001-08-23
+ file system changes.
+
* unix/tclLoadShl.c: Added #include of tclInt.h; access to Tcl
internals, notably TclpUnloadFile(), is required. Thanks to
Bob Techentin for report and patch. [Bug 459305]