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-Thread: a07f3367d7,16095c1ee21755aa,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!f5g2000yqh.googlegroups.com!not-for-mail From: AdaMagica Newsgroups: comp.lang.ada Subject: Safe Pointers Date: Wed, 30 Dec 2009 09:49:11 -0800 (PST) Organization: http://groups.google.com Message-ID: <5b83cdc7-e335-41b4-a985-a43f3465a483@f5g2000yqh.googlegroups.com> NNTP-Posting-Host: 91.13.190.80 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1262195352 22153 127.0.0.1 (30 Dec 2009 17:49:12 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 30 Dec 2009 17:49:12 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f5g2000yqh.googlegroups.com; posting-host=91.13.190.80; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8560 Date: 2009-12-30T09:49:11-08:00 List-Id: Safe Pointers provide a reference counting facility to deal with access types without compromizing safety, i.e. safe pointers clean up behind themselves properly; no dangling references can ever be produced. Ada 95 and Ada 2005 differ enough so that two versions exist. A new Ada 2005 version is ready: http://www.christ-usch-grein.homepage.t-online.de/Ada/Safe_Pointers.html