summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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