aboutsummaryrefslogtreecommitdiff
path: root/tclcompat.tcl
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2011-09-11 14:12:01 +1000
committerSteve Bennett <steveb@workware.net.au>2011-09-12 16:58:56 +1000
commitbec5cf9f69e4a57e6993233a638dc8d652fee511 (patch)
treeb4ba64d8436dd091dfd95789ed19885722e118cf /tclcompat.tcl
parentbe9297ea02c2958d2e57a6fed698114ef37af91b (diff)
downloadjimtcl-bec5cf9f69e4a57e6993233a638dc8d652fee511.zip
jimtcl-bec5cf9f69e4a57e6993233a638dc8d652fee511.tar.gz
jimtcl-bec5cf9f69e4a57e6993233a638dc8d652fee511.tar.bz2
Implement full [exec] on mingw/msys
This also involves some restructuring of the existing implementation to allow for as much reuse as possible. Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'tclcompat.tcl')
-rw-r--r--tclcompat.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tclcompat.tcl b/tclcompat.tcl
index 430af80..8e5b128 100644
--- a/tclcompat.tcl
+++ b/tclcompat.tcl
@@ -2,7 +2,7 @@
#
# Loads some Tcl-compatible features.
# I/O commands, case, lassign, parray, errorInfo, ::tcl_platform, ::env
-# try, throw, file copy, info nameofexecutable
+# try, throw, file copy, file delete -force
# Set up the ::env array
set env [env]