TEAM-ADA Archives

Team Ada: Ada Programming Language Advocacy

TEAM-ADA@LISTSERV.ACM.ORG

Options: Use Forum View

Use Proportional Font
Show Text Part by Default
Show All Mail Headers

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

Print Reply
Subject:
From:
Simon Wright <[log in to unmask]>
Reply To:
Simon Wright <[log in to unmask]>
Date:
Tue, 22 Jun 1999 06:09:50 +0100
Content-Type:
text/plain
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