From: Andreas K. <aku...@sh...> - 2013-03-26 03:45:05
|
Welcome to the C Runtime In Tcl, CriTcl for short, a system to build C extension packages for Tcl on the fly, from C code embedded within Tcl scripts, for all who wish to make their code go faster. It can be found at https://github.com/andreas-kupries/critcl and http://andreas-kupries.github.com/critcl/ A few things have happened since the last announcement (3.1.6): CHANGES FOR VERSION 3.1.7 [1] Fixed issue #24. Extract and unconditionally display compiler warnings found in the build log. Prevents users from missing warnings which, while not causing the build to fail, may still indicate problems. [2] New feature. Output hook. All non-messaging user output is now routed through the command critcl::print, and users are allowed to override it when using the critcl appliâ cation-as-package. [3] New feature, by Ashok P. Nadkarni. Platform configurations can inherit values from configurations defined before them. CHANGES FOR VERSION 3.1.8 [1] Fixed issue with package indices generated for Tcl 8.4. Join the list of commands with semi-colon, not newline. [2] Fixed issue #26 which brought up use-cases I had forgotten to consider while fixing bug #21 (see critcl 3.1.6). -- So long, Andreas Kupries <aku...@sh...> <http://www.purl.org/NET/akupries/> Developer @ <http://www.activestate.com/> Tcl'2013, Sep 23-27, New Orleans, LA, USA. http://www.tcl.tk/community/tcl2013/ EuroTcl'2013, Jul 6-7, Munich, GER GSoC 2013, add your ideas to http://wiki.tcl.tk/36464 ------------------------------------------------------------------------------- |