summaryrefslogtreecommitdiff
path: root/src/utils/buffer.c
Commit message (Collapse)AuthorAgeFilesLines
* C89François Revel2008-11-291-1/+5
| | | | svn path=/trunk/libparserutils/; revision=5838
* Return errors from constructors and destructors.John Mark Bell2008-11-081-19/+31
| | | | svn path=/trunk/libparserutils/; revision=5652
* Move the location of the utf8 buffer every time we're asked for a character ↵John Mark Bell2008-08-131-0/+24
| | | | | | | | in debug mode. This leaks memory lots, deliberately. svn path=/trunk/libparserutils/; revision=5081
* Import parser construction utility libraryJohn Mark Bell2008-05-011-0/+156
svn path=/trunk/libparserutils/; revision=4111