TEAM-ADA Archives

Team Ada: Ada Programming Language Advocacy

TEAM-ADA@LISTSERV.ACM.ORG

Options: Use Forum View

Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Sender:
"Team Ada: Ada Advocacy Issues (83 & 95)" <[log in to unmask]>
Subject:
From:
Simon Wright <[log in to unmask]>
Date:
Tue, 22 Jun 1999 06:09:50 +0100
In-Reply-To:
<[log in to unmask]> (message from Simon Wright on Tue, 4 May 1999 20:49:50 +0100)
Reply-To:
Simon Wright <[log in to unmask]>
Parts/Attachments:
text/plain (20 lines)
I've just uploaded this release to

  http://www.pogner.demon.co.uk/components/bc/

Changes:

  Added Unbounded Collections and Unbounded Ordered Collections.

  BC.Support.Bounded, BC.Support.Unbounded subprogram specs were
  confused about whether indexing was from 0 (as in the C++) or 1 (in
  the Ada). BC.Support.Unbounded.Append(2) had an error when appending
  after the first element.

  Corrected a misuse of a GNAT compiler "feature" (A procedure and a
  protected type entry in the same scope had the same name; you can't
  rely on the fact that only entries can have 'Caller applied to resolve
  these names).

  Added ObjectAda-special versions of the Bag test driver.

ATOM RSS1 RSS2