aboutsummaryrefslogtreecommitdiff
path: root/common/stack.h
AgeCommit message (Collapse)Author
2006-03-28Renamed various container isEmpty() methods to empty() to match STL conventionsMax Horn
svn-id: r21472
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20510
2006-01-18Update copyright noticeEugene Sandulenko
svn-id: r20088
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-08-12Fix bug in FixedStack.pop(). Returned wrong value.Eugene Sandulenko
svn-id: r14567
2004-08-12Fix compilation of remove_at() in array.h. It was never tested before.Eugene Sandulenko
Make stacks' pop() return top value, not just move stack pointer. svn-id: r14565
2004-05-05Added generic variable size stack class - COMPLETELY UNTESTED. Really should ↵Max Horn
add some unit tests for this... svn-id: r13776
2004-03-29very simpled and limited stack class (fixed size even)Max Horn
svn-id: r13429