Move to version 1.5
ordered-vector: Don't invalid iterator at the end
Querying for Past_End state
The only class I could find that did this was Asgc.Ordered.Vector, which would invalidate the iterator at the end. None of the other classes did this, so I removed the invalidate.
ASGC.Tree.Dynamic.Adjust broken for single node trees
Ok, fixed. I fixed it a little different than your suggestion, I just quit at the top if the tree only has one item.
list: Update tail when deleting the last item
list: Set Is_End to Past_end when at the list end
Lots of updates for the new Ada standards
tree: for dynamic, don't do the copy loop if it only has one element
Iterator Delete broken in ASGC.List.Expandable
Fixed, thanks.
Delete broken in ASGC.List.Expandable
The first item had already been fixed. I fixed the second item. Thanks.
Fix a bunch of style issues.
Fix style issing dealing with spaces before '('
telnet: Don't delete telnet options at destroy time
test:calendar: Fix an issue where DST wasn't forced
calendar: Set base time to year 1
Makefile: Allow ada flags to be specified distinctly
Get rid of all space style issues
More gitignore things
Add a .gitignore
asl-abstract_io: Fix a compile warning
semaphores: Fix use of Task_Ident in entry header
Fix issues with return by reference no longer being supported
Fix sed handling issues
asl-cmdproc-telnet: Fix a compile error on ada2005
findzone.c: Add some missing includes
tests:semaphore: Fix some timing issues
asl-date_time-timezone-complex: use 'First, not 1