diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-09-08 10:49:19 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-09-08 10:49:19 (GMT) |
commit | 33749182b894f13cecd1163b82537b5cad1a5f27 (patch) | |
tree | 3b82cd8d562688b7ca8c8e08569e622fe941a1d0 /ChangeLog | |
parent | 0a42d952ff2cba9243fc2f432420bffb52aa9e70 (diff) | |
download | tcl-33749182b894f13cecd1163b82537b5cad1a5f27.zip tcl-33749182b894f13cecd1163b82537b5cad1a5f27.tar.gz tcl-33749182b894f13cecd1163b82537b5cad1a5f27.tar.bz2 |
TIP #254 implementation
Still missing additional tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-09-08 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + + TIP#254 IMPLEMENTATION + + * generic/tclLink.c (LinkTraceProc,ObjValue): Added many new of C var + * generic/tcl.h: to link to, making it + * doc/LinkVar.3: easier to seamlessly + couple C code and Tcl scripts in an application. [Patch 1242844] + 2005-09-07 Don Porter <dgp@users.sourceforge.net> * generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negative |