Deutsch English Français Italiano |
<6511abaa-fba3-40ca-b352-17040d111ff9@googlegroups.com> View for Bookmarking (what is this?) Look up another Usenet article |
X-Received: by 10.182.115.133 with SMTP id jo5mr21773899obb.38.1404927230794; Wed, 09 Jul 2014 10:33:50 -0700 (PDT) X-Received: by 10.50.18.50 with SMTP id t18mr302991igd.10.1404927230677; Wed, 09 Jul 2014 10:33:50 -0700 (PDT) Path: ...!news.glorb.com!hn18no972218igb.0!news-out.google.com!gf2ni3igb.0!nntp.google.com!r10no302254igi.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.tcl Date: Wed, 9 Jul 2014 10:33:50 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=204.244.102.2; posting-account=fFAa0gkAAAB22ha99T61U6G8xG0MNQK6 NNTP-Posting-Host: 204.244.102.2 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <6511abaa-fba3-40ca-b352-17040d111ff9@googlegroups.com> Subject: Critcl 3.1.12 released From: andreas.kupries@gmail.com Injection-Date: Wed, 09 Jul 2014 17:33:50 +0000 Content-Type: text/plain; charset=ISO-8859-1 Critcl lets you easily embed C code in Tcl. To be found at http://andreas-kupries.github.io/critcl/ Changes for version 3.1.12 * Fixed issue 42. Clear ::errorInfo immediately after startup to prevent leakage of irrelevant (caught) errors into our script and confusing the usage code. * Fixed issue 40. Keep the order of libraries, and allow duplicates. Both are things which are occasionally required for proper linking. * Extended the utility package critcl::literals to declare a cproc result-type for a pool. Further fixed the generated header to handle multiple inclusion. Bumped version to 1.1. * Fixed issue with utility package critcl::bitmap. Fixed the generated header to handle multiple inclusion. Bumped version to 1.0.1. * Created new utility package critcl::enum for the quick and easy setup and use of mappings between C values and Tcl strings. Built on top of critcl::literals. * Added examples demonstrating the use of the utility packages critcl::literals, critcl::bitmap, and critcl::enum