docs
authorVince Darley <vincentdarley@sourceforge.net>
Thu, 1 Nov 2001 11:04:05 +0000 (11:04 +0000)
committerVince Darley <vincentdarley@sourceforge.net>
Thu, 1 Nov 2001 11:04:05 +0000 (11:04 +0000)
ChangeLog
examples/simpleExamples.tcl

index 0e6684a0e3ef773267edbd0cdd436619bf65ffb9..1df126c7a8159acd2594ad827a4efd4dc7f1d5d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-31  Vince Darley <vincentdarley@sourceforge.net>
+       * examples/simpleExamples.tcl: a demo
+       * doc/vfslib.n: some documentation on the 'library' code.
+       
 2001-10-29  Vince Darley <vincentdarley@sourceforge.net>
         * win/makefile.vc: installation is better.
        * library/vfsUrl.tcl: improved urltype mounting.  The following
index abcc4df10a467b3be8b444ff097bbe1957d672f5..127e4d9c61be07026caef621b282b9cd84d5c9e3 100644 (file)
@@ -1,3 +1,8 @@
+#!/bin/sh
+#-*-tcl-*-
+# the next line restarts using wish \
+exec tclsh "$0" ${1+"$@"}
+
 catch {console show}
 
 puts "(pwd is '[pwd]', file volumes is '[file volumes]')"