No protection against multiple calls to Finalize
Makefile update.
Fixed copyright on changed files
Added tag Rel_20190412 for changeset 78c3d302ff5e
Updated .hgignore.
Update for release.
Update for GNAT CE 2018/GCC 9 compatibility.
No protection against multiple calls to Finalize
Incorrect behavior in purging a list
Inconsistent semantics of Insert procedures (2)
Inconsistent semantics of Insert procedures
suggest improved treatment of back pointer in doubly linked
Inconsistent semantics of Append to a list
Incorrect behavior in purging a list (2)
Support installation with Debian native compiler.
Added tag Rel_20090226-p1a for changeset 799893...
Removed tag Rel_20090226-a1
Added tag Rel_20090226-p1b for changeset 96fede...
Update for release.
New iterator doesn't use cache. Changes are to ...
Updated commentary.
Allow concurrent iteration over unbounded collections
The first attempt (Rel_20090226-a1) used task attributes to store the cache. This...
Updated src/Makefile.
Added tag Rel_20090226-a1 for changeset 799893e...
Cache via Ada.Task_Attributes.
Removed tag Rel_20090226-a1
Use more efficient caching (for GNAT, anyway).
Added tag Rel_20090226-a1 for changeset b5e8a4f...
Updated for Release 20090226-a1.
A better solution is to rework the cache implementation to use a per-task attribute...
A better solution is to rework the cache implementation to use a per-task attribute...
Included missing release notes.
Concurrent iteration using New_Constant_Collect...
The first thought is to eliminate the cache. Unfortunately this makes iteration and...
Allow concurrent iteration over unbounded collections
The user needs multiple tasks iterating over un...
Use gprinstall for installation.
Build supports newer language standards. Other ...
Added tag Rel_20160321 for changeset 8de2500d916d
Update documentation for release.
make failure for GNAT
Updated release information.
Removed tests for Indefinite Dynamic or Unmanag...
Removed RCS keywords. Bumped copyright date whe...
Shellsort raises Sort_Error if used on wrong so...
Updated comments on BC.Support.High_Resolution_...
Build with -gnat95.
As distributed, the contrib/ directory containe...
Standard project directories initialized by cvs...
Replace original copyright with RCS Id.
This commit was generated by cvs2svn to compens...
Item_At(), Cardinality() become abstract.
Purge(), Add() become abstract.
Added RCS Id.
Added RCS Id in place of original copyright.
This commit was generated by cvs2svn to compens...
Purge(), Add() become abstract.
Added RCS ID.
Added copyright.
New copyright.
First version.
Reformatted, recased.
Reformatted, recased.
Added copyright.
Format cleanup.
Inserted copyright.
Added copyright.
Added RCS Id.
Added copyright.
Inserted copyright.
Inserted copyright.
Added Multiway tests.
Used BC.Support.Nodes.Create() instead of expli...
Inserted copyright.
Corrected Is_Root.
Reverted the tree to being just Controlled.
First version.
Bc.Support.Nodes uses component name Element.
Reverted the tree to being just Controlled.
Removed User_Defined and Global_Items.
Fixed Sibling component assignment in Append(2).