From 35f80ef0b54395ebe7556da6c8b96d12c04d7b47 Mon Sep 17 00:00:00 2001 From: dgp Date: Tue, 11 Sep 2001 03:01:56 +0000 Subject: * Updated to reflect 2001-08-23 file system changes. --- ChangeLog | 3 +++ unix/mkLinks | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 57590af..9e5c18b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -29,6 +29,9 @@ 2001-09-10 Don Porter + * 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] diff --git a/unix/mkLinks b/unix/mkLinks index db16667..68fdad4 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -456,7 +456,7 @@ if test -r FileSystem.3; then rm -f Tcl_FSEvalFile.3 rm -f Tcl_FSLoadFile.3 rm -f Tcl_FSMatchInDirectory.3 - rm -f Tcl_FSReadlink.3 + rm -f Tcl_FSLink.3 rm -f Tcl_FSLstat.3 rm -f Tcl_FSUtime.3 rm -f Tcl_FSFileAttrsGet.3 @@ -493,7 +493,7 @@ if test -r FileSystem.3; then ln FileSystem.3 Tcl_FSEvalFile.3 ln FileSystem.3 Tcl_FSLoadFile.3 ln FileSystem.3 Tcl_FSMatchInDirectory.3 - ln FileSystem.3 Tcl_FSReadlink.3 + ln FileSystem.3 Tcl_FSLink.3 ln FileSystem.3 Tcl_FSLstat.3 ln FileSystem.3 Tcl_FSUtime.3 ln FileSystem.3 Tcl_FSFileAttrsGet.3 -- cgit v0.12