summaryrefslogtreecommitdiff
path: root/include/parserutils/utils/stack.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove client allocation function.Michael Drake2013-12-141-1/+1
|
* Sprinkle some C++ scoping aroundJohn Mark Bell2010-10-231-0/+9
| | | | svn path=/trunk/libparserutils/; revision=10901
* New datastructures:John Mark Bell2008-11-301-1/+2
| | | | | | | | | + Chunked array + Hash table (open addressing) Constify parameter to parserutils_stack_push svn path=/trunk/libparserutils/; revision=5850
* Return errors from constructors and destructors.John Mark Bell2008-11-081-3/+3
| | | | svn path=/trunk/libparserutils/; revision=5652
* Make parserutils_dict_entry public.John Mark Bell2008-07-301-0/+29
Add basic implementations of a stack and a vector. svn path=/trunk/libparserutils/; revision=4824