diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | unix/mkLinks | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -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] 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 |