summaryrefslogtreecommitdiff
path: root/src/utils/vector.c
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to retrieve vector length. Fix missing note in iteration apiDaniel Silverstone2009-02-151-0/+23
| | | | svn path=/trunk/libparserutils/; revision=6527
* 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/+32
| | | | svn path=/trunk/libparserutils/; revision=5652
* Add API to vector to permit peeking.John Mark Bell2008-10-181-0/+20
| | | | svn path=/trunk/libparserutils/; revision=5596
* ConstifyJohn Mark Bell2008-07-301-1/+2
| | | | svn path=/trunk/libparserutils/; revision=4827
* Make parserutils_dict_entry public.John Mark Bell2008-07-301-0/+201
Add basic implementations of a stack and a vector. svn path=/trunk/libparserutils/; revision=4824