From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,b66e222b5146dafe,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.glorb.com!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: ANN: tcladashell 20110925 Date: Sun, 25 Sep 2011 12:30:57 +0100 Organization: A noiseless patient Spider Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx04.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="13309"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/2rWidy9hKFWnZFnJ4nCrn9CxsDc7itP8=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin) Cancel-Lock: sha1:+0i+CHrxAYR3hDhfuXKAMrkf4DI= sha1:tfkwnrd8ZuEoXQJu9xPLAhZLdcM= Xref: g2news1.google.com comp.lang.ada:21089 Date: 2011-09-25T12:30:57+01:00 List-Id: This maintenance release of TclAdaShell[1] has the following changes: The ClientData generics in Tcl.Ada had comments stating that the size of the ClientData formal type must be equal to the size of a C pointer. These have been replaced by assertions that the size of ClientData must not be greater than that of System.Address. The top-level makefile now supports an 'install' target which on GNAT-based systems other than Debian installs TASH alongside your compiler (so you don't need to set ADA_PROJECT_PATH). The setup.tcl script recognises gnatgcc, if present, as the compiler to use for the C compilations required to build the library. The setup.tcl script supports the flag "--nogui", meaning "perform the setup immediately". The GPR files have been improved; the result is that the Tcl and Tk libraries will be linked automatically. [1] https://sourceforge.net/projects/tcladashell/files/source/20110925/