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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9a8c8a29d3e2d7c6,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!213.200.89.82.MISMATCH!tiscali!newsfeed1.ip.tiscali.net!feed.news.tiscali.de!news.belwue.de!news.uni-stuttgart.de!carbon.eu.sun.com!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: [Ann] More Ada0Y packages for Ada95! Date: Mon, 26 Jul 2004 21:44:05 +0000 (UTC) Organization: BT Openworld Message-ID: NNTP-Posting-Host: host81-154-184-232.range81-154.btcentralplus.com X-Trace: hercules.btinternet.com 1090878245 10801 81.154.184.232 (26 Jul 2004 21:44:05 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Mon, 26 Jul 2004 21:44:05 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Xref: g2news1.google.com comp.lang.ada:2403 Date: 2004-07-26T21:44:05+00:00 List-Id: I've updated my web page to include the following implementations: 1) AI-248 - Ada.Directories.* 2) AI-351 - Ada.Calendar.* 3) AI-301 - Ada.(Wide_)_Text_IO.(Wide_)Unbounded_IO 4) AI-302 - Ada.Containers.* 5) AI-296 - Ada.Numerics.Generic_[Complex|Real]_Arrays 6) AI-346 - Ada.Numerics.Generic_[Complex|Real]_Arrays.Generic_Roots The implementation of Ada.Containers.* is a 'back-port' to Ada95 of Matthew Heaney's reference implementation available from: http://charles.tigris.org/. This version has a couple of extra explicit access-to-subprogram types that will be replaced with something better for Ada0Y but are otherwise identical. Item 6 above is really only 'adabrowse'-able just now but if I get time I'll actually implemented it! :-) Cheers -- Martin