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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bb90ab6e44a15a75,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-08 07:18:38 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: new versions of SAL, Auto_Text_IO Date: 08 Sep 2003 10:09:26 -0400 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1063030309 5278 128.183.235.92 (8 Sep 2003 14:11:49 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 8 Sep 2003 14:11:49 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Xref: archiver1.google.com comp.lang.ada:42277 Date: 2003-09-08T14:11:49+00:00 List-Id: I've released new versions of SAL (1.50) and Auto_Text_IO (3.00). These have been tested with GNAT 3.15p, GNAT 3.16a1, and GNAT 5.01a. Available at http://www.toadmail.com/~ada_wizard/ SAL provides a container library, a robotics/satellite math library, and miscellaneous other stuff. Auto_Text_IO generates Text_IO children for most Ada packages. This is a significant enhancement of Auto_Text_IO. The run-time packages are now in SAL (replacing the old SAL.Generic_Array_Text_IO), and all of the child Text_IO packages in SAL are generated by Auto_Text_IO, so they now all provide Get. Auto_Text_IO now supports generic packages, variant records, and allows users to override the core Put and Get to do special output formatting or input validation. Also, the inside of Auto_Text_IO has been cleaned up significantly. In SAL, I've also added new packages for Gaussian distributions, standard deviation, and made a few other minor changes. Note that there is a bug in GNAT 3.15p that causes 'gnatmake all_sal' to fail when optimization is turned on. You can still use SAL with GNAT 3.15p with optimization; just build the pieces you need, by including the SAL project file in your project file. And hope GNAT 3.16p comes out soon :). -- -- Stephe