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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,d1807abe0f26d335,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news3.google.com!feeder1-2.proxad.net!proxad.net!feeder2-2.proxad.net!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: ANN: Simple Components for Ada v3.4 Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH Date: Sun, 14 Jun 2009 16:23:31 +0200 Message-ID: NNTP-Posting-Date: 14 Jun 2009 16:23:34 CEST NNTP-Posting-Host: 41567db9.newsspool4.arcor-online.net X-Trace: DXC=8Kon5YoZ0VZ@@RW1FjIB5S4IUK http://www.dmitry-kazakov.de/ada/components.htm The current version provides implementations of smart pointers, sets, maps, stacks, tables, string editing, unbounded arrays, expression analyzers, lock-free data structures, synchronization primitives (events, race condition free pulse events, arrays of events, reentrant mutexes, deadlock-free arrays of mutexes), pseudo-random non-repeating numbers, symmetric encoding and decoding, IEEE 754 representations support; strings editing and tables management. Changes to the previous version: 1. The Test_Sequencer procedure made Ada 95 conform; 2. The package Parsers.Multiline_Source.Latin1_Text_IO was added to support Latin-1 text I/O; 3. The package Parsers.Multiline_Source.Wide_Text_IO was added to support wide text I/O; 4. The generic procedure Parsers.Multiline_Source.Get_UTF8_Text was added for matching texts in UTF-8 sources; 5. Parsers.Generic_Lexer.Ada_2005_Blanks and Parsers.Generic_Source.Get_Ada_2005_Blank were added to support Ada 2005 in UTF-8 encoding; 6. Task-safe implementation of reference counting was added; 7. Task-safe implementation of persistent storage was added; 8. Tracing implementation for GNAT Ada for reference counting object was added; 9. Get_Class abstract operation was added to the persistent storage interface; 10. Generic_Chebyshev_Polynomials was added to sum Chebyshev series of the first kind; 11. Gamma function approximation for Float; 12. Parsers.Generic_Source.Text_IO expands tabs; 13. Procedures Get_Location and Skip were added to Parsers.Multiline_Source; -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de