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: 103376,d581a4c04b0d7daf,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!atl-c08.usenetserver.com!news.usenetserver.com!pc03.usenetserver.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: SAL, Auto_Text_IO release From: Stephen Leake Date: Sun, 18 Jun 2006 17:17:05 -0400 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:PsqGpjx+V6t7vMAx2Sqn5O4669w= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 9e9bb4495c2dbe73ae4a405695 Xref: g2news2.google.com comp.lang.ada:4816 Date: 2006-06-18T17:17:05-04:00 List-Id: I've downloaded GNAT GPL-2006, and it compiles all of my SAL and Auto_Text_IO code, and passes all tests, without problems. I think this is a first for a public GNAT release! So I'm releasing a new version of SAL (2.00) and Auto_Text_IO (3.03). Support for GNAT 3.15p is now removed, making some things simpler; I've started using some Ada 2005 features (mainly 'raise ... with ;'. There are lots of improvements in SAL; it's been almost two years since the last release, and I've been improving it a lot for work. The biggest additions are support for left- and right-multiply quaternions (a somewhat obscure topic, but it took a lot of effort :), and many more features for config files. Auto_Text_IO hasn't changed much. See http://www.toadmail.com/~ada_wizard/ for more info. -- -- Stephe