diff options
author | dgp <dgp@users.sourceforge.net> | 2001-09-11 03:01:56 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-09-11 03:01:56 (GMT) |
commit | 35f80ef0b54395ebe7556da6c8b96d12c04d7b47 (patch) | |
tree | 1ffcb069e39fa7c6aaac697bc4abd7f7aa271fa4 | |
parent | 3a14976bfce04c12422b711c208c49585f6a28ec (diff) | |
download | tcl-35f80ef0b54395ebe7556da6c8b96d12c04d7b47.zip tcl-35f80ef0b54395ebe7556da6c8b96d12c04d7b47.tar.gz tcl-35f80ef0b54395ebe7556da6c8b96d12c04d7b47.tar.bz2 |
* Updated to reflect 2001-08-23 file system changes.
-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 |