summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Pat Thoyts [Fri, 28 Feb 2003 23:49:21 +0000 (23:49 +0000)]
Fixed the build to create a proper pkgIndex
Pat Thoyts [Fri, 28 Feb 2003 22:17:52 +0000 (22:17 +0000)]
Fix filename and permissions of README and configure.
Pat Thoyts [Fri, 28 Feb 2003 22:14:02 +0000 (22:14 +0000)]
Renaming README file
Pat Thoyts [Fri, 28 Feb 2003 22:12:34 +0000 (22:12 +0000)]
Removing to re-add with exec bit
Pat Thoyts [Fri, 28 Feb 2003 22:05:31 +0000 (22:05 +0000)]
Restructured as a TEA2 package.
Pat Thoyts [Tue, 11 Feb 2003 01:50:13 +0000 (01:50 +0000)]
Clean and some async work
Pat Thoyts [Mon, 9 Dec 2002 02:52:55 +0000 (02:52 +0000)]
Updated documentation for 0.5
Pat Thoyts [Mon, 9 Dec 2002 02:47:16 +0000 (02:47 +0000)]
Implemented returning error information property to the caller. This is
done using the normal COM automation error objects and is converted back into
Tcl's errorCode and errorInfo lists by the caller. The COM Error.Source string
is made from [list $errorCode $errorInfo] in the callee.
Pat Thoyts [Mon, 9 Sep 2002 22:38:51 +0000 (22:38 +0000)]
Added profile flag to debug build in VC++
Pat Thoyts [Mon, 9 Sep 2002 22:38:22 +0000 (22:38 +0000)]
Updated comments
Pat Thoyts [Sun, 7 Apr 2002 22:32:52 +0000 (22:32 +0000)]
Incremented version to 0.5
Added code for a secondary registration thread but have ifdef'd it out
Added options to force error or increment in appname.
Pat Thoyts [Sat, 6 Apr 2002 00:09:45 +0000 (00:09 +0000)]
Factored the registration code into a function called from init and appname code.
Pat Thoyts [Fri, 5 Apr 2002 22:12:59 +0000 (22:12 +0000)]
Added TCL_EVAL_GLOBAL flag to the send eval.
Updated the documentation.
Pat Thoyts [Wed, 3 Apr 2002 00:59:48 +0000 (00:59 +0000)]
Updated documentation
Pat Thoyts [Tue, 2 Apr 2002 23:39:07 +0000 (23:39 +0000)]
Added support for multiple interpreters.
Added the appname subcommand to report and set the registered name.
Added in some debugging support functions.
Wrote some more documentation as a .man format file (see tcllib)
Added a second VB script demo.
Incremented the version to 0.4
Pat Thoyts [Sun, 31 Mar 2002 00:46:29 +0000 (00:46 +0000)]
Initial revision