summaryrefslogtreecommitdiffstats
path: root/tksao
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-12-28 20:24:00 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-12-28 20:24:00 (GMT)
commit0c2702bad448c5240670efdc1d691224fe8d1580 (patch)
tree21c841c162204834bda540691973d5b18a49c827 /tksao
parent128d95d5533d9707d666091ad7a25a5d65d7ecca (diff)
downloadblt-0c2702bad448c5240670efdc1d691224fe8d1580.zip
blt-0c2702bad448c5240670efdc1d691224fe8d1580.tar.gz
blt-0c2702bad448c5240670efdc1d691224fe8d1580.tar.bz2
update TEA 3.13
Diffstat (limited to 'tksao')
-rw-r--r--tksao/tclconfig/ChangeLog2
-rw-r--r--tksao/tclconfig/README.txt2
-rwxr-xr-xtksao/tclconfig/install-sh4
3 files changed, 4 insertions, 4 deletions
diff --git a/tksao/tclconfig/ChangeLog b/tksao/tclconfig/ChangeLog
index 9504def..b20e72e 100644
--- a/tksao/tclconfig/ChangeLog
+++ b/tksao/tclconfig/ChangeLog
@@ -1,4 +1,4 @@
-2016-03-11 Sean Woods <yoda@etoyoc.com>
+2016-03-11 Sean Woods <yoda@etoyoc.com>
*tcl.m4 Fixed the search for Tcl and Wish shells under MinGW. Static builds and threaded builds
get an "s" or "t" added to the name.
diff --git a/tksao/tclconfig/README.txt b/tksao/tclconfig/README.txt
index 59b5a3e..98205eb 100644
--- a/tksao/tclconfig/README.txt
+++ b/tksao/tclconfig/README.txt
@@ -1,4 +1,4 @@
-These files comprise the basic building blocks for a Tcl Extension
+These files comprise the basic building blocks for a Tcl Extension
Architecture (TEA) extension. For more information on TEA see:
http://www.tcl.tk/doc/tea/
diff --git a/tksao/tclconfig/install-sh b/tksao/tclconfig/install-sh
index 7c34c3f..39f2d49 100755
--- a/tksao/tclconfig/install-sh
+++ b/tksao/tclconfig/install-sh
@@ -1,7 +1,7 @@
-#!/bin/sh
+#!/bin/sh
# install - install a program, script, or datafile
-scriptversion=2011-04-20.01; # UTC
+scriptversion=2018-12-28.20; # UTC
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the