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: 103376,a357292402e6589f,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.glorb.com!feeder.erje.net!border1.nntp.ams.giganews.com!nntp.giganews.com!xlned.com!feeder1.xlned.com!npeer.de.kpn-eurorings.net!npeer-ng2.kpn.DE!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.2 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, 27 Jul 2008 11:41:56 +0200 Message-ID: <1j0w7r4nq8rwl$.1ho00clz6eecb.dlg@40tude.net> NNTP-Posting-Date: 27 Jul 2008 11:42:03 CEST NNTP-Posting-Host: bc173dc8.newsspool4.arcor-online.net X-Trace: DXC=D9jgZX33L;i]BlmkiiU@Bi4IUK\BH3Yb:H[:FkBbQ:hDNcfSJ;bb[eIRnRBaCdIj[P80552ZZ;o X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:1353 Date: 2008-07-27T11:42:03+02:00 List-Id: 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. It grew out of needs and does not pretend to be universal. Tables management and strings editing are described in separate documents see Tables and Strings edit. http://www.dmitry-kazakov.de/ada/components.htm New in this version is a portable IEEE 754 floating-point representation support. Generic packages instantiated by an Ada floating-point type are provided for single and double precision IEEE numbers. IEEE NaN, infinities and denormalized numbers are supported. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de