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,ff050d685bf61b46,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!news.arcor.de!not-for-mail From: "Dmitry A. Kazakov" Subject: ANN: Tables for Ada v1.4 Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.14.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: Mon, 6 Jun 2005 21:23:29 +0200 Message-ID: NNTP-Posting-Date: 06 Jun 2005 21:23:22 MEST NNTP-Posting-Host: dd165c34.newsread2.arcor-online.net X-Trace: DXC=]44oG:3=meTghFd\k@b23TQ5U85hF6f;TjW\KbG]kaMXQc4L4[MA2TPHENVi1G:CCQ[6LHn;2LCV^I^><>f3dFYZ7Fb5EZM[QlR X-Complaints-To: abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:11248 Date: 2005-06-06T21:23:22+02:00 List-Id: This library provides an implementation of tables indexed by strings. The binary search is used for names of known length. It is also possible to search a table for names of unknown length, i.e. to parse a string using some table. Table elements can be of any private type. Key- insensitive tables are supported. http://www.dmitry-kazakov.de/ada/tables.htm Changes to the version 1.3: - Function IsIn was added to provide membership test; - Bug fixes in the test programs. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de