summaryrefslogtreecommitdiff
path: root/src/utils/stack.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove client allocation function.Michael Drake2013-12-141-17/+9
|
* 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
* C89François Revel2008-11-291-1/+3
| | | | svn path=/trunk/libparserutils/; revision=5838
* Return errors from constructors and destructors.John Mark Bell2008-11-081-22/+30
| | | | svn path=/trunk/libparserutils/; revision=5652
* Make parserutils_dict_entry public.John Mark Bell2008-07-301-0/+179
Add basic implementations of a stack and a vector. svn path=/trunk/libparserutils/; revision=4824